IVCVGRAug 27, 2019

Adversarial regression training for visualizing the progression of chronic obstructive pulmonary disease with chest x-rays

arXiv:1908.10468v115 citationsHas Code
AI Analysis

This work addresses the lack of interpretability techniques for regression models in medical imaging, specifically for COPD progression, though it is incremental as it adapts existing adversarial methods to a new task.

The authors tackled the problem of visualizing disease progression in medical images for regression tasks by proposing VR-GAN, a method that generates realistic-looking disease effect maps for chronic obstructive pulmonary disease (COPD) from chest x-rays, outperforming a classification-based technique.

Knowledge of what spatial elements of medical images deep learning methods use as evidence is important for model interpretability, trustiness, and validation. There is a lack of such techniques for models in regression tasks. We propose a method, called visualization for regression with a generative adversarial network (VR-GAN), for formulating adversarial training specifically for datasets containing regression target values characterizing disease severity. We use a conditional generative adversarial network where the generator attempts to learn to shift the output of a regressor through creating disease effect maps that are added to the original images. Meanwhile, the regressor is trained to predict the original regression value for the modified images. A model trained with this technique learns to provide visualization for how the image would appear at different stages of the disease. We analyze our method in a dataset of chest x-rays associated with pulmonary function tests, used for diagnosing chronic obstructive pulmonary disease (COPD). For validation, we compute the difference of two registered x-rays of the same patient at different time points and correlate it to the generated disease effect map. The proposed method outperforms a technique based on classification and provides realistic-looking images, making modifications to images following what radiologists usually observe for this disease. Implementation code is available at https://github.com/ricbl/vrgan.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes