paper-with-me

Papers

Evolution Meets Diffusion: Efficient Neural Architecture Generation

2025-04-24 · Bingye Zhou, Caiyang Yu

Neural Architecture Search (NAS) has gained widespread attention for its transformative potential in deep learning model design. However, the vast and complex search space of NAS leads to significant computational and time costs. Neural Architecture Generation (NAG) addresses this by reframing NAS as a generation problem, enabling the precise generation of optimal architectures for specific tasks. Despite its promise, mainstream methods like diffusion models face limitations in global search capabilities and are still hindered by high computational and time demands. To overcome these challenges, we propose Evolutionary Diffusion-based Neural Architecture Generation (EDNAG), a novel approach that achieves efficient and training-free architecture generation. EDNAG leverages evolutionary algorithms to simulate the denoising process in diffusion models, using fitness to guide the transition from random Gaussian distributions to optimal architecture distributions. This approach combines the strengths of evolutionary strategies and diffusion models, enabling rapid and effective architecture generation. Extensive experiments demonstrate that EDNAG achieves state-of-the-art (SOTA) performance in architecture optimization, with an improvement in accuracy of up to 10.45%. Furthermore, it eliminates the need for time-consuming training and boosts inference speed by an average of 50 times, showcasing its exceptional efficiency and effectiveness.

📄 PDF Abstract BibTeX arXiv:2504.17827

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingEvolutionary AlgorithmsNeural Architecture Search

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

NExT-Mol: 3D Diffusion Meets 1D Language Modeling for 3D Molecule Generation

2025-02-18 · Zhiyuan Liu, Yanchen Luo, Han Huang, Enzhi Zhang 외

3D molecule generation is crucial for drug discovery and material design. While prior efforts focus on 3D diffusion models for their benefits in modeling continuous 3D conformers, they overlook the advantages of 1D SELFI…

3D Generation3D Molecule GenerationDrug DiscoveryLanguage Modeling+2

When Diffusion MRI Meets Diffusion Model: A Novel Deep Generative Model for Diffusion MRI Generation

2024-08-23 · Xi Zhu, Wei zhang, Yijie Li, Lauren J. O'Donnell 외

Diffusion MRI (dMRI) is an advanced imaging technique characterizing tissue microstructure and white matter structural connectivity of the human brain. The demand for high-quality dMRI data is growing, driven by the need…

Diffusion MRImodel

SSM Meets Video Diffusion Models: Efficient Long-Term Video Generation with Structured State Spaces

2024-03-12 · Yuta Oshima, Shohei Taniguchi, Masahiro Suzuki, Yutaka Matsuo

Given the remarkable achievements in image generation through diffusion models, the research community has shown increasing interest in extending these models to video generation. Recent diffusion models for video genera…

GPUImage GenerationMambaNavigate+2

DiffBench Meets DiffAgent: End-to-End LLM-Driven Diffusion Acceleration Code Generation

2026-01-06 · Jiajun jiao, Haowei Zhu, Puyuan Yang, Jianghui Wang 외 arxiv

Diffusion models have achieved remarkable success in image and video generation. However, their inherently multiple step inference process imposes substantial computational overhead, hindering real-world deployment. Acce…

Video GenerationCode Generation

Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion

2024-07-01 · Boyuan Chen, Diego Marti Monso, Yilun Du, Max Simchowitz 외

This paper presents Diffusion Forcing, a new training paradigm where a diffusion model is trained to denoise a set of tokens with independent per-token noise levels. We apply Diffusion Forcing to sequence generative mode…

Decision MakingPrediction