paper-with-me

홈 › Papers

Enhancing Generalization via Sharpness-Aware Trajectory Matching for Dataset Condensation

2025-02-03 · Boyan Gao, Bo Zhao, Shreyank N Gowda, Xingrun Xing, Yibo Yang, Timothy Hospedales, David A. Clifton

Dataset condensation aims to synthesize datasets with a few representative samples that can effectively represent the original datasets. This enables efficient training and produces models with performance close to those trained on the original sets. Most existing dataset condensation methods conduct dataset learning under the bilevel (inner- and outer-loop) based optimization. However, the preceding methods perform with limited dataset generalization due to the notoriously complicated loss landscape and expensive time-space complexity of the inner-loop unrolling of bilevel optimization. These issues deteriorate when the datasets are learned via matching the trajectories of networks trained on the real and synthetic datasets with a long horizon inner-loop. To address these issues, we introduce Sharpness-Aware Trajectory Matching (SATM), which enhances the generalization capability of learned synthetic datasets by optimising the sharpness of the loss landscape and objective simultaneously. Moreover, our approach is coupled with an efficient hypergradient approximation that is mathematically well-supported and straightforward to implement along with controllable computational overhead. Empirical evaluations of SATM demonstrate its effectiveness across various applications, including in-domain benchmarks and out-of-domain settings. Moreover, its easy-to-implement properties afford flexibility, allowing it to integrate with other advanced sharpness-aware minimizers. Our code will be released.

📄 PDF Abstract BibTeX arXiv:2502.01865

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationDataset Condensation

Similar Papers 제목 키워드 기반

Sharpness-Aware Training for Free

2022-05-27 · Jiawei Du, Daquan Zhou, Jiashi Feng, Vincent Y. F. Tan 외

Modern deep neural networks (DNNs) have achieved state-of-the-art performances but are typically over-parameterized. The over-parameterization may result in undesirably large generalization error in the absence of other …

RSAM: Learning on manifolds with Riemannian Sharpness-aware Minimization

2023-09-29 · Tuan Truong, Hoang-Phi Nguyen, Tung Pham, Minh-Tuan Tran 외

Nowadays, understanding the geometry of the loss landscape shows promise in enhancing a model's generalization ability. In this work, we draw upon prior works that apply geometric principles to optimization and present a…

Contrastive Learningimage-classificationImage Classification

Sharpness-Aware Gradient Matching for Domain Generalization

2023-03-18 · CVPR 2023 1 · Pengfei Wang, Zhaoxiang Zhang, Zhen Lei, Lei Zhang

The goal of domain generalization (DG) is to enhance the generalization capability of the model learned from a source domain to other unseen domains. The recently developed Sharpness-Aware Minimization (SAM) method aims …

Domain Generalization

Enhancing Sharpness-Aware Optimization Through Variance Suppression

2023-09-27 · NeurIPS 2023 11 · Bingcong Li, Georgios B. Giannakis

Sharpness-aware minimization (SAM) has well documented merits in enhancing generalization of deep neural networks, even without sizable data augmentation. Embracing the geometry of the loss function, where neighborhoods …

Data Augmentationimage-classificationImage ClassificationMachine Translation

Attributing Data for Sharpness-Aware Minimization

2025-07-05 · Chenyang Ren, Yifan Jia, Huanyi Xie, Zhaobin Xu 외 arxiv

Sharpness-aware Minimization (SAM) improves generalization in large-scale model training by linking loss landscape geometry to generalization. However, challenges such as mislabeled noisy data and privacy concerns have e…