Summary
This paper focused on the problem of noisy partial label learning (noisy PLL), which means the candidate label set in the partial label learning does not always contain the ground-truth label. Compared with the existing studies which attempted to detect noisy samples yet lead to the accumulation of detection errors, this work proposed to reduce the impact of the detection errors by training off the initial candidate set and model outputs. The proposed method, named "Adjusting Label Importance Mechanism (ALIM)", can adaptively adjust the weighting coefficient between the initial candidate set and the model predictions (i.e., pseudo-labels output by the model). The theoretical analysis showed that the proposed method can be well interpreted from two perspectives of heuristic design and classic Expectation-maximization (EM) algorithm. Combined with Mixup training strategies, the proposed approach can be further plugged into the existing noisy PPL baselines and bring consistent improvements. Extensive experiments demonstrated the effectiveness of the proposed framework.
Strengths
- The motivation is clear. The analysis of the issues of the existing methods motivated the proposed method in a straightforward manner.
- The proposed objective can be interpreted under the EM framework, which provided a convincing mathematical explanation.
- The proposed method, ALIM, is also compatible with other related approaches. It can work as a plug-in in the existing noisy PLL algorithms, which enhanced the flexibility of ALIM.
- The experimental part conducted empirical comparisons/ablation studies with respect to different factors, e.g., the different noise levels and ambiguity levels, and the different choices of the key components within the proposed framework.
Weaknesses
- Some technical details were not clear to the reviewers. See the next part for more details.
Questions
- In Line 140, what is the definition of $\mathcal{L}_{pll}$? It suddenly appeared here without any pre-defined formation. Which kind of PLL loss did it indicate, the objective in Eq.(5)?
- I recommend the authors reformulate the optimization objective in Eq. (5) as a $\min$ form, which will be better compatible with the form of the loss function.
- Compared to the results reported on the CIFAR10 dataset, the reviewer found that ALIM-Scale consistently performed better than ALIM-Onehot on other datasets like CIFAR100 and CUB200. Is it a necessity that scaling performs better than one shot on datasets with larger class numbers, or a coincidence? Could the author provide more analyses and explanations about this point?
- Some potential typos:
- Line 95, Appendix ??
- Line 107, Appendix ??
- Line 126, Appendix ??
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
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.