CVPR 2026
TL;DR: We first present a novel calibration framework for event cameras that directly detects checkerboard corners and extends detection to fiducial tags such as AprilTags!
🔍 Key insight: Checkerboard corners induce a vanishing event rate (ER). We mathematically analyze this phenomenon and utilize it as a reliable cue for event camera calibration.
The conventional checkerboard-based calibration for standard cameras faces fundamental limitations when applied to bio-inspired event cameras. Specifically, this stems from two challenges: (i) Events are triggered asynchronously at different timestamps along motion trajectories. If we accumulate them directly on the image plane, it causes temporal misalignment and produces blurred edges. Directly accumulating them on the image plane causes temporal misalignment and produces blurred edges. (ii) Checkerboard corners on event cameras show near-zero event occurrence at the corner itself. This hinders reliable corner localization and makes calibration difficult. To address these issues, we present a novel calibration framework that directly detects checkerboard corners from event data. We first mathematically analyze the absence of events at corner points. Based on this fact, we then leverage edge-driven event cues to initialize corner positions. Using the near-zero event occurrence at checkerboard corners, we gradually refine the estimated corner toward low event-density regions, achieving sub-pixel accuracy. Furthermore, we extend the corner detection to fiducial markers such as AprilTags, resulting in reliable detection even under partial visibility or occlusion. Evaluations on self-collected and public data demonstrate reliable checkerboard corner detection and stable camera calibration.
We first convert raw event steam into an IWE (Image of Warped Events) by warping events along motion vector. Given IWE, we initialize checkerboard corners by leveraging reliable edge cues, and then refine them toward the local minimum of event density to obtain sub-pixel accuracy. The refined corners are fed into the batch optimization process to estimate the camera parameters. Moreover, we show that our framework generalizes to other fiducial markers, such as AprilTags, allowing for robust tag identification even under partial occlusion
We show that our method can reliably detect checkerboard corners under various grid sizes, board poses, and cluttered backgrounds. The detected corners are refined toward low event-density regions, achieving sub-pixel accuracy.
We demonstrate that our method reliably detects AprilTags across various tag sizes, IDs, and poses. Using these results, we can index corners and perform camera calibration even under partial observation, which is not possible with checkerboard.
We evaluate our method on self-collected real-world data. Since there are no ground truth camera parameters in real-world scenarios, we evaluate calibration stability by measuring the standard deviation of the estimated camera parameters across multiple trials. Our method demonstrates higher calibration stability than E2Calib, which reconstructs grayscale images using E2VID and detects corners using OpenCV. Notably, our method achieves performance comparable to frame-based calibration, which we use as pseudo ground truth.
We evaluate our method on synthetic datasets generated using Blender and ESIM. Synthetic data enables a direct comparison with circular pattern-based calibration, which is one of the most widely used calibration approaches for event cameras. Our method achieves significantly higher accuracy than the circular pattern-based calibration method, which suffers from unreliable circle center detection. Furthermore, our method outperforms calibration approaches based on E2VID and HyperE2VID, which reconstruct grayscale images from event streams and subsequently detect corners using OpenCV. The performance gap arises because our method detects corners directly from event data, whereas reconstruction-based methods are inherently affected by reconstruction errors that degrade corner localization accuracy.
@InProceedings{ryu2026corner2tag,
author = {Taehun Ryu and Changwoo Kang and Kyungdon Joo},
title = {From Corners to Fiducial Tags: Revisiting Checkerboard Calibration for Event Cameras},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {},
year = {2026},
pages = {}
}