paper-with-me

홈 › Papers

A Hybrid Multi-Scale Attention Convolution and Aging Transformer Network for Alzheimer's Disease Diagnosis

2023-04-07 · journal 2023 4 · Xingyu Gao; Hongjie Cai; Manhua Liu

Deep neural networks have been successfully investigated in the computational analysis of structural magnetic resonance imaging (sMRI) data for the diagnosis of dementia, such as Alzheimer's disease (AD). The disease-related changes in sMRI may be different in local brain regions, which have variant structures but with some correlations. In addition, aging increases the risk of dementia. However, it is still challenging to capture the local variations and long-range correlations of different brain regions and make use of the age information for disease diagnosis. To address these problems, we propose a hybrid network with multi-scale attention convolution and aging transformer for AD diagnosis. First, to capture the local variations, a multi-scale attention convolution is proposed to learn the feature maps with multi-scale kernels, which are adaptively aggregated by an attention module. Then, to model the long-range correlations of brain regions, a pyramid non-local block is used on the high-level features to learn more powerful features. Finally, we propose an aging transformer subnetwork to embed the age information into image features and capture the dependencies between subjects at different ages. The proposed method can learn not only the subject-specific rich features but also the inter-subject age correlations in an end-to-end framework. Our method is evaluated with T1-weighted sMRI scans from a large cohort of subjects on the Alzheimer's Disease Neuroimaging Initiative (ADNI) database. Experimental results demonstrate that our method has achieved promising performance for AD-related diagnosis.

📄 PDF Abstract BibTeX

Code (1)

2023-MindSpore-4/Code12/tree/main/liumanhua/MACN-Mindspore-main mindspore

Methods 이 논문이 사용한 방법론

Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Non-Local Block A Non-Local Block is an image block module used in neural networks that wraps a non-local operation. We can define a…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Systems and Algorithms for Convolutional Multi-Hybrid Language Models at Scale

2025-02-25 · Jerome Ku, Eric Nguyen, David W. Romero, Garyk Brixi 외

We introduce convolutional multi-hybrid architectures, with a design grounded on two simple observations. First, operators in hybrid models can be tailored to token manipulation tasks such as in-context recall, multi-tok…

State Space Models

UTNet: A Hybrid Transformer Architecture for Medical Image Segmentation

2021-07-02 · Yunhe Gao, Mu Zhou, Dimitris Metaxas

Transformer architecture has emerged to be successful in a number of natural language processing tasks. However, its applications to medical vision remain largely unexplored. In this study, we present UTNet, a simple yet…

DecoderImage SegmentationInductive BiasMedical Image Segmentation+1

HSANET: A Hybrid Self-Cross Attention Network For Remote Sensing Change Detection

2025-04-21 · Chengxi Han, Xiaoyu Su, Zhiqiang Wei, Meiqi Hu 외

The remote sensing image change detection task is an essential method for large-scale monitoring. We propose HSANet, a network that uses hierarchical convolution to extract multi-scale features. It incorporates hybrid se…

Change Detection

ECViT: Efficient Convolutional Vision Transformer with Local-Attention and Multi-scale Stages

2025-04-21 · Zhoujie Qian

Vision Transformers (ViTs) have revolutionized computer vision by leveraging self-attention to model long-range dependencies. However, ViTs face challenges such as high computational costs due to the quadratic scaling of…

image-classificationImage Classification

Hybrid Convolutional and Attention Network for Hyperspectral Image Denoising

2024-03-15 · Shuai Hu, Feng Gao, Xiaowei Zhou, Junyu Dong 외

Hyperspectral image (HSI) denoising is critical for the effective analysis and interpretation of hyperspectral data. However, simultaneously modeling global and local features is rarely explored to enhance HSI denoising.…

DenoisingHyperspectral Image DenoisingImage Denoising