You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Around one in 100 people has coeliac disease , an autoimmune disease triggered by consuming gluten. Its symptoms are unpleasant and if left untreated, can in rare cases lead to cancer . Symptoms vary between individuals, from stomach cramps to fatigue and anaemia, which means patients can struggle to receive an accurate diagnosis.
19
-
18
+
Around one in 100 people has coeliac disease, an autoimmune disease triggered by consuming gluten. Its symptoms are unpleasant and if left untreated, can in rare cases lead to cancer . Symptoms vary between individuals, from stomach cramps to fatigue and anaemia, which means patients can struggle to receive an accurate diagnosis.
20
19
21
20
The gold standard for diagnosing coeliac disease is via a biopsy of the duodenum (part of the small intestine ). Pathologists will then analyse the sample under a microscope or on a computer to look for damage to the villi, tiny hair-like projections that line the inside of the small intestine. But interpreting biopsies is subjective, with discordance between pathologists regarding diagnosis occurring in [one in five cases.](https://bmjopengastro.bmj.com/content/11/1/e001252.abstract)
22
21
@@ -26,29 +25,20 @@ Thanks to the digitisation of pathologists’ glass microscope slides gathering
26
25
27
26
Working with Professor Elizabeth Soilleux from the Department of Pathology and Churchill College, University of Cambridge, my goal is to produce and gain regulatory approval for the world’s first AI-mediated software that can fully automate biopsy diagnosis, to increase accuracy, reproducibility and speed of diagnosis of duodenal biopsies. Funding from the Accelerate Programme for Scientific Discovery and Cambridge Centre for Data Driven Discovery (C2D3) enabled me to work in the lab - primarily on the development of the AI algorithm - and helped secure follow-on funding from the National Institute for Health and Care Research.
28
27
29
-
30
-
31
28
**Taking a closer look**
32
29
33
-
34
-
35
30
Innovate UK funding is encouraging the digitisation of glass slides in UK pathology laboratories, which is providing us and other researchers with the opportunity to automate diagnosis with machine learning approaches. Duodenal biopsies represent an excellent, comparatively low-risk and relatively simple starting point for developing AI algorithms, with relatively uniform specimens, because fewer than 1% of biopsies contain cancer and around 86% of samples show one of two diagnoses (normal or coeliac disease).
36
31
37
32
We have developed a machine learning algorithm to classify biopsy image data. It’s a ResNet18 model - a comparability light weight model to improve efficiency - that we trained using the multiple-instance-learning paradigm.
38
33
39
-
40
34
The algorithm was trained and tested on a large-scale, diverse dataset consisting of over 4,000 images obtained from five different hospitals using five different scanners from four different companies. We obtained data from various hospitals because while humans are good at generalisation to slightly unseen environments (e.g. a pathologist who is good at their job in Cambridge, will be more or less equally as good if they were to move to Manchester even though the scanners make the image look slightly different) AI sometimes has problems with generalisation and can perform inconsistently.
41
35
42
-
43
36
Images coming from different labs can very considerably, with some looking pinker and others more purple, so we use a mathematical technique called stain-normalisation as a pre-processing step to ensure that our model performs equally well on data from different hospitals.
44
37
45
-
46
38
The scanned biopsy images are very large. If printed at the highest resolution, they would be the size of a squash court. As the AI can’t process the entire image in one go, we divide each large image into thousands of smaller sub images, and run the AI on each individual sub image. The model bases its final diagnosis on the outcome of all the sub images.
47
39
48
-
49
40
We tested our algorithm on an independent data set of almost 650 images from a previously unseen source. Based on comparisons with the original pathologists’ diagnoses, we showed that the model was correct in its diagnosis in more than 97 cases out of 100.
50
41
51
-
52
42
The model had a sensitivity of over 95%, meaning that it correctly identified more than 95 cases out of 100 individuals who had coeliac disease. It also had a specificity of almost 98% - meaning that it correctly identified in nearly 98 cases out of 100 individuals who did not have coeliac disease.
53
43
54
44
We asked four pathologists to review 30 slides and found that a pathologist was as likely to agree with the AI model as they were with a second pathologist. This is the first time AI has been shown to diagnose as accurately as an experienced pathologist whether an individual has coeliac or not.
@@ -59,18 +49,14 @@ We have worked with patient groups, including through Coeliac UK, to share our a
59
49
60
50
**Looking to the future**
61
51
62
-
63
52
One issue that comes up frequently with both patients and clinicians is the issue of explainability; being able to understand and explain how AI reaches its diagnosis, which is something we will continue to think about. This project has laid the foundation for further work developing a more interpretable segmentation algorithm that can segment cellular features that are key for an explainable diagnosis of coeliac disease.
64
53
65
54
I am the CTO of a spinout company, Lyzeum Ltd, which was founded by Professor Soilleux and entrepreneur Graham Snudden in 2019. The company was established to develop medical software intended for diagnostic use in hospitals. Our next step is to test the algorithm on a larger clinical dataset, putting us in a position to share this device with the regulator, moving us closer to NHS deployment. We hope to begin this regulatory process early next year.
66
55
67
56
*This project was funded though the 2022 Accelerate-C2D3 funding call for novel applications of AI for research and innovation. You can read more about other funded projects [here. ](https://science.ai.cam.ac.uk/news/2022-11-16-successfully-funded-projects-to-pursue-innovative-applications-of-ai-in-research-and-real-world-contexts)*
68
57
69
-
70
58
*You can read more about the project in the paper about the research below and in the [Guardian article](https://www.theguardian.com/science/2025/mar/27/coeliac-disease-diagnosis-ai-tool) and University of Cambridge [news story](https://www.cam.ac.uk/stories/AI-and-coeliac-disease) about the results.*
0 commit comments