paper-with-me

Papers

Multi-object Tracking: Decoupling Features to Solve the Contradictory Dilemma of Feature Requirements

2023-02-27 · IEEE Transactions on Circuits and Systems for Video Technology 2023 2 · Yan Jin; Fang Gao; Jun Yu; Jiabao Wang; Feng Shuang

Multi-object tracking achieves the acquisition of target location information and identity information through two subtasks, detection and re-identification (ReID). The existing commonly used one-shot framework has speed advantages, but the two subtasks have different feature requirements, which leads to competitive learning in the training and thus weakens the feature quality. We propose a feature decoupling based multi-object tracking framework FDTrack for contradictory feature requirements. Through the mutual inhibition of the two subtasks, the features of the backbone network are decoupled. Then the decoupled features are self-constrained to enhance effective features. Considering the instability of the target state and the different confidence of the detections, a more reasonable association strategy is employed to maximize the matchings between detections, thus recovering low-confidence targets. FDTrack is extensively tested on the MOT17 and MOT20 benchmarks. The experimental results show that FDTrack surpasses the previous state-of-the-art (SOTA) methods and has good anti-interference and real-time performance. Moreover, our proposed modules have good portability and can be applied in other one-shot trackers to achieve performance improvement.

📄 PDF Abstract BibTeX

Code (1)

2023-MindSpore-1/ms-code-130 mindspore

Tasks

Multi-Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

TR-MOT: Multi-Object Tracking by Reference

2022-03-30 · Mingfei Chen, Yue Liao, Si Liu, Fei Wang 외

Multi-object Tracking (MOT) generally can be split into two sub-tasks, i.e., detection and association. Many previous methods follow the tracking by detection paradigm, which first obtain detections at each frame and the…

Multi-Object TrackingObjectObject Tracking

Quadratic Kalman Filter for Elliptical Extended Object Tracking based on Decoupling State Components

2025-12-16 · Simon Steuernagel, Marcus Baum arxiv

Extended object tracking involves estimating both the physical extent and kinematic parameters of a target object, where typically multiple measurements are observed per time step. In this article, we propose a determini…

Object Tracking

TransTrack: Multiple Object Tracking with Transformer

2020-12-31 · Peize Sun, Jinkun Cao, Yi Jiang, Rufeng Zhang 외

In this work, we propose TransTrack, a simple but efficient scheme to solve the multiple object tracking problems. TransTrack leverages the transformer architecture, which is an attention-based query-key mechanism. It ap…

Multi-Object TrackingMultiple Object TrackingMultiple Object Tracking with TransformerObject+3

Tracking with multi-level features

2016-07-25 · Roberto Henschel, Laura Leal-Taixé, Bodo Rosenhahn, Konrad Schindler

We present a novel formulation of the multiple object tracking problem which integrates low and mid-level features. In particular, we formulate the tracking problem as a quadratic program coupling detections and dense po…

ClusteringMultiple Object TrackingObject Tracking

Learning to Divide and Conquer for Online Multi-Target Tracking

2015-09-14 · ICCV 2015 12 · Francesco Solera, Simone Calderara, Rita Cucchiara

Online Multiple Target Tracking (MTT) is often addressed within the tracking-by-detection paradigm. Detections are previously extracted independently in each frame and then objects trajectories are built by maximizing sp…