paper-with-me

Papers

Consistency driven Sequential Transformers Attention Model for Partially Observable Scenes

2022-04-01 · CVPR 2022 1 · Samrudhdhi B. Rangrej, Chetan L. Srinidhi, James J. Clark

Most hard attention models initially observe a complete scene to locate and sense informative glimpses, and predict class-label of a scene based on glimpses. However, in many applications (e.g., aerial imaging), observing an entire scene is not always feasible due to the limited time and resources available for acquisition. In this paper, we develop a Sequential Transformers Attention Model (STAM) that only partially observes a complete image and predicts informative glimpse locations solely based on past glimpses. We design our agent using DeiT-distilled and train it with a one-step actor-critic algorithm. Furthermore, to improve classification performance, we introduce a novel training objective, which enforces consistency between the class distribution predicted by a teacher model from a complete image and the class distribution predicted by our agent using glimpses. When the agent senses only 4% of the total image area, the inclusion of the proposed consistency loss in our training objective yields 3% and 8% higher accuracy on ImageNet and fMoW datasets, respectively. Moreover, our agent outperforms previous state-of-the-art by observing nearly 27% and 42% fewer pixels in glimpses on ImageNet and fMoW.

📄 PDF Abstract BibTeX arXiv:2204.00656

Code (1)

samrudhdhirangrej/STAM-Sequential-Transformers-Attention-Model 공식 구현 pytorch

Tasks

Hard Attention

Similar Papers 제목 키워드 기반

AGaLiTe: Approximate Gated Linear Transformers for Online Reinforcement Learning

2023-10-24 · Subhojeet Pramanik, Esraa Elelimy, Marlos C. Machado, Adam White

In this paper we investigate transformer architectures designed for partially observable online reinforcement learning. The self-attention mechanism in the transformer architecture is capable of capturing long-range depe…

Diagnosticreinforcement-learningReinforcement Learning

Rethinking Transformers in Solving POMDPs

2024-05-27 · Chenhao Lu, Ruizhe Shi, Yuyao Liu, Kaizhe Hu 외

Sequential decision-making algorithms such as reinforcement learning (RL) in real-world scenarios inevitably face environments with partial observability. This paper scrutinizes the effectiveness of a popular architectur…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

Adaptive Transformers in RL

2020-04-08 · Shakti Kumar, Jerrod Parker, Panteha Naderian

Recent developments in Transformers have opened new interesting areas of research in partially observable reinforcement learning tasks. Results from late 2019 showed that Transformers are able to outperform LSTMs on both…

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Blockwise Sequential Model Learning for Partially Observable Reinforcement Learning

2021-12-10 · Giseung Park, Sungho Choi, Youngchul Sung

This paper proposes a new sequential model learning architecture to solve partially observable Markov decision problems. Rather than compressing sequential information at every timestep as in conventional recurrent neura…

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Scaling Sequential Recommendation Models with Transformers

2024-12-10 · Pablo Zivic, Hernan Vazquez, Jorge Sanchez

Modeling user preferences has been mainly addressed by looking at users' interaction history with the different elements available in the system. Tailoring content to individual preferences based on historical data is th…

Recommendation SystemsSequential Recommendation