Weakly-Supervised RGB-D Salient Object Detection via SAM-driven Pseudo Annotation and State Space Interaction-based Diffusion

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

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

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

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.