paper-with-me

홈 › Papers

GradAlign for Training-free Model Performance Inference

2024-11-29 · YuXuan Li, Yunhui Guo

Architecture plays an important role in deciding the performance of deep neural networks. However, the search for the optimal architecture is often hindered by the vast search space, making it a time-intensive process. Recently, a novel approach known as training-free neural architecture search (NAS) has emerged, aiming to discover the ideal architecture without necessitating extensive training. Training-free NAS leverages various indicators for architecture selection, including metrics such as the count of linear regions, the density of per-sample losses, and the stability of the finite-width Neural Tangent Kernel (NTK) matrix. Despite the competitive empirical performance of current training-free NAS techniques, they suffer from certain limitations, including inconsistent performance and a lack of deep understanding. In this paper, we introduce GradAlign, a simple yet effective method designed for inferring model performance without the need for training. At its core, GradAlign quantifies the extent of conflicts within per-sample gradients during initialization, as substantial conflicts hinder model convergence and ultimately result in worse performance. We evaluate GradAlign against established training-free NAS methods using standard NAS benchmarks, showing a better overall performance. Moreover, we show that the widely adopted metric of linear region count may not suffice as a dependable criterion for selecting network architectures during at initialization.

📄 PDF Abstract BibTeX arXiv:2411.19819

Code (0)

등록된 구현이 없습니다.

Tasks

modelNeural Architecture Search

Similar Papers 제목 키워드 기반

Fast Adversarial Training with Noise Augmentation: A Unified Perspective on RandStart and GradAlign

2022-02-11 · Axi Niu, Kang Zhang, Chaoning Zhang, Chenshuang Zhang 외

PGD-based and FGSM-based are two popular adversarial training (AT) approaches for obtaining adversarially robust models. Compared with PGD-based AT, FGSM-based one is significantly faster but fails with catastrophic over…

Data Augmentation

GradAlign: Gradient-Aligned Data Selection for LLM Reinforcement Learning

2026-02-25 · Ningyuan Yang, Weihua Du, Weiwei Sun, Sean Welleck 외 arxiv

Reinforcement learning (RL) has become a central post-training paradigm for large language models (LLMs), but its performance is highly sensitive to the quality of training problems. This sensitivity stems from the non-s…

Reinforcement Learning

PGD-2 can be better than FGSM + GradAlign

2021-09-29 · Tianhang Zheng, Baochun Li

One major issue of adversarial training (AT) with the fast gradient sign method (FGSM AT) is the phenomenon of catastrophic overfitting, meaning that the trained model suddenly loses its robustness over a single epoch. I…

Make Some Noise: Reliable and Efficient Single-Step Adversarial Training

2022-02-02 · Pau de Jorge, Adel Bibi, Riccardo Volpi, Amartya Sanyal 외

Recently, Wong et al. showed that adversarial training with single-step FGSM leads to a characteristic failure mode named Catastrophic Overfitting (CO), in which a model becomes suddenly vulnerable to multi-step attacks.…

Towards fast and effective single-step adversarial training

2021-09-29 · Pau de Jorge, Adel Bibi, Riccardo Volpi, Amartya Sanyal 외

Recently, Wong et al. (2020) showed adversarial training with single-step FGSM leads to a characteristic failure mode named catastrophic overfitting (CO), in which a model becomes suddenly vulnerable to mu…