paper-with-me

Papers

Memory Efficient Transformer Adapter for Dense Predictions

2025-02-04 · Dong Zhang, Rui Yan, Pingcheng Dong, Kwang-Ting Cheng

While current Vision Transformer (ViT) adapter methods have shown promising accuracy, their inference speed is implicitly hindered by inefficient memory access operations, e.g., standard normalization and frequent reshaping. In this work, we propose META, a simple and fast ViT adapter that can improve the model's memory efficiency and decrease memory time consumption by reducing the inefficient memory access operations. Our method features a memory-efficient adapter block that enables the common sharing of layer normalization between the self-attention and feed-forward network layers, thereby reducing the model's reliance on normalization operations. Within the proposed block, the cross-shaped self-attention is employed to reduce the model's frequent reshaping operations. Moreover, we augment the adapter block with a lightweight convolutional branch that can enhance local inductive biases, particularly beneficial for the dense prediction tasks, e.g., object detection, instance segmentation, and semantic segmentation. The adapter block is finally formulated in a cascaded manner to compute diverse head features, thereby enriching the variety of feature representations. Empirically, extensive evaluations on multiple representative datasets validate that META substantially enhances the predicted quality, while achieving a new state-of-the-art accuracy-efficiency trade-off. Theoretically, we demonstrate that META exhibits superior generalization capability and stronger adaptability.

📄 PDF Abstract BibTeX arXiv:2502.01962

Code (0)

등록된 구현이 없습니다.

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

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

Parameter-Efficient Sparse Retrievers and Rerankers using Adapters

2023-03-23 · Vaishali Pal, Carlos Lassance, Hervé Déjean, Stéphane Clinchant

Parameter-Efficient transfer learning with Adapters have been studied in Natural Language Processing (NLP) as an alternative to full fine-tuning. Adapters are memory-efficient and scale well with downstream tasks by trai…

Domain AdaptationInformation RetrievalLanguage ModellingRetrieval+1

Selective Feature Adapter for Dense Vision Transformers

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

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…

Depth Estimation

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

Parameter-efficient is not sufficient: Exploring Parameter, Memory, and Time Efficient Adapter Tuning for Dense Predictions

2023-06-16 · Dongshuo Yin, Xueting Han, Bin Li, Hao Feng 외

Pre-training & fine-tuning is a prevalent paradigm in computer vision (CV). Recently, parameter-efficient transfer learning (PETL) methods have shown promising performance in adapting to downstream tasks with only a few …

Transfer Learning