paper-with-me

Papers

Axis-Aligned Document Dewarping

2025-07-20 · Chaoyun Wang, I-Chao Shen, Takeo Igarashi, Caigui Jiang arxiv

Document dewarping is crucial for many applications. However, existing learning-based methods rely heavily on supervised regression with annotated data without fully leveraging the inherent geometric properties of physical documents. Our key insight is that a well-dewarped document is defined by its axis-aligned feature lines. This property aligns with the inherent axis-aligned nature of the discrete grid geometry in planar documents. Harnessing this property, we introduce three synergistic contributions: for the training phase, we propose an axis-aligned geometric constraint to enhance document dewarping; for the inference phase, we propose an axis alignment preprocessing strategy to reduce the dewarping difficulty; and for the evaluation phase, we introduce a new metric, Axis-Aligned Distortion (AAD), that not only incorporates geometric meaning and aligns with human visual perception but also demonstrates greater robustness. As a result, our method achieves state-of-the-art performance on multiple existing benchmarks, improving the AAD metric by 18.2% to 34.5%. The code is publicly available at https://github.com/chaoyunwang/AADD.

📄 PDF Abstract BibTeX arXiv:2507.15000

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multistage Curvilinear Coordinate Transform Based Document Image Dewarping using a Novel Quality Estimator

2020-03-15 · Tanmoy Dasgupta, Nibaran Das, Mita Nasipuri

The present work demonstrates a fast and improved technique for dewarping nonlinearly warped document images. The images are first dewarped at the page-level by estimating optimum inverse projections using curvilinear ho…

Optical Character Recognition (OCR)

TADoc: Robust Time-Aware Document Image Dewarping

2025-08-09 · Fangmin Zhao, Weichao Zeng, Zhenhang Li, Dongbao Yang 외 arxiv

Flattening curved, wrinkled, and rotated document images captured by portable photographing devices, termed document image dewarping, has become an increasingly important task with the rise of digital economy and online …

MataDoc: Margin and Text Aware Document Dewarping for Arbitrary Boundary

2023-07-24 · Beiya Dai, Xing Li, Qunyi Xie, Yulin Li 외

Document dewarping from a distorted camera-captured image is of great value for OCR and document understanding. The document boundary plays an important role which is more evident than the inner region in document dewarp…

document understandingOptical Character Recognition (OCR)

DocReal: Robust Document Dewarping of Real-Life Images via Attention-Enhanced Control Point Prediction

2023-12-01 · Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV-2024) 2023 12 · Fangchen Yu, Yina Xie, Lei Wu, Yafei Wen 외

Document image dewarping is a crucial task in computer vision with numerous practical applications. The control point method, as a popular image dewarping approach, has attracted attention due to its simplicity and effic…

Optical Character Recognition (OCR)

Revisiting Document Image Dewarping by Grid Regularization

2022-03-31 · CVPR 2022 1 · Xiangwei Jiang, Rujiao Long, Nan Xue, Zhibo Yang 외

This paper addresses the problem of document image dewarping, which aims at eliminating the geometric distortion in document images for document digitization. Instead of designing a better neural network to approximate t…

Local DistortionOptical Flow Estimation