Search papers, labs, and topics across Lattice.
LETT-NeXt is a lightweight model designed for 3D lesion segmentation in CT images, utilizing RECIST diameter measurements to enhance tumor response assessment. By integrating RECIST markers with CT data through a compact MedNeXt-v2 encoder-decoder architecture, the model effectively predicts lesion masks while maintaining efficient inference times. The model achieved competitive performance on both public validation and hidden test sets, demonstrating a Dice Similarity Coefficient of 79.4 and a challenge score of 70.6%, indicating its potential for practical application in clinical settings.
Achieving a Dice Similarity Coefficient of 79.4, LETT-NeXt redefines efficiency in 3D lesion segmentation without sacrificing accuracy.
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 github.com/Ahus-AIM/lett-next.