paper-with-me

홈 › Papers

Generalization Properties of NAS under Activation and Skip Connection Search

2022-09-15 · Zhenyu Zhu, Fanghui Liu, Grigorios G Chrysos, Volkan Cevher

Neural Architecture Search (NAS) has fostered the automatic discovery of state-of-the-art neural architectures. Despite the progress achieved with NAS, so far there is little attention to theoretical guarantees on NAS. In this work, we study the generalization properties of NAS under a unifying framework enabling (deep) layer skip connection search and activation function search. To this end, we derive the lower (and upper) bounds of the minimum eigenvalue of the Neural Tangent Kernel (NTK) under the (in)finite-width regime using a certain search space including mixed activation functions, fully connected, and residual neural networks. We use the minimum eigenvalue to establish generalization error bounds of NAS in the stochastic gradient descent training. Importantly, we theoretically and experimentally show how the derived results can guide NAS to select the top-performing architectures, even in the case without training, leading to a train-free algorithm based on our theory. Accordingly, our numerical validation shed light on the design of computationally efficient methods for NAS. Our analysis is non-trivial due to the coupling of various architectures and activation functions under the unifying framework and has its own interest in providing the lower bound of the minimum eigenvalue of NTK in deep learning theory.

📄 PDF Abstract BibTeX arXiv:2209.07238

Code (0)

등록된 구현이 없습니다.

Tasks

Learning TheoryNeural Architecture Search

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

Optimization of Graph Neural Networks: Implicit Acceleration by Skip Connections and More Depth

2021-05-10 · Keyulu Xu, Mozhi Zhang, Stefanie Jegelka, Kenji Kawaguchi

Graph Neural Networks (GNNs) have been studied through the lens of expressive power and generalization. However, their optimization properties are less well understood. We take the first step towards analyzing GNN traini…

A Kernel Perspective of Skip Connections in Convolutional Networks

2022-11-27 · Daniel Barzilai, Amnon Geifman, Meirav Galun, Ronen Basri

Over-parameterized residual networks (ResNets) are amongst the most successful convolutional neural architectures for image processing. Here we study their properties through their Gaussian Process and Neural Tangent ker…

Rapid training of deep neural networks without skip connections or normalization layers using Deep Kernel Shaping

2021-10-05 · James Martens, Andy Ballard, Guillaume Desjardins, Grzegorz Swirszcz 외

Using an extended and formalized version of the Q/C map analysis of Poole et al. (2016), along with Neural Tangent Kernel theory, we identify the main pathologies present in deep networks that prevent them from training …

Can an MLP Absorb Its Own Skip Connection?

2026-04-26 · Antonij Mijoski, Marko Karbevski arxiv

We study when a skip connection around a single-hidden-layer MLP can be absorbed into a residual-free MLP of the same width. We first show that for any architecture whose skip branch is an invertible linear map (includin…

Hardware-efficient Residual Networks for FPGAs

2021-02-02 · Olivia Weng, Alireza Khodamoradi, Ryan Kastner

Residual networks (ResNets) employ skip connections in their networks -- reusing activations from previous layers -- to improve training convergence, but these skip connections create challenges for hardware implementati…