paper-with-me

Papers

EventFlash: Towards Efficient MLLMs for Event-Based Vision

2026-02-03 · Shaoyu Liu, Jianing Li, Guanghui Zhao, Yunjian Zhang, Wen Jiang, Ming Li, Xiangyang Ji arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.03230

Code (0)

등록된 구현이 없습니다.

Tasks

Event-based vision

Similar Papers 제목 키워드 기반

EventBench: Towards Comprehensive Benchmarking of Event-based MLLMs

2025-11-23 · Shaoyu Liu, Jianing Li, Guanghui Zhao, Yunjian Zhang 외 arxiv

Multimodal large language models (MLLMs) have made significant advancements in event-based vision, yet the comprehensive evaluation of their capabilities within a unified benchmark remains largely unexplored. In this wor…

Event-based visionSpatial Reasoning

Reconstruction as a Bridge for Event-Based Visual Question Answering

2025-12-12 · Hanyue Lou, Jiayi Zhou, Yang Zhang, Boyu Li 외 arxiv

Integrating event cameras with Multimodal Large Language Models (MLLMs) promises general scene understanding in challenging visual conditions, yet requires navigating a trade-off between preserving the unique advantages …

Visual Question AnsweringScene UnderstandingEvent-based vision

Using Multimodal Large Language Models for Automated Detection of Traffic Safety Critical Events

2024-06-19 · Mohammad Abu Tami, Huthaifa I. Ashqar, Mohammed Elhenawy

Traditional approaches to safety event analysis in autonomous systems have relied on complex machine learning models and extensive datasets for high accuracy and reliability. However, the advent of Multimodal Large Langu…

Few-Shot LearningZero-Shot Learning

VISTA: Enhancing Vision-Text Alignment in MLLMs via Cross-Modal Mutual Information Maximization

2025-05-16 · Mingxiao Li, Na Su, Fang Qu, Zhizhou Zhong 외

Current multimodal large language models (MLLMs) face a critical challenge in modality alignment, often exhibiting a bias towards textual information at the expense of other modalities like vision. This paper conducts a …

cross-modal alignmentMME

Learning to See through Illumination Extremes with Event Streaming in Multimodal Large Language Models

2026-03-29 · Baoheng Zhang, Jiahui Liu, Gui Zhao, Weizhou Zhang 외 arxiv

Multimodal Large Language Models (MLLMs) perform strong vision-language reasoning under standard conditions but fail in extreme illumination, where RGB inputs lose irrevocable structure and semantics. We propose Event-ML…

Visual Reasoning