Author
Chaofeng Wang
Other affiliations: ZTE
Bio: Chaofeng Wang is an academic researcher from Shanghai University. The author has contributed to research in topic(s): Convolutional neural network & Residual. The author has an hindex of 4, co-authored 5 publication(s) receiving 179 citation(s). Previous affiliations of Chaofeng Wang include ZTE.
Papers
More filters
[...]
TL;DR: A novel BCNN-based method is proposed, which first decomposes histopathological images into hematoxylin and eosin stain components, and then performs BCNN on the decomposed images to fuse and improve the feature representation performance.
Abstract: The computer-aided quantitative analysis for histopathological images has attracted considerable attention. The stain decomposition on histopathological images is usually recommended to address the issue of co-localization or aliasing of tissue substances. Although the convolutional neural networks (CNN) is a popular deep learning algorithm for various tasks on histopathological image analysis, it is only directly performed on histopathological images without considering stain decomposition. The bilinear CNN (BCNN) is a new CNN model for fine-grained classification. BCNN consists of two CNNs, whose convolutional-layer outputs are multiplied with outer product at each spatial location. In this work, we propose a novel BCNN-based method for classification of histopathological images, which first decomposes histopathological images into hematoxylin and eosin stain components, and then perform BCNN on the decomposed images to fuse and improve the feature representation performance. The experimental results on the colorectal cancer histopathological image dataset with eight classes indicate that the proposed BCNN-based algorithm is superior to the traditional CNN.
58 citations
[...]
TL;DR: This work proposes a novel residual learning-based SR algorithm for MRI, which combines both multi-scale GRL and shallow network block-based local residual learning (LRL), which works effectively in capturing high-frequency details by learning local residuals.
Abstract: Spatial resolution is one of the key parameters of magnetic resonance imaging (MRI). The image super-resolution (SR) technique offers an alternative approach to improve the spatial resolution of MRI due to its simplicity. Convolutional neural networks (CNN)-based SR algorithms have achieved state-of-the-art performance, in which the global residual learning (GRL) strategy is now commonly used due to its effectiveness for learning image details for SR. However, the partial loss of image details usually happens in a very deep network due to the degradation problem. In this work, we propose a novel residual learning-based SR algorithm for MRI, which combines both multi-scale GRL and shallow network block-based local residual learning (LRL). The proposed LRL module works effectively in capturing high-frequency details by learning local residuals. One simulated MRI dataset and two real MRI datasets have been used to evaluate our algorithm. The experimental results show that the proposed SR algorithm achieves superior performance to all of the other compared CNN-based SR algorithms in this work.
57 citations
[...]
TL;DR: A progressive wide residual network with a fixed skip connection (named FSCWRN) based SR algorithm is proposed to reconstruct MR images, which combines the global residual learning and the shallow network based local residual learning.
Abstract: Spatial resolution is a critical imaging parameter in magnetic resonance imaging. The image super-resolution (SR) is an effective and cost efficient alternative technique to improve the spatial resolution of MR images. Over the past several years, the convolutional neural networks (CNN)-based SR methods have achieved state-of-the-art performance. However, CNNs with very deep network structures usually suffer from the problems of degradation and diminishing feature reuse, which add difficulty to network training and degenerate the transmission capability of details for SR. To address these problems, in this work, a progressive wide residual network with a fixed skip connection (named FSCWRN) based SR algorithm is proposed to reconstruct MR images, which combines the global residual learning and the shallow network based local residual learning. The strategy of progressive wide networks is adopted to replace deeper networks, which can partially relax the above-mentioned problems, while a fixed skip connection helps provide rich local details at high frequencies from a fixed shallow layer network to subsequent networks. The experimental results on one simulated MR image database and three real MR image databases show the effectiveness of the proposed FSCWRN SR algorithm, which achieves improved reconstruction performance compared with other algorithms.
51 citations
[...]
TL;DR: A CEUS-based computer-aided diagnosis for liver cancers with only three typical CEUS images selected from three phases is proposed, which simulates the clinical diagnosis mode of radiologists.
Abstract: The contrast-enhanced ultrasound (CEUS) has been a widely accepted imaging modality for diagnosis of liver cancers. In clinical practice, several typical images selected from enhancement patterns of the arterial, portal venous and late phases can provide reliable information basis for diagnosis. In this work, we propose to develop a CEUS-based computer-aided diagnosis (CAD) for liver cancers with only three typical CEUS images selected from three phases, which simulates the clinical diagnosis mode of radiologists. In the proposed CAD, the deep canonical correlation analysis (DCCA) is first performed on three CEUS pairs between arterial and portal venous phases, arterial and late phases, respectively, due to the effectiveness of multi-view fusion of DCCA. The generated six-view features are then fed to a multiple kernel learning (MKL) classifier to further promote the predictive diagnosis result. The experimental results indicate that the proposed DCCA-MKL algorithm achieves best performance for discriminating benign liver tumors from malignant liver cancers.
13 citations
[...]
TL;DR: A novel lightweight SR network, named Adaptive Weighted Super-Resolution Network (LW-AWSRN), is proposed to address the issue of large number of parameters to be optimized in convolutional neural network based SR models, which requires heavy computation and thereby limits their real-world applications.
Abstract: Deep learning has been successfully applied to the single-image super-resolution (SISR) task with superior performance in recent years. However, most convolutional neural network (CNN) based SR models have a large number of parameters to be optimized, which requires heavy computation and thereby limits their real-world applications. In this work, a novel lightweight SR network, named Adaptive Weighted Super-Resolution Network (LW-AWSRN), is proposed to address this issue. A novel local fusion block (LFB) is developed in LW-AWSRN for efficient residual learning, which consists of several stacked adaptive weighted residual units (AWRU) and a local residual fusion unit (LRFU). Moreover, an adaptive weighted multi-scale (AWMS) module is proposed to make full use of features for the reconstruction of HR images. The AWMS module includes several convolutions with multiple scales, and the redundancy scale branch can be removed according to the contribution of adaptive weights for the lightweight network. The experimental results on the commonly used datasets show that the proposed LW-AWSRN achieves superior performance on × 2, × 3, × 4, and × 8 scale factors compared to state-of-the-art methods with similar parameters and computational overhead. It suggests that LW-AWSRN has a better trade-off between reconstruction quality and model size.
Cited by
More filters
[...]
TL;DR: This paper indicates how deep learning has been applied to the entire MRI processing chain, from acquisition to image retrieval, from segmentation to disease prediction, and provides a starting point for people interested in experimenting and contributing to the field of deep learning for medical imaging.
Abstract: What has happened in machine learning lately, and what does it mean for the future of medical image analysis? Machine learning has witnessed a tremendous amount of attention over the last few years. The current boom started around 2009 when so-called deep artificial neural networks began outperforming other established models on a number of important benchmarks. Deep neural networks are now the state-of-the-art machine learning models across a variety of areas, from image analysis to natural language processing, and widely deployed in academia and industry. These developments have a huge potential for medical imaging technology, medical data analysis, medical diagnostics and healthcare in general, slowly being realized. We provide a short overview of recent advances and some associated challenges in machine learning applied to medical image processing and image analysis. As this has become a very broad and fast expanding field we will not survey the entire landscape of applications, but put particular focus on deep learning in MRI. Our aim is threefold: (i) give a brief introduction to deep learning with pointers to core references; (ii) indicate how deep learning has been applied to the entire MRI processing chain, from acquisition to image retrieval, from segmentation to disease prediction; (iii) provide a starting point for people interested in experimenting and perhaps contributing to the field of deep learning for medical imaging by pointing out good educational resources, state-of-the-art open-source code, and interesting sources of data and problems related medical imaging.
590 citations
[...]
TL;DR: In this mini-review, the application of digital pathological image analysis using machine learning algorithms is introduced, some problems specific to such analysis are addressed, and possible solutions are proposed.
Abstract: Abundant accumulation of digital histopathological images has led to the increased demand for their analysis, such as computer-aided diagnosis using machine learning techniques. However, digital pathological images and related tasks have some issues to be considered. In this mini-review, we introduce the application of digital pathological image analysis using machine learning algorithms, address some problems specific to such analysis, and propose possible solutions.
401 citations
[...]
TL;DR: In this article, the authors provide a short overview of recent advances and some associated challenges in machine learning applied to medical image processing and image analysis, and provide a starting point for people interested in experimenting and perhaps contributing to the field of machine learning for medical imaging.
Abstract: What has happened in machine learning lately, and what does it mean for the future of medical image analysis? Machine learning has witnessed a tremendous amount of attention over the last few years. The current boom started around 2009 when so-called deep artificial neural networks began outperforming other established models on a number of important benchmarks. Deep neural networks are now the state-of-the-art machine learning models across a variety of areas, from image analysis to natural language processing, and widely deployed in academia and industry. These developments have a huge potential for medical imaging technology, medical data analysis, medical diagnostics and healthcare in general, slowly being realized. We provide a short overview of recent advances and some associated challenges in machine learning applied to medical image processing and image analysis. As this has become a very broad and fast expanding field we will not survey the entire landscape of applications, but put particular focus on deep learning in MRI.
Our aim is threefold: (i) give a brief introduction to deep learning with pointers to core references; (ii) indicate how deep learning has been applied to the entire MRI processing chain, from acquisition to image retrieval, from segmentation to disease prediction; (iii) provide a starting point for people interested in experimenting and perhaps contributing to the field of machine learning for medical imaging by pointing out good educational resources, state-of-the-art open-source code, and interesting sources of data and problems related medical imaging.
366 citations
[...]
TL;DR: Several popular deep learning architectures are briefly introduced, and their applications in various specific tasks in US image analysis, such as classification, detection, and segmentation are discussed.
Abstract: Ultrasound (US) has become one of the most commonly performed imaging modalities in clinical practice. It is a rapidly evolving technology with certain advantages and with unique challenges that include low imaging quality and high variability. From the perspective of image analysis, it is essential to develop advanced automatic US image analysis methods to assist in US diagnosis and/or to make such assessment more objective and accurate. Deep learning has recently emerged as the leading machine learning tool in various research fields, and especially in general imaging analysis and computer vision. Deep learning also shows huge potential for various automatic US image analysis tasks. This review first briefly introduces several popular deep learning architectures, and then summarizes and thoroughly discusses their applications in various specific tasks in US image analysis, such as classification, detection, and segmentation. Finally, the open challenges and potential trends of the future application of deep learning in medical US image analysis are discussed.
235 citations
[...]
TL;DR: This work proposes an accurate, reliable and active (ARA) image classification framework and introduces a new Bayesian Convolutional Neural Network (ARA-CNN) for classifying histopathological images of colorectal cancer, which achieves exceptional classification accuracy, outperforming other models trained on the same dataset.
Abstract: Machine learning algorithms hold the promise to effectively automate the analysis of histopathological images that are routinely generated in clinical practice. Any machine learning method used in the clinical diagnostic process has to be extremely accurate and, ideally, provide a measure of uncertainty for its predictions. Such accurate and reliable classifiers need enough labelled data for training, which requires time-consuming and costly manual annotation by pathologists. Thus, it is critical to minimise the amount of data needed to reach the desired accuracy by maximising the efficiency of training. We propose an accurate, reliable and active (ARA) image classification framework and introduce a new Bayesian Convolutional Neural Network (ARA-CNN) for classifying histopathological images of colorectal cancer. The model achieves exceptional classification accuracy, outperforming other models trained on the same dataset. The network outputs an uncertainty measurement for each tested image. We show that uncertainty measures can be used to detect mislabelled training samples and can be employed in an efficient active learning workflow. Using a variational dropout-based entropy measure of uncertainty in the workflow speeds up the learning process by roughly 45%. Finally, we utilise our model to segment whole-slide images of colorectal tissue and compute segmentation-based spatial statistics.
45 citations