paper-with-me

Papers

MRN: Multiplexed Routing Network for Incremental Multilingual Text Recognition

2023-05-24 · ICCV 2023 1 · Tianlun Zheng, Zhineng Chen, Bingchen Huang, Wei zhang, Yu-Gang Jiang

Multilingual text recognition (MLTR) systems typically focus on a fixed set of languages, which makes it difficult to handle newly added languages or adapt to ever-changing data distribution. In this paper, we propose the Incremental MLTR (IMLTR) task in the context of incremental learning (IL), where different languages are introduced in batches. IMLTR is particularly challenging due to rehearsal-imbalance, which refers to the uneven distribution of sample characters in the rehearsal set, used to retain a small amount of old data as past memories. To address this issue, we propose a Multiplexed Routing Network (MRN). MRN trains a recognizer for each language that is currently seen. Subsequently, a language domain predictor is learned based on the rehearsal set to weigh the recognizers. Since the recognizers are derived from the original data, MRN effectively reduces the reliance on older data and better fights against catastrophic forgetting, the core issue in IL. We extensively evaluate MRN on MLT17 and MLT19 datasets. It outperforms existing general-purpose IL methods by large margins, with average accuracy improvements ranging from 10.3% to 35.8% under different settings. Code is available at https://github.com/simplify23/MRN.

📄 PDF Abstract BibTeX arXiv:2305.14758

Code (1)

simplify23/MRN 공식 구현 pytorch

Tasks

Continual LearningIncremental LearningOptical Character Recognition (OCR)Scene Text Recognition

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Multiplexed Network for End-to-End, Multilingual OCR

2021-03-29 · CVPR 2021 1 · Jing Huang, Guan Pang, Rama Kovvuri, Mandy Toh 외

Recent advances in OCR have shown that an end-to-end (E2E) training pipeline that includes both detection and recognition leads to the best results. However, many existing methods focus primarily on Latin-alphabet langua…

Optical Character Recognition (OCR)Text Detection

Dynamic Multi-Expert Projectors with Stabilized Routing for Multilingual Speech Recognition

2026-01-27 · Isha Pandey, Ashish Mittal, Vartul Bahuguna, Ganesh Ramakrishnan arxiv

Recent advances in LLM-based ASR connect frozen speech encoders with Large Language Models (LLMs) via lightweight projectors. While effective in monolingual settings, a single projector struggles to capture the diverse a…

Speech Recognition

Multilingual Routing in Mixture-of-Experts

2025-10-06 · Lucas Bandarkar, Chenyuan Yang, Mohsen Fayyaz, Junlin Hu 외 arxiv

Mixture-of-Experts (MoE) architectures have become the key to scaling modern LLMs, yet little is understood about how their sparse routing dynamics respond to multilingual data. In this work, we analyze expert routing pa…

GR4CIL: Gap-compensated Routing for CLIP-based Class Incremental Learning

2026-04-20 · Tianqi Wang, Jingcai Guo arxiv

Class-Incremental Learning (CIL) aims to continuously acquire new categories while preserving previously learned knowledge. Recently, Contrastive Language-Image Pre-trained (CLIP) models have shown strong potential for C…

class-incremental learningClass Incremental LearningZero-shot Generalization

Decoder-only Conformer with Modality-aware Sparse Mixtures of Experts for ASR

2026-02-13 · Jaeyoung Lee, Masato Mimura arxiv

We present a decoder-only Conformer for automatic speech recognition (ASR) that processes speech and text in a single stack without external speech encoders or pretrained large language models (LLM). The model uses a mod…

Speech RecognitionText Generation