paper-with-me

Papers

Self-Supervised Multi-Object Tracking with Cross-Input Consistency

2021-11-10 · NeurIPS 2021 12 · Favyen Bastani, Songtao He, Sam Madden

In this paper, we propose a self-supervised learning procedure for training a robust multi-object tracking (MOT) model given only unlabeled video. While several self-supervisory learning signals have been proposed in prior work on single-object tracking, such as color propagation and cycle-consistency, these signals cannot be directly applied for training RNN models, which are needed to achieve accurate MOT: they yield degenerate models that, for instance, always match new detections to tracks with the closest initial detections. We propose a novel self-supervisory signal that we call cross-input consistency: we construct two distinct inputs for the same sequence of video, by hiding different information about the sequence in each input. We then compute tracks in that sequence by applying an RNN model independently on each input, and train the model to produce consistent tracks across the two inputs. We evaluate our unsupervised method on MOT17 and KITTI -- remarkably, we find that, despite training only on unlabeled video, our unsupervised approach outperforms four supervised methods published in the last 1--2 years, including Tracktor++, FAMNet, GSM, and mmMOT.

📄 PDF Abstract BibTeX arXiv:2111.05943

Code (1)

favyen/uns20 공식 구현 tf

Tasks

Multi-Object TrackingObject TrackingSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Tracking without Label: Unsupervised Multiple Object Tracking via Contrastive Similarity Learning

2023-01-01 · ICCV 2023 1 · Sha Meng, Dian Shao, Jiacheng Guo, Shan Gao

Unsupervised learning is a challenging task due to the lack of labels. Multiple Object Tracking (MOT), which inevitably suffers from mutual object interference, occlusion, etc., is even more difficult without label s…

Multiple Object TrackingObjectObject Tracking

Uncertainty-aware Self-supervised 3D Data Association

2020-08-18 · Jianren Wang, Siddharth Ancha, Yi-Ting Chen, David Held

3D object trackers usually require training on large amounts of annotated data that is expensive and time-consuming to collect. Instead, we propose leveraging vast unlabeled datasets by self-supervised metric learning of…

Metric LearningObjectobject-detectionObject Detection

S$^3$Track: Self-supervised Tracking with Soft Assignment Flow

2023-05-17 · Fatemeh Azimi, Fahim Mannan, Felix Heide

In this work, we study self-supervised multiple object tracking without using any video-level association labels. We propose to cast the problem of multiple object tracking as learning the frame-wise associations between…

Multiple Object TrackingObjectObject TrackingOptical Flow Estimation

UTOPIA: Unconstrained Tracking Objects without Preliminary Examination via Cross-Domain Adaptation

2023-06-16 · Pha Nguyen, Kha Gia Quach, John Gauch, Samee U. Khan 외

Multiple Object Tracking (MOT) aims to find bounding boxes and identities of targeted objects in consecutive video frames. While fully-supervised MOT methods have achieved high accuracy on existing datasets, they cannot …

Domain AdaptationMultiple Object TrackingObject TrackingSelf-Supervised Learning

Enhanced Object Tracking by Self-Supervised Auxiliary Depth Estimation Learning

2024-05-23 · Zhenyu Wei, Yujie He, Zhanchuan Cai

RGB-D tracking significantly improves the accuracy of object tracking. However, its dependency on real depth inputs and the complexity involved in multi-modal fusion limit its applicability across various scenarios. The …

Depth EstimationMonocular Depth EstimationObject Tracking