paper-with-me

홈 › Papers

AT-ST: Self-Training Adaptation Strategy for OCR in Domains with Limited Transcriptions

2021-04-27 · Martin Kišš, Karel Beneš, Michal Hradiš

This paper addresses text recognition for domains with limited manual annotations by a simple self-training strategy. Our approach should reduce human annotation effort when target domain data is plentiful, such as when transcribing a collection of single person's correspondence or a large manuscript. We propose to train a seed system on large scale data from related domains mixed with available annotated data from the target domain. The seed system transcribes the unannotated data from the target domain which is then used to train a better system. We study several confidence measures and eventually decide to use the posterior probability of a transcription for data selection. Additionally, we propose to augment the data using an aggressive masking scheme. By self-training, we achieve up to 55 % reduction in character error rate for handwritten data and up to 38 % on printed data. The masking augmentation itself reduces the error rate by about 10 % and its effect is better pronounced in case of difficult handwritten data.

📄 PDF Abstract BibTeX arXiv:2104.13037

Code (1)

DCGM/pero-ocr 공식 구현

Tasks

Optical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

A Comparison of Strategies for Source-Free Domain Adaptation

2021-08-17 · ACL ARR August 2021 8 · Anonymous

Data sharing restrictions are common in NLP, especially in the clinical domain, but there is limited research on adapting models to new domains without access to the original training data, a setting known as source-free…

Active LearningData AugmentationDomain AdaptationSource-Free Domain Adaptation

A Comparison of Strategies for Source-Free Domain Adaptation

2022-05-01 · ACL 2022 5 · Xin Su, Yiyun Zhao, Steven Bethard

Data sharing restrictions are common in NLP, especially in the clinical domain, but there is limited research on adapting models to new domains without access to the original training data, a setting known as source-free…

Active LearningData AugmentationDomain AdaptationSource-Free Domain Adaptation

AVATAR: Adversarial self-superVised domain Adaptation network for TARget domain

2023-04-28 · Jun Kataoka, Hyunsoo Yoon

This paper presents an unsupervised domain adaptation (UDA) method for predicting unlabeled target domain data, specific to complex UDA tasks where the domain gap is significant. Mainstream UDA models aim to learn from b…

Deep ClusteringDomain AdaptationSelf-Supervised Learningtext-to-3d-human+1

Gradual Domain Adaptation via Normalizing Flows

2022-06-23 · Shogo Sagawa, Hideitsu Hino

Standard domain adaptation methods do not work well when a large gap exists between the source and target domains. Gradual domain adaptation is one of the approaches used to address the problem. It involves leveraging th…

Domain AdaptationUnsupervised Domain Adaptation

From Big to Small: Adaptive Learning to Partial-Set Domains

2022-03-14 · Zhangjie Cao, Kaichao You, Ziyang Zhang, Jianmin Wang 외

Domain adaptation targets at knowledge acquisition and dissemination from a labeled source domain to an unlabeled target domain under distribution shift. Still, the common requirement of identical class space shared acro…

Domain AdaptationPartial Domain Adaptation