paper-with-me

Papers

ReconFormer: Accelerated MRI Reconstruction Using Recurrent Transformer

2022-01-23 · Pengfei Guo, Yiqun Mei, Jinyuan Zhou, Shanshan Jiang, Vishal M. Patel

Accelerating magnetic resonance image (MRI) reconstruction process is a challenging ill-posed inverse problem due to the excessive under-sampling operation in k-space. In this paper, we propose a recurrent transformer model, namely ReconFormer, for MRI reconstruction which can iteratively reconstruct high fertility magnetic resonance images from highly under-sampled k-space data. In particular, the proposed architecture is built upon Recurrent Pyramid Transformer Layers (RPTL), which jointly exploits intrinsic multi-scale information at every architecture unit as well as the dependencies of the deep feature correlation through recurrent states. Moreover, the proposed ReconFormer is lightweight since it employs the recurrent structure for its parameter efficiency. We validate the effectiveness of ReconFormer on multiple datasets with different magnetic resonance sequences and show that it achieves significant improvements over the state-of-the-art methods with better parameter efficiency. Implementation code will be available in https://github.com/guopengf/ReconFormer.

📄 PDF Abstract BibTeX arXiv:2201.09376

Code (1)

guopengf/reconformer 공식 구현 pytorch

Tasks

Feature CorrelationMRI Reconstruction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Self-Supervised Adversarial Diffusion Models for Fast MRI Reconstruction

2024-06-21 · Mojtaba Safari, Zach Eidex, Shaoyan Pan, Richard L. J. Qiu 외

Purpose: To propose a self-supervised deep learning-based compressed sensing MRI (DL-based CS-MRI) method named "Adaptive Self-Supervised Consistency Guided Diffusion Model (ASSCGD)" to accelerate data acquisition withou…

compressed sensingMRI ReconstructionSSIM

Recurrent Variational Network: A Deep Learning Inverse Problem Solver applied to the task of Accelerated MRI Reconstruction

2021-11-18 · CVPR 2022 1 · George Yiasemis, Jan-Jakob Sonke, Clarisa Sánchez, Jonas Teuwen

Magnetic Resonance Imaging can produce detailed images of the anatomy and physiology of the human body that can assist doctors in diagnosing and treating pathologies such as tumours. However, MRI suffers from very long a…

Anatomycompressed sensingMRI Reconstruction

SDLFormer: A Sparse and Dense Locality-enhanced Transformer for Accelerated MR Image Reconstruction

2023-08-08 · Rahul G. S., Sriprabha Ramnarayanan, Mohammad Al Fahim, Keerthi Ram 외

Transformers have emerged as viable alternatives to convolutional neural networks owing to their ability to learn non-local region relationships in the spatial domain. The self-attention mechanism of the transformer enab…

Computational EfficiencyImage ReconstructionSelf-Supervised LearningSSIM

SO-Mamba: State-Ownership Mamba for Unrolled MRI Reconstruction

2026-05-21 · Pengcheng Fang, Hongli Chen, Fangfang Tang, Feng Liu 외 arxiv

Accelerated MRI reconstruction requires recovering missing details while preserving anatomically coherent structures across large spatial regions. State-space models such as Mamba provide efficient long-range modeling, m…

Computational EfficiencyLong-range modelingMRI Reconstruction

Magnetic Resonance Image Processing Transformer for General Accelerated Image Reconstruction

2024-05-23 · Guoyao Shen, Mengyu Li, Stephan Anderson, Chad W. Farris 외

Recent advancements in deep learning have enabled the development of generalizable models that achieve state-of-the-art performance across various imaging tasks. Vision Transformer (ViT)-based architectures, in particula…

AnatomyDeep LearningFew-Shot LearningImage Reconstruction+4