亲爱的研友该休息了!由于当前在线用户较少,发布求助请尽量完整的填写文献信息,科研通机器人24小时在线,伴您度过漫漫科研夜!身体可是革命的本钱,早点休息,好梦!

Computer-aided diagnosis of Alzheimer’s disease based on structural magnetic resonance imaging

磁共振成像 核磁共振 疾病 医学 功能磁共振成像 神经科学 放射科 心理学 病理 物理
作者
Yihang Huang,Keyi Shan,Yuzi Yan,Wan Li
出处
期刊:Chinese Medical Journal [Ovid Technologies (Wolters Kluwer)]
卷期号:137 (12): 1483-1485
标识
DOI:10.1097/cm9.0000000000003180
摘要

To the Editor: Alzheimer's disease (AD) is an irreversible chronic neurodegenerative disease. AD initially affects short-term memory, thinking, and behavior. It then severely disrupts the normal lives of patients and their families and may eventually lead to death. Mild cognitive impairment (MCI) is considered an early stage of AD. Some studies have shown that nearly 20% of patients with MCI are at a risk of developing AD within the next four years.[1] Although there is no impressive way to stop the further development of MCI, only a series of procedures can slow it. Thus, timely and accurate intervention is essential to effectively slow the disease progression. Owing to its non-invasive nature, structural magnetic resonance imaging (sMRI) has become the most commonly used imaging modality for diagnosing AD, because it can capture anatomical information. The application of traditional machine-learning algorithms to sMRI images for AD classification is relatively mature. However, complex preprocessing of sMRI images is usually required to extract more desirable features for classification purposes. In contrast, deep learning algorithms have been more widely employed in recent years because they require no assistance from relevant medical experts for feature extraction and can automatically learn advanced features. Hence, this paper reviews sMRI-assisted AD classification based on various machine-learning algorithms developed in recent years. We also present some prospective approaches to address the shortcomings and problems of the existing research, in addition to providing a reference for future studies in this field. Deep learning methods used for AD classification. According to the scale used in sMRI-based AD classification methods, they can be broadly classified into three groups: regions of interest (ROI), voxels, and patches. ROI-based methods involve segmenting specific brain regions for feature extraction, but may miss crucial areas. Voxel-based methods measure brain atrophy through features, such as cortical thickness and volume, requiring preprocessing, whereas some methods use deep learning algorithms to analyze sMRI images directly, bypassing extensive preprocessing. Patch-based methods select disease-related patches for feature analysis, offering greater flexibility and potentially higher accuracy, although their effectiveness depends heavily on the choice of the patch. CNN-based AD classification research. As one of the most effective algorithms in deep learning, convolutional neural networks (CNN) can use image features and spatial context to generate hierarchical features relevant to specific tasks and datasets by encompassing neighborhood information. Various CNN-based architectures have performed well in the diagnosis of AD based on sMRI. One of the routine methods for AD diagnosis is to segment brain sMRI images into multiple brain regions based on a brain atlas and extract the brain region features (such as volume and shape). When the dataset is insufficient, using ROI-based methods can effectively alleviate the overfitting problem and improve classification performance. Patients with AD typically show symptoms such as reduced memory, cognitive function, language difficulties, and spatial cognition issues. Thus, researchers often focus on crucial ROIs, such as the hippocampus, parietal, temporal, and frontal lobes, and amygdala. As AD progresses, the brain structure exhibits slight accelerated aging, which is associated with MCI. Poloni KM et al[2] produced an efficient age estimation framework using only the hippocampal regions that explores the associations of the brain age prediction error of age-matched normal cognition (NC) subjects with AD and MCI subjects. Voxel-based methods directly analyze the entire brain at the voxel level, without the need for predefined ROI. CNN-based voxel-scale classification of AD simplifies the construction of classifiers using two-dimensional (2D) or three-dimensional (3D) structural magnetic resonance imaging without the need for complex preprocessing. 3D-CNN detects brain structural changes related to Alzheimer's disease, helping to identify previously unnoticed areas, but it increases computational costs. Zhao et al[3] proposed a disease progression prediction framework that incorporates a 3D generative adversarial network (MI-GAN) and a multi-class classification networks. MI-GAN can generate high-quality 3D brain sMRI images of individuals at future time points based on baseline 3D brain structure magnetic resonance imaging (sMRI) and various factors such as age, gender, education level, APOE genotype, etc. Subsequently, a multi-class classification network was utilized to classify the generated sMRI images and estimate the clinical condition of the subjects.[3] Voxel-scale research can also include an attention mechanism that focuses on key brain regions without missing information, and combines different levels of features into higher level features. For example, Liu et al[4] constructed a deep CNN based on multiple attention mechanisms. It employs cyclic convolutional enhancement of sMRI images to highlight the feature information of the original images, which significantly improves prediction accuracy and robustness. Moreover, the recalibration of image features based on a multi-attention mechanism can realize adaptive learning, allowing the identification of brain regions that are particularly relevant to disease diagnosis. Notably, patients in the early stages of AD generally show minimal structural changes in local brain regions. The patch-based method divides the brain image into smaller blocks or 'patches' and then analyzes these patches separately. This approach can capture more detailed changes within local areas and may provide richer local structural information compared to analyzing the entire ROI or individual voxels. In previous studies, anatomical marker detectors and statistical methods were used to detect patches. Ashtari-Majlan et al[5] used multivariate statistical testing (T2 Hotelling test) to compare MRI images of Alzheimer's disease patients and normal individuals, key anatomical landmarks are identified. Patches are then extracted based on these landmarks and input into a multi-stream CNN for classification. This method overcomes the problem of insufficient training data. Furthermore, an attention mechanism has been added to patch-level studies. Liu et al[6] proposed a task-driven hierarchical attention network (THAN) consisting of two sub networks: the Information Sub-Network (IS), which generates an information graph highlighting disease-related regions and their importance to final classification, and the Hierarchical Attention Sub-Network (HAS), which extracts discriminative visual and semantic features from the information graphs to aid in disease diagnosis. The generated information map can highlight potential MCI and AD biomarkers, such as the hippocampus and ventricles. By combining visual and semantic attention modules, the model's performance is significantly improved. Transformer-based AD classification research. Currently, there are two methods to incorporate the attention mechanism into CNN in the medical imaging field. One is to add attention blocks to the original CNN, and the other is to replace the convolutional blocks in the CNN with attention blocks. In either case, the overall network structure of the CNN was maintained. Because natural language processing (NLP) has recently achieved quite good performance based on the transformer, there has been an attempt to apply the transformer to computer vision, and a Vision Transformer (ViT) was born. Due to the multi-head self-attention mechanism, ViT can effectively focus on multiple regions in the image and extract features by calculating the correlation between different regions. This enables ViT to effectively capture the dependency relationships between different brain regions in the image. Kushol et al[7] improved ViT to learn the spatial and frequency-domain features of sMRI images. However, the transformer has limitations in terms of the length of the input sequence and selects only some 2D coronal slices as the input, which may miss critical information. Jang and Hwang[8] combined 3D-CNN, 2D-CNN, and a transformer. The inductive bias of the CNN can sufficiently extract local abnormal details, enabling the identification of brain atrophy areas in 3D MRI images of AD patients, and the transformer can effectively capture possible dependencies in distal brain regions, for instance, it can analyze whether there's a correlation between cortical atrophy in AD patients and a decrease in hippocampal volume. Traditional machine learning methods used for AD classification. The classification features used in traditional machine learning methods need to be extracted separately from the dataset and fed into classifiers such as support vector machines (SVM), random forest (RF), K-nearest neighbor (KNN), decision-making tree (DT), and their variants. Brain morphology analyses at the voxel scale usually face the challenge of high-dimensional features. The potential overfitting problem caused by high-dimensional features is commonly mitigated by manually selecting features and using dimensionality reduction algorithms, followed by further improvements to the classifier to increase the classification accuracy. In recent years, mixing CNN with traditional machine learning methods has also been a research direction, owing to the outstanding contribution of deep learning algorithms to medical images. For example, Sharma et al[9] proposed a deep residual network for extracting AD diagnostic features from sMRI sagittal slices by applying a fuzzy-hyperplane least-squares twin support vector machine (FLS-TWSVM). To conclude, studies have shown that research focusing on AD classification has gradually shifted from traditional machine learning algorithms to deep learning models or a combination of both methods in recent years. Deep learning algorithms can optimize feature extraction by allowing hierarchical extraction of discriminative feature representations and naturally combining features from different scales. However, manually extracted features are more independent of the classifiers; thus, there is a potential heterogeneity that may lead to poor diagnostic performance. Nevertheless, the applications of deep learning models using sMRI images are not always problem-free, and one of the main obstacles is data shortage. It is due to two factors: (1) the need for tagged data and the high cost of tagging by experienced physicians, and (2) the ethical issues and security of patient information, which limits the cross-institutional use of medical images. Cases using inadequate data in CNN computations revealed severe overfitting problems. Data augmentation methods are typically utilized to overcome sample imbalances and adapt the network architecture via transfer learning. In addition to the above issues, future research on AD classification based on sMRI should consider the following three suggestions: (1) Most current studies are single-scale. However, studies have shown that subtle local structural features, overall global features, frequency-domain features, spatial-domain features, low-level morphological features, and high-level semantic features are complemented. Therefore, combining multi-scale and multi-dimensional features can capture more information from the subjects. (2) Existing patch-based methods are partly data driven or empirically predefined, and the features extracted in this manner are usually independent of the subsequent classifier-learning process. Owing to the potential heterogeneity of features and classifiers, predefined features may lead to suboptimal learning performance in brain disease diagnosis. Therefore, an effective combination of feature learning and classifier training has the potential to further optimize the results. (3) The commonality along specificity exists among individuals. Previous research methods have restricted AD-sensitive regions to the same locations in all subjects, ignoring individual differences in disease progression across subjects. This might be one of the reasons why it has been challenging to further increase the classification accuracy. Various CNN models have been applied in AD research, with each model demonstrating its strengths. These models were optimized and modified by optimizing the convolutional kernel structure and introducing multi-scale convolution, residual connections, and attention mechanisms. However, the diversity of methods also means that there is no specific direction for improving network structures. The application of transformers in this field is still in the exploratory stage. Although the research results are less abundant than those based on CNN methods, transformers have developed rapidly in the field of vision and have shown great potentials for development in AD research. Furthermore, it is essential to note that most current Computer-Aided Diagnosis (CAD) systems for AD classification are designed based on prior medical imaging and medical knowledge to improve model performance. However, less emphasis has been placed on utilizing deep learning algorithms to discover other features from sMRI data that can benefit AD classification. Therefore, differentiation between diseases and identifying additional features that contribute to AD classification are important directions for future research. Moreover, utilizing computer-aided diagnosis for Alzheimer's disease can enhance diagnostic accuracy, expedite diagnosis, and reduce healthcare costs, which is crucial for improving patients' quality of life and promoting the sustainable development of the healthcare system. This review provides diagnostic evidence for clinical medicine. Conflicts of interest None.

科研通智能强力驱动
Strongly Powered by AbleSci AI
更新
大幅提高文件上传限制,最高150M (2024-4-1)

科研通是完全免费的文献互助平台,具备全网最快的应助速度,最高的求助完成率。 对每一个文献求助,科研通都将尽心尽力,给求助人一个满意的交代。
实时播报
4秒前
善学以致用应助ellen采纳,获得10
23秒前
ttsyl发布了新的文献求助10
26秒前
32秒前
33秒前
大王发布了新的文献求助10
37秒前
ttsyl完成签到,获得积分10
39秒前
孟筱发布了新的文献求助10
40秒前
2213sss完成签到,获得积分10
41秒前
45秒前
大王完成签到,获得积分10
58秒前
Lucas应助zxd采纳,获得10
1分钟前
1分钟前
2分钟前
sny完成签到,获得积分20
2分钟前
板栗鸡完成签到 ,获得积分10
2分钟前
2分钟前
搜集达人应助科研通管家采纳,获得10
2分钟前
共享精神应助科研通管家采纳,获得10
2分钟前
ellen发布了新的文献求助10
2分钟前
奔跑的小熊完成签到,获得积分10
2分钟前
2分钟前
ellen完成签到,获得积分10
2分钟前
3分钟前
万能图书馆应助Muller采纳,获得10
3分钟前
3分钟前
Jack80完成签到,获得积分0
3分钟前
科研通AI2S应助Jack80采纳,获得10
4分钟前
张大然完成签到 ,获得积分10
4分钟前
香蕉觅云应助科研通管家采纳,获得10
4分钟前
呆瓜完成签到,获得积分10
4分钟前
5分钟前
zxd发布了新的文献求助10
5分钟前
CC发布了新的文献求助10
5分钟前
5分钟前
半生完成签到 ,获得积分10
5分钟前
5分钟前
NexusExplorer应助小样采纳,获得30
6分钟前
6分钟前
6分钟前
高分求助中
Solution Manual for Strategic Compensation A Human Resource Management Approach 1200
Natural History of Mantodea 螳螂的自然史 1000
Glucuronolactone Market Outlook Report: Industry Size, Competition, Trends and Growth Opportunities by Region, YoY Forecasts from 2024 to 2031 800
A Photographic Guide to Mantis of China 常见螳螂野外识别手册 800
Zeitschrift für Orient-Archäologie 500
Smith-Purcell Radiation 500
Autoregulatory progressive resistance exercise: linear versus a velocity-based flexible model 500
热门求助领域 (近24小时)
化学 医学 生物 材料科学 工程类 有机化学 生物化学 物理 内科学 纳米技术 计算机科学 化学工程 复合材料 基因 遗传学 物理化学 催化作用 细胞生物学 免疫学 冶金
热门帖子
关注 科研通微信公众号,转发送积分 3341839
求助须知:如何正确求助?哪些是违规求助? 2969202
关于积分的说明 8637753
捐赠科研通 2648899
什么是DOI,文献DOI怎么找? 1450412
科研通“疑难数据库(出版商)”最低求助积分说明 671913
邀请新用户注册赠送积分活动 660986