AI Research / Computer Vision
STAMP-Net: Oral Cancer AI
Published research on oral cancer histopathology classification using attention-based multiple-instance learning with adversarial stain disentanglement.
View Live ↗Co-author
Role
IJNRD
Published
01 — Problem
Early cancer detection in histopathology slides suffers from high misdiagnosis risk, and slide staining varies enough across labs to break models trained on a single source.
02 — Context
Whole-slide pathology images are too large for a CNN to see at once, and pathologists need tools that hold up across labs, not just the lab that produced the training data.
03 — System Built
STAMP-Net: a stain-invariant feature extractor combined with attention-based multiple-instance learning (ABMIL), plus an adversarial mechanism that strips out stain-color bias.
04 — Engineering
Implemented in PyTorch. Used attention-based MIL so the model learns which regions of a whole-slide image matter without needing patch-level labels, and adversarial training to disentangle stain color from diagnostic signal.
05 — Decisions
Chose attention-based MIL specifically because it gives interpretability — which region of the slide drove the classification — which matters for medical AI in a way raw accuracy doesn't.
06 — Result
Published in IJNRD.
07 — What I Learned
Model interpretability (attention maps) mattered as much to reviewers as raw classification accuracy for a medical-imaging paper.
08 — Next Iteration
Extend the model to other carcinoma types and package it as a web-based tool for pathologists.
