CVFeb 3

EventFlash: Towards Efficient MLLMs for Event-Based Vision

arXiv:2602.03230v11 citationsh-index: 3
AI Analysis

This addresses efficiency issues in event-based vision for high-speed and low-light applications, representing an incremental improvement over existing methods.

The paper tackled the high computational cost of event-based multimodal large language models (MLLMs) by proposing EventFlash, which uses spatiotemporal token sparsification to reduce data redundancy, achieving a 12.4x throughput improvement over the baseline while maintaining comparable performance and supporting long-range processing up to 1,000 bins.

Event-based multimodal large language models (MLLMs) enable robust perception in high-speed and low-light scenarios, addressing key limitations of frame-based MLLMs. However, current event-based MLLMs often rely on dense image-like processing paradigms, overlooking the spatiotemporal sparsity of event streams and resulting in high computational cost. In this paper, we propose EventFlash, a novel and efficient MLLM to explore spatiotemporal token sparsification for reducing data redundancy and accelerating inference. Technically, we build EventMind, a large-scale and scene-diverse dataset with over 500k instruction sets, providing both short and long event stream sequences to support our curriculum training strategy. We then present an adaptive temporal window aggregation module for efficient temporal sampling, which adaptively compresses temporal tokens while retaining key temporal cues. Finally, a sparse density-guided attention module is designed to improve spatial token efficiency by selecting informative regions and suppressing empty or sparse areas. Experimental results show that EventFlash achieves a $12.4\times$ throughput improvement over the baseline (EventFlash-Zero) while maintaining comparable performance. It supports long-range event stream processing with up to 1,000 bins, significantly outperforming the 5-bin limit of EventGPT. We believe EventFlash serves as an efficient foundation model for event-based vision.

Foundations

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

Your Notes