paper-with-me

홈 › Papers

Where to Look: A Unified Attention Model for Visual Recognition with Reinforcement Learning

2021-11-13 · Gang Chen

The idea of using the recurrent neural network for visual attention has gained popularity in computer vision community. Although the recurrent attention model (RAM) leverages the glimpses with more large patch size to increasing its scope, it may result in high variance and instability. For example, we need the Gaussian policy with high variance to explore object of interests in a large image, which may cause randomized search and unstable learning. In this paper, we propose to unify the top-down and bottom-up attention together for recurrent visual attention. Our model exploits the image pyramids and Q-learning to select regions of interests in the top-down attention mechanism, which in turn to guide the policy search in the bottom-up approach. In addition, we add another two constraints over the bottom-up recurrent neural networks for better exploration. We train our model in an end-to-end reinforcement learning framework, and evaluate our method on visual classification tasks. The experimental results outperform convolutional neural networks (CNNs) baseline and the bottom-up recurrent attention models on visual classification tasks.

📄 PDF Abstract BibTeX arXiv:2111.07169

Code (0)

등록된 구현이 없습니다.

Tasks

Q-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Where and Why Are They Looking? Jointly Inferring Human Attention and Intentions in Complex Tasks

2018-06-01 · CVPR 2018 6 · Ping Wei, Yang Liu, Tianmin Shu, Nanning Zheng 외

This paper addresses a new problem - jointly inferring human attention, intentions, and tasks from videos. Given an RGB-D video where a human performs a task, we answer three questions simultaneously: 1) where the human …

MLLMs Know Where to Look: Training-free Perception of Small Visual Details with Multimodal LLMs

2025-02-24 · Jiarui Zhang, Mahyar Khayatkhoei, Prateek Chhikara, Filip Ilievski

Multimodal Large Language Models (MLLMs) have experienced rapid progress in visual recognition tasks in recent years. Given their potential integration into many critical applications, it is important to understand the l…

Question AnsweringVisual Question Answering

Advancing Chart Question Answering with Robust Chart Component Recognition

2024-07-19 · Hanwen Zheng, Sijia Wang, Chris Thomas, Lifu Huang

Chart comprehension presents significant challenges for machine learning models due to the diverse and intricate shapes of charts. Existing multimodal methods often overlook these visual features or fail to integrate the…

Chart Question AnsweringQuestion Answering

Pay Attention to CTC: Fast and Robust Pseudo-Labelling for Unified Speech Recognition

2026-02-22 · Alexandros Haliassos, Rodrigo Mira, Stavros Petridis arxiv

Unified Speech Recognition (USR) has emerged as a semi-supervised framework for training a single model for audio, visual, and audiovisual speech recognition, achieving state-of-the-art results on in-distribution benchma…

Speech Recognition

On the Limits of Token Reduction for Efficient Unified Vision Language Training

2026-05-31 · Siyi Chen, Weiming Zhuang, Jingtao Li, Lingjuan Lv arxiv

Unified vision-language models (VLMs) integrate visual understanding and visual generation within a single autoregressive backbone, but their joint training is computationally expensive and largely overlooked from an eff…