Goto

Collaborating Authors

 non-small cell lung cancer


Automatic Cough Analysis for Non-Small Cell Lung Cancer Detection

arXiv.org Artificial Intelligence

Early detection of non-small cell lung cancer (NSCLC) is critical for improving patient outcomes, and novel approaches are needed to facilitate early diagnosis. In this study, we explore the use of automatic cough analysis as a pre-screening tool for distinguishing between NSCLC patients and healthy controls. Cough audio recordings were prospectively acquired from a total of 227 subjects, divided into NSCLC patients and healthy controls. The recordings were analyzed using machine learning techniques, such as support vector machine (SVM) and XGBoost, as well as deep learning approaches, specifically convolutional neural networks (CNN) and transfer learning with VGG16. To enhance the interpretability of the machine learning model, we utilized Shapley Additive Explanations (SHAP). The fairness of the models across demographic groups was assessed by comparing the performance of the best model across different age groups (less than or equal to 58y and higher than 58y) and gender using the equalized odds difference on the test set. The results demonstrate that CNN achieves the best performance, with an accuracy of 0.83 on the test set. Nevertheless, SVM achieves slightly lower performances (accuracy of 0.76 in validation and 0.78 in the test set), making it suitable in contexts with low computational power. The use of SHAP for SVM interpretation further enhances model transparency, making it more trustworthy for clinical applications. Fairness analysis shows slightly higher disparity across age (0.15) than gender (0.09) on the test set. Therefore, to strengthen our findings' reliability, a larger, more diverse, and unbiased dataset is needed -- particularly including individuals at risk of NSCLC and those in early disease stages.


AI-Enabled Lung Cancer Prognosis

arXiv.org Artificial Intelligence

Lung cancer is the primary cause of cancer-related mortality, claiming approximately 1.79 million lives globally in 2020, with an estimated 2.21 million new cases diagnosed within the same period. Among these, Non-Small Cell Lung Cancer (NSCLC) is the predominant subtype, characterized by a notably bleak prognosis and low overall survival rate of approximately 25% over five years across all disease stages. However, survival outcomes vary considerably based on the stage at diagnosis and the therapeutic interventions administered. Recent advancements in artificial intelligence (AI) have revolutionized the landscape of lung cancer prognosis. AI-driven methodologies, including machine learning and deep learning algorithms, have shown promise in enhancing survival prediction accuracy by efficiently analyzing complex multi-omics data and integrating diverse clinical variables. By leveraging AI techniques, clinicians can harness comprehensive prognostic insights to tailor personalized treatment strategies, ultimately improving patient outcomes in NSCLC. Overviewing AI-driven data processing can significantly help bolster the understanding and provide better directions for using such systems.


A Deep Learning Approach for Overall Survival Prediction in Lung Cancer with Missing Values

arXiv.org Artificial Intelligence

One of the most challenging fields where Artificial Intelligence (AI) can be applied is lung cancer research, specifically non-small cell lung cancer (NSCLC). In particular, overall survival (OS), the time between diagnosis and death, is a vital indicator of patient status, enabling tailored treatment and improved OS rates. In this analysis, there are two challenges to take into account. First, few studies effectively exploit the information available from each patient, leveraging both uncensored (i.e., dead) and censored (i.e., survivors) patients, considering also the events' time. Second, the handling of incomplete data is a common issue in the medical field. This problem is typically tackled through the use of imputation methods. Our objective is to present an AI model able to overcome these limits, effectively learning from both censored and uncensored patients and their available features, for the prediction of OS for NSCLC patients. We present a novel approach to survival analysis with missing values in the context of NSCLC, which exploits the strengths of the transformer architecture to account only for available features without requiring any imputation strategy. By making use of ad-hoc losses for OS, it is able to account for both censored and uncensored patients, as well as changes in risks over time. We compared our method with state-of-the-art models for survival analysis coupled with different imputation strategies. We evaluated the results obtained over a period of 6 years using different time granularities obtaining a Ct-index, a time-dependent variant of the C-index, of 71.97, 77.58 and 80.72 for time units of 1 month, 1 year and 2 years, respectively, outperforming all state-of-the-art methods regardless of the imputation method used.


EGFR mutation prediction using F18-FDG PET-CT based radiomics features in non-small cell lung cancer

arXiv.org Artificial Intelligence

Lung cancer is the leading cause of cancer death in the world. Accurate determination of the EGFR (epidermal growth factor receptor) mutation status is highly relevant for the proper treatment of this patients. Purpose: The aim of this study was to predict the mutational status of the EGFR in non-small cell lung cancer patients using radiomics features extracted from PET-CT images. Methods: Retrospective study that involve 34 patients with lung cancer confirmed by histology and EGFR status mutation assessment. A total of 2.205 radiomics features were extracted from manual segmentation of the PET-CT images using pyradiomics library. Both computed tomography and positron emission tomography images were used. All images were acquired with intravenous iodinated contrast and F18-FDG. Preprocessing includes resampling, normalization, and discretization of the pixel intensity. Three methods were used for the feature selection process: backward selection (set 1), forward selection (set 2), and feature importance analysis of random forest model (set 3). Nine machine learning methods were used for radiomics model building. Results: 35.2% of patients had EGFR mutation, without significant differences in age, gender, tumor size and SUVmax. After the feature selection process 6, 7 and 17 radiomics features were selected, respectively in each group. The best performances were obtained by Ridge Regression in set 1: AUC of 0.826 (95% CI, 0.811 - 0.839), Random Forest in set 2: AUC of 0.823 (95% CI, 0.808 - 0.838) and Neural Network in set 3: AUC of 0.821 (95% CI, 0.808 - 0.835). Conclusion: The radiomics features analysis has the potential of predicting clinically relevant mutations in lung cancer patients through a non-invasive methodology.


Machine Learning-Assisted Recurrence Prediction for Early-Stage Non-Small-Cell Lung Cancer Patients

arXiv.org Artificial Intelligence

Background: Stratifying cancer patients according to risk of relapse can personalize their care. In this work, we provide an answer to the following research question: How to utilize machine learning to estimate probability of relapse in early-stage non-small-cell lung cancer patients? Methods: For predicting relapse in 1,387 early-stage (I-II), non-small-cell lung cancer (NSCLC) patients from the Spanish Lung Cancer Group data (65.7 average age, 24.8% females, 75.2% males) we train tabular and graph machine learning models. We generate automatic explanations for the predictions of such models. For models trained on tabular data, we adopt SHAP local explanations to gauge how each patient feature contributes to the predicted outcome. We explain graph machine learning predictions with an example-based method that highlights influential past patients. Results: Machine learning models trained on tabular data exhibit a 76% accuracy for the Random Forest model at predicting relapse evaluated with a 10-fold cross-validation (model was trained 10 times with different independent sets of patients in test, train and validation sets, the reported metrics are averaged over these 10 test sets). Graph machine learning reaches 68% accuracy over a 200-patient, held-out test set, calibrated on a held-out set of 100 patients. Conclusions: Our results show that machine learning models trained on tabular and graph data can enable objective, personalised and reproducible prediction of relapse and therefore, disease outcome in patients with early-stage NSCLC. With further prospective and multisite validation, and additional radiological and molecular data, this prognostic model could potentially serve as a predictive decision support tool for deciding the use of adjuvant treatments in early-stage lung cancer. Keywords: Non-Small-Cell Lung Cancer, Tumor Recurrence Prediction, Machine Learning


GEN April 2022 Page 36

#artificialintelligence

"With MatchMaker at hand, we were able to replace our reliance on conventional molecular docking in our fl agship proteome screening platform Ligand Express," the blog post detailed. "MatchMaker also plays a critical role in our newly launched Ligand Design technology for multi-objective drug design. Taken together, Ligand Design and Ligand Express, our fi rst-generation off-target profi ling platform, offer a unique end-to-end AI-augmented drug discovery platform to design ad-vanced lead-like molecules while minimizing off-target effects." Turning speci c details into generalizable rules Molly Gibson, PhD, is the co-founder of Generate Bio-medicines, a biotech company that uses a machine learning platform called Generative Biology to expedite the discovery of protein-based drugs. The platform, which leverages statistics to uncover patterns linking amino acid sequence, structure, and function, is designed to expand the available search space for novel biomedicines.


Artificial Intelligence Being Used To Accurately Predict Synergistic Cancer Drug Combinations

#artificialintelligence

Researchers led by a scholar from City University of Hong Kong (CityU) have developed a novel artificial intelligence (AI) framework to make predictions on potential synergistic anti-cancer drug combinations for both therapeutic and toxic effects. Many of the biotech sector's biggest wins of late have come through drug combinations, utilizing the strengths and downplaying the weaknesses of available therapies, including recent developments from Oncolytics Biotech Inc. Merck, Amgen Inc., Bristol-Myers Squibb Company, and Mirati Therapeutics, Inc. For example, significant work is being done on behalf of women in America, where breast cancer is known to be the second leading cause of death from cancer--with an estimated 42,000 deaths in the US in 2020. The problem also persists in China, where breast cancer is now estimated to be the largest subtype of cancer among women, with over 416,000 cases and over 117,000 deaths in 2020. As part of the fight against breast cancer, a multinational front is moving forward between US-based Oncolytics Biotech Inc. and Chinese multinational clinical-stage biopharma developers Adlai Nortye.


LTRN: 2Q:21 Results

#artificialintelligence

On July 29, 2021, Lantern Pharma, Inc. (NASDAQ:LTRN) announced second quarter 2021 financial and operational results, filed its form 10-Q with the SEC and hosted a conference call to review the quarter's accomplishments. Lantern generated no revenues in the second quarter and expended $2.48 million on operations during the three month period producing a net loss of ($2.32) million, or ($0.21) per share. Cash burn in the second quarter was ($1.7) million, up markedly from the ($490,000) consumed in the prior year period. Lantern reacquired global rights to its candidate LP-100 from Allarity Therapeutics, publicized in a press release on July 27, 2021. The candidate is in Phase II trials that enrolled 9 out of 27 targeted subjects.


Deep learning score predicts PD-L1 status among patients with non-small cell lung cancer

#artificialintelligence

A deep learning score accurately predicted PD-L1 expression among a cohort of patients with non-small cell lung cancer who underwent PET/CT scans, according to study findings published in Journal for ImmunoTherapy of Cancer. "This study is important, as it is the single largest multi-institutional radiomic study population of [patients with NSCLC] to date treated with immunotherapy who had PET/CT scans that were used to predict PD-L1 status and subsequent treatment response," Robert J. Gillies, PhD, chair of cancer physiology and vice chair of radiology research at Moffitt Cancer Center, said in a press release. "Because images are routinely obtained and are not subject to sampling bias per se, we propose that the individualized risk assessment information provided by these analyses may be useful as a future clinical decision support tool pending larger prospective trials." Gillies and colleagues developed a deep learning score to predict PD-L1 expression, durable clinical benefit, PFS and OS among 697 patients with NSCLC treated with immune checkpoint inhibitors across three institutions. According to study results, the score enabled researchers to distinguish between patients with PD-L1-positive and PD-L1-negative status.


AI could enhance prediction of treatment response among patients with non-small cell lung cancer

#artificialintelligence

Deep learning algorithms trained using artificial intelligence (AI) may help to determine how patients will respond to systemic treatments for non-small cell lung cancer (NSCLC), according to new research published in the journal Clinical Cancer Research. For the study, associate research scientist Laurent Dercle (Department of Radiology, Columbia University Irving Medical Center) and colleagues applied AI to standard-of-care (SoC) computed tomography (CT) scans of advanced NSCLC and trained deep learning algorithms to predict how sensitive tumors would be to three types of systemic treatments. Deep learning is a type of machine learning where algorithms called artificial neural networks learn from large datasets and solve problems in a way that mimics how the human brain works and without requiring human supervision. Dercle says that currently, the way radiologists interpret CT scans of patients with cancer who are receiving systemic therapy is essentially subjective. The purpose of this study was to train cutting-edge AI technologies to predict patients' responses to treatment, allowing radiologists to deliver more accurate and reproducible predictions of treatment efficacy at an early stage of the disease," Currently, to check how NSCLC patients' respond to systemic therapies, radiologists assess differences in the size of existing tumors and in the appearance of new tumors that have formed.