paper-with-me

Papers

How To Train Your Deep Multi-Object Tracker

2019-06-15 · CVPR 2020 6 · Yihong Xu, Aljosa Osep, Yutong Ban, Radu Horaud, Laura Leal-Taixe, Xavier Alameda-Pineda

The recent trend in vision-based multi-object tracking (MOT) is heading towards leveraging the representational power of deep learning to jointly learn to detect and track objects. However, existing methods train only certain sub-modules using loss functions that often do not correlate with established tracking evaluation measures such as Multi-Object Tracking Accuracy (MOTA) and Precision (MOTP). As these measures are not differentiable, the choice of appropriate loss functions for end-to-end training of multi-object tracking methods is still an open research problem. In this paper, we bridge this gap by proposing a differentiable proxy of MOTA and MOTP, which we combine in a loss function suitable for end-to-end training of deep multi-object trackers. As a key ingredient, we propose a Deep Hungarian Net (DHN) module that approximates the Hungarian matching algorithm. DHN allows estimating the correspondence between object tracks and ground truth objects to compute differentiable proxies of MOTA and MOTP, which are in turn used to optimize deep trackers directly. We experimentally demonstrate that the proposed differentiable framework improves the performance of existing multi-object trackers, and we establish a new state of the art on the MOTChallenge benchmark. Our code is publicly available from https://github.com/yihongXU/deepMOT.

📄 PDF Abstract BibTeX arXiv:1906.06618

Code (2)

yihongXU/deepMOT 공식 구현 pytorch
qingswu/deepmot_mirrored pytorch

Tasks

Multi-Object TrackingMultiple Object TrackingObjectObject Tracking

Similar Papers 제목 키워드 기반

Know Your Surroundings: Exploiting Scene Information for Object Tracking

2020-03-24 · ECCV 2020 8 · Goutam Bhat, Martin Danelljan, Luc van Gool, Radu Timofte

Current state-of-the-art trackers only rely on a target appearance model in order to localize the object in each frame. Such approaches are however prone to fail in case of e.g. fast appearance changes or presence of dis…

Object TrackingVideo Object Tracking

Structure Preserving Object Tracking

2013-06-01 · CVPR 2013 6 · Lu Zhang, Laurens van der Maaten

Model-free trackers can track arbitrary objects based on a single (bounding-box) annotation of the object. Whilst the performance of model-free trackers has recently improved significantly, simultaneously tracking multip…

Multi-Object TrackingObjectObject Tracking

3D-SiamMask: Vision-Based Multi-Rotor Aerial-Vehicle Tracking for a Moving Object

2022-11-14 · Remote Sensing 2022 11 · Mohamad Al Mdfaa, Geesara Kulathunga, Alexandr Klimchik

This paper aims to develop a multi-rotor-based visual tracker for a specified moving object. Visual object-tracking algorithms for multi-rotors are challenging due to multiple issues such as occlusion, quick camera motio…

3D Single Object TrackingDepth EstimationGPUObject+2

You Are Your Best Teacher: Semi-Supervised Surgical Point Tracking with Cycle-Consistent Self-Distillation

2025-05-09 · Valay Bundele, Mehran Hosseinzadeh, Hendrik Lensch

Synthetic datasets have enabled significant progress in point tracking by providing large-scale, densely annotated supervision. However, deploying these models in real-world domains remains challenging due to domain shif…

Point Tracking

Towards Hardware-Agnostic Gaze-Trackers

2020-10-11 · Jatin Sharma, Jon Campbell, Pete Ansell, Jay Beavers 외

Gaze-tracking is a novel way of interacting with computers which allows new scenarios, such as enabling people with motor-neuron disabilities to control their computers or doctors to interact with patient information wit…