University of Bologna Fondazione CARISBO Project co-funded byFondazione CARISBO Clinical AI · Surgical Video Analysis

AI-SLN

AI-based analysis of ICG fluorescence for sentinel lymph
node assessment in endometrial cancer surgery

A pilot study exploring how computer-vision and vision–language models can read intra-operative indocyanine green (ICG) fluorescence laparoscopy to support the surgeon's sentinel lymph node decisions.

Explore the project → See results Paper · coming soon
Scroll
The clinical problem

One small node,
one big decision

In endometrial cancer, the treatment depends on whether the tumour has spread to the pelvic lymph nodes. The catch: during surgery, both finding the right node and reading whether it carries cancer are surprisingly hard.

To decide on therapy, surgeons need to know if cancer has spread to the pelvic lymph nodes. Removing them all (lymphadenectomy) is highly invasive, so the modern approach targets the sentinel lymph node (SLN): the first node along the lymphatic drainage from the tumour. If the sentinel is clean, the rest of the chain is very likely clean too. The surgeon marks it with a fluorescent dye, indocyanine green (ICG), that glows under a near-infrared camera, then removes the glowing tissue for pathology. The technique is the standard of care[1], but it still fails often — and that failure is what this project is about.

The most common gynaecological cancer in Europe

Endometrial cancer arises in the endometrium, the inner lining of the uterus. It is the most frequent gynaecological malignancy in Europe, with roughly 417,000 new cases and 97,000 deaths worldwide in 2020, and a rising incidence driven by ageing and obesity.[2] Its prognosis and treatment hinge on one question: has it reached the lymph nodes?[3]

Lymph nodes are healthy filters, not cancer

A lymph node is a small, bean-shaped organ of the lymphatic system, a vessel network that collects fluid (lymph) from tissues and returns it to the blood. Nodes are filtering stations that host immune cells; everyone has hundreds, grouped in stations (neck, armpits, groin, pelvis…). Lymph drains in predictable directions — so if a tumour sheds cells, they travel along that same drainage path.

The sentinel node: the first stop

The sentinel lymph node is the first node (or few) along the drainage path from the tumour — the first place stray cancer cells would arrive. The clinical logic: if the sentinel is clean, the downstream nodes very likely are too, so it can be removed selectively instead of taking the whole chain. This spares patients the morbidity of a full lymphadenectomy.

Making the node glow

The surgeon injects indocyanine green (ICG), a dye that lights up green under a near-infrared camera. It travels through the lymphatic vessels and accumulates in the sentinel node(s). Watching the laparoscopic video, the surgeon spots the glowing area, removes that piece of tissue — the “packet” — and sends it to pathology.

Detection is far from perfect

Each patient has two sides. Overall the node is found in ~95.6% of patients, but on both sides in only ~76.5%[1]; the technique fails on one side in about 23.5% of cases[4]. A common cause is the “empty node packet”: fluorescent tissue that, at histology, contains no lymph node at all[5]. There is also no consensus on timing. If both sides fail, the whole minimally-invasive procedure was in vain. This is exactly where AI could help.

23.5%unilateral failure rate
Illustration of minimally-invasive surgery: the operating team and the near-infrared laparoscopic view, with the fluorescent sentinel lymph node highlighted on the monitor.
The container

Is there a lymph node in the removed tissue at all? The packet may be fluorescent yet contain no node — an “empty packet”. This is the presence of the container.

The content

Does that node contain tumour cells? A node is a healthy organ; a metastasis is cancer that travelled through the lymph and colonised it. This is the content inside the container.

Sources. [1] SLN-ICG meta-analysis — Burg et al., J Gynecol Oncol 2022, doi:10.3802/jgo.2022.33.e66. [2] GLOBOCAN — Sung et al., CA Cancer J Clin 2021, doi:10.3322/caac.21660. [3] NCCN Uterine Neoplasms — Abu-Rustum et al. 2023, doi:10.6004/jnccn.2023.0006. [4] FILM trial — Frumovitz et al., Lancet Oncol 2018, doi:10.1016/S1470-2045(18)30448-0. [5] Empty node packets — Thomaier et al., Int J Gynecol Cancer 2019, PMID:30833439.
Tasks

Three questions the AI helps answer

AI-SLN develops experimental models that read intra-operative ICG laparoscopy to support the surgeon's decisions, not to replace them. We frame three clinical questions and, for each, explore and compare several modelling approaches.

Detection

Detecting the SLN

Recognise whether the fluorescent tissue in view actually contains a sentinel lymph node, or is an empty packet.

Metastasis

Predicting metastasis

Anticipate the biopsy outcome — a node that is involved by cancer or free of disease — from the intra-operative image, without waiting for histology.

Node count

Estimating node count

Estimate how many lymph nodes are contained in the fluorescent tissue before it is removed.

In every case the goal is decision support at the surgeon's side — a second read, never an autonomous decision.

Open challenge

Why this is an open problem

An unprecedented setting

Surgical AI has advanced through foundation models and public benchmarks (for example, MICCAI EndoVis challenges) — but almost always on white-light video and on tasks like phase or instrument recognition. To date there are no foundation models pre-trained on this image modality — gynaecological laparoscopy with combined white-light and near-infrared (ICG) channels — nor on the lymph-node-centric tasks we consider. Our specific setting has no ready-made precedent.

Genuinely exploratory questions

Some of our tasks are fully experimental: we test whether AI can pick up patterns that are not visible to the surgeon's eye — for instance signals hinting at metastatic involvement, or faint dye uptake below the threshold of human perception — and turn them into useful predictions. These are open scientific questions, not solved engineering.

Method

Our research approach

We systematically explore what today's models can do in this data-scarce, privacy-bound setting, and how to push them further.

We experiment with the capabilities of open-source, state-of-the-art models — from visual encoders to multimodal large language models, both domain-specialised and general purpose — and combine them with training and data-augmentation techniques designed to extract signal from very few examples. Everything runs on local infrastructure, so patient data never leaves a controlled environment. Keeping the approach broad lets us compare paradigms fairly, and preserves the freedom to try new directions ahead of the full paper.

LemonFM · surgical foundation encoder MedGemma-4B · multimodal LLM MedSigLIP · medical vision–language SAM-like models · segmentation & tracking over time specialised surgical encoders text & visual prompting fine-tuning & augmentation for data scarcity

Model details are kept deliberately general here and will be fully described in the forthcoming paper.

Pilot results

Promising signal under hard constraints

The best results obtained so far, on held-out examples, in a data-scarce pilot setting.

Detection

Sentinel node, spotted in time

66.7%frames exact · up from 6.1% untrained · ~3 s mean error

The model pinpoints when the sentinel node first becomes visible in the clip in about two of three cases — a large jump over the untrained model — and is usually only seconds off.

Metastasis

Metastasis, well above chance

0.71PR-AUC

The model tells metastatic from disease-free nodes well above chance — an encouraging early signal for a question a surgeon cannot answer by eye.

Node count

Node count, within one

±1in 71% of cases · mean error 1.39 nodes

Asked how many nodes the fluorescent tissue holds, the model usually lands within one of the pathology count.

See it in action

Play with a real example

De-identified examples from our evaluation. For each one, test your own eye against the pathology ground truth — then reveal the model’s prediction.

✓ model prediction = ground truth
Frame 1 / 80

A held-out clip of 80 frames. The task: find the moment the sentinel node first becomes visible. Scrub through — the model’s predicted frame lights up green, and here it matches the surgeon’s ground truth exactly.

Does this node carry cancer?

Metastasis is not visible to the naked eye — which is exactly why we test whether AI can help. Here the ground truth comes from pathology, and the model’s prediction matches it.

How many lymph nodes are in this tissue?

3

Counting the nodes packed inside the fluorescent tissue, before removal, is hard even for surgeons. Here the ground truth comes from pathology, and the model’s prediction matches it.

Every image and clip is anonymised at IRCCS AOU di Bologna · Policlinico di Sant’Orsola. It is shown here with the hospital’s authorisation.

These results form a solid, reproducible experimental base and motivate large-scale data collection and the training of dedicated foundation models.

Data & ethics

AI-SLN is a retrospective, observational, no-profit study of patients treated for endometrial cancer with hysterectomy and sentinel lymph node biopsy using ICG, across the participating hospital centres. The study was approved by the Ethics Committee and conducted under Good Clinical Practice. Because the material is intra-operative surgical video and clinical outcomes, the dataset cannot be publicly released for privacy reasons.

Partners

A clinical–AI collaboration

Department of Computer Science and Engineering (DISI)

Research Unit · University of Bologna, Italy

Designs, trains and evaluates the AI models, and leads the methodological research.

Principal Investigator

Prof. Gianluca Moro, PhD — leader of the UniboNLP research group

Members

IRCCS AOU di Bologna · Policlinico di Sant'Orsola

Research Unit · Gynaecology, Italy

Leads data collection, anonymisation and expert clinical annotation (ground truth).

Unit Director

Prof. Renato Seracchioli

Principal Investigator

Dr. Diego Raimondo, PhD

Members
  • Dr. Alberto Aguzzi
Materials

Resources

Paper
In preparation
Coming soon

Interested in the project?

Have a question about the study, the clinical problem, or the methods behind it? We are glad to hear from you — reach the team directly by email.

disi.unibo.nlp@gmail.com
Funding

Acknowledgements

Fondazione Cassa di Risparmio in Bologna

This project is supported by Fondazione CARISBO through the competitive call “Bando Ricerca scientifica e Alta tecnologia 2024” — an annual grant programme that funds scientific research and high-technology projects proposed by universities and research bodies in the Bologna area.