paper-with-me

홈 › Papers

Hierarchical Attentive Recurrent Tracking

2017-06-28 · NeurIPS 2017 12 · Adam R. Kosiorek, Alex Bewley, Ingmar Posner

Class-agnostic object tracking is particularly difficult in cluttered environments as target specific discriminative models cannot be learned a priori. Inspired by how the human visual cortex employs spatial attention and separate "where" and "what" processing pathways to actively suppress irrelevant visual features, this work develops a hierarchical attentive recurrent model for single object tracking in videos. The first layer of attention discards the majority of background by selecting a region containing the object of interest, while the subsequent layers tune in on visual features particular to the tracked object. This framework is fully differentiable and can be trained in a purely data driven fashion by gradient methods. To improve training convergence, we augment the loss function with terms for a number of auxiliary tasks relevant for tracking. Evaluation of the proposed model is performed on two datasets: pedestrian tracking on the KTH activity recognition dataset and the more difficult KITTI object tracking dataset.

📄 PDF Abstract BibTeX arXiv:1706.09262

Code (1)

akosiorek/hart 공식 구현 tf

Tasks

Activity RecognitionObjectObject Tracking

Similar Papers 제목 키워드 기반

RATM: Recurrent Attentive Tracking Model

2015-10-29 · Samira Ebrahimi Kahou, Vincent Michalski, Roland Memisevic

We present an attention-based modular neural framework for computer vision. The framework uses a soft attention mechanism allowing models to be trained with gradient descent. It consists of three modules: a recurrent att…

modelObject Tracking

Hierarchically-Attentive RNN for Album Summarization and Storytelling

2017-08-09 · EMNLP 2017 9 · Licheng Yu, Mohit Bansal, Tamara L. Berg

We address the problem of end-to-end visual storytelling. Given a photo album, our model first selects the most representative (summary) photos, and then composes a natural language story for the album. For this task, we…

RetrievalVisual Storytelling

Sparse Attentive Backtracking: Long-Range Credit Assignment in Recurrent Networks

2017-11-07 · ICLR 2018 1 · Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas 외

A major drawback of backpropagation through time (BPTT) is the difficulty of learning long-term dependencies, coming from having to propagate credit information backwards through every single step of the forward computat…

End-to-End Trainable Attentive Decoder for Hierarchical Entity Classification

2017-04-01 · EACL 2017 4 · Sanjeev Karn, Ulli Waltinger, Hinrich Sch{\"u}tze

We address fine-grained entity classification and propose a novel attention-based recurrent neural network (RNN) encoder-decoder that generates paths in the type hierarchy and can be trained end-to-end. We show that our …

ClassificationDecoderGeneral ClassificationMorphological Tagging

Recurrent Attentive Neural Process for Sequential Data

2019-10-17 · Shenghao Qin, Jiacheng Zhu, Jimmy Qin, Wenshuo Wang 외

Neural processes (NPs) learn stochastic processes and predict the distribution of target output adaptively conditioned on a context set of observed input-output pairs. Furthermore, Attentive Neural Process (ANP) improved…

Autonomous Driving