Unified-modal Salient Object Detection via Adaptive Prompt Learning
Kunpeng Wang, Chenglong Li, Zhengzheng Tu, Zhengyi Liu, Bin Luo
TL;DR
UniSOD tackles the dual challenge of single-modal and multi-modal salient object detection by using adaptive, modality-aware prompts to steer a frozen pre-trained RGB SOD backbone. The core innovation is a Switchable Prompt Generation (SPG) block that builds per-level prompts for both RGB-only and RGB-D/RGB-T inputs, enabling end-to-end training with a small fraction of learnable parameters. Empirical evaluation across 14 benchmarks shows that UniSOD achieves superior performance with fewer trainable parameters compared to task-specific models, validating the effectiveness of prompt-based unification. The approach promises practical deployment benefits through reduced training and storage costs while maintaining high saliency detection accuracy across modalities.
Abstract
Existing single-modal and multi-modal salient object detection (SOD) methods focus on designing specific architectures tailored for their respective tasks. However, developing completely different models for different tasks leads to labor and time consumption, as well as high computational and practical deployment costs. In this paper, we attempt to address both single-modal and multi-modal SOD in a unified framework called UniSOD, which fully exploits the overlapping prior knowledge between different tasks. Nevertheless, assigning appropriate strategies to modality variable inputs is challenging. To this end, UniSOD learns modality-aware prompts with task-specific hints through adaptive prompt learning, which are plugged into the proposed pre-trained baseline SOD model to handle corresponding tasks, while only requiring few learnable parameters compared to training the entire model. Each modality-aware prompt is generated from a switchable prompt generation block, which adaptively performs structural switching based on single-modal and multi-modal inputs without human intervention. Through end-to-end joint training, UniSOD achieves overall performance improvement on 14 benchmark datasets for RGB, RGB-D, and RGB-T SOD, which demonstrates that our method effectively and efficiently unifies single-modal and multi-modal SOD tasks.The code and results are available at https://github.com/Angknpng/UniSOD.
