paper-with-me

홈 › Papers

A residual dense vision transformer for medical image super-resolution with segmentation-based perceptual loss fine-tuning

2023-02-22 · Jin Zhu, Guang Yang, Pietro Lio

Super-resolution plays an essential role in medical imaging because it provides an alternative way to achieve high spatial resolutions and image quality with no extra acquisition costs. In the past few decades, the rapid development of deep neural networks has promoted super-resolution performance with novel network architectures, loss functions and evaluation metrics. Specifically, vision transformers dominate a broad range of computer vision tasks, but challenges still exist when applying them to low-level medical image processing tasks. This paper proposes an efficient vision transformer with residual dense connections and local feature fusion to achieve efficient single-image super-resolution (SISR) of medical modalities. Moreover, we implement a general-purpose perceptual loss with manual control for image quality improvements of desired aspects by incorporating prior knowledge of medical image segmentation. Compared with state-of-the-art methods on four public medical image datasets, the proposed method achieves the best PSNR scores of 6 modalities among seven modalities. It leads to an average improvement of $+0.09$ dB PSNR with only 38\% parameters of SwinIR. On the other hand, the segmentation-based perceptual loss increases $+0.14$ dB PSNR on average for SOTA methods, including CNNs and vision transformers. Additionally, we conduct comprehensive ablation studies to discuss potential factors for the superior performance of vision transformers over CNNs and the impacts of network and loss function components. The code will be released on GitHub with the paper published.

📄 PDF Abstract BibTeX arXiv:2302.11184

Code (1)

GinZhu/RDST 공식 구현 pytorch

Tasks

Image SegmentationImage Super-ResolutionMedical Image SegmentationSemantic SegmentationSuper-Resolution

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

3D Shuffle-Mixer: An Efficient Context-Aware Vision Learner of Transformer-MLP Paradigm for Dense Prediction in Medical Volume

2022-04-14 · Jianye Pang, Cheng Jiang, Yihao Chen, Jianbo Chang 외

Dense prediction in medical volume provides enriched guidance for clinical analysis. CNN backbones have met bottleneck due to lack of long-range dependencies and global context modeling power. Recent works proposed to co…

Inductive BiasPrediction

Full-resolution MLPs Empower Medical Dense Prediction

2023-11-28 · Mingyuan Meng, Yuxin Xue, Dagan Feng, Lei Bi 외

Dense prediction is a fundamental requirement for many medical vision tasks such as medical image restoration, registration, and segmentation. The most popular vision model, Convolutional Neural Networks (CNNs), has reac…

AnatomyImage RestorationPrediction

GridFormer: Residual Dense Transformer with Grid Structure for Image Restoration in Adverse Weather Conditions

2023-05-29 · Tao Wang, Kaihao Zhang, Ziqian Shao, Wenhan Luo 외

Image restoration in adverse weather conditions is a difficult task in computer vision. In this paper, we propose a novel transformer-based framework called GridFormer which serves as a backbone for image restoration und…

Image RestorationRain Removal

ResViT: Residual vision transformers for multi-modal medical image synthesis

2021-06-30 · Onat Dalmaz, Mahmut Yurt, Tolga Çukur

Generative adversarial models with convolutional neural network (CNN) backbones have recently been established as state-of-the-art in numerous medical image synthesis tasks. However, CNNs are designed to perform local pr…

DiversityImage GenerationImage-to-Image TranslationInductive Bias

Dense residual Transformer for image denoising

2022-05-14 · Chao Yao, Shuo Jin, Meiqin Liu, Xiaojuan Ban

Image denoising is an important low-level computer vision task, which aims to reconstruct a noise-free and high-quality image from a noisy image. With the development of deep learning, convolutional neural network (CNN) …

DenoisingImage CompressionImage DenoisingImage Enhancement