Weakly-Supervised RGB-D Salient Object Detection via SAM-driven Pseudo Annotation and State Space Interaction-based Diffusion
Summary
A novel scribble-supervised RGB-D Salient Object Detection (SOD) method, named WeakS2Diff, addresses the challenge of sparse pixel-level annotations. This approach integrates a Segment Anything Model (SAM)-driven pseudo annotation generation (SAM-PAG) and a state space interaction-based conditional diffusion model ($S^2$Diff). SAM-PAG expands sparse scribbles into dense pixel-level pseudo annotations by leveraging SAM's dual-branch structure and mask consistency. $S^2$Diff then iteratively refines noisy saliency maps, guided by conditional information. Its core involves a cross-modal conditional generation module, interweaving RGB-D features through frequency integration and implicit-explicit state space interaction, alongside a context injection module to mitigate noise. WeakS2Diff outperforms existing scribble-supervised methods and achieves competitive performance against fully-supervised methods across seven datasets.
Key takeaway
For Computer Vision Engineers aiming to reduce annotation burden in RGB-D Salient Object Detection, this method offers a compelling solution. By leveraging SAM for pseudo-annotation and a diffusion model for refinement, you can achieve high-accuracy SOD with significantly less manual pixel-level labeling. Consider integrating SAM-driven pseudo-annotation and state space interaction-based diffusion techniques into your weakly-supervised SOD pipelines to improve efficiency and performance.
Key insights
A novel weakly-supervised RGB-D SOD method combines SAM-driven pseudo-annotation with a state space interaction-based diffusion model for accurate saliency maps.
Principles
- Sparse scribble annotations can be effectively expanded to dense pixel-level pseudo annotations.
- Diffusion models can iteratively refine noisy saliency maps with conditional guidance.
- Cross-modal feature integration enhances global conditional features for SOD.
Method
The method involves SAM-PAG to generate dense pseudo-annotations from sparse scribbles, followed by $S^2$Diff, a conditional diffusion model that refines these annotations using cross-modal feature integration and context injection.
In practice
- Utilize SAM for expanding sparse annotations in weakly-supervised tasks.
- Apply diffusion models for iterative refinement of noisy segmentation outputs.
- Integrate RGB-D features via frequency and state space interaction for robust conditional guidance.
Topics
- Weakly-Supervised Learning
- Salient Object Detection
- RGB-D Imaging
- Segment Anything Model
- Diffusion Models
- Pseudo Annotation
- Computer Vision
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.