paper-with-me

Papers

Fast-StrucTexT: An Efficient Hourglass Transformer with Modality-guided Dynamic Token Merge for Document Understanding

2023-05-19 · Mingliang Zhai, Yulin Li, Xiameng Qin, Chen Yi, Qunyi Xie, Chengquan Zhang, Kun Yao, Yuwei Wu, Yunde Jia

Transformers achieve promising performance in document understanding because of their high effectiveness and still suffer from quadratic computational complexity dependency on the sequence length. General efficient transformers are challenging to be directly adapted to model document. They are unable to handle the layout representation in documents, e.g. word, line and paragraph, on different granularity levels and seem hard to achieve a good trade-off between efficiency and performance. To tackle the concerns, we propose Fast-StrucTexT, an efficient multi-modal framework based on the StrucTexT algorithm with an hourglass transformer architecture, for visual document understanding. Specifically, we design a modality-guided dynamic token merging block to make the model learn multi-granularity representation and prunes redundant tokens. Additionally, we present a multi-modal interaction module called Symmetry Cross Attention (SCA) to consider multi-modal fusion and efficiently guide the token mergence. The SCA allows one modality input as query to calculate cross attention with another modality in a dual phase. Extensive experiments on FUNSD, SROIE, and CORD datasets demonstrate that our model achieves the state-of-the-art performance and almost 1.9X faster inference time than the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2305.11392

Code (0)

등록된 구현이 없습니다.

Tasks

document understanding

Methods 이 논문이 사용한 방법론

SCA 설명 없음

Similar Papers 제목 키워드 기반

Revisiting the Shape Convention of Transformer Language Models

2026-02-06 · Feng-Ting Liao, Meng-Hsi Chen, Guan-Ting Yi, Da-shan Shiu arxiv

The architectural shape of dense Transformers has remained remarkably stable: narrow-wide-narrow feed-forward networks (FFNs) consume most non-embedding parameters. Motivated by theoretical and empirical evidences that r…

StrucTexT: Structured Text Understanding with Multi-Modal Transformers

2021-08-06 · Yulin Li, Yuxi Qian, Yuchen Yu, Xiameng Qin 외

Structured text understanding on Visually Rich Documents (VRDs) is a crucial part of Document Intelligence. Due to the complexity of content and layout in VRDs, structured text understanding has been a challenging task. …

Entity LinkingLanguage ModelingLanguage ModellingSentence

StrucTexTv3: An Efficient Vision-Language Model for Text-rich Image Perception, Comprehension, and Beyond

2024-05-31 · Pengyuan Lyu, Yulin Li, Hao Zhou, Weihong Ma 외

Text-rich images have significant and extensive value, deeply integrated into various aspects of human life. Notably, both visual cues and linguistic symbols in text-rich images play crucial roles in information transmis…

Language ModelingLanguage ModellingRepresentation Learning

StrucText-Eval: Evaluating Large Language Model's Reasoning Ability in Structure-Rich Text

2024-06-15 · Zhouhong Gu, Haoning Ye, Xingzhou Chen, Zeyang Zhou 외

The effective utilization of structured data, integral to corporate data strategies, has been challenged by the rise of large language models (LLMs) capable of processing unstructured information. This shift prompts the …

StrucTexTv2: Masked Visual-Textual Prediction for Document Image Pre-training

2023-03-01 · Yuechen Yu, Yulin Li, Chengquan Zhang, Xiaoqiang Zhang 외

In this paper, we present StrucTexTv2, an effective document image pre-training framework, by performing masked visual-textual prediction. It consists of two self-supervised pre-training tasks: masked image modeling and …

Document Image Classificationimage-classificationImage ClassificationLanguage Modeling+4