Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/22 04:00:00

AHEAD: Advancing Multi-Class Label Aggregation with Interpretable Cross-Annotator Modeling

AI 中文解读
核心亮点:科学家开发出一套能自动校正“众包”标注错误的新方法,让AI从混乱数据中学得更准。 通俗解读:想象一下你让100个人给一堆图片打标签,比如“狗”、“猫”、“汽车”,但很多人可能标错或漏标——这就像众包给AI上课,老师水平参差不齐。以前的方法只能盯着每个“老师”是否靠谱,但大多数老师只参与了少数题目,根本看不准。新方法AHEAD聪明地先观察所有老师的行为模式,像用一张“人际关系网”把每个老师的习惯和同伴对比,然后自动给每个老师画出一张“出错偏好图”——比如“这个人总把狼当成狗”。最后,它再重点参考那些“三好学生”的答案,把整体标签准确率从68.75%拉升到73.23%,最高提升了近15%。 实际影响:你手机里的语音助手、相册识别、翻译软件,背后都依赖大量人工标注的数据来训练AI。过去成本高、错误多,导致AI偶尔“犯傻”。这套技术能让AI用更低成本、更少错误学习,未来你会感觉AI更“懂你”——比如识别你拍的模糊照片更准、视频内容分类更智能,甚至语音转文字也很少再出现离谱错误。
arXiv:2607.18465v1 Announce Type: new Abstract: Crowdsourced labeling provides valuable labeled data for domains across natural language processing, computer vision, and video. Label aggregation aims to infer latent true labels from noisy and biased annotations, with the key lying in annotator reliability estimation. Despite promising progress, existing approaches struggle with one real-world bottleneck: most individual annotators label only a small subset of tasks, making accurate annotator estimation highly intractable. In this paper, we focus on the considerably more challenging multi-class label aggregation and propose AHEAD (cross-Annotator learning and High-confidEnce Annotator-guideD label aggregation), a cross-annotator learning framework that advances annotator reliability estimation by leveraging the population-level data. Specifically, AHEAD first learns high-dimensional cross-annotator contexts via a graph neural network, deriving multi-view, complementary annotator embeddings by aggregating individual-level annotator features with contextual information. These embeddings are then decoded into interpretable annotator-specific confusion matrices to fit the observed labels. We formulate a composite objective incorporating high-confidence annotators to alleviate the unsupervised training issues faced by prior models. Experiments on 10 real-world datasets spanning NLP, CV, Video, and Audio show that AHEAD substantially improves label accuracy, increasing average accuracy from 68.75% to 73.23%, with gains of up to 14.9% in the best case. Meanwhile, scalability experiments on the largest dataset further demonstrate the overall superiority of our method.
分享
阅读原文