paper-with-me

Papers

Attentive Symmetric Autoencoder for Brain MRI Segmentation

2022-09-19 · Junjia Huang, Haofeng Li, Guanbin Li, Xiang Wan

Self-supervised learning methods based on image patch reconstruction have witnessed great success in training auto-encoders, whose pre-trained weights can be transferred to fine-tune other downstream tasks of image understanding. However, existing methods seldom study the various importance of reconstructed patches and the symmetry of anatomical structures, when they are applied to 3D medical images. In this paper we propose a novel Attentive Symmetric Auto-encoder (ASA) based on Vision Transformer (ViT) for 3D brain MRI segmentation tasks. We conjecture that forcing the auto-encoder to recover informative image regions can harvest more discriminative representations, than to recover smooth image patches. Then we adopt a gradient based metric to estimate the importance of each image patch. In the pre-training stage, the proposed auto-encoder pays more attention to reconstruct the informative patches according to the gradient metrics. Moreover, we resort to the prior of brain structures and develop a Symmetric Position Encoding (SPE) method to better exploit the correlations between long-range but spatially symmetric regions to obtain effective features. Experimental results show that our proposed attentive symmetric auto-encoder outperforms the state-of-the-art self-supervised learning methods and medical image segmentation models on three brain MRI segmentation benchmarks.

📄 PDF Abstract BibTeX arXiv:2209.08887

Code (1)

lhaof/asa 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationMRI segmentationSegmentationSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Deep Attentive Convolutional Neural Network for Automatic Cortical Plate Segmentation in Fetal MRI

2020-04-27 · Haoran Dou, Davood Karimi, Caitlin K. Rollins, Cynthia M. Ortinau 외

Fetal cortical plate segmentation is essential in quantitative analysis of fetal brain maturation and cortical folding. Manual segmentation of the cortical plate, or manual refinement of automatic segmentations is tediou…

Segmentation

Hybrid Multihead Attentive Unet-3D for Brain Tumor Segmentation

2024-05-22 · Muhammad Ansab Butt, Absaar Ul Jabbar

Brain tumor segmentation is a critical task in medical image analysis, aiding in the diagnosis and treatment planning of brain tumor patients. The importance of automated and accurate brain tumor segmentation cannot be o…

Brain Tumor SegmentationMedical Image AnalysisSegmentationTumor Segmentation

Segmenting Brain Tumors with Symmetry

2017-11-17 · Hejia Zhang, Xia Zhu, Theodore L. Willke

We explore encoding brain symmetry into a neural network for a brain tumor segmentation task. A healthy human brain is symmetric at a high level of abstraction, and the high-level asymmetric parts are more likely to be t…

Brain Tumor SegmentationMedical Image SegmentationSegmentationTumor Segmentation

AME-CAM: Attentive Multiple-Exit CAM for Weakly Supervised Segmentation on MRI Brain Tumor

2023-06-26 · Yu-Jen Chen, Xinrong Hu, Yiyu Shi, Tsung-Yi Ho

Magnetic resonance imaging (MRI) is commonly used for brain tumor segmentation, which is critical for patient evaluation and treatment planning. To reduce the labor and expertise required for labeling, weakly-supervised …

Brain Tumor SegmentationSegmentationSemantic SegmentationTumor Segmentation+3

Motion-Attentive Transition for Zero-Shot Video Object Segmentation

2020-03-09 · Tianfei Zhou, Shunzhou Wang, Yi Zhou, Yazhou Yao 외

In this paper, we present a novel Motion-Attentive Transition Network (MATNet) for zero-shot video object segmentation, which provides a new way of leveraging motion information to reinforce spatio-temporal object repres…

DecoderObjectSegmentationSemantic Segmentation+4