TLDR: Seabed-Net is a new deep learning framework that simultaneously estimates water depth (bathymetry) and classifies seabed types from remote sensing images. It uses dual-branch encoders, attention-based feature fusion, and dynamic task weighting to achieve significantly higher accuracy than previous methods, especially in challenging shallow-water environments and with lower-resolution satellite data. This joint approach leverages the mutual benefits of depth and habitat information, providing more robust and spatially consistent maps for coastal monitoring.
Mapping the underwater world, especially in shallow coastal areas, is crucial for understanding marine habitats, ensuring safe navigation, and managing environmental changes. However, traditional methods for mapping water depth (bathymetry) and classifying seabed types often treat these tasks separately. This separation means they miss out on valuable information that could be shared between the two tasks, leading to less accurate and less robust results, especially when using remote sensing images.
Existing approaches that try to determine either depth or seabed classes from satellite or aerial images usually work in isolation. This limits the effectiveness of deep learning methods in these critical shallow-water environments. To overcome these challenges, Panagiotis Agrafiotis and Begüm Demir have introduced a new system called Seabed-Net. This innovative framework is designed to simultaneously predict both bathymetry and detailed, pixel-by-pixel seabed classification using remote sensing imagery, regardless of its resolution.
How Seabed-Net Works
Seabed-Net is a sophisticated multi-task network that uses a dual-branch structure. Imagine it as having two specialized pathways working in parallel: one dedicated to estimating water depth and the other for classifying the seabed. These two pathways are not entirely separate; they communicate and share information through clever integration modules.
One key component is the Attention Feature Fusion (AFF) module. This module helps combine spatial and channel-wise information from both tasks, allowing the network to focus on the most relevant features in specific areas. This is like having a smart filter that highlights important details for both depth and classification. Another crucial part is the windowed Swin-Transformer fusion block. This block helps capture broader context and relationships across the image, ensuring that the network understands how different parts of the seabed relate to each other globally.
To ensure that neither task dominates the learning process, Seabed-Net also employs a dynamic task uncertainty weighting system. This means the network automatically adjusts how much it prioritizes each task based on its current performance and inherent difficulty, leading to a more balanced and effective learning outcome.
Impressive Performance
The effectiveness of Seabed-Net was rigorously tested across two very different coastal locations: Agia Napa in Cyprus, known for its diverse Mediterranean seabed, and Puck Lagoon in Poland, a Baltic Sea lagoon with simpler, shallower characteristics. The evaluations used imagery from various sensors, including high-resolution aerial data, SPOT 6, and Sentinel-2 satellites, covering a range of spatial resolutions.
Seabed-Net consistently outperformed traditional empirical models and standard machine learning regression methods. For bathymetry estimation, it achieved up to 75% lower Root Mean Squared Error (RMSE) compared to these older techniques. When compared to state-of-the-art single-task and other multi-task deep learning baselines, Seabed-Net reduced bathymetric RMSE by 10-30% and improved seabed classification accuracy by up to 8%. These improvements were particularly noticeable in challenging low-resolution settings, demonstrating the model’s robustness.
Qualitative analyses further supported these findings, showing that Seabed-Net produced more spatially consistent results, with sharper boundaries between different habitat types and corrected depth biases in areas that were difficult to distinguish visually. This means the maps generated by Seabed-Net are not only more accurate but also more ecologically meaningful.
Also Read:
- ReefNet: A New Standard for Global Hard Coral Classification with AI
- MDiCo: Enhancing Earth Observation Models with Collaborative Learning and Incomplete Sensor Data
Why Joint Learning Matters
The success of Seabed-Net lies in its ability to jointly model depth with both substrate and seabed habitats. This synergistic approach means that information from one task helps improve the other. For instance, accurate depth information can help refine the boundaries of seabed classes, as abrupt changes in depth often coincide with changes in habitat. Conversely, knowing the seabed type can improve depth estimation, especially in areas where certain vegetation (like seagrass) might make the water appear deeper than it is.
This integrated framework offers a robust and open solution for shallow-water mapping. The code and pretrained weights for Seabed-Net are openly available, encouraging broader adoption and further research in the field. You can find more details about this research paper here: Seabed-Net Research Paper.
The research also highlighted the impact of spatial resolution, with higher-resolution aerial imagery yielding the best results, but Seabed-Net maintaining a significant advantage even with lower-resolution satellite data. This makes it a valuable tool for regions where only medium or low-resolution imagery is available. The study also considered factors like water clarity and seabed complexity, noting that simpler environments like Puck Lagoon generally yielded better performance than the more diverse Agia Napa.
In conclusion, Seabed-Net represents a significant advancement in shallow-water mapping. By intelligently combining bathymetry estimation and seabed classification into a single, unified framework, it provides more accurate, detailed, and consistent maps of our vital coastal environments, which are increasingly under pressure from climate change and human activities.


