Transferring Annotator- and Instance-dependent Transition Matrix for Learning from Crowds
Shikun Li, Xiaobo Xia, Jiankang Deng, Shiming Ge, Tongliang Liu
TL;DR
This work tackles learning from crowds under annotator- and instance-dependent label noise by proposing TAIDTM, a deep-learning framework that simultaneously models a global noise-transition network and per-annotator networks. The approach uses knowledge transfer: first from a global mixture of noise patterns to individual annotators, then via a graph-convolutional network that calibrates neighboring annotators to mitigate negative transfer. Theoretical analysis provides generalization bounds showing when global-to-individual and neighbor transfers improve performance under annotation sparsity. Empirically, TAIDTM consistently outperforms baselines on both synthetic and real-world crowdsourcing datasets, with ablations confirming the importance of both transfer steps and robust graph-based conditioning against noise.
Abstract
Learning from crowds describes that the annotations of training data are obtained with crowd-sourcing services. Multiple annotators each complete their own small part of the annotations, where labeling mistakes that depend on annotators occur frequently. Modeling the label-noise generation process by the noise transition matrix is a power tool to tackle the label noise. In real-world crowd-sourcing scenarios, noise transition matrices are both annotator- and instance-dependent. However, due to the high complexity of annotator- and instance-dependent transition matrices (AIDTM), annotation sparsity, which means each annotator only labels a little part of instances, makes modeling AIDTM very challenging. Prior works simplify the problem by assuming the transition matrix is instance-independent or using simple parametric ways, which lose modeling generality. Motivated by this, we target a more realistic problem, estimating general AIDTM in practice. Without losing modeling generality, we parameterize AIDTM with deep neural networks. To alleviate the modeling challenge, we suppose every annotator shares its noise pattern with similar annotators, and estimate AIDTM via knowledge transfer. We hence first model the mixture of noise patterns by all annotators, and then transfer this modeling to individual annotators. Furthermore, considering that the transfer from the mixture of noise patterns to individuals may cause two annotators with highly different noise generations to perturb each other, we employ the knowledge transfer between identified neighboring annotators to calibrate the modeling. Theoretical analyses are derived to demonstrate that both the knowledge transfer from global to individuals and the knowledge transfer between neighboring individuals can help model general AIDTM. Experiments confirm the superiority of the proposed approach on synthetic and real-world crowd-sourcing data.
