paper-with-me

홈 › Papers

UniRec-0.1B: Unified Text and Formula Recognition with 0.1B Parameters

2025-12-24 · Yongkun Du, Zhineng Chen, Yazhen Xie, Weikang Bai, Hao Feng, Wei Shi, Yuchen Su, Can Huang, Yu-Gang Jiang arxiv

Text and formulas constitute the core informational components of many documents. Accurately and efficiently recognizing both is crucial for developing robust and generalizable document parsing systems. Recently, vision-language models (VLMs) have achieved impressive unified recognition of text and formulas. However, they are large-sized and computationally demanding, restricting their usage in many applications. In this paper, we propose UniRec-0.1B, a unified recognition model with only 0.1B parameters. It is capable of performing text and formula recognition at multiple levels, including characters, words, lines, paragraphs, and documents. To implement this task, we first establish UniRec40M, a large-scale dataset comprises 40 million text, formula and mixed samples, enabling the training of a powerful yet lightweight model. Secondly, we identify two challenges when building such a lightweight but unified expert model. They are: structural variability across levels and semantic entanglement between textual and formulaic content. To tackle these, we introduce a hierarchical supervision training that explicitly guides structural comprehension, and a semantic-decoupled tokenizer that separates text and formula representations. Finally, we develop a comprehensive evaluation benchmark covering Chinese and English documents from multiple domains and with multiple levels. Experimental results on this and public benchmarks demonstrate that UniRec-0.1B outperforms both general-purpose VLMs and leading document parsing expert models, while achieving 2-9x speedup, validating its effectiveness and efficiency. Codebase and Dataset: https://github.com/Topdu/OpenOCR.

📄 PDF Abstract BibTeX arXiv:2512.21095

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Free Lunch for Unified Multimodal Models: Enhancing Generation via Reflective Rectification with Inherent Understanding

2026-04-15 · Yibo Jiang, Tao Wu, Rui Jiang, Yehao Lu 외 arxiv

Unified Multimodal Models (UMMs) aim to integrate visual understanding and generation within a single structure. However, these models exhibit a notable capability mismatch, where their understanding capability significa…

Visual Reasoning

UniRec: A Dual Enhancement of Uniformity and Frequency in Sequential Recommendations

2024-06-26 · Yang Liu, Yitong Wang, Chenyue Feng

Representation learning in sequential recommendation is critical for accurately modeling user interaction patterns and improving recommendation precision. However, existing approaches predominantly emphasize item-to-item…

Recommendation SystemsRepresentation LearningSequential Recommendation

Rectification Reimagined: A Unified Mamba Model for Image Correction and Rectangling with Prompts

2025-12-21 · Linwei Qiu, Gongzhe Li, Xiaozhe Zhang, Qilin Sun 외 arxiv

Image correction and rectangling are valuable tasks in practical photography systems such as smartphones. Recent remarkable advancements in deep learning have undeniably brought about substantial performance improvements…

Multi-Task Learning

Two Birds with One Stone: Unified Model Learning for Both Recall and Ranking in News Recommendation

2021-04-15 · Findings (ACL) 2022 5 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Recall and ranking are two critical steps in personalized news recommendation. Most existing news recommender systems conduct personalized news recall and ranking separately with different models. However, maintaining mu…

News RecommendationRecommendation Systems

UniRecSys: A Unified Framework for Personalized, Group, Package, and Package-to-Group Recommendations

2023-08-08 · Adamya Shyam, Vikas Kumar, Venkateswara Rao Kagita, Arun K Pujari

Recommender systems aim to enhance the overall user experience by providing tailored recommendations for a variety of products and services. These systems help users make more informed decisions, leading to greater user …

Collaborative FilteringRecommendation Systems