Useful slices are sparse
Small abnormalities may be visible only briefly, while the full MRI study contains a large amount of normal or redundant anatomy.
Medical imaging / study classification
An exploratory attention architecture that preserves local slice evidence before aggregating it into a volume-aware study prediction.
Interactive architecture
Each slice gets its own representation before attention decides how evidence should combine across the scan.
Case study
Small abnormalities may be visible only briefly, while the full MRI study contains a large amount of normal or redundant anatomy.
Patch tokenization and self-attention encode content within slices; inter-slice aggregation then assigns importance across the volume.
The public repository contains exploratory notebooks for architecture, data handling, training experiments, and visual inspection.
Architecture detail
Preserve the ordered MRI sequence as the primary unit of analysis.
Represent local structures within each slice through attention-ready visual tokens.
Learn which slice representations should carry weight in the study-level summary.
Convert the aggregated volume representation into the target diagnostic output.
Evidence boundary
The repository records architectural exploration and model-development work. It does not claim clinical validation or deployment readiness.