LGMay 3, 2025

Focal-SAM: Focal Sharpness-Aware Minimization for Long-Tailed Classification

arXiv:2505.01660v212 citationsh-index: 28ICML
Originality Incremental advance
AI Analysis

This work addresses the challenge of long-tailed data distributions in machine learning, offering an incremental improvement over existing methods by balancing efficiency and control.

The paper tackles the problem of improving generalization in long-tailed classification by introducing Focal-SAM, a method that assigns different penalties to class-wise sharpness to achieve fine-grained control without extra computational cost, resulting in enhanced performance as validated by experiments.

Real-world datasets often follow a long-tailed distribution, making generalization to tail classes difficult. Recent methods resorted to long-tail variants of Sharpness-Aware Minimization (SAM), such as ImbSAM and CC-SAM, to improve generalization by flattening the loss landscape. However, these attempts face a trade-off between computational efficiency and control over the loss landscape. On the one hand, ImbSAM is efficient but offers only coarse control as it excludes head classes from the SAM process. On the other hand, CC-SAM provides fine-grained control through class-dependent perturbations but at the cost of efficiency due to multiple backpropagations. Seeing this dilemma, we introduce Focal-SAM, which assigns different penalties to class-wise sharpness, achieving fine-grained control without extra backpropagations, thus maintaining efficiency. Furthermore, we theoretically analyze Focal-SAM's generalization ability and derive a sharper generalization bound. Extensive experiments on both traditional and foundation models validate the effectiveness of Focal-SAM.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes