Learning Multi-Domain Convolutional Neural Networks for Visual Tracking
Hyeonseob Nam, Bohyung Han

TL;DR
This paper introduces a multi-domain CNN-based visual tracking method that pretrains on diverse videos and adapts online for new sequences, achieving superior tracking accuracy.
Contribution
It presents a novel multi-domain CNN architecture with shared and domain-specific layers, enabling effective online adaptation for visual tracking.
Findings
Outperforms state-of-the-art tracking methods on benchmark datasets.
Demonstrates robust target representation learning across multiple domains.
Enables online update of the tracking model for new sequences.
Abstract
We propose a novel visual tracking algorithm based on the representations from a discriminatively trained Convolutional Neural Network (CNN). Our algorithm pretrains a CNN using a large set of videos with tracking ground-truths to obtain a generic target representation. Our network is composed of shared layers and multiple branches of domain-specific layers, where domains correspond to individual training sequences and each branch is responsible for binary classification to identify the target in each domain. We train the network with respect to each domain iteratively to obtain generic target representations in the shared layers. When tracking a target in a new sequence, we construct a new network by combining the shared layers in the pretrained CNN with a new binary classification layer, which is updated online. Online tracking is performed by evaluating the candidate windows randomly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Image Enhancement Techniques · Advanced Vision and Imaging
