paper-with-me

Papers

VisFocus: Prompt-Guided Vision Encoders for OCR-Free Dense Document Understanding

2024-07-17 · Ofir Abramovich, Niv Nayman, Sharon Fogel, Inbal Lavi, Ron Litman, Shahar Tsiper, Royee Tichauer, Srikar Appalaraju, Shai Mazor, R. Manmatha

In recent years, notable advancements have been made in the domain of visual document understanding, with the prevailing architecture comprising a cascade of vision and language models. The text component can either be extracted explicitly with the use of external OCR models in OCR-based approaches, or alternatively, the vision model can be endowed with reading capabilities in OCR-free approaches. Typically, the queries to the model are input exclusively to the language component, necessitating the visual features to encompass the entire document. In this paper, we present VisFocus, an OCR-free method designed to better exploit the vision encoder's capacity by coupling it directly with the language prompt. To do so, we replace the down-sampling layers with layers that receive the input prompt and allow highlighting relevant parts of the document, while disregarding others. We pair the architecture enhancements with a novel pre-training task, using language masking on a snippet of the document text fed to the visual encoder in place of the prompt, to empower the model with focusing capabilities. Consequently, VisFocus learns to allocate its attention to text patches pertinent to the provided prompt. Our experiments demonstrate that this prompt-guided visual encoding approach significantly improves performance, achieving state-of-the-art results on various benchmarks.

📄 PDF Abstract BibTeX arXiv:2407.12594

Code (1)

amazon-science/visfocus 공식 구현 pytorch

Tasks

document understandingOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Joint Post-Training Quantization of Vision Transformers with Learned Prompt-Guided Data Generation

2026-02-21 · Shile Li, Markus Karmann, Onay Urfalioglu arxiv

We present a framework for end-to-end joint quantization of Vision Transformers trained on ImageNet for the purpose of image classification. Unlike prior post-training or block-wise reconstruction methods, we jointly opt…

Image Classification

LDEdit: Towards Generalized Text Guided Image Manipulation via Latent Diffusion Models

2022-10-05 · Paramanand Chandramouli, Kanchana Vaishnavi Gandikota

Research in vision-language models has seen rapid developments off-late, enabling natural language-based interfaces for image generation and manipulation. Many existing text guided manipulation techniques are restricted …

Image GenerationImage ManipulationStyle TransferText to Image Generation+1

Modular Prompt Learning Improves Vision-Language Models

2025-02-19 · Zhenhan Huang, Tejaswini Pedapati, Pin-Yu Chen, Jianxi Gao

Pre-trained vision-language models are able to interpret visual concepts and language semantics. Prompt learning, a method of constructing prompts for text encoders or image encoders, elicits the potentials of pre-traine…

Prompt Learning

REP: Resource-Efficient Prompting for Rehearsal-Free Continual Learning

2024-06-07 · Sungho Jeon, Xinyue Ma, Kwang In Kim, Myeongjae Jeon

Recent rehearsal-free methods, guided by prompts, generally excel in vision-related continual learning (CL) scenarios with continuously drifting data. To be deployable on real-world devices, these methods must contain hi…

Continual Learningimage-classificationImage ClassificationPrompt Learning

LAVIFT: Latent-Action-Guided Vision Fine-Tuning for Surgical Interaction Recognition

2026-07-22 · Jiajun Cheng, Subarna Tripathi, Sainan Liu, Xiaofan Yu 외 arxiv

Understanding instrument-tissue interactions is essential for context-aware surgical AI and autonomous robotic surgery. Pretrained vision-language models (VLMs) and vision encoders offer an alternative to conventional in…