Publications

Detailed Information

Document Image and Scene Text Rectification via Text and Feature based Optimization : 텍스트와 특징점 기반의 목적함수 최적화를 이용한 문서와 텍스트 평활화 기법

DC Field Value Language
dc.contributor.advisor조남익-
dc.contributor.author김범수-
dc.date.accessioned2017-07-13T07:06:01Z-
dc.date.available2017-07-13T07:06:01Z-
dc.date.issued2014-08-
dc.identifier.other000000021667-
dc.identifier.urihttps://hdl.handle.net/10371/119036-
dc.description학위논문 (박사)-- 서울대학교 대학원 : 전기·컴퓨터공학부, 2014. 8. 조남익.-
dc.description.abstractThere are many techniques and applications that detect and recognize text information in the images, e.g., document retrieval using the camera-captured document image, book reader for visually impaired, and augmented reality based on text recognition. In these applications, the planar surfaces which contain the text are often distorted in the captured image due to the perspective view (e.g., road signs), curvature (e.g., unfolded books), and wrinkles (e.g., old documents). Specifically, recovering the original document texture by removing these distortions from the camera-captured document images is called the document rectification. In this dissertation, new text surface rectification algorithms are proposed, for improving text recognition accuracy and visual quality. The proposed methods are categorized into 3 types depending on the types of the input. The contributions of the proposed methods can be summarized as follows.
In the first rectification algorithm, the dense text-lines in the documents are employed to rectify the images. Unlike the conventional approaches, the proposed method does not directly use the text-line. Instead, the proposed method use the discrete representation of text-lines and text-blocks which are the sets of connected components. Also, the geometric distortion caused by page curl and perspective view are modeled as generalized cylindrical surfaces and camera rotation respectively. With these distortion model and discrete representation of the features, a cost function whose minimization yields parameters of the distortion model is developed. In the cost function, the properties of the pages such as text-block alignment, line-spacing, and the straightness of text-lines are encoded. By describing the text features using the sets of discrete points, the cost function can be easily defined and well solved by Levenberg-Marquadt algorithm. Experiments show that the proposed method works well for the various layouts and curved surfaces, and compares favorably with the conventional methods on the standard dataset.
The second algorithm is a unified framework to rectify and stitch multiple document images using visual feature points instead of text lines. This is similar to the method employed in general image stitching algorithm. However, the general image stitching algorithm usually assumes fixed center of camera, which is not taken for granted in capturing the document. To deal with the camera motion between images, a new parametric family of motion model is proposed in this dissertation. Besides, to remove the ambiguity in the reference plane, a new cost function is developed to impose the constraints on the reference plane. This enables the estimation of physically correct reference plane without prior knowledge. The estimated reference plane can also be used to rectify the stitching result. Furthermore, the proposed method can be applied to any other planar object such as building facades or mural paintings as well as the camera-captured document image since it employs the general features.
The third rectification method is based on scene text detection algorithm, which is independent from the language model. The conventional methods assume that a character consists of a single connected component (CC) like English alphabet. However, this assumption is brittle in the Asian characters such as Korean, Chinese, and Japanese, where a single character consists of several CCs. Therefore, it is difficult to divide CCs into text lines without language model. To alleviate this problem, the proposed method clusters the candidate regions based on the similarity measure considering inter-character relation. The adjacency measure is trained on the data set labeled with the bounding box of text region. Non-text regions that remain after clustering are filtered out in text/non-text classification step. Final text regions are merged or divided into each text line considering the orientation and location. The detected text is rectified using the orientation of text-line and vertical strokes. The proposed method outperforms state-of-the-art algorithms in English as well as Asian characters in the extensive experiments.
-
dc.description.tableofcontents1 Introduction 1
1.1 Document rectification via text-line based optimization . . . . . . . 2
1.2 A unified approach of rectification and stitching for document images 4
1.3 Rectification via scene text detection . . . . . . . . . . . . . . . . . . 5
1.4 Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 Related work 9
2.1 Document rectification . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.1.1 Document dewarping without text-lines . . . . . . . . . . . . 9
2.1.2 Document dewarping with text-lines . . . . . . . . . . . . . . 10
2.1.3 Text-block identification and text-line extraction . . . . . . . 11
2.2 Document stitching . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.3 Scene text detection . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3 Document rectification based on text-lines 15
3.1 Proposed approach . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.1.1 Image acquisition model . . . . . . . . . . . . . . . . . . . . . 16
3.1.2 Proposed approach to document dewarping . . . . . . . . . . 18
3.2 Proposed cost function and its optimization . . . . . . . . . . . . . . 22
3.2.1 Design of Estr(·) . . . . . . . . . . . . . . . . . . . . . . . . . 22
3.2.2 Minimization of Estr(·) . . . . . . . . . . . . . . . . . . . . . 23
3.2.3 Alignment type classification . . . . . . . . . . . . . . . . . . 28
3.2.4 Design of Ealign(·) . . . . . . . . . . . . . . . . . . . . . . . . 29
3.2.5 Design of Espacing(·) . . . . . . . . . . . . . . . . . . . . . . . 31
3.3 Extension to unfolded book surfaces . . . . . . . . . . . . . . . . . . 32
3.4 Experimental result . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.1 Experiments on synthetic data . . . . . . . . . . . . . . . . . 36
3.4.2 Experiments on real images . . . . . . . . . . . . . . . . . . . 39
3.4.3 Comparison with existing methods . . . . . . . . . . . . . . . 43
3.4.4 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
4 Document rectification based on feature detection 49
4.1 Proposed approach . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.2 Proposed cost function and its optimization . . . . . . . . . . . . . . 51
4.2.1 Notations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
4.2.2 Homography between the i-th image and E . . . . . . . . . 52
4.2.3 Proposed cost function . . . . . . . . . . . . . . . . . . . . . . 53
4.2.4 Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.2.5 Relation to the model in [17] . . . . . . . . . . . . . . . . . . 55
4.3 Post-processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
4.3.1 Classification of two cases . . . . . . . . . . . . . . . . . . . . 56
4.3.2 Skew removal . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.4 Experimental results . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.4.1 Quantitative evaluation on metric reconstruction performance 57
4.4.2 Experiments on real images . . . . . . . . . . . . . . . . . . . 58
5 Scene text detection and rectification 67
5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
5.1.1 Contribution . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
5.1.2 Proposed approach . . . . . . . . . . . . . . . . . . . . . . . . 69
5.2 Candidate region detection . . . . . . . . . . . . . . . . . . . . . . . 70
5.2.1 CC extraction . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
5.2.2 Computation of similarity between CCs . . . . . . . . . . . . 70
5.2.3 CC clustering . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
5.3 Rectification of candidate region . . . . . . . . . . . . . . . . . . . . 73
5.4 Text/non-text classification . . . . . . . . . . . . . . . . . . . . . . . 76
5.5 Experimental result . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
5.5.1 Experimental results on ICDAR 2011 dataset . . . . . . . . . 80
5.5.2 Experimental results on the Asian character dataset . . . . . 80
6 Conclusion 83
Bibliography 87
Abstract (Korean) 97
-
dc.formatapplication/pdf-
dc.format.extent12832482 bytes-
dc.format.mediumapplication/pdf-
dc.language.isoen-
dc.publisher서울대학교 대학원-
dc.subjectdocument image-
dc.subjectdocument rectification-
dc.subjectdocument dewarping-
dc.subjectdocument stitching-
dc.subjectgeneralized cylindrical surface-
dc.subjecttext-line-
dc.subjectscene text detection-
dc.subject.ddc621-
dc.titleDocument Image and Scene Text Rectification via Text and Feature based Optimization-
dc.title.alternative텍스트와 특징점 기반의 목적함수 최적화를 이용한 문서와 텍스트 평활화 기법-
dc.typeThesis-
dc.description.degreeDoctor-
dc.citation.pagesxiii, 99-
dc.contributor.affiliation공과대학 전기·컴퓨터공학부-
dc.date.awarded2014-08-
Appears in Collections:
Files in This Item:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share