Global Anchor Consensus Boosts Multi-View Classification with Noisy Labels.

Yuliang Yang, Hongzhe Zhang, Huiru Wang· July 22, 2026 View original

Summary

This paper introduces GALA (Global Anchor-based Label Auditing), a novel method for robust multi-view classification that effectively handles noisy labels by constructing stable global anchors for each class. GALA uses cross-view audit scores to reweight suspicious samples and adaptively correct labels, leading to superior performance under high noise rates across six datasets.

Researchers have developed a new method called Global Anchor-based Label Auditing (GALA) to improve robust multi-view classification, particularly when dealing with noisy labels. Existing multi-view methods often struggle with imperfect annotations, as their refinement signals can become unreliable. GALA addresses this by creating a stable "global anchor" for each class within every view. These global anchors aggregate samples of an entire class, providing a robust reference point that is less sensitive to individual noisy predictions. Each view then assesses how close an instance is to its observed label's anchor relative to competing anchors. These per-view evaluations are combined with classifier confidence to form a cross-view audit score. Based on these audit scores, suspicious samples are assigned lower weights, and an adaptive correction strategy rewrites labels only when the anchor-based candidate aligns with the classifier's prediction. This iterative process refines both the anchors and the noise-robust representation learning. Extensive experiments on six datasets demonstrate GALA's superior performance, especially under high noise rates, compared to eight state-of-the-art methods.

Why it matters

Professionals working with multi-modal data and machine learning can significantly improve the reliability and accuracy of their classification models, even when faced with imperfect or noisy training labels, reducing the need for costly manual data cleaning.

How to implement this in your domain

  1. 1Consider implementing global anchor-based label auditing (GALA) in your multi-view classification projects to handle noisy supervision.
  2. 2Develop mechanisms to construct stable class anchors that aggregate samples across different data views.
  3. 3Integrate cross-view audit scores to identify and reweight suspicious samples in your training data.
  4. 4Apply adaptive label correction strategies that leverage both anchor consensus and classifier predictions for robust learning.

Who benefits

HealthcareRemote SensingE-commerceManufacturingCybersecurity

Key takeaways

  • GALA improves multi-view classification robustness against noisy labels.
  • Global anchors provide stable class references, insensitive to individual predictions.
  • Cross-view audit scores identify and reweight suspicious samples.
  • Adaptive label correction refines both anchors and noise-robust representation learning.

Original post by Yuliang Yang, Hongzhe Zhang, Huiru Wang

"arXiv:2607.18561v1 Announce Type: new Abstract: In recent years, multi-view learning has attracted increasing attention, as it integrates the complementary information of heterogeneous views. Most existing multi-view classification methods rely on accurate annotations to guarante…"

View on X

Originally posted by Yuliang Yang, Hongzhe Zhang, Huiru Wang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

New Tool Generates Contamination-Resistant, Labeled Code Datasets for LLMs

Spaghetti Architect is a new open-source tool that generates controlled, multi-language code datasets, addressing issues of contamination and lack of semantic control in existing code corpora. It creates correct-by-construction programs with adjustable "messiness" and difficulty labels, making it ideal for training and evaluating code-generating LLMs.

Yuxiang JiJul 22, 2026
AI ResearchAI Engineering & DevTools

New Method Safely Gates Hazardous LLM Knowledge Without Deletion

Researchers introduce Token Inoculation, a method that allows large language models to retain sensitive "dual-use" knowledge while selectively refusing hazardous queries. This approach uses a special token to condition the model's behavior, improving safety without sacrificing benign domain performance.

Seunghyun Lee, Dongyoon Han, Sangdoo YunJul 22, 2026
AI ResearchAI Engineering & DevTools

GNNAS-TSP Selects Optimal Algorithms for Traveling Salesman Problem

Researchers introduce GNNAS-TSP, a Graph Neural Network (GNN)-based framework for automated algorithm selection (AS) for the Traveling Salesman Problem (TSP). GNNAS-TSP learns TSP instance representations directly from raw graph data, avoiding manual feature engineering, and formulates AS as a joint cost-prediction and ranking task to select the best solver from a portfolio under fixed computational budgets.

Zhaoxuan Li, Jiale Yang, Yifei Lu, Mustafa MisirJul 22, 2026