Summary
The paper proposes Prune4ReL, which prunes a noisy training dataset such that the performance of a Re-labeling trained downstream model is maximized.
Unlike previous work, the paper targets pruning a *noisy* dataset and explicitly considers the learning algorithm of the downstream model. The proposed method is specifically tailored to Re-labeling, automatically cleaning the noisy training dataset.
The utility function in Prune4ReL is inspired by the theory proposed in [1] and gracefully incorporated into the context of data pruning.
The experimental results show that most prior work suffers under noisy datasets, while Prune4ReL remains robust to the noise in the training dataset, resulting in substantial improvements over baselines.
[1] Theoretical Analysis of Self-Training with Deep Networks on Unlabeled Data, ICLR2021
Strengths
The strength of the paper include
- Clear presentation and easy-to-follow writing
- The proposed method is theoretically-inspired and, maybe more importantly, easy to implement
- The evaluation, together with the analysis, is convincing.
- Include the analysis on why and how the baseline fail
The paper is well-organized, and the method and evaluation are solid.
Weaknesses
The paper conducts a complete study on the proposed Prune4ReL, and the following weakness is relatively minor.
- Prune4ReL outperforms the baselines by a large margin, but the gap between PruneReL and uniform sampling is small.
- Some notations are not clear.
- Def. 3.1: the $x$ is not in the pixel space. Instead, it's in the embedding space. The author should state the dimension of $x$ at the beginning
- in Thm 3.4, it should be $\mathcal{S} \subseteq \tilde{D}$
Questions
Experiment
- Uniform sampling is usually the second-best baseline. It performs especially well in CIFAR-10N Random/Worst and Clothing-1M. Can the authors elaborate more on this?
- Do the authors believe the gap between uniform sampling and Prune4ReL is small due to the greedy sampling? Or what are the other hypothesis?
- The derivation from the reduced neighbourhood confidence (Eq. 3) to the empirical reduced neighbour confidence (Eq.4) is confusing. What motivates using the cosine distance to perform a weighted sum? Is this motivated by importance sampling?
- WebVision and Clothing-1M are crawled from the web, but Prune4ReL seems to work better in Clothing-1M. Can the authors elaborate on this further?
- It seems that kCenter and GraNd are missing in Figure 3b. The authors have to find a better way to visualize this plot (Figure 3b). Try to zoom in a little bit.
- Section 4.5 is like the motivation of the paper. Consider re-order them.
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
As mentioned in the #weakness, there are some minor limitations.
- Empirical results: The proposed method still requires some work on improving over uniform sampling baseline, and the authors did not justify the strong uniform baseline.