paper-with-me

Papers

Frequency-Aware Token Reduction for Efficient Vision Transformer

2025-11-26 · Dong-Jae Lee, Jiwan Hur, Jaehyun Choi, Jaemyung Yu, Junmo Kim arxiv

Vision Transformers have demonstrated exceptional performance across various computer vision tasks, yet their quadratic computational complexity concerning token length remains a significant challenge. To address this, token reduction methods have been widely explored. However, existing approaches often overlook the frequency characteristics of self-attention, such as rank collapsing and over-smoothing phenomenon. In this paper, we propose a frequency-aware token reduction strategy that improves computational efficiency while preserving performance by mitigating rank collapsing. Our method partitions tokens into high-frequency tokens and low-frequency tokens. high-frequency tokens are selectively preserved, while low-frequency tokens are aggregated into a compact direct current token to retain essential low-frequency components. Through extensive experiments and analysis, we demonstrate that our approach significantly improves accuracy while reducing computational overhead and mitigating rank collapsing and over smoothing. Furthermore, we analyze the previous methods, shedding light on their implicit frequency characteristics and limitations.

📄 PDF Abstract BibTeX arXiv:2511.21477

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Rethinking Token Reduction for Diffusion Models via Output-Similarity-Awareness

2026-05-21 · Hangyeol Lee, Hyojeong Lee, Joo-Young Kim arxiv

Diffusion Transformers (DiTs) achieve superior image generation quality but suffer from quadratic computational complexity relative to token count. While various token reduction (TR) methods have been proposed to mitigat…

Image Generation

Neighbor-Aware Token Reduction via Hilbert Curve for Vision Transformers

2025-12-28 · Yunge Li, Lanyu Xu arxiv

Vision Transformers (ViTs) have achieved remarkable success in visual recognition tasks, but redundant token representations limit their computational efficiency. Existing token merging and pruning strategies often overl…

Computational Efficiency

Content-aware Token Sharing for Efficient Semantic Segmentation with Vision Transformers

2023-06-03 · CVPR 2023 1 · Chenyang Lu, Daan de Geus, Gijs Dubbelman

This paper introduces Content-aware Token Sharing (CTS), a token reduction approach that improves the computational efficiency of semantic segmentation networks that use Vision Transformers (ViTs). Existing works have pr…

Computational Efficiencyimage-classificationImage ClassificationSegmentation+2

RAPID: Layer-Wise Redundancy-Aware Pruning and Importance-Driven Token Merging for Efficient ViT

2026-06-06 · Kyumin Choi, Ikbeom Jang arxiv

Vision Transformers (ViTs) achieve strong performance but suffer from high computational costs due to quadratic self-attention complexity. Although token reduction techniques such as pruning and merging mitigate this, th…

Spiking Wavelet Transformer

2024-03-17 · Yuetong Fang, Ziqing Wang, Lingfeng Zhang, Jiahang Cao 외

Spiking neural networks (SNNs) offer an energy-efficient alternative to conventional deep learning by emulating the event-driven processing manner of the brain. Incorporating Transformers with SNNs has shown promise for …