File size: 2,419 Bytes
a834971
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8531e36
 
a834971
 
 
 
 
8531e36
 
995d1a2
 
a834971
 
337ba19
80e61be
a834971
 
 
 
 
337ba19
a834971
 
 
 
337ba19
a834971
 
 
 
 
709b2fb
a834971
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80e61be
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
license: apache-2.0
tags:
  - multi-object-tracking
  - DETR
  - computer-vision
  - CVPR2026
datasets:
  - DanceTrack
  - SportsMOT
  - BFT
language:
  - en
---

# FDTA: From Detection to Association

[![arXiv](https://img.shields.io/badge/ArXiv-2512.02392-B31B1B.svg)](https://arxiv.org/abs/2512.02392)
[![GitHub](https://img.shields.io/badge/GitHub-FDTA-blue?logo=github)](https://github.com/Spongebobbbbbbbb/FDTA)

Official model weights for the paper **"From Detection to Association: Learning Discriminative Object Embeddings for Multi-Object Tracking"** (CVPR 2026).

![image](https://cdn-uploads.huggingface.co/production/uploads/663063e9ce65a66ed8d90aff/jY6efxZCU3eWPWXi8Mp65.png)

> **TL;DR.** We reveal that DETR-based end-to-end MOT suffers from overly similar object embeddings. FDTA explicitly enhances discriminativeness in this paradigm.


## Available Checkpoints

| File | Dataset | 
|------|---------|
| `dancetrack.pth` | DanceTrack |
| `sportsmot.pth` | SportsMOT | 

## Main Results
**DanceTrack**

| Training Data | HOTA | IDF1 | AssA | MOTA | DetA |
|---------------|------|------|------|------|------|
| train         | 71.7 | 77.2 | 63.5 | 91.3 | 81.0 |
| train+val     | 74.4 | 80.0 | 67.0 | 92.2 | 82.7 |

**SportsMOT**
| Training Data | HOTA | IDF1 | AssA | MOTA | DetA |
|---------------|------|------|------|------|------|
| train         | 74.2 | 78.5 | 65.5 | 93.0 | 84.1 |

**BFT**
| Training Data | HOTA | IDF1 | AssA | MOTA | DetA |
|---------------|------|------|------|------|------|
| train         | 72.2 | 84.2 | 74.5 | 78.2 | 70.1 |

## Usage
**Download Checkpoints**
```python
from huggingface_hub import hf_hub_download

# Download the DanceTrack checkpoint
ckpt_path = hf_hub_download(
    repo_id="Spongebobbbbbbbb/FDTA",
    filename="dancetrack.pth",
    local_dir="./checkpoints/"
)
```
For full training and evaluation instructions, please refer to the [GitHub repository](https://github.com/Spongebobbbbbbbb/FDTA).

## Citation
```bibtex
@article{shao2025fdta,
  title={From Detection to Association: Learning Discriminative Object Embeddings for Multi-Object Tracking},
  author={Shao, Yuqing and Yang, Yuchen and Yu, Rui and Li, Weilong and Guo, Xu and Yan, Huaicheng and Wang, Wei and Sun, Xiao},
  journal={arXiv preprint arXiv:2512.02392},
  year={2025}
}
```

## License
This project is released under the [MIT License](https://opensource.org/licenses/MIT).