Abstract
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.
Original language | English |
---|---|
Title of host publication | Computer Vision – ECCV 2018 |
Subtitle of host publication | 15th European Conference, 2018, Proceedings |
Editors | Vittorio Ferrari, Martial Hebert, Cristian Sminchisescu |
Publisher | Springer Verlag |
Pages | 153-169 |
ISBN (Electronic) | 9783030012403 |
ISBN (Print) | 9783030012397 |
DOIs | |
Publication status | Published - Sept 2018 |
Event | 15th European Conference on Computer Vision (ECCV 2018) - Munich, Germany Duration: 8 Sept 2018 → 14 Sept 2018 http://openaccess.thecvf.com/content_ECCV_2018/html/Tianyu_Yang_Learning_Dynamic_Memory_ECCV_2018_paper.html https://eccv2018.org/ https://eccv2018.org/wp-content/uploads/2018/09/ECCV_2018_final.pdf https://sites.google.com/view/eccvfashion/artworks |
Publication series
Name | Lecture Notes in Computer Science |
---|---|
Volume | 11213 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 15th European Conference on Computer Vision (ECCV 2018) |
---|---|
Abbreviated title | ECCV 2018 |
Country/Territory | Germany |
City | Munich |
Period | 8/09/18 → 14/09/18 |
Internet address |
Bibliographical note
Research Unit(s) information for this publication is provided by the author(s) concerned.Research Keywords
- Addressable memory
- Gated residual template learning