paper-with-me

Papers

HINet: Half Instance Normalization Network for Image Restoration

2021-05-13 · Liangyu Chen, Xin Lu, Jie Zhang, Xiaojie Chu, Chengpeng Chen

In this paper, we explore the role of Instance Normalization in low-level vision tasks. Specifically, we present a novel block: Half Instance Normalization Block (HIN Block), to boost the performance of image restoration networks. Based on HIN Block, we design a simple and powerful multi-stage network named HINet, which consists of two subnetworks. With the help of HIN Block, HINet surpasses the state-of-the-art (SOTA) on various image restoration tasks. For image denoising, we exceed it 0.11dB and 0.28 dB in PSNR on SIDD dataset, with only 7.5% and 30% of its multiplier-accumulator operations (MACs), 6.8 times and 2.9 times speedup respectively. For image deblurring, we get comparable performance with 22.5% of its MACs and 3.3 times speedup on REDS and GoPro datasets. For image deraining, we exceed it by 0.3 dB in PSNR on the average result of multiple datasets with 1.4 times speedup. With HINet, we won 1st place on the NTIRE 2021 Image Deblurring Challenge - Track2. JPEG Artifacts, with a PSNR of 29.70. The code is available at https://github.com/megvii-model/HINet.

📄 PDF Abstract BibTeX arXiv:2105.06086

Code (2)

megvii-model/HINet 공식 구현 pytorch
akalia77/hinet pytorch

Tasks

DeblurringDenoisingImage DeblurringImage DenoisingImage RestorationRain RemovalSingle Image DerainingSpectral Reconstruction

Methods 이 논문이 사용한 방법론

Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

ARIN: Adaptive Resampling and Instance Normalization for Robust Blind Inpainting of Dunhuang Cave Paintings

2024-02-25 · Alexander Schmidt, Prathmesh Madhu, Andreas Maier, Vincent Christlein 외

Image enhancement algorithms are very useful for real world computer vision tasks where image resolution is often physically limited by the sensor size. While state-of-the-art deep neural networks show impressive results…

DeblurringImage EnhancementSuper-Resolution

MorphiNet: A Graph Subdivision Network for Adaptive Bi-ventricle Surface Reconstruction

2024-12-14 · Yu Deng, Yiyang Xu, Linglong Qian, Charlene Mauger 외

Cardiac Magnetic Resonance (CMR) imaging is widely used for heart modelling and digital twin computational analysis due to its ability to visualize soft tissues and capture dynamic functions. However, the anisotropic nat…

AnatomySurface Reconstruction

ThiNet: A Filter Level Pruning Method for Deep Neural Network Compression

2017-07-20 · ICCV 2017 10 · Jian-Hao Luo, Jianxin Wu, Weiyao Lin

We propose an efficient and unified framework, namely ThiNet, to simultaneously accelerate and compress CNN models in both training and inference stages. We focus on the filter level pruning, i.e., the whole filter would…

Neural Network Compression

Universal Face Restoration With Memorized Modulation

2021-10-03 · Jia Li, Huaibo Huang, Xiaofei Jia, Ran He

Blind face restoration (BFR) is a challenging problem because of the uncertainty of the degradation patterns. This paper proposes a Restoration with Memorized Modulation (RMM) framework for universal BFR in diverse degra…

Blind Face Restoration

Taming Reversible Halftoning via Predictive Luminance

2023-06-14 · Cheuk-Kit Lau, Menghan Xia, Tien-Tsin Wong

Traditional halftoning usually drops colors when dithering images with binary dots, which makes it difficult to recover the original color information. We proposed a novel halftoning technique that converts a color image…