paper-with-me

Papers

External Prompt Features Enhanced Parameter-efficient Fine-tuning for Salient Object Detection

2024-04-23 · Wen Liang, Peipei Ran, Mengchao Bai, Xiao Liu, P. Bilha Githinji, Wei Zhao, Peiwu Qin

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.

📄 PDF Abstract BibTeX arXiv:2404.15008

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderobject-detectionObject Detectionparameter-efficient fine-tuningSalient Object Detection

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Retrieval-Enhanced Visual Prompt Learning for Few-shot Classification

2023-06-04 · Jintao Rong, Hao Chen, Linlin Ou, Tianxiao Chen 외

The Contrastive Language-Image Pretraining (CLIP) model has been widely used in various downstream vision tasks. The few-shot learning paradigm has been widely adopted to augment its capacity for these tasks. However, cu…

ClassificationDomain GeneralizationFew-Shot LearningImage Segmentation+3

Effectively Prompting Small-sized Language Models for Cross-lingual Tasks via Winning Tickets

2024-04-01 · Mingqi Li, Feng Luo

Current soft prompt methods yield limited performance when applied to small-sized models (fewer than a billion parameters). Deep prompt-tuning, which entails prepending parameters in each layer for enhanced efficacy, pre…

Language ModelingLanguage ModellingMasked Language ModelingPrompt Learning

DEAP-3DSAM: Decoder Enhanced and Auto Prompt SAM for 3D Medical Image Segmentation

2025-11-24 · Fangda Chen, Jintao Tang, Pancheng Wang, Ting Wang 외 arxiv

The Segment Anything Model (SAM) has recently demonstrated significant potential in medical image segmentation. Although SAM is primarily trained on 2D images, attempts have been made to apply it to 3D medical image segm…

Medical Image SegmentationTumor Segmentation

Position-Aware Parameter Efficient Fine-Tuning Approach for Reducing Positional Bias in LLMs

2024-04-01 · Zheng Zhang, Fan Yang, Ziyan Jiang, Zheng Chen 외

Recent advances in large language models (LLMs) have enhanced their ability to process long input contexts. This development is particularly crucial for tasks that involve retrieving knowledge from an external datastore,…

Data Augmentationparameter-efficient fine-tuningPosition

State-offset Tuning: State-based Parameter-Efficient Fine-Tuning for State Space Models

2025-03-05 · Wonjun Kang, Kevin Galim, Yuchen Zeng, Minjae Lee 외

State Space Models (SSMs) have emerged as efficient alternatives to Transformers, mitigating their quadratic computational cost. However, the application of Parameter-Efficient Fine-Tuning (PEFT) methods to SSMs remains …

parameter-efficient fine-tuningState Space Models