paper-with-me

Papers

Differentiable Neural Architecture Search for Extremely Lightweight Image Super-Resolution

2021-05-09 · Han Huang, Li Shen, Chaoyang He, Weisheng Dong, Wei Liu

Single Image Super-Resolution (SISR) tasks have achieved significant performance with deep neural networks. However, the large number of parameters in CNN-based met-hods for SISR tasks require heavy computations. Although several efficient SISR models have been recently proposed, most are handcrafted and thus lack flexibility. In this work, we propose a novel differentiable Neural Architecture Search (NAS) approach on both the cell-level and network-level to search for lightweight SISR models. Specifically, the cell-level search space is designed based on an information distillation mechanism, focusing on the combinations of lightweight operations and aiming to build a more lightweight and accurate SR structure. The network-level search space is designed to consider the feature connections among the cells and aims to find which information flow benefits the cell most to boost the performance. Unlike the existing Reinforcement Learning (RL) or Evolutionary Algorithm (EA) based NAS methods for SISR tasks, our search pipeline is fully differentiable, and the lightweight SISR models can be efficiently searched on both the cell-level and network-level jointly on a single GPU. Experiments show that our methods can achieve state-of-the-art performance on the benchmark datasets in terms of PSNR, SSIM, and model complexity with merely 68G Multi-Adds for $\times 2$ and 18G Multi-Adds for $\times 4$ SR tasks.

📄 PDF Abstract BibTeX arXiv:2105.03939

Code (1)

dawnhh/dlsr-pytorch 공식 구현 pytorch

Tasks

GPUImage Super-ResolutionNeural Architecture SearchReinforcement Learning (RL)SSIMSuper-Resolution

Similar Papers 제목 키워드 기반

Differentiable Vector Quantization for Rate-Distortion Optimization of Generative Image Compression

2026-04-12 · Shiyin Jiang, Wei Long, Minghao Han, Zhenghao Chen 외 arxiv

The rapid growth of visual data under stringent storage and bandwidth constraints makes extremely low-bitrate image compression increasingly important. While Vector Quantization (VQ) offers strong structural fidelity, ex…

Representation LearningImage Compression

You Only Search Once: On Lightweight Differentiable Architecture Search for Resource-Constrained Embedded Platforms

2022-08-30 · Xiangzhong Luo, Di Liu, Hao Kong, Shuo Huai 외

Benefiting from the search efficiency, differentiable neural architecture search (NAS) has evolved as the most dominant alternative to automatically design competitive deep neural networks (DNNs). We note that DNNs must …

Neural Architecture Search

Learning Latent Architectural Distribution in Differentiable Neural Architecture Search via Variational Information Maximization

2021-01-01 · ICCV 2021 10 · Yaoming Wang, Yuchen Liu, Wenrui Dai, Chenglin Li 외

Existing differentiable neural architecture search approaches simply assume the architectural distribution on each edge is independent of each other, which conflicts with the intrinsic properties of architecture. In…

Neural Architecture Search

RADARS: Memory Efficient Reinforcement Learning Aided Differentiable Neural Architecture Search

2021-09-13 · Zheyu Yan, Weiwen Jiang, Xiaobo Sharon Hu, Yiyu Shi

Differentiable neural architecture search (DNAS) is known for its capacity in the automatic generation of superior neural networks. However, DNAS based methods suffer from memory usage explosion when the search space exp…

GPUNeural Architecture Searchreinforcement-learningReinforcement Learning+1

A Lightweight Neural Architecture Search Model for Medical Image Classification

2024-05-06 · Lunchen Xie, Eugenio Lomurno, Matteo Gambella, Danilo Ardagna 외

Accurate classification of medical images is essential for modern diagnostics. Deep learning advancements led clinicians to increasingly use sophisticated models to make faster and more accurate decisions, sometimes repl…

Deep Learningimage-classificationImage ClassificationMedical Image Classification+1