Skip to content

Event-AHU/EvRainDrop

Repository files navigation

Event_RainDrop

EvRainDrop: HyperGraph-guided Completion for Effective Frame and Event Stream Aggregation, Futian Wang, Fan Zhang, Xiao Wang*, Mengqi Wang, Dexing Huang, Jin Tang, arXiv:2511.21439

Abstract

Event cameras produce asynchronous event streams that are spatially sparse yet temporally dense. Mainstream event representation learning algorithms typically use event frames, voxels, or tensors as input. Although these approaches have achieved notable progress, they struggle to address the undersampling problem caused by spatial sparsity. In this paper, we propose a novel hypergraph-guided spatio-temporal event stream completion mechanism, which connects event tokens across different times and spatial locations via hypergraphs and leverages contextual information message passing to complete these sparse events. The proposed method can flexibly incorporate RGB tokens as nodes in the hypergraph within this completion framework, enabling multi-modal hypergraph-based information completion. Subsequently, we aggregate hypergraph node information across different time steps through self-attention, enabling effective learning and fusion of multi-modal features. Extensive experiments on both single- and multi-label event classification tasks fully validated the effectiveness of our proposed framework. The source code of this paper will be released upon acceptance.

Configuration

Install env

conda create -n evraindrop python=3.9
conda activate evraindrop
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
pip install -r requirements.txt

Training and Testing

train & test
bash train.sh

Acknowledgement

Citation

If you have any questions about this work, please leave an issue. Also, please give us a star if you think this paper helps your research.

@misc{wang2025EvRainDrop,
      title={EvRainDrop: HyperGraph-guided Completion for Effective Frame and Event Stream Aggregation}, 
      author={Futian Wang and Fan Zhang and Xiao Wang and Mengqi Wang and Dexing Huang and Jin Tang},
      year={2025},
      eprint={2511.21439},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2511.21439}, 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages