Summary
EventCLIP, a novel approach that utilizes CLIP for zero-shot and few-shot event-based object recognition. CLIP’s image encoder is generalized to event data by converting raw events to 2D grid-based representations. To further enhance performance of the zero shot setting, a few shot setting is proposed with the availability of some class labels. Moreover, EventCLIP can be employed to improve the robustness of existing classifiers via model ensemble, or learn from unlabeled data with self-training.
Strengths
• All the necessary background information needed to understand the proposed approach is presented in the paper, hence there is no requirement of a lot of prior knowledge of the reader.
Weaknesses
• The novelty of the paper is questionable in terms of the zero-shot setting, since in that case the only novelty is the event to frame conversion and then feeding those frames to a pre-trained CLIP model (section 3.2). This conversion method is pre-existing (event histogram) as well.
• Even in the few shot settings, although the image feature adapter module is a new addition to the CLIP model, it is inspired from previous work (PointCLIP CVPR23 [1]) and thus again defeats the purpose of novelty (section 3.3). There is no comparison shown with PointCLIP
• The paper is not well organized. Have to move back and forth between the main paper and appendix to see parts of the results, which should have been there in the experiments section
Questions
• Fig 1. says existing event-based models are trained from scratch on closed-set datasets. They fail on events with unseen categories, camera motions or lighting. PointCLIPv2 (ECCV23) [2] solves this exact problem in open world setting. However, the proposed approach also lacks the ability to generate accurate recognition in low-light situation, so does not really solve the generalization issue in terms of lighting variation as they claim.
• Section 3.1 should go in the related work and not methodology
• Section 4.2 Results show effectiveness of the approach based on the accuracy reported in Table 1a, however, without comparing the approach with other methods, cannot comment on effectiveness of the approach. What was the data variation of this table? original or trajectory/brightness variations/average of all? This section needs rewording.
• Figure 6 is the ablation study on which dataset? Why was the ablation study not consistent over datasets? Different experiments seem to have been done on different datasets (Table 1b is on N-Caltech, N-ImageNet, whereas Table 1c is on N-Caltech and N-Cars)
• Report results for section 4.5 robust event classification on the proposed approach itself without any ensemble of models in both few shot and zero shot settings across all data variations.
• Section 4.6 says fully unsupervised learning is done and it is better than one of a previous work (Cho et al., 2023), however, in the unsupervised setting the results are not actually better (27.08 % vs 31.28%). The results get better in the semi-supervised setting, however, since these two are two different learning approaches, the results cannot be comparable. Need clarification of this contradiction.
Rating
3: reject, not good enough
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.