paper-with-me

Papers

Multi-level Wavelet Convolutional Neural Networks

2019-07-06 · Pengju Liu, Hongzhi Zhang, Wei Lian, WangMeng Zuo

In computer vision, convolutional networks (CNNs) often adopts pooling to enlarge receptive field which has the advantage of low computational complexity. However, pooling can cause information loss and thus is detrimental to further operations such as features extraction and analysis. Recently, dilated filter has been proposed to trade off between receptive field size and efficiency. But the accompanying gridding effect can cause a sparse sampling of input images with checkerboard patterns. To address this problem, in this paper, we propose a novel multi-level wavelet CNN (MWCNN) model to achieve better trade-off between receptive field size and computational efficiency. The core idea is to embed wavelet transform into CNN architecture to reduce the resolution of feature maps while at the same time, increasing receptive field. Specifically, MWCNN for image restoration is based on U-Net architecture, and inverse wavelet transform (IWT) is deployed to reconstruct the high resolution (HR) feature maps. The proposed MWCNN can also be viewed as an improvement of dilated filter and a generalization of average pooling, and can be applied to not only image restoration tasks, but also any CNNs requiring a pooling operation. The experimental results demonstrate effectiveness of the proposed MWCNN for tasks such as image denoising, single image super-resolution, JPEG image artifacts removal and object classification.

📄 PDF Abstract BibTeX arXiv:1907.03128

Code (3)

lpj-github-io/MWCNNv2 공식 구현 pytorch
AureliePeng/Keras-WaveletTransform
pminhtam/MWCNN pytorch

Tasks

Computational EfficiencyDenoisingImage DenoisingImage RestorationImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

GHM Wavelet Transform for Deep Image Super Resolution

2022-04-16 · Ben Lowe, Hadi Salman, Justin Zhan

The GHM multi-level discrete wavelet transform is proposed as preprocessing for image super resolution with convolutional neural networks. Previous works perform analysis with the Haar wavelet only. In this work, 37 sing…

Image Super-ResolutionSuper-Resolution

Multi-level Wavelet-CNN for Image Restoration

2018-05-18 · Pengju Liu, Hongzhi Zhang, Kai Zhang, Liang Lin 외

The tradeoff between receptive field size and efficiency is a crucial issue in low level vision. Plain convolutional networks (CNNs) generally enlarge the receptive field at the expense of computational cost. Recently, d…

Computational EfficiencyDenoisingImage DenoisingImage Restoration+3

Progressive Training of Multi-level Wavelet Residual Networks for Image Denoising

2020-10-23 · Yali Peng, Yue Cao, Shigang Liu, Jian Yang 외

Recent years have witnessed the great success of deep convolutional neural networks (CNNs) in image denoising. Albeit deeper network and larger model capacity generally benefit performance, it remains a challenging pract…

DenoisingImage Denoising

Wavelet based edge feature enhancement for convolutional neural networks

2018-08-29 · D. D. N. De Silva, S. Fernando, I. T. S. Piyatilake, A. V. S. Karunarathne

Convolutional neural networks are able to perform a hierarchical learning process starting with local features. However, a limited attention is paid to enhancing such elementary level features like edges. We propose and …

3DM-WeConvene: Learned Image Compression with 3D Multi-Level Wavelet-Domain Convolution and Entropy Model

2025-04-07 · Haisheng Fu, Jie Liang, Feng Liang, Zhenman Fang 외

Learned image compression (LIC) has recently made significant progress, surpassing traditional methods. However, most LIC approaches operate mainly in the spatial domain and lack mechanisms for reducing frequency-domain …

Image Compression