中文
相关论文

相关论文: Infinite Brain MR Images: PGGAN-based Data Augment…

200 篇论文

Successful training of convolutional neural networks (CNNs) requires a substantial amount of data. With small datasets networks generalize poorly. Data Augmentation techniques improve the generalizability of neural networks by using…

计算机视觉与模式识别 · 计算机科学 2021-01-14 Saman Motamed , Patrik Rogalla , Farzad Khalvati

Deep learning based generative adversarial networks (GAN) can effectively perform image reconstruction with under-sampled MR data. In general, a large number of training samples are required to improve the reconstruction performance of a…

图像与视频处理 · 电气工程与系统科学 2021-05-19 Jun Lv , Guangyuan Li , Xiangrong Tong , Weibo Chen , Jiahao Huang , Chengyan Wang , Guang Yang

Brain network analysis for traumatic brain injury (TBI) patients is critical for its consciousness level assessment and prognosis evaluation, which requires the segmentation of certain consciousness-related brain regions. However, it is…

图像与视频处理 · 电气工程与系统科学 2022-08-15 Xiangyu Zhao , Di Zang , Sheng Wang , Zhenrong Shen , Kai Xuan , Zeyu Wei , Zhe Wang , Ruizhe Zheng , Xuehai Wu , Zheren Li , Qian Wang , Zengxin Qi , Lichi Zhang

Generative Adversarial Networks (GANs) have become increasingly powerful, generating mind-blowing photorealistic images that mimic the content of datasets they were trained to replicate. One recurrent theme in medical imaging is whether…

图像与视频处理 · 电气工程与系统科学 2021-07-20 Youssef Skandarani , Pierre-Marc Jodoin , Alain Lalande

One way to expand the available dataset for training AI models in the medical field is through the use of Generative Adversarial Networks (GANs) for data augmentation. GANs work by employing a generator network to create new data samples…

Recent successes in Generative Adversarial Networks (GAN) have affirmed the importance of using more data in GAN training. Yet it is expensive to collect data in many domains such as medical applications. Data Augmentation (DA) has been…

计算机视觉与模式识别 · 计算机科学 2021-02-24 Ngoc-Trung Tran , Viet-Hung Tran , Ngoc-Bao Nguyen , Trung-Kien Nguyen , Ngai-Man Cheung

The performance of generative adversarial networks (GANs) heavily deteriorates given a limited amount of training data. This is mainly because the discriminator is memorizing the exact training set. To combat it, we propose Differentiable…

计算机视觉与模式识别 · 计算机科学 2020-12-08 Shengyu Zhao , Zhijian Liu , Ji Lin , Jun-Yan Zhu , Song Han

Manual brain tumor segmentation from MRI scans is challenging due to tumor heterogeneity, scarcity of annotated data, and class imbalance in medical imaging datasets. Synthetic data generated by generative models has the potential to…

计算机视觉与模式识别 · 计算机科学 2025-08-20 Aditi Jahagirdar , Sameer Joshi

Due to the COVID-19 global pandemic, computer-assisted diagnoses of medical images have gained much attention, and robust methods of semantic segmentation of Computed Tomography (CT) images have become highly desirable. In this work, we…

图像与视频处理 · 电气工程与系统科学 2023-03-13 Bruno A. Krinski , Daniel V. Ruiz , Rayson Laroca , Eduardo Todt

Multimodal magnetic resonance imaging (MRI) can reveal different patterns of human tissue and is crucial for clinical diagnosis. However, limited by cost, noise and manual labeling, obtaining diverse and reliable multimodal MR images…

图像与视频处理 · 电气工程与系统科学 2023-10-11 Li Zhu , Jiawei Jiang , Lin Lu , Jin Li

Generative Adversarial Networks (GANs) have been successfully used to synthesize realistically looking images of faces, scenery and even medical images. Unfortunately, they usually require large training datasets, which are often scarce in…

计算机视觉与模式识别 · 计算机科学 2018-04-13 Christoph Baur , Shadi Albarqouni , Nassir Navab

Data augmentation is essential for medical research to increase the size of training datasets and achieve better results. In this work, we experiment three GAN architectures with different loss functions to generate new brain MRIs. The…

图像与视频处理 · 电气工程与系统科学 2020-02-10 Antoine Delplace

Training computer-vision related algorithms on medical images for disease diagnosis or image segmentation is difficult due to the lack of training data, labeled samples, and privacy concerns. For this reason, a robust generative method to…

图像与视频处理 · 电气工程与系统科学 2021-11-04 Robert V Bergen , Jean-Francois Rajotte , Fereshteh Yousefirizi , Ivan S Klyuzhin , Arman Rahmim , Raymond T. Ng

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 missing images between…

计算机视觉与模式识别 · 计算机科学 2020-05-05 Bingyu Xin , Yifan Hu , Yefeng Zheng , Hongen Liao

Segmentation of regions of interest (ROIs) for identifying abnormalities is a leading problem in medical imaging. Using machine learning for this problem generally requires manually annotated ground-truth segmentations, demanding extensive…

图像与视频处理 · 电气工程与系统科学 2024-08-19 Jay J. Yoo , Khashayar Namdar , Matthias W. Wagner , Liana Nobre , Uri Tabori , Cynthia Hawkins , Birgit B. Ertl-Wagner , Farzad Khalvati

Generative adversarial networks (GANs) are unsupervised Deep Learning approach in the computer vision community which has gained significant attention from the last few years in identifying the internal structure of multimodal medical…

图像与视频处理 · 电气工程与系统科学 2020-05-22 Nripendra Kumar Singh , Khalid Raza

Deep learning algorithms produces state-of-the-art results for different machine learning and computer vision tasks. To perform well on a given task, these algorithms require large dataset for training. However, deep learning algorithms…

机器学习 · 计算机科学 2019-04-03 Talha Iqbal , Hazrat Ali

Data scarcity and class imbalance are two fundamental challenges in many machine learning applications to healthcare. Breast cancer classification in mammography exemplifies these challenges, with a malignancy rate of around 0.5% in a…

图像与视频处理 · 电气工程与系统科学 2020-06-02 Eric Wu , Kevin Wu , William Lotter

Early detection of breast cancer has a major contribution to curability, and using mammographic images, this can be achieved non-invasively. Supervised deep learning, the dominant CADe tool currently, has played a great role in object…

图像与视频处理 · 电气工程与系统科学 2019-09-06 Basel Alyafi , Oliver Diaz , Robert Marti

Data augmentation has proved extremely useful by increasing training data variance to alleviate overfitting and improve deep neural networks' generalization performance. In medical image analysis, a well-designed augmentation policy usually…

计算机视觉与模式识别 · 计算机科学 2021-03-31 Yunhe Gao , Zhiqiang Tang , Mu Zhou , Dimitris Metaxas