Thanks for the response and still concern about the novelty.
I appreciate the response on my concerns. The difference with the other paper is clearer to me now. First, I agree that compared with the paper I pointed out, this submission leverages an external text caption database, while the other work uses an unconstrained dictionary. This is slightly different. Second, the statement that “our approach generates the vocabulary independently among samples, working in an online fashion” is not true. The CaSED method is not generating any vocabulary independently. Instead, a predefined and fixed large-scale text database is given, and for each image, the large-scale text database needs to be fully scanned to retrieve the relevant captions. Hence, no independent vocabulary generation is involved. It is retrieval from the extra text database.
After reading all reviewers comments and the rebuttal response, I remain rather concerned about this submission.
1. The novelty of the paper is rather limited.
a. From the method perspective, the use of VLM for classification is not new, leaving the main pitch of this paper to be the use of an external text database to retrieve the most “relevant” captions, and then assign a category name based on the retrieved captions. This is a minor change on top of the CLIP model. Meanwhile, using external text database to retrieve helpful information is a very common method in NLP, e.g.[a], as also mentioned in the related work. However, this idea has also been well studied in the computer vision literature, aside from those mentioned in the submission, there are other ones that are more relevant, e.g., using an external text database to facilitate image recognition [b], image captioning [c], generalized class discovery [d], among others.
[a] Lewis,Patrick, et al, Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, NeurIPS 2020
[b] Choudhury, Subhabrata, et al, The Curious Layperson: Fine-Grained Image Recognition without Expert Labels, BMVC 2021
[c] Ramos, Rita, et al, Retrieval-augmented Image Captioning, EACL 2023
[d] Ouldnoughi, Rabah, CLIP-GCD: Simple Language Guided Generalized Category Discovery, arXiv:2305.10420
b. From the task perspective, the so-called “Vocabulary-free Image Classification” (VIC) is not “vocabulary-free”, as pointed by other fellow reviewers, due to the fact that the very large vocabulary, in the form of a large-scale caption dataset, is required. It says the “The objective of VIC is to assign an image to a class that belongs to an unconstrained language-induced semantic space at test time, without a vocabulary”. This is not true. The used caption text dataset is a superset of the vocabulary, which contains more abundant information that simply an open-vocabulary.
Indeed, it appears to me that the VIC is essentially the open-vocabulary recognition, for which there are plenty of studies already, with methods addressing even harder problems of object detection (i.e., box level image recognition) and segmentation context (i.e., pixel level recognition). How does VIC differ from them? The whole literature along this direction was omitted.
For example,
Ghiasi, Golnaz, et al, Scaling Open-Vocabulary Image Segmentation with Image-Level Labels, ECCV 2022
Zareian, Alireza, et al, Open-Vocabulary Object Detection Using Captions, CVPR 2021
2. The choice of the text database is very crucial. There is no guarantee that the text database can cover the semantic names of the testing images. This can not be reliably used in practice. On the other hand, if the semantic names are known beforehand, the problem becomes a close-set classification problem, contradicting its motivation. In this sense, there is no guarantee that the method can work or not in praticse.
3. The inference time is as slow as the generative methods, e.g., BLIP-2, which is handling a more difficult problem, by directly generating the caption containing the name for the given images. For the comparison with BLIP-2, which was questioned by other reviewers as well, I also think it may not be fair. The proposed method is given a database to “look up” the category names, but the BLIP-2 merely leverages the input image to directly predict the category names.
Therefore, the novelty is deeply disconcerting from both the standpoint of the task at hand and the methodology employed. In light of the comprehensive examination of comments and discussions, my apprehensions have been significantly heightened.
Hence,I would keep my initial rating.