Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
arxiv: 2505.01257
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# CAMELTrack
|
| 7 |
+
## Context-Aware Multi-cue ExpLoitation for Online Multi-Object Tracking
|
| 8 |
+
|
| 9 |
+
[](https://arxiv.org/abs/2505.01257)
|
| 10 |
+
[](https://paperswithcode.com/sota/multi-object-tracking-on-dancetrack?p=cameltrack-context-aware-multi-cue-1)
|
| 11 |
+
[](https://paperswithcode.com/sota/multi-object-tracking-on-sportsmot?p=cameltrack-context-aware-multi-cue-1)
|
| 12 |
+
[](https://paperswithcode.com/sota/multi-object-tracking-on-mot17?p=cameltrack-context-aware-multi-cue-1)
|
| 13 |
+
<!---
|
| 14 |
+
Add PoseTrack21 & BEE24
|
| 15 |
+
--->
|
| 16 |
+
|
| 17 |
+
>**[CAMELTrack: Context-Aware Multi-cue ExpLoitation for Online Multi-Object Tracking](https://arxiv.org/abs/2505.01257)**
|
| 18 |
+
>
|
| 19 |
+
>Vladimir Somers, Baptiste Standaert, Victor Joos, Alexandre Alahi, Christophe De Vleeschouwer
|
| 20 |
+
>
|
| 21 |
+
>[*arxiv 2505.01257*](https://arxiv.org/abs/2505.01257)
|
| 22 |
+
|
| 23 |
+
**CAMELTrack** is an **Online Multi-Object Tracker** that learns to associate detections without hand-crafted heuristics.
|
| 24 |
+
It combines multiple tracking cues through a lightweight, fully trainable module and achieves state-of-the-art performance while
|
| 25 |
+
staying modular and fast.
|
| 26 |
+
|
| 27 |
+

|
| 28 |
+
|
| 29 |
+
## 📄 Abstract
|
| 30 |
+
**Online Multi-Object Tracking** has been recently dominated by **Tracking-by-Detection** (TbD) methods, where recent advances
|
| 31 |
+
rely on increasingly sophisticated heuristics for tracklet representation, feature fusion, and multi-stage matching.
|
| 32 |
+
The key strength of TbD lies in its modular design, enabling the integration of specialized off-the-shelf models like
|
| 33 |
+
motion predictors and re-identification. However, the extensive usage of human-crafted rules for temporal associations
|
| 34 |
+
makes these methods inherently limited in their ability to capture the complex interplay between various tracking cues.
|
| 35 |
+
In this work, we introduce **CAMEL**, a novel association module for Context-Aware Multi-Cue ExpLoitation, that learns
|
| 36 |
+
resilient association strategies directly from data, breaking free from hand-crafted heuristics while maintaining TbD's
|
| 37 |
+
valuable modularity.
|