L2CU: Learning to Complement Unseen Users
Dileepa Pitawela, Gustavo Carneiro, Hsiang-Ting Chen
TL;DR
L2CU tackles the challenge of generalizing learning-to-complement to unseen users by uncovering annotator-specific labeling patterns and training profile-aware cooperative models. It identifies representative annotator profiles from sparse, noisy multi-rater data, augments data per profile, and matches unseen users to a profile at test time to select a corresponding cooperative model. The approach yields consistent improvements over L2D and L2C baselines across image and text domains, validated on CIFAR-10N, CIFAR-10H, Fashion-MNIST-H, Chaoyang, and AgNews, and introduces the alteration-rate metric to quantify human-label impact. With a model-agnostic design and no requirement for ground-truth during training, L2CU offers a practical path to robust human-AI cooperation in real-world, multi-rater settings.
Abstract
Recent research highlights the potential of machine learning models to learn to complement (L2C) human strengths; however, generalizing this capability to unseen users remains a significant challenge. Existing L2C methods oversimplify interaction between human and AI by relying on a single, global user model that neglects individual user variability, leading to suboptimal cooperative performance. Addressing this, we introduce L2CU, a novel L2C framework for human-AI cooperative classification with unseen users. Given sparse and noisy user annotations, L2CU identifies representative annotator profiles capturing distinct labeling patterns. By matching unseen users to these profiles, L2CU leverages profile-specific models to complement the user and achieve superior joint accuracy. We evaluate L2CU on datasets (CIFAR-10N, CIFAR-10H, Fashion-MNIST-H, Chaoyang and AgNews), demonstrating its effectiveness as a model-agnostic solution for improving human-AI cooperative classification.
