paper-with-me

Papers

DocMamba: Efficient Document Pre-training with State Space Model

2024-09-18 · Pengfei Hu, Zhenrong Zhang, Jiefeng Ma, Shuhang Liu, Jun Du, Jianshu Zhang

In recent years, visually-rich document understanding has attracted increasing attention. Transformer-based pre-trained models have become the mainstream approach, yielding significant performance gains in this field. However, the self-attention mechanism's quadratic computational complexity hinders their efficiency and ability to process long documents. In this paper, we present DocMamba, a novel framework based on the state space model. It is designed to reduce computational complexity to linear while preserving global modeling capabilities. To further enhance its effectiveness in document processing, we introduce the Segment-First Bidirectional Scan (SFBS) to capture contiguous semantic information. Experimental results demonstrate that DocMamba achieves new state-of-the-art results on downstream datasets such as FUNSD, CORD, and SORIE, while significantly improving speed and reducing memory usage. Notably, experiments on the HRDoc confirm DocMamba's potential for length extrapolation. The code will be available online.

📄 PDF Abstract BibTeX arXiv:2409.11887

Code (0)

등록된 구현이 없습니다.

Tasks

document understanding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

More Robust Dense Retrieval with Contrastive Dual Learning

2021-07-16 · Yizhi Li, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu

Dense retrieval conducts text retrieval in the embedding space and has shown many advantages compared to sparse retrieval. Existing dense retrievers optimize representations of queries and documents with contrastive trai…

Contrastive LearningInformation RetrievalRetrievalText Retrieval

CDA: a Cost Efficient Content-based Multilingual Web Document Aligner

2021-02-20 · EACL 2021 2 · Thuy Vu, Alessandro Moschitti

We introduce a Content-based Document Alignment approach (CDA), an efficient method to align multilingual web documents based on content in creating parallel training data for machine translation (MT) systems operating a…

Machine TranslationTranslation

DocShaDiffusion: Diffusion Model in Latent Space for Document Image Shadow Removal

2025-07-02 · Wenjie Liu, Bingshu Wang, Ze Wang, C. L. Philip Chen arxiv

Document shadow removal is a crucial task in the field of document image enhancement. However, existing methods tend to remove shadows with constant color background and ignore color shadows. In this paper, we first desi…

Image Shadow RemovalImage Enhancement

Fourier Document Restoration for Robust Document Dewarping and Recognition

2022-03-18 · CVPR 2022 1 · Chuhui Xue, Zichen Tian, Fangneng Zhan, Shijian Lu 외

State-of-the-art document dewarping techniques learn to predict 3-dimensional information of documents which are prone to errors while dealing with documents with irregular distortions or large variations in depth. This …

Sentiment Classification Using Document Embeddings Trained with Cosine Similarity

2019-07-01 · ACL 2019 7 · Tan Thongtan, Tanasanee Phienthrakul

In document-level sentiment classification, each document must be mapped to a fixed length vector. Document embedding models map each document to a dense, low-dimensional vector in continuous vector space. This paper pro…

ClassificationDocument EmbeddingGeneral ClassificationSentiment Analysis+1