paper-with-me

홈 › Papers

MGAN-CRCM: A Novel Multiple Generative Adversarial Network and Coarse-Refinement Based Cognizant Method for Image Inpainting

2024-12-25 · Nafiz Al Asad, Md. Appel Mahmud Pranto, Shbiruzzaman Shiam, Musaddeq Mahmud Akand, Mohammad Abu Yousuf, Khondokar Fida Hasan, Mohammad Ali Moni

Image inpainting is a widely used technique in computer vision for reconstructing missing or damaged pixels in images. Recent advancements with Generative Adversarial Networks (GANs) have demonstrated superior performance over traditional methods due to their deep learning capabilities and adaptability across diverse image domains. Residual Networks (ResNet) have also gained prominence for their ability to enhance feature representation and compatibility with other architectures. This paper introduces a novel architecture combining GAN and ResNet models to improve image inpainting outcomes. Our framework integrates three components: Transpose Convolution-based GAN for guided and blind inpainting, Fast ResNet-Convolutional Neural Network (FR-CNN) for object removal, and Co-Modulation GAN (Co-Mod GAN) for refinement. The model's performance was evaluated on benchmark datasets, achieving accuracies of 96.59% on Image-Net, 96.70% on Places2, and 96.16% on CelebA. Comparative analyses demonstrate that the proposed architecture outperforms existing methods, highlighting its effectiveness in both qualitative and quantitative evaluations.

📄 PDF Abstract BibTeX arXiv:2412.19000

Code (1)

MindSpore-scientific-2/code-5/tree/main/mgan-mindspore mindspore

Tasks

Generative Adversarial NetworkImage Inpainting

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
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…
Kaiming Initialization 설명 없음
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…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Multi-Modality Generative Adversarial Networks with Tumor Consistency Loss for Brain MR Image Synthesis

2020-05-02 · Bingyu Xin, Yifan Hu, Yefeng Zheng, Hongen Liao

Magnetic Resonance (MR) images of different modalities can provide complementary information for clinical diagnosis, but whole modalities are often costly to access. Most existing methods only focus on synthesizing missi…

Generative Adversarial NetworkImage GenerationTumor Segmentation

Attribute Manipulation Generative Adversarial Networks for Fashion Images

2019-10-01 · ICCV 2019 10 · Kenan E. Ak, Joo Hwee Lim, Jo Yew Tham, Ashraf A. Kassim

Recent advances in Generative Adversarial Networks (GANs) have made it possible to conduct multi-domain image-to-image translation using a single generative network. While recent methods such as Ganimation and SaGAN are …

AttributeImage RetrievalImage-to-Image TranslationRetrieval+1

Multi-MotifGAN (MMGAN): Motif-targeted Graph Generation and Prediction

2019-11-08 · Anuththari Gamage, Eli Chien, Jianhao Peng, Olgica Milenkovic

Generative graph models create instances of graphs that mimic the properties of real-world networks. Generative models are successful at retaining pairwise associations in the underlying networks but often fail to captur…

Generative Adversarial NetworkGraph GenerationPrediction

MMGAN: Generative Adversarial Networks for Multi-Modal Distributions

2019-11-15 · Teodora Pandeva, Matthias Schubert

Over the past years, Generative Adversarial Networks (GANs) have shown a remarkable generation performance especially in image synthesis. Unfortunately, they are also known for having an unstable training process and mig…

ClusteringImage Generation

FragmGAN: Generative Adversarial Nets for Fragmentary Data Imputation and Prediction

2022-03-09 · Fang Fang, Shenliao Bao

Modern scientific research and applications very often encounter "fragmentary data" which brings big challenges to imputation and prediction. By leveraging the structure of response patterns, we propose a unified and fle…

Imputation