Skip to main content

Machine learning to predict occult metastatic lymph nodes along the recurrent laryngeal nerves in thoracic esophageal squamous cell carcinoma

Abstract

Purpose

Esophageal squamous cell carcinoma (ESCC) metastasizes in an unpredictable fashion to adjacent lymph nodes, including those along the recurrent laryngeal nerves (RLNs). This study is to apply machine learning (ML) for prediction of RLN node metastasis in ESCC.

Methods

The dataset contained 3352 surgically treated ESCC patients whose RLN lymph nodes were removed and pathologically evaluated. Using their baseline and pathological features, ML models were established to predict RLN node metastasis on each side with or without the node status of the contralateral side. Models were trained to achieve at least 90% negative predictive value (NPV) in fivefold cross-validation. The importance of each feature was measured by the permutation score.

Results

Tumor metastases were found in 17.0% RLN lymph nodes on the right and 10.8% on the left. In both tasks, the performance of each model was comparable, with a mean area under the curve ranging from 0.731 to 0.739 (without contralateral RLN node status) and from 0.744 to 0.748 (with contralateral status). All models showed approximately 90% NPV scores, suggesting proper generalizability. The pathology status of chest paraesophgeal nodes and tumor depth had the highest impacts on the risk of RLN node metastasis in both models.

Conclusion

This study demonstrated the feasibility of ML in predicting RLN node metastasis in ESCC. These models may potentially be used intraoperatively to spare RLN node dissection in low-risk patients, thereby minimizing adverse events associated with RLN injuries.

Peer Review reports

Introduction

Esophageal carcinoma is the sixth most common cancer worldwide, resulting in an estimated total of 450,000 deaths per year [1]. Esophageal squamous cell carcinoma (ESCC) is a major histologic subtype that is most prevalent in East Asian and Middle Eastern regions. The lymph nodes along the recurrent laryngeal nerves (RLNs), located bilaterally in the tracheoesophageal grooves, have been shown as one of the most common sites of tumor metastasis in thoracic ESCC [2,3,4,5,6,7,8,9]. The reported incidence rate ranged from 20 to 40%, depending on the location and the stage of the tumor [3].

The current standard of care treatment to thoracic ESCC is surgery, which requires removal of the esophagus, reconstruction of the upper digest tract, and dissection of the upper mediastinal lymph nodes including those along bilateral RLNs [3, 10]. Iatrogenic injury to the RLN commonly occurs during this invasive procedure, with the incidence of as high as 69% [11]. RLN injury leads to vocal fold paresis or paralysis, causing hoarseness, stridor, aspiration pneumonia, or dyspnea in these patients. In particular, patients with bilateral vocal fold paralysis can suffer from severe dyspnea that may require long-term tracheostomy. These complications may significantly impair patients’ quality of life and even result in deaths [3].

As more than half of operable ESCC patients in fact have no RLN lymph node metastasis, they would benefit from selective dissection sparing these lymph nodes. It has been shown that enhanced computed tomography (CT) can reliably predict positive tumor metastasis in RLN lymph nodes that are greater than 6 mm in the short axis diameters [4, 12, 13]. However, imaging becomes much less effective in detecting occult metastasis in those smaller-size nodes. Positron emission tomography/CT only exhibited a low sensitivity of 45% in a recent prospective study of ESCC patients [14]. Ultrasound guided fine needle biopsy is not routinely applied to the RLN lymph nodes due to the technical challenges and the invasive nature of this procedure [15, 16]. As a result, the current treatment consensus for resectable ESCC suggest a systemic lymph node dissection including bilateral RLN nodes in all patients with the goal to minimize tumor recurrence [3, 17,18,19,20,21], as recurrence leads to extremely poor prognosis [7, 22,23,24]. In this regard, an effective prediction model for RLN lymph node metastasis is expected to promote personalized treatment decision-making by preventing unnecessary iatrogenic RLN injuries without increasing the risk of tumor recurrence. It can also guide the selection of dissection approaches if the risk of RLN node metastasis on each side can be assessed.

Machine learning (ML) is a subset of artificial intelligence that enables computers to learn from historical data and make predictions about new data using the information learned. With the advent of the big data era, ML has been increasingly applied to perform predictive modeling in medicine [25]. It has been shown to yield equivalent or superior outcomes compared to human judgment and traditional strategies in various tasks, such as disease detection, diagnosis, and prognosis prediction [26]. ML makes minimal assumptions about the characteristics of data, and therefore is effective even when the data are obtained without a controlled arm or in the presence of complicated nonlinear interactions among predictor variables [27]. Yet, ML has not been applied to predict RLN node metastasis in thoracic ESCC. The primary obstacle is the lack of a large-sized dataset with pathology-confirmed lymph node status.

This study was to investigate ML in prediction of RLN lymph node metastasis in patients with thoracic ESCC. To achieve this goal, a large-size, monocentric dataset was retrospectively collected and used to train and validate ML algorithms. Results obtained from this study should not only suggest the feasibility of ML for this task, but also provide insights into the clinical value of these models in personalized surgical planning of ESCC.

Patients and methods

Data collection

This study was conducted in full accordance with Good Clinical Practice and Declaration of Helsinki. Ethical approval and informed consent were waived by the Institutional Review Board of Fudan University Shanghai Cancer Center due to the retrospective study design. A medical record search was performed to identify patients with ESCC who were evaluated and surgically treated at this institute from January 2006 to December 2018. Detailed information including preoperative workups, indications and contraindications of surgery, and surgical approaches has been described in previous publications [7, 9, 14, 28, 29].

Patients from this cohort were eligible for the current study if they: (1) underwent a complete resection of thoracic esophageal cancer and a systemic lymphadenectomy along the esophagus, including dissection of the RLN lymph nodes on at least one side; (2) had a pathology-confirmed diagnosis of ESCC and the pathology report of the resected lymph nodes. Patients were excluded if: (1) they had received any preoperative treatment, such as chemotherapy and/or radiotherapy; (2) the short axis diameter of RLN lymph node on either side was measured greater than 6 mm on contrast-enhanced CT, as these patients all received neoadjuvant therapies [4, 12, 13]; or (3) there were any missing data.

The variables of interest included patients’ baseline characteristics (sex, age, body mass index), clinical information (history of smoking, alcohol use, family history of cancer, family history of esophageal cancer), and tumor’s histopathologic features (tumor location, grade, size, invasion depth, and the presence of any positive paraesophageal node in the chest [excluding RLN nodes] and the abdomen, respectively). These variables represented patient characteristics that were generally available and potentially associated with the outcome of interest in this study. In addition, these pieces of information could reasonably be obtained before the decision of RLN lymph node dissection was made. The outcome variable was the presence or absence of metastasis in the RLN lymph node on the target side. All data were deidentified before analysis.

Data preprocessing

All categorical variables were encoded using the following standard protocol. Ordinal variables were converted to integer values from 1 through k, and nominal variables were encoded using a one-hot approach. A fivefold cross-validation method was applied to train and test the ML algorithms. Specifically, the dataset was split into an 80% training set and a 20% test set in a random, stratified fashion. This process was repeated for 5 times, each of which resulted in a completely distinct test set. During training, a random selection of 20% data from the training set were used to validate the models.

Model development

The first task was designed to predict the risk of RLN lymph node metastasis on each side. A ground truth label of either metastasis- positive (1) or negative (0) was assigned to each RLN lymph node based on the pathology report. A total of 14 predictor variables were used, including all the patient- and tumor- related features, in addition to the target side. Five ML algorithms, including logistic regression, support vector machine (SVM), random forest (RF), extreme gradient boosting (XGBoost), and light gradient boosting machine (LightGBM), were trained in a binary classification task [30,31,32]. Grid search was first performed to obtain the optimal hyperparameters for each algorithm. In each cross-validation fold, each algorithm was trained to achieve convergence. The cutoff threshold of each model was determined at a level that yielded at least 90% negative predictive value (NPV). NPV is the ratio of true negative to the sum of true negative and false negative. This criterion was set to emphasize the model’s ability in correctly ruling patients out of RLN lymph node dissection. In other words, a patient who was predicted negative by the model should be at least 90% truly metastasis-free in the RLN nodes on the target side. The threshold was obtained on the validation set and applied to the test set.

The second task was extended from the first to predict the risk of RLN lymph node metastasis on the contralateral side, on condition that the metastatic status on the ipsilateral side was available. This task mimicked a clinical situation where the RLN lymph node on one side has been dissected and the frozen-section pathology is obtained, a decision should be made intraoperatively whether to continue dissection on the opposite side. For the second task, the predictor variables included the pathological status of the RLN lymph node on one side as well as all the features used in the first model. Only a subset of patients with pathology results of bilateral RLN lymph nodes were eligible. The rest of methods, including assignment of ground truth labels, types of ML algorithms, hyperparameter tuning and determination of thresholds, remained consistent as in the first task.

Model testing

The classification performance of each model was evaluated on the test data by a set of metrics including accuracy, sensitivity, specificity, NPV, and the area under the receiver operating characteristic (AUROC). In particular, these scores were measured at the threshold predetermined during the training process.

Feature importance

The importance of each predictor variable in a model was assessed by the permutation score on the test set. This score is defined as the decrease in model performance when all values of a given variable are randomly shuffled. Specifically, this procedure breaks the relationship between the feature and the outcome, therefore the magnitude of model performance drop is indicative of how much the model depends on this particular feature. For each variable in a model, this process was repeated for 100 times to obtain an average score.

Statistics

Descriptive statistics were applied to characterize the baseline features of this dataset. The receiver operating characteristic curve of a model was created by plotting the true positive rate against the false positive rate at different thresholds. The AUROC score was measured by the entire area underneath the curve. The numbers of cases correctly and incorrectly classified by the framework were displayed in confusion matrices. Accuracy was measured by (true positive + true negative) / total sample size; sensitivity by true positive / (true positive + false negative); specificity by true negative / (true negative + false positive); and NPV by true negative / (true negative + false negative). Results were averaged over 5 cross-validation folds and expressed as mean ± standard deviation. All statistical analyses were performed using Python (Python Core Team, 2021) and Excel (Microsoft Corporation, Redmond, WA).

Results

Baseline characteristics

The dataset contained a total of 3352 East Asian patients that met the inclusion criteria for this study. The patient population consisted of 78.9% male and had an average age of 61.2 ± 7.77 years (mean ± standard deviation). Over 60% patients reported history of smoking (64.3%) and/or alcohol use (61.4%). Family history of cancer was documented in approximately a quarter of patients. In this cohort, the majority of tumors were moderately differentiated (61.5%) and located in the middle portion of the esophagus (64.9%). Over two thirds of tumors had invaded the muscle or the outer layer. There was a total of 38,552 lymph nodes harvested and pathologically assessed, averaging 11.5 per patient. Metastases were found in 12.1% lymph nodes (n = 4663) and 45.3% patients (n = 1519). Dissection of RLN lymph nodes was performed in 99.7% patients on the right side, and 96.9% on the left. Seventeen percent of the right RLN lymph nodes and 10.8% of the left were positive (Table 1).

Table 1 Baseline characteristics of the dataset

Model performance

Task 1

The best hyperparameters for each algorithm is shown in Table 2. On average, the performance of all five ML models was comparable in every metric (Table 3). The mean AUROC score ranged from 0.731 (SVM) to 0.739 (RF), with only a 0.008 difference at most. All models showed NPVs that were consistent with the 90% criterion, suggesting a proper generalizability from the training data to the test data.

Table 2 Best hyperparameters settings for each algorithm
Table 3 Performance metrics of each model obtained from five-fold cross-validation and expressed as mean ± standard deviation

The top 5 critical features for RLN node metastases were consistent across all models (Fig. 1), including the pathology status of other paraesophageal lymph nodes in the chest, tumor invasion depth, tumor location, target side, and the pathology status of abdominal lymph nodes. In particular, the pathology status of other paraesophageal lymph nodes in the chest ranked first in 4 of the 5 models, and second in the other.

Fig. 1
figure 1

Critical features for task 1 models. The error bars indicate the standard error of the mean. LN: lymph node

Task 2

Similarly, all five models demonstrated almost equivalent performance in predicting RLN nodal metastasis on the contralateral side. The mean AUROC score was between 0.744 and 0.748, suggesting an average 0.005 to 0.015 improvement in model predictability with the additional feature of ipsilateral RLN lymph node status. The NPV values were all consistent with the 90% goal.

The top 5 critical features for contralateral RLN node metastases are displayed in Fig. 2. Three features were present in all models, including the pathology status of other chest lymph nodes, tumor invasion depth, and the ipsilateral RLN lymph node status. Other critical variables that were present in some models included tumor location (3), abdominal lymph node status (2), target side (4), and age (1).

Fig. 2
figure 2

Critical features for task 2 models. The error bars indicate the standard error of the mean. LN: lymph node; Ipsi-RLN: Ipsilateral side of the recurrent laryngeal nerve lymph node

Discussion

Assessing the risk of nodal metastasis is beneficial for guiding surgical planning in patients with operable ESCCs. This study demonstrated the feasibility of ML in predicting tumor metastases in bilateral RLN lymph nodes. Models were developed to predict the risk of the target and the opposite side, respectively, based on patients’ baseline features and pathological findings. Each model showed adequate predictability with approximately 90% NPV that is practically meaningful. They can be sequentially implemented into a clinical workflow for intraoperative decision-making. To our best knowledge, this is the first ML study that investigates metastases of thoracic ESCCs in the RLN lymph nodes. This dataset also represents by far the largest monocentric cohort of patients that receive only surgical interventions and contain pathology results of the dissected lymph nodes. A fivefold cross-validation approach and a comprehensive set of performance metrics allow unbiased evaluation of the ML models. Assessment of the feature importance also yields informative findings for future research works. These advantages altogether suggest the validity of the outcomes and the feasibility of ML for such tasks. This study also lends support to the possibility of ML in guiding the prevention of important adverse events. With the potential of generating timely and reliable risk predictions, the role of ML in clinical care should grow rapidly in this big data era. In the future, ML is expected to become an integral part of routine clinical practice, and to notably promote personalized medicine.

Metastases of the thoracic ESCCs are frequently seen in lymph nodes of the neck, chest and upper abdomen. Specifically, tumor cells metastasize to distant nodes from the primary lesion through the rich longitudinal lymphatic vessel plexus in a “skip” and unpredictable fashion [3]. Previous efforts have been made to develop non-invasive methods for evaluating lymph node metastasis in ESCCs. By far, the lymph node size measured in the short axis from the enhanced high-resolution CT scan has been demonstrated as an easy and adequate indicator for metastases in the RLN nodes. In a recent study with 307 ESCC patients, a cut-off threshold of 6.5 mm yielded 50% sensitivity and 83.4% specificity in the right RLN nodes [33]. Another study based on a 5.5 mm threshold reported 64% sensitivity and 75% specificity in the left RLN nodes of 94 patients [13]. However, the high specificity and low sensitivity scores suggest this approach may only be desirable to rule in patients for removal of the RLN nodes. As 36 – 50% (i.e. 1 – sensitivity) of the metastases are present in the RLN nodes that measure less than the cut-off size and therefore missed by this approach, it is not reliable to rule patients out of lymph node dissection. In fact, these occult metastases in RLN nodes with normal or near normal radiologic appearances cannot be effectively detected by any imaging techniques neither. Recent studies of ESCC patients demonstrated low accuracies in nodal staging by either PET/CT scan [14] or endoscopic ultrasound [15]. Due to the lacking of any reliable approach for predicting occult metastasis and the extremely poor prognosis of recurrent ESCC, the current clinical guideline suggests an extensive lymphadenectomy for all operable patients even though it could result in additional trauma and complications. In this regard, a model that can reliably rule negative patients out of RLN node removal is clinically beneficial to account for the limitations of the radiologic approach and to minimize the dissection-associated complications. To the best of our knowledge, this is the first study on evaluating occult metastasis of ESCC in the RLN lymph nodes. The models developed in this study fill the aforementioned gap and may potentially supplement the existing methods in a two-stage clinical decision-making process. Specifically, the approach based on radiologic measurement may be employed preoperatively to determine patients who should require removal of the RLN nodes, and the current ML models further guides any intraoperative refinement in lymphadenectomy based on the frozen pathology results from other dissected nodes. With this two-model strategy and the 90% NPV scores of the second model, it is expected a high percentage of node-negative patients should be correctly identified and benefit from the selective dissection that spares the RLN nodes.

In this study, it was revealed by multiple models that some pathological features were universally critical to the risk of nodal metastasis. The presence of other positive nodes in the chest was one of the primary risk factors for a positive RLN node in both tasks. This finding can be supported by the current knowledge on esophageal anatomy. Specifically, once the tumors spread to any other thoracic lymph nodes, the likelihood of the RLN nodes being involved also increases as the superficial lymphatic vessels of the proximal esophagus have abundant direct connections with the RLN nodes [34]. Tumor location and the invasion depth appeared to be the other two important risks factors, which were also consistent with previous findings [10, 35, 36]. Further, it was revealed in this study that the status of the ipsilateral RLN node contributed to only a minor improvement in model predictability for the outcome of the contralateral side. This finding, in addition to the low importance scores of the side feature in these models, suggests tumor metastasis in ESCC is largely side-independent. It is supported by previous studies showing the lymphatic drainage of the esophagus is longitudinal with no evidence of direct anatomical connection between the left and the right RLN lymph nodes [34, 37]. It is noteworthy that, the feature importance scores are model-dependent and subject to the data characteristics. Therefore, these findings are only interpreted qualitatively. Still, they should be indicative of developing hypotheses and designing future research works to better understand the pattern of lymph node metastasis in ESCC.

ML has been increasingly applied in medicine as a powerful tool for data-driven research [25]. Compared to the traditional statistics, it excels at capturing the non-linear and complicated interactions among a large number of variables [27]. Many ML algorithms, including the classic RF, SVM and k-nearest neighbors, as well as the state-of-the-art models like XGBoost and LightGBM, have been explored in a variety of studies [38,39,40,41]. The performances of these models vary by the task and the data. Model comparison is necessary to obtain the optimal strategy for a specific task or on a particular dataset. In the current study, model predictability assessed by the AUROC score was comparable in both tasks for all ML models, suggesting each algorithm should be equivalent and sufficient for prediction of RLN node metastasis. In particular, the logistic regression, a classic statistical approach, demonstrated non-inferior performance compared to other ML algorithms. This finding is consistent with a few previous studies that showed ML algorithms yielded only marginal or even no performance gain over the standard regression models [38,39,40,41,42]. The most likely explanation is the sample size and/or the number of features were relatively small in these studies to achieve the optimal performance by ML, as most ML algorithms are data hungry (e.g. millions of data). Meanwhile, there is another concern that a small number of the events of interest may limit the potentials of ML models in discovering the underlying patterns from these rare “positive” cases. This situation is in fact common in many diseases with low incidence or prevalence rates [38, 43]. For example, the positive RLN nodes in this study only accounts for less than 20% on each side, which could result in a model biased towards a negative prediction. It is therefore implied that traditional regression models should continue to play a key role in disease risk prediction, especially when a small sample size, limited predictor variables, or a highly imbalanced dataset is encountered. The fact that some of these ML models are subject to the risk of overfitting and the lack of interpretability further favors the use of simple regression models, which can be translated to explainable equations.

Some limitations should be noted in this study. First, only a monocentric dataset was obtained. Although this dataset represents the largest ESCC cohort with natural metastatic progression that is unaltered by any induction therapies, it may still be subject to certain biases, such as race- and region-related factors. Therefore, the generalizability of these models may require further validation on external datasets. Second, only a small number of variables were employed for prediction. Although each feature was reasonably selected by availability and the potential association with the outcome, additional variables may still be necessary to reach a more reliable prediction. Specifically, a comprehensive model may yield better performance by mimicking clinician’s decision-making strategy based on all useful information including history, clinical presentations, lab results, imaging and pathology. Third, participants of this study underwent postoperative adjuvant therapy instead of preoperative neoadjuvant therapy. Although neoadjuvant therapy is more commonly used for advanced esophageal cancer in western countries, [1, 44] there are multiple studies suggesting that surgery plus adjuvant therapy leads to a similar 5-year overall survival rate for ESCC patients [2, 7, 45, 46] and even greater survival for those with metastatic lymph nodes [46, 47]. Therefore, adjuvant chemotherapy is the standard of care for ESCC patients with suspected lymph node metastases in most Chinese hospitals, as it can be guided by a more precise intraoperative staging and results in better patient adherence [48]. Nonetheless, the difference in treatment strategies may potentially limit the generalizability of these models. Future research works should be designed to address these limitations. For example, imaging findings can be added as predictor variables to improve the ML models; a deep learning framework may be developed for automatic radiology interpretations and applied in conjunction with these models; any predictive models should be evaluated on external data; and this technique can be applied to predict metastases in other lymph nodes or in other tumors. Progress is being made to collect more data and to test these models in a prospective study. The ultimate goal of this research line is to advance the understanding of lymph node metastasis in ESCC and to improve overall prognosis by minimizing unnecessary lymph node dissection.

Conclusion

This study demonstrated the feasibility of ML in predicting RLN node metastasis in ESCC based on patients’ baseline and pathologic features. Logistic regression showed comparable performance to other ML models in both tasks. The presence of other positive nodes in the chest and tumor invasion depth were the top 2 most critical factors for prediction of RLN node metastasis. The resulting models may potentially be applied intraoperatively to guide the dissection of RLN lymph nodes. Future works should be conducted to improve these ML models by adding more predictor variables and to test them on external data.

Availability of data and materials

The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.

References

  1. Shah MA, Kennedy EB, Catenacci DV, Deighton DC, Goodman KA, Malhotra NK, et al. Treatment of locally advanced esophageal carcinoma: ASCO guideline. J Clin Oncol. 2020;38(23):2677–94.

    Article  PubMed  Google Scholar 

  2. Li B, Zhang Y, Miao L, Ma L, Luo X, Zhang Y, et al. Esophagectomy with three-field versus two-field lymphadenectomy for middle and lower thoracic esophageal Cancer: long-term outcomes of a randomized clinical trial. J Thorac Oncol. 2021;16(2):310–7.

    Article  PubMed  Google Scholar 

  3. Wang Z, Mao Y, Gao S, Li Y, Tan L, Daiko H, Liu S, Chen C, Koyanagi K, He J. Lymph node dissection and recurrent laryngeal nerve protection in minimally invasive esophagectomy. Ann N Y Acad Sci. 2020;1481(1):20–9. https://doi.org/10.1111/nyas.14427.

  4. Li ZX, Li XD, Liu XB, Xing WQ, Sun HB, Wang ZF, et al. Clinical evaluation of right recurrent laryngeal nerve nodes in thoracic esophageal squamous cell carcinoma. J Thoracic Dis. 2020;12(7):3622–30.

    Article  Google Scholar 

  5. Li B, Hu H, Zhang Y, Zhang J, Miao L, Ma L, et al. Three-field versus two-field lymphadenectomy in transthoracic oesophagectomy for oesophageal squamous cell carcinoma: short-term outcomes of a randomized clinical trial. Br J Surg. 2020;107(6):647–54.

    Article  CAS  PubMed  Google Scholar 

  6. Soeno T, Harada H, Hosoda K, Mieno H, Ema A, Ushiku H, et al. Lymph node progression and optimized node dissection of middle thoracic esophageal squamous cell carcinoma in the latest therapeutic surgical strategy. Ann Surg Oncol. 2019;26(4):996–1004.

    Article  PubMed  Google Scholar 

  7. Li B, Hu H, Zhang Y, Zhang J, Miao L, Ma L, et al. Extended right thoracic approach compared with limited left thoracic approach for patients with middle and lower esophageal squamous cell carcinoma: three-year survival of a prospective, randomized, Open-label Trial. Ann Surg. 2018;267(5):826–32.

    Article  PubMed  Google Scholar 

  8. Akutsu Y, Kato K, Igaki H, Ito Y, Nozaki I, Daiko H, et al. The prevalence of overall and initial lymph node metastases in clinical T1N0 thoracic esophageal Cancer: from the results of JCOG0502, a prospective multicenter study. Ann Surg. 2016;264(6):1009–15.

    Article  PubMed  Google Scholar 

  9. Li B, Chen H, Xiang J, Zhang Y, Li C, Hu H, et al. Pattern of lymphatic spread in thoracic esophageal squamous cell carcinoma: A single-institution experience. J Thorac Cardiovasc Surg. 2012;144(4):778–85 discussion 785-776 doi: 7101016/jjtcvs201210071002 Epub 2012 Aug 1011.

    Article  PubMed  Google Scholar 

  10. Tachimori Y, Ozawa S, Numasaki H, Matsubara H, Shinoda M, Toh Y, et al. Efficacy of lymph node dissection by node zones according to tumor location for esophageal squamous cell carcinoma. Esophagus. 2016;13:1–7.

    Article  PubMed  Google Scholar 

  11. Fujita H, Sueyoshi S, Tanaka T, Fujii T, Toh U, Mine T, et al. Optimal lymphadenectomy for squamous cell carcinoma in the thoracic esophagus: comparing the short- and long-term outcome among the four types of lymphadenectomy. World J Surg. 2003;27(5):571–9.

    Article  PubMed  Google Scholar 

  12. Zhang G, Li Y, Wang Q, Zheng H, Yuan L, Gao Z, et al. Development of a prediction model for the risk of recurrent laryngeal nerve lymph node metastasis in thoracolaparoscopic esophagectomy with cervical anastomosis. Ann Transl Med. 2021;9(12):990.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Chen C, Ma Z, Shang X, Duan X, Yue J, Jiang H. Risk factors for lymph node metastasis of the left recurrent laryngeal nerve in patients with esophageal squamous cell carcinoma. Ann Transl Med. 2021;9(6):476.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Li B, Li N, Liu S, Li Y, Qian B, Zhang Y, et al. Does [18F] fluorodeoxyglucose-positron emission tomography/computed tomography have a role in cervical nodal staging for esophageal squamous cell carcinoma? J Thorac Cardiovasc Surg. 2020;160(2):544–50.

    Article  PubMed  Google Scholar 

  15. Fu X, Wang F, Su X, Luo G, Lin P, Rong T, et al. Endobronchial ultrasound improves evaluation of recurrent laryngeal nerve lymph nodes in esophageal squamous cell carcinoma patients. Ann Surg Oncol. 2021;28(7):3930–8.

    Article  PubMed  Google Scholar 

  16. Vazquez-Sequeiros E, Norton ID, Clain JE, Wang KK, Affi A, Allen M, et al. Impact of EUS-guided fine-needle aspiration on lymph node staging in patients with esophageal carcinoma. Gastrointest Endosc. 2001;53(7):751–7.

    Article  CAS  PubMed  Google Scholar 

  17. Jung MK, Schmidt T, Chon SH, Chevallay M, Berlth F, Akiyama J, Gutschow CA, Mönig SP. Current surgical treatment standards for esophageal and esophagogastric junction cancer. Ann N Y Acad Sci. 2020;1482(1):77–84. https://doi.org/10.1111/nyas.14454.

  18. Fujita H. Ways and tradition of Japan in esophageal surgery for cancer. Gen Thorac Cardiovasc Surg. 2020;68(10):1187–92. https://doi.org/10.1007/s11748-020-01369-4.

  19. National Health Commission of the People's republic of C. Chinese guidelines for diagnosis and treatment of esophageal carcinoma 2018 (English version). Chin J Cancer Res. 2019;31(2):223–58.

    Article  Google Scholar 

  20. Kitagawa Y, Uno T, Oyama T, Kato K, Kato H, Kawakubo H, et al. Esophageal cancer practice guidelines 2017 edited by the Japan esophageal society: part 1. Esophagus. 2019;16(1):1–24.

    Article  PubMed  Google Scholar 

  21. Haverkamp L, Seesing MF, Ruurda JP, Boone J, RVH. Worldwide trends in surgical techniques in the treatment of esophageal and gastroesophageal junction cancer. Dis Esophagus. 2017;30(1):1–7.

    CAS  PubMed  Google Scholar 

  22. Chen D, Mao Y, Xue Y, Sang Y, Liu D, Chen Y. Does the lymph node yield affect survival in patients with esophageal cancer receiving neoadjuvant therapy plus esophagectomy? A systematic review and updated meta-analysis. EClinicalMedicine. 2020;25:100431.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Rizk NP, Ishwaran H, Rice TW, Chen LQ, Schipper PH, Kesler KA, et al. Optimum lymphadenectomy for esophageal cancer. Ann Surg. 2010;251(1):46–50.

    Article  PubMed  Google Scholar 

  24. Nishihira T, Hirayama K, Mori S. A prospective randomized trial of extended cervical and superior mediastinal lymphadenectomy for carcinoma of the thoracic esophagus. Am J Surg. 1998;175(1):47–51.

    Article  CAS  PubMed  Google Scholar 

  25. Obermeyer Z, Emanuel EJ. Predicting the future - big data, machine learning, and clinical medicine. N Engl J Med. 2016;375(13):1216–9.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Tomasev N, Glorot X, Rae JW, Zielinski M, Askham H, Saraiva A, et al. A clinically applicable approach to continuous prediction of future acute kidney injury. Nature. 2019;572(7767):116–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Bzdok D, Altman N, Krzywinski M. Statistics versus machine learning. Nat Methods. 2018;15(4):233–4.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  28. Li B, Xiang J, Zhang Y, Li H, Zhang J, Sun Y, et al. Comparison of Ivor-Lewis vs sweet esophagectomy for esophageal squamous cell carcinoma: a randomized clinical trial. JAMA Surg. 2015;150(4):292–8. https://doi.org/10.1001/jamasurg.2014.2877.

    Article  PubMed  Google Scholar 

  29. Li B, Chen H, Xiang J, Zhang Y, Kong Y, Garfield DH, et al. Prevalence of lymph node metastases in superficial esophageal squamous cell carcinoma. J Thorac Cardiovasc Surg. 2013;146(5):1198–203. https://doi.org/10.1016/j.jtcvs.2013.07.006 Epub 2013 Aug 1126.

    Article  PubMed  Google Scholar 

  30. Ke G, Meng Q, Finley T, Wang T, Chen W, Ma W, Ye Q, Liu TY. LightGBM: a highly efficient gradient boosting decision tree. Proceedings of the 31st international conference on neural information processing systems. Long Beach; 2017. p. 3149–57.

  31. Chen T, Guestrin C. Xgboost: A scalable tree boosting system. In: Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining: 2016; 2016. p. 785–94.

    Chapter  Google Scholar 

  32. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, et al. Scikit-learn: Machine learning in Python. J Mach Learn Res. 2011;12:2825–30.

    Google Scholar 

  33. Li B, Li B, Jiang H, Yang Y, Zhang X, Su Y, et al. The value of enhanced CT scanning for predicting lymph node metastasis along the right recurrent laryngeal nerve in esophageal squamous cell carcinoma. Ann Transl Med. 2020;8(24):1632.

    Article  PubMed  PubMed Central  Google Scholar 

  34. Tachimori Y. Pattern of lymph node metastases of squamous cell esophageal cancer based on the anatomical lymphatic drainage system: efficacy of lymph node dissection according to tumor location. J Thoracic Dis. 2017;9(Suppl 8):S724–30.

    Article  Google Scholar 

  35. Zhao F, Lu RX, Liu JY, Fan J, Lin HR, Yang XY, et al. Development and validation of nomograms to intraoperatively predict metastatic patterns in regional lymph nodes in patients diagnosed with esophageal cancer. BMC Cancer. 2021;21(1):22.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Liu Y, Zou ZQ, Xiao J, Zhang M, Yuan L, Zhao XG. A nomogram prediction model for recurrent laryngeal nerve lymph node metastasis in thoracic oesophageal squamous cell carcinoma. J Thoracic Dis. 2019;11(7):2868–77.

    Article  Google Scholar 

  37. Tachimori Y, Nagai Y, Kanamori N, Hokamura N, Igaki H. Pattern of lymph node metastases of esophageal squamous cell carcinoma based on the anatomical lymphatic drainage system. Dis Esophagus. 2011;24(1):33–8.

    Article  CAS  PubMed  Google Scholar 

  38. Nusinovici S, Tham YC, Chak Yan MY, Wei Ting DS, Li J, Sabanayagam C, et al. Logistic regression was as good as machine learning for predicting major chronic diseases. J Clin Epidemiol. 2020;122:56–69.

    Article  PubMed  Google Scholar 

  39. Taylor RA, Moore CL, Cheung KH, Brandt C. Predicting urinary tract infections in the emergency department with machine learning. PLoS One. 2018;13(3):e0194085.

    Article  PubMed  PubMed Central  Google Scholar 

  40. Christodoulou E, Ma J, Collins GS, Steyerberg EW, Verbakel JY, Van Calster B. A systematic review shows no performance benefit of machine learning over logistic regression for clinical prediction models. J Clin Epidemiol. 2019;110:12–22.

    Article  PubMed  Google Scholar 

  41. Galindo A. Prejunctional effect of curare: its relative importance. J Neurophysiol. 1971;34(2):289–301.

    Article  CAS  PubMed  Google Scholar 

  42. Bai Q, Su C, Tang W, Li Y. Machine learning to predict end stage kidney disease in chronic kidney disease. Sci Rep. 2022;12(1):8377.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  43. Zhang D, Li Y, Kalbaugh CA, Shi L, Divers J, Islam S, et al. Machine learning approach to predict in-hospital mortality in patients admitted for peripheral artery disease in the United States. J Am Heart Assoc. 2022;11(20):e026987.

    Article  PubMed  PubMed Central  Google Scholar 

  44. Eyck BM, van Lanschot JJB, Hulshof M, van der Wilk BJ, Shapiro J, van Hagen P, et al. Ten-year outcome of neoadjuvant Chemoradiotherapy plus surgery for esophageal Cancer: the randomized controlled CROSS trial. J Clin Oncol. 2021;39(18):1995–2004.

    Article  CAS  PubMed  Google Scholar 

  45. Li B, Hu H, Zhang Y, Zhang J, Sun Y, Xiang J, et al. Esophageal squamous cell carcinoma patients with positive lymph nodes benefit from extended radical lymphadenectomy. J Thorac Cardiovasc Surg. 2019;157(3):1275–1283 e1271.

    Article  PubMed  Google Scholar 

  46. Ando N, Iizuka T, Ide H, Ishida K, Shinoda M, Nishimaki T, et al. Surgery plus chemotherapy compared with surgery alone for localized squamous cell carcinoma of the thoracic esophagus: a Japan Clinical Oncology Group Study--JCOG9204. J Clin Oncol. 2003;21(24):4592–6.

    Article  PubMed  Google Scholar 

  47. Burt BM, Groth SS, Sada YH, Farjah F, Cornwell L, Sugarbaker DJ, et al. Utility of adjuvant chemotherapy after neoadjuvant Chemoradiation and Esophagectomy for esophageal Cancer. Ann Surg. 2017;266(2):297–304.

    Article  PubMed  Google Scholar 

  48. Li B, Chen H. The best surgery should be applied for locally advanced esophageal cancer. J Clin Oncol. 2021;39(28):3189–90.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This work is supported by Shanghai Pujiang Program (2020PJD014) to Yiliang Zhang; National Natural Science Foundation of China (81930073), Shanghai Science and Technology Innovation Action Project (20JC1417200), Shanghai Municipal Science and Technology Major Project (2017SHZDZX01, VBH1323001/026), Shanghai Municipal Key Clinical Specialty Project (SHSLCZDZK02104), and Pilot Project of Fudan University (IDF159045) to Haiquan Chen.

Author information

Authors and Affiliations

Authors

Contributions

Yiliang Zhang, Yike Li and Haiquan Chen conceptualized and designed the study; Yiliang Zhang and Longfu Zhang wrote and edited the manuscript; Yike Li performed data cleansing, computer programming, model evaluation, wrote and edited the manuscript; Bin Li, Ting Ye, Yang Zhang and Yongfu Yu retrieved and validated the data; Longfu Zhang and Yuan Ma participated in data collection, follow-up, and data management; Yihua Sun participated in the surgery and perioperative management; Haiquan Chen and Jiaqing Xiang were the senior surgeons who established the clinical management protocols and oversaw all surgeries. All authors have reviewed, discussed, and approved the manuscript.

Corresponding authors

Correspondence to Yike Li or Haiquan Chen.

Ethics declarations

Ethics approval and consent to participate

This study was conducted in full accordance with Good Clinical Practice and Declaration of Helsinki. Ethical approval and informed consent were waived by the Institutional Review Board of Fudan University Shanghai Cancer Center due to the retrospective study design.

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhang, Y., Zhang, L., Li, B. et al. Machine learning to predict occult metastatic lymph nodes along the recurrent laryngeal nerves in thoracic esophageal squamous cell carcinoma. BMC Cancer 23, 197 (2023). https://doi.org/10.1186/s12885-023-10670-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12885-023-10670-3

Keywords