Event Voting Bank
EVB keeps event-derived foreground and background voting memory. Consistent target activity is reinforced over time, while short-lived background noise is forgotten before matching.
ECCV 2026
Event-Based Online Adaptation for Matching on Unknown Targets
Core Idea
Offline-trained local feature detectors and matchers often degrade on unknown targets because training data cannot cover every future object appearance and structural variation. EVEE uses event streams as proxy supervision to adapt a lightweight keypoint head online, enabling label-free target-specific feature learning during deployment.
The framework combines Training Warehouse for fast adaptation, the temporal voting bank for foreground and background memory, and ReWeight for reliability-aware correspondence filtering. Together, they improve unknown-target matching and pose estimation while keeping real-time matching speed.
Overview
Method
EVB keeps event-derived foreground and background voting memory. Consistent target activity is reinforced over time, while short-lived background noise is forgotten before matching.
TraW runs multiple online training threads in parallel. The thread with the lowest loss becomes the current best weight, then all threads continue from that stronger checkpoint for the next update.
ReWeight is kept as a compact matching gate after adaptation, but the project page focuses on EVB and TraW because they explain the main online behavior of EVEE.
How TraW works
Results in motion
Browse TUD-L, NAVI-MultiView, and three public real event-camera sequences. Each visualization stays paired with its own quantitative comparison.
Acknowledgements
This work was supported by Japan Science and Technology Agency Support for Pioneering Research Initiated by the Next Generation (JST SPRING) under Grant Number JPMJSP2109.
Citation
@inproceedings{evee2026,
title = {EVEE: Event-Based Online Adaptation for Matching on Unknown Targets},
author = {Zhao, Zejing and Ju, Cheng and Zhang, Yanwen and Namiki, Akio},
booktitle = {European Conference on Computer Vision},
year = {2026}
}