paper-with-me

Papers

Pluralistic Image Completion

2019-03-11 · CVPR 2019 6 · Chuanxia Zheng, Tat-Jen Cham, Jianfei Cai

Most image completion methods produce only one result for each masked input, although there may be many reasonable possibilities. In this paper, we present an approach for \textbf{pluralistic image completion} -- the task of generating multiple and diverse plausible solutions for image completion. A major challenge faced by learning-based approaches is that usually only one ground truth training instance per label. As such, sampling from conditional VAEs still leads to minimal diversity. To overcome this, we propose a novel and probabilistically principled framework with two parallel paths. One is a reconstructive path that utilizes the only one given ground truth to get prior distribution of missing parts and rebuild the original image from this distribution. The other is a generative path for which the conditional prior is coupled to the distribution obtained in the reconstructive path. Both are supported by GANs. We also introduce a new short+long term attention layer that exploits distant relations among decoder and encoder features, improving appearance consistency. When tested on datasets with buildings (Paris), faces (CelebA-HQ), and natural images (ImageNet), our method not only generated higher-quality completion results, but also with multiple and diverse plausible outputs.

📄 PDF Abstract BibTeX arXiv:1903.04227

Code (1)

lyndonzheng/Pluralistic-Inpainting 공식 구현 pytorch

Tasks

DecoderDiversityImage Inpainting

Similar Papers 제목 키워드 기반

High-Fidelity Pluralistic Image Completion with Transformers

2021-03-25 · ICCV 2021 10 · Ziyu Wan, Jingbo Zhang, Dongdong Chen, Jing Liao

Image completion has made tremendous progress with convolutional neural networks (CNNs), because of their powerful texture modeling capacity. However, due to some inherent properties (e.g., local inductive prior, spatial…

DiversityImage InpaintingVocal Bursts Intensity Prediction

Pluralistic Image Completion with Probabilistic Mixture-of-Experts

2022-05-18 · Xiaobo Xia, Wenhao Yang, Jie Ren, Yewen Li 외

Pluralistic image completion focuses on generating both visually realistic and diverse results for image completion. Prior methods enjoy the empirical successes of this task. However, their used constraints for pluralist…

DiversityMixture-of-Experts

RetCompletion:High-Speed Inference Image Completion with Retentive Network

2024-10-05 · Yueyang Cang, Pingge Hu, Xiaoteng Zhang, Xingtong Wang 외

Time cost is a major challenge in achieving high-quality pluralistic image completion. Recently, the Retentive Network (RetNet) in natural language processing offers a novel approach to this problem with its low-cost inf…

Unsupervised anomaly localization in high-resolution breast scans using deep pluralistic image completion

2023-05-04 · Nicholas Konz, Haoyu Dong, Maciej A. Mazurowski

Automated tumor detection in Digital Breast Tomosynthesis (DBT) is a difficult task due to natural tumor rarity, breast tissue variability, and high resolution. Given the scarcity of abnormal images and the abundance of …

Anomaly DetectionAnomaly Localization

High-Quality Pluralistic Image Completion via Code Shared VQGAN

2022-04-05 · Chuanxia Zheng, Guoxian Song, Tat-Jen Cham, Jianfei Cai 외

PICNet pioneered the generation of multiple and diverse results for image completion task, but it required a careful balance between $\mathcal{KL}$ loss (diversity) and reconstruction loss (quality), resulting in a limit…

DiversityImage ReconstructionVocal Bursts Intensity Prediction