paper-with-me

홈 › Papers

MedVisionLlama: Leveraging Pre-Trained Large Language Model Layers to Enhance Medical Image Segmentation

2024-10-03 · Gurucharan Marthi Krishna Kumar, Aman Chadha, Janine Mendola, Amir Shmuel

Large Language Models (LLMs), known for their versatility in textual data, are increasingly being explored for their potential to enhance medical image segmentation, a crucial task for accurate diagnostic imaging. This study explores enhancing Vision Transformers (ViTs) for medical image segmentation by integrating pre-trained LLM transformer blocks. Our approach, which incorporates a frozen LLM transformer block into the encoder of a ViT-based model, leads to substantial improvements in segmentation performance across various medical imaging modalities. We propose a Hybrid Attention Mechanism that combines global and local feature learning with a Multi-Scale Fusion Block for aggregating features across different scales. The enhanced model shows significant performance gains, including an average Dice score increase from 0.74 to 0.79 and improvements in accuracy, precision, and the Jaccard Index. These results demonstrate the effectiveness of LLM-based transformers in refining medical image segmentation, highlighting their potential to significantly boost model accuracy and robustness. The source code and our implementation are available at: https://bit.ly/3zf2CVs

📄 PDF Abstract BibTeX arXiv:2410.02458

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticImage SegmentationLanguage ModelingLanguage ModellingLarge Language ModelMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

EchoAtt: Attend, Copy, then Adjust for More Efficient Large Language Models

2024-09-22 · Hossein Rajabzadeh, Aref Jafari, Aman Sharma, Benyamin Jami 외

Large Language Models (LLMs), with their increasing depth and number of parameters, have demonstrated outstanding performance across a variety of natural language processing tasks. However, this growth in scale leads to …

Knowledge Distillation

Making Convolutional Networks Recurrent for Visual Sequence Learning

2018-06-01 · CVPR 2018 6 · Xiaodong Yang, Pavlo Molchanov, Jan Kautz

Recurrent neural networks (RNNs) have emerged as a powerful model for a broad range of machine learning problems that involve sequential data. While an abundance of work exists to understand and improve RNNs in the conte…

Action RecognitionFace AlignmentGesture RecognitionHand Gesture Recognition+6

ALOPE: Adaptive Layer Optimization for Translation Quality Estimation using Large Language Models

2025-08-10 · Archchana Sindhujan, Shenbin Qian, Chan Chi Chun Matthew, Constantin Orasan 외 arxiv

Large Language Models (LLMs) have shown remarkable performance across a wide range of natural language processing tasks. Quality Estimation (QE) for Machine Translation (MT), which assesses the quality of a source-target…

Machine TranslationLanguage Modelling

When marine radar target detection meets pretrained large language models

2025-09-15 · Qiying Hu, Linping Zhang, Xueqian Wang, Gang Li 외 arxiv

Deep learning (DL) methods are widely used to extract high-dimensional patterns from the sequence features of radar echo signals. However, conventional DL algorithms face challenges such as redundant feature segments, an…

Breaking Down Word Semantics from Pre-trained Language Models through Layer-wise Dimension Selection

2023-10-08 · Nayoung Choi

Contextual word embeddings obtained from pre-trained language model (PLM) have proven effective for various natural language processing tasks at the word level. However, interpreting the hidden aspects within embeddings,…

Binary ClassificationLanguage ModelingLanguage ModellingRepresentation Learning+1