paper-with-me

홈 › Papers

Arbitrary Ratio Feature Compression via Next Token Prediction

2026-02-12 · Yufan Liu, Daoyuan Ren, Zhipeng Zhang, Wenyang Luo, Bing Li, Weiming Hu, Stephen Maybank arxiv

Feature compression is increasingly important for improving the efficiency of downstream tasks, especially in applications involving large-scale or multi-modal data. While existing methods typically rely on dedicated models for achieving specific compression ratios, they are often limited in flexibility and generalization. In particular, retraining is necessary when adapting to a new compression ratio. To address this limitation, we propose a novel and flexible Arbitrary Ratio Feature Compression (ARFC) framework, which supports any compression ratio with a single model, eliminating the need for multiple specialized models. At its core, the Arbitrary Ratio Compressor (ARC) is an auto-regressive model that performs compression via next-token prediction. This allows the compression ratio to be controlled at inference simply by adjusting the number of generated tokens. To enhance the quality of the compressed features, two key modules are introduced. The Mixture of Solutions (MoS) module refines the compressed tokens by utilizing multiple compression results (solutions), reducing uncertainty and improving robustness. The Entity Relation Graph Constraint (ERGC) is integrated into the training process to preserve semantic and structural relationships during compression. Extensive experiments on cross-modal retrieval, image classification, and image retrieval tasks across multiple datasets demonstrate that our method consistently outperforms existing approaches at various compression ratios. Notably, in some cases, it even surpasses the performance of the original, uncompressed features. These results validate the effectiveness and versatility of ARFC for practical, resource-constrained scenarios.

📄 PDF Abstract BibTeX arXiv:2602.11494

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalImage ClassificationImage Retrieval

Similar Papers 제목 키워드 기반

ConvLLaVA: Hierarchical Backbones as Visual Encoder for Large Multimodal Models

2024-05-24 · Chunjiang Ge, Sijie Cheng, ZiMing Wang, Jiale Yuan 외

High-resolution Large Multimodal Models (LMMs) encounter the challenges of excessive visual tokens and quadratic visual complexity. Current high-resolution LMMs address the quadratic complexity while still generating exc…

Visual Question Answering

VisionSelector: End-to-End Learnable Visual Token Compression for Efficient Multimodal LLMs

2025-10-18 · Jiaying Zhu, Yurui Zhu, Xin Lu, Wenrui Yan 외 arxiv

Multimodal Large Language Models (MLLMs) encounter significant computational and memory bottlenecks from the massive number of visual tokens generated by high-resolution images or multi-image inputs. Previous token compr…

Compression with Global Guidance: Towards Training-free High-Resolution MLLMs Acceleration

2025-01-09 · Xuyang Liu, ZiMing Wang, Yuhang Han, Yingyao Wang 외

Multimodal large language models (MLLMs) have attracted considerable attention due to their exceptional performance in visual content understanding and reasoning. However, their inference efficiency has been a notable co…

Hypernym Mercury: Token Optimization Through Semantic Field Constriction And Reconstruction From Hypernyms. A New Text Compression Method

2025-05-12 · Chris Forrester, Octavia Sulea

Compute optimization using token reduction of LLM prompts is an emerging task in the fields of NLP and next generation, agentic AI. In this white paper, we introduce a novel (patent pending) text representation scheme an…

Semantic CompressionSemantic SimilaritySemantic Textual SimilarityText Compression+1

Oryx MLLM: On-Demand Spatial-Temporal Understanding at Arbitrary Resolution

2024-09-19 · Zuyan Liu, Yuhao Dong, Ziwei Liu, Winston Hu 외

Visual data comes in various forms, ranging from small icons of just a few pixels to long videos spanning hours. Existing multi-modal LLMs usually standardize these diverse visual inputs to a fixed resolution for visual …

document understandingVideo Question Answering