English

Improving Computer-aided Detection using Convolutional Neural Networks and Random View Aggregation

Computer Vision and Pattern Recognition 2016-04-26 v2

Abstract

Automated computer-aided detection (CADe) in medical imaging has been an important tool in clinical practice and research. State-of-the-art methods often show high sensitivities but at the cost of high false-positives (FP) per patient rates. We design a two-tiered coarse-to-fine cascade framework that first operates a candidate generation system at sensitivities of \sim100% but at high FP levels. By leveraging existing CAD systems, coordinates of regions or volumes of interest (ROI or VOI) for lesion candidates are generated in this step and function as input for a second tier, which is our focus in this study. In this second stage, we generate NN 2D (two-dimensional) or 2.5D views via sampling through scale transformations, random translations and rotations with respect to each ROI's centroid coordinates. These random views are used to train deep convolutional neural network (ConvNet) classifiers. In testing, the trained ConvNets are employed to assign class (e.g., lesion, pathology) probabilities for a new set of NN random views that are then averaged at each ROI to compute a final per-candidate classification probability. This second tier behaves as a highly selective process to reject difficult false positives while preserving high sensitivities. The methods are evaluated on three different data sets with different numbers of patients: 59 patients for sclerotic metastases detection, 176 patients for lymph node detection, and 1,186 patients for colonic polyp detection. Experimental results show the ability of ConvNets to generalize well to different medical imaging CADe applications and scale elegantly to various data sets. Our proposed methods improve CADe performance markedly in all cases. CADe sensitivities improved from 57% to 70%, from 43% to 77% and from 58% to 75% at 3 FPs per patient for sclerotic metastases, lymph nodes and colonic polyps, respectively.

Keywords

Cite

@article{arxiv.1505.03046,
  title  = {Improving Computer-aided Detection using Convolutional Neural Networks and Random View Aggregation},
  author = {Holger R. Roth and Le Lu and Jiamin Liu and Jianhua Yao and Ari Seff and Kevin Cherry and Lauren Kim and Ronald M. Summers},
  journal= {arXiv preprint arXiv:1505.03046},
  year   = {2016}
}

Comments

2D vs 2.5D vs 3D inputs and comparison to other standard classifiers such as SVM have been addressed by more experimentation and two completely new sections and figures. Results and Discussions have been updated accordingly

R2 v1 2026-06-22T09:32:46.436Z