Curiosity Meets Cooperation: A Game-Theoretic Approach to Long-Tail Multi-Label Learning
Canran Xiao, Chuangxin Zhao, Zong Ke, Fei Shen
TL;DR
This paper tackles long-tail imbalances in multi-label learning by formulating the problem as a differentiable cooperative potential game, CD-GTMLL. It partitions the label space into overlapping subsets managed by multiple predictors that share a global accuracy payoff while receiving curiosity bonuses that emphasize tail labels and encourage peer disagreement. The authors prove that gradient best-response updates ascend a differentiable potential, leading to tail-aware equilibria, and they demonstrate state-of-the-art Rare-F1 and P@k gains on conventional and extreme-scale benchmarks. Ablation analyses reveal emergent specialization among players and faster consensus on rare classes, validating the proposed division-of-labor and curiosity mechanism as a scalable route to long-tail robustness in multi-label prediction.
Abstract
Long-tail imbalance is endemic to multi-label learning: a few head labels dominate the gradient signal, while the many rare labels that matter in practice are silently ignored. We tackle this problem by casting the task as a cooperative potential game. In our Curiosity-Driven Game-Theoretic Multi-Label Learning (CD-GTMLL) framework, the label space is split among several cooperating players that share a global accuracy payoff yet earn additional curiosity rewards that rise with label rarity and inter-player disagreement. These curiosity bonuses inject gradient on under-represented tags without hand-tuned class weights. We prove that gradient best-response updates ascend a differentiable potential and converge to tail-aware stationary points that tighten a lower bound on the expected Rare-F1. Extensive experiments on conventional benchmarks and three extreme-scale datasets show consistent state-of-the-art gains, delivering up to +4.3% Rare-F1 and +1.6% P@3 over the strongest baselines, while ablations reveal emergent division of labour and faster consensus on rare classes. CD-GTMLL thus offers a principled, scalable route to long-tail robustness in multi-label prediction.
