ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2019
Year
Utilises BERT as the backbone, adds two new input embeddings: 2-D position embedding and image embedding (Only for downstream tasks).
LayoutLM addresses a critical gap in NLP: most language models treat text as a flat sequence, ignoring spatial layout. In documents like forms, invoices, and receipts, the position of text (e.g., a label next to a value) is essential for understanding. By injecting 2-D position embeddings into BERT, LayoutLM enables the model to leverage layout cues without sacrificing the power of pre-trained language representations. This work laid the foundation for a new line of research on layout-aware document AI, which has become increasingly important for enterprise automation.
The abstract does not provide quantitative results. However, the paper's significance is demonstrated by its influence: LayoutLM became a baseline for document understanding tasks, and subsequent works (LayoutLMv2, LayoutLMv3) built directly on its design, achieving state-of-the-art on benchmarks like FUNSD, CORD, and SROIE.
LayoutLM was one of the first models to successfully combine pre-trained language models with spatial layout information for document AI. It inspired a wave of research on multi-modal document understanding, including models that jointly pre-train text, layout, and image. Its impact extends to real-world applications in OCR post-processing, form understanding, and automated data extraction, making it a cornerstone of modern document intelligence.
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