Yasuhisa Fujii

dblp:84/8914 · DBLP profile ↗
← Back
7ranked-venue papers in the field
2as first author
4since 2021 · last 2023
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Other / Interdisciplinary · 7 (2 first)
YearPublicationVenuePosition
2023 OCR Language Models with Custom Vocabularies
Peter Garst, R. Reeve Ingle, Yasuhisa Fujii
ICDAR (4)3
2023 ICDAR 2023 Competition on Hierarchical Text Detection and Recognition
Shangbang Long, Siyang Qin, Dmitry Panteleev, Alessandro Bissacco, Yasuhisa Fujii, Michalis Raptis
ICDAR (2)5
2023 Text Reading Order in Uncontrolled Conditions by Sparse Graph Segmentation
Renshen Wang, Yasuhisa Fujii, Alessandro Bissacco
ICDAR (6)2
2022 Unified Line and Paragraph Detection by Graph Convolutional Networks
Renshen Wang, Michalis Raptis, Yasuhisa Fujii
DAS4
2019 A Scalable Handwritten Text Recognition System
abstract
Many studies on (Offline) Handwritten Text Recognition (HTR) systems have focused on building state-of-the-art models for line recognition on small corpora. However, adding HTR capability to a large scale multilingual OCR system poses new challenges. This paper addresses three problems in building such systems: data, efficiency, and integration. Firstly, one of the biggest challenges is obtaining sufficient amounts of high quality training data. We address the problem by using online handwriting data collected for a large scale production online handwriting recognition system. We describe our image data generation pipeline and study how online data can be used to build HTR models. We show that the data improve the models significantly under the condition where only a small number of real images is available, which is usually the case for HTR models. It enables us to support a new script at substantially lower cost. Secondly, we propose a line recognition model based on neural networks without recurrent connections. The model achieves a comparable accuracy with LSTM-based models while allowing for better parallelism in training and inference. Finally, we present a simple way to integrate HTR models into an OCR system. These constitute a solution to bring HTR capability into a large scale OCR system.
R. Reeve Ingle, Yasuhisa Fujii, Thomas Deselaers, Jonathan Baccash, Ashok C. Popat
ICDAR2
2017 Sequence-to-Label Script Identification for Multilingual OCR
abstract
We describe a novel line-level script identification method. Previous work repurposed an OCR model generating per-character script codes, counted to obtain line-level script identification. This has two shortcomings. First, as a sequence-to-sequence model it is more complex than necessary for the sequence-to-label problem of line script identification. This makes it harder to train and inefficient to run. Second, the counting heuristic may be suboptimal compared to a learned model. Therefore we reframe line script identification as a sequence-to-label problem and solve it using two components, trained end-toend: Encoder and Summarizer. The encoder converts a line image into a feature sequence. The summarizer aggregates the sequence to classify the line. We test various summarizers with identical inception-style convolutional networks as encoders. Experiments on scanned books and photos containing 232 languages in 30 scripts show 16% reduction of script identification error rate compared to the baseline. This improved script identification reduces the character error rate attributable to script misidentification by 33%.
Yasuhisa Fujii, Karel Driesen, Jonathan Baccash, Ash Hurst, Ashok C. Popat
ICDAR1
2015 Label transition and selection pruning and automatic decoding parameter optimization for time-synchronous Viterbi decoding
abstract
Hidden Markov Model (HMM)-based classifiers have been successfully used for sequential labeling problems such as speech recognition and optical character recognition for decades. They have been especially successful in the domains where the segmentation is not known or difficult to obtain, since, in principle, all possible segmentation points can be taken into account. However, the benefit comes with a non-negligible computational cost. In this paper, we propose simple yet effective new pruning algorithms to speed up decoding with HMM-based classifiers of up to 95% relative over a baseline. As the number of tunable decoding parameters increases, it becomes more difficult to optimize the parameters for each configuration. We also propose a novel technique to estimate the parameters based on a loss value without relying on a grid search.
Yasuhisa Fujii, Dmitriy Genzel, Ashok C. Popat, Remco Teunen
ICDAR1