Models & Five-Agent Architecture
GlassBox uses a single shared foundation backbone (UNI) with lightweight per-organ diagnosis heads, fine-tuned SAM2 for promptable cell segmentation, and an adversarial multi-agent verification loop.
The Five Agents
Indexes gigapixel whole-slide pyramids, extracts candidate tissue patches, and coordinates the multi-agent investigation state machine.
Extracts deep visual embeddings and segments individual cell nuclei and tissue boundaries into addressable masks.
Aligns spatial transcriptomic barcode sequencing with morphology to surface diagnostically relevant regions.
Formulates diagnostic hypotheses and adversarially challenges them across 7 confidence components, triggering loopback on discordance.
Synthesizes formal 6-section clinical diagnostic reports citing verified evidence and powers interactive clinician Q&A.
Per-Organ Diagnosis Heads (Frozen UNI Backbone)
UNI is a shared foundation backbone, not retrained per organ. A lightweight classification head is fine-tuned per organ on top of frozen UNI embeddings — standard practice, avoids retraining a large model per organ, and is straightforward to defend.
| ORGAN | DATASETS (PRIMARY + REFS) | DIAGNOSIS MODEL | CLINICAL TARGET (DEMO CASE) | ACTION |
|---|---|---|---|---|
| Breast | HEST-1k (Breast subset) + TCGA-BRCA, CAMELYON16/17, BreakHis | UNI embeddings + fine-tuned classification head | Invasive Ductal Carcinoma (IDC), Nottingham Grade II, ER+/HER2- | Inspect in Demo → |
| Lung | HEST-1k (Lung subset) + TCGA-LUAD, TCGA-LUSC | UNI embeddings + fine-tuned classification head | Invasive Lung Adenocarcinoma (LUAD), Acinar predominant with lepidic margin | Inspect in Demo → |
| Colorectal | HEST-1k (Colon subset) + TCGA-COAD/READ, NCT-CRC-HE-100K | UNI embeddings + fine-tuned classification head | Colorectal Adenocarcinoma, Moderately Differentiated, MSI-High phenotype | Inspect in Demo → |
| Prostate | HEST-1k (Prostate subset) + PANDA, TCGA-PRAD | UNI embeddings + fine-tuned classification head | Prostatic Adenocarcinoma, Gleason Score 4+3=7 (ISUP Grade Group 3) | Inspect in Demo → |
Pipeline-Wide Models (Shared Across All Organs)
Core models and methods shared across the diagnostic pipeline regardless of organ context.
Cell- and region-level segmentation producing promptable contours from point/box prompts.
Reference benchmark and ground truth label source. Not the runtime deliverable.
Shared backbone providing frozen embeddings for grounding sampled patches and feeding organ diagnosis heads.
Delineates regions by molecular identity, not appearance alone.
Generates grounded impressions constrained to cite exact regions.
Independent hypothesis verification; rejection/escalation logic lives in the orchestrator.