New Algebraic Metric for Event Cameras Enables SOTIF-Compliant Safety Perception
First task-agnostic quality metric for event cameras using Pearson correlation — a leap for autonomous driving safety.
A new paper from Arthur de Miranda Neto introduces a unified algebraic framework that adapts the Pearson Correlation Coefficient (PCC) for event camera streams, addressing a major gap in safety-critical perception for autonomous driving systems (ADS). Event cameras offer microsecond temporal resolution and 120-140 dB dynamic range, but existing quality metrics require a downstream task (e.g., detection accuracy) to assess stream integrity—a limitation incompatible with ISO 21448 (SOTIF) and ISO/PAS 8800:2024 certification standards. The BiasBench benchmark (CVPR 2025) explicitly flagged this gap.
Neto's framework lifts PCC to three standard event representations: Time Surface, Event Frame, and Voxel Grid, yielding three metrics: r-TS for stream integrity monitoring via ego-motion-predicted Time Surface comparison, r2-EF for adaptive ROI selection using only integer comparisons, and r-VG for temporal redundancy gating. The work establishes a structural isomorphism between the event camera's contrast-threshold mechanism (|ΔL| >= C) and the PCC-based change criterion. Demonstrations on a procedural-synthetic event stream include a tunnel-dip integrity-anomaly scenario where r_C drops from 0.93 (coherent flow) to below 0 (alarm). The paper lays theoretical foundations with empirical validation on real datasets reserved for follow-up work.
- First task-agnostic quality metric for event camera streams, enabling SOTIF and ISO/PAS 8800 certification compliance without requiring downstream task performance.
- Three lifted metrics: r-TS for stream integrity monitoring, r2-EF for adaptive ROI selection, and r-VG for temporal redundancy gating, all derived from Pearson Correlation Coefficient.
- Demonstrated on a synthetic tunnel-dip scenario: stream integrity metric drops from 0.93 to negative values on anomaly, triggering an alarm.
Why It Matters
Enables safety certification of event-camera perception for autonomous vehicles, filling a key gap identified by CVPR 2025 benchmarks.