Summary
The semi-supervised long-tailed recognition problem is defined in this article, which also combines the long-tailed and semi-supervised problems in recognition tasks. To present a three-stage learning approach, the author integrates certain techniques from the previous long-tailed learning field and the semi-supervised learning field. Before the three stages of learning, the author, who refers to the previous methods, decouples feature embedding and classifier to initialize the model. Afterward, the model undergoes several rounds of learning, repeating the methods of these three stages in each round. In the first stage, the model generates pseudo labels on unlabeled data. In the second stage, the model uses both pseudo-label samples and labeled samples for training feature embedding. In the third stage, the model uses labeled samples to train the classifier. Among them, random sampling is used in the first and second stages, and class-balanced sampling is used in the third stage. This method is an extension of the decoupling method in the field of long-tailed learning on semi-supervised data, which helps to make model representation more generalized and classification more balanced. The author also demonstrated in the experiment the superior performance of such methods on extremely imbalanced data.
Strengths
S1. This article combines the fields of long-tailed learning and semi-supervised learning, opening up a new field. By combining methods from both fields, there is a certain improvement in model performance, and the improvement effect is very significant in extremely unbalanced scenarios.
Weaknesses
W1. The method proposed in this article only performs outstandingly on extremely imbalanced datasets, with average performance improvement on datasets with low imbalance.
W2. In addition, this method heavily relies on the initial accuracy of the model on the dataset. If the initial accuracy is high and the generated pseudo labels are more accurate, the performance improvement will be significant. When the initial accuracy is low, the performance improvement is very limited, so the effectiveness of this method is relatively limited.
Questions
Q1. A similar article (https://arxiv.org/abs/2105.00133) was published on Arxiv in 2021, and there have been other follow-up studies. Your article states that this is the first article to propose semi-supervised long-tailed learning. Is it slightly inappropriate to place this at this time point in 2023?
Q2. Can you explain the relationship between this article and the article published on Arxiv in 2021? If it is a follow-up study, can you introduce relevant improvements?
Rating
3: reject, not good enough
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.
Ethics concerns
Similar articles (https://arxiv.org/abs/2105.00133) were Published on Arxiv in 2021, with a similarity of 90%. Perhaps it is necessary to check if the authors of both are the same.