paper-with-me

홈 › Papers

A Survey on Training Challenges in Generative Adversarial Networks for Biomedical Image Analysis

2022-01-19 · Muhammad Muneeb Saad, Ruairi O'Reilly, Mubashir Husain Rehmani

In biomedical image analysis, the applicability of deep learning methods is directly impacted by the quantity of image data available. This is due to deep learning models requiring large image datasets to provide high-level performance. Generative Adversarial Networks (GANs) have been widely utilized to address data limitations through the generation of synthetic biomedical images. GANs consist of two models. The generator, a model that learns how to produce synthetic images based on the feedback it receives. The discriminator, a model that classifies an image as synthetic or real and provides feedback to the generator. Throughout the training process, a GAN can experience several technical challenges that impede the generation of suitable synthetic imagery. First, the mode collapse problem whereby the generator either produces an identical image or produces a uniform image from distinct input features. Second, the non-convergence problem whereby the gradient descent optimizer fails to reach a Nash equilibrium. Thirdly, the vanishing gradient problem whereby unstable training behavior occurs due to the discriminator achieving optimal classification performance resulting in no meaningful feedback being provided to the generator. These problems result in the production of synthetic imagery that is blurry, unrealistic, and less diverse. To date, there has been no survey article outlining the impact of these technical challenges in the context of the biomedical imagery domain. This work presents a review and taxonomy based on solutions to the training problems of GANs in the biomedical imaging domain. This survey highlights important challenges and outlines future research directions about the training of GANs in the domain of biomedical imagery.

📄 PDF Abstract BibTeX arXiv:2201.07646

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Retrieval-Augmented Generation in Biomedicine: A Survey of Technologies, Datasets, and Clinical Applications

2025-05-02 · JiaWei He, Boya Zhang, Hossein Rouhizadeh, Yingjian Chen 외

Recent advances in large language models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks. However, their application in the biomedical domain presents unique challenges, particularly…

RAGRetrievalRetrieval-augmented Generation

Generative adversarial networks and adversarial methods in biomedical image analysis

2018-10-24 · Jelmer M. Wolterink, Konstantinos Kamnitsas, Christian Ledig, Ivana Išgum

Generative adversarial networks (GANs) and other adversarial methods are based on a game-theoretical perspective on joint optimization of two neural networks as players in a game. Adversarial techniques have been extensi…

AMMU : A Survey of Transformer-based Biomedical Pretrained Language Models

2021-04-16 · Katikapalli Subramanyam Kalyan, Ajit Rajasekharan, Sivanesan Sangeetha

Transformer-based pretrained language models (PLMs) have started a new era in modern natural language processing (NLP). These models combine the power of transformers, transfer learning, and self-supervised learning (SSL…

Self-Supervised LearningSurveyTransfer Learning

Explainable Artificial Intelligence in Biomedical Image Analysis: A Comprehensive Survey

2025-07-09 · Getamesay Haile Dagnaw, Yanming Zhu, Muhammad Hassan Maqsood, Wencheng Yang 외

Explainable artificial intelligence (XAI) has become increasingly important in biomedical image analysis to promote transparency, trust, and clinical adoption of DL models. While several surveys have reviewed XAI techniq…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Survey

A Chronological Survey of Theoretical Advancements in Generative Adversarial Networks for Computer Vision

2023-11-02 · Hrishikesh Sharma

Generative Adversarial Networks (GANs) have been workhorse generative models for last many years, especially in the research field of computer vision. Accordingly, there have been many significant advancements in the the…