三角色博弈框架提升半监督学习鲁棒性,低标签下表现领先。
TRiCo: Triadic Game-Theoretic Co-Training for Robust Semi-Supervised Learning
- 用教师、双学生与生成器构成三元博弈,动态优化伪标签选择。
- 在CIFAR-10等数据集上,仅用10%标签即达最佳性能,超越现有方法。
- 适合追求高鲁棒性的半监督学习研究者,兼容主流视觉模型。
我们提出TRiCo,一种基于三元博弈论的新型半监督学习框架,将教师、两个学生和一个对抗生成器整合为统一训练范式。不同于传统方法,该框架将半监督学习建模为三角色结构化交互:(i) 两个学生分类器在冻结的互补表征上训练;(ii) 通过验证反馈自适应调节伪标签选择与损失平衡的元学习教师;(iii) 非参数生成器扰动嵌入以暴露决策边界弱点。伪标签依据互信息而非置信度选取,更准确衡量认知不确定性。三者互动形式化为斯塔克尔伯格博弈,教师主导策略优化,学生在对抗扰动下跟随。该框架解决了现有方法中静态视图交互、伪标签不可靠及难样本建模缺失等问题。在CIFAR-10、SVHN、STL-10和ImageNet上的大量实验表明,TRiCo在低标签场景下持续达到最先进性能,且对模型架构无偏好,兼容冻结的视觉主干网络。
原文摘要 · Abstract (English)
We introduce TRiCo, a novel triadic game-theoretic co-training framework that rethinks the structure of semi-supervised learning by incorporating a teacher, two students, and an adversarial generator into a unified training paradigm. Unlike existing co-training or teacher-student approaches, TRiCo formulates SSL as a structured interaction among three roles: (i) two student classifiers trained on frozen, complementary representations, (ii) a meta-learned teacher that adaptively regulates pseudo-label selection and loss balancing via validation-based feedback, and (iii) a non-parametric generator that perturbs embeddings to uncover decision boundary weaknesses. Pseudo-labels are selected based on mutual information rather than confidence, providing a more robust measure of epistemic uncertainty. This triadic interaction is formalized as a Stackelberg game, where the teacher leads strategy optimization and students follow under adversarial perturbations. By addressing key limitations in existing SSL frameworks, such as static view interactions, unreliable pseudo-labels, and lack of hard sample modeling, TRiCo provides a principled and generalizable solution. Extensive experiments on CIFAR-10, SVHN, STL-10, and ImageNet demonstrate that TRiCo consistently achieves state-of-the-art performance in low-label regimes, while remaining architecture-agnostic and compatible with frozen vision backbones.Code:https://github.com/HoHongYeung/NeurIPS25-TRiCo.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。