PulseAugur
实时 11:41:53

New GAMR method improves deep learning with noisy labels

Researchers have developed a new method called GAMR (Geometric-Aware Manifold Regularization) to improve deep neural network performance when trained on datasets with noisy labels. Unlike existing methods that passively filter data, GAMR actively synthesizes virtual outlier samples to create distinct boundaries between data manifolds. This geometric approach enhances the separation between correctly labeled and mislabeled data, leading to more robust feature representations. The technique has shown state-of-the-art results on benchmarks like CIFAR-10, particularly under challenging noise conditions, and also improves out-of-distribution detection capabilities. AI

影响 Enhances model robustness and safety in real-world applications by improving performance on noisy datasets.

排序理由 Academic paper detailing a novel method for improving machine learning model robustness. [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.CV 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

New GAMR method improves deep learning with noisy labels

报道来源 [1]

  1. arXiv cs.CV TIER_1 English(EN) · Yanhui Gu ·

    GAMR: Geometric-Aware Manifold Regularization with Virtual Outlier Synthesis for Learning with Noisy Labels

    Deep neural networks (DNNs) experience significant performance degradation when processing noisy labels, primarily due to overfitting on mislabeled data. Current mainstream approaches attempt to mitigate this issue by passively filtering clean samples during training. However, si…