← Latest papers
📄 other

MRT: A Mamba-based Framework with Reusable Transformer for Scene Text Recognition

The paper proposes MRT, a scene text recognition framework that combines Neighborhood Attention-enhanced Mamba for efficient local spatial aggregation with a weight-shared Reusable Transformer for bidirectional global context, achieving superior accuracy-efficiency trade-offs across multiple benchmarks.

Original authors: Yingnan Zhao, Dewen Zhang, Zuguo Yang, Jielin Jang

Published 2026-07-24
📖 3 min read☕ Coffee break read

Original authors: Yingnan Zhao, Dewen Zhang, Zuguo Yang, Jielin Jang

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to read a messy, handwritten note found on a rainy street. The note might be crumpled, the letters might be stretched, or the background might be a chaotic blur of neon signs. This is the world of Scene Text Recognition (STR). It's a specific branch of computer science where machines learn to turn pictures of text into digital words. To do this, the robot needs two superpowers: it must zoom in to see the tiny, fine details of each letter (like the curve of an 'S' or the dot on an 'i'), and it must zoom out to understand the whole sentence, using context to guess a blurry word.

For a long time, robots used two main tools for this job. The first was like a pair of magnifying glasses (called Convolutional Neural Networks or CNNs). They were great at seeing local details but struggled to connect the dots across a long sentence. The second tool was like a super-organized librarian (called Transformers). This librarian could read the whole book at once to understand context, but it was so slow and memory-hungry that it often crashed when the "book" (the image) got too long. Recently, a new tool called Mamba arrived. It's like a super-fast, efficient reader that can scan a long book in linear time, but it has a quirk: it reads strictly from left to right, one word at a time, and it's not great at seeing the 2D shape of letters on a page.

This paper introduces a new framework called MRT (Mamba-based framework with Reusable Transformer) to fix Mamba's quirks. The authors, from Nanjing University of Information Science and Technology, realized that while Mamba is fast, its "left-to-right-only" reading style and its lack of 2D spatial awareness make it clumsy at recognizing distorted or irregular text. They didn't just tweak Mamba; they gave it a makeover. First, they added a "neighborhood watch" system (Neighborhood Attention) that lets the model look at the immediate surroundings of a letter in all directions, not just the past. Second, they introduced a "Reusable Transformer," a smart module that acts like a second opinion, checking the model's work at different stages. The clever part? They use the exact same Transformer module twice, sharing its brainpower to save space.

The results are impressive. The team tested their new MRT models on six standard text-recognition datasets and a massive, challenging benchmark called Union-14M. They found that their "Base" model (MRT-B) achieved an average accuracy of 96.96%, beating or matching much larger, older models. Even more striking is their "Tiny" model (MRT-T). With only 4.72 million parameters (a very small size for an AI), it still hit 95.06% average accuracy. The paper suggests that by combining Mamba's speed with these specific spatial and reusable upgrades, we can build text-recognition systems that are both highly accurate and incredibly efficient, avoiding the need for massive, energy-guzzling computers. The authors suggest this approach offers a strong balance between speed and smarts, proving that you don't need a giant brain to read a messy street sign if you have the right tools.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →