CVJun 18

Neural Events: Discrete Asynchronous Autoencoders for Event-Based Vision

arXiv:2606.198357.8
Predicted impact top 65% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For event-based vision systems, this method addresses the bottleneck of high data throughput by compressing event streams without sacrificing performance.

The paper introduces a framework that re-tokenizes event streams into discrete neural events, achieving comparable or better performance on object detection and classification while reducing event rate by a factor of 2.0.

Event cameras capture dynamic scenes with exceptional temporal fidelity by representing them as a continuous stream of microsecond resolution \textit{events}. Each individual event, however, only carries minimal semantic value, merely signaling a localized brightness change. To derive meaningful signals, downstream algorithms need to quickly integrate cues from a potentially massive torrent of low-information events. Current architectures, however, are easily overwhelmed, struggling to balance capturing fine-grained temporal dynamics and maintaining a manageable data throughput. This paper proposes a framework to re-tokenize event streams into a small set of highly informative \textit{neural events}, each representing a local spatio-temporal context window with a discrete learnable code. Every time this code flips, a neural event is triggered, yielding a highly compressed data stream. We demonstrate that, across object detection and classification, networks trained on neural events are on par or surpass the performance of state-of-the-art approaches while reducing the event rate by a factor of 2.0.

Foundations

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

Your Notes