paper-with-me

Papers

Evo-ViT: Slow-Fast Token Evolution for Dynamic Vision Transformer

2021-08-03 · Yifan Xu, Zhijie Zhang, Mengdan Zhang, Kekai Sheng, Ke Li, WeiMing Dong, Liqing Zhang, Changsheng Xu, Xing Sun

Vision transformers (ViTs) have recently received explosive popularity, but the huge computational cost is still a severe issue. Since the computation complexity of ViT is quadratic with respect to the input sequence length, a mainstream paradigm for computation reduction is to reduce the number of tokens. Existing designs include structured spatial compression that uses a progressive shrinking pyramid to reduce the computations of large feature maps, and unstructured token pruning that dynamically drops redundant tokens. However, the limitation of existing token pruning lies in two folds: 1) the incomplete spatial structure caused by pruning is not compatible with structured spatial compression that is commonly used in modern deep-narrow transformers; 2) it usually requires a time-consuming pre-training procedure. To tackle the limitations and expand the applicable scenario of token pruning, we present Evo-ViT, a self-motivated slow-fast token evolution approach for vision transformers. Specifically, we conduct unstructured instance-wise token selection by taking advantage of the simple and effective global class attention that is native to vision transformers. Then, we propose to update the selected informative tokens and uninformative tokens with different computation paths, namely, slow-fast updating. Since slow-fast updating mechanism maintains the spatial structure and information flow, Evo-ViT can accelerate vanilla transformers of both flat and deep-narrow structures from the very beginning of the training process. Experimental results demonstrate that our method significantly reduces the computational cost of vision transformers while maintaining comparable performance on image classification.

📄 PDF Abstract BibTeX arXiv:2108.01390

Code (1)

YifanXu74/Evo-ViT 공식 구현 pytorch

Tasks

Efficient ViTsimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Class Attention A Class Attention layer, or CA Layer, is an attention mechanism for [vision…

Similar Papers 제목 키워드 기반

Dyve: Thinking Fast and Slow for Dynamic Process Verification

2025-02-16 · Jianyuan Zhong, Zeju Li, Zhijian Xu, Xiangyu Wen 외

We present Dyve, a dynamic process verifier that enhances reasoning error detection in large language models by integrating fast and slow thinking, inspired by Kahneman's Systems Theory. Dyve adaptively applies immediate…

Math

Slot-VLM: SlowFast Slots for Video-Language Modeling

2024-02-20 · Jiaqi Xu, Cuiling Lan, Wenxuan Xie, Xuejin Chen 외

Video-Language Models (VLMs), powered by the advancements in Large Language Models (LLMs), are charting new frontiers in video understanding. A pivotal challenge is the development of an efficient method to encapsulate v…

Language ModelingLanguage ModellingObjectQuestion Answering+2

Fast-Slow Thinking for Large Vision-Language Model Reasoning

2025-04-25 · Wenyi Xiao, Leilei Gan, Weilong Dai, Wanggui He 외

Recent advances in large vision-language models (LVLMs) have revealed an \textit{overthinking} phenomenon, where models generate verbose reasoning across all tasks regardless of questions. To address this issue, we prese…

Language ModelingLanguage Modelling

A multiscale analysis of mean-field transformers in the moderate interaction regime

2025-09-29 · Giuseppe Bruno, Federico Pasqualotto, Andrea Agazzi arxiv

In this paper, we study the evolution of tokens through the depth of encoder-only transformer models at inference time by modeling them as a system of particles interacting in a mean-field way and studying the correspond…

Asynchronous Fast-Slow Vision-Language-Action Policies for Whole-Body Robotic Manipulation

2025-12-23 · Teqiang Zou, Hongliang Zeng, Yuxuan Nong, Yifan Li 외 arxiv

Most Vision-Language-Action (VLA) systems integrate a Vision-Language Model (VLM) for semantic reasoning with an action expert generating continuous action signals, yet both typically run at a single unified frequency. A…