paper-with-me

Papers

FormNet: Structural Encoding beyond Sequential Modeling in Form Document Information Extraction

2022-03-16 · ACL 2022 5 · Chen-Yu Lee, Chun-Liang Li, Timothy Dozat, Vincent Perot, Guolong Su, Nan Hua, Joshua Ainslie, Renshen Wang, Yasuhisa Fujii, Tomas Pfister

Sequence modeling has demonstrated state-of-the-art performance on natural language and document understanding tasks. However, it is challenging to correctly serialize tokens in form-like documents in practice due to their variety of layout patterns. We propose FormNet, a structure-aware sequence model to mitigate the suboptimal serialization of forms. First, we design Rich Attention that leverages the spatial relationship between tokens in a form for more precise attention score calculation. Second, we construct Super-Tokens for each word by embedding representations from their neighboring tokens through graph convolutions. FormNet therefore explicitly recovers local syntactic information that may have been lost during serialization. In experiments, FormNet outperforms existing methods with a more compact model size and less pre-training data, establishing new state-of-the-art performance on CORD, FUNSD and Payment benchmarks.

📄 PDF Abstract BibTeX arXiv:2203.08411

Code (0)

등록된 구현이 없습니다.

Tasks

Document AIdocument understandingForm

Similar Papers 제목 키워드 기반

DeformNet: Free-Form Deformation Network for 3D Shape Reconstruction from a Single Image

2017-08-11 · Andrey Kurenkov, Jingwei Ji, Animesh Garg, Viraj Mehta 외

3D reconstruction from a single image is a key problem in multiple applications ranging from robotic manipulation to augmented reality. Prior methods have tackled this problem through generative models which predict 3D r…

3D Reconstruction3D Shape ReconstructionFormRetrieval

FormNetV2: Multimodal Graph Contrastive Learning for Form Document Information Extraction

2023-05-04 · Chen-Yu Lee, Chun-Liang Li, Hao Zhang, Timothy Dozat 외

The recent advent of self-supervised pre-training techniques has led to a surge in the use of multimodal learning in form document understanding. However, existing approaches that extend the mask language modeling to oth…

Contrastive Learningdocument understandingFormLanguage Modeling+1

FusiformNet: Extracting Discriminative Facial Features on Different Levels

2020-11-01 · Kyo Takano

Over the last several years, research on facial recognition based on Deep Neural Network has evolved with approaches like task-specific loss functions, image normalization and augmentation, network architectures, etc. Ho…

Image Augmentation

Causality-Induced Positional Encoding for Transformer-Based Representation Learning of Non-Sequential Features

2025-09-20 · Kaichen Xu, Yihang Du, Mianpeng Liu, Zimu Yu 외 arxiv

Positional encoding is essential for supplementing transformer with positional information of tokens. Existing positional encoding methods demand predefined token/feature order, rendering them unsuitable for real-world d…

Representation Learning

Evolving Beyond Snapshots: Harmonizing Structure and Sequence via Entity State Tuning for Temporal Knowledge Graph Forecasting

2026-02-12 · Siyuan Li, Yunjia Wu, Yiyong Xiao, Pingyang Huang 외 arxiv

Temporal knowledge graph (TKG) forecasting requires predicting future facts by jointly modeling structural dependencies within each snapshot and temporal evolution across snapshots. However, most existing methods are sta…