paper-with-me

Papers

Optical Context Compression Is Just (Bad) Autoencoding

2025-12-03 · Ivan Yee Lee, Cheng Yang, Taylor Berg-Kirkpatrick arxiv

DeepSeek-OCR shows that rendered text can be reconstructed from a small number of vision tokens, sparking excitement about using vision as a compression medium for long textual contexts. But this pipeline requires rendering token embeddings to pixels and compressing from there -- discarding learned representations in favor of an image the vision encoder must then recover from. We ask whether this detour helps. Comparing DeepSeek-OCR's vision encoder against near-zero-parameter mean pooling and a learned hierarchical encoder, we find it does not. For reconstruction, simple direct methods match or surpass vision at every compression ratio. For language modeling, vision performs comparably to truncation -- a baseline that simply discards context -- and loses to the hierarchical encoder at every compression ratio. As expected, all compression methods outperform truncation for factual recall, but vision never surpasses the best direct baseline. The excitement around optical context compression outpaces the evidence. Code and checkpoints are available at https://github.com/ivnle/bad-autoencoding.

📄 PDF Abstract BibTeX arXiv:2512.03643

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Autoencoding-Free Context Compression for LLMs via Contextual Semantic Anchors

2025-10-10 · Xin Liu, Runsong Zhao, Pengcheng Huang, Xinyu Liu 외 arxiv

Context compression is an advanced technique that accelerates large language model (LLM) inference by converting long inputs into compact representations. Existing methods primarily rely on autoencoding tasks to train sp…

A Silver Bullet or a Compromise for Full Attention? A Comprehensive Study of Gist Token-based Context Compression

2024-12-23 · Chenlong Deng, Zhisong Zhang, Kelong Mao, Shuaiyi Li 외

In this work, we provide a thorough investigation of gist-based context compression methods to improve long-context processing in large language models. We focus on two key questions: (1) How well can these methods repla…

Retrieval-augmented Generation

Dodo: Dynamic Contextual Compression for Decoder-only LMs

2023-10-03 · Guanghui Qin, Corby Rosset, Ethan C. Chau, Nikhil Rao 외

Transformer-based language models (LMs) are inefficient in long contexts. We propose Dodo, a solution for context compression. Instead of one vector per token in a standard transformer model, Dodo represents text with a …

DecoderLanguage ModelingLanguage ModellingQuestion Answering

Context Cascade Compression: Exploring the Upper Limits of Text Compression

2025-11-19 · Fanfan Liu, Haibo Qiu arxiv

Million-level token inputs in long-context tasks pose significant computational and memory challenges for Large Language Models (LLMs). Recently, DeepSeek-OCR conducted research into the feasibility of Contexts Optical C…

FlowFormer: A Transformer Architecture and Its Masked Cost Volume Autoencoding for Optical Flow

2023-06-08 · Zhaoyang Huang, Xiaoyu Shi, Chao Zhang, Qiang Wang 외

This paper introduces a novel transformer-based network architecture, FlowFormer, along with the Masked Cost Volume AutoEncoding (MCVA) for pretraining it to tackle the problem of optical flow estimation. FlowFormer toke…

DecoderOptical Flow Estimation