paper-with-me

홈 › Papers

Tracking-by-Trackers with a Distilled and Reinforced Model

2020-07-08 · Matteo Dunnhofer, Niki Martinel, Christian Micheloni

Visual object tracking was generally tackled by reasoning independently on fast processing algorithms, accurate online adaptation methods, and fusion of trackers. In this paper, we unify such goals by proposing a novel tracking methodology that takes advantage of other visual trackers, offline and online. A compact student model is trained via the marriage of knowledge distillation and reinforcement learning. The first allows to transfer and compress tracking knowledge of other trackers. The second enables the learning of evaluation measures which are then exploited online. After learning, the student can be ultimately used to build (i) a very fast single-shot tracker, (ii) a tracker with a simple and effective online adaptation mechanism, (iii) a tracker that performs fusion of other trackers. Extensive validation shows that the proposed algorithms compete with real-time state-of-the-art trackers.

📄 PDF Abstract BibTeX arXiv:2007.04108

Code (1)

dontfollowmeimcrazy/vot-kd-rl 공식 구현 pytorch

Tasks

Knowledge DistillationObject TrackingVideo Object TrackingVisual Object 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.…

Similar Papers 제목 키워드 기반

Distilled Siamese Networks for Visual Tracking

2019-07-24 · Jianbing Shen, Yuanpei Liu, Xingping Dong, Xiankai Lu 외

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 …

Knowledge DistillationObject TrackingVisual Tracking

A Distractor-Aware Memory for Visual Object Tracking with SAM2

2024-11-26 · CVPR 2025 1 · Jovana Videnovic, Alan Lukezic, Matej Kristan

Memory-based trackers are video object segmentation methods that form the target model by concatenating recently tracked frames into a memory buffer and localize the target by attending the current image to the buffered …

Object TrackingSemi-Supervised Video Object SegmentationVisual Object TrackingVisual Tracking

Weakly-Supervised Domain Adaptation of Deep Regression Trackers via Reinforced Knowledge Distillation

2021-03-26 · Matteo Dunnhofer, Niki Martinel, Christian Micheloni

Deep regression trackers are among the fastest tracking algorithms available, and therefore suitable for real-time robotic applications. However, their accuracy is inadequate in many domains due to distribution shift and…

Domain AdaptationKnowledge DistillationregressionVisual Object Tracking

Handcrafted and Deep Trackers: Recent Visual Object Tracking Approaches and Trends

2018-12-06 · Mustansar Fiaz, Arif Mahmood, Sajid Javed, Soon Ki Jung

In recent years visual object tracking has become a very active research area. An increasing number of tracking algorithms are being proposed each year. It is because tracking has wide applications in various real world …

Autonomous VehiclesObject TrackingVisual Object 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