ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
93
Citations
1
Influential Citations
Symposium on Dependable Autonomic and Secure Computing
Venue
2022
Year
Integrates text, image, and layout information through a Vision-Text-Layout Transformer, enabling unified representation.
This paper addresses a critical challenge in document AI: how to effectively combine text, image, and layout information in a single model. Prior approaches often required separate encoders or task-specific heads, leading to inefficiency and limited transferability. UDoP's unified Vision-Text-Layout Transformer simplifies the pipeline and demonstrates that a single architecture can handle diverse document understanding tasks, from form parsing to receipt recognition.
The significance lies in its potential to streamline real-world document processing workflows. By jointly learning from all three modalities, UDoP captures cross-modal dependencies that separate models miss, such as how layout cues (e.g., table structure) interact with visual elements (e.g., logos) and textual content. This holistic representation is crucial for applications like automated invoice processing, legal document analysis, and digital archiving.
The paper reports experiments on standard document understanding benchmarks including FUNSD (form understanding), CORD (receipt parsing), and RVL-CDIP (document classification). UDoP achieves an F1 score of 0.92 on FUNSD, outperforming LayoutLMv3 (0.89) and TILT (0.90). On CORD, it reaches 0.96 F1, a 2% improvement over prior work. The model also shows strong zero-shot transfer to unseen document types, indicating robust generalization.
UDoP contributes to the trend toward unified multimodal models in AI, reducing the engineering overhead of maintaining separate systems for each modality. Its success suggests that layout information is a powerful signal that can be effectively integrated with vision and language. This work may inspire further research into joint representation learning for other structured data types, such as tables, graphs, or 3D scenes. For practitioners, UDoP offers a practical blueprint for building versatile document understanding systems that can adapt to new tasks with minimal fine-tuning.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba