paper-with-me

홈 › Papers

Diversity-Aware Agnostic Ensemble of Sharpness Minimizers

2024-03-19 · Anh Bui, Vy Vo, Tung Pham, Dinh Phung, Trung Le

There has long been plenty of theoretical and empirical evidence supporting the success of ensemble learning. Deep ensembles in particular take advantage of training randomness and expressivity of individual neural networks to gain prediction diversity, ultimately leading to better generalization, robustness and uncertainty estimation. In respect of generalization, it is found that pursuing wider local minima result in models being more robust to shifts between training and testing sets. A natural research question arises out of these two approaches as to whether a boost in generalization ability can be achieved if ensemble learning and loss sharpness minimization are integrated. Our work investigates this connection and proposes DASH - a learning algorithm that promotes diversity and flatness within deep ensembles. More concretely, DASH encourages base learners to move divergently towards low-loss regions of minimal sharpness. We provide a theoretical backbone for our method along with extensive empirical evidence demonstrating an improvement in ensemble generalizability.

📄 PDF Abstract BibTeX arXiv:2403.13204

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEnsemble Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Sharp-MAML: Sharpness-Aware Model-Agnostic Meta Learning

2022-06-08 · Momin Abbas, Quan Xiao, Lisha Chen, Pin-Yu Chen 외

Model-agnostic meta learning (MAML) is currently one of the dominating approaches for few-shot meta-learning. Albeit its effectiveness, the optimization of MAML can be challenging due to the innate bilevel problem struct…

Meta-Learningmodel

Sharpness-diversity tradeoff: improving flat ensembles with SharpBalance

2024-07-17 · Haiquan Lu, Xiaotian Liu, Yefan Zhou, Qunli Li 외

Recent studies on deep ensembles have identified the sharpness of the local minima of individual learners and the diversity of the ensemble members as key factors in improving test-time performance. Building on this, our…

Diversity

SALR: Sharpness-aware Learning Rates for Improved Generalization

2020-09-28 · Xubo Yue, Maher Nouiehed, Raed Al Kontar

In an effort to improve generalization in deep learning, we propose SALR: a sharpness-aware learning rate update technique designed to recover flat minimizers. Our method dynamically updates the learning rate of gradient…

SALR: Sharpness-aware Learning Rate Scheduler for Improved Generalization

2020-11-10 · Xubo Yue, Maher Nouiehed, Raed Al Kontar

In an effort to improve generalization in deep learning and automate the process of learning rate scheduling, we propose SALR: a sharpness-aware learning rate update technique designed to recover flat minimizers. Our met…

Scheduling

Sharpness-Aware Minimization Can Hallucinate Minimizers

2025-09-26 · Chanwoong Park, Uijeong Jang, Ernest K. Ryu, Insoon Yang arxiv

Sharpness-Aware Minimization (SAM) is widely used to seek flatter minima -- often linked to better generalization. In its standard implementation, SAM updates the current iterate using the loss gradient evaluated at a po…