CVMay 12, 2025

Asynchronous Multi-Object Tracking with an Event Camera

arXiv:2505.08126v14 citationsh-index: 7Has CodeICRA
Originality Highly original
AI Analysis

This work addresses the challenge of real-time multi-object tracking for robotics in highly dynamic scenarios, representing a strong specific gain in event-based vision.

The paper tackles the problem of detecting and tracking multiple objects in dynamic environments using event cameras, presenting the AEMOT algorithm that processes events asynchronously and achieves over 37% higher precision and recall than alternative methods on a new Bee Swarm Dataset.

Events cameras are ideal sensors for enabling robots to detect and track objects in highly dynamic environments due to their low latency output, high temporal resolution, and high dynamic range. In this paper, we present the Asynchronous Event Multi-Object Tracking (AEMOT) algorithm for detecting and tracking multiple objects by processing individual raw events asynchronously. AEMOT detects salient event blob features by identifying regions of consistent optical flow using a novel Field of Active Flow Directions built from the Surface of Active Events. Detected features are tracked as candidate objects using the recently proposed Asynchronous Event Blob (AEB) tracker in order to construct small intensity patches of each candidate object. A novel learnt validation stage promotes or discards candidate objects based on classification of their intensity patches, with promoted objects having their position, velocity, size, and orientation estimated at their event rate. We evaluate AEMOT on a new Bee Swarm Dataset, where it tracks dozens of small bees with precision and recall performance exceeding that of alternative event-based detection and tracking algorithms by over 37%. Source code and the labelled event Bee Swarm Dataset will be open sourced

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes