paper-with-me

홈 › Papers

Auxiliary Loss Reweighting for Image Inpainting

2021-11-14 · Siqi Hui, Sanping Zhou, Ye Deng, Wenli Huang, Jinjun Wang

Image Inpainting is a task that aims to fill in missing regions of corrupted images with plausible contents. Recent inpainting methods have introduced perceptual and style losses as auxiliary losses to guide the learning of inpainting generators. Perceptual and style losses help improve the perceptual quality of inpainted results by supervising deep features of generated regions. However, two challenges have emerged with the usage of auxiliary losses: (i) the time-consuming grid search is required to decide weights for perceptual and style losses to properly perform, and (ii) loss terms with different auxiliary abilities are equally weighted by perceptual and style losses. To meet these two challenges, we propose a novel framework that independently weights auxiliary loss terms and adaptively adjusts their weights within a single training process, without a time-consuming grid search. Specifically, to release the auxiliary potential of perceptual and style losses, we propose two auxiliary losses, Tunable Perceptual Loss (TPL) and Tunable Style Loss (TSL) by using different tunable weights to consider the contributions of different loss terms. TPL and TSL are supersets of perceptual and style losses and release the auxiliary potential of standard perceptual and style losses. We further propose the Auxiliary Weights Adaptation (AWA) algorithm, which efficiently reweights TPL and TSL in a single training process. AWA is based on the principle that the best auxiliary weights would lead to the most improvement in inpainting performance. We conduct experiments on publically available datasets and find that our framework helps current SOTA methods achieve better results.

📄 PDF Abstract BibTeX arXiv:2111.07279

Code (1)

HuiSiqi/Auxiliary-Loss-Reweighting-for-Image-Inpainting 공식 구현 pytorch

Tasks

Image Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

CR-Fill: Generative Image Inpainting with Auxiliary Contexutal Reconstruction

2020-11-25 · Yu Zeng, Zhe Lin, Huchuan Lu, Vishal M. Patel

Recent deep generative inpainting methods use attention layers to allow the generator to explicitly borrow feature patches from the known region to complete a missing region. Due to the lack of supervision signals for th…

Image Inpainting

CR-Fill: Generative Image Inpainting With Auxiliary Contextual Reconstruction

2021-01-01 · ICCV 2021 10 · Yu Zeng, Zhe Lin, Huchuan Lu, Vishal M. Patel

Recent deep generative inpainting methods use attention layers to allow the generator to explicitly borrow feature patches from the known region to complete a missing region. Due to the lack of supervision signals fo…

Image Inpainting

Unbiased Multi-Modality Guidance for Image Inpainting

2022-08-25 · Yongsheng Yu, Dawei Du, Libo Zhang, Tiejian Luo

Image inpainting is an ill-posed problem to recover missing or damaged image content based on incomplete images with masks. Previous works usually predict the auxiliary structures (e.g., edges, segmentation and contours)…

Image InpaintingSemantic Segmentation

Dual-Path Image Inpainting With Auxiliary GAN Inversion

2022-01-01 · CVPR 2022 1 · Wentao Wang, Li Niu, Jianfu Zhang, Xue Yang 외

Deep image inpainting can inpaint a corrupted image using a feed-forward inference, but still fails to handle large missing area or complex semantics. Recently, GAN inversion based inpainting methods propose to lever…

Image Inpainting

HD-Painter: High-Resolution and Prompt-Faithful Text-Guided Image Inpainting with Diffusion Models

2023-12-21 · Hayk Manukyan, Andranik Sargsyan, Barsegh Atanyan, Zhangyang Wang 외

Recent progress in text-guided image inpainting, based on the unprecedented success of text-to-image diffusion models, has led to exceptionally realistic and visually plausible results. However, there is still significan…

2kImage InpaintingSuper-Resolution