SOTAVerified

N-ImageNet: Towards Robust, Fine-Grained Object Recognition with Event Cameras

2021-12-02ICCV 2021Code Available1· sign in to hype

Junho Kim, Jaehyeok Bae, Gangin Park, Dongsu Zhang, Young Min Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce N-ImageNet, a large-scale dataset targeted for robust, fine-grained object recognition with event cameras. The dataset is collected using programmable hardware in which an event camera consistently moves around a monitor displaying images from ImageNet. N-ImageNet serves as a challenging benchmark for event-based object recognition, due to its large number of classes and samples. We empirically show that pretraining on N-ImageNet improves the performance of event-based classifiers and helps them learn with few labeled data. In addition, we present several variants of N-ImageNet to test the robustness of event-based classifiers under diverse camera trajectories and severe lighting conditions, and propose a novel event representation to alleviate the performance degradation. To the best of our knowledge, we are the first to quantitatively investigate the consequences caused by various environmental conditions on event-based object recognition algorithms. N-ImageNet and its variants are expected to guide practical implementations for deploying event-based object recognition algorithms in the real world.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
N-ImageNetTime SurfaceAccuracy (%)44.32Unverified
N-ImageNetSorted Time SurfaceAccuracy (%)47.9Unverified
N-ImageNetEvent HistogramAccuracy (%)47.73Unverified
N-ImageNetHATSAccuracy (%)47.14Unverified
N-ImageNetBinary Event ImageAccuracy (%)46.36Unverified
N-ImageNetTimestamp ImageAccuracy (%)45.86Unverified
N-ImageNetEvent ImageAccuracy (%)45.77Unverified
N-ImageNetEvent Spike TensorAccuracy (%)48.93Unverified
N-ImageNetDiSTAccuracy (%)48.43Unverified
N-ImageNet (mini)Event HistogramAccuracy (%)61.02Unverified
N-ImageNet (mini)Timestamp ImageAccuracy (%)60.46Unverified
N-ImageNet (mini)DiSTAccuracy (%)59.74Unverified
N-ImageNet (mini)Sorted Time SurfaceAccuracy (%)58.38Unverified
N-ImageNet (mini)Binary Event ImageAccuracy (%)53.52Unverified
N-ImageNet (mini)Event ImgeAccuracy (%)61.42Unverified

Reproductions