CVFeb 25, 2019

Detecting Lesion Bounding Ellipses With Gaussian Proposal Networks

arXiv:1902.09658v124 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses lesion detection in medical imaging by improving localization accuracy, though it is incremental as it extends existing RPN methods.

The paper tackles lesion detection in CT scans by proposing Gaussian Proposal Networks (GPNs) to detect bounding ellipses instead of boxes, leveraging elliptical geometry; experiments on the DeepLesion dataset show GPN significantly outperforms Region Proposal Networks with lower localization error.

Lesions characterized by computed tomography (CT) scans, are arguably often elliptical objects. However, current lesion detection systems are predominantly adopted from the popular Region Proposal Networks (RPNs) that only propose bounding boxes without fully leveraging the elliptical geometry of lesions. In this paper, we present Gaussian Proposal Networks (GPNs), a novel extension to RPNs, to detect lesion bounding ellipses. Instead of directly regressing the rotation angle of the ellipse as the common practice, GPN represents bounding ellipses as 2D Gaussian distributions on the image plain and minimizes the Kullback-Leibler (KL) divergence between the proposed Gaussian and the ground truth Gaussian for object localization. We show the KL divergence loss approximately incarnates the regression loss in the RPN framework when the rotation angle is 0. Experiments on the DeepLesion dataset show that GPN significantly outperforms RPN for lesion bounding ellipse detection thanks to lower localization error. GPN is open sourced at https://github.com/baidu-research/GPN

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