CVJul 26, 2024

MOoSE: Multi-Orientation Sharing Experts for Open-set Scene Text Recognition

arXiv:2407.18616v1h-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of multi-orientation text recognition for computer vision applications, but it is incremental as it builds on existing open-set methods.

The paper tackles the problem of recognizing text in real-world scenes with multiple orientations and novel characters, proposing a new task (MOOSTR) and a framework (MOoSE) that achieves strong baseline performance through a mixture-of-experts approach.

Open-set text recognition, which aims to address both novel characters and previously seen ones, is one of the rising subtopics in the text recognition field. However, the current open-set text recognition solutions only focuses on horizontal text, which fail to model the real-life challenges posed by the variety of writing directions in real-world scene text. Multi-orientation text recognition, in general, faces challenges from the diverse image aspect ratios, significant imbalance in data amount, and domain gaps between orientations. In this work, we first propose a Multi-Oriented Open-Set Text Recognition task (MOOSTR) to model the challenges of both novel characters and writing direction variety. We then propose a Multi-Orientation Sharing Experts (MOoSE) framework as a strong baseline solution. MOoSE uses a mixture-of-experts scheme to alleviate the domain gaps between orientations, while exploiting common structural knowledge among experts to alleviate the data scarcity that some experts face. The proposed MOoSE framework is validated by ablative experiments, and also tested for feasibility on the existing open-set benchmark. Code, models, and documents are available at: https://github.com/lancercat/Moose/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes