Anirudh Balaraman commited on
Commit
f66a621
·
unverified ·
1 Parent(s): 6727502

Update index.md

Browse files
Files changed (1) hide show
  1. docs/index.md +4 -3
docs/index.md CHANGED
@@ -6,7 +6,7 @@
6
 
7
  **Weakly Supervised Attention-Based Deep Learning for Prostate Cancer Characterization from Bi-Parametric Prostate MRI.**
8
 
9
- WSAttention-Prostate is a two-stage deep learning pipeline that predicts clinically significant prostate cancer (csPCa) risk and PI-RADS score( 2 to 5) from T2-weighted, DWI, and ADC bpMRI sequences. It uses 3D patch-based Multiple-Instance Learning (MIL) to first classify PI-RADS scores, then predict csPCa risk — all without requiring lesion-level annotations.
10
 
11
  ## Key Features
12
 
@@ -19,10 +19,11 @@ WSAttention-Prostate is a two-stage deep learning pipeline that predicts clinica
19
  ## Pipeline Overview
20
 
21
  ```mermaid
 
22
  flowchart LR
23
  A[Raw MRI\nT2 + DWI + ADC] --> B[Preprocessing]
24
- B --> C[Stage 1:PI-RADS Classification]
25
- C --> D[Stage 2:csPCa Prediction]
26
  D --> E[Risk Score + Top-5 Salient Patches]
27
  ```
28
 
 
6
 
7
  **Weakly Supervised Attention-Based Deep Learning for Prostate Cancer Characterization from Bi-Parametric Prostate MRI.**
8
 
9
+ WSAttention-Prostate is a two-stage deep learning pipeline that predicts clinically significant prostate cancer (csPCa) risk and PI-RADS score (2 to 5) from T2W, DWI, and ADC bpMRI sequences. The backbone is a patch based 3D Multiple-Instance Learning (MIL) model pre-trained to classify PI-RADS scores and fine-tuned to predict csPCa risk — all without requiring lesion-level annotations.
10
 
11
  ## Key Features
12
 
 
19
  ## Pipeline Overview
20
 
21
  ```mermaid
22
+ %%{init: {'themeVariables': { 'fontSize': '20px' }}}%%
23
  flowchart LR
24
  A[Raw MRI\nT2 + DWI + ADC] --> B[Preprocessing]
25
+ B --> C[Stage 1:</br>PI-RADS Classification]
26
+ C --> D[Stage 2:</br>csPCa Prediction]
27
  D --> E[Risk Score + Top-5 Salient Patches]
28
  ```
29