victorjoos commited on
Commit
8299358
·
verified ·
1 Parent(s): c03a7c2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2505.01257-<COLOR>.svg)](https://arxiv.org/abs/2505.01257)
10
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/cameltrack-context-aware-multi-cue-1/multi-object-tracking-on-dancetrack)](https://paperswithcode.com/sota/multi-object-tracking-on-dancetrack?p=cameltrack-context-aware-multi-cue-1)
11
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/cameltrack-context-aware-multi-cue-1/multi-object-tracking-on-sportsmot)](https://paperswithcode.com/sota/multi-object-tracking-on-sportsmot?p=cameltrack-context-aware-multi-cue-1)
12
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/cameltrack-context-aware-multi-cue-1/multi-object-tracking-on-mot17)](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
+ ![](https://github.com/user-attachments/assets/706a6b5a-10f5-4464-97bd-266e737ffcc3)
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.