paper-with-me

Papers

Progressive Cramming: Reliable Token Compression and What It Reveals

2026-07-23 · Dmitrii Tarasov, Timofei Lashukov, Elizaveta Goncharova, Andrey Kuznetsov arxiv

Token cramming compresses sequences into learned embeddings with near-perfect reconstruction, but fixed token budgets and 99\% accuracy thresholds leave it unclear whether residual errors reflect optimization failures or fundamental limits. We introduce progressive cramming, which grows the target prefix token-by-token, stopping only when reconstruction is no longer achievable within a fixed optimization budget. Progressive trajectories occupy low-dimensional structure in embedding space. Prepending a crammed embedding causes a moderate but consistent accuracy drop on multiple-choice benchmarks even with the original prefix in context, and collapses capability almost entirely under generative evaluation. Causal attention-knockout interventions trace this degradation to the embedding's interactions in the model's early layers. These results position progressive cramming as a tool for studying compression limits and show that perfect reconstruction - achievable through brittle steering rather than transferable semantics - is insufficient for meaningful compression.

📄 PDF Abstract BibTeX arXiv:2607.21231

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cramming 1568 Tokens into a Single Vector and Back Again: Exploring the Limits of Embedding Space Capacity

2025-02-18 · Yuri Kuratov, Mikhail Arkhipov, Aydar Bulatov, Mikhail Burtsev

A range of recent works addresses the problem of compression of sequence of tokens into a shorter sequence of real-valued vectors to be used as inputs instead of token embeddings or key-value cache. These approaches allo…

PVC: Progressive Visual Token Compression for Unified Image and Video Processing in Large Vision-Language Models

2024-12-12 · CVPR 2025 1 · Chenyu Yang, Xuan Dong, Xizhou Zhu, Weijie Su 외

Large Vision-Language Models (VLMs) have been extended to understand both images and videos. Visual token compression is leveraged to reduce the considerable token length of visual inputs. To meet the needs of different …

Video Understanding

ProGVC: Progressive-based Generative Video Compression via Auto-Regressive Context Modeling

2026-03-18 · Daowen Li, Ruixiao Dong, Ying Chen, Kai Li 외 arxiv

Perceptual video compression leverages generative priors to reconstruct realistic textures and motions at low bitrates. However, existing perceptual codecs often lack native support for variable bitrate and progressive d…

Efficient Multi-modal Large Language Models via Progressive Consistency Distillation

2025-10-01 · Zichen Wen, Shaobo Wang, Yufa Zhou, Junyuan Zhang 외 arxiv

Visual tokens consume substantial computational resources in multi-modal large models (MLLMs), significantly compromising their efficiency. Recent works have attempted to improve efficiency by compressing visual tokens d…

Progressive Growing of Video Tokenizers for Highly Compressed Latent Spaces

2025-01-09 · Aniruddha Mahapatra, Long Mai, Yitian Zhang, David Bourgin 외

Video tokenizers are essential for latent video diffusion models, converting raw video data into spatiotemporally compressed latent spaces for efficient training. However, extending state-of-the-art video tokenizers to a…

Video Generation