README: add Tiny Titan + Best Demo badge tags; sync radiologist quote with published blog
Browse files
README.md
CHANGED
|
@@ -18,6 +18,8 @@ tags:
|
|
| 18 |
- achievement:offbrand
|
| 19 |
- achievement:sharing
|
| 20 |
- achievement:fieldnotes
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# CXR Draft Auditor
|
|
@@ -61,6 +63,8 @@ On a held-out set of 273 images, scored with the production draft parser, presen
|
|
| 61 |
- Off-Brand (achievement:offbrand): the app wears a custom "Reading Room / Clinical Light" interface with a light and dark toggle, not the stock Gradio look.
|
| 62 |
- Sharing is Caring (achievement:sharing): I published a small open dataset of real audit traces from this Space (see Links).
|
| 63 |
- Field Notes (achievement:fieldnotes): I wrote up what I learned, including an evaluation-integrity lesson, as a blog post (see Links).
|
|
|
|
|
|
|
| 64 |
|
| 65 |
This Space runs on hosted ZeroGPU, not on a local machine, so I do not claim Off the Grid.
|
| 66 |
|
|
@@ -86,13 +90,13 @@ The example images shipped with the Space are open NIH ChestX-ray14 images (via
|
|
| 86 |
|
| 87 |
This project grew out of a real need described by a pediatric radiologist I know, Alexey Amelin (https://vk.ru/xraydiag). Under real workload (high reading volume, fatigue, time pressure, night shifts) and with genuinely subtle findings, a second read is valuable, with a human always in the loop. He has since tried the tool himself; here, in his own words, is what he thinks:
|
| 88 |
|
| 89 |
-
> When a colleague told me about this project, the idea landed on familiar ground right away. Every radiologist knows the value of a second look. The reading volume is high, the eyes tire toward the end of a long worklist, time is short β add night shifts and even an experienced specialist may not catch a detail immediately. This is no reproach to the profession; it is its everyday reality. And some findings are genuinely subtle:
|
| 90 |
>
|
| 91 |
> The concept of the tool itself resonates with me. It does not make a diagnosis; it compares the doctor's draft impression against the image and highlights the disagreements: a finding present on the image but missed or denied in the text; a claim in the text that the image does not support; and, separately, it surfaces potentially urgent findings for a second look β all marked on the image so a person can look again. The decision always stays with the doctor. That is precisely the kind of helper I would value β a calm second pair of eyes, not a replacement for the specialist.
|
| 92 |
>
|
| 93 |
-
> At the same time, as a
|
| 94 |
>
|
| 95 |
-
> And let me underline this separately: this is a research and educational quality-assurance tool, not a medical device and not a diagnostic instrument. The final word always rests with a qualified radiologist.
|
| 96 |
>
|
| 97 |
> β Alexey Amelin (https://vk.ru/xraydiag), pediatric radiologist
|
| 98 |
|
|
|
|
| 18 |
- achievement:offbrand
|
| 19 |
- achievement:sharing
|
| 20 |
- achievement:fieldnotes
|
| 21 |
+
- achievement:tinytitan
|
| 22 |
+
- achievement:bestdemo
|
| 23 |
---
|
| 24 |
|
| 25 |
# CXR Draft Auditor
|
|
|
|
| 63 |
- Off-Brand (achievement:offbrand): the app wears a custom "Reading Room / Clinical Light" interface with a light and dark toggle, not the stock Gradio look.
|
| 64 |
- Sharing is Caring (achievement:sharing): I published a small open dataset of real audit traces from this Space (see Links).
|
| 65 |
- Field Notes (achievement:fieldnotes): I wrote up what I learned, including an evaluation-integrity lesson, as a blog post (see Links).
|
| 66 |
+
- Tiny Titan (achievement:tinytitan): every model the app runs is genuinely tiny; the fine-tuned MedGemma grounding model and NVIDIA Nemotron-3 Nano 4B are each 4B parameters, within the badge's 4B limit, with no larger model anywhere in the stack.
|
| 67 |
+
- Best Demo (achievement:bestdemo): the submission is the full package; a custom Reading Room app, a demo video that walks through an audit end to end, and a social post (see Links).
|
| 68 |
|
| 69 |
This Space runs on hosted ZeroGPU, not on a local machine, so I do not claim Off the Grid.
|
| 70 |
|
|
|
|
| 90 |
|
| 91 |
This project grew out of a real need described by a pediatric radiologist I know, Alexey Amelin (https://vk.ru/xraydiag). Under real workload (high reading volume, fatigue, time pressure, night shifts) and with genuinely subtle findings, a second read is valuable, with a human always in the loop. He has since tried the tool himself; here, in his own words, is what he thinks:
|
| 92 |
|
| 93 |
+
> When a colleague told me about this project, the idea landed on familiar ground right away. Every radiologist knows the value of a second look. The reading volume is high, the eyes tire toward the end of a long worklist, time is short β add night shifts and even an experienced specialist may not catch a detail immediately. This is no reproach to the profession; it is its everyday reality. And some findings are genuinely subtle: the smallest pleural effusion; focal changes superimposed on dense tissue; abnormalities of the chest organs in patients with coexisting somatic disease; the early changes of a disseminating process. It is not always possible to ask a colleague for a second read, even when the need for one is obvious. Emerging radiograph-audit models are a safety net for the radiologist and the patient alike.
|
| 94 |
>
|
| 95 |
> The concept of the tool itself resonates with me. It does not make a diagnosis; it compares the doctor's draft impression against the image and highlights the disagreements: a finding present on the image but missed or denied in the text; a claim in the text that the image does not support; and, separately, it surfaces potentially urgent findings for a second look β all marked on the image so a person can look again. The decision always stays with the doctor. That is precisely the kind of helper I would value β a calm second pair of eyes, not a replacement for the specialist.
|
| 96 |
>
|
| 97 |
+
> At the same time, as a radiologist whose practice is mainly pediatric, I should be clear: for pediatric chest radiography, artificial intelligence is less validated than it is for adults. Large, high-quality, age-diverse pediatric image sets are scarce β children make up only a small share of publicly available medical imaging, and the major open chest-radiograph databases were collected from adults. Because of this, models trained mostly on adult data can show clinically meaningful age-related bias in children β for example, a noticeable rise in false-positive cardiomegaly and thymomegaly in infants. So tools that grew out of adult data should not be assumed reliable by default: they need to be independently validated and recalibrated on pediatric data before there is any talk of using them in children.
|
| 98 |
>
|
| 99 |
+
> And let me underline this separately: this is a research and educational quality-assurance tool, not a medical device and not a diagnostic instrument. Imaging findings cannot be interpreted in isolation from a particular patient's clinical and laboratory picture and history. The final word always rests with a qualified radiologist.
|
| 100 |
>
|
| 101 |
> β Alexey Amelin (https://vk.ru/xraydiag), pediatric radiologist
|
| 102 |
|