Papers › RADIANT-PET: Reasoning-Augmented PET/CT Lesion Segmentation with Large Language Models...

RADIANT-PET: Reasoning-Augmented PET/CT Lesion Segmentation with Large Language Models and Reinforcement Learning

23 Jun 2026arXiv:2606.28392added by Syntology

Jiasheng Wang, Tanun Jitwatcharakomol, Piyawadee Jongpradubgiat, Simeng Zhu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Accurate lesion segmentation in PET/CT is critical for oncology, yet remains challenging because physiologic tracer uptake and artifacts can mimic malignant signal. We present RADIANT-PET, a reasoning-augmented framework that couples a high-sensitivity voxel-level segmentation model with lesion-level large language model (LLM) adjudication. Candidate uptake regions are generated with a deliberately permissive segmentation stage, then converted into structured textual descriptions that summarize uptake intensity, morphology, and regional and global anatomical context. An LLM classifies each candidate as true lesion vs. false positive, optionally leveraging the radiology report as additional clinical context. To strengthen lesion-level reasoning, we further optimize a local LLM via reinforcement learning using Group Relative Policy Optimization, rewarding correct lesion classification and anatomically concordant site assignment. Across AutoPET and an OSU test cohort, RADIANT-PET consistently outperforms strong image-only baselines, with the largest improvements observed when radiology reports are provided. Overall, these results demonstrate that LLM-based lesion-level reasoning adds a novel reasoning layer beyond conventional segmentation, suppressing physiologic false positives and aligning voxel-level predictions with clinical interpretation. The project repository is available at: https://github.com/jwang-580/RADIANT-PET.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.28392")

Code

Syntology Ran 22 of 23 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 22 ran with no contract checked.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 22 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jwang-580/RADIANT-PET found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 22 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

22ran
1unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jwang-580/RADIANT-PET. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

annotate_json_file jwang-580/RADIANT-PET/nnunet_processing/annotate_ground_truth.py found in paper text by Syntology ran no licence file found · pointer only · 911ee3741519440b · report
apply_rule1_liver_spleen_filter jwang-580/RADIANT-PET/suv_threshold_processing/rule_based_postprocessing.py found in paper text by Syntology ran no licence file found · pointer only · 254b60aee5ed8e0b · report
apply_rule3_organ_overlap_filter jwang-580/RADIANT-PET/suv_threshold_processing/rule_based_postprocessing.py found in paper text by Syntology ran no licence file found · pointer only · 85c9f696ce083e03 · report
calculate_classification_metrics jwang-580/RADIANT-PET/eval/evaluate_predictions.py found in paper text by Syntology ran no licence file found · pointer only · 60d6533e423432d4 · report
create_z_boundary_exclusion_mask jwang-580/RADIANT-PET/nnunet_processing/postprocess_hs_unet.py found in paper text by Syntology ran no licence file found · pointer only · e9485df3f8dc6057 · report
discover_cases jwang-580/RADIANT-PET/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · 5febc4e7429707f7 · report
discover_inputs jwang-580/RADIANT-PET/nnunet_processing/infer_hs_unet.py found in paper text by Syntology ran no licence file found · pointer only · b5263403588fd498 · report
extract_patient_id jwang-580/RADIANT-PET/suv_threshold_processing/batch_threshold_pipeline.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3c4a5bdbc8dc3140 · report
extract_study_id jwang-580/RADIANT-PET/nnunet_processing/annotate_ground_truth.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9b0f0d225afb22a4 · report
find_suv_file jwang-580/RADIANT-PET/nnunet_processing/describe_candidates.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2ce81215e9de84d5 · report
format_lesion_input jwang-580/RADIANT-PET/eval/infer_api_models.py found in paper text by Syntology ran no licence file found · pointer only · 0cda38c17849ab0e · report
load_ground_truth_csv jwang-580/RADIANT-PET/nnunet_processing/annotate_ground_truth.py found in paper text by Syntology ran no licence file found · pointer only · 1850763df918da11 · report
load_lesion_data jwang-580/RADIANT-PET/suv_threshold_processing/rule_based_postprocessing.py found in paper text by Syntology ran no licence file found · pointer only · 12d7382837c179e7 · report
load_mask_types jwang-580/RADIANT-PET/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · c517676feb1d707a · report
load_organ_mapping jwang-580/RADIANT-PET/nnunet_processing/postprocess_hs_unet.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4f9da0f7417be5b2 · report
parse_response jwang-580/RADIANT-PET/eval/infer_api_models.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 88548e534a655e64 · report
parse_response jwang-580/RADIANT-PET/eval/infer_gpt_oss.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6a5a10fbcab9e3a1 · report
parse_response jwang-580/RADIANT-PET/eval/infer_medgemma.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 0c270d00c05c496c · report
process_json_file jwang-580/RADIANT-PET/eval/evaluate_predictions.py found in paper text by Syntology ran no licence file found · pointer only · 7ed204b9e2b215ef · report
resample_mask_to_reference jwang-580/RADIANT-PET/nnunet_processing/postprocess_hs_unet.py found in paper text by Syntology ran no licence file found · pointer only · ed614874e733df28 · report
strip_nii jwang-580/RADIANT-PET/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · a00b8ba0be924e8b · report
system_prompt jwang-580/RADIANT-PET/eval/infer_api_models.py found in paper text by Syntology ran no licence file found · pointer only · 8faa1fc4d6145207 · report
find_matching_gt_file jwang-580/RADIANT-PET/eval/evaluate_segmentation_masks.py found in paper text by Syntology unverified no licence file found · pointer only · ef08fd35b47c18e0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.28392, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections