paper-with-me

Papers

SAFE: Finding Sparse and Flat Minima to Improve Pruning

2025-06-07 · Dongyeop Lee, Kwanhee Lee, Jinseok Chung, Namhoon Lee

Sparsifying neural networks often suffers from seemingly inevitable performance degradation, and it remains challenging to restore the original performance despite much recent progress. Motivated by recent studies in robust optimization, we aim to tackle this problem by finding subnetworks that are both sparse and flat at the same time. Specifically, we formulate pruning as a sparsity-constrained optimization problem where flatness is encouraged as an objective. We solve it explicitly via an augmented Lagrange dual approach and extend it further by proposing a generalized projection operation, resulting in novel pruning methods called SAFE and its extension, SAFE$^+$. Extensive evaluations on standard image classification and language modeling tasks reveal that SAFE consistently yields sparse networks with improved generalization performance, which compares competitively to well-established baselines. In addition, SAFE demonstrates resilience to noisy data, making it well-suited for real-world conditions.

📄 PDF Abstract BibTeX arXiv:2506.06866

Code (2)

LOG-postech/safe-torch 공식 구현 pytorch
log-postech/safe-jax 공식 구현 jax

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Neighborhood Region Smoothing Regularization for Finding Flat Minima In Deep Neural Networks

2022-01-16 · Yang Zhao, Hao Zhang

Due to diverse architectures in deep neural networks (DNNs) with severe overparameterization, regularization techniques are critical for finding optimal solutions in the huge hypothesis space. In this paper, we propose a…

image-classificationImage Classification

Do Flat Minima Improve Sparse Novel View Synthesis?

2025-11-22 · Youngsik Yun, Dongjun Gu, Youngjung Uh arxiv

Despite the success of recent novel view synthesis methods, they tend to struggle in sparse-view settings. This poor generalization to unseen viewpoints is an inherent challenge when training with limited data. To addres…

Novel View Synthesis

Essentially No Barriers in Neural Network Energy Landscape

2018-03-02 · ICML 2018 7 · Felix Draxler, Kambis Veschgini, Manfred Salmhofer, Fred A. Hamprecht

Training neural networks involves finding minima of a high-dimensional non-convex loss function. Knowledge of the structure of this energy landscape is sparse. Relaxing from linear interpolations, we construct continuous…

Improving Sparse-View 3DGS Generalization via Flat Minima Optimization

2026-07-01 · Kangmin Seo, Sangeek Hyun, MinKyu Lee, Jae-Pil Heo arxiv

Recent advances in neural rendering have established 3D Gaussian Splatting (3DGS) as a highly efficient representation for novel view synthesis, enabling fast training and real-time rendering with strong fidelity. Howeve…

Novel View Synthesis

How to escape sharp minima with random perturbations

2023-05-25 · Kwangjun Ahn, Ali Jadbabaie, Suvrit Sra

Modern machine learning applications have witnessed the remarkable success of optimization algorithms that are designed to find flat minima. Motivated by this design choice, we undertake a formal study that (i) formulate…