paper-with-me

홈 › Papers

Towards Robust Visual Information Extraction in Real World: New Dataset and Novel Solution

2021-01-24 · Jiapeng Wang, Chongyu Liu, Lianwen Jin, Guozhi Tang, Jiaxin Zhang, Shuaitao Zhang, Qianying Wang, Yaqiang Wu, Mingxiang Cai

Visual information extraction (VIE) has attracted considerable attention recently owing to its various advanced applications such as document understanding, automatic marking and intelligent education. Most existing works decoupled this problem into several independent sub-tasks of text spotting (text detection and recognition) and information extraction, which completely ignored the high correlation among them during optimization. In this paper, we propose a robust visual information extraction system (VIES) towards real-world scenarios, which is a unified end-to-end trainable framework for simultaneous text detection, recognition and information extraction by taking a single document image as input and outputting the structured information. Specifically, the information extraction branch collects abundant visual and semantic representations from text spotting for multimodal feature fusion and conversely, provides higher-level semantic clues to contribute to the optimization of text spotting. Moreover, regarding the shortage of public benchmarks, we construct a fully-annotated dataset called EPHOIE (https://github.com/HCIILAB/EPHOIE), which is the first Chinese benchmark for both text spotting and visual information extraction. EPHOIE consists of 1,494 images of examination paper head with complex layouts and background, including a total of 15,771 Chinese handwritten or printed text instances. Compared with the state-of-the-art methods, our VIES shows significant superior performance on the EPHOIE dataset and achieves a 9.01% F-score gain on the widely used SROIE dataset under the end-to-end scenario.

📄 PDF Abstract BibTeX arXiv:2102.06732

Code (1)

HCIILAB/EPHOIE 공식 구현

Tasks

3D Feature Matchingdocument understandingText DetectionText Spotting

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Average Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Sigmoid Activation 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
TUM 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Using Neighborhood Context to Improve Information Extraction from Visual Documents Captured on Mobile Phones

2021-08-23 · Kalpa Gunaratna, Vijay Srinivasan, Sandeep Nama, Hongxia Jin

Information Extraction from visual documents enables convenient and intelligent assistance to end users. We present a Neighborhood-based Information Extraction (NIE) approach that uses contextual language models and pays…

Modeling Entities as Semantic Points for Visual Information Extraction in the Wild

2023-03-23 · CVPR 2023 1 · Zhibo Yang, Rujiao Long, Pengfei Wang, Sibo Song 외

Recently, Visual Information Extraction (VIE) has been becoming increasingly important in both the academia and industry, due to the wide range of real-world applications. Previously, numerous works have been proposed to…

Text Spotting

TRIE: End-to-End Text Reading and Information Extraction for Document Understanding

2020-05-27 · Peng Zhang, Yunlu Xu, Zhanzhan Cheng, ShiLiang Pu 외

Since real-world ubiquitous documents (e.g., invoices, tickets, resumes and leaflets) contain rich information, automatic document image understanding has become a hot topic. Most existing works decouple the problem into…

document understanding

Graph Convolution for Multimodal Information Extraction from Visually Rich Documents

2019-03-27 · NAACL 2019 6 · Xiaojing Liu, Feiyu Gao, Qiong Zhang, Huasha Zhao

Visually rich documents (VRDs) are ubiquitous in daily business and life. Examples are purchase receipts, insurance policy documents, custom declaration forms and so on. In VRDs, visual and layout information is critical…

document understandingEntity Extraction using GAN

Information Extraction from Visually Rich Documents Using Directed Weighted Graph Neural Network

2024-09-11 · International Conference on Document Analysis and Recognition 2024 9 · Hamza Gbada, Karim Kalti, Mohamed Ali Mahjoub

This paper presents a novel approach to information extraction (IE) from visually rich documents (VRD) by employing a directed weighted graph representation to capture relationships among various VRD components. In contr…

Document Layout Analysisdocument understandingGraph Neural NetworkInformation Retrieval+2