Summary
The authors identify five main pitfalls that have impacted previous Active Learning (AL) empirical evaluations. They propose a novel evaluation framework that avoids these pitfalls, and they study both Active Learning and its potential synergies with Semi-Supervised and Self-supervised learning. The paper provides a comprehensive empirical evaluation, together with copious appendices.
Strengths
The paper's main contribution is to carefully catalogue and map the various critical aspects of a proper AL evaluation, aka The Five Pitfalls; in contrast, prior work has properly addressed at most 3 of the 5 pitfalls. The thorough empirical evaluation emphasizes the proper way to create an evaluation framework for active learning, and how to also take into account Semi- & Self- Supervised methods. The paper is fairly easy to read and follow.
Weaknesses
The paper can be further improved along the readability dimension.
First of all, in its current form, the paper has "too much content in too little space" Even though, at first glance, the current split between "the main paper" and "the appendices" seems reasonable, the paper would greatly benefit by compressing Section 2.3 (which could be then added "as is" in an APPENDIX). On the other hand, Section 4 is hard to follow because the graphs in Fig 2 are too small to read, so the prose is not really supported by Fig 2. One possible way to address this issue would be to move most of the 3-page Section 4 to the APPENDICES and replace it with (A) a brief, 1-page summary of the results - no figures, and (B) a new section with an INTUITIVE, PRESCRIPTIVE section that crisply summarizes the main findings: "the ideal evaluation framework for active learning for image classification is the following ..."
Second, the idea of "rolling-out Active Learning" to "unseen data sets different from the labeled development data" (first introduced at lines 32-33) is mentioned 13 times without being properly explained. In this reviewer's opinion, the idea is worth being presented in the main part of the paper, but the authors should invest the necessary 2-3 paragraphs to crisply & intuitively explain it.
OTHER COMMENTS:
- active learning does not begin/end with DL and image classification. As such, the authors could easily take the 1-2 sentences required to explicitly define the scope of their investigation.
Questions
1) the four "motivating papers (lines 23-24)" [6, 19, 38, 39] use, besides CIFAR-10/100, ImageNet and Tiny ImageNet; why didn't you consider these datasets, given that some of those papers' mistaken claims are made on them?
2) on line 198-199, you claim that the three CIFARs are "developmental datasets," while the other two are used for roll-out. While this is a great idea, an even better one would be to (i) drop the CIFARs, which are too "nice & easy" to begin with, (ii) add another 2-3 non-CIFAR, real-world datasets, and (iiI) perform either Cross-Validation or Leave-One-Out on the 5 datasets - say, by taking turns in using 1-4 of them as dev datasets, and the remaining one(s) as test dataset. Did you consider such an approach?
3) I am not sure if this is just a flaw of the empirical evaluation, or is should be added as a 6th pitfall, but it is always bothersome to see that the CIFAR-10/100 evaluations of an active learner ends way earlier than the SOTA performance of 99% and 96%, respectively (in this paper, the learning curves end around 94% and 76%, respectively). After all, AL is NOT supposed to be for "quickly reaching mediocre performance," but rather "creating the best model with less data than required by random sampling." It could be that this is due to the uniform distribution of the CIFARs (thus making them unrealistic & unsuitable for this evaluation), but this issue should be addressed head-on rather omitted.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
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.
Limitations
See Weaknesses & Questions above