IVCVMar 10, 2020

LC-GAN: Image-to-image Translation Based on Generative Adversarial Network for Endoscopic Images

arXiv:2003.04949v244 citations
AI Analysis

This addresses the challenge of expensive labeling in medical vision for computer-assisted surgery, though it is an incremental improvement on existing cross-domain methods.

The paper tackles the problem of reducing manual data labeling for instrument segmentation in endoscopic surgery by proposing LC-GAN, an image-to-image translation model that maps live surgery images to cadaveric images, enabling segmentation using labeled cadaveric data and achieving improved segmentation performance.

Intelligent vision is appealing in computer-assisted and robotic surgeries. Vision-based analysis with deep learning usually requires large labeled datasets, but manual data labeling is expensive and time-consuming in medical problems. We investigate a novel cross-domain strategy to reduce the need for manual data labeling by proposing an image-to-image translation model live-cadaver GAN (LC-GAN) based on generative adversarial networks (GANs). We consider a situation when a labeled cadaveric surgery dataset is available while the task is instrument segmentation on an unlabeled live surgery dataset. We train LC-GAN to learn the mappings between the cadaveric and live images. For live image segmentation, we first translate the live images to fake-cadaveric images with LC-GAN and then perform segmentation on the fake-cadaveric images with models trained on the real cadaveric dataset. The proposed method fully makes use of the labeled cadaveric dataset for live image segmentation without the need to label the live dataset. LC-GAN has two generators with different architectures that leverage the deep feature representation learned from the cadaveric image based segmentation task. Moreover, we propose the structural similarity loss and segmentation consistency loss to improve the semantic consistency during translation. Our model achieves better image-to-image translation and leads to improved segmentation performance in the proposed cross-domain segmentation task.

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