paper-with-me

Papers

SUTrack: Towards Simple and Unified Single Object Tracking

2024-12-26 · Xin Chen, Ben Kang, Wanting Geng, Jiawen Zhu, Yi Liu, Dong Wang, Huchuan Lu

In this paper, we propose a simple yet unified single object tracking (SOT) framework, dubbed SUTrack. It consolidates five SOT tasks (RGB-based, RGB-Depth, RGB-Thermal, RGB-Event, RGB-Language Tracking) into a unified model trained in a single session. Due to the distinct nature of the data, current methods typically design individual architectures and train separate models for each task. This fragmentation results in redundant training processes, repetitive technological innovations, and limited cross-modal knowledge sharing. In contrast, SUTrack demonstrates that a single model with a unified input representation can effectively handle various common SOT tasks, eliminating the need for task-specific designs and separate training sessions. Additionally, we introduce a task-recognition auxiliary training strategy and a soft token type embedding to further enhance SUTrack's performance with minimal overhead. Experiments show that SUTrack outperforms previous task-specific counterparts across 11 datasets spanning five SOT tasks. Moreover, we provide a range of models catering edge devices as well as high-performance GPUs, striking a good trade-off between speed and accuracy. We hope SUTrack could serve as a strong foundation for further compelling research into unified tracking models. Code and models are available at github.com/chenxin-dlut/SUTrack.

📄 PDF Abstract BibTeX arXiv:2412.19138

Code (1)

chenxin-dlut/sutrack 공식 구현 pytorch

Tasks

Object TrackingRgb-T 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…
Fragmentation Given a pattern $P,$ that is more complicated than the patterns, we fragment $P$ into simpler patterns such that their exact count is known. In the subgraph GNN proposed earlier,…

Similar Papers 제목 키워드 기반

Exploring Simple 3D Multi-Object Tracking for Autonomous Driving

2021-08-23 · ICCV 2021 10 · Chenxu Luo, Xiaodong Yang, Alan Yuille

3D multi-object tracking in LiDAR point clouds is a key ingredient for self-driving vehicles. Existing methods are predominantly based on the tracking-by-detection pipeline and inevitably require a heuristic matching ste…

3D Multi-Object TrackingAutonomous DrivingMotion EstimationMulti-Object Tracking+4

UTPTrack: Towards Simple and Unified Token Pruning for Visual Tracking

2026-02-27 · Hao Wu, Xudong Wang, Jialiang Zhang, Junlong Tong 외 arxiv

One-stream Transformer-based trackers achieve advanced performance in visual object tracking but suffer from significant computational overhead that hinders real-time deployment. While token pruning offers a path to effi…

Visual Object TrackingVisual Tracking

A unified neural network for object detection, multiple object tracking and vehicle re-identification

2019-07-08 · Yuhao Xu, Jiakui Wang

Deep SORT\cite{wojke2017simple} is a tracking-by-detetion approach to multiple object tracking with a detector and a RE-ID model. Both separately training and inference with the two model is time-comsuming. In this paper…

Multiple Object TrackingObjectobject-detectionObject Detection+3

Unified Transformer Tracker for Object Tracking

2022-03-29 · CVPR 2022 1 · Fan Ma, Mike Zheng Shou, Linchao Zhu, Haoqi Fan 외

As an important area in computer vision, object tracking has formed two separate communities that respectively study Single Object Tracking (SOT) and Multiple Object Tracking (MOT). However, current methods in one tracki…

Multiple Object TrackingObjectObject Tracking

UniSOT: A Unified Framework for Multi-Modality Single Object Tracking

2025-11-03 · Yinchao Ma, Yuyang Tang, Wenfei Yang, Tianzhu Zhang 외 arxiv

Single object tracking aims to localize target object with specific reference modalities (bounding box, natural language or both) in a sequence of specific video modalities (RGB, RGB+Depth, RGB+Thermal or RGB+Event.). Di…

Object TrackingVisual Tracking