菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-29
📄 Abstract - LETT-NeXt: A Lightweight RECIST-Guided Model for 3D CT Lesion Segmentation

RECIST diameter measurements are widely used for tumor response assessment, but they provide only a limited 2D description of lesion extent. We present LETT-NeXt, a lightweight RECIST-guided model that predicts 3D lesion masks from CT volumes and RECIST markers for the CVPR 2026 Foundation Models for Pan-cancer Segmentation in CT Images competition. LETT-NeXt extracts a RECIST-centered regional crop, encodes the RECIST line and endpoints as two prompt channels, and concatenates them with the CT input. A compact MedNeXt-v2 encoder--decoder predicts the lesion mask, followed by prompt-aware component selection and adaptive AutoZoom inference. On the public validation set, LETT-NeXt achieved a Dice Similarity Coefficient (DSC) of 79.4 $\pm$ 10.1 and a Normalized Surface Dice (NSD) of 72.3 $\pm$ 16.2. On the hidden test set, it achieved a DSC of 73.9 and an NSD of 67.3, corresponding to a challenge score of 70.6\%. On the public validation mirror, LETT-NeXt completed CPU inference in 6.9 $\pm$ 3.0 s per case with a peak memory use of 3.6 GB. Code is available at this http URL.

顶级标签: medical computer vision model training
详细标签: 3d lesion segmentation ct imaging recist markers lightweight model medical image analysis 或 搜索:

LETT-NeXt:一种轻量级的基于RECIST引导的3D CT病灶分割模型 / LETT-NeXt: A Lightweight RECIST-Guided Model for 3D CT Lesion Segmentation


1️⃣ 一句话总结

本文提出了一种轻量级AI模型LETT-NeXt,它能够利用临床常用的二维RECIST肿瘤测量标记,从CT扫描中自动生成病灶的三维立体分割结果,在保持高精度(验证集Dice系数79.4%)的同时,实现了快速、低内存的CPU推理,为肿瘤评估从二维到三维的升级提供了实用工具。

源自 arXiv: 2606.30108