paper-with-me

Papers

Token Compensator: Altering Inference Cost of Vision Transformer without Re-Tuning

2024-08-13 · Shibo Jie, Yehui Tang, Jianyuan Guo, Zhi-Hong Deng, Kai Han, Yunhe Wang

Token compression expedites the training and inference of Vision Transformers (ViTs) by reducing the number of the redundant tokens, e.g., pruning inattentive tokens or merging similar tokens. However, when applied to downstream tasks, these approaches suffer from significant performance drop when the compression degrees are mismatched between training and inference stages, which limits the application of token compression on off-the-shelf trained models. In this paper, we propose a model arithmetic framework to decouple the compression degrees between the two stages. In advance, we additionally perform a fast parameter-efficient self-distillation stage on the pre-trained models to obtain a small plugin, called Token Compensator (ToCom), which describes the gap between models across different compression degrees. During inference, ToCom can be directly inserted into any downstream off-the-shelf models with any mismatched training and inference compression degrees to acquire universal performance improvements without further training. Experiments on over 20 downstream tasks demonstrate the effectiveness of our framework. On CIFAR100, fine-grained visual classification, and VTAB-1k, ToCom can yield up to a maximum improvement of 2.3%, 1.5%, and 2.0% in the average performance of DeiT-B, respectively. Code: https://github.com/JieShibo/ToCom

📄 PDF Abstract BibTeX arXiv:2408.06798

Code (1)

jieshibo/tocom 공식 구현 pytorch

Tasks

Fine-Grained Image Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

HCC-3D: Hierarchical Compensatory Compression for 98% 3D Token Reduction in Vision-Language Models

2025-11-13 · Liheng Zhang, Jin Wang, Hui Li, Bingfeng Zhang 외 arxiv

3D understanding has drawn significant attention recently, leveraging Vision-Language Models (VLMs) to enable multi-modal reasoning between point cloud and text data. Current 3D-VLMs directly embed the 3D point clouds in…

Point Clouds

Cross-Modal Attention Guided Unlearning in Vision-Language Models

2025-10-08 · Karuna Bhaila, Aneesh Komanduri, Minh-Hao Van, Xintao Wu arxiv

Vision-Language Models (VLMs) have demonstrated immense capabilities in multi-modal understanding and inference tasks such as Visual Question Answering (VQA), which requires models to infer outputs based on visual and te…

Visual Question Answering

Improving the Behaviour of Vision Transformers with Token-consistent Stochastic Layers

2021-12-30 · Nikola Popovic, Danda Pani Paudel, Thomas Probst, Luc van Gool

We introduce token-consistent stochastic layers in vision transformers, without causing any severe drop in performance. The added stochasticity improves network calibration, robustness and strengthens privacy. We use lin…

Adversarial RobustnessTransfer Learning

Efficient Multi-View 3D Object Detection by Dynamic Token Selection and Fine-Tuning

2026-04-15 · Danish Nazir, Antoine Hanna-Asaad, Lucas Görnhardt, Jan Piewek 외 arxiv

Existing multi-view three-dimensional (3D) object detection approaches widely adopt large-scale pre-trained vision transformer (ViT)-based foundation models as backbones, being computationally complex. To address this pr…

parameter-efficient fine-tuningComputational Efficiency3D Object Detection

ReGATE: Learning Faster and Better with Fewer Tokens in MLLMs

2025-07-29 · Chaoyu Li, Yogesh Kulkarni, Pooyan Fazli arxiv

The computational cost of training multimodal large language models (MLLMs) grows rapidly with the number of processed tokens. Existing efficiency methods mainly target inference via token reduction or merging, offering …