paper-with-me

Papers

Learning Dynamic Memory Networks for Object Tracking

2018-03-20 · ECCV 2018 9 · Tianyu Yang, Antoni B. Chan

Template-matching methods for visual tracking have gained popularity recently due to their comparable performance and fast speed. However, they lack effective ways to adapt to changes in the target object's appearance, making their tracking accuracy still far from state-of-the-art. In this paper, we propose a dynamic memory network to adapt the template to the target's appearance variations during tracking. An LSTM is used as a memory controller, where the input is the search feature map and the outputs are the control signals for the reading and writing process of the memory block. As the location of the target is at first unknown in the search feature map, an attention mechanism is applied to concentrate the LSTM input on the potential target. To prevent aggressive model adaptivity, we apply gated residual template learning to control the amount of retrieved memory that is used to combine with the initial template. Unlike tracking-by-detection methods where the object's information is maintained by the weight parameters of neural networks, which requires expensive online fine-tuning to be adaptable, our tracker runs completely feed-forward and adapts to the target's appearance changes by updating the external memory. Moreover, unlike other tracking methods where the model capacity is fixed after offline training --- the capacity of our tracker can be easily enlarged as the memory requirements of a task increase, which is favorable for memorizing long-term object information. Extensive experiments on OTB and VOT demonstrates that our tracker MemTrack performs favorably against state-of-the-art tracking methods while retaining real-time speed of 50 fps.

📄 PDF Abstract BibTeX arXiv:1803.07268

Code (1)

skyoung/MemTrack 공식 구현 tf

Tasks

ObjectObject TrackingTemplate MatchingVisual Tracking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
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$…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Dynamic Memory Network A Dynamic Memory Network is a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questions…
Memory Network 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Recurrent Autoregressive Networks for Online Multi-Object Tracking

2017-11-07 · Kuan Fang, Yu Xiang, Xiaocheng Li, Silvio Savarese

The main challenge of online multi-object tracking is to reliably associate object trajectories with detections in each video frame based on their tracking history. In this work, we propose the Recurrent Autoregressive N…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

Enhancing Self-Supervised Fine-Grained Video Object Tracking with Dynamic Memory Prediction

2025-04-30 · Zihan Zhou, Changrui Dai, Aibo Song, Xiaolin Fang

Successful video analysis relies on accurate recognition of pixels across frames, and frame reconstruction methods based on video correspondence learning are popular due to their efficiency. Existing frame reconstruction…

Decision MakingObjectObject TrackingSemantic Segmentation+1

Reading Relevant Feature from Global Representation Memory for Visual Object Tracking

2024-02-22 · NeurIPS 2023 11 · Xinyu Zhou, Pinxue Guo, Lingyi Hong, Jinglun Li 외

Reference features from a template or historical frames are crucial for visual object tracking. Prior works utilize all features from a fixed template or memory for visual object tracking. However, due to the dynamic nat…

Object TrackingVisual Object Tracking

Visual Tracking via Dynamic Memory Networks

2019-07-12 · Tianyu Yang, Antoni B. Chan

Template-matching methods for visual tracking have gained popularity recently due to their good performance and fast speed. However, they lack effective ways to adapt to changes in the target object's appearance, making …

Template MatchingVisual Tracking

You Don't Only Look Once: Constructing Spatial-Temporal Memory for Integrated 3D Object Detection and Tracking

2021-01-01 · ICCV 2021 10 · Jiaming Sun, Yiming Xie, Siyu Zhang, Linghao Chen 외

Humans are able to continuously detect and track surrounding objects by constructing a spatial-temporal memory of the objects when looking around. In contrast, 3D object detectors in existing tracking-by-detection sy…

3D Object DetectionObjectobject-detectionObject Detection+2