BiasBench: A reproducible benchmark for tuning the biases of event cameras
Andreas Ziegler, David Joseph, Thomas Gossard, Emil Moldovan, Andreas Zell
TL;DR
BiasBench addresses the need for reproducible bias tuning in event cameras by introducing a benchmark dataset with grid-like bias settings across three scenes and scene-specific quality metrics. The authors frame bias tuning as an imitation-learning problem and provide a TD3+BC baseline that learns online bias adjustments from expert demonstrations, using a ResNet50-based feature extractor on accumulated ON/OFF event frames. The dataset enables evaluation of how biases influence downstream tasks (e.g., tracking, frequency estimation, VO) beyond simple event-rate metrics, and demonstrates that bias choice materially affects task performance even when raw event streams look similar. The work facilitates systematic development of bias-tuning algorithms and highlights practical design choices, such as accumulation time and feature extractor, that impact learning efficiency and generalization. Overall, BiasBench offers a practical, reproducible path toward automated bias configuration for real-world event-camera applications, with potential to accelerate robustness and performance in robotics and navigation tasks.
Abstract
Event-based cameras are bio-inspired sensors that detect light changes asynchronously for each pixel. They are increasingly used in fields like computer vision and robotics because of several advantages over traditional frame-based cameras, such as high temporal resolution, low latency, and high dynamic range. As with any camera, the output's quality depends on how well the camera's settings, called biases for event-based cameras, are configured. While frame-based cameras have advanced automatic configuration algorithms, there are very few such tools for tuning these biases. A systematic testing framework would require observing the same scene with different biases, which is tricky since event cameras only generate events when there is movement. Event simulators exist, but since biases heavily depend on the electrical circuit and the pixel design, available simulators are not well suited for bias tuning. To allow reproducibility, we present BiasBench, a novel event dataset containing multiple scenes with settings sampled in a grid-like pattern. We present three different scenes, each with a quality metric of the downstream application. Additionally, we present a novel, RL-based method to facilitate online bias adjustments.
