TL;DR
This paper introduces an automated method for detecting and tracking pigmented skin lesions on 3D total-body scans, combining 2D detection with 3D mapping and longitudinal matching, validated on a new large dataset.
Contribution
It presents a novel pipeline integrating 2D lesion detection with 3D surface mapping and graph-based longitudinal tracking, and releases a large annotated dataset for future research.
Findings
Faster R-CNN detects lesions at human-level performance.
The tracking algorithm achieves 88% accuracy in matching lesions across poses.
The dataset includes over 25,000 manual annotations for skin lesions.
Abstract
We present an automated approach to detect and longitudinally track skin lesions on 3D total-body skin surface scans. The acquired 3D mesh of the subject is unwrapped to a 2D texture image, where a trained objected detection model, Faster R-CNN, localizes the lesions within the 2D domain. These detected skin lesions are mapped back to the 3D surface of the subject and, for subjects imaged multiple times, we construct a graph-based matching procedure to longitudinally track lesions that considers the anatomical correspondences among pairs of meshes and the geodesic proximity of corresponding lesions and the inter-lesion geodesic distances. We evaluated the proposed approach using 3DBodyTex, a publicly available dataset composed of 3D scans imaging the coloured skin (textured meshes) of 200 human subjects. We manually annotated locations that appeared to the human eye to contain a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Convolution · Softmax · RoIPool · Faster R-CNN
