Rethinking Guidance Information to Utilize Unlabeled Samples:A Label Encoding Perspective
Yulong Zhang, Yuan Yao, Shuhao Chen, Pengrong Jin, Yu Zhang, Jian Jin, Jiangang Lu
TL;DR
This work tackles the challenge of learning with scarce labeled data by rethinking the role of guidance information for unlabeled samples. It introduces Label-Encoding Risk Minimization (LERM), which estimates category-specific label encodings from unlabeled predictions via prediction means and minimizes the divergence to the ground-truth one-hot encodings, thereby achieving both prediction discriminability and diversity. The authors establish theoretical connections between LERM and ERM, as well as between LERM and EntMin, and demonstrate substantial empirical gains across SSL, UDA, SHDA, and even SFDA benchmarks. The approach acts as a versatile plugin that can enhance a wide range of existing methods without requiring domain-specific redesign, offering a practical and principled alternative to EntMin for leveraging unlabeled data. The work also provides extensive analyses, including convergence, diversity under class-imbalance, and parameter sensitivity, supporting the robustness and scalability of LERM.
Abstract
Empirical Risk Minimization (ERM) is fragile in scenarios with insufficient labeled samples. A vanilla extension of ERM to unlabeled samples is Entropy Minimization (EntMin), which employs the soft-labels of unlabeled samples to guide their learning. However, EntMin emphasizes prediction discriminability while neglecting prediction diversity. To alleviate this issue, in this paper, we rethink the guidance information to utilize unlabeled samples. By analyzing the learning objective of ERM, we find that the guidance information for labeled samples in a specific category is the corresponding label encoding. Inspired by this finding, we propose a Label-Encoding Risk Minimization (LERM). It first estimates the label encodings through prediction means of unlabeled samples and then aligns them with their corresponding ground-truth label encodings. As a result, the LERM ensures both prediction discriminability and diversity, and it can be integrated into existing methods as a plugin. Theoretically, we analyze the relationships between LERM and ERM as well as EntMin. Empirically, we verify the superiority of the LERM under several label insufficient scenarios. The codes are available at https://github.com/zhangyl660/LERM.
