paper-with-me

Papers

Optimized Gradient Clipping for Noisy Label Learning

2024-12-12 · Xichen Ye, Yifan Wu, Weizhong Zhang, Xiaoqiang Li, Yifan Chen, Cheng Jin

Previous research has shown that constraining the gradient of loss function with respect to model-predicted probabilities can enhance the model robustness against noisy labels. These methods typically specify a fixed optimal threshold for gradient clipping through validation data to obtain the desired robustness against noise. However, this common practice overlooks the dynamic distribution of gradients from both clean and noisy-labeled samples at different stages of training, significantly limiting the model capability to adapt to the variable nature of gradients throughout the training process. To address this issue, we propose a simple yet effective approach called Optimized Gradient Clipping (OGC), which dynamically adjusts the clipping threshold based on the ratio of noise gradients to clean gradients after clipping, estimated by modeling the distributions of clean and noisy samples. This approach allows us to modify the clipping threshold at each training step, effectively controlling the influence of noise gradients. Additionally, we provide statistical analysis to certify the noise-tolerance ability of OGC. Our extensive experiments across various types of label noise, including symmetric, asymmetric, instance-dependent, and real-world noise, demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2412.08941

Code (1)

virusdoll/ogc 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…

Similar Papers 제목 키워드 기반

Can gradient clipping mitigate label noise?

2020-05-01 · ICLR 2020 1 · Aditya Krishna Menon, Ankit Singh Rawat, Sashank J. Reddi, Sanjiv Kumar

Gradient clipping is a widely-used technique in the training of deep networks, and is generally motivated from an optimisation lens: informally, it controls the dynamics of iterates, thus enhancing the rate of convergenc…

To Clip or not to Clip: the Dynamics of SGD with Gradient Clipping in High-Dimensions

2024-06-17 · Noah Marshall, Ke Liang Xiao, Atish Agarwala, Elliot Paquette

The success of modern machine learning is due in part to the adaptive optimization methods that have been developed to deal with the difficulties of training large models over complex datasets. One such method is gradien…

Scheduling

GeoClip: Geometry-Aware Clipping for Differentially Private SGD

2025-06-06 · Atefeh Gilani, Naima Tasnim, Lalitha Sankar, Oliver Kosut

Differentially private stochastic gradient descent (DP-SGD) is the most widely used method for training machine learning models with provable privacy guarantees. A key challenge in DP-SGD is setting the per-sample gradie…

Gradient Clipping Beyond Vector Norms: A Spectral Approach for Matrix-Valued Parameters

2026-05-12 · Alexander Yukhimchuk, Mladen Kolar, Martin Takáč, Sayantan Choudhury arxiv

Gradient clipping is a standard safeguard for training neural networks under noisy, heavy-tailed stochastic gradients; yet, most clipping rules treat all parameters as vectors and ignore the matrix structure of modern ar…

Mitigating Memorization of Noisy Labels by Clipping the Model Prediction

2022-12-08 · Hongxin Wei, Huiping Zhuang, Renchunzi Xie, Lei Feng 외

In the presence of noisy labels, designing robust loss functions is critical for securing the generalization performance of deep neural networks. Cross Entropy (CE) loss has been shown to be not robust to noisy labels du…

Memorization