CoolFace
Modelpublic

Jesteban247/medgemma-brats-experiments

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes
Model Card

🧠 Medgemma-brats-experiments

This repository contains fine-tuning experiments using [unsloth/medgemma-4b-it](https://huggingface.co/unsloth/medgemma-4b-it) on BraTS and TextBraTS datasets for brain MRI and radiology text understanding. The experiments explore different LoRA configurations and their effects on domain adaptation, language specificity, and catastrophic forgetting.


🧩 Experimental Setup


⚙️ LoRA Configurations

ConfigurationLoRA rLoRA αEpochsTrainable Params% of Total
r1alpha2epochs11212.4M0.06%
r1alpha4epochs11412.4M0.06%
r1alpha4epochs21422.4M0.06%
r4alpha4epochs24429.6M0.22%
r16alpha16epochs21616238.5M0.89%

📊 Quantitative Results

ConfigurationrαEpochsROUGE-1ROUGE-2ROUGE-LAvg ROUGE
r1alpha2epochs11210.55390.27650.39850.4096
r1alpha4epochs11410.61790.33440.45530.4692
r1alpha4epochs21420.61940.33700.45360.4700
r4alpha4epochs24420.61170.32860.44510.4618
r16alpha16epochs2161620.62420.34570.46480.4782

🧠 Qualitative Comparisons

Below are qualitative results comparing outputs across configurations using real generation excerpts.

🧩 Example 1 — Brain MRI Slice

Ground truth:

“Lesion in right frontal and parietal lobes with mixed signals. Edema and necrosis observed. Ventricular compression present.”

🖼️ Image: Brain MRI Example

ModelExample Response
Original“Based on the MRI scan, here are the regions and structures I can identify: Gray Matter, White Matter, and CSF... lacks mention of lesion or edema.”
r1_alpha2“The MRI slice demonstrates: The lesion area is in the right cerebral hemisphere, mainly concentrated in the right frontal and parietal lobes with mixed signals... Edema is observed... Ventricular compression is observed with the right lateral ventricle being compressed.”
r1_alpha4“The lesion area is in the right frontal and parietal lobes with a mix of high and low signals... Necrosis is visible... Ventricular compression is not observed, ventricles appear relatively normal.”
r1_alpha4 (2e)“The lesion area is in the right frontal, parietal, and occipital lobes... Edema extends to occipital lobe... Ventricular compression evident with deformation of its shape.”
r4_alpha4“The lesion area is in the right parietal lobe with heterogeneous high and low signals... Edema is observed... Ventricular compression is observed, with deformation.”
r16_alpha16“Analysis of this brain MRI reveals: The lesion area is in the right cerebral hemisphere... Edema is significant... Necrosis is suggested... Ventricular compression is observed with the right lateral ventricle noticeably compressed.”

🔬 Example 2 — Histology / Blood Sample

🖼️ Image: Histology Example

ModelExample Response
Original“The image appears to be a microscopic view of tissue... complex architecture, varied coloration, but no explicit lesion detail.”
r1_alpha2“The MRI slice shows: The lesion area is in the right lobe of the brain with a mix of heterogeneous high and low signals... Edema observed... Ventricular compression is observed.”
r1_alpha4“The lesion area is in the left side of the brain with a mix of high and low signals... Edema is significant... Necrosis is observed... Ventricular compression is observed.”
r1_alpha4 (2e)“This is a single axial slice... The lesion area is in the right side of the brain with heterogeneous signals... Edema significant... Necrosis and ventricular compression present.”
r4_alpha4“The lesion area is in the right parietal lobe with heterogeneous signals... Edema prominent... Necrosis indicated by low-signal regions... Ventricular compression observed.”
r16_alpha16“The histology image shows: The tumor area is in the right frontal lobe... Edema significant... Necrosis observed... Ventricular compression evident.”

🐶 Example 3 — Natural Image (Puppies)

🖼️ Image: Puppies Example

ModelExample Response
Original“The image shows two golden retriever puppies... standing on a lush green lawn covered with flowers... evokes a sense of joy and nature.”
r1_alpha2“A heartwarming photo of two golden retriever puppies in a field of colorful flowers... playful and happy expressions... warm and inviting atmosphere.”
r1_alpha4“Two golden retriever puppies playing in a field of wildflowers... vibrant green meadow... cheerful and heartwarming scene.”
r1_alpha4 (2e)“Two adorable golden retriever puppies... one playfully nudging the other's nose... lush green meadow with scattered flowers.”
r4_alpha4“Two golden retriever puppies standing side-by-side in a field of wildflowers... one grinning, one more subdued... sunny meadow atmosphere.”
r16_alpha16“A pair of golden retriever puppies in a meadow... both looking at the camera with happy expressions... soft and natural lighting.”

💬 Observations

  • Fine-tuning on domain data improves medical accuracy, especially MRI lesion descriptions.
  • Higher LoRA ranks (e.g., r=16) slightly improve quantitative metrics but cause catastrophic forgetting — the model loses general descriptive ability on unrelated domains.
  • For small or specialized datasets, lighter LoRA configurations (r=1, α=4, 1–2 epochs) offer the best balance between specialization and generalization.
  • In such limited-data scenarios, techniques like context engineering or prompt-based adaptation are often more efficient than full fine-tuning.
  • This aligns with current research and discussions on when to fine-tune versus when to leverage better prompting strategies.

📚 References: