paper-with-me

Papers

Selective Feature Adapter for Dense Vision Transformers

2023-10-03 · Xueqing Deng, Qi Fan, Xiaojie Jin, Linjie Yang, Peng Wang

Fine-tuning pre-trained transformer models, e.g., Swin Transformer, are successful in numerous downstream for dense prediction vision tasks. However, one major issue is the cost/storage of their huge amount of parameters, which becomes increasingly challenging to handle with the growing amount of vision tasks. In this paper, we propose an effective approach to alleviate the issue, namely selective feature adapter (SFA). It achieves state-of-the-art (SoTA) performance under any given budget of trainable parameters, and demonstrates comparable or better performance than fully fine-tuned models across various dense tasks. Specifically, SFA consists of external adapters and internal adapters which are sequentially operated over a transformer model. For external adapters, we properly select the places and amount of additional multilayer perception (MLP). For internal adapters, we transform a few task-important parameters inside the transformer, which are automatically discovered through a simple yet effective lottery ticket algorithm. Our experiments show that the dual adapter module, a.k.a SFA, is essential to achieve the best trade-off on dense vision tasks, such as segmentation, detection and depth-estimation, outperforming other adapters with a single module.

📄 PDF Abstract BibTeX arXiv:2310.01843

Code (0)

등록된 구현이 없습니다.

Tasks

Depth Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Attention 설명 없음
Adam 설명 없음
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…

Similar Papers 제목 키워드 기반

Vision Transformer Adapter for Dense Predictions

2022-05-17 · Zhe Chen, Yuchen Duan, Wenhai Wang, Junjun He 외

This work investigates a simple yet powerful dense prediction task adapter for Vision Transformer (ViT). Unlike recently advanced variants that incorporate vision-specific inductive biases into their architectures, the p…

Instance SegmentationObject DetectionPanoptic SegmentationReal-Time Object Detection+1

Vision Transformers Need Better Token Interaction

2026-05-22 · Linxiang Su arxiv

Vision Transformers (ViTs) can learn strong image-level representations while their patch representations become less effective for dense prediction during prolonged training. We revisit this dense degradation phenomenon…

Semantic Segmentation

Vision Transformer Adapters for Generalizable Multitask Learning

2023-08-23 · ICCV 2023 1 · Deblina Bhattacharjee, Sabine Süsstrunk, Mathieu Salzmann

We introduce the first multitasking vision transformer adapters that learn generalizable task affinities which can be applied to novel tasks and domains. Integrated into an off-the-shelf vision transformer backbone, our …

Domain AdaptationUnsupervised Domain Adaptation

Sparse-Tuning: Adapting Vision Transformers with Efficient Fine-tuning and Inference

2024-05-23 · Ting Liu, Xuyang Liu, Siteng Huang, Liangtao Shi 외

Parameter-efficient fine-tuning (PEFT) has emerged as a popular solution for adapting pre-trained Vision Transformer (ViT) models to downstream applications. While current PEFT methods have achieved parameter efficiency,…

GPUparameter-efficient fine-tuning

AdapterTune: Zero-Initialized Low-Rank Adapters for Frozen Vision Transformers

2026-03-16 · Salim Khazem arxiv

Frozen-backbone transfer with Vision Transformers faces two under-addressed issues: optimization instability when adapters are naively inserted into a fixed feature extractor, and the absence of principled guidance for s…