paper-with-me

Papers

UNIT: Unifying Image and Text Recognition in One Vision Encoder

2024-09-06 · Yi Zhu, Yanpeng Zhou, Chunwei Wang, Yang Cao, Jianhua Han, Lu Hou, Hang Xu

Currently, vision encoder models like Vision Transformers (ViTs) typically excel at image recognition tasks but cannot simultaneously support text recognition like human visual recognition. To address this limitation, we propose UNIT, a novel training framework aimed at UNifying Image and Text recognition within a single model. Starting with a vision encoder pre-trained with image recognition tasks, UNIT introduces a lightweight language decoder for predicting text outputs and a lightweight vision decoder to prevent catastrophic forgetting of the original image encoding capabilities. The training process comprises two stages: intra-scale pretraining and inter-scale finetuning. During intra-scale pretraining, UNIT learns unified representations from multi-scale inputs, where images and documents are at their commonly used resolution, to enable fundamental recognition capability. In the inter-scale finetuning stage, the model introduces scale-exchanged data, featuring images and documents at resolutions different from the most commonly used ones, to enhance its scale robustness. Notably, UNIT retains the original vision encoder architecture, making it cost-free in terms of inference and deployment. Experiments across multiple benchmarks confirm that our method significantly outperforms existing methods on document-related tasks (e.g., OCR and DocQA) while maintaining the performances on natural images, demonstrating its ability to substantially enhance text recognition without compromising its core image recognition capabilities.

📄 PDF Abstract BibTeX arXiv:2409.04095

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Med-UniC: Unifying Cross-Lingual Medical Vision-Language Pre-Training by Diminishing Bias

2023-05-31 · NeurIPS 2023 11 · Zhongwei Wan, Che Liu, Mi Zhang, Jie Fu 외

The scarcity of data presents a critical obstacle to the efficacy of medical visionlanguage pre-training (VLP). A potential solution lies in the combination of datasets from various language communities. Nevertheless, th…

Disentanglement

UniTAB: Unifying Text and Box Outputs for Grounded Vision-Language Modeling

2021-11-23 · Zhengyuan Yang, Zhe Gan, JianFeng Wang, Xiaowei Hu 외

We propose UniTAB that Unifies Text And Box outputs for grounded vision-language (VL) modeling. Grounded VL tasks such as grounded captioning require the model to generate a text description and align predicted words wit…

Image CaptioningImage DescriptionLanguage ModelingLanguage Modelling+6

Unifying Local and Global Multimodal Features for Place Recognition in Aliased and Low-Texture Environments

2024-03-20 · Alberto García-Hernández, Riccardo Giubilato, Klaus H. Strobl, Javier Civera 외

Perceptual aliasing and weak textures pose significant challenges to the task of place recognition, hindering the performance of Simultaneous Localization and Mapping (SLAM) systems. This paper presents a novel model, ca…

Re-RankingSimultaneous Localization and Mapping

Uni-NLX: Unifying Textual Explanations for Vision and Vision-Language Tasks

2023-08-17 · Fawaz Sammani, Nikos Deligiannis

Natural Language Explanations (NLE) aim at supplementing the prediction of a model with human-friendly natural text. Existing NLE approaches involve training separate models for each downstream task. In this work, we pro…

Question AnsweringText GenerationVisual Question AnsweringVisual Question Answering (VQA)+1

In-Context Translation: Towards Unifying Image Recognition, Processing, and Generation

2024-04-15 · Han Xue, Qianru Sun, Li Song, Wenjun Zhang 외

We propose In-Context Translation (ICT), a general learning framework to unify visual recognition (e.g., semantic segmentation), low-level image processing (e.g., denoising), and conditional image generation (e.g., edge-…

Conditional Image GenerationDenoisingImage GenerationIn-Context Learning+4