paper-with-me

Papers

Attentive Fine-Grained Structured Sparsity for Image Restoration

2022-04-26 · CVPR 2022 1 · Junghun Oh, Heewon Kim, Seungjun Nah, Cheeun Hong, Jonghyun Choi, Kyoung Mu Lee

Image restoration tasks have witnessed great performance improvement in recent years by developing large deep models. Despite the outstanding performance, the heavy computation demanded by the deep models has restricted the application of image restoration. To lift the restriction, it is required to reduce the size of the networks while maintaining accuracy. Recently, N:M structured pruning has appeared as one of the effective and practical pruning approaches for making the model efficient with the accuracy constraint. However, it fails to account for different computational complexities and performance requirements for different layers of an image restoration network. To further optimize the trade-off between the efficiency and the restoration accuracy, we propose a novel pruning method that determines the pruning ratio for N:M structured sparsity at each layer. Extensive experimental results on super-resolution and deblurring tasks demonstrate the efficacy of our method which outperforms previous pruning methods significantly. PyTorch implementation for the proposed methods is available at https://github.com/JungHunOh/SLS_CVPR2022.

📄 PDF Abstract BibTeX arXiv:2204.12266

Code (1)

junghunoh/sls_cvpr2022 공식 구현 pytorch

Tasks

DeblurringImage RestorationSuper-Resolution

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Efficient Winning Tickets Drawing over Fine-Grained Structured Sparsity

2021-09-29 · Sai Qian Zhang, Bradley McDanel

The fine-grained structured sparsity has been proposed as a middle-ground between unstructured sparsity, where weights are pruned independently, and coarse-grained structured sparsity, where entire blocks of weights are …

Learning N:M Fine-grained Structured Sparse Neural Networks From Scratch

2021-02-08 · ICLR 2021 1 · Aojun Zhou, Yukun Ma, Junnan Zhu, Jianbo Liu 외

Sparsity in Deep Neural Networks (DNNs) has been widely studied to compress and accelerate the models on resource-constrained environments. It can be generally categorized into unstructured fine-grained sparsity that zer…

Exposing and Exploiting Fine-Grained Block Structures for Fast and Accurate Sparse Training

2022-11-01 · NIPS 2022 11 · Peng Jiang, Lihan Hu, Shihui Song

Sparse training is a popular technique to reduce the overhead of training large models. Although previous work has shown promising results for nonstructured sparse models, it is still unclear whether a sparse model with …

Exploring the Regularity of Sparse Structure in Convolutional Neural Networks

2017-05-24 · Huizi Mao, Song Han, Jeff Pool, Wenshuo Li 외

Sparsity helps reduce the computational complexity of deep neural networks by skipping zeros. Taking advantage of sparsity is listed as a high priority in next generation DNN accelerators such as TPU. The structure of sp…

GRIM: A General, Real-Time Deep Learning Inference Framework for Mobile Devices based on Fine-Grained Structured Weight Sparsity

2021-08-25 · Wei Niu, Zhengang Li, Xiaolong Ma, Peiyan Dong 외

It is appealing but challenging to achieve real-time deep neural network (DNN) inference on mobile devices because even the powerful modern mobile devices are considered as ``resource-constrained'' when executing large-s…

Code GenerationCompiler Optimization