Characterizing the anatomical structure and connectivity between cortical regions is a critical step towards understanding the information processing properties of the brain and will help provide insight into the nature of neurological disorders. A key feature of the mammalian cerebral cortex is its laminar structure. Identifying these layers in neuroimaging data is important for understanding their global structure and to help understand the connectivity patterns of neurons in the brain. We studied Nissl-stained and myelin-stained slice images of the brain of the common marmoset (Callithrix jacchus), which is a new world monkey that is becoming increasingly popular in the neuroscience community as an object of study. We present a novel computational framework that first acquired the cortical labels using AI-based tools followed by a trained deep learning model to segment cerebral cortical layers. We obtained a Euclidean distance of for the cortical labels acquisition, which was in the acceptable range by computing the half Euclidean distance of the average cortex thickness ( ). We compared our cortical layer segmentation pipeline with the pipeline proposed by Wagstyl et al. (PLoS biology, 18(4), e3000678 2020) adapted to 2D data. We obtained a better mean percentile Hausdorff distance (95HD) of . Whereas a mean 95HD of was obtained from Wagstyl et al. We also compared our pipeline's performance against theirs using their dataset (the BigBrain dataset). The results also showed better segmentation quality, Jaccard Index acquired from our pipeline, while was stated in their paper.
{"title":"A Deep Learning-based Pipeline for Segmenting the Cerebral Cortex Laminar Structure in Histology Images.","authors":"Jiaxuan Wang, Rui Gong, Shahrokh Heidari, Mitchell Rogers, Toshiki Tani, Hiroshi Abe, Noritaka Ichinohe, Alexander Woodward, Patrice J Delmas","doi":"10.1007/s12021-024-09688-0","DOIUrl":"10.1007/s12021-024-09688-0","url":null,"abstract":"<p><p>Characterizing the anatomical structure and connectivity between cortical regions is a critical step towards understanding the information processing properties of the brain and will help provide insight into the nature of neurological disorders. A key feature of the mammalian cerebral cortex is its laminar structure. Identifying these layers in neuroimaging data is important for understanding their global structure and to help understand the connectivity patterns of neurons in the brain. We studied Nissl-stained and myelin-stained slice images of the brain of the common marmoset (Callithrix jacchus), which is a new world monkey that is becoming increasingly popular in the neuroscience community as an object of study. We present a novel computational framework that first acquired the cortical labels using AI-based tools followed by a trained deep learning model to segment cerebral cortical layers. We obtained a Euclidean distance of <math><mrow><mn>1274.750</mn> <mo>±</mo> <mn>156.400</mn></mrow> </math> <math><mrow><mi>μ</mi> <mi>m</mi></mrow> </math> for the cortical labels acquisition, which was in the acceptable range by computing the half Euclidean distance of the average cortex thickness ( <math><mrow><mn>1800.630</mn> <mspace></mspace> <mi>μ</mi> <mi>m</mi></mrow> </math> ). We compared our cortical layer segmentation pipeline with the pipeline proposed by Wagstyl et al. (PLoS biology, 18(4), e3000678 2020) adapted to 2D data. We obtained a better mean <math> <mrow><msup><mn>95</mn> <mrow><mi>th</mi></mrow> </msup> </mrow> </math> percentile Hausdorff distance (95HD) of <math><mrow><mn>92.150</mn> <mspace></mspace> <mi>μ</mi> <mi>m</mi></mrow> </math> . Whereas a mean 95HD of <math><mrow><mn>94.170</mn> <mspace></mspace> <mi>μ</mi> <mi>m</mi></mrow> </math> was obtained from Wagstyl et al. We also compared our pipeline's performance against theirs using their dataset (the BigBrain dataset). The results also showed better segmentation quality, <math><mrow><mn>85.318</mn> <mo>%</mo></mrow> </math> Jaccard Index acquired from our pipeline, while <math><mrow><mn>83.000</mn> <mo>%</mo></mrow> </math> was stated in their paper.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":" ","pages":"745-761"},"PeriodicalIF":2.7,"publicationDate":"2024-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11579130/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142479142","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-10-01DOI: 10.1007/s12021-024-09691-5
Andrei Irimia
{"title":"Neuroinformatics and Analysis of Traumatic Brain Injury and Related Conditions.","authors":"Andrei Irimia","doi":"10.1007/s12021-024-09691-5","DOIUrl":"10.1007/s12021-024-09691-5","url":null,"abstract":"","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":" ","pages":"569-572"},"PeriodicalIF":2.7,"publicationDate":"2024-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142331110","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-09-19DOI: 10.1007/s12021-024-09684-4
Ashima Tyagi, Vibhav Prakash Singh, Manoj Madhava Gore
Schizophrenia is a mental disorder characterized by neurophysiological dysfunctions that result in disturbances in thinking, perception, and behavior. Early identification of schizophrenia can help prevent potential complications and facilitate effective treatment and management of the condition. This paper proposes a computer aided diagnosis system for the early detection of schizophrenia using 19-channel Electroencephalography (EEG) signals from 28 subjects, leveraging statistical moments of Mel-frequency Cepstral Coefficients (MFCC) and ensemble learning. Initially, the EEG signals are passed through a high-pass filter to mitigate noise and remove extraneous data. The feature extraction technique is then employed to extract MFC coefficients from the filtered EEG signals. The dimensionality of these coefficients is reduced by computing their statistical moments, which include the mean, standard deviation, skewness, kurtosis, and energy. Subsequently, the Support Vector Machine based Recursive Feature Elimination (SVM-RFE) is applied to identify pertinent features from the statistical moments of the MFC coefficients. These SVM-RFE-based selected features serve as input for three base classifiers: Support Vector Machine, k-Nearest Neighbors, and Logistic Regression. Additionally, an ensemble learning approach, which combines the predictions of the three classifiers through majority voting, is introduced to enhance schizophrenia detection performance and generalize the results of the proposed approach. The study’s findings demonstrate that the ensemble model, combined with SVM-RFE-based selected statistical moments of MFCC, achieves encouraging detection performance, highlighting the potential of machine learning techniques in advancing the diagnostic process of schizophrenia.
{"title":"Detection of Schizophrenia from EEG Signals using Selected Statistical Moments of MFC Coefficients and Ensemble Learning","authors":"Ashima Tyagi, Vibhav Prakash Singh, Manoj Madhava Gore","doi":"10.1007/s12021-024-09684-4","DOIUrl":"https://doi.org/10.1007/s12021-024-09684-4","url":null,"abstract":"<p>Schizophrenia is a mental disorder characterized by neurophysiological dysfunctions that result in disturbances in thinking, perception, and behavior. Early identification of schizophrenia can help prevent potential complications and facilitate effective treatment and management of the condition. This paper proposes a computer aided diagnosis system for the early detection of schizophrenia using 19-channel <i>Electroencephalography (EEG)</i> signals from 28 subjects, leveraging statistical moments of <i>Mel-frequency Cepstral Coefficients (MFCC)</i> and ensemble learning. Initially, the EEG signals are passed through a high-pass filter to mitigate noise and remove extraneous data. The feature extraction technique is then employed to extract MFC coefficients from the filtered EEG signals. The dimensionality of these coefficients is reduced by computing their statistical moments, which include the mean, standard deviation, skewness, kurtosis, and energy. Subsequently, the <i>Support Vector Machine</i> based <i>Recursive Feature Elimination (SVM-RFE)</i> is applied to identify pertinent features from the statistical moments of the MFC coefficients. These SVM-RFE-based selected features serve as input for three base classifiers: Support Vector Machine, k-Nearest Neighbors, and Logistic Regression. Additionally, an ensemble learning approach, which combines the predictions of the three classifiers through majority voting, is introduced to enhance schizophrenia detection performance and generalize the results of the proposed approach. The study’s findings demonstrate that the ensemble model, combined with SVM-RFE-based selected statistical moments of MFCC, achieves encouraging detection performance, highlighting the potential of machine learning techniques in advancing the diagnostic process of schizophrenia.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":"51 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2024-09-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142257729","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-09-16DOI: 10.1007/s12021-024-09687-1
Wentao Jiang, Xinyi Liu, Ming Song, Zhengyi Yang, Lan Sun, Tianzi Jiang
Mouse models are crucial for neuroscience research, yet discrepancies arise between macro- and meso-scales due to sample preparation altering brain morphology. The absence of an accessible toolbox for magnetic resonance imaging (MRI) data processing presents a challenge for assessing morphological changes in the mouse brain. To address this, we developed the MBV-Pipe (Mouse Brain Volumetric Statistics-Pipeline) toolbox, integrating the methods of Diffeomorphic Anatomical Registration Through Exponentiated Lie Algebra (DARTEL)-Voxel-based morphometry (VBM) and Tract-Based Spatial Statistics (TBSS) to evaluate brain tissue volume and white matter integrity. To validate the reliability of MBV-Pipe, brain MRI data from seven mice at three time points (in vivo, post-perfusion, and post-fixation) were acquired using a 9.4T ultra-high MRI system. Employing the MBV-Pipe toolbox, we discerned substantial volumetric changes in the mouse brain following perfusion relative to the in vivo condition, with the fixation process inducing only negligible variations. Importantly, the white matter integrity was found to be largely stable throughout the sample preparation procedures. The MBV-Pipe source code is publicly available and includes a user-friendly GUI for facilitating quality control and experimental protocol optimization, which holds promise for advancing mouse brain research in the future.
{"title":"MBV-Pipe: A One-Stop Toolbox for Assessing Mouse Brain Morphological Changes for Cross-Scale Studies","authors":"Wentao Jiang, Xinyi Liu, Ming Song, Zhengyi Yang, Lan Sun, Tianzi Jiang","doi":"10.1007/s12021-024-09687-1","DOIUrl":"https://doi.org/10.1007/s12021-024-09687-1","url":null,"abstract":"<p>Mouse models are crucial for neuroscience research, yet discrepancies arise between macro- and meso-scales due to sample preparation altering brain morphology. The absence of an accessible toolbox for magnetic resonance imaging (MRI) data processing presents a challenge for assessing morphological changes in the mouse brain. To address this, we developed the MBV-Pipe (Mouse Brain Volumetric Statistics-Pipeline) toolbox, integrating the methods of Diffeomorphic Anatomical Registration Through Exponentiated Lie Algebra (DARTEL)-Voxel-based morphometry (VBM) and Tract-Based Spatial Statistics (TBSS) to evaluate brain tissue volume and white matter integrity. To validate the reliability of MBV-Pipe, brain MRI data from seven mice at three time points (in vivo, post-perfusion, and post-fixation) were acquired using a 9.4T ultra-high MRI system. Employing the MBV-Pipe toolbox, we discerned substantial volumetric changes in the mouse brain following perfusion relative to the in vivo condition, with the fixation process inducing only negligible variations. Importantly, the white matter integrity was found to be largely stable throughout the sample preparation procedures. The MBV-Pipe source code is publicly available and includes a user-friendly GUI for facilitating quality control and experimental protocol optimization, which holds promise for advancing mouse brain research in the future.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":"28 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2024-09-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142257727","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
This study concentrates on the segmentation of intracranial aneurysms, a pivotal aspect of diagnosis and treatment planning. We aim to overcome the inherent instance imbalance and morphological variability by introducing a novel morphology and texture loss reweighting approach. Our innovative method involves the incorporation of tailored weights within the loss function of deep neural networks. Specifically designed to account for aneurysm size, shape, and texture, this approach strategically guides the model to focus on capturing discriminative information from imbalanced features. The study conducted extensive experimentation utilizing ADAM and RENJI TOF-MRA datasets to validate the proposed approach. The results of our experimentation demonstrate the remarkable effectiveness of the introduced methodology in improving aneurysm segmentation accuracy. By dynamically adapting to the variances present in aneurysm features, our model showcases promising outcomes for accurate diagnostic insights. The nuanced consideration of morphological and textural nuances within the loss function proves instrumental in overcoming the challenge posed by instance imbalance. In conclusion, our study presents a nuanced solution to the intricate challenge of intracranial aneurysm segmentation. The proposed morphology and texture loss reweighting approach, with its tailored weights and dynamic adaptability, proves to be instrumental in enhancing segmentation precision. The promising outcomes from our experimentation suggest the potential for accurate diagnostic insights and informed treatment strategies, marking a significant advancement in this critical domain of medical imaging.
本研究集中于颅内动脉瘤的分割,这是诊断和治疗计划的一个关键方面。我们旨在通过引入一种新颖的形态和纹理损失再加权方法来克服固有的实例不平衡和形态可变性。我们的创新方法是在深度神经网络的损失函数中加入量身定制的权重。这种方法专门针对动脉瘤的大小、形状和纹理而设计,可战略性地引导模型重点捕捉不平衡特征中的判别信息。研究利用 ADAM 和 RENJI TOF-MRA 数据集进行了广泛的实验,以验证所提出的方法。实验结果表明,所引入的方法在提高动脉瘤分割准确性方面效果显著。通过动态适应动脉瘤特征中存在的差异,我们的模型为准确诊断提供了可喜的成果。事实证明,在损失函数中对形态和纹理细微差别的细致考虑有助于克服实例不平衡带来的挑战。总之,我们的研究针对颅内动脉瘤分割这一错综复杂的难题提出了一种细致入微的解决方案。所提出的形态和纹理损失再加权方法具有量身定制的权重和动态适应性,被证明有助于提高分割精度。我们的实验取得了令人鼓舞的成果,这表明我们有可能获得准确的诊断见解和明智的治疗策略,这标志着医学成像这一关键领域取得了重大进展。
{"title":"Morphology and Texture-Guided Deep Neural Network for Intracranial Aneurysm Segmentation in 3D TOF-MRA","authors":"Maysam Orouskhani, Negar Firoozeh, Huayu Wang, Yan Wang, Hanrui Shi, Weijing Li, Beibei Sun, Jianjian Zhang, Xiao Li, Huilin Zhao, Mahmud Mossa-Basha, Jenq-Neng Hwang, Chengcheng Zhu","doi":"10.1007/s12021-024-09683-5","DOIUrl":"https://doi.org/10.1007/s12021-024-09683-5","url":null,"abstract":"<p>This study concentrates on the segmentation of intracranial aneurysms, a pivotal aspect of diagnosis and treatment planning. We aim to overcome the inherent instance imbalance and morphological variability by introducing a novel morphology and texture loss reweighting approach. Our innovative method involves the incorporation of tailored weights within the loss function of deep neural networks. Specifically designed to account for aneurysm size, shape, and texture, this approach strategically guides the model to focus on capturing discriminative information from imbalanced features. The study conducted extensive experimentation utilizing ADAM and RENJI TOF-MRA datasets to validate the proposed approach. The results of our experimentation demonstrate the remarkable effectiveness of the introduced methodology in improving aneurysm segmentation accuracy. By dynamically adapting to the variances present in aneurysm features, our model showcases promising outcomes for accurate diagnostic insights. The nuanced consideration of morphological and textural nuances within the loss function proves instrumental in overcoming the challenge posed by instance imbalance. In conclusion, our study presents a nuanced solution to the intricate challenge of intracranial aneurysm segmentation. The proposed morphology and texture loss reweighting approach, with its tailored weights and dynamic adaptability, proves to be instrumental in enhancing segmentation precision. The promising outcomes from our experimentation suggest the potential for accurate diagnostic insights and informed treatment strategies, marking a significant advancement in this critical domain of medical imaging.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":"9 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2024-09-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142182159","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-09-10DOI: 10.1007/s12021-024-09690-6
Gabriel R. Palma, Conor Thornberry, Seán Commins, Rafael A. Moral
Theta oscillations, ranging from 4-8 Hz, play a significant role in spatial learning and memory functions during navigation tasks. Frontal theta oscillations are thought to play an important role in spatial navigation and memory. Electroencephalography (EEG) datasets are very complex, making any changes in the neural signal related to behaviour difficult to interpret. However, multiple analytical methods are available to examine complex data structures, especially machine learning-based techniques. These methods have shown high classification performance, and their combination with feature engineering enhances their capability. This paper proposes using hidden Markov and linear mixed effects models to extract features from EEG data. Based on the engineered features obtained from frontal theta EEG data during a spatial navigation task in two key trials (first, last) and between two conditions (learner and non-learner), we analysed the performance of six machine learning methods on classifying learner and non-learner participants. We also analysed how different standardisation methods used to pre-process the EEG data contribute to classification performance. We compared the classification performance of each trial with data gathered from the same subjects, including solely coordinate-based features, such as idle time and average speed. We found that more machine learning methods perform better classification using coordinate-based data. However, only deep neural networks achieved an area under the ROC curve higher than 80% using the theta EEG data alone. Our findings suggest that standardising the theta EEG data and using deep neural networks enhances the classification of learner and non-learner subjects in a spatial learning task.
{"title":"Understanding Learning from EEG Data: Combining Machine Learning and Feature Engineering Based on Hidden Markov Models and Mixed Models","authors":"Gabriel R. Palma, Conor Thornberry, Seán Commins, Rafael A. Moral","doi":"10.1007/s12021-024-09690-6","DOIUrl":"https://doi.org/10.1007/s12021-024-09690-6","url":null,"abstract":"<p>Theta oscillations, ranging from 4-8 Hz, play a significant role in spatial learning and memory functions during navigation tasks. Frontal theta oscillations are thought to play an important role in spatial navigation and memory. Electroencephalography (EEG) datasets are very complex, making any changes in the neural signal related to behaviour difficult to interpret. However, multiple analytical methods are available to examine complex data structures, especially machine learning-based techniques. These methods have shown high classification performance, and their combination with feature engineering enhances their capability. This paper proposes using hidden Markov and linear mixed effects models to extract features from EEG data. Based on the engineered features obtained from frontal theta EEG data during a spatial navigation task in two key trials (first, last) and between two conditions (learner and non-learner), we analysed the performance of six machine learning methods on classifying learner and non-learner participants. We also analysed how different standardisation methods used to pre-process the EEG data contribute to classification performance. We compared the classification performance of each trial with data gathered from the same subjects, including solely coordinate-based features, such as idle time and average speed. We found that more machine learning methods perform better classification using coordinate-based data. However, only deep neural networks achieved an area under the ROC curve higher than 80% using the theta EEG data alone. Our findings suggest that standardising the theta EEG data and using deep neural networks enhances the classification of learner and non-learner subjects in a spatial learning task.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":"32 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2024-09-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142182162","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-07-01Epub Date: 2024-06-11DOI: 10.1007/s12021-024-09668-4
Harsh Sinha, Pradeep Reddy Raamana
Pooling data across diverse sources acquired by multisite consortia requires compliance with a predefined reference protocol i.e., ensuring different sites and scanners for a given project have used identical or compatible MR physics parameter values. Traditionally, this has been an arduous and manual process due to difficulties in working with the complicated DICOM standard and lack of resources allocated towards protocol compliance. Moreover, issues of protocol compliance is often overlooked for lack of realization that parameter values are routinely improvised/modified locally at various sites. The inconsistencies in acquisition protocols can reduce SNR, statistical power, and in the worst case, may invalidate the results altogether. An open-source tool, mrQA was developed to automatically assess protocol compliance on standard dataset formats such as DICOM and BIDS, and to study the patterns of non-compliance in over 20 open neuroimaging datasets, including the large ABCD study. The results demonstrate that the lack of compliance is rather pervasive. The frequent sources of non-compliance include but are not limited to deviations in Repetition Time, Echo Time, Flip Angle, and Phase Encoding Direction. It was also observed that GE and Philips scanners exhibited higher rates of non-compliance relative to the Siemens scanners in the ABCD dataset. Continuous monitoring for protocol compliance is strongly recommended before any pre/post-processing, ideally right after the acquisition, to avoid the silent propagation of severe/subtle issues. Although, this study focuses on neuroimaging datasets, the proposed tool mrQA can work with any DICOM-based datasets.
{"title":"Solving the Pervasive Problem of Protocol Non-Compliance in MRI using an Open-Source tool mrQA.","authors":"Harsh Sinha, Pradeep Reddy Raamana","doi":"10.1007/s12021-024-09668-4","DOIUrl":"10.1007/s12021-024-09668-4","url":null,"abstract":"<p><p>Pooling data across diverse sources acquired by multisite consortia requires compliance with a predefined reference protocol i.e., ensuring different sites and scanners for a given project have used identical or compatible MR physics parameter values. Traditionally, this has been an arduous and manual process due to difficulties in working with the complicated DICOM standard and lack of resources allocated towards protocol compliance. Moreover, issues of protocol compliance is often overlooked for lack of realization that parameter values are routinely improvised/modified locally at various sites. The inconsistencies in acquisition protocols can reduce SNR, statistical power, and in the worst case, may invalidate the results altogether. An open-source tool, mrQA was developed to automatically assess protocol compliance on standard dataset formats such as DICOM and BIDS, and to study the patterns of non-compliance in over 20 open neuroimaging datasets, including the large ABCD study. The results demonstrate that the lack of compliance is rather pervasive. The frequent sources of non-compliance include but are not limited to deviations in Repetition Time, Echo Time, Flip Angle, and Phase Encoding Direction. It was also observed that GE and Philips scanners exhibited higher rates of non-compliance relative to the Siemens scanners in the ABCD dataset. Continuous monitoring for protocol compliance is strongly recommended before any pre/post-processing, ideally right after the acquisition, to avoid the silent propagation of severe/subtle issues. Although, this study focuses on neuroimaging datasets, the proposed tool mrQA can work with any DICOM-based datasets.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":" ","pages":"297-315"},"PeriodicalIF":2.7,"publicationDate":"2024-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11329586/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141301974","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-07-01Epub Date: 2024-06-13DOI: 10.1007/s12021-024-09672-8
André S B Oliveira, Luciano C P C Leonel, Megan M J Bauman, Alessandro De Bonis, Edward R LaHood, Stephen Graepel, Michael J Link, Carlos D Pinheiro-Neto, Nirusha Lachman, Jonathan M Morris, Maria Peris-Celda
Photogrammetry scans has directed attention to the development of advanced camera systems to improve the creation of three-dimensional (3D) models, especially for educational and medical-related purposes. This could be a potential cost-effective method for neuroanatomy education, especially when access to laboratory-based learning is limited. The aim of this study was to describe a new photogrammetry system based on a 5 Digital Single-Lens Reflex (DSLR) cameras setup to optimize accuracy of neuroanatomical 3D models. One formalin-fixed brain and specimen and one dry skull were used for dissections and scanning using the photogrammetry technique. After each dissection, the specimens were placed inside a new MedCreator® scanner (MedReality, Thyng, Chicago, IL) to be scanned with the final 3D model being displayed on SketchFab® (Epic, Cary, NC) and MedReality® platforms. The scanner consisted of 5 cameras arranged vertically facing the specimen, which was positioned on a platform in the center of the scanner. The new multi-camera system contains automated software packages, which allowed for quick rendering and creation of a high-quality 3D models. Following uploading the 3D models to the SketchFab® and MedReality® platforms for display, the models can be freely manipulated in various angles and magnifications in any devices free of charge for users. Therefore, photogrammetry scans with this new multi-camera system have the potential to enhance the accuracy and resolution of the 3D models, along with shortening creation time of the models. This system can serve as an important tool to optimize neuroanatomy education and ultimately, improve patient outcomes.
{"title":"Photogrammetry scans for neuroanatomy education - a new multi-camera system: technical note.","authors":"André S B Oliveira, Luciano C P C Leonel, Megan M J Bauman, Alessandro De Bonis, Edward R LaHood, Stephen Graepel, Michael J Link, Carlos D Pinheiro-Neto, Nirusha Lachman, Jonathan M Morris, Maria Peris-Celda","doi":"10.1007/s12021-024-09672-8","DOIUrl":"10.1007/s12021-024-09672-8","url":null,"abstract":"<p><p>Photogrammetry scans has directed attention to the development of advanced camera systems to improve the creation of three-dimensional (3D) models, especially for educational and medical-related purposes. This could be a potential cost-effective method for neuroanatomy education, especially when access to laboratory-based learning is limited. The aim of this study was to describe a new photogrammetry system based on a 5 Digital Single-Lens Reflex (DSLR) cameras setup to optimize accuracy of neuroanatomical 3D models. One formalin-fixed brain and specimen and one dry skull were used for dissections and scanning using the photogrammetry technique. After each dissection, the specimens were placed inside a new MedCreator® scanner (MedReality, Thyng, Chicago, IL) to be scanned with the final 3D model being displayed on SketchFab® (Epic, Cary, NC) and MedReality® platforms. The scanner consisted of 5 cameras arranged vertically facing the specimen, which was positioned on a platform in the center of the scanner. The new multi-camera system contains automated software packages, which allowed for quick rendering and creation of a high-quality 3D models. Following uploading the 3D models to the SketchFab® and MedReality® platforms for display, the models can be freely manipulated in various angles and magnifications in any devices free of charge for users. Therefore, photogrammetry scans with this new multi-camera system have the potential to enhance the accuracy and resolution of the 3D models, along with shortening creation time of the models. This system can serve as an important tool to optimize neuroanatomy education and ultimately, improve patient outcomes.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":" ","pages":"317-327"},"PeriodicalIF":2.7,"publicationDate":"2024-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141312062","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-07-01Epub Date: 2024-06-20DOI: 10.1007/s12021-024-09671-9
S M Boelders, W De Baene, E Postma, K Gehring, L L Ong
Cognitive functioning is increasingly considered when making treatment decisions for patients with a brain tumor in view of a personalized onco-functional balance. Ideally, one can predict cognitive functioning of individual patients to make treatment decisions considering this balance. To make accurate predictions, an informative representation of tumor location is pivotal, yet comparisons of representations are lacking. Therefore, this study compares brain atlases and principal component analysis (PCA) to represent voxel-wise tumor location. Pre-operative cognitive functioning was predicted for 246 patients with a high-grade glioma across eight cognitive tests while using different representations of voxel-wise tumor location as predictors. Voxel-wise tumor location was represented using 13 different frequently-used population average atlases, 13 randomly generated atlases, and 13 representations based on PCA. ElasticNet predictions were compared between representations and against a model solely using tumor volume. Preoperative cognitive functioning could only partly be predicted from tumor location. Performances of different representations were largely similar. Population average atlases did not result in better predictions compared to random atlases. PCA-based representation did not clearly outperform other representations, although summary metrics indicated that PCA-based representations performed somewhat better in our sample. Representations with more regions or components resulted in less accurate predictions. Population average atlases possibly cannot distinguish between functionally distinct areas when applied to patients with a glioma. This stresses the need to develop and validate methods for individual parcellations in the presence of lesions. Future studies may test if the observed small advantage of PCA-based representations generalizes to other data.
{"title":"Predicting Cognitive Functioning for Patients with a High-Grade Glioma: Evaluating Different Representations of Tumor Location in a Common Space.","authors":"S M Boelders, W De Baene, E Postma, K Gehring, L L Ong","doi":"10.1007/s12021-024-09671-9","DOIUrl":"10.1007/s12021-024-09671-9","url":null,"abstract":"<p><p>Cognitive functioning is increasingly considered when making treatment decisions for patients with a brain tumor in view of a personalized onco-functional balance. Ideally, one can predict cognitive functioning of individual patients to make treatment decisions considering this balance. To make accurate predictions, an informative representation of tumor location is pivotal, yet comparisons of representations are lacking. Therefore, this study compares brain atlases and principal component analysis (PCA) to represent voxel-wise tumor location. Pre-operative cognitive functioning was predicted for 246 patients with a high-grade glioma across eight cognitive tests while using different representations of voxel-wise tumor location as predictors. Voxel-wise tumor location was represented using 13 different frequently-used population average atlases, 13 randomly generated atlases, and 13 representations based on PCA. ElasticNet predictions were compared between representations and against a model solely using tumor volume. Preoperative cognitive functioning could only partly be predicted from tumor location. Performances of different representations were largely similar. Population average atlases did not result in better predictions compared to random atlases. PCA-based representation did not clearly outperform other representations, although summary metrics indicated that PCA-based representations performed somewhat better in our sample. Representations with more regions or components resulted in less accurate predictions. Population average atlases possibly cannot distinguish between functionally distinct areas when applied to patients with a glioma. This stresses the need to develop and validate methods for individual parcellations in the presence of lesions. Future studies may test if the observed small advantage of PCA-based representations generalizes to other data.</p>","PeriodicalId":49761,"journal":{"name":"Neuroinformatics","volume":" ","pages":"329-352"},"PeriodicalIF":2.7,"publicationDate":"2024-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11329426/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141428087","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"医学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}