Summary
The paper presents a detailed analysis on the intra-class diversity and inter-class diversity when you have a fixed dataset size. The authors develop some theoretical rule based on empirical results.
Strengths
- Provides a rigorous study on pretraining using ImageNet, that makes the empirical motivation clear for theoretical result.
- Theory is relatively well-explained in a step-by-step manner.
Proposes a method to balance intra-class and inter-class diversity, which leads to better performance on downstream tasks.
- The paper is well-structured and easy to follow.
- As we move towards a more data-centric view of deep learning, analysis of the composition of a dataset and how to best create a new dataset is a welcome area of research. This paper is one in this new area and sets a relatively decent standard for what should be done.
Weaknesses
- All of the experiments are based on using ImageNet as the pretraining dataset. This makes me uncertain of whether the result relates to ImageNet only, as there are particularities in relation to dataset acquisition, labelling, diversity between samples in a class etc. that makes ImageNet unique. Another pre-training dataset would be very welcome and I think perhaps a needed addition to this paper.
- The paper seems like it is inspired by What Makes ImageNet Good for Transfer Learning by Huh et al, 2016; and this paper beyond just studying the trade-off between intra/inter-class diversity, actually ended generating a theoretically and empirically grounded rule for dataset construction.
Questions
- Why not add another pre-training dataset to the mix?
- What happens when pre-training distribution doesn't match well with downstream dataset?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, 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
- Analysis restricted to ImageNet pretraining.