The goal of this observational study is to learn if a computer program (deep learning) can accurately predict lymph node spread in adults with papillary thyroid cancer who have no signs of lymph node involvement before surgery (called cN0). The main questions it aims to answer are: * Can video analysis of lymph node mapping during surgery predict if cancer has spread to lymph nodes beyond the first-draining (sentinel) lymph node? * Can this prediction help surgeons decide how much tissue to remove during surgery? During surgery, participants will receive an injection of two special dyes (carbon nanoparticles and indocyanine green) near the thyroid tumor. These dyes travel through the lymphatic system and help surgeons see the lymph nodes. A special camera records a video of how the dyes move and light up the lymph nodes. Researchers will use computer programs to analyze these videos along with other medical information (such as ultrasound results and tumor characteristics) to predict whether cancer has spread to additional lymph nodes. The predictions will be compared against the actual results from tissue samples examined after surgery. Participants will receive standard thyroid cancer surgery. The study does not change the surgical treatment. The video recording adds no extra risk to participants.
BACKGROUND AND RATIONALE: Papillary thyroid carcinoma (PTC) is one of the fastest-growing cancers worldwide. A major challenge in treating PTC is that 30% to 80% of patients who appear to have no lymph node involvement before surgery (clinically node-negative, or cN0) actually have hidden (occult) cancer spread to their lymph nodes. Current imaging methods like ultrasound often miss these small areas of cancer spread. This creates a difficult decision for surgeons: removing too many lymph nodes increases the risk of complications such as damage to the parathyroid glands (which control calcium levels) and the nerves that control the voice. However, removing too few lymph nodes may leave cancer behind, which can lead to recurrence. Sentinel lymph node (SLN) mapping is a technique that identifies the first lymph nodes that drain from a tumor. The idea is that if cancer spreads through the lymphatic system, it will reach these sentinel nodes first. However, current single-tracer methods for SLN mapping in thyroid cancer have limitations and variable results. This study uses a dual-tracer approach that combines two different dyes: 1. Carbon nanoparticles (CNs): These provide long-lasting black staining that helps surgeons see lymph nodes clearly 2. Indocyanine green (ICG): This dye glows under near-infrared light, allowing real-time visualization of lymphatic flow By combining these two tracers, surgeons can see both the structure of lymph nodes and how lymphatic fluid flows through them over time. STUDY DESIGN: This is a prospective, single-center, observational cohort study. The study does not change the surgical treatment that participants receive. All participants undergo standard thyroid cancer surgery with lymph node removal as determined by their surgical team. STUDY PROCEDURES: 1. Pre-operative Assessment: All participants undergo standard pre-operative evaluation including: * Physical examination * Thyroid ultrasound with detailed lymph node assessment * Fine-needle aspiration biopsy to confirm PTC diagnosis * Genetic testing for common mutations (such as BRAF) * Standard blood tests 2. Surgical Procedure: During surgery, participants receive the dual-tracer injection under ultrasound guidance. The injection is given at multiple points around the thyroid tumor. The specific preparation is: * 0.1 ml of ICG solution (concentration: 2.5 mg/ml) * 0.1 ml of carbon nanoparticle suspension (concentration: 50 mg/ml) These are mixed together and injected using precise, multi-point technique. 3. Video Recording: A near-infrared fluorescence imaging system records the entire process of lymph node visualization. The recording captures: * How the dyes spread through the lymphatic channels * When each lymph node first becomes visible * How the fluorescence signal changes over time * The pattern of lymphatic drainage Videos are recorded at high resolution (1920 × 1080 pixels) at approximately 30 frames per second. A standardized 3-minute segment is extracted from each video for analysis, providing 150 frames per patient. 4. Surgical Decisions: The sentinel lymph node (the first node that lights up) is removed and sent for immediate frozen section analysis. Based on standard criteria, surgeons decide whether to perform: * Ipsilateral central lymph node dissection (removing lymph nodes on the same side as the tumor) * Lateral lymph node dissection (if certain criteria are met) * Contralateral central dissection (removing lymph nodes on the opposite side) These decisions follow the standard surgical protocol at our institution and are not influenced by the deep learning predictions. 5. Pathological Examination: All removed lymph nodes are examined by pathologists to determine: * Whether the sentinel lymph node contains cancer (SLNM status) * Whether second-echelon lymph nodes contain cancer (SeLNM) * Whether non-sentinel lymph nodes contain cancer (NsLNM) * The number and location of all positive lymph nodes DATA COLLECTION AND ANALYSIS: Clinical Data (32 variables): * Demographics: age, sex, body mass index * Ultrasound features: tumor size, location, margins, calcification patterns, aspect ratio, TI-RADS classification * Pathological features: multifocality, extrathyroidal extension, capsular invasion * Genetic data: BRAF mutation status and other relevant mutations Video Analysis: Two experienced surgeons (each with more than 10 years of experience) manually identify and outline the regions of interest (the sentinel lymph nodes) in each video frame. This creates 19,650 mask images across all participants. Feature Extraction: The deep learning system extracts multiple types of features: Spatial Features (2,048 dimensions): * Image features from a pre-trained neural network (EfficientNet-B5) * Grayscale characteristics * Shape and morphological features * Hu moment descriptors (mathematical descriptions of shape) Temporal Features (20 dimensions): * Frame-to-frame differences showing how the image changes * Optical flow measurements showing movement patterns * Fluorescence intensity changes over time * Flow velocity measurements at specific time points DEEP LEARNING MODELS: Nine different deep learning architectures are developed and compared: 1. Convolutional Neural Network (CNN): Extracts local spatial features from images 2. Long Short-Term Memory (LSTM): Captures patterns in time-series data 3. CNN + LSTM: Combines spatial and temporal feature extraction 4. CNN + LSTM + Attention: Adds attention mechanism to focus on important time points 5. Transformer: Uses self-attention to capture global patterns in sequential data 6. Crossformer: A specialized architecture for time-series analysis 7. 3D-CNN: Processes video data as three-dimensional volumes 8. LSTM + Transformer: Hybrid model combining LSTM and Transformer strengths 9. LSTM + Crossformer: Hybrid model combining LSTM and Crossformer All models use: * Binary cross-entropy loss function * Adam optimizer for training * Data augmentation (rotation, scaling, noise injection) to prevent overfitting * Weighted loss functions to handle class imbalance * Dropout regularization MODEL EVALUATION: Models are evaluated using 10-fold stratified cross-validation, ensuring balanced distribution of outcomes in training and testing sets. Performance metrics include: * Area Under the ROC Curve (AUC): Measures overall discrimination ability * Accuracy: Percentage of correct predictions * Sensitivity: Ability to correctly identify patients with metastasis * Specificity: Ability to correctly identify patients without metastasis * Positive Predictive Value: Probability that a positive prediction is correct * Negative Predictive Value: Probability that a negative prediction is correct * F1 Score: Balance between precision and recall * Brier Score: Calibration of predicted probabilities Additional analyses include: * Decision curve analysis to assess clinical utility * Calibration curves to check prediction reliability * Learning curves to assess overfitting * DeLong test for statistical comparison between models * Probability-based model ranking approach (PMRA) MODEL INTERPRETABILITY: To understand how the model makes predictions, we use SHapley Additive exPlanations (SHAP) analysis. This technique: * Identifies which features contribute most to predictions * Shows how each feature affects individual predictions * Reveals whether the model relies on clinically meaningful factors * Provides transparency into the "black box" of deep learning OUTCOMES: Primary Outcomes: 1. Second-echelon lymph node metastasis (SeLNM): Cancer spread to lymph nodes beyond the sentinel node in the drainage pathway 2. Non-sentinel lymph node metastasis (NsLNM): Cancer spread to any lymph node other than the sentinel node Both outcomes are determined by final pathological examination of surgically removed tissue (the gold standard). Secondary Outcomes: * Model performance metrics (AUC, sensitivity, specificity, etc.) * Feature importance rankings from SHAP analysis * Comparison of model architectures STATISTICAL CONSIDERATIONS: Sample Size: Based on power calculations assuming: * Alpha = 0.05 (significance level) * Power = 0.80 * Expected sensitivity difference of 20% between methods * Expected prevalence of lymph node metastasis of 50% A minimum of 335 participants was calculated. Due to strict inclusion criteria and video quality requirements, 131 participants with complete, high-quality data were included in the final analysis. Statistical Methods: * Descriptive statistics for baseline characteristics * Chi-square or Fisher exact test for categorical variables * Mann-Whitney U test for continuous variables * DeLong test for comparing AUC values between models * 95% confidence intervals for all performance metrics FOLLOW-UP: While the primary analysis focuses on intraoperative prediction, participants are followed according to standard clinical care protocols. Long-term outcomes including recurrence-free survival may be analyzed in future studies. ETHICAL CONSIDERATIONS: This study was approved by the Ethics Committee of the First Affiliated Hospital of Chongqing Medical University (Approval No. 2023-322). All participants provided written informed consent before enrollment. The study poses minimal additional risk to participants because: * The dual-tracer injection uses agents already approved for clinical use * The video recording is non-invasive and does not affect surgical decisions * All surgical decisions are made according to standard protocols * The deep learning analysis is performed retrospectively and does not influence treatment POTENTIAL IMPACT: If successful, this approach could: 1. Help surgeons make more informed decisions about the extent of lymph node removal 2. Reduce unnecessary extensive surgery in low-risk patients 3. Ensure adequate surgery in high-risk patients who might otherwise be undertreated 4. Provide real-time, objective decision support during surgery 5. Standardize the interpretation of lymphatic mapping across different surgeons and centers 6. Serve as a training tool for less experienced surgeons LIMITATIONS: * Single-center study, which may limit generalizability * Relatively small sample size due to strict quality requirements * Manual annotation of regions of interest may introduce variability * Deep learning models require validation in external cohorts * Real-time implementation during surgery requires further development FUTURE DIRECTIONS: * External validation in multiple centers * Development of real-time prediction software for intraoperative use * Integration with other imaging modalities * Prospective interventional trials to assess clinical benefit of AI-guided surgery
Study Type
OBSERVATIONAL
Enrollment
131
Intraoperative sentinel lymph node mapping using indocyanine green (ICG) with near-infrared fluorescence imaging. Preparation: ICG powder (25 mg) is dissolved in 10 ml sterile water to achieve a concentration of 2.5 mg/ml. Administration: 0.2 ml of ICG solution is injected at multiple points around the thyroid tumor under real-time ultrasound guidance using a precision multi-point stereotactic injection technique. Visualization: A near-infrared fluorescence imaging system (excitation wavelength 750-800 nm, emission wavelength 820 nm) is used to visualize lymphatic channels and identify sentinel lymph nodes in real time during surgery. The sentinel lymph node is defined as the first lymph node that shows fluorescence signal after tracer injection.
Intraoperative sentinel lymph node mapping using carbon nanoparticle suspension with visual identification. Preparation: Carbon nanoparticle suspension is used at the commercial concentration of 50 mg/ml. Administration: 0.2 ml of carbon nanoparticle suspension is injected at multiple points around the thyroid tumor under real-time ultrasound guidance using a precision multi-point stereotactic injection technique. Visualization: Carbon nanoparticles (diameter 150 nm) selectively enter lymphatic channels and accumulate in lymph nodes, producing visible black staining. Surgeons identify sentinel lymph nodes by direct visual inspection of black-stained nodes. The sentinel lymph node is defined as the first lymph node that shows black staining after tracer injection.
Intraoperative sentinel lymph node mapping using combined indocyanine green and carbon nanoparticles with near-infrared fluorescence imaging and visual identification. Preparation: 0.1 ml of ICG solution (2.5 mg/ml) is mixed with 0.1 ml of carbon nanoparticle suspension (50 mg/ml) to form a 0.2 ml dual-tracer composite agent. Administration: The mixed tracer is injected at multiple points around the thyroid tumor under real-time ultrasound guidance using a precision multi-point stereotactic injection technique. Visualization: Near-infrared fluorescence imaging captures real-time lymphatic flow dynamics (ICG component), while black staining provides durable visual lymph node identification (CNs component). Video recording documents the entire sentinel lymph node visualization process for at least 5 minutes at 1920x1080 resolution. Deep learning analysis: In this group, video recordings are analyzed using nine deep learning models to extract spatiotemporal features and predict second
The First Affiliated Hospital of Chongqing Medical University
Chongqing, China
Sentinel Lymph Node Metastasis (SLNM) Status
The presence or absence of cancer metastasis in the sentinel lymph node, determined by postoperative histopathological examination (paraffin section) as the gold standard. SLNM is classified as positive (macrometastasis or micrometastasis present) or negative (no metastasis). The SLNM rate is calculated as: number of participants with positive sentinel lymph nodes divided by total number of participants with successfully identified sentinel lymph nodes.
Time frame: immediately after the surgery
Sentinel Lymph Node Detection Rate
The proportion of participants in whom sentinel lymph nodes are successfully identified using each tracer method (ICG alone, CNs alone, or ICG+CNs dual-tracer). A sentinel lymph node is defined as the first lymph node visualized after tracer injection. Detection rate is calculated as: number of participants with successfully identified sentinel lymph nodes divided by total number of participants in each group, expressed as a percentage.
Time frame: immediately after the surgery
Second-Echelon Lymph Node Metastasis (SeLNM)
The presence or absence of cancer metastasis in second-echelon lymph nodes (lymph nodes beyond the sentinel node in the lymphatic drainage pathway), determined by postoperative histopathological examination. SeLNM is the primary prediction target for the deep learning models in the ICG+CNs group. SeLNM status is classified as positive or negative based on paraffin section pathology results.
Time frame: perioperatively
Non-Sentinel Lymph Node Metastasis (NsLNM)
The presence or absence of cancer metastasis in any lymph node other than the sentinel lymph node, determined by postoperative histopathological examination. NsLNM includes metastasis in central compartment nodes (prelaryngeal, pretracheal, paratracheal, and nodes posterior to recurrent laryngeal nerve) and lateral compartment nodes when dissected. NsLNM is the second primary prediction target for the deep learning models in the ICG+CNs group.
Time frame: perioperatively
Sensitivity of Sentinel Lymph Node Mapping
The ability of each tracer method to correctly identify participants who have lymph node metastasis. Sensitivity is calculated as: true positives divided by (true positives + false negatives), expressed as a percentage. A true positive is defined as a positive sentinel lymph node in a participant with confirmed central lymph node metastasis on final pathology. Compared among ICG, CNs, and ICG+CNs groups.
Time frame: through study completion, an average of 1 year
Specificity of Sentinel Lymph Node Mapping
The ability of each tracer method to correctly identify participants who do not have lymph node metastasis. Specificity is calculated as: true negatives divided by (true negatives + false positives), expressed as a percentage. A true negative is defined as a negative sentinel lymph node in a participant with no central lymph node metastasis on final pathology. Compared among ICG, CNs, and ICG+CNs groups.
Time frame: through study completion, an average of 1 year
Positive Predictive Value (PPV) of Sentinel Lymph Node Mapping
The probability that participants with a positive sentinel lymph node truly have central lymph node metastasis. PPV is calculated as: true positives divided by (true positives + false positives), expressed as a percentage. Compared among ICG, CNs, and ICG+CNs groups.
Time frame: through study completion, an average of 1 year
Negative Predictive Value (NPV) of Sentinel Lymph Node Mapping
The probability that participants with a negative sentinel lymph node truly do not have central lymph node metastasis. NPV is calculated as: true negatives divided by (true negatives + false negatives), expressed as a percentage. A high NPV indicates that a negative sentinel lymph node reliably rules out metastatic disease. Compared among ICG, CNs, and ICG+CNs groups.
Time frame: through study completion, an average of 1 year
Deep Learning Model Performance - Area Under ROC Curve (AUC)
The area under the receiver operating characteristic curve for each deep learning model (CNN, LSTM, CNN+LSTM, CNN+LSTM+Attention, Transformer, Crossformer, 3D-CNN, LSTM+Transformer, LSTM+Crossformer) in predicting SeLNM and NsLNM in the ICG+CNs group. AUC ranges from 0 to 1, with higher values indicating better discrimination. Evaluated using 10-fold stratified cross-validation.
This platform is for informational purposes only and does not constitute medical advice. Always consult a qualified healthcare professional.
Time frame: through study completion, an average of 1 year
Deep Learning Model Performance - Accuracy, Sensitivity, and Specificity
Performance metrics of the optimal deep learning model for predicting SeLNM and NsLNM in the ICG+CNs group. Accuracy is the proportion of correct predictions. Sensitivity is the proportion of actual positive cases correctly identified. Specificity is the proportion of actual negative cases correctly identified. All metrics expressed as percentages with 95% confidence intervals.
Time frame: through study completion, an average of 1 year