paper-with-me

홈 › Papers

CR-LSO: Convex Neural Architecture Optimization in the Latent Space of Graph Variational Autoencoder with Input Convex Neural Networks

2022-11-11 · Xuan Rao, Bo Zhao, Xiaosong Yi, Derong Liu

In neural architecture search (NAS) methods based on latent space optimization (LSO), a deep generative model is trained to embed discrete neural architectures into a continuous latent space. In this case, different optimization algorithms that operate in the continuous space can be implemented to search neural architectures. However, the optimization of latent variables is challenging for gradient-based LSO since the mapping from the latent space to the architecture performance is generally non-convex. To tackle this problem, this paper develops a convexity regularized latent space optimization (CR-LSO) method, which aims to regularize the learning process of latent space in order to obtain a convex architecture performance mapping. Specifically, CR-LSO trains a graph variational autoencoder (G-VAE) to learn the continuous representations of discrete architectures. Simultaneously, the learning process of latent space is regularized by the guaranteed convexity of input convex neural networks (ICNNs). In this way, the G-VAE is forced to learn a convex mapping from the architecture representation to the architecture performance. Hereafter, the CR-LSO approximates the performance mapping using the ICNN and leverages the estimated gradient to optimize neural architecture representations. Experimental results on three popular NAS benchmarks show that CR-LSO achieves competitive evaluation results in terms of both computational complexity and architecture performance.

📄 PDF Abstract BibTeX arXiv:2211.05950

Code (1)

raoxuan-1998/cr-lso 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

GraphMAD: Graph Mixup for Data Augmentation using Data-Driven Convex Clustering

2022-10-27 · Madeline Navarro, Santiago Segarra

We develop a novel data-driven nonlinear mixup mechanism for graph data augmentation and present different mixup functions for sample pairs and their labels. Mixup is a data augmentation method to create new training dat…

ClusteringData AugmentationGraph Classification

Noise-robust latent vector reconstruction in ptychography using deep generative models

2023-10-18 · Jacob Seifert, Yifeng Shao, Allard P. Mosk

Computational imaging is increasingly vital for a broad spectrum of applications, ranging from biological to material sciences. This includes applications where the object is known and sufficiently sparse, allowing it to…

Dimensionality ReductionImage ReconstructionObjectRetrieval

Neural Architecture Optimization with Graph VAE

2020-06-18 · Jian Li, Yong liu, Jiankun Liu, Weiping Wang

Due to their high computational efficiency on a continuous space, gradient optimization methods have shown great potential in the neural architecture search (NAS) domain. The mapping of network representation from the di…

Computational EfficiencyDecoderNeural Architecture Search

Extremal graphical modeling with latent variables via convex optimization

2024-03-14 · Sebastian Engelke, Armeen Taeb

Extremal graphical models encode the conditional independence structure of multivariate extremes and provide a powerful tool for quantifying the risk of rare events. Prior work on learning these graphs from data has focu…

Generative adversarial interpolative autoencoding: adversarial training on latent space interpolations encourage convex latent distributions

2018-07-17 · Tim Sainburg, Marvin Thielk, Brad Theilman, Benjamin Migliori 외

We present a neural network architecture based upon the Autoencoder (AE) and Generative Adversarial Network (GAN) that promotes a convex latent distribution by training adversarially on latent space interpolations. By us…

Generative Adversarial Network