Skip to content

Event-AHU/FEMOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RGB-Event based Multi-Object Tracking

  • FEMOT: Multi-Object Tracking using Frame and Event Cameras, Shiao Wang, Xiao Wang, Chao Wang, Yitao Li, Menghao Liu, Bo Jiang, Yaowei Wang, Yonghong Tian, Jin Tang [Paper] [Code]

🎯 Abstract

Conventional RGB cameras have been widely used in multi-object tracking due to their ability to capture rich appearance and semantic information. However, their performance is often degraded under complex real-world challenges, such as motion blur, low illumination, and overexposure. Bio-inspired event cameras offer high temporal resolution and high dynamic range, providing complementary cues under extreme scenarios. Nevertheless, RGB-event multi-object tracking remains underexplored due to the lack of large-scale and well-annotated datasets. To address this issue, we propose FEMOT, a large-scale RGB-event multi-object tracking dataset that covers diverse real-world scenarios and 14 challenging attributes. With both RGB and event data as well as high-quality annotations, FEMOT provides a reliable platform for systematically evaluating RGB-event multi-object tracking methods. Based on FEMOT, we retrain and evaluate over ten strong trackers, thereby establishing a comprehensive benchmark for future research. Furthermore, we propose FEMOTR, a multimodal tracking framework that decouples RGB and event features and fuses them in the frequency domain, thereby effectively exploiting their complementary characteristics for robust object localization and identity association. Extensive experiments on FEMOT and DSEC-MOT datasets demonstrate the effectiveness of the proposed method.

First_Image

💥 Update Log

  • 🔥 [2026.06.18] arXiv paper, dataset, and benchmark results are all released [arXiv]

🔨 Environment

conda create -n FEMOT python=3.10
conda activate FEMOT
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
conda install matplotlib pyyaml scipy tqdm tensorboard
pip install opencv-python

Download pre-trained Deformable_DETR and put it under the project homepage.

Download the trained model weights from [checkpoint_12.pth] and put it under $/outputs/FEMOT/ for testing directly. Please note that training must be run first to generate a configuration file before testing.

Train & Test

# train
bash train.sh

# test
bash test.sh

📀 FEMOT Dataset

DATASET_Attributes

💾 Baidu Netdisk: FEMOT_Dataset

💾 Dropbox: [FEMOT_Dataset]

The directory should have the following format:

├── FEMOT_Dataset
    ├── labels_with_ids
    ├── annotations
    ├── seqmaps
    ├── train (70 sequences)
        ├── dvSave-2024_06_03_19_25_56
            ├── dvSave-2024_06_03_19_25_56_aps
            ├── dvSave-2024_06_03_19_25_56_dvs
            ├── gt
            ├── det
            ├── seqinfo.ini
        ├── ... 
    ├── test (10 sequences)
        ├── dvSave-2024_06_04_18_07_37
            ├── dvSave-2024_06_04_18_07_37_aps
            ├── dvSave-2024_06_04_18_07_37_dvs
            ├── gt
            ├── det
            ├── seqinfo.ini
        ├── ...
    ├── val (10 sequences)
        ├── dvSave-2024_06_04_17_29_44
            ├── dvSave-2024_06_04_17_29_44_aps
            ├── dvSave-2024_06_04_17_29_44_dvs
            ├── gt
            ├── det
            ├── seqinfo.ini
        ├── ...

Benchmark_result

💘 Acknowledgement

📰 Citation

If you find this work useful for your research, please give us a star and cite the following papers:

@misc{wang2026femot,
      title={FEMOT: Multi-Object Tracking using Frame and Event Cameras}, 
      author={Shiao Wang and Xiao Wang and Chao Wang and Yitao Li and Menghao Liu and Bo Jiang and Yaowei Wang and Yonghong Tian and Jin Tang},
      year={2026},
      eprint={2606.14094},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2606.14094}, 
}


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors