Papers
Topics
Authors
Recent
Search
2000 character limit reached

Match-Any-Events: Zero-Shot Motion-Robust Feature Matching Across Wide Baselines for Event Cameras

Published 20 Apr 2026 in cs.CV | (2604.18744v1)

Abstract: Event cameras have recently shown promising capabilities in instantaneous motion estimation due to their robustness to low light and fast motions. However, computing wide-baseline correspondence between two arbitrary views remains a significant challenge, since event appearance changes substantially with motion, and learning-based approaches are constrained by both scalability and limited wide-baseline supervision. We therefore introduce the first event matching model that achieves cross-dataset wide-baseline correspondence in a zero-shot manner: a single model trained once is deployed on unseen datasets without any target-domain fine-tuning or adaptation. To enable this capability, we introduce a motion-robust and computationally efficient attention backbone that learns multi-timescale features from event streams, augmented with sparsity-aware event token selection, making large-scale training on diverse wide-baseline supervision computationally feasible. To provide the supervision needed for wide-baseline generalization, we develop a robust event motion synthesis framework to generate large-scale event-matching datasets with augmented viewpoints, modalities, and motions. Extensive experiments across multiple benchmarks show that our framework achieves a 37.7% improvement over the previous best event feature matching methods. Code and data are available at: https://github.com/spikelab-jhu/Match-Any-Events.

Summary

  • The paper presents a novel framework achieving zeroโ€shot wideโ€baseline matching for event cameras without target-domain adaptation.
  • It employs multi-timescale voxel encoding combined with a Temporal Aggregation Transformer to fuse fine spatial detail with robust motion handling.
  • Experimental results show a 37.7% improvement in matching performance and enhanced 3D reconstructions for event-based vision systems.

Match-Any-Events: Zero-Shot, Motion-Robust Feature Matching for Event Cameras

Problem Formulation and Motivation

Event cameras provide high temporal resolution and robustness to challenging illumination and fast motion, yet struggle with wide-baseline matching, especially under zero-shot settings. Unlike frame-based image matchingโ€”where deep learning methods have enabled robust correspondence across dramatic viewpoint changesโ€”event-based matching has been hampered by non-uniform motion profiles, hand-crafted event encodings, a lack of diverse datasets, and prohibitively expensive attention mechanisms. This work introduces the first model that achieves generalizable, zero-shot wide-baseline correspondence for event cameras, without requiring target-domain adaptation or fine-tuning.

Methodology

The proposed pipeline integrates multi-timescale event encoding, efficient spatiotemporal feature aggregation, sparsity-aware token selection, and progressive matching. The core architectural innovations and training datasets are summarized below.

Multi-Timescale Event Representation

Instead of 2D event frames or time surfaces, the event stream is converted into a voxel representation with logarithmic temporal binning. This preserves fine temporal information and enables scalable tokenization for transformer architectures. Each event stream is divided into multiple bins across time, yielding rich spatiotemporal tokens that retain dynamic texture and motion data. Figure 1

Figure 1: The event matching pipeline: event slices are binned to multi-scale voxels, processed by separable temporal aggregation transformer and sparsity-aware token selection, then iteratively matched with ViT+DPT features.

Temporal Aggregation Transformer

The Temporal Aggregation Transformer (TAg) module decomposes attention into separable spatial and temporal components. Spatial attention operates within each temporal bin, while temporal attention aggregates across bins for each spatial location. This reduces attention complexity from O((THW)2)O((T H W)^2) to O(T(HW)2+HWT2)O(T(HW)^2 + HW T^2). Aggregation is performed via querying features from the finest temporal resolution and fusing keys from coarser scales. This enables both sharp spatial details and robustness to varying motion speeds. Figure 2

Figure 2: Visualization of temporal attention weights; the network attends to texture-rich regions at short temporal scales and low-texture regions at longer scales.

Sparsity-Aware Event Token Selection (SETS)

Given the sparsity of event data, the SETS module adaptively prunes redundant tokens by learning halting scores at each temporal step. These scores modulate the spatial attention map, suppressing uninformative regions and reducing computational cost. The ponder loss, which penalizes unnecessary processing, enforces efficiency without sacrificing predictive accuracy. Figure 3

Figure 3: Visualization of halted tokens at each temporal step; spatially blurry regions are increasingly pruned as temporal information accumulates.

Iterative Matching and Loss Functions

Matching proceeds in a coarse-to-fine manner: coarse features are alternately cross- and self-attended, then refined using mutual nearest neighbors (MNN). The loss combines coarse/fine cross-entropy, L2\mathcal{L}_2 refinement for subpixel accuracy, and the ponder loss from SETS.

Datasets and Wide-Baseline Supervision

Two new datasets are introduced:

  • E-MegaDepth: Synthetic event streams generated from the MegaDepth dataset with diverse viewpoint changes and motions, comprising โˆผ3M pairs for training.
  • ECM (Event Cross Matching): Real hetero-stereo event-image dataset with synchronized RGB and event streams, annotated using bundle-adjusted poses and dense depth from the latest foundation models.

These datasets provide large-scale supervision for wide-baseline matching unavailable to prior works.

Experimental Results

Comprehensive evaluation across ECM, M3ED, and EDS datasets demonstrates state-of-the-art performance:

  • Match-Any-Events outperforms the previous best (SuperEvent) by 37.7% in zero-shot wide-baseline matching, achieving robust event-to-event and event-to-image correspondence with no need for test-time adaptation.
  • On the EDS indoor dataset, Match-Any-Events achieves 40.4 AUC@5ยฐ for pose estimation, compared to 25.4 for SuperEvent.
  • The SETS module reduces spatial attention compute by 21.5% with minimal accuracy loss. Figure 4

    Figure 4: Qualitative results for Match-Any-Events vs. VGGT and SuperEvent; Match-Any-Events produces denser, lower-error matches, with green inliers and red outliers.

    Figure 5

Figure 5

Figure 5: Match-Any-Events accurately matches across wide baselines between images and events.

Structure-from-Motion and 3D Reconstruction

Using event-only data, the model enables robust incremental SfM pipelines, delivering denser and more accurate reconstructions and camera poses compared to previous event-based methods. Figure 6

Figure 6

Figure 6: Structure-from-Motion with event matching; Match-Any-Events (right) yields more consistent camera poses and denser point clouds than SuperEvent (left).

Discussion and Implications

The work addresses persistent bottlenecks in event-camera matching: scalable architectural design, synthetic and real supervision for wide-baseline correspondence, and efficiency under sparse, noisy data. The zero-shot generalization marks a significant step toward foundation models for event-based multimodal matching, critical for visual SLAM, loop closure, and cross-modal sensor fusion. The presented approach sets a new standard for event matching, both theoretically in terms of model design and practically in supporting robust, real-world deployments. Figure 2

Figure 2: Temporal attention adapts dynamically across spatial and temporal scales, enabling robustness to varying motion and texture.

Figure 3

Figure 3: SETS efficiently prunes tokens over time, focusing computation on informative regions.

Future Directions

The generalizable, zero-shot paradigm for wide-baseline event matching opens several avenues:

  • Extending foundation models for event cameras to semantic correspondence and object recognition tasks
  • Scaling up synthetic and real-world data generation for more diverse scenarios (e.g., outdoor, industrial environments)
  • Hardware-efficient transformer deployments via further token selection and pruning
  • Deep integration of event and frame modalities for unified, multimodal SLAM and perception

Conclusion

Match-Any-Events introduces the first scalable, generalizable event matching framework with robust zero-shot performance across wide baselines and modalities. The combination of efficient spatiotemporal transformers, adaptive token selection, and broad supervision achieves superior matching, pose estimation, and 3D reconstruction. The work has significant implications for multimodal sensor fusion, real-time robotics, and foundational event-based vision models in AI.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 4 tweets with 39 likes about this paper.