ECCV 2026

EVEE

Event-Based Online Adaptation for Matching on Unknown Targets

Zejing Zhao iD , Cheng Ju iD , Yanwen Zhang iD , Akio Namiki iD

Robotics Lab. (Namiki Lab.), Chiba University

Core Idea

Events become online supervision

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

Overall EVEE structure

Method

EVB

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.

TraW

Training Warehouse

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

Parallel trial, shared best weight.

Live explainer

Results in motion

Browse TUD-L, NAVI-MultiView, and three public real event-camera sequences. Each visualization stays paired with its own quantitative comparison.

05 experiment views
one synchronized story
68.7 Average result on NAVI and TUD-L
51.3 FPS Online matching speed
14.52 FPS Online adaptation speed
+4.4% Gain over the second-best method on public event-camera data

Acknowledgements

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

Cite EVEE

@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}
}