paper-with-me

Papers

Proxy Compression for Language Modeling

2026-02-04 · Lin Zheng, Xinyu Li, Qian Liu, Xiachong Feng, Lingpeng Kong arxiv

Modern language models are trained almost exclusively on token sequences produced by a fixed tokenizer, an external lossless compressor often over UTF-8 byte sequences, thereby coupling the model to that compressor. This work introduces proxy compression, an alternative training scheme that preserves the efficiency benefits of compressed inputs while providing an end-to-end, raw-byte interface at inference time. During training, a single language model is jointly trained on raw byte sequences and compressed views generated by external compressors; through the process, the model learns to internally align compressed sequences and raw bytes. This alignment enables strong transfer between the two formats, even when training predominantly on compressed inputs that are discarded at inference. Extensive experiments on code language modeling demonstrate that proxy compression substantially improves training efficiency and significantly outperforms pure byte-level baselines given fixed compute budgets. As model scale increases, these gains become more pronounced, and proxy-trained models eventually match or surpass tokenizer approaches, all while operating solely on raw bytes and retaining the inherent robustness of byte-level modeling. Our code is available at https://github.com/LZhengisme/proxy-compression.

📄 PDF Abstract BibTeX arXiv:2602.04289

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProxyFormer: A Dual-Stream Proxy Architecture for Ultra-Long Context and High-Resolution Generation

2026-08-24 · Zhongpan Tang arxiv

The quadratic growth of attention computation and key-value (KV) cache with respect to sequence length is a central bottleneck for ultra-long-context language models and high-resolution generative models. We propose Prox…

Sentinel: Attention Probing of Proxy Models for LLM Context Compression with an Understanding Perspective

2025-05-29 · Yong Zhang, Yanwen Huang, Ning Cheng, Yang Guo 외

Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external context, but retrieved passages are often lengthy, noisy, or exceed input limits. Existing compression methods typically require su…

DecoderRAGRetrieval-augmented GenerationSentence

Learning Context-Based Non-local Entropy Modeling for Image Compression

2020-05-10 · Mu Li, Kai Zhang, WangMeng Zuo, Radu Timofte 외

The entropy of the codes usually serves as the rate loss in the recent learned lossy image compression methods. Precise estimation of the probabilistic distribution of the codes plays a vital role in the performance. How…

Image Compression

Proxy Clouds for Live RGB-D Stream Processing and Consolidation

2018-09-01 · ECCV 2018 9 · Adrien Kaiser, Jose Alonso Ybanez Zepeda, Tamy Boubekeur

We propose a new multiplanar superstructure for unified real-time processing of RGB-D data. Modern RGB-D sensors are widely used for indoor 3D capture, with applications ranging from modeling to robotics, through augment…

FedProxy: Federated Fine-Tuning of LLMs via Proxy SLMs and Heterogeneity-Aware Fusion

2026-04-21 · Tao Fan, Guoqiang Ma, Yuanfeng Song, Lixin Fan 외 arxiv

Federated fine-tuning of Large Language Models (LLMs) is obstructed by a trilemma of challenges: protecting LLMs intellectual property (IP), ensuring client privacy, and mitigating performance loss on heterogeneous data.…