BlinkTrack

August 27, 2025 ยท View on GitHub

BlinkTrack & MultiTrack (ICCV 2025)

BlinkTrack: Feature Tracking over 80 FPS via Events and Images

Paper

Weight Weight

MultiTrack MultiTrack

EC-occ_EDS-occ EC-occ_EDS-occ

Abstract

Event cameras, known for their high temporal resolution and ability to capture asynchronous changes, have gained significant attention for their potential in feature tracking, especially in challenging conditions. However, event cameras lack the fine-grained texture information that conventional cameras provide, leading to error accumulation in tracking. To address this, we propose a novel framework, BlinkTrack, which integrates event data with grayscale images for high-frequency feature tracking. Our method extends the traditional Kalman filter into a learning-based framework, utilizing differentiable Kalman filters in both event and image branches. This approach improves single-modality tracking and effectively solves the data association and fusion from asynchronous event and image data. We also introduce new synthetic and augmented datasets to better evaluate our model. Experimental results indicate that BlinkTrack significantly outperforms existing methods, exceeding 80 FPS with multi-modality data and 100 FPS with preprocessed event data.

News

Todo

  • Release the camera-ready version of the paper and supplementary materials
  • Release the pretrained weights
  • Add complete usage guide for BlinkTrack
  • Release the MultiTrack dataset
  • Release the data generation code of MultiTrack
  • Add the full documentation of MultiTrack
  • Release the EC-syn, EDS-syn, EC-occ and EDS-occ dataset
  • Release the data generation code of EC-occ and EDS-occ
  • Add the full documentation of EC-occ and EDS-occ

Citation

If this work is helpful for your research, please consider citing the following BibTeX entry.

@misc{shen2024blinktrackfeaturetracking100,
      title={BlinkTrack: Feature Tracking over 100 FPS via Events and Images}, 
      author={Yichen Shen and Yijin Li and Shuo Chen and Guanglin Li and Zhaoyang Huang and Hujun Bao and Zhaopeng Cui and Guofeng Zhang},
      year={2024},
      eprint={2409.17981},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2409.17981}, 
}

Content

BlinkTrack

  1. Introduction

MultiTrack

  1. Introduction

BlinkTrack

Introduction

BlinkTrack is a Kalman-filter-based framework for feature tracking that effectively solves the data association and fusion from asynchronous event data and image data.

MultiTrack

Introduction

MultiTrack is a dataset with color images, events, occluded tracks, and visibility status.


Acknowledgments

Our work stands on the shoulders of giants. We want to thank the following contributors for our code is based on: