CVJun 28, 2024

Efficient Event Stream Super-Resolution with Recursive Multi-Branch Fusion

arXiv:2406.19640v17 citationsHas Code
Originality Incremental advance
AI Analysis

This work improves event stream processing for applications like object recognition and video reconstruction, though it appears incremental as it builds on existing ESR methods with specific architectural enhancements.

The paper tackles the problem of event stream super-resolution by addressing the inefficient mixing of positive and negative events, proposing RMFNet to separate and fuse them for better detail retention, resulting in over 17% and 31% improvement on datasets with a 2.3X speedup.

Current Event Stream Super-Resolution (ESR) methods overlook the redundant and complementary information present in positive and negative events within the event stream, employing a direct mixing approach for super-resolution, which may lead to detail loss and inefficiency. To address these issues, we propose an efficient Recursive Multi-Branch Information Fusion Network (RMFNet) that separates positive and negative events for complementary information extraction, followed by mutual supplementation and refinement. Particularly, we introduce Feature Fusion Modules (FFM) and Feature Exchange Modules (FEM). FFM is designed for the fusion of contextual information within neighboring event streams, leveraging the coupling relationship between positive and negative events to alleviate the misleading of noises in the respective branches. FEM efficiently promotes the fusion and exchange of information between positive and negative branches, enabling superior local information enhancement and global information complementation. Experimental results demonstrate that our approach achieves over 17% and 31% improvement on synthetic and real datasets, accompanied by a 2.3X acceleration. Furthermore, we evaluate our method on two downstream event-driven applications, \emph{i.e.}, object recognition and video reconstruction, achieving remarkable results that outperform existing methods. Our code and Supplementary Material are available at https://github.com/Lqm26/RMFNet.

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