paper-with-me

홈 › Papers

A Comparison and Evaluation of Fine-tuned Convolutional Neural Networks to Large Language Models for Image Classification and Segmentation of Brain Tumors on MRI

2025-09-12 · Felicia Liu, Jay J. Yoo, Farzad Khalvati arxiv

Large Language Models (LLMs) have shown strong performance in text-based healthcare tasks. However, their utility in image-based applications remains unexplored. We investigate the effectiveness of LLMs for medical imaging tasks, specifically glioma classification and segmentation, and compare their performance to that of traditional convolutional neural networks (CNNs). Using the BraTS 2020 dataset of multi-modal brain MRIs, we evaluated a general-purpose vision-language LLM (LLaMA 3.2 Instruct) both before and after fine-tuning, and benchmarked its performance against custom 3D CNNs. For glioma classification (Low-Grade vs. High-Grade), the CNN achieved 80% accuracy and balanced precision and recall. The general LLM reached 76% accuracy but suffered from a specificity of only 18%, often misclassifying Low-Grade tumors. Fine-tuning improved specificity to 55%, but overall performance declined (e.g., accuracy dropped to 72%). For segmentation, three methods - center point, bounding box, and polygon extraction, were implemented. CNNs accurately localized gliomas, though small tumors were sometimes missed. In contrast, LLMs consistently clustered predictions near the image center, with no distinction of glioma size, location, or placement. Fine-tuning improved output formatting but failed to meaningfully enhance spatial accuracy. The bounding polygon method yielded random, unstructured outputs. Overall, CNNs outperformed LLMs in both tasks. LLMs showed limited spatial understanding and minimal improvement from fine-tuning, indicating that, in their current form, they are not well-suited for image-based tasks. More rigorous fine-tuning or alternative training strategies may be needed for LLMs to achieve better performance, robustness, and utility in the medical space.

📄 PDF Abstract BibTeX arXiv:2509.10683

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Few-shot Fine-tuning vs. In-context Learning: A Fair Comparison and Evaluation

2023-05-26 · Marius Mosbach, Tiago Pimentel, Shauli Ravfogel, Dietrich Klakow 외

Few-shot fine-tuning and in-context learning are two alternative strategies for task adaptation of pre-trained language models. Recently, in-context learning has gained popularity over fine-tuning due to its simplicity a…

Domain GeneralizationIn-Context Learning

A Comprehensive Evaluation of Large Language Models on Benchmark Biomedical Text Processing Tasks

2023-10-06 · Israt Jahan, Md Tahmid Rahman Laskar, Chun Peng, Jimmy Huang

Recently, Large Language Models (LLM) have demonstrated impressive capability to solve a wide range of tasks. However, despite their success across various tasks, no prior work has investigated their capability in the bi…

Multilingual and Multi-topical Benchmark of Fine-tuned Language models and Large Language Models for Check-Worthy Claim Detection

2023-11-10 · Martin Hyben, Sebastian Kula, Ivan Srba, Robert Moro 외

This study compares the performance of (1) fine-tuned language models and (2) large language models on the task of check-worthy claim detection. For the purpose of the comparison we composed a multilingual and multi-topi…

PyraNet: A Multi-Layered Hierarchical Dataset for Verilog

2024-12-09 · Bardia Nadimi, Ghali Omar Boutaib, Hao Zheng

Recently, there has been a growing interest in leveraging Large Language Models for Verilog code generation. However, the current quality of the generated Verilog code remains suboptimal. This is largely due to the absen…

Code Generation

Improving LLMs for Machine Translation Using Synthetic Preference Data

2025-08-20 · Dario Vajda, Domen Vreš, Marko Robnik-Šikonja arxiv

Large language models have emerged as effective machine translation systems. In this paper, we explore how a general instruction-tuned large language model can be improved for machine translation using relatively few eas…

Machine Translation