PulseAugur
EN
LIVE 05:51:26

New GEAR-SAM method enhances model generalization and robustness

Researchers have developed Gradient-Energy Adaptive Radius SAM (GEAR-SAM), a novel approach to Sharpness-Aware Minimization (SAM) that aims to improve model generalization and robustness. Unlike standard SAM, which allocates its perturbation budget based on instantaneous gradients, GEAR-SAM uses an exponential moving average of squared block gradients to dynamically adjust this allocation throughout training. This method requires no Hessian-vector products or explicit Fisher estimation, adding minimal computational overhead beyond standard SAM. Experiments across various tasks, including image classification and noisy-label learning, have shown GEAR-SAM to yield improved performance. AI

IMPACT This new optimization technique could lead to more robust and generalizable AI models across various applications.

RANK_REASON The cluster contains an academic paper detailing a new method for optimizing machine learning models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

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

New GEAR-SAM method enhances model generalization and robustness

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Zhen Huang, Jiaxin Deng, Junbiao Pang ·

    Gradient-Energy Guided Block-Wise Perturbations for Sharpness-Aware Minimization

    arXiv:2607.18306v1 Announce Type: cross Abstract: Sharpness-Aware Minimization (SAM) improves generalization by minimizing the worst-case loss in a local parameter neighborhood. Standard SAM implicitly allocates its global perturbation budget across parameter blocks according to …