Search papers, labs, and topics across Lattice.
The paper introduces DiVA-Former, a novel architecture that leverages visual tokens as dynamic queries to distill long textual sequences for improved 2D structure understanding in LLMs. It addresses the limitations of linearizing 2D tables into 1D sequences for LLMs and the challenges of directly fusing visual and textual information. DiVA-Former achieves a 23.9% improvement over pure-text baselines across 13 table benchmarks, demonstrating the effectiveness of its vision-guided text distillation approach.
A lightweight architecture that distills long textual sequences using visual tokens as dynamic queries boosts LLM performance on 2D table understanding by 23.9%.
LLMs typically linearize 2D tables into 1D sequences to fit their autoregressive architecture, which weakens row-column adjacency and other layout cues. In contrast, purely visual encoders can capture spatial cues, yet often struggle to preserve exact cell text. Our analysis reveals that these two modalities provide highly distinct information to LLMs and exhibit strong complementarity. However, direct concatenation and other fusion methods yield limited gains and frequently introduce cross-modal interference. To address this issue, we propose DiVA-Former, a lightweight architecture designed to effectively integrate vision and text information. DiVA-Former leverages visual tokens as dynamic queries to distill long textual sequences into digest vectors, thereby effectively exploiting complementary vision--text information. Evaluated across 13 table benchmarks, DiVA-Former improves upon the pure-text baseline by 23.9\% and achieves consistent gains over existing baselines using visual inputs, textual inputs, or a combination of both.