scispace - formally typeset
Search or ask a question
Author

Yiwei Chen

Bio: Yiwei Chen is an academic researcher from University of Science and Technology of China. The author has contributed to research in topics: Domain (software engineering) & Fundus (eye). The author has an hindex of 2, co-authored 5 publications receiving 8 citations.

Papers
More filters
Journal ArticleDOI
TL;DR: In this article, a weakly supervised learning network based on CycleGAN was proposed for lesions segmentation in full-width optical coherence tomography (OCT) images, which can accurately detect and segment retinopathy lesions in real-time, without the need for supervised labeling.
Abstract: Lesion detection is a critical component of disease diagnosis, but the manual segmentation of lesions in medical images is time-consuming and experience-demanding. These issues have recently been addressed through deep learning models. However, most of the existing algorithms were developed using supervised training, which requires time-intensive manual labeling and prevents the model from detecting unaware lesions. As such, this study proposes a weakly supervised learning network based on CycleGAN for lesions segmentation in full-width optical coherence tomography (OCT) images. The model was trained to reconstruct underlying normal anatomic structures from abnormal input images, then the lesions can be detected by calculating the difference between the input and output images. A customized network architecture and a multi-scale similarity perceptual reconstruction loss were used to extend the CycleGAN model to transfer between objects exhibiting shape deformations. The proposed technique was validated using an open-source retinal OCT image dataset. Image-level anomaly detection and pixel-level lesion detection results were assessed using area-under-curve (AUC) and the Dice similarity coefficient, producing results of 96.94% and 0.8239, respectively, higher than all comparative methods. The average test time required to generate a single full-width image was 0.039 s, which is shorter than that reported in recent studies. These results indicate that our model can accurately detect and segment retinopathy lesions in real-time, without the need for supervised labeling. And we hope this method will be helpful to accelerate the clinical diagnosis process and reduce the misdiagnosis rate.

12 citations

29 Jan 2020
TL;DR: A generative adversarial network-based domain adaptation model is proposed to address the cross-domain OCT images classification task, which can extract invariant and discriminative characteristics shared by different domains without incurring additional labeling cost.
Abstract: A deep neural network (DNN) can assist in retinopathy screening by automatically classifying patients into normal and abnormal categories according to optical coherence tomography (OCT) images. Typically, OCT images captured from different devices show heterogeneous appearances because of different scan settings; thus, the DNN model trained from one domain may fail if applied directly to a new domain. As data labels are difficult to acquire, we proposed a generative adversarial network-based domain adaptation model to address the cross-domain OCT images classification task, which can extract invariant and discriminative characteristics shared by different domains without incurring additional labeling cost. A feature generator, a Wasserstein distance estimator, a domain discriminator, and a classifier were included in the model to enforce the extraction of domain invariant representations. We applied the model to OCT images as well as public digit images. Results show that the model can significantly improve the classification accuracy of cross-domain images.

7 citations

29 Jan 2020
TL;DR: A conditional generative adversarial network (GAN) - based method to directly learn the mapping relationship between structure fundus images and fundus fluorescence angiography images is proposed and local saliency maps, which define each pixel's importance, are used to define a novel saliency loss in the GAN cost function.
Abstract: Fluorescein angiography can provide a map of retinal vascular structure and function, which is commonly used in ophthalmology diagnosis, however, this imaging modality may pose risks of harm to the patients. To help physicians reduce the potential risks of diagnosis, an image translation method is adopted. In this work, we proposed a conditional generative adversarial network(GAN) - based method to directly learn the mapping relationship between structure fundus images and fundus fluorescence angiography images. Moreover, local saliency maps, which define each pixel's importance, are used to define a novel saliency loss in the GAN cost function. This facilitates more accurate learning of small-vessel and fluorescein leakage features.

7 citations

Journal ArticleDOI
TL;DR: Wang et al. as mentioned in this paper proposed a faster-RCNN based, unsupervised domain adaptation model to address the lesion detection task in cross-device retinal OCT images, which combined a domain classifier with a Wasserstein distance critic to align the shifts at each level.
Abstract: Background and objective.Optical coherence tomography (OCT) is one of the most used retinal imaging modalities in the clinic as it can provide high-resolution anatomical images. The huge number of OCT images has significantly advanced the development of deep learning methods for automatic lesion detection to ease the doctor's workload. However, it has been frequently revealed that the deep neural network model has difficulty handling the domain discrepancies, which widely exist in medical images captured from different devices. Many works have been proposed to solve the domain shift issue in deep learning tasks such as disease classification and lesion segmentation, but few works focused on lesion detection, especially for OCT images.Methods.In this work, we proposed a faster-RCNN based, unsupervised domain adaptation model to address the lesion detection task in cross-device retinal OCT images. The domain shift is minimized by reducing the image-level shift and instance-level shift at the same time. We combined a domain classifier with a Wasserstein distance critic to align the shifts at each level.Results.The model was tested on two sets of OCT image data captured from different devices, obtained an average accuracy improvement of more than 8% over the method without domain adaptation, and outperformed other comparable domain adaptation methods.Conclusion.The results demonstrate the proposed model is more effective in reducing the domain shift than advanced methods.

2 citations

Posted Content
TL;DR: Zhang et al. as discussed by the authors proposed a conditional generative adversarial network (GAN) based method to directly learn the mapping relationship between structure fundus images and fundus fluorescence angiography images.
Abstract: Fluorescein angiography can provide a map of retinal vascular structure and function, which is commonly used in ophthalmology diagnosis, however, this imaging modality may pose risks of harm to the patients To help physicians reduce the potential risks of diagnosis, an image translation method is adopted In this work, we proposed a conditional generative adversarial network(GAN) - based method to directly learn the mapping relationship between structure fundus images and fundus fluorescence angiography images Moreover, local saliency maps, which define each pixel's importance, are used to define a novel saliency loss in the GAN cost function This facilitates more accurate learning of small-vessel and fluorescein leakage features

1 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: It is discovered that adversarial retraining, which is known to be an effective method for adversarial defenses, increased DNNs' robustness against UAPs in only very few cases, indicating that DNN-based clinical diagnosis is easier to deceive because of adversarial attacks.
Abstract: Deep neural networks (DNNs) are widely investigated in medical image classification to achieve automated support for clinical diagnosis. It is necessary to evaluate the robustness of medical DNN tasks against adversarial attacks, as high-stake decision-making will be made based on the diagnosis. Several previous studies have considered simple adversarial attacks. However, the vulnerability of DNNs to more realistic and higher risk attacks, such as universal adversarial perturbation (UAP), which is a single perturbation that can induce DNN failure in most classification tasks has not been evaluated yet. We focus on three representative DNN-based medical image classification tasks (i.e., skin cancer, referable diabetic retinopathy, and pneumonia classifications) and investigate their vulnerability to the seven model architectures of UAPs. We demonstrate that DNNs are vulnerable to both nontargeted UAPs, which cause a task failure resulting in an input being assigned an incorrect class, and to targeted UAPs, which cause the DNN to classify an input into a specific class. The almost imperceptible UAPs achieved > 80% success rates for nontargeted and targeted attacks. The vulnerability to UAPs depended very little on the model architecture. Moreover, we discovered that adversarial retraining, which is known to be an effective method for adversarial defenses, increased DNNs’ robustness against UAPs in only very few cases. Unlike previous assumptions, the results indicate that DNN-based clinical diagnosis is easier to deceive because of adversarial attacks. Adversaries can cause failed diagnoses at lower costs (e.g., without consideration of data distribution); moreover, they can affect the diagnosis. The effects of adversarial defenses may not be limited. Our findings emphasize that more careful consideration is required in developing DNNs for medical imaging and their practical applications.

72 citations

Journal ArticleDOI
TL;DR: In this article, the authors reviewed more than 120 GAN-based architectures for medical image segmentation that were published before September 2021 and categorized and summarized these papers according to the segmentation regions, imaging modality, and classification methods.

18 citations

Journal ArticleDOI
TL;DR: In this article , the authors introduced the origin, working principle, and extended variant of GAN, and reviewed the latest development of the GAN-based medical image segmentation methods.

18 citations

Journal ArticleDOI
TL;DR: A comprehensive narrative literature review of current DL layer segmentation methods applied to OCT images of the posterior segment of the eye can be found in this paper , which provides an overview on the state-of-the-art in deep learning as well as highlighting some important areas for future developments to extend the analysis methods in this field.

11 citations