paper-with-me

홈 › Papers

Glimpse-Attend-and-Explore: Self-Attention for Active Visual Exploration

2021-08-26 · ICCV 2021 10 · Soroush Seifi, Abhishek Jha, Tinne Tuytelaars

Active visual exploration aims to assist an agent with a limited field of view to understand its environment based on partial observations made by choosing the best viewing directions in the scene. Recent methods have tried to address this problem either by using reinforcement learning, which is difficult to train, or by uncertainty maps, which are task-specific and can only be implemented for dense prediction tasks. In this paper, we propose the Glimpse-Attend-and-Explore model which: (a) employs self-attention to guide the visual exploration instead of task-specific uncertainty maps; (b) can be used for both dense and sparse prediction tasks; and (c) uses a contrastive stream to further improve the representations learned. Unlike previous works, we show the application of our model on multiple tasks like reconstruction, segmentation and classification. Our model provides encouraging results while being less dependent on dataset bias in driving the exploration. We further perform an ablation study to investigate the features and attention learned by our model. Finally, we show that our self-attention module learns to attend different regions of the scene by minimizing the loss on the downstream task. Code: https://github.com/soroushseifi/glimpse-attend-explore.

📄 PDF Abstract BibTeX arXiv:2108.11717

Code (1)

soroushseifi/glimpse-attend-explore 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Attend and Segment: Attention Guided Active Semantic Segmentation

2020-07-22 · ECCV 2020 8 · Soroush Seifi, Tinne Tuytelaars

In a dynamic environment, an agent with a limited field of view/resource cannot fully observe the scene before attempting to parse it. The deployment of common semantic segmentation architectures is not feasible in such …

Semantic Segmentation

CanViT: Toward Active-Vision Foundation Models

2026-03-23 · Yohaï-Eliel Berreby, Sabrina Du, Audrey Durand, B. Suresh Krishna arxiv

Active computer vision promises efficient, biologically plausible perception through sequential, localized glimpses, but lacks scalable general-purpose architectures and pretraining pipelines, leaving Active-Vision Found…

Where to Look Next: Unsupervised Active Visual Exploration on 360° Input

2019-09-23 · Soroush Seifi, Tinne Tuytelaars

We address the problem of active visual exploration of large 360{\deg} inputs. In our setting an active agent with a limited camera bandwidth explores its 360{\deg} environment by changing its viewing direction at limite…

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Visual Attention for Musical Instrument Recognition

2020-06-17 · Karn Watcharasupat, Siddharth Gururani, Alexander Lerch

In the field of music information retrieval, the task of simultaneously identifying the presence or absence of multiple musical instruments in a polyphonic recording remains a hard problem. Previous works have seen some …

Information RetrievalInstrument RecognitionMusic Information RetrievalRetrieval

Pre-training Attention Mechanisms

2017-12-15 · Jack Lindsey

Recurrent neural networks with differentiable attention mechanisms have had success in generative and classification tasks. We show that the classification performance of such models can be enhanced by guiding a randomly…

General Classification