paper-with-me

홈 › Papers

LoRA-PT: Low-Rank Adapting UNETR for Hippocampus Segmentation Using Principal Tensor Singular Values and Vectors

2024-07-16 · Guanghua He, Wangang Cheng, Hancan Zhu, Gaohang Yu

The hippocampus is a crucial brain structure associated with various psychiatric disorders, and its automatic and precise segmentation is essential for studying these diseases. In recent years, deep learning-based methods have made significant progress in hippocampus segmentation. However, training deep neural network models requires substantial computational resources and time, as well as a large amount of labeled training data, which is often difficult to obtain in medical image segmentation. To address this issue, we propose a new parameter-efficient fine-tuning method called LoRA-PT. This method transfers the pre-trained UNETR model on the BraTS2021 dataset to the hippocampus segmentation task. Specifically, the LoRA-PT method categorizes the parameter matrix of the transformer structure into three sizes, forming three 3D tensors. Through tensor singular value decomposition, these tensors are decomposed to generate low-rank tensors with the principal singular values and singular vectors, while the remaining singular values and vectors form the residual tensor. During the fine-tuning, we only update the low-rank tensors, i.e. the principal tensor singular values and vectors, while keeping the residual tensor unchanged. We validated the proposed method on three public hippocampus datasets. Experimental results show that LoRA-PT outperforms existing parameter-efficient fine-tuning methods in segmentation accuracy while significantly reducing the number of parameter updates. Our code is available at https://github.com/WangangCheng/LoRA-PT/tree/LoRA-PT.

📄 PDF Abstract BibTeX arXiv:2407.11292

Code (1)

wangangcheng/lora-pt 공식 구현 pytorch

Tasks

BraTS2021HippocampusImage SegmentationMedical Image Segmentationparameter-efficient fine-tuningSegmentationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Attention 설명 없음
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…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Efficient Parameter Adaptation for Multi-Modal Medical Image Segmentation and Prognosis

2025-04-18 · Numan Saeed, Shahad Hardan, Muhammad Ridzuan, Nada Saadi 외

Cancer detection and prognosis relies heavily on medical imaging, particularly CT and PET scans. Deep Neural Networks (DNNs) have shown promise in tumor segmentation by fusing information from these modalities. However, …

Image SegmentationMedical Image SegmentationPrognosisSemantic Segmentation+1

A fuzzy rank-based ensemble of CNN models for MRI segmentation

2024-12-28 · Biomedical Signal Processing and Control 2024 12 · Daria Valenkova, Asya Lyanova, Aleksandr Sinitca, Ram Sarkar 외

Glioblastoma is the most common subtype of malignant tumors of the central nervous system. Segmentation of the brain tumor image is crucial for accelerating the diagnosis and treatment of a patient. In the paper, an adva…

Decision MakingMRI segmentationSegmentationTumor Segmentation

Frequency-Aware Ensemble Learning for BraTS 2025 Pediatric Brain Tumor Segmentation

2025-09-18 · Yuxiao Yi, Qingyao Zhuang, Zhi-Qin John Xu, Xiaowen Wang 외 arxiv

Pediatric brain tumor segmentation presents unique challenges due to the rarity and heterogeneity of these malignancies, yet remains critical for clinical diagnosis and treatment planning. We propose an ensemble approach…

Brain Tumor SegmentationEnsemble LearningTransfer Learning

Integrating Background Knowledge in Medical Semantic Segmentation with Logic Tensor Networks

2025-09-26 · Luca Bergamin, Giovanna Maria Dimitri, Fabio Aiolli arxiv

Semantic segmentation is a fundamental task in medical image analysis, aiding medical decision-making by helping radiologists distinguish objects in an image. Research in this field has been driven by deep learning appli…

Semantic Segmentation

A Novel Hybrid Parameter-Efficient Fine-Tuning Approach for Hippocampus Segmentation and Alzheimer's Disease Diagnosis

2024-09-02 · Wangang Cheng, Guanghua He, Keli Hu, Mingyu Fang 외

Deep learning methods have significantly advanced medical image segmentation, yet their success hinges on large volumes of manually annotated data, which require specialized expertise for accurate labeling. Additionally,…

Alzheimer's Disease DetectionBraTS2021HippocampusImage Segmentation+4