CVAILGMay 19, 2025

Dynamic Graph Induced Contour-aware Heat Conduction Network for Event-based Object Detection

arXiv:2505.12908v11 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This work addresses object detection in challenging conditions like low-light and high-speed motion for applications such as robotics and surveillance, representing an incremental improvement over existing methods.

The paper tackles object detection from event-based vision sensors by proposing CvHeat-DET, a model that leverages contour information and multi-scale features to improve accuracy, achieving state-of-the-art results on three benchmark datasets.

Event-based Vision Sensors (EVS) have demonstrated significant advantages over traditional RGB frame-based cameras in low-light conditions, high-speed motion capture, and low latency. Consequently, object detection based on EVS has attracted increasing attention from researchers. Current event stream object detection algorithms are typically built upon Convolutional Neural Networks (CNNs) or Transformers, which either capture limited local features using convolutional filters or incur high computational costs due to the utilization of self-attention. Recently proposed vision heat conduction backbone networks have shown a good balance between efficiency and accuracy; however, these models are not specifically designed for event stream data. They exhibit weak capability in modeling object contour information and fail to exploit the benefits of multi-scale features. To address these issues, this paper proposes a novel dynamic graph induced contour-aware heat conduction network for event stream based object detection, termed CvHeat-DET. The proposed model effectively leverages the clear contour information inherent in event streams to predict the thermal diffusivity coefficients within the heat conduction model, and integrates hierarchical structural graph features to enhance feature learning across multiple scales. Extensive experiments on three benchmark datasets for event stream-based object detection fully validated the effectiveness of the proposed model. The source code of this paper will be released on https://github.com/Event-AHU/OpenEvDET.

Code Implementations1 repo
Foundations

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

Your Notes