Global Anchor Consensus Boosts Multi-View Classification with Noisy Labels.
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.
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
- 1Consider implementing global anchor-based label auditing (GALA) in your multi-view classification projects to handle noisy supervision.
- 2Develop mechanisms to construct stable class anchors that aggregate samples across different data views.
- 3Integrate cross-view audit scores to identify and reweight suspicious samples in your training data.
- 4Apply adaptive label correction strategies that leverage both anchor consensus and classifier predictions for robust learning.
Who benefits
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 XOriginally 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 coursesMore in AI 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.
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.
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.