forked from arvindkrishna87/STAT390_project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
23 lines (13 loc) · 1.33 KB
/
index.qmd
File metadata and controls
23 lines (13 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "Fall 2024 STAT390 (CMIL Classification)"
---
**Aim: The objective of this project is to identify the severity of potential eye cancer by looking at a particular eye tissue of the patient.**
In medical terms, we want to develop a machine learning model to accurately classify *Conjunctival melanocytic intraepithelial lesions **(C-MIL)*** as per the *WHO 2022 classification system*. Providing a reproducible and accurate grading of C-MIL will help doctors select the most appropriate management plan for the patient.
The Northwestern University STAT390 Class of Fall 2024 has made the following progress on this project:
{fig-align="center"}
**Step 1:** Extracting tissue slices from Whole Slice Images (**WSI**) using QuPath
**Step 2:** Matching similar tissue slices across the different stains (**H&E, Melan-A, Sox-10**) for each patient when there is a correct match
**Step 3:** Detecting and extracting the epithelium and stroma for each tissue slice. Send to pathologist team
- *Pathologist Team will annotate H&E slice with high grade, low grade, and benign regions and send back to us*
**Step 4:** Orienting matched slices and apply patching across epithelium for matched slices
**Literature Review**: Researched adaptive pooling, cross view transformer, advantages of square patches, padding effect, etc.