paper-with-me

홈 › Papers

Cross-Modal Entity Matching for Visually Rich Documents

2023-03-01 · Ritesh Sarkhel, Arnab Nandi

Visually rich documents (e.g. leaflets, banners, magazine articles) are physical or digital documents that utilize visual cues to augment their semantics. Information contained in these documents are ad-hoc and often incomplete. Existing works that enable structured querying on these documents do not take this into account. This makes it difficult to contextualize the information retrieved from querying these documents and gather actionable insights from them. We propose Juno -- a cross-modal entity matching framework to address this limitation. It augments heterogeneous documents with supplementary information by matching a text span in the document with semantically similar tuples from an external database. Our main contribution in this is a deep neural network with attention that goes beyond traditional keyword-based matching and finds matching tuples by aligning text spans and relational tuples on a multimodal encoding space without any prior knowledge about the document type or the underlying schema. Exhaustive experiments on multiple real-world datasets show that Juno generalizes to heterogeneous documents with diverse layouts and formats. It outperforms state-of-the-art baselines by more than 6 F1 points with up to 60% less human-labeled samples. Our experiments further show that Juno is a computationally robust framework. We can train it only once, and then adapt it dynamically for multiple resource-constrained environments without sacrificing its downstream performance. This makes it suitable for on-device deployment in various edge-devices. To the best of our knowledge, ours is the first work that investigates the information incompleteness of visually rich documents and proposes a generalizable, performant and computationally robust framework to address it in an end-to-end way.

📄 PDF Abstract BibTeX arXiv:2303.00720

Code (0)

등록된 구현이 없습니다.

Tasks

Articles

Similar Papers 제목 키워드 기반

3MVRD: Multimodal Multi-task Multi-teacher Visually-Rich Form Document Understanding

2024-02-28 · Yihao Ding, Lorenzo Vaiani, Caren Han, Jean Lee 외

This paper presents a groundbreaking multimodal, multi-task, multi-teacher joint-grained knowledge distillation model for visually-rich form document understanding. The model is designed to leverage insights from both fi…

document understandingFormKnowledge Distillation

Multi-level Matching Network for Multimodal Entity Linking

2024-12-11 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Ru Li, Jeff Z. Pan

Multimodal entity linking (MEL) aims to link ambiguous mentions within multimodal contexts to corresponding entities in a multimodal knowledge base. Most existing approaches to MEL are based on representation learning or…

Contrastive LearningEntity LinkingRepresentation Learning

LayoutLMv2: Multi-modal Pre-training for Visually-Rich Document Understanding

2020-12-29 · ACL 2021 5 · Yang Xu, Yiheng Xu, Tengchao Lv, Lei Cui 외

Pre-training of text and layout has proved effective in a variety of visually-rich document understanding tasks due to its effective model architecture and the advantage of large-scale unlabeled scanned/digital-born docu…

Document Image ClassificationDocument Layout Analysisdocument understandingKey Information Extraction+7

UNER: A Unified Prediction Head for Named Entity Recognition in Visually-rich Documents

2024-08-02 · Yi Tu, Chong Zhang, Ya Guo, Huan Chen 외

The recognition of named entities in visually-rich documents (VrD-NER) plays a critical role in various real-world scenarios and applications. However, the research in VrD-NER faces three major challenges: complex docume…

named-entity-recognitionNamed Entity RecognitionNERTransfer Learning

A Dual-way Enhanced Framework from Text Matching Point of View for Multimodal Entity Linking

2023-12-19 · Shezheng Song, Shan Zhao, Chengyu Wang, Tianwei Yan 외

Multimodal Entity Linking (MEL) aims at linking ambiguous mentions with multimodal information to entity in Knowledge Graph (KG) such as Wikipedia, which plays a key role in many applications. However, existing methods s…

Entity LinkingText Matching