中文
相关论文

相关论文: Token Merging: Your ViT But Faster

200 篇论文

Token compression is crucial for mitigating the quadratic complexity of self-attention mechanisms in Vision Transformers (ViTs), which often involve numerous input tokens. Existing methods, such as ToMe, rely on GPU-inefficient operations…

计算机视觉与模式识别 · 计算机科学 2026-04-16 Simin Huo , Ning Li

Video transformer models require huge amounts of compute resources due to the spatio-temporal scaling of the input. Tackling this, recent methods have proposed to drop or merge tokens for image models, whether randomly or via learned…

计算机视觉与模式识别 · 计算机科学 2025-10-24 Sam Pollard , Michael Wray

Increasing the throughput of the Transformer architecture, a foundational component used in numerous state-of-the-art models for vision and language tasks (e.g., GPT, LLaVa), is an important problem in machine learning. One recent and…

The remarkable performance of Vision Transformers (ViTs) typically requires an extremely large training cost. Existing methods have attempted to accelerate the training of ViTs, yet typically disregard method universality with accuracy…

机器学习 · 计算机科学 2024-04-02 Wenxuan Huang , Yunhang Shen , Jiao Xie , Baochang Zhang , Gaoqi He , Ke Li , Xing Sun , Shaohui Lin

Despite the remarkable success of Vision Transformers (ViTs) in various visual tasks, they are often hindered by substantial computational cost. In this work, we introduce Vote\&Mix (\textbf{VoMix}), a plug-and-play and parameter-free token…

计算机视觉与模式识别 · 计算机科学 2024-09-02 Shuai Peng , Di Fu , Baole Wei , Yong Cao , Liangcai Gao , Zhi Tang

Although Vision Transformers (ViTs) have become the standard architecture in computer vision, their massive sizes lead to significant computational overhead. Token compression techniques have attracted considerable attention to address this…

计算机视觉与模式识别 · 计算机科学 2026-04-02 Jaeyeon Lee , Dong-Wan Choi

The quadratic cost of self-attention in Vision Transformers (ViTs) constitutes a fundamental bottleneck for practical deployment, motivating a vibrant line of research on token reduction. Among existing approaches, token merging (ToMe) has…

计算机视觉与模式识别 · 计算机科学 2026-05-28 Semi Lee , Hyejin Go , Hyesong Choi

As the scale of data and models for video understanding rapidly expand, handling long-form video input in transformer-based models presents a practical challenge. Rather than resorting to input sampling or token dropping, which may result…

计算机视觉与模式识别 · 计算机科学 2024-11-01 Seon-Ho Lee , Jue Wang , Zhikang Zhang , David Fan , Xinyu Li

Vision Transformers (ViTs) have emerged as powerful backbones in computer vision, outperforming many traditional CNNs. However, their computational overhead, largely attributed to the self-attention mechanism, makes deployment on…

计算机视觉与模式识别 · 计算机科学 2023-12-05 Minchul Kim , Shangqian Gao , Yen-Chang Hsu , Yilin Shen , Hongxia Jin

Token merging has emerged as a new paradigm that can accelerate the inference of Vision Transformers (ViTs) without any retraining or fine-tuning. To push the frontier of training-free acceleration in ViTs, we improve token merging by…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Jung Hwan Heo , Seyedarmin Azizi , Arash Fayyazi , Massoud Pedram

The landscape of image generation has been forever changed by open vocabulary diffusion models. However, at their core these models use transformers, which makes generation slow. Better implementations to increase the throughput of these…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Daniel Bolya , Judy Hoffman

We propose Confidence-Guided Token Merging (Co-Me), an acceleration mechanism for visual geometric transformers without retraining or finetuning the base model. Co-Me distilled a light-weight confidence predictor to rank tokens by…

计算机视觉与模式识别 · 计算机科学 2026-05-15 Yutian Chen , Yuheng Qiu , Ruogu Li , Ali Agha , Shayegan Omidshafiei , Jay Patrikar , Sebastian Scherer

Most text-video retrieval methods utilize the text-image pre-trained models like CLIP as a backbone. These methods process each sampled frame independently by the image encoder, resulting in high computational overhead and limiting…

计算机视觉与模式识别 · 计算机科学 2025-03-13 Leqi Shen , Tianxiang Hao , Tao He , Sicheng Zhao , Yifeng Zhang , Pengzhang Liu , Yongjun Bao , Guiguang Ding

Token compression is essential for reducing the computational and memory requirements of transformer models, enabling their deployment in resource-constrained environments. In this work, we propose an efficient and hardware-compatible token…

计算机视觉与模式识别 · 计算机科学 2025-04-01 Junzhu Mao , Yang Shen , Jinyang Guo , Yazhou Yao , Xiansheng Hua

Although text-to-image (T2I) models exhibit remarkable generation capabilities, they frequently fail to accurately bind semantically related objects or attributes in the input prompts; a challenge termed semantic binding. Previous…

计算机视觉与模式识别 · 计算机科学 2024-11-12 Taihang Hu , Linxuan Li , Joost van de Weijer , Hongcheng Gao , Fahad Shahbaz Khan , Jian Yang , Ming-Ming Cheng , Kai Wang , Yaxing Wang

Recent end-to-end automatic speech recognition (ASR) systems often utilize a Transformer-based acoustic encoder that generates embedding at a high frame rate. However, this design is inefficient, particularly for long speech signals due to…

计算与语言 · 计算机科学 2023-06-29 Yuang Li , Yu Wu , Jinyu Li , Shujie Liu

Since its inception, Vision Transformer (ViT) has emerged as a prevalent model in the computer vision domain. Nonetheless, the multi-head self-attention (MHSA) mechanism in ViT is computationally expensive due to its calculation of…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Zhe Bian , Zhe Wang , Wenqiang Han , Kangping Wang

Token merging has emerged as an effective strategy to accelerate Vision Transformers (ViT) by reducing computational costs. However, existing methods primarily rely on the visual token's feature similarity for token merging, overlooking the…

计算机视觉与模式识别 · 计算机科学 2025-06-26 Hsiang-Wei Huang , Wenhao Chai , Kuang-Ming Chen , Cheng-Yen Yang , Jenq-Neng Hwang

This paper investigates how to efficiently deploy vision transformers on edge devices for small workloads. Recent methods reduce the latency of transformer neural networks by removing or merging tokens, with small accuracy degradation.…

Recent token reduction methods for Vision Transformers (ViTs) incorporate token merging, which measures the similarities between token embeddings and combines the most similar pairs. However, their merging policies are directly dependent on…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Dong Hoon Lee , Seunghoon Hong
‹ 上一页 1 2 3 10 下一页 ›