Table of Contents
Fetching ...

EventFlash: Towards Efficient MLLMs for Event-Based Vision

Shaoyu Liu, Jianing Li, Guanghui Zhao, Yunjian Zhang, Wen Jiang, Ming Li, Xiangyang Ji

TL;DR

EventFlash tackles the inefficiency of event-based MLLMs by introducing spatiotemporal token sparsification. It combines adaptive temporal window aggregation and sparse density-guided attention to compress temporal and prune spatial tokens, respectively, and is trained via a short-to-long curriculum on the 500k-sample EventMind dataset. The approach achieves a 12.4× throughput improvement over a baseline while supporting long-range event streams up to 1,000 bins and demonstrates strong open-ended generation and reasoning in challenging scenarios. This framework, complemented by the large EventMind dataset, offers a practical and scalable foundation for real-time, event-based vision with multimodal reasoning capabilities.

Abstract

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.

EventFlash: Towards Efficient MLLMs for Event-Based Vision

TL;DR

EventFlash tackles the inefficiency of event-based MLLMs by introducing spatiotemporal token sparsification. It combines adaptive temporal window aggregation and sparse density-guided attention to compress temporal and prune spatial tokens, respectively, and is trained via a short-to-long curriculum on the 500k-sample EventMind dataset. The approach achieves a 12.4× throughput improvement over a baseline while supporting long-range event streams up to 1,000 bins and demonstrates strong open-ended generation and reasoning in challenging scenarios. This framework, complemented by the large EventMind dataset, offers a practical and scalable foundation for real-time, event-based vision with multimodal reasoning capabilities.

Abstract

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 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.
Paper Structure (14 sections, 8 equations, 6 figures, 5 tables)

This paper contains 14 sections, 8 equations, 6 figures, 5 tables.

Figures (6)

  • Figure 1: Instructions and data statistics of our EventMind. (a) Seven tasks instructions for event stream understanding. (b) Data distributions of each task. (c) Data distributions of the three stages.
  • Figure 2: The pipeline of efficient MLLMs (EventFlash). The adaptive temporal window aggregation module is presented for efficient temporal sampling, which adaptively compresses temporal tokens while retaining key temporal cues. Besides, the sparse density-guided attention module is designed to improve spatial token by selecting informative regions and suppressing empty or sparse areas.
  • Figure 3: The architecture of the sparse density-guided attention module. It enhances spatial token efficiency by selecting informative regions and suppressing empty or low-density areas.
  • Figure 4: Representative visualization tests on motion captioning and multiple-choice question answering (MCQA) are conducted in high-speed scenarios. Our EventFlash demonstrates superior accuracy in recognizing fast-moving objects, such as a sudden bullet being fired at a doll.
  • Figure 5: Representative visualization tests on event questioning answering (QA) and scene caption are conducted in low-light scenarios. EventFlash showcases strong scene description and reasoning capabilities, such as identifying a car in a nighttime scene where it is barely visible on RGB images.
  • ...and 1 more figures