A Table Is Worth 64 Tokens: Pixel-level Compression for Multi-Table Document Question Answering

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过将表格压缩为像素图像,并采用两步法识别和解析相关表格,以减少多表格文档问答中的token使用并提高准确性。
📝 Abstract
Answering questions over real-world documents requires processing long inputs that interleave text with tables. Optical context compression, which represents context as images, promises to reduce token cost, but its effect on table understanding remains unclear. We study pixel-level table compression for question answering over documents with multiple tables, evaluating five VLMs across two benchmarks and five visual-token budgets. Representing tables as images at native resolution matches text in both performance and efficiency, but downscaling them makes models compensate the loss in readability with longer, less effective reasoning traces that cancel the expected savings. Highly downscaled tables, however, preserve enough signal to identify whether they are relevant to a question. We exploit this asymmetry with a training-free, two-step method: the model first identifies the tables needed to answer a question from a pixel-compressed context, and then reasons over those at native resolution. On long documents, our method saves 41% of total tokens and gains 7 accuracy points over single-step QA with native resolution tables. It also uses 15% fewer tokens than the most efficient single-step compressed configuration, with no accuracy loss.
Problem

Research questions and friction points this paper is trying to address.

table compression
document question answering
pixel-level compression
token cost
visual-language models
Innovation

Methods, ideas, or system contributions that make the work stand out.

pixel-level compression
two-step method
token savings
accuracy improvement
multi-table document QA
🔎 Similar Papers
No similar papers found.