Casper666 commited on
Commit
a657dee
Β·
1 Parent(s): 0fb110e

readme update

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -5,4 +5,17 @@ tags:
5
  - medical
6
  - report
7
  - generation
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - medical
6
  - report
7
  - generation
8
+ ---
9
+
10
+ # πŸ₯ PathGenIC: Histopathology Image Report Generation with Multimodal In-Context Learning
11
+
12
+ **PathGenIC** is a multimodal in-context learning framework designed for **automatic medical report generation from histopathology images**. It enhances traditional vision-language models by integrating:
13
+ - **Nearest Neighbor**: Dynamically retrieves similar cases for context.
14
+ - **Guideline**: Follows structured diagnostic rules for consistency.
15
+ - **Feedback**: Learns from mistakes to refine report generation.
16
+
17
+ We fine-tuned Quilt-Llava-v1.5-7b on **HistGen** Dataset, and achieves **state-of-the-art** performance with PathGenIC in BLEU, METEOR, and ROUGE-L scores.
18
+
19
+ πŸ”— **[GitHub Repository](https://github.com/casperliuliuliu/PathGenIC)** | πŸ“„ **MIDL 2025 (Under Review)**
20
+
21
+ πŸ‘‰ Download the pretrained model and put it at the model_weight folder.