CVJun 10, 2023

EventCLIP: Adapting CLIP for Event-based Object Recognition

arXiv:2306.06354v340 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the problem of limited large-scale datasets for event camera data, enabling zero-shot and few-shot classification in domains like robotics and autonomous systems, though it is incremental as it adapts an existing model.

The paper tackles the challenge of adapting vision-language models like CLIP for event-based object recognition, achieving state-of-the-art few-shot performance and outperforming existing event classifiers when fine-tuned.

Recent advances in zero-shot and few-shot classification heavily rely on the success of pre-trained vision-language models (VLMs) such as CLIP. Due to a shortage of large-scale datasets, training such models for event camera data remains infeasible. Thus, adapting existing VLMs across modalities to event vision is an important research challenge. In this work, we introduce EventCLIP, a novel approach that utilizes CLIP for zero-shot and few-shot event-based object recognition. We first generalize CLIP's image encoder to event data by converting raw events to 2D grid-based representations. To further enhance performance, we propose a feature adapter to aggregate temporal information over event frames and refine text embeddings to better align with the visual inputs. We evaluate EventCLIP on N-Caltech, N-Cars, and N-ImageNet datasets, achieving state-of-the-art few-shot performance. When fine-tuned on the entire dataset, our method outperforms all existing event classifiers. Moreover, we explore practical applications of EventCLIP including robust event classification and label-free event recognition, where our approach surpasses previous baselines designed specifically for these tasks.

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