Less is More: Controlled Visual Evidence Routing and Redundancy Compression for Key Information Extraction
Summary
The OTCR (Optimal Transport for Controlled Routing) framework addresses challenges in Key Information Extraction (KIE) from visually-rich documents, where current multimodal encoders indiscriminately fuse dense visual patches. This common practice introduces low-density visual noise, intensifies modality competition, and leads to robustness collapse under distribution shifts. OTCR, a lightweight and architecture-agnostic solution, transforms vision into a selective supporter by learning sparse, interpretable cross-modal coupling via optimal transport, routing local visual evidence to the most relevant text tokens. It further employs token-level gating to control injection strength and a variational information bottleneck to suppress spurious correlations. Experiments demonstrate consistent performance gains when OTCR is integrated with LayoutLMv3 and GeoLayoutLM on FUNSD, CORD, and SROIE datasets, and it significantly mitigates performance degradation under distribution shifts like Do-GOOD and EC-FUNSD.
Key takeaway
For Machine Learning Engineers developing Key Information Extraction (KIE) systems for visually-rich documents, especially those facing robustness issues under distribution shifts, you should re-evaluate current dense visual fusion strategies. OTCR provides a lightweight, architecture-agnostic framework that transforms vision into a selective supporter, mitigating noise and modality competition. Consider integrating OTCR with models like LayoutLMv3 or GeoLayoutLM to achieve consistent performance gains and significantly improve system resilience against real-world data variability.
Key insights
OTCR selectively routes visual evidence to text tokens, improving Key Information Extraction robustness and performance by mitigating noise and competition.
Principles
- Indiscriminate visual fusion harms KIE robustness under distribution shifts.
- Sparse, controlled visual evidence acts as a selective supporter for KIE.
- Optimal transport enables interpretable cross-modal coupling for KIE.
Method
OTCR learns sparse cross-modal coupling via optimal transport, applies token-level gating to control injection strength, and suppresses spurious correlations using a variational information bottleneck.
In practice
- Integrate OTCR with LayoutLMv3 for enhanced KIE.
- Integrate OTCR with GeoLayoutLM for improved KIE.
- Apply OTCR to mitigate KIE performance degradation under distribution shifts.
Topics
- Key Information Extraction
- Multimodal Learning
- Optimal Transport
- Variational Information Bottleneck
- LayoutLMv3
- Distribution Shift Robustness
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.