MSX-Sentinel: Anatomically-Aware Diagnostic Framework
A multi-stage AI pipeline bridging high-performance computing (HPC) and Clinical VLMs to automate pathogen detection and host-response analysis in aquaculture.

About the Project
Engineering Challenges
01Multi-Scale Coordinate Synchronization
Mapping findings from a 1.25x macro-view down to a 40x high-resolution parasite location across a 130GB image file.
Solution: Developed a custom Level 0 Global Coordinate normalization system. All detections and anatomical regions are mapped to a unified pixel-grid, allowing for seamless 'drill-down' navigation between different magnification levels without data loss.
02Domain-Specific VLM Hallucinations
Generalist AI models lack the visual vocabulary for bivalve histology, often confusing host immune cells with parasites.
Solution: Implemented a 'Structural Ontology' prompting strategy. Instead of open-ended descriptions, the VLM is forced to fill a strict clinical JSON schema grounded by visual few-shot exemplars, increasing morphological verification accuracy.