paper-with-me

Papers

Sequence-to-Sequence Pre-training with Unified Modality Masking for Visual Document Understanding

2023-05-16 · Shuwei Feng, Tianyang Zhan, Zhanming Jie, Trung Quoc Luong, Xiaoran Jin

This paper presents GenDoc, a general sequence-to-sequence document understanding model pre-trained with unified masking across three modalities: text, image, and layout. The proposed model utilizes an encoder-decoder architecture, which allows for increased adaptability to a wide range of downstream tasks with diverse output formats, in contrast to the encoder-only models commonly employed in document understanding. In addition to the traditional text infilling task used in previous encoder-decoder models, our pre-training extends to include tasks of masked image token prediction and masked layout prediction. We also design modality-specific instruction and adopt both disentangled attention and the mixture-of-modality-experts strategy to effectively capture the information leveraged by each modality. Evaluation of the proposed model through extensive experiments on several downstream tasks in document understanding demonstrates its ability to achieve superior or competitive performance compared to state-of-the-art approaches. Our analysis further suggests that GenDoc is more robust than the encoder-only models in scenarios where the OCR quality is imperfect.

📄 PDF Abstract BibTeX arXiv:2305.10448

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderdocument understandingOptical Character Recognition (OCR)Text Infilling

Similar Papers 제목 키워드 기반

BrainAnytime: Anatomy-Aware Cross-Modal Pretraining for Brain Image Analysis with Arbitrary Modality Availability

2026-05-13 · Guangqian Yang, Tong Ding, Wenlong Hou, Yue Xun 외 arxiv

Clinical diagnostic workups typically follow a modality escalation pathway: after initial clinical evaluation, clinicians begin with routine structural imaging (e.g., MRI), selectively add sequences such as FLAIR or T2 t…

AnyAD: Unified Any-Modality Anomaly Detection in Incomplete Multi-Sequence MRI

2025-12-24 · Changwei Wu, Yifei Chen, Yuxin Du, Mingxuan Liu 외 arxiv

Reliable anomaly detection in brain MRI remains challenging due to the scarcity of annotated abnormal cases and the frequent absence of key imaging modalities in real clinical workflows. Existing single-class or multi-cl…

Multi-class Anomaly Detection

UniMASK: Unified Inference in Sequential Decision Problems

2022-11-20 · Micah Carroll, Orr Paradise, Jessy Lin, Raluca Georgescu 외

Randomly masking and predicting word tokens has been a successful approach in pre-training language models for a variety of downstream tasks. In this work, we observe that the same idea also applies naturally to sequenti…

Decision MakingSequential Decision Making

token2vec: A Joint Self-Supervised Pre-training Framework Using Unpaired Speech and Text

2022-10-30 · Xianghu Yue, Junyi Ao, Xiaoxue Gao, Haizhou Li

Self-supervised pre-training has been successful in both text and speech processing. Speech and text offer different but complementary information. The question is whether we are able to perform a speech-text joint pre-t…

intent-classificationIntent ClassificationLanguage ModelingLanguage Modelling

Universal Conditional Masked Language Pre-training for Neural Machine Translation

2022-03-17 · ACL 2022 5 · Pengfei Li, Liangyou Li, Meng Zhang, Minghao Wu 외

Pre-trained sequence-to-sequence models have significantly improved Neural Machine Translation (NMT). Different from prior works where pre-trained models usually adopt an unidirectional decoder, this paper demonstrates t…

DecoderLanguage ModelingLanguage ModellingMachine Translation+2