paper-with-me

Papers

MatchVIE: Exploiting Match Relevancy between Entities for Visual Information Extraction

2021-06-24 · Guozhi Tang, Lele Xie, Lianwen Jin, Jiapeng Wang, Jingdong Chen, Zhen Xu, Qianying Wang, Yaqiang Wu, Hui Li

Visual Information Extraction (VIE) task aims to extract key information from multifarious document images (e.g., invoices and purchase receipts). Most previous methods treat the VIE task simply as a sequence labeling problem or classification problem, which requires models to carefully identify each kind of semantics by introducing multimodal features, such as font, color, layout. But simply introducing multimodal features couldn't work well when faced with numeric semantic categories or some ambiguous texts. To address this issue, in this paper we propose a novel key-value matching model based on a graph neural network for VIE (MatchVIE). Through key-value matching based on relevancy evaluation, the proposed MatchVIE can bypass the recognitions to various semantics, and simply focuses on the strong relevancy between entities. Besides, we introduce a simple but effective operation, Num2Vec, to tackle the instability of encoded values, which helps model converge more smoothly. Comprehensive experiments demonstrate that the proposed MatchVIE can significantly outperform previous methods. Notably, to the best of our knowledge, MatchVIE may be the first attempt to tackle the VIE task by modeling the relevancy between keys and values and it is a good complement to the existing methods.

📄 PDF Abstract BibTeX arXiv:2106.12940

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Improving Calibration in Deep Metric Learning With Cross-Example Softmax

2020-11-17 · Andreas Veit, Kimberly Wilber

Modern image retrieval systems increasingly rely on the use of deep neural networks to learn embedding spaces in which distance encodes the relevance between a given query and image. In this setting, existing approaches …

AllImage RetrievalMetric LearningRetrieval+1

Enriching Medcial Terminology Knowledge Bases via Pre-trained Language Model and Graph Convolutional Network

2019-09-02 · Jiaying Zhang, Zhixing Zhang, Huanhuan Zhang, Zhiyuan Ma 외

Enriching existing medical terminology knowledge bases (KBs) is an important and never-ending work for clinical research because new terminology alias may be continually added and standard terminologies may be newly rena…

Language ModelingLanguage Modelling

IndoBERT-Relevancy: A Context-Conditioned Relevancy Classifier for Indonesian Text

2026-03-27 · Muhammad Apriandito Arya Saputra, Andry Alamsyah, Dian Puteri Ramadhani, Thomhert Suprapto Siadari 외 arxiv

Determining whether a piece of text is relevant to a given topic is a fundamental task in natural language processing, yet it remains largely unexplored for Bahasa Indonesia. Unlike sentiment analysis or named entity rec…

Sentiment Analysis

Named Entity Recognition with Context-Aware Dictionary Knowledge

2020-10-01 · CCL 2020 10 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Named entity recognition (NER) is an important task in the natural language processing field. Existing NER methods heavily rely on labeled data for model training, and their performance on rare entities is usually unsati…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

LLaVA-RE: Binary Image-Text Relevancy Evaluation with Multimodal Large Language Model

2025-08-07 · Tao Sun, Oliver Liu, JinJin Li, Lan Ma arxiv

Multimodal generative AI usually involves generating image or text responses given inputs in another modality. The evaluation of image-text relevancy is essential for measuring response quality or ranking candidate respo…