paper-with-me

홈 › Papers

Making Robust Generalizers Less Rigid with Loss Concentration

2024-08-07 · Matthew J. Holland, Toma Hamada

While the traditional formulation of machine learning tasks is in terms of performance on average, in practice we are often interested in how well a trained model performs on rare or difficult data points at test time. To achieve more robust and balanced generalization, methods applying sharpness-aware minimization to a subset of worst-case examples have proven successful for image classification tasks, but only using overparameterized neural networks under which the relative difference between "easy" and "hard" data points becomes negligible. In this work, we show how such a strategy can dramatically break down under simpler models where the difficulty gap becomes more extreme. As a more flexible alternative, instead of typical sharpness, we propose and evaluate a training criterion which penalizes poor loss concentration, which can be easily combined with loss transformations such exponential tilting, conditional value-at-risk (CVaR), or distributionally robust optimization (DRO) that control tail emphasis.

📄 PDF Abstract BibTeX arXiv:2408.03619

Code (1)

feedbackward/addro 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…

Similar Papers 제목 키워드 기반

Directional Concentration Uncertainty: A representational approach to uncertainty quantification for generative models

2026-02-04 · Souradeep Chattopadhyay, Brendan Kennedy, Sai Munikoti, Soumik Sarkar 외 arxiv

In the critical task of making generative models trustworthy and robust, methods for Uncertainty Quantification (UQ) have begun to show encouraging potential. However, many of these methods rely on rigid heuristics that …

To Compress or Not? Pushing the Frontier of Lossless GenAI Model Weights Compression with Exponent Concentration

2025-10-03 · Zeyu Yang, Tianyi Zhang, Jianwen Xie, Chuan Li 외 arxiv

The scaling of Generative AI (GenAI) models into the hundreds of billions of parameters makes low-precision computation indispensable for efficient deployment. We argue that the fundamental solution lies in developing lo…

The Deep Bootstrap Framework: Good Online Learners are Good Offline Generalizers

2020-10-16 · Preetum Nakkiran, Behnam Neyshabur, Hanie Sedghi

We propose a new framework for reasoning about generalization in deep learning. The core idea is to couple the Real World, where optimizers take stochastic gradient steps on the empirical loss, to an Ideal World, where o…

Deep Learningimage-classificationImage Classification

Lossless optimal transient control for rigid bodies in 3D space

2024-10-21 · Riccardo Zanella, Federico Califano, Antonio Franchi, Stefano Stramigioli

In this letter, we propose a control scheme for rigid bodies designed to optimise transient behaviors. The search space for the optimal control input is parameterized to yield a passive, specifically lossless, nonlinear …

Model Predictive Control

Concentration bounds for empirical conditional value-at-risk: The unbounded case

2018-08-06 · Ravi Kumar Kolla, Prashanth L. A., Sanjay P. Bhat, Krishna Jagannathan

In several real-world applications involving decision making under uncertainty, the traditional expected value objective may not be suitable, as it may be necessary to control losses in the case of a rare but extreme eve…

Decision MakingDecision Making Under Uncertainty