No. 15 - The Spa That Wants to Replace Your MRI

No. 15 - The Spa That Wants to Replace Your MRI

On June 18, Midjourney — the company that built its reputation generating AI images from text prompts — announced a full-body medical imaging device and a new division, Midjourney Medical. The Midjourney Scanner is a full-body ultrasound device that produces a complete body image in roughly 60 seconds without radiation or magnetic fields. A new division, Midjourney Medical, will build the device, positioned as a faster, lower-cost alternative to MRI. The scanner works by lowering a person on a platform into a shallow pool of water ringed with half a million ultrasonic sensors. Soundwaves fire through the body from every angle, generating terabytes of data per second. A compute cluster reconstructs the waves into 3D cross-sectional images of muscle, fat, bone and organs — a method Midjourney calls Ultrasonic CT.

The imaging physics is not Midjourney's own. The scanner is built on a co-development and exclusive licensing agreement with Butterfly Network, signed in November 2025, worth up to $74 million over five years per Butterfly's regulatory filing. The prototype uses 40 Butterfly Ultrasound-on-Chip modules — transducers fabricated on silicon chips using semiconductor manufacturing. Notably, none of the licensed technology is generative AI: the part of Midjourney that made it famous has nothing to do with how this scanner forms images.

Several things about this announcement deserve careful separation. The underlying technology is real and the Butterfly partnership is established. Ultrasonic computed tomography — reconstructing 3D volumes from multi-angle ultrasound — is a known physical principle, and Butterfly's ultrasound-on-chip platform has independent clinical credibility in point-of-care imaging. What is not verified is the performance claim: CEO David Holz said the system aims for image quality comparable to MRI in many ways — but about a dozen people have been scanned so far, and the company has not published comparative imaging data against an MRI baseline. "Comparable to MRI at nearly a hundred times the speed" is a marketing claim, not a clinical result. The history of consumer wellness devices that position themselves as diagnostic-adjacent without the evidence to back it — a category that has burned investors and patients before — demands this distinction be maintained.

What is strategically significant is the go-to-market design. Midjourney is deliberately starting by offering body-composition maps rather than diagnoses, and will submit test results to the FDA incrementally for expanded capabilities over time. Holz framed the scanner's first deployment around a consumer wellness destination where scans are a byproduct of the visit — the Midjourney Spa, planned for a 25,000-square-foot space in San Francisco, will include hot tubs, saunas, cold plunges and a gym. This is a calculated regulatory approach: launch under wellness, where FDA premarket clearance is not required, generate longitudinal scan data at scale, and use that data to pursue expanded diagnostic clearance. It mirrors the playbook consumer wearables used to enter clinical-adjacent territory — and it worked.

For the clinical AI community, the most consequential implication is not the scanner itself but the data flywheel it creates. Midjourney's stated goal is a fleet of over 50,000 scanners worldwide by 2031 with a total scanning capacity of a billion scans a month. If even a fraction of that materializes, it would constitute the largest longitudinal whole-body imaging dataset in existence — dwarfing any existing clinical archive and representing extraordinary training substrate for the kind of foundation models this newsletter covers weekly. That is worth watching regardless of whether the device ever receives FDA clearance for diagnosis.

The risk profile is real. The skeptical read is that a consumer spa selling near-diagnostic body scans is closer to the Theranos-era wellness category than to medical imaging, and that comparing a 60-second underwater ultrasound to MRI sets an expectation the device may not meet under FDA scrutiny. The board should note that Butterfly Network's shares climbed 17% on the announcement, suggesting markets are pricing in a non-trivial probability of success. Whether that probability is warranted will be answered not by this week's announcement, but by the imaging data Midjourney publishes — or doesn't — over the next two years.

Pre-Print Intelligence (arXiv)

Revisiting LLM Adaptation for 3D CT Report Generation: A Study of Scaling and Diagnostic Priors

Brief: This study introduces RAD3D-Prefix, a parameter-efficient framework that integrates diagnostic priors into frozen large language models to generate reports from 3D CT volumetric data. By conditioning on multi-label classification logits rather than full fine-tuning, the method mitigates hallucination and overfitting while demonstrating superior out-of-domain generalization across varying model scales. The approach specifically addresses the semantic gap between 3D visual features and clinical terminology without requiring extensive computational resources.

Methodological Integrity: While the study validates performance through automatic metrics and a clinical reader study, the reliance on specific diagnostic priors introduces a potential dependency on the quality of the upstream classification model. The evaluation of out-of-domain generalization requires scrutiny regarding the diversity of the test datasets to ensure robustness against real-world data entropy and scanner variability.

Strategic Implication: This technology offers a viable pathway to deploy high-fidelity radiology AI in resource-constrained environments by reducing the computational barrier to entry and minimizing the risk of clinical hallucination. However, its value is currently limited to a passive reporting workflow rather than the ambient, proactive, or agentic execution layers required to displace legacy systems of record.

Executive Summary: RAD3D-Prefix achieves state-of-the-art 3D CT report generation by freezing LLM parameters and injecting diagnostic priors, effectively balancing clinical accuracy with computational efficiency. The method proves that smaller, specialized adaptation strategies outperform full fine-tuning for volumetric medical imaging tasks.

Innovation: 7/10 | Applicability: 8/10 | Commercial Viability: 7/10

MedRLM: Recursive Multimodal Health Intelligence for Long-Context Clinical Reasoning, Sensor-Guided Screening, Evidence-Grounded Decision Support, and Community-to-Tertiary Referral Optimization

Brief: MedRLM proposes a recursive multimodal framework that treats patient cases as dynamic environments for iterative inspection, integrating EHR, imaging, and sensor data via a Clinical Evidence Graph Memory. The system employs uncertainty-gated refinement and sensor-guided triggers to move beyond static question answering toward auditable, workflow-aware clinical decision support and referral optimization.

Methodological Integrity: The reliance on public and credentialed datasets for evaluation presents a validation gap regarding real-world data entropy and the specific noise profiles of unstructured clinical workflows. The proposed recursive architecture introduces significant computational latency risks that may conflict with the requirement for ambient, zero-screen-time intervention in acute settings.

Strategic Implication: This architecture directly addresses the need for multiplayer orchestration across the care continuum by automating complex referral logic and evidence synthesis, potentially displacing legacy EHR decision support modules. However, its commercial success depends on transitioning from a centralized reasoning engine to an ambient, on-device agent to meet strict privacy and latency constraints.

Executive Summary: MedRLM introduces a recursive, agent-based approach to clinical reasoning that synthesizes heterogeneous longitudinal data for evidence-grounded decision support. While the theoretical framework aligns with advanced multimodal integration, its practical deployment requires rigorous validation against real-world data chaos and latency benchmarks.

Innovation: 8/10 | Applicability: 6/10 | Commercial Viability: 7/10

Scalable Training of Spatially Grounded 2D Vision-Language Models for Radiology

Brief: RadGrounder is a PaliGemma 2-based (3B) vision-language model trained on RefRad2D, a 1.2M-pair bilingual (German/English) CT and MRI dataset derived from a decade of clinical routine at a single university hospital. The dataset is generated via an automated pipeline using TotalSegmentator for anatomical segmentation, LLM-based caption rewriting and keyword extraction, and GPT-OSS-driven QA generation (~9.6M VQA pairs). RadGrounder jointly performs report generation, VQA, and spatial grounding via token-based bounding-box prediction, achieving Slake F1 of 87.7 and VQA-RAD open F1 of 50.7 — competitive with or exceeding BiomedGPT, LLaVA-Med, and Med-Gemini — while introducing a novel Grounding-IoU metric that jointly evaluates spatial and semantic fidelity.

Methodological Integrity: The entire training corpus originates from a single institution, and the paper explicitly acknowledges the absence of multi-center validation; spatial grounding targets anatomical structures via TotalSegmentator rather than pathological findings, a meaningful limitation for clinical lesion-level utility. The LLMScore metric, while validated against radiologist ratings (Pearson r = 0.977), uses Gemma 3 as evaluator — a potential circularity given the same model family is used in training pipelines.

Strategic Implication: The fully automated pipeline from raw clinical PACS data to spatially grounded VLM training is the most commercially replicable contribution — it provides a template for health systems to build proprietary, spatially verifiable radiology AI from existing infrastructure without manual annotation budgets, provided multi-center validation confirms generalizability.

Executive Summary: RadGrounder demonstrates that large-scale automated curation of clinical radiology data can produce a bilingual, spatially grounded VLM competitive with purpose-built medical VLMs on standard benchmarks, with token-based bounding-box detection providing effective localization at no cost to VQA performance. Single-center derivation limits immediate deployment claims; code and models pending public release upon acceptance; DFG and Baden-Württemberg funded, no COI declared.

Innovation: 7/10 | Applicability: 6/10 | Commercial Viability: 7/10

GEN-Guard: Correcting Generalization Failures for Deployable Federated Surgical AI

Brief: GEN-Guard is a post-hoc framework that addresses a specific and largely unrecognized failure mode in federated learning for surgical AI: Model Selection Failure (MSF), defined as the condition where the model selected via internal federation validation diverges from the model that best generalizes to unseen institutions. The framework combines Client-Blocked Evaluation (CBE) — which validates on a held-out client distribution as a worst-case generalization proxy — with Disagreement-Aware Distillation (DAD), a lightweight unsupervised correction that transfers feature-level knowledge from the CBE-selected model to the conventionally-selected model. Evaluated on laparoscopic cholecystectomy phase recognition and colonoscopy polyp segmentation across multi-center datasets, GEN-Guard corrects MSFs that occurred in 82.6% of 46 experiments.

Methodological Integrity: The 82.6% MSF rate is striking but arises from repeated cross-validation experiments on two datasets under controlled conditions; real-world FL deployments span far more heterogeneous federation configurations than the 5- and 6-center setups evaluated here. GEN-Guard's detection accuracy depends on the representativeness of the blocked client validation set, a dependency the authors acknowledge but do not fully characterize. COI: two co-authors are founders of Scialytics.

Strategic Implication: Performance leakage is a deployment-layer risk that existing FL literature systematically underreports; GEN-Guard's post-hoc, optimizer-agnostic design means it can be layered onto existing federated training pipelines without renegotiating data-sharing agreements or modifying training protocols — a meaningful practical advantage for health system AI procurement.

Executive Summary: GEN-Guard identifies and corrects federated model selection failures in surgical video AI with consistent F1 improvements of 2–9 points across in-federation, held-out, and out-of-federation clients, operating without additional training communication rounds or ground-truth labels. Accepted at IPCAI 2026; Strasbourg/Gemelli consortium with surgical AI commercialization interest.

Innovation: 7/10 | Applicability: 7/10 | Commercial Viability: 6/10

Predicting Immune Biomarkers with MultiModal Mixture-of-Expert Pathology Foundation Models Empowers Precision Oncology

Brief: MixTIME is a multimodal mixture-of-experts (MoE) pathology foundation model that predicts multiplex immunofluorescence (mIF) protein expression at pixel resolution from standard H&E whole-slide images by dynamically routing across four expert models: image-only (UNIv2), image-text (CONCHv1.5), image-transcriptomic (STPath), and image-mIF (GigaTIME). Benchmarked across 17 protein markers on the ORION and HEMIT datasets, MixTIME achieves top-ranked Pearson and Spearman correlations against six competing methods. Downstream applications include spatial domain clustering, survival prediction, biomarker-enhanced pathology report generation, and longitudinal protein expression tracking across clinical time points.

Methodological Integrity: The pathologist evaluation for report generation is conducted on 10 ROIs from a single WSI with four evaluators — insufficient for statistical conclusions; the mIF-enhanced model reduces conciseness significantly and does not uniformly outperform simpler baselines across all five dimensions. Drug resistance and longitudinal analyses are exploratory with no prospective clinical validation; the TCGA and Harvard WSI datasets require gated access, limiting external reproducibility.

Strategic Implication: Converting routine H&E slides into predicted protein maps eliminates the cost and throughput bottleneck of physical mIF staining, with direct implications for immuno-oncology biomarker qualification in clinical trials and companion diagnostic workflows; the 3–5 year path to deployment requires multicenter prospective validation and regulatory engagement, neither of which is initiated.

Executive Summary: MixTIME demonstrates state-of-the-art mIF prediction from H&E images across 17 protein markers via multimodal MoE fusion, with promising but methodologically preliminary downstream applications in report generation and longitudinal tumor microenvironment analysis. No COI declared; Yale IRB approved; code publicly available.

Innovation: 8/10 | Applicability: 5/10 | Commercial Viability: 6/10

PubMed Gems

Modeling day-long ECG signals to predict heart failure risk with explainable AI.

Brief: DeepHHF utilizes a deep learning architecture to analyze 24-hour single-lead ECG Holter data, achieving an AUC of 0.80 for five-year heart failure risk prediction. The model outperforms traditional 30-second segment analysis and clinical scores by capturing paroxysmal arrhythmias, with explainability features confirming focus on relevant cardiac abnormalities. High-risk stratification by the model correlates with a two-fold increase in hospitalization or mortality events.

Methodological Integrity: The study leverages a large, real-world dataset (69,663 recordings) which mitigates sample size concerns, though the 20-year collection span introduces potential temporal distribution shifts and label noise risks. Validation against a clinical score and short-segment models is robust, but external validation on diverse demographic cohorts and prospective clinical trials are required to confirm generalizability beyond the Technion-Leumit population.

Strategic Implication: This technology shifts heart failure management from reactive acute care to proactive, continuous monitoring, aligning with value-based care models that prioritize preventative intervention. Its low-cost, single-lead hardware requirement enables scalable deployment in primary care and remote patient monitoring programs, potentially reducing long-term hospitalization costs.

Executive Summary: DeepHHF demonstrates that continuous 24-hour ECG analysis via deep learning significantly improves five-year heart failure risk prediction compared to standard clinical metrics. The approach offers a non-invasive, explainable, and commercially viable pathway for early intervention in high-risk geriatric populations.

Innovation: 8/10 | Applicability: 9/10 | Commercial Viability: 9/10

AI Clinical Trials (ClinicalTrials.gov)

Two-component Radiology-guided Autonomous Cascade Engine (TRACE)

Brief: TRACE is a prospective randomized crossover trial evaluating whether the TRACE AI decision-support system improves radiologist accuracy for preoperative gastric cancer T-staging on contrast-enhanced CT. Fifty-four radiologists from tertiary and non-tertiary hospitals will each interpret 60 pathologically confirmed gastric cancer cases (T1–T4b, drawn from a 1,000-case pool) in both AI-assisted and unassisted conditions, separated by a one-month washout. Primary endpoint is staging accuracy change; secondary endpoints include inter-reader agreement, stratified accuracy by T-stage, reading time, and the influence of AI probability outputs on physician decision-making.

Methodological Integrity: The crossover design with one-month washout is methodologically appropriate for reader studies, but the 54-radiologist sample is reader-level underpowered for subgroup analyses by T-stage and experience level, and the 60-case-per-reader sample is drawn from a single institution's historical archive. No independent data monitoring committee; no FDA/CE regulatory pathway described; TRACE system development and validation dataset origins are unspecified in the registration.

Strategic Implication: Preoperative T-staging accuracy directly determines surgical strategy in gastric cancer — a high-volume indication in East Asian markets where gastric cancer incidence drives substantial imaging demand; a validated AI-assist tool in this workflow has clear procurement relevance for Chinese tertiary oncology centers, though Western regulatory and market pathways remain undefined.

Executive Summary: TRACE is a rigorously designed reader-level crossover trial for AI-assisted gastric cancer staging with a realistic completion timeline (August 2026), but single-center case derivation, absence of regulatory engagement, and undisclosed AI system provenance leave key commercial viability questions unresolved pending results.

Innovation: 6/10 | Applicability: 6/10 | Commercial Viability: 5/10