paper-with-me

Papers

Distilled Siamese Networks for Visual Tracking

2019-07-24 · Jianbing Shen, Yuanpei Liu, Xingping Dong, Xiankai Lu, Fahad Shahbaz Khan, Steven Hoi

In recent years, Siamese network based trackers have significantly advanced the state-of-the-art in real-time tracking. Despite their success, Siamese trackers tend to suffer from high memory costs, which restrict their applicability to mobile devices with tight memory budgets. To address this issue, we propose a distilled Siamese tracking framework to learn small, fast and accurate trackers (students), which capture critical knowledge from large Siamese trackers (teachers) by a teacher-students knowledge distillation model. This model is intuitively inspired by the one teacher vs. multiple students learning method typically employed in schools. In particular, our model contains a single teacher-student distillation module and a student-student knowledge sharing mechanism. The former is designed using a tracking-specific distillation strategy to transfer knowledge from a teacher to students. The latter is utilized for mutual learning between students to enable in-depth knowledge understanding. Extensive empirical evaluations on several popular Siamese trackers demonstrate the generality and effectiveness of our framework. Moreover, the results on five tracking benchmarks show that the proposed distilled trackers achieve compression rates of up to 18$\times$ and frame-rates of $265$ FPS, while obtaining comparable tracking accuracy compared to base models.

📄 PDF Abstract BibTeX arXiv:1907.10586

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationObject TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Visual Object Tracking with Discriminative Filters and Siamese Networks: A Survey and Outlook

2021-12-06 · Sajid Javed, Martin Danelljan, Fahad Shahbaz Khan, Muhammad Haris Khan 외

Accurate and robust visual object tracking is one of the most challenging and fundamental computer vision problems. It entails estimating the trajectory of the target in an image sequence, given only its initial location…

Object TrackingSurveyVisual Object TrackingVisual Tracking

Siamese Natural Language Tracker: Tracking by Natural Language Descriptions with Siamese Trackers

2019-12-04 · CVPR 2021 1 · Qi Feng, Vitaly Ablavsky, Qinxun Bai, Stan Sclaroff

We propose a novel Siamese Natural Language Tracker (SNLT), which brings the advancements in visual tracking to the tracking by natural language (NL) descriptions task. The proposed SNLT is applicable to a wide range of …

GPUObject TrackingRegion ProposalVisual Object Tracking+1

Siamese Keypoint Prediction Network for Visual Object Tracking

2020-06-07 · Qiang Li, Zekui Qin, Wenbo Zhang, Wen Zheng

Visual object tracking aims to estimate the location of an arbitrary target in a video sequence given its initial bounding box. By utilizing offline feature learning, the siamese paradigm has recently been the leading fr…

ObjectObject TrackingPredictionVisual Object Tracking

Efficient Adversarial Attacks for Visual Object Tracking

2020-08-01 · ECCV 2020 8 · Siyuan Liang, Xingxing Wei, Siyuan Yao, Xiaochun Cao

Visual object tracking is an important task that requires the tracker to find the objects quickly and accurately. The existing state-ofthe-art object trackers, i.e., Siamese based trackers, use DNNs to attain high accura…

GPUObjectObject TrackingVisual Object Tracking+1

High Performance Visual Tracking With Siamese Region Proposal Network

2018-06-01 · CVPR 2018 6 · Bo Li, Junjie Yan, Wei Wu, Zheng Zhu 외

Visual object tracking has been a fundamental topic in recent years and many deep learning based trackers have achieved state-of-the-art performance on multiple benchmarks. However, most of these trackers can hardly get …

Object TrackingRegion ProposalVideo Object TrackingVisual Object Tracking+2