paper-with-me

Papers

WaterMask: Instance Segmentation for Underwater Imagery

2023-01-01 · ICCV 2023 1 · Shijie Lian, Hua Li, Runmin Cong, Suqi Li, Wei zhang, Sam Kwong

Underwater image instance segmentation is a fundamental and critical step in underwater image analysis and understanding. However, the paucity of general multiclass instance segmentation datasets has impeded the development of instance segmentation studies for underwater images. In this paper, we propose the first underwater image instance segmentation dataset (UIIS), which provides 4628 images for 7 categories with pixel-level annotations. Meanwhile, we also design WaterMask for underwater image instance segmentation for the first time. In Water- Mask, we first devise Difference Similarity Graph Attention Module (DSGAT) to recover lost detailed information due to image quality degradation and downsampling to help the network prediction. Then, we propose Multi-level Feature Refinement Module (MFRM) to predict foreground masks and boundary masks separately by features at different scales, and guide the network through Boundary Mask Strategy (BMS) with boundary learning loss to provide finer prediction results. Extensive experimental results demonstrates that WaterMask can achieve significant gains of 2.9, 3.8 mAP over Mask R-CNN when using ResNet-50 and ResNet-101. Code and Dataset are available at https: //github.com/LiamLian0727/WaterMask.

📄 PDF Abstract BibTeX

Code (1)

liamlian0727/watermask pytorch

Tasks

2D Object DetectionGraph AttentionInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Diving into Underwater: Segment Anything Model Guided Underwater Salient Instance Segmentation and A Large-scale Dataset

2024-06-10 · Shijie Lian, Ziyi Zhang, Hua Li, Wenjie Li 외

With the breakthrough of large models, Segment Anything Model (SAM) and its extensions have been attempted to apply in diverse tasks of computer vision. Underwater salient instance segmentation is a foundational and vita…

Instance SegmentationSalient Object DetectionSegmentationSemantic Segmentation

UWSAM: Segment Anything Model Guided Underwater Instance Segmentation and A Large-scale Benchmark Dataset

2025-05-21 · Hua Li, Shijie Lian, Zhiyuan Li, Runmin Cong 외

With recent breakthroughs in large-scale modeling, the Segment Anything Model (SAM) has demonstrated significant potential in a variety of visual applications. However, due to the lack of underwater domain expertise, SAM…

Instance SegmentationKnowledge DistillationRepresentation LearningSegmentation+1

Expose Camouflage in the Water: Underwater Camouflaged Instance Segmentation and Dataset

2025-10-20 · Chuhong Wang, Hua Li, Chongyi Li, Huazhong Liu 외 arxiv

With the development of underwater exploration and marine protection, underwater vision tasks are widespread. Due to the degraded underwater environment, characterized by color distortion, low contrast, and blurring, cam…

Instance Segmentation

UIS-Mamba: Exploring Mamba for Underwater Instance Segmentation via Dynamic Tree Scan and Hidden State Weaken

2025-08-01 · Runmin Cong, Zongji Yu, Hao Fang, Haoyan Sun 외 arxiv

Underwater Instance Segmentation (UIS) tasks are crucial for underwater complex scene detection. Mamba, as an emerging state space model with inherently linear complexity and global receptive fields, is highly suitable f…

Instance SegmentationImage Segmentation

Semantic Segmentation of Underwater Imagery: Dataset and Benchmark

2020-04-02 · Md Jahidul Islam, Chelsey Edge, Yuyang Xiao, Peigen Luo 외

In this paper, we present the first large-scale dataset for semantic Segmentation of Underwater IMagery (SUIM). It contains over 1500 images with pixel annotations for eight object categories: fish (vertebrates), reefs (…

Computational EfficiencyDecoderSaliency PredictionScene Understanding+2