PulseAugur
EN
LIVE 15:00:43

New Orthogonal Gradient Method Explores Noisy-Label Memorization in Neural Networks

A new research paper introduces OrthoGrad, a method that modifies the optimizer's update by removing the component of each weight gradient parallel to the current weight vector. This geometric intervention was tested on noisy-label image classification tasks, showing improved test accuracy for Convolutional Neural Networks (CNNs) on the MNIST dataset in small-data regimes by reducing the fitting of corrupted labels. While OrthoGrad can alter memorization trajectories, experiments on CIFAR-10 with ResNet-18 indicated it does not ultimately prevent noisy-label memorization, suggesting its effectiveness is dependent on the learning regime. AI

IMPACT Introduces a novel regularization technique that may offer new insights into neural network learning dynamics and memorization.

RANK_REASON Research paper introducing a novel method for neural network training. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Orthogonal Gradient Method Explores Noisy-Label Memorization in Neural Networks

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Richard Mai ·

    Orthogonal Gradient Constraints Shape Noisy-Label Memorization Dynamics

    arXiv:2607.16231v1 Announce Type: new Abstract: Modern neural networks can fit corrupted training labels, making noisy-label learning a useful setting for studying memorization-driven overfitting. Most regularization methods modify the objective, architecture, or data distributio…