paper-with-me

홈 › Papers

Adversarial Deep Structural Networks for Mammographic Mass Segmentation

2016-12-18 · Wentao Zhu, Xiang Xiang, Trac. D. Tran, Xiaohui Xie

Mass segmentation is an important task in mammogram analysis, providing effective morphological features and regions of interest (ROI) for mass detection and classification. Inspired by the success of using deep convolutional features for natural image analysis and conditional random fields (CRF) for structural learning, we propose an end-to-end network for mammographic mass segmentation. The network employs a fully convolutional network (FCN) to model potential function, followed by a CRF to perform structural learning. Because the mass distribution varies greatly with pixel position, the FCN is combined with position priori for the task. Due to the small size of mammogram datasets, we use adversarial training to control over-fitting. Four models with different convolutional kernels are further fused to improve the segmentation results. Experimental results on two public datasets, INbreast and DDSM-BCRP, show that our end-to-end network combined with adversarial training achieves the-state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:1612.05970

Code (1)

wentaozhu/adversarial-deep-structural-networks 공식 구현

Tasks

PositionSegmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Adversarial Deep Structured Nets for Mass Segmentation from Mammograms

2017-10-24 · Wentao Zhu, Xiang Xiang, Trac. D. Tran, Gregory D. Hager 외

Mass segmentation provides effective morphological features which are important for mass diagnosis. In this work, we propose a novel end-to-end network for mammographic mass segmentation which employs a fully convolution…

Mass Segmentation From MammogramsPositionSegmentation

Automated Mammogram Analysis with a Deep Learning Pipeline

2019-07-27

Current deep learning based detection models tackle detection and segmentation tasks by casting them to pixel or patch-wise classification. To automate the initial mass lesion detection and segmentation on the whole mamm…

Binary ClassificationClassificationDeep LearningGenerative Adversarial Network+2

Fully automatic computer-aided mass detection and segmentation via pseudo-color mammograms and Mask R-CNN

2019-06-28 · Hang Min, Devin Wilson, Yinhuang Huang, Siyu Liu 외

Mammographic mass detection and segmentation are usually performed as serial and separate tasks, with segmentation often only performed on manually confirmed true positive detections in previous studies. We propose a ful…

Image GenerationSegmentationTransfer Learning

Localisation of Mammographic masses by Greedy Backtracking of Activations in the Stacked Auto-Encoders

2023-05-09 · Shamna Pootheri, Govindan V K

Mammographic image analysis requires accurate localisation of salient mammographic masses. In mammographic computer-aided diagnosis, mass or Region of Interest (ROI) is often marked by physicians and features are extract…

Virtual Adversarial Training for Semi-supervised Breast Mass Classification

2022-01-25 · Xuxin Chen, Ximin Wang, Ke Zhang, Kar-Ming Fung 외

This study aims to develop a novel computer-aided diagnosis (CAD) scheme for mammographic breast mass classification using semi-supervised learning. Although supervised deep learning has achieved huge success across vari…

ClassificationMedical Image Analysis