-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 3.87 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html><head><style>body {
color: black;
}
</style></head><body><div align="center">
<h1>Geometry Restoration and Dewarping of Camera-Captured Document Images</h1>
<a href="https://www.linkedin.com/in/valery-istomin-90a473247/"><strong>Valery Istomin</strong></a><sup>1</sup>, <a href="https://www.linkedin.com/in/oleg-pereziabov-a6b287254/"><strong>Oleg Perezyabov</strong></a><sup>2</sup> and <a href="https://www.linkedin.com/in/ilya-afanasyev-8783291a/"><strong>Ilya Afanasyev</strong></a><sup>3,4</sup>
<br>
<br>
<sup>1</sup>Shuya Branch of the Ivanovo State University, Shuya, Russia <br>
<sup>2</sup>BIA Technologies, St. Petersburg, Russia <br>
<sup>3</sup>Saint Petersburg Electrotechnical University "LETI", St. Petersburg, Russia <br>
<sup>4</sup>Innopolis University, Innopolis, Russia <br>
<a href="https://arxiv.org/abs/2501.03145"><img src='https://img.shields.io/badge/arXiv-Document%20Dewarping-red' alt='Paper PDF'></a>
<a href='https://github.com/HorizonParadox/DRCCBI'><img src='https://img.shields.io/badge/Code-Document%20Dewarping-yellow' alt='Benchmark'></a>
<a href='https://github.com/HorizonParadox/DRCCBI/tree/main/public'><img src='https://img.shields.io/badge/Data-Document%20Dewarping-blue' alt='Dataset'></a>
</div>
<p>This research focuses on developing a method for restoring the topology of digital images of paper documents captured by a camera, using algorithms for detection, segmentation, geometry restoration, and dewarping. Our methodology employs deep learning (DL) for document outline detection, followed by computer vision (CV) to create a topological 2D grid using cubic polynomial interpolation and correct nonlinear distortions by remapping the image. Using classical CV methods makes the document topology restoration process more efficient and faster, as it requires significantly fewer computational resources and memory. We developed a new pipeline for automatic document dewarping and reconstruction, along with a framework and annotated dataset to demonstrate its efficiency. Our experiments confirm the promise of our methodology and its superiority over existing benchmarks (including mobile apps and popular DL solutions, such as RectiNet, DocGeoNet, and DocTr++) both visually and in terms of document readability via Optical Character Recognition (OCR) and geometry restoration metrics. This paves the way for creating high-quality digital copies of paper documents and enhancing the efficiency of OCR systems.</p>
<p>Keywords: Document Image Dewarping, Image Distortions, Geometry Restoration </p>
<p><img src="assets/methodology.png" alt="teaser" width="300" height="200"></p>
<p>The flowchart of the document geometry restoration and dewarping algorithm:
1) Identifying the document mask using the YOLOv8 model;
2) Detecting the contour edges of the document, approximating the corners, and segmenting the contour into fragments corresponding to each side of the document;
3) Creating a 2D grid of the document by interpolating its opposite sides with evenly spaced curved lines, approximating each line with a cubic polynomial;
4) Detecting the intersection points of the curved lines, constructing the resulting grid for image transformation, and creating a transformation map based on the 2D points, followed by remapping the original image.</p>
<p><img src="assets/comparison.jpg" alt="teaser"></p>
<p>The comparison of documents reconstructed by popular desktop DL models - DocTr++, DocGeoNet, RectiNet and our algorithm.</p>
<section class="section pt-0" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title is-4">Citation</h2>
<pre class="selectable"><code>@article{istomin2025geometry,
title={Geometry Restoration and Dewarping of Camera-Captured Document Images},
author={Istomin, Valery and Pereziabov, Oleg and Afanasyev, Ilya},
journal={arXiv preprint arXiv:2501.03145},
year={2025}
}</code></pre>
</div>
</section>