CVSep 6, 2021

Bridging the Gap between Events and Frames through Unsupervised Domain Adaptation

arXiv:2109.02618v259 citations
AI Analysis

This work addresses the problem of limited labeled data for event-based vision, which is crucial for robotic perception in challenging conditions, representing an incremental advance in domain adaptation techniques.

The paper tackles the shortage of labeled datasets for event cameras by proposing an unsupervised domain adaptation method that trains models using labeled images and unlabeled event data, achieving a 0.26 mAP increase (93% improvement) in object detection and 2.7% accuracy gain in classification.

Reliable perception during fast motion maneuvers or in high dynamic range environments is crucial for robotic systems. Since event cameras are robust to these challenging conditions, they have great potential to increase the reliability of robot vision. However, event-based vision has been held back by the shortage of labeled datasets due to the novelty of event cameras. To overcome this drawback, we propose a task transfer method to train models directly with labeled images and unlabeled event data. Compared to previous approaches, (i) our method transfers from single images to events instead of high frame rate videos, and (ii) does not rely on paired sensor data. To achieve this, we leverage the generative event model to split event features into content and motion features. This split enables efficient matching between latent spaces for events and images, which is crucial for successful task transfer. Thus, our approach unlocks the vast amount of existing image datasets for the training of event-based neural networks. Our task transfer method consistently outperforms methods targeting Unsupervised Domain Adaptation for object detection by 0.26 mAP (increase by 93%) and classification by 2.7% accuracy.

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