AIAny
Icon for item

All-in-One Multilingual Scene Text Recognition with Script-aware Mixture-of-Experts

An all-in-one multilingual scene text recognition approach that pairs a shared visual encoder with a script-aware Mixture-of-Experts (ScriptMoE) decoder to route each image to top-2 script experts. Introduces TextMuSS-10M, a synthetic dataset covering 10 scripts and 229 languages, and reports state-of-the-art accuracy and large end-to-end OCR F1 gains while remaining parameter-efficient.

Introduction

Multilingual scene text recognition is bottlenecked by scarce real data for most languages and by solutions that either replicate per-language recognizers or rely on very large vision-language models. The paper exploits the empirical prior that a text instance typically contains a single script, turning script routing into a low-ambiguity decision and enabling a sparse, expert-based decoder that activates only a few script-aligned experts per image.

Key Findings
  • ScriptMoE architecture: shares a single visual encoder and replaces the dense decoder with a sparse MoE block that includes an image-level router, a shared cross-script expert, and script-aligned experts; the router dispatches each image to the top-2 script experts plus the shared expert, limiting interference across scripts. This reduces per-language parameter bloat while keeping specialization.
  • TextMuSS-10M dataset: a large synthetic scene-text corpus spanning 10 scripts and 229 languages to provide balanced supervision where real data is lacking.
  • Empirical results: ScriptMoE achieves 82.06% average accuracy on the authors’ TextMuSS-Bench (10 scripts, 10,899 images), outperforming the strongest STR baselines (by ~1.31% average and 2–3 points on Arabic, Thai, Tibetan). Replacing only the recognizer in PP-OCRv5 raises end-to-end CC-OCR F1 from 65.71% to 80.89%, slightly exceeding a best VLM baseline while using far fewer parameters.
  • Practical implication: the sparse expert decoder yields a favorable tradeoff between specialization and model size, making it attractive for multilingual OCR deployments that must cover many scripts without per-language models.
Who it's for and trade-offs

Great fit if you build or research multilingual OCR systems that must scale across many scripts or low-resource languages and want better per-script accuracy without exploding model size. It benefits settings where script detection is feasible at the image level. Look elsewhere if you need full multimodal language understanding beyond transcription (e.g., semantic VLM tasks) or if you cannot accept synthetic-data-induced biases without substantial real-data fine-tuning. The approach requires script-aligned expert design and high-quality synthetic generation to realize its gains.

Information

  • Websitearxiv.org
  • AuthorsXingsong Ye, Yongkun Du, Jiaxin Zhang, Zhixian Li, Chong Sun, Chen Li, Jing Lyu, Lianwen Jin, Zhineng Chen
  • Published date2026/09/21

More Items

Compresses a geometry-foundation model’s multi-level features into a compact latent that decodes jointly to RGB, depth, cameras and point maps — enabling a conditional flow to generate 3D-consistent video and novel views with measurably improved coherence.

Converts natural-language SVG instructions into instance-aware six-item rubrics and uses a vision–language judge to score rendered SVGs item-by-item as dense RL rewards. Produces stronger human alignment and lifts benchmark rubric scores substantially on MMSVG datasets.

Provides a unified data and evaluation suite for measuring gameplay capabilities across short, medium, and long temporal horizons. Includes an automated annotator, a 5,000-hour AAA gameplay dataset with temporally aligned frames, actions and multi-horizon instructions, and a reproducible offline + stepwise online benchmark.