| { |
| "paper_id": "P94-1049", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:18:55.839256Z" |
| }, |
| "title": "Of Visual Inter-word Constraints And Linguistic Knowledge In Degraded Text Recognition", |
| "authors": [ |
| { |
| "first": "Tao", |
| "middle": [], |
| "last": "Hong", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "State University of New York at Buffalo", |
| "location": { |
| "postCode": "14260", |
| "settlement": "Buffalo", |
| "region": "NY" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "1 2 3 4 Degraded text recognition is a difficult task. Given a Please fin in tire noisy text image, a word recognizer can be applied to 0.90 0.33 0.30 0.80 Fleece fill In toe generate several candidates for each word image. High-o. o5 o. 30 o. 28 o. io level knowledge sources can then be used to select a Pierce flu io lire decision from the candidate set for each word image. 0.02 0.21 0.25 0.05 In this paper, we propose that visual inter-word con-Fierce flit ill the straints can be used to facilitate candidate selection. 0.02 o. 10 o. 13 0.03 Visual inter-word constraints provide a way to link word Pieces till Io Ike images inside the text page, and to interpret them sys-0.01 0.o6 0.04 0.02 tematically.", |
| "pdf_parse": { |
| "paper_id": "P94-1049", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "1 2 3 4 Degraded text recognition is a difficult task. Given a Please fin in tire noisy text image, a word recognizer can be applied to 0.90 0.33 0.30 0.80 Fleece fill In toe generate several candidates for each word image. High-o. o5 o. 30 o. 28 o. io level knowledge sources can then be used to select a Pierce flu io lire decision from the candidate set for each word image. 0.02 0.21 0.25 0.05 In this paper, we propose that visual inter-word con-Fierce flit ill the straints can be used to facilitate candidate selection. 0.02 o. 10 o. 13 0.03 Visual inter-word constraints provide a way to link word Pieces till Io Ike images inside the text page, and to interpret them sys-0.01 0.o6 0.04 0.02 tematically.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The objective of visual text recognition is to transform an arbitrary image of text into its symbolic equivalent correctly. Recent technical advances in the area of document recognition have made automatic text recognition a viable alternative to manual key entry. Given a high quality text page, a commercial document recognition system can recognize the words on the page at a high correct rate. However, given a degraded text page, such as a multiple-generation photocopy or facsimile, performance usually drops abruptly( [1] ).", |
| "cite_spans": [ |
| { |
| "start": 525, |
| "end": 528, |
| "text": "[1]", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": null |
| }, |
| { |
| "text": "Given a degraded text image, word images can be extracted after layout analysis. A word image from a degraded text page may have touching characters, broken characters, distorted or blurred characters, which may make the word image difficult to recognize accurately. After character recognition and correction based on dictionary look-up, a word recognizer will provide one or more word candidates for each word image. Figure 1 lists the word candidate sets for the sentence, \"Please fill in the application form.\" Each word candidate has a confidence score, but the score may not be reliable because of noise in the image. The correct word candidate is usually in the candidate set, but may not be the candidate with the highest confidence score. Instead of simply picking up the word candidate with the highest recognition score, which may make the correct rate quite low, we need to find a method which can select a candidate for each word image so that the correct rate can be as high as possible.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 419, |
| "end": 427, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": null |
| }, |
| { |
| "text": "Contextual information and high-level knowledge can be used to select a decision word for each word image in the application form/\" \"Please fill in its context. Currently, there are two approaches, the statistical approach and the structural approach, towards the problem of candidate selection. In the statistical approach, language models, such as a Hidden Marker Model and word collocation can be utilized for candidate selection ( [2, 4, 5] ). In the structural approach, lattice parsing techniques have been developed for candidate selection( [3, 7] ). The contextual constraints considered in a statistical language model, such as word collocation, are local constraints. For a word image, a candidate will be selected according to the candidate information from its neighboring word images in a fixed window size. The window size is usually set as one or two. In the lattice parsing method, a grammar is used to select a candidate for each word image inside a sentence so that the sequence of those selected candidates form a grammatical and meaningful sentence. For example, consider the sentence \"Please fill in the application form\". We assume all words except the word \"form\" have been recognized correctly and the candidate set for the word \"form\" is { farm, form, forth, foam, forth } (see the second sentence in Figure 2 ). The candidate \"form\" can be selected easily because the collocation between \"application\" and \"form\" is strong and the resulting sentence is grammatical.", |
| "cite_spans": [ |
| { |
| "start": 435, |
| "end": 438, |
| "text": "[2,", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 439, |
| "end": 441, |
| "text": "4,", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 442, |
| "end": 444, |
| "text": "5]", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 548, |
| "end": 551, |
| "text": "[3,", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 552, |
| "end": 554, |
| "text": "7]", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1326, |
| "end": 1334, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": null |
| }, |
| { |
| "text": "The contextual information inside a small window or inside a sentence sometimes may not be enough to select a candidate correctly. For example, consider the sen- tence \"This form is almost the same as that one\"(see the first sentence in Figure 2 ). Word image 16 has five candidates: { farm, form, forth, foam, forth }. After lattice parsing, the candidate \"forth\" will be removed because it does not fit the context. But it is difficult to select a candidate from \"farm\", \"form\" \"foam\" and \"force\" because each of them makes the sentence grammatical and meaningful. In such a case, more contextual constraints are needed to distinguish the remaining candidates and to select the correct one. Let's further assume that the sentences in Figure 2 are from the same text. By image matching, we know word images 2 and 16 are visually similar. If two word images are almost the same, they must be the same word. Therefore, same candidates must be selected for word image 2 and word image 16, After \"form\" is chosen for image 16 it can also be chosen as the decision for Visual inter-word relations can be computed by applying simple image matching techniques. They can be calculated in clean text images, as well as in highly degraded text fmages, because the word images, due to their relatively large size, are tolerant to noise ( [6] ).", |
| "cite_spans": [ |
| { |
| "start": 1328, |
| "end": 1331, |
| "text": "[6]", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 237, |
| "end": 245, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 736, |
| "end": 744, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": null |
| }, |
| { |
| "text": "Visual inter-word relations can be used as constraints in the process of word image interpretation, especially for candidate selection. It is not surprising that word relations at the image level are highly consistent with word relations at the symbolic level(see Table 1 ). If two words hold a relation at the symbolic level and they are written in the same font and size, their word images should keep the same relation at the image level. And also, if two word images hold a relation at the image level, the truth values of the word images should have the same relation at the symbolic level. In Figure 3 , word images 2 and 8 must be recognized as the same word because they can match each other; the identity of word image 5 must be a sub-string of the identity of word image 6 because word image 5 can match with a part of word image 6; and so on.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 264, |
| "end": 271, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 599, |
| "end": 607, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": null |
| }, |
| { |
| "text": "Visual inter-word constraints provide us a way to link word images inside a text page, and to interpret them systematically. The research discussed in this paper integrates visual inter-word constraints with a statistical language model and a lattice parser to improve the performance of candidate selection.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": null |
| }, |
| { |
| "text": "A word-collocation-based relaxation algorithm and a probabilistic lattice chart parser have been designed for word candidate selection in degraded text recognition( [3, 4] ). The relaxation algorithm runs iteratively. In each iteration, the confidence score of each candidate is adjusted based on its current confidence and its collocation scores with the currently most preferred candidates for its neighboring word images. Relaxation ends when all candidates reach a stable state. For each word image, those candidates with a low confidence score will be removed from the candidate sets. Then, the probabilistic lattice chart parser will be applied to the reduced candidate sets to select the candidates that appear in the most preferred parse trees built by the parser. There can be different strategies to use visual inter-word constraints inside the relaxation algorithm and the lattice parser. One of the strategies we are exploiting is to re-evaluate the top candidates for the related word images after each iteration of relaxation or after lattice parsing. If they hold the same relation at the symbolic level, the confidence scores of the candidates will be increased. Otherwise, the images with a low confidence score will follow the decision of the images with a high confidence score.", |
| "cite_spans": [ |
| { |
| "start": 165, |
| "end": 168, |
| "text": "[3,", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 169, |
| "end": 171, |
| "text": "4]", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Status of Work", |
| "sec_num": null |
| }, |
| { |
| "text": "Five articles from the Brown Corpus were chosen randomly as testing samples. They are A06, GO2, J42, NO1 and ROT, each with about %000 words. Given a word image, our word recognizer generates its top10 candidates from a dictionary with 70,000 different entries.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Status of Work", |
| "sec_num": null |
| }, |
| { |
| "text": "In preliminary experiments, we exploit only the type-1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Status of Work", |
| "sec_num": null |
| }, |
| { |
| "text": "relation listed in Table 1 . After clustering word images by image matching, similar images will be in the same cluster. Any two images from the same cluster hold the type-1 relation. Word collocation data were trained from the Penn Treebank and the Brown Corpus except for the five testing samples. Table 2 shows results of candidate selection with and without using visual inter-word constraints. The top1 correct rate for candidate lists generated by a word recognizer is as low as 57.1%, Without using visual inter-word constraints, the correct rate of candidate selection by relaxation and lattice parsing is 83.1%. After using visual inter-word constraints, the correct rate becomes 88.2%. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 19, |
| "end": 26, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 300, |
| "end": 307, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Status of Work", |
| "sec_num": null |
| }, |
| { |
| "text": "and Future Directions Integration of natural language processing and image processing is a new area of interest in document analysis. Word candidate selection is a problem we are faced with in degraded text recognition, as well as in handwriting recognition. Statistical language models and lattice parsers have been designed for the problem. Visual inter-word constraints in a text page can be used with linguistic knowledge sources to facilitate candidate selection. Preliminary experimental results show that the performance of candidate selection is improved significantly although only one inter-word relation was used. The next step is to fully integrate visual inter-word constraints and linguistic knowledge sources in the relaxation algorithm and the lattice parser.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "I would like to thank Jonathan J. Hull for his support and his helpful comments on drafts of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Document Image Defect Models and Their Uses", |
| "authors": [ |
| { |
| "first": "Henry", |
| "middle": [ |
| "S" |
| ], |
| "last": "Baird", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the Second International Conference on Document Analysis and Recognition ICDAR-93", |
| "volume": "", |
| "issue": "", |
| "pages": "62--67", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Henry S. Baird, \"Document Image Defect Models and Their Uses,\" in Proceedings of the Second In- ternational Conference on Document Analysis and Recognition ICDAR-93, Tsukuba, Japan, October 20-22, 1993, pp. 62-67.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Word Association Norms, Mutual Information, and Lexicography", |
| "authors": [ |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "Ward" |
| ], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Computational Linguistics", |
| "volume": "16", |
| "issue": "1", |
| "pages": "22--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenneth Ward Church and Patrick Hanks, \"Word Association Norms, Mutual Information, and Lexi- cography,\" Computational Linguistics, Vol. 16, No. 1, pp. 22-29, 1990.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Text Recognition Enhancement with a Probabilistic Lattice Chart Parser", |
| "authors": [ |
| { |
| "first": "Tao", |
| "middle": [], |
| "last": "Hong", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hull", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the Second International Conference on Document Analysis and Recognition ICDAR-93", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tao Hong and Jonathan J. Hull, \"Text Recognition Enhancement with a Probabilistic Lattice Chart Parser,\" in Proceedings of the Second International Conference on Document Analysis and Recognition ICDAR-93, Tsukuba, Japan, October 20-22, 1993.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Degraded Text Recognition Using Word Collocation", |
| "authors": [ |
| { |
| "first": "Tao", |
| "middle": [], |
| "last": "Hong", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hull", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of IS~T/SPIE Symposium on Document Recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tao Hong and Jonathan J. Hull, \"Degraded Text Recognition Using Word Collocation,\" in Pro- ceedings of IS~T/SPIE Symposium on Document Recognition, San Jose, CA, February 6-10, 1994.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A Hidden Markov Model for Language Syntax in Text Recognition", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hull", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of llth IAPR International Conference on Pattern Recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "124--127", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan J. Hull, \"A Hidden Markov Model for Language Syntax in Text Recognition,\" in Pro- ceedings of llth IAPR International Conference on Pattern Recognition, The Hague, The Netherlands, pp.124-127, 1992.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Keyword Location in Noisy Document Image", |
| "authors": [ |
| { |
| "first": "Siamak", |
| "middle": [], |
| "last": "Khoubyari", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hull", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the Second Annual Symposium on Document Analysis and Information Retrieval, Las Vegas", |
| "volume": "", |
| "issue": "", |
| "pages": "217--231", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Siamak Khoubyari and Jonathan J. Hull, \"Keyword Location in Noisy Document Image,\" in Proceed- ings of the Second Annual Symposium on Docu- ment Analysis and Information Retrieval, Las Ve- gas, Nevada, pp. 217-231, April 26-28, 1993.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "An Efficient Word Lattice Parsing Algorithm for Continuous Speech Recognition", |
| "authors": [ |
| { |
| "first": "Masaru", |
| "middle": [], |
| "last": "Tomita", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings of the International Conference on Acoustic, Speech and Signal Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Masaru Tomita, \"An Efficient Word Lattice Pars- ing Algorithm for Continuous Speech Recognition,\" in Proceedings of the International Conference on Acoustic, Speech and Signal Processing, 1986.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "text": "Candidate Sets for the Sentence:", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "text": "Part of text page with three sentences", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF4": { |
| "text": "Figure 3is a part of a scanned text image in which a small number of word relations are circled to demonstrate the abundance of inter-word relations defined above even in such a small fragment of a real text page. Word images 2 and 8 are almost the same. Word image 9 matches the left part of word image 1 quite well. Word image 5 matches a part of the image 6, and so on.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF1": { |
| "num": null, |
| "html": null, |
| "text": "Possible Inter-word Relations Visual Inter-Word Relations A visual inter-word relation can be defined between two word images if they share the same pattern at the image level. There are five types of visual inter-word relations listed in the right part of Table 1.", |
| "type_str": "table", |
| "content": "<table/>" |
| }, |
| "TABREF3": { |
| "num": null, |
| "html": null, |
| "text": "", |
| "type_str": "table", |
| "content": "<table/>" |
| } |
| } |
| } |
| } |