Model: google/medgemma-1.5-4b-it and google/medgemma-1.5-27b-it
Description:
When providing CT DICOM images as input, MedGemma 1.5 consistently outputs a X-ray report template instead of CT-specific findings, regardless of body part, prompt engineering, or image preprocessing.
Example output:
FINDINGS: The lungs are clear without focal consolidation. No pleural effusion
or pneumothorax is seen. The cardiomediastinal silhouette is normal.
IMPRESSION: No acute cardiopulmonary process.
This is a standard X-ray report format, not a CT radiology report.
Reproduction conditions:
Modality: CT
BodyPartExamined: CHEST, ABDOMEN, HEAD (all tested)
Preprocessing: Both standard windowing and the 3-channel windowing method from the official high_dimensional_ct_hugging_face.ipynb notebook were tested
What was tried:
Explicit prompt instructions: "This is a CT scan. Do NOT use X-ray report format."
3-channel windowing as described in the official CT notebook [(-1024, 1024), (-135, 215), (0, 80)]
Both 4b and 27b models produce identical output
Expected behavior:
CT-specific findings appropriate for the scanned body part.
Model: google/medgemma-1.5-4b-it and google/medgemma-1.5-27b-it
Description:
When providing CT DICOM images as input, MedGemma 1.5 consistently outputs a X-ray report template instead of CT-specific findings, regardless of body part, prompt engineering, or image preprocessing.
Example output:
FINDINGS: The lungs are clear without focal consolidation. No pleural effusion
or pneumothorax is seen. The cardiomediastinal silhouette is normal.
IMPRESSION: No acute cardiopulmonary process.
This is a standard X-ray report format, not a CT radiology report.
Reproduction conditions:
Modality: CT
BodyPartExamined: CHEST, ABDOMEN, HEAD (all tested)
Preprocessing: Both standard windowing and the 3-channel windowing method from the official high_dimensional_ct_hugging_face.ipynb notebook were tested
What was tried:
Explicit prompt instructions: "This is a CT scan. Do NOT use X-ray report format."
3-channel windowing as described in the official CT notebook [(-1024, 1024), (-135, 215), (0, 80)]
Both 4b and 27b models produce identical output
Expected behavior:
CT-specific findings appropriate for the scanned body part.