paper-with-me

홈 › Papers

Iterative Soft Shrinkage Learning for Efficient Image Super-Resolution

2023-03-16 · ICCV 2023 1 · Jiamian Wang, Huan Wang, Yulun Zhang, Yun Fu, Zhiqiang Tao

Image super-resolution (SR) has witnessed extensive neural network designs from CNN to transformer architectures. However, prevailing SR models suffer from prohibitive memory footprint and intensive computations, which limits further deployment on edge devices. This work investigates the potential of network pruning for super-resolution to take advantage of off-the-shelf network designs and reduce the underlying computational overhead. Two main challenges remain in applying pruning methods for SR. First, the widely-used filter pruning technique reflects limited granularity and restricted adaptability to diverse network structures. Second, existing pruning methods generally operate upon a pre-trained network for the sparse structure determination, hard to get rid of dense model training in the traditional SR paradigm. To address these challenges, we adopt unstructured pruning with sparse models directly trained from scratch. Specifically, we propose a novel Iterative Soft Shrinkage-Percentage (ISS-P) method by optimizing the sparse structure of a randomly initialized network at each iteration and tweaking unimportant weights with a small amount proportional to the magnitude scale on-the-fly. We observe that the proposed ISS-P can dynamically learn sparse structures adapting to the optimization process and preserve the sparse model's trainability by yielding a more regularized gradient throughput. Experiments on benchmark datasets demonstrate the effectiveness of the proposed ISS-P over diverse network architectures. Code is available at https://github.com/Jiamian-Wang/Iterative-Soft-Shrinkage-SR

📄 PDF Abstract BibTeX arXiv:2303.09650

Code (2)

Jiamian-Wang/IST_for_SR_pruning 공식 구현 pytorch
jiamian-wang/iterative-soft-shrinkage-sr 공식 구현 pytorch

Tasks

Image Super-ResolutionNetwork PruningSuper-Resolution

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Combination of Single and Multi-frame Image Super-resolution: An Analytical Perspective

2023-03-06 · Mohammad Mahdi Afrasiabi, Reshad Hosseini, Aliazam Abbasfar

Super-resolution is the process of obtaining a high-resolution image from one or more low-resolution images. Single image super-resolution (SISR) and multi-frame super-resolution (MFSR) methods have been evolved almost i…

Image Super-ResolutionMulti-Frame Super-ResolutionSuper-Resolution

Learned Block Iterative Shrinkage Thresholding Algorithm for Photothermal Super Resolution Imaging

2020-12-07 · Samim Ahmadi, Jan Christian Hauffen, Linh Kästner, Peter Jung 외

Block-sparse regularization is already well-known in active thermal imaging and is used for multiple measurement based inverse problems. The main bottleneck of this method is the choice of regularization parameters which…

Super-Resolution

Compressed Sensing Parallel MRI with Adaptive Shrinkage TV Regularization

2018-09-18 · Raji Susan Mathew, Joseph Suresh Paul

Compressed sensing (CS) methods in magnetic resonance imaging (MRI) offer rapid acquisition and improved image quality but require iterative reconstruction schemes with regularization to enforce sparsity. Regardless of t…

compressed sensing

ISTA-Inspired Network for Image Super-Resolution

2022-10-14 · Yuqing Liu, Wei zhang, Weifeng Sun, Zhikai Yu 외

Deep learning for image super-resolution (SR) has been investigated by numerous researchers in recent years. Most of the works concentrate on effective block designs and improve the network representation but lack interp…

Image Super-ResolutionSuper-Resolution

Samplet basis pursuit: Multiresolution scattered data approximation with sparsity constraints

2023-06-16 · Davide Baroli, Helmut Harbrecht, Michael Multerer

We consider scattered data approximation in samplet coordinates with $\ell_1$-regularization. The application of an $\ell_1$-regularization term enforces sparsity of the coefficients with respect to the samplet basis. Sa…

Data CompressionSurface Reconstruction