paper-with-me

홈 › Papers

HyperGAN: A Generative Model for Diverse, Performant Neural Networks

2019-01-30 · Neale Ratzlaff, Li Fuxin

Standard neural networks are often overconfident when presented with data outside the training distribution. We introduce HyperGAN, a new generative model for learning a distribution of neural network parameters. HyperGAN does not require restrictive assumptions on priors, and networks sampled from it can be used to quickly create very large and diverse ensembles. HyperGAN employs a novel mixer to project prior samples to a latent space with correlated dimensions, and samples from the latent space are then used to generate weights for each layer of a deep neural network. We show that HyperGAN can learn to generate parameters which label the MNIST and CIFAR-10 datasets with competitive performance to fully supervised learning, while learning a rich distribution of effective parameters. We also show that HyperGAN can also provide better uncertainty estimates than standard ensembles by evaluating on out of distribution data as well as adversarial examples.

📄 PDF Abstract BibTeX arXiv:1901.11058

Code (1)

simeetnayan81/hypergan-pytorch pytorch

Tasks

General Classification

Similar Papers 제목 키워드 기반

HyperGAN: Exploring the Manifold of Neural Networks

2018-09-27 · Neale Ratzlaff, Li Fuxin

We introduce HyperGAN, a generative network that learns to generate all the weight parameters of deep neural networks. HyperGAN first transforms low dimensional noise into a latent space, which can be sampled from to obt…

Pixel-to-Abundance Translation: Conditional Generative Adversarial Networks Based on Patch Transformer for Hyperspectral Unmixing

2023-12-20 · Li Wang, Xiaohua Zhang, Longfei Li, Hongyun Meng 외

Spectral unmixing is a significant challenge in hyperspectral image processing. Existing unmixing methods utilize prior knowledge about the abundance distribution to solve the regularization optimization problem, where t…

Generative Adversarial NetworkHyperspectral Unmixing

HyperGAN-CLIP: A Unified Framework for Domain Adaptation, Image Synthesis and Manipulation

2024-11-19 · Abdul Basit Anees, Ahmet Canberk Baykal, Muhammed Burak Kizil, Duygu Ceylan 외

Generative Adversarial Networks (GANs), particularly StyleGAN and its variants, have demonstrated remarkable capabilities in generating highly realistic images. Despite their success, adapting these models to diverse tas…

Domain AdaptationImage GenerationImage ManipulationStyle Transfer

HyperGANStrument: Instrument Sound Synthesis and Editing with Pitch-Invariant Hypernetworks

2024-01-09 · Zhe Zhang, Taketo Akama

GANStrument, exploiting GANs with a pitch-invariant feature extractor and instance conditioning technique, has shown remarkable capabilities in synthesizing realistic instrument sounds. To further improve the reconstruct…

Diversity

Hyper-Representations as Generative Models: Sampling Unseen Neural Network Weights

2022-09-29 · Konstantin Schürholt, Boris Knyazev, Xavier Giró-i-Nieto, Damian Borth

Learning representations of neural network weights given a model zoo is an emerging and challenging area with many potential applications from model inspection, to neural architecture search or knowledge distillation. Re…

Knowledge DistillationNeural Architecture SearchTransfer Learning