Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Source
    • Language
183 result(s) for "Liu, Yaou"
Sort by:
Prediction of H3K27M-mutant brainstem glioma by amide proton transfer–weighted imaging and its derived radiomics
PurposeH3K27M-mutant associated brainstem glioma (BSG) carries a very poor prognosis. We aimed to predict H3K27M mutation status by amide proton transfer–weighted (APTw) imaging and radiomic features.MethodsEighty-one BSG patients with APTw imaging at 3T MR and known H3K27M status were retrospectively studied. APTw values (mean, median, and max) and radiomic features within manually delineated 3D tumor masks were extracted. Comparison of APTw measures between H3K27M-mutant and wildtype groups was conducted by two-sample Student’s T/Mann–Whitney U test and receiver operating characteristic curve (ROC) analysis. H3K27M-mutant prediction using APTw-derived radiomics was conducted using a machine learning algorithm (support vector machine) in randomly selected train (n = 64) and test (n = 17) sets. Sensitivity analysis with additional random splits of train and test sets, 2D tumor masks, and other classifiers were conducted. Finally, a prospective cohort including 29 BSG patients was acquired for validation of the radiomics algorithm.ResultsBSG patients with H3K27M-mutant were younger and had higher max APTw values than those with wildtype. APTw-derived radiomic measures reflecting tumor heterogeneity could predict H3K27M mutation status with an accuracy of 0.88, sensitivity of 0.92, and specificity of 0.80 in the test set. Sensitivity analysis confirmed the predictive ability (accuracy range: 0.71–0.94). In the independent prospective validation cohort, the algorithm reached an accuracy of 0.86, sensitivity of 0.88, and specificity of 0.85 for predicting H3K27M-mutation status.ConclusionBSG patients with H3K27M-mutant had higher max APTw values than those with wildtype. APTw-derived radiomics could accurately predict a H3K27M-mutant status in BSG patients.
CarveMix: A simple data augmentation method for brain lesion segmentation
•We proposed a data augmentation approach CarveMix for brain lesion segmentation.•CarveMix mixes pairs of annotated images to generate synthetic training images.•The image mixing is performed according to the location and shape of the lesions.•CarveMix was validated on multiple public and private datasets.•The results show that CarveMix improves the quality of brain lesion segmentation. Brain lesion segmentation provides a valuable tool for clinical diagnosis and research, and convolutional neural networks (CNNs) have achieved unprecedented success in the segmentation task. Data augmentation is a widely used strategy to improve the training of CNNs. In particular, data augmentation approaches that mix pairs of annotated training images have been developed. These methods are easy to implement and have achieved promising results in various image processing tasks. However, existing data augmentation approaches based on image mixing are not designed for brain lesions and may not perform well for brain lesion segmentation. Thus, the design of this type of simple data augmentation method for brain lesion segmentation is still an open problem. In this work, we propose a simple yet effective data augmentation approach, dubbed as CarveMix, for CNN-based brain lesion segmentation. Like other mixing-based methods, CarveMix stochastically combines two existing annotated images (annotated for brain lesions only) to obtain new labeled samples. To make our method more suitable for brain lesion segmentation, CarveMix is lesion-aware, where the image combination is performed with a focus on the lesions and preserves the lesion information. Specifically, from one annotated image we carve a region of interest (ROI) according to the lesion location and geometry with a variable ROI size. The carved ROI then replaces the corresponding voxels in a second annotated image to synthesize new labeled images for network training, and additional harmonization steps are applied for heterogeneous data where the two annotated images can originate from different sources. Besides, we further propose to model the mass effect that is unique to whole brain tumor segmentation during image mixing. To evaluate the proposed method, experiments were performed on multiple publicly available or private datasets, and the results show that our method improves the accuracy of brain lesion segmentation. The code of the proposed method is available at https://github.com/ZhangxinruBIT/CarveMix.git.
Prevention and control measures in radiology department for COVID-19
Since a novel coronavirus was discovered from a cluster of patients with emerging pneumonia of unknown etiology in Wuhan, China, it has spread rapidly through droplet and contact transmission. Recently, the novel coronavirus pneumonia which was named COVID-19 by the World Health Organization (WHO) has been raised as a worldwide problem. Radiological examinations were confirmed as effective methods for the screening and diagnosis of COVID-19. It is reported that some radiologists and radiological technologists were infected when giving examinations to the patients with COVID-19. In order to reduce the infection risk of medical staff in radiology department, we summarized the experience on prevention and control measures in radiology department for COVID-19, aiming to guide the prevention and practical work for radiologists and radiological technologists.Key Points• The novel coronavirus spreads rapidly through droplet and contact transmission.• Radiologists and radiological technologists were possibly infected by patients.• Prevention and control measures in radiology department for COVID-19 are important.
Volumetric segmentation of white matter tracts with label embedding
•We propose a network that performs volumetric segmentation of white matter tracts.•The tract correlation is exploited with label embedding in the network design.•Our method was validated on public and private datasets under various settings.•The segmentation quality is improved compared with competing methods.•The improvement is more prominent for challenging tracts in challenging scenarios. [Display omitted] Convolutional neural networks have achieved state-of-the-art performance for white matter (WM) tract segmentation based on diffusion magnetic resonance imaging (dMRI). However, the segmentation can still be difficult for challenging WM tracts with thin bodies or complicated shapes; the segmentation is even more problematic in challenging scenarios with reduced data quality or domain shift between training and test data, which can be easily encountered in clinical settings. In this work, we seek to improve the segmentation of WM tracts, especially for challenging WM tracts in challenging scenarios. In particular, our method is based on volumetric WM tract segmentation, where voxels are directly labeled without performing tractography. To improve the segmentation, we exploit the characteristics of WM tracts that different tracts can cross or overlap and revise the network design accordingly. Specifically, because multiple tracts can co-exist in a voxel, we hypothesize that the different tract labels can be correlated. The tract labels at a single voxel are concatenated as a label vector, the length of which is the number of tract labels. Due to the tract correlation, this label vector can be projected into a lower-dimensional space—referred to as the embedded space—for each voxel, which allows the segmentation network to solve a simpler problem. By predicting the coordinate in the embedded space for the tracts at each voxel and subsequently mapping the coordinate to the label vector with a reconstruction module, the segmentation result can be achieved. To facilitate the learning of the embedded space, an auxiliary label reconstruction loss is integrated with the segmentation accuracy loss during network training, and network training and inference are end-to-end. Our method was validated on two dMRI datasets under various settings. The results show that the proposed method improves the accuracy of WM tract segmentation, and the improvement is more prominent for challenging tracts in challenging scenarios.
A deep learning algorithm for white matter hyperintensity lesion detection and segmentation
Purpose White matter hyperintensity (WMHI) lesions on MR images are an important indication of various types of brain diseases that involve inflammation and blood vessel abnormalities. Automated quantification of the WMHI can be valuable for the clinical management of patients, but existing automated software is often developed for a single type of disease and may not be applicable for clinical scans with thick slices and different scanning protocols. The purpose of the study is to develop and validate an algorithm for automatic quantification of white matter hyperintensity suitable for heterogeneous MRI data with different disease types. Methods We developed and evaluated “DeepWML”, a deep learning method for fully automated white matter lesion (WML) segmentation of multicentre FLAIR images. We used MRI from 507 patients, including three distinct white matter diseases, obtained in 9 centres, with a wide range of scanners and acquisition protocols. The automated delineation tool was evaluated through quantitative parameters of Dice similarity, sensitivity and precision compared to manual delineation (gold standard). Results The overall median Dice similarity coefficient was 0.78 (range 0.64 ~ 0.86) across the three disease types and multiple centres. The median sensitivity and precision were 0.84 (range 0.67 ~ 0.94) and 0.81 (range 0.64 ~ 0.92), respectively. The tool’s performance increased with larger lesion volumes. Conclusion DeepWML was successfully applied to a wide spectrum of MRI data in the three white matter disease types, which has the potential to improve the practical workflow of white matter lesion delineation.
Preoperative prediction of MGMT promoter methylation in glioblastoma based on multiregional and multi-sequence MRI radiomics analysis
O6-methylguanine-DNA methyltransferase (MGMT) has been demonstrated to be an important prognostic and predictive marker in glioblastoma (GBM). To establish a reliable radiomics model based on MRI data to predict the MGMT promoter methylation status of GBM. A total of 183 patients with glioblastoma were included in this retrospective study. The visually accessible Rembrandt images (VASARI) features were extracted for each patient, and a total of 14676 multi-region features were extracted from enhanced, necrotic, “non-enhanced, and edematous” areas on their multiparametric MRI. Twelve individual radiomics models were constructed based on the radiomics features from different subregions and different sequences. Four single-sequence models, three single-region models and the combined radiomics model combining all individual models were constructed. Finally, the predictive performance of adding clinical factors and VASARI characteristics was evaluated. The ComRad model combining all individual radiomics models exhibited the best performance in test set 1 and test set 2, with the area under the receiver operating characteristic curve (AUC) of 0.839 (0.709–0.963) and 0.739 (0.581–0.897), respectively. The results indicated that the radiomics model combining multi-region and multi-parametric MRI features has exhibited promising performance in predicting MGMT methylation status in GBM. The Modeling scheme that combining all individual radiomics models showed best performance among all constructed moels.
Development and validation of a nutrition-related genetic–clinical–radiological nomogram associated with behavioral and psychological symptoms in Alzheimer’s disease
Abstract Background: Few evidence is available in the early prediction models of behavioral and psychological symptoms of dementia (BPSD) in Alzheimer’s disease (AD). This study aimed to develop and validate a novel genetic–clinical–radiological nomogram for evaluating BPSD in patients with AD and explore its underlying nutritional mechanism. Methods: This retrospective study included 165 patients with AD from the Chinese Imaging, Biomarkers, and Lifestyle (CIBL) cohort between June 1, 2021, and March 31, 2022. Data on demographics, neuropsychological assessments, single-nucleotide polymorphisms of AD risk genes, and regional brain volumes were collected. A multivariate logistic regression model identified BPSD-associated factors, for subsequently constructing a diagnostic nomogram. This nomogram was internally validated through 1000-bootstrap resampling and externally validated using a time-series split based on the CIBL cohort data between June 1, 2022, and February 1, 2023. Area under receiver operating characteristic (ROC) curves, calibration curves, and decision curve analysis (DCA) were used to assess the discrimination, calibration, and clinical applicability of the nomogram. Results: Factors independently associated with BPSD were: CETP rs1800775 (odds ratio [OR] = 4.137, 95% confidence interval [CI]: 1.276–13.415, P = 0.018), decreased Mini Nutritional Assessment score (OR = 0.187, 95% CI: 0.086–0.405, P <0.001), increased caregiver burden inventory score (OR = 8.993, 95% CI: 3.830–21.119, P <0.001), and decreased brain stem volume (OR = 0.006, 95% CI: 0.001–0.191, P = 0.004). These variables were incorporated into the nomogram. The area under the ROC curve was 0.925 (95% CI: 0.884–0.967, P <0.001) in the internal validation and 0.791 (95% CI: 0.686–0.895, P <0.001) in the external validation. The calibration plots showed favorable consistency between the prediction of nomogram and actual observations, and the DCA showed that the model was clinically useful in both validations. Conclusion: A novel nomogram was established and validated based on lipid metabolism-related genes, nutritional status, and brain stem volumes, which may allow patients with AD to benefit from early triage and more intensive monitoring of BPSD. Registration: Chictr.org.cn, ChiCTR2100049131.
LSTM‐Based Prediction of Human PK Profiles and Parameters for Intravenous Small Molecule Drugs Using ADME and Physicochemical Properties
Accurate prediction of human pharmacokinetics (PK) for lead compounds is one of the critical determinants of successful drug development. Traditional methods for PK parameter prediction, such as in vitro to in vivo extrapolation and physiologically based pharmacokinetic modeling, often require extensive experimental data and time‐consuming calibration of parameters. Machine learning (ML) has been widely applied to predict ADME and physicochemical properties (ADMEP descriptors), but studies focusing on concentration‐time (C‐t) profile prediction remain limited. In this study, we developed a Long Short‐Term Memory (LSTM) based ML framework to predict C‐t profiles following intravenous (IV) bolus drug administration in humans. The model used ADMEP descriptors generated by ADMETlab 3.0 and dose information as input. A total of 40 drugs were used for training and 18 for testing, with concentration data simulated from published PK models. Our approach achieved R2 of 0.75 across all C‐t profiles, and 77.8% of Cmax, 55.6% of clearance, and 61.1% of volume of distribution predictions within a 2‐fold error range, demonstrating predictive performance comparable to previously published ML methods. Furthermore, model performance was found to be associated with the input dose level and ADMEP descriptors, suggesting the accuracy and confidence of the prediction may be expected in advance via these descriptors. This LSTM‐based framework using a small number of compounds enables efficient prediction of human PK profiles with IV dosing, offering a practical alternative to traditional PK prediction models. It holds promise for improving early‐phase prioritizing lead compounds and reducing reliance on animals in drug development.
Assisting scalable diagnosis automatically via CT images in the combat against COVID-19
The pandemic of Coronavirus Disease 2019 (COVID-19) is causing enormous loss of life globally. Prompt case identification is critical. The reference method is the real-time reverse transcription PCR (RT-PCR) assay, whose limitations may curb its prompt large-scale application. COVID-19 manifests with chest computed tomography (CT) abnormalities, some even before the onset of symptoms. We tested the hypothesis that the application of deep learning (DL) to 3D CT images could help identify COVID-19 infections. Using data from 920 COVID-19 and 1,073 non-COVID-19 pneumonia patients, we developed a modified DenseNet-264 model, COVIDNet, to classify CT images to either class. When tested on an independent set of 233 COVID-19 and 289 non-COVID-19 pneumonia patients, COVIDNet achieved an accuracy rate of 94.3% and an area under the curve of 0.98. As of March 23, 2020, the COVIDNet system had been used 11,966 times with a sensitivity of 91.12% and a specificity of 88.50% in six hospitals with PCR confirmation. Application of DL to CT images may improve both efficiency and capacity of case detection and long-term surveillance.
Metabolic, perfusion, and diffusion imaging enhance diagnosis and prognosis of H3K27-altered diffuse midline gliomas
Background This study aimed to assess the contributions of metabolism, perfusion, and diffusion kurtosis imaging (DKI) to the diagnosis and prognostic prediction of H3K27 -altered diffuse midline gliomas (DMGs). Methods Between June 2020 and May 2023, 95 patients (mean age 16.98 years; 61.1% female) with brainstem tumors, including 71 H3K27 -altered DMGs and 24 H3K27 wild-type brainstem tumors (referred to as non-DMGs), underwent preoperative conventional and advanced MRI (amide proton transfer-weighted [APTw], arterial spin labeling [ASL], and DKI). Logistic and Cox regressions with leave-one-out cross-validation (LOOCV) were used to evaluate the separate and integrated contributions of advanced MRI to diagnostic and prognostic tasks. Results Advanced MRI techniques significantly improved the diagnostic and prognostic performances for H3K27 -altered DMGs. Specifically, APTw demonstrated predictive value for both diagnosis (odds ratio [OR] = 3.81, p  = 0.004) and prognosis (Hazard ratio [HR] = 1.89, p  = 0.003). ASL-derived relative cerebral blood flow (rCBF) improved diagnostic (OR = 7.74, p  = 0.019) and prognostic (HR = 2.87, p  = 0.002) performances. DKI-derived mean diffusivity (MD) was significantly associated with the diagnosis of H3K27 -altered DMGs (OR = 0.03, p  = 0.012). Integration of these metrics revealed that APTw (OR = 3.41, p  = 0.014) and MD (OR = 0.05, p  = 0.049) were independent diagnostic variables of H3K27 -altered DMGs, while APTw (HR = 1.66, p  = 0.037) and rCBF (HR = 2.15, p  = 0.038) were independent prognostic factors for overall survival (OS). Conclusions Metabolic, perfusion, and diffusion imaging can improve the diagnosis and prognosis of H3K27 -altered DMGs beyond conventional MRI, which may aid clinical decision-making.