External Prompt Features Enhanced Parameter-efficient Fine-tuning for Salient Object Detection
Wen Liang, Peipei Ran, Mengchao Bai, Xiao Liu, P. Bilha Githinji, Wei Zhao, Peiwu Qin
TL;DR
This work addresses the high parameter cost of transformer-based salient object detection by introducing ExPert, a parameter-efficient fine-tuning framework that freezes the backbone and trains lightweight E-adapters and E-injectors. E-adapters adapt the pre-trained backbone to SOD while E-injectors incorporate external prompt features, including semantic cues from BLIP captions and multi-scale ViT/DINO features, through selective attention. The approach, backbone-agnostic and compatible with multi-scale backbones like SegFormer, achieves state-of-the-art results across five SOD datasets with 80.2M trained parameters, outperforming both CNN-based and prior transformer-based models. The results demonstrate the power of external prompts and adapter-based fine-tuning for efficient, accurate SOD, with potential extensions to other segmentation tasks and richer prompt sources.
Abstract
Salient object detection (SOD) aims at finding the most salient objects in images and outputs pixel-level binary masks. Transformer-based methods achieve promising performance due to their global semantic understanding, crucial for identifying salient objects. However, these models tend to be large and require numerous training parameters. To better harness the potential of transformers for SOD, we propose a novel parameter-efficient fine-tuning method aimed at reducing the number of training parameters while enhancing the salient object detection capability. Our model, termed EXternal Prompt features Enhanced adapteR Tuning (ExPert), features an encoder-decoder structure with adapters and injectors interspersed between the layers of a frozen transformer encoder. The adapter modules adapt the pretrained backbone to SOD while the injector modules incorporate external prompt features to enhance the awareness of salient objects. Comprehensive experiments demonstrate the superiority of our method. Surpassing former state-of-the-art (SOTA) models across five SOD datasets, ExPert achieves 0.215 mean absolute error (MAE) in the ECSSD dataset with 80.2M trained parameters, 21% better than SelfReformer and 47% better than EGNet.
