Contents

Digital Health
MDR, FHIR, clinical RAG: AI in healthcare with the data staying inside the organisation’s perimeter.
Discover →
Research and Development
Applied research on AI, imaging and robotics, with clinical and academic partners.
Discover →What the post argues
In July 2026 Marion Lepert, described there as a robotics PhD, published “Why Catching Skin Cancer Early Is a Home Robotics Problem” along with OpenDerm, a self-built prototype.
OpenDerm is a 4-degree-of-freedom robotic gantry carrying a camera that scans skin with sub-millimetre positioning accuracy at 78 pixels per millimetre, and reconstructs a 3D map of the skin surface so it can be compared over time. The parts cost around $8,500 and the project is declared open source, with the explicit aim of lowering the barrier to reproducing it.
The thesis is not about recognising lesions. It is about the fact that an image has to be acquired well before it can be recognised:
Capturing repeatable, high-resolution images requires moving a camera across the body’s contours while maintaining a consistent distance, viewing angle, focus, and lighting.
Constant distance, angle, focus and lighting while the camera follows the curves of a body. Put that way it is a motion-control specification, not a computer-vision one. And the second argument is even more robotic: an arm knows where it is, so it can geometrically register thousands of overlapping images and compose them into a reconstruction, which a hand holding a phone cannot guarantee.
The numbers it rests on
The post offers two clinical figures to justify the effort, and they are worth reporting as it reports them, without added emphasis.
First: roughly 70% of melanomas arise as new lesions on previously normal skin, while only about 30% develop from pre-existing moles. This is the figure that undermines the current surveillance model, built entirely on keeping an eye on the moles already there.
Second: five-year survival goes from over 99% for localised melanoma to around 35% once it has spread to distant sites. That is why the time window matters more than the sophistication of the instrument.
Together they say you need to look at all the skin, often, and the same way every time, because what has to be caught is a difference between two scans rather than an anomaly in a single image.
Three cases that say the same thing
This is where the post stops being a personal project and becomes an instance of a category. The medical AI literature has already documented three times that the breaking point is acquisition rather than the classifier.
Thailand, 2019: 21% of images rejected. Google Health took a diabetic retinopathy model with laboratory accuracy comparable to specialists into eleven Thai clinics. In the field evaluation published by Beede and colleagues at CHI 2020, the system rejected 21% of the roughly 1,840 images captured by nurses as too low-quality to process, largely because of room lighting. The model had got nothing wrong: it was not being given an image to work on.
Surgical markings, 2019: specificity collapses. Winkler and colleagues, in JAMA Dermatology, took 130 lesions and passed them to a convolutional network for melanoma recognition. On unmarked lesions the network reached 95.7% sensitivity and 84.1% specificity. On the same lesions with surgical ink markings around them, melanoma probability rose, sensitivity reached 100% and specificity fell to 45.8%, with false positives on benign nevi up by around 40%. Cropping the ink out of the image restored specificity. The authors’ explanation is that in the training data markings appeared mostly next to melanomas: the network had learned the pen.
Caption AI, 2020: AI pointed at acquisition. On 7 February 2020 the FDA authorised, through a De Novo pathway inside the Breakthrough Device programme, the first software that guides the operator in real time while acquiring diagnostic echocardiography images. It does not interpret: it says how to move the probe, with over ninety types of instruction. In the supporting study, eight nurses with no ultrasound experience, after about an hour of training and nine practice scans, produced 240 scans with at least 92.5% agreement with sonographer scans on the main diagnostic endpoints.
The first two are acquisition failures. The third is what happens when AI is pointed at acquisition instead of assuming it solved.
What OpenDerm still lacks
The post is honest about its limits, and they are worth repeating, because almost all the distance between a prototype and a clinical instrument sits there.
In the current version the patient lies underneath the gantry, and the post itself lists a standing version as a necessary improvement, for safety reasons. Scanning is slow and would move to belt drives instead of ballscrews. Above all, the project does not solve the access problem: a gantry at home is not a realistic prospect, and the post explicitly ties it to the future availability of general-purpose household robots.
Two things the post does not address. First, a device acquiring images for diagnostic purposes falls, in Europe, inside the scope of the medical device regulation: classification and clinical validation are a body of work comparable to the engineering. Second, a 3D map of a person’s entire skin surface, repeated over time, is among the most identifying data there is, and where it gets processed is not an implementation detail.
What we think
Stated up front, because our judgement here is not neutral: we have worked on exactly this problem. In the ALA project with Gruppo INPECO and the BioRobotics Institute of Scuola Superiore Sant’Anna, noze acted as AI architect on the deep learning work for skin lesions, with clinical validation at the dermatology centres of Siena and Livorno.
And the part worth telling is not the model. It is that, in order to get usable images from patients, the piece of product we built was a mobile app with guided acquisition: the user does not photograph the lesion however they like, they are walked through doing it in a way comparable to last time. It was not the scientifically interesting part. It was the part without which the rest was worth nothing.
Three observations follow that hold beyond dermatology.
The budget of a medical AI project should go where the risk is, and it is not in the model. On an image classification problem with decent public datasets, reaching a reasonable classifier is the predictable part. Reaching images acquired repeatably, in a real environment, by untrained people, is the part that kills projects. If a work plan gives acquisition two weeks out of twenty-four, the plan is wrong.
A model that sees the artefact instead of the disease will not show up in internal validation. The markings case is instructive precisely because the network worked: 95.7% sensitivity, publishable numbers. What was broken lived in the correlation between a pen stroke and a diagnosis, and it surfaced only because somebody thought to vary the acquisition while holding the lesion constant. That is the kind of check that belongs in the test protocol, not left to somebody’s curiosity.
Repeatability is a system requirement, not an operator virtue. The three routes are removing the operator (the gantry), guiding them (Caption AI, our app), or standardising the environment. The fourth, hoping they hold still under good light, is not a route, and the Thai figures say so precisely.
On the idea itself, that early melanoma detection is a positioning problem before it is a vision problem, we agree, and it does not strike us as a minority view among people who have tried to take these systems into a real room. On the gantry at home we are as sceptical as the post itself is. What remains, regardless of whether that prototype goes anywhere, is that opening the hardware of a problem like this is the fastest way to get others to study it.
Sources
- Marion Lepert: Why Catching Skin Cancer Early Is a Home Robotics Problem
- OpenDerm
- Beede et al., A Human-Centered Evaluation of a Deep Learning System Deployed in Clinics for the Detection of Diabetic Retinopathy (CHI 2020)
- Winkler et al., Association Between Surgical Skin Markings in Dermoscopic Images and Diagnostic Performance of a Deep Learning CNN for Melanoma Recognition (JAMA Dermatology, 2019)
- FDA: De Novo authorisation of the first AI software guiding echocardiography acquisition
