paper-with-me

Papers

Image Augmentation Using a Task Guided Generative Adversarial Network for Age Estimation on Brain MRI

2021-08-03 · Ruizhe Li, Matteo Bastiani, Dorothee Auer, Christian Wagner, Xin Chen

Brain age estimation based on magnetic resonance imaging (MRI) is an active research area in early diagnosis of some neurodegenerative diseases (e.g. Alzheimer, Parkinson, Huntington, etc.) for elderly people or brain underdevelopment for the young group. Deep learning methods have achieved the state-of-the-art performance in many medical image analysis tasks, including brain age estimation. However, the performance and generalisability of the deep learning model are highly dependent on the quantity and quality of the training data set. Both collecting and annotating brain MRI data are extremely time-consuming. In this paper, to overcome the data scarcity problem, we propose a generative adversarial network (GAN) based image synthesis method. Different from the existing GAN-based methods, we integrate a task-guided branch (a regression model for age estimation) to the end of the generator in GAN. By adding a task-guided loss to the conventional GAN loss, the learned low-dimensional latent space and the synthesised images are more task-specific. It helps to boost the performance of the down-stream task by combining the synthesised images and real images for model training. The proposed method was evaluated on a public brain MRI data set for age estimation. Our proposed method outperformed (statistically significant) a deep convolutional neural network based regression model and the GAN-based image synthesis method without the task-guided branch. More importantly, it enables the identification of age-related brain regions in the image space. The code is available on GitHub (https://github.com/ruizhe-l/tgb-gan).

📄 PDF Abstract BibTeX arXiv:2108.01659

Code (1)

ruizhe-l/tgb-gan 공식 구현 tf

Tasks

Age EstimationGenerative Adversarial NetworkImage AugmentationImage GenerationMedical Image Analysisregression

Similar Papers 제목 키워드 기반

GenMix: Effective Data Augmentation with Generative Diffusion Model Image Editing

2024-12-03 · Khawar Islam, Muhammad Zaigham Zaheer, Arif Mahmood, Karthik Nandakumar 외

Data augmentation is widely used to enhance generalization in visual classification tasks. However, traditional methods struggle when source and target domains differ, as in domain adaptation, due to their inability to a…

Adversarial RobustnessData AugmentationDomain Adaptationimage-classification+2

Distance Guided Generative Adversarial Network for Explainable Binary Classifications

2023-12-29 · Xiangyu Xiong, Yue Sun, Xiaohong Liu, Wei Ke 외

Despite the potential benefits of data augmentation for mitigating the data insufficiency, traditional augmentation methods primarily rely on the prior intra-domain knowledge. On the other hand, advanced generative adver…

Binary ClassificationClassificationData AugmentationGenerative Adversarial Network+1

Learning Invariance from Generated Variance for Unsupervised Person Re-identification

2023-01-02 · Hao Chen, Yaohui Wang, Benoit Lagadec, Antitza Dantcheva 외

This work focuses on unsupervised representation learning in person re-identification (ReID). Recent self-supervised contrastive learning methods learn invariance by maximizing the representation similarity between two a…

Contrastive LearningData AugmentationGenerative Adversarial NetworkPerson Re-Identification+2

TTIDA: Controllable Generative Data Augmentation via Text-to-Text and Text-to-Image Models

2023-04-18 · Yuwei Yin, Jean Kaddour, Xiang Zhang, Yixin Nie 외

Data augmentation has been established as an efficacious approach to supplement useful information for low-resource datasets. Traditional augmentation techniques such as noise injection and image transformations have bee…

Data AugmentationDiversitydomain classificationImage Captioning

Pose-Guided Photorealistic Face Rotation

2018-06-01 · CVPR 2018 6 · Yibo Hu, Xiang Wu, Bing Yu, Ran He 외

Face rotation provides an effective and cheap way for data augmentation and representation learning of face recognition. It is a challenging generative learning problem due to the large pose discrepancy between two face …

Data AugmentationFace RecognitionGenerative Adversarial NetworkRepresentation Learning