paper-with-me

홈 › Papers

Neural Network Diffusion

2024-02-20 · Kai Wang, Dongwen Tang, Boya Zeng, Yida Yin, Zhaopan Xu, Yukun Zhou, Zelin Zang, Trevor Darrell, Zhuang Liu, Yang You

Diffusion models have achieved remarkable success in image and video generation. In this work, we demonstrate that diffusion models can also \textit{generate high-performing neural network parameters}. Our approach is simple, utilizing an autoencoder and a diffusion model. The autoencoder extracts latent representations of a subset of the trained neural network parameters. Next, a diffusion model is trained to synthesize these latent representations from random noise. This model then generates new representations, which are passed through the autoencoder's decoder to produce new subsets of high-performing network parameters. Across various architectures and datasets, our approach consistently generates models with comparable or improved performance over trained networks, with minimal additional cost. Notably, we empirically find that the generated models are not memorizing the trained ones. Our results encourage more exploration into the versatile use of diffusion models. Our code is available \href{https://github.com/NUS-HPC-AI-Lab/Neural-Network-Diffusion}{here}.

📄 PDF Abstract BibTeX arXiv:2402.13144

Code (2)

nus-hpc-ai-lab/neural-network-diffusion 공식 구현 pytorch
nus-hpc-ai-lab/neural-network-parameter-diffusion 공식 구현 pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffusionNER: Boundary Diffusion for Named Entity Recognition

2023-05-22 · Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li 외

In this paper, we propose DiffusionNER, which formulates the named entity recognition task as a boundary-denoising diffusion process and thus generates named entities from noisy spans. During training, DiffusionNER gradu…

Chinese Named Entity RecognitionDenoisingnamed-entity-recognitionNamed Entity Recognition+3

READ: Retrieval-Enhanced Asymmetric Diffusion for Motion Planning

2024-01-01 · CVPR 2024 1 · Takeru Oba, Matthew Walter, Norimichi Ukita

This paper proposes Retrieval-Enhanced Asymmetric Diffusion (READ) for image-based robot motion planning. Given an image of the scene READ retrieves an initial motion from a database of image-motion pairs and uses a …

Motion PlanningRetrieval

Diffusion Explorer: Interactive Exploration of Diffusion Models

2025-07-01 · Alec Helbling, Duen Horng Chau arxiv

Diffusion models have been central to the development of recent image, video, and even text generation systems. They posses striking geometric properties that can be faithfully portrayed in low-dimensional settings. Howe…

Text Generation

Anisotropic Diffusion in ITK

2015-03-03 · Jean-Marie Mirebeau, Jérôme Fehrenbach, Laurent Risser, Shaza Tobji

Anisotropic Non-Linear Diffusion is a powerful image processing technique, which allows to simultaneously remove the noise and enhance sharp features in two or three dimensional images. Anisotropic Diffusion is understoo…

CutDiffusion: A Simple, Fast, Cheap, and Strong Diffusion Extrapolation Method

2024-04-23 · Mingbao Lin, Zhihang Lin, Wengyi Zhan, Liujuan Cao 외

Transforming large pre-trained low-resolution diffusion models to cater to higher-resolution demands, i.e., diffusion extrapolation, significantly improves diffusion adaptability. We propose tuning-free CutDiffusion, aim…

DenoisingGPU