top of page

NVIDIA MONAI Cardiac Care Cuts a 30-Minute Transplant Task to Seconds, but Complex Hearts Remain the Test

2 hours ago
14 min read

NVIDIA MONAI cardiac care has turned a 30-minute imaging task into a calculation that Cincinnati Children’s says its AI model can complete within seconds. The system estimates total cardiac volume from CT scans to support donor-recipient matching in pediatric heart transplantation. Yet its largest errors appeared in the abnormal hearts that matter most.

That tension makes this more than another hospital AI demonstration. Cincinnati Children’s is trying to replace a slow, specialist-dependent measurement with an open-source workflow that other transplant centers can adopt. The model performed well across a retrospective dataset, but clinical deployment demands more than a strong average.

The project also challenges the traditional practice of matching donor hearts primarily through body weight. A child with congenital heart disease can have a heart size that differs substantially from what body weight suggests. Total cardiac volume offers a more direct measurement, while AI aims to make that measurement available during time-sensitive organ offers.

Cincinnati Children’s Built NVIDIA MONAI Cardiac Care Around a Time-Critical Decision

The immediate change is simple: a transplant team can obtain a heart-volume estimate without manually tracing hundreds of CT images.

Pediatric heart transplant teams must decide quickly whether a donated heart fits a waiting child. The conventional assessment uses the donor’s and recipient’s weight, height, and clinical judgment. Those measurements provide useful approximations, but they do not show the heart’s actual three-dimensional size.

That limitation matters for children with congenital heart disease. Surgery, chamber dilation, single-ventricle circulation, and other anatomical differences can weaken the relationship between body size and cardiac volume. A donor heart rejected under a weight-based rule might still fit the available space inside a recipient’s chest.

Cincinnati Children’s researchers have been studying total cardiac volume, or TCV, as an alternative measurement. TCV represents the complete three-dimensional volume enclosed by the heart’s outer surface. Clinicians can derive it by segmenting a CT scan, meaning they identify the heart across a stack of medical images.

The manual workflow is accurate but slow. Ryan Moore, a physician and digital health leader at Cincinnati Children’s, said processing more than 300 images takes about 30 minutes. That delay is especially difficult when an organ offer arrives overnight and a surgical team faces a narrow decision window.

The hospital’s model automates that segmentation step. According to a pediatric transplant report, the AI can complete the calculation within seconds. The workflow uses MONAI, the Medical Open Network for AI, an open-source framework built for healthcare imaging.

MONAI provides medical-image transforms, model components, annotation tools, and deployment formats. NVIDIA and King’s College London introduced the project in 2019, and a wider group of clinical and research institutions now contributes to it. The framework is based on PyTorch but adds features designed around formats such as DICOM, which hospitals use to exchange medical images.

Cincinnati Children’s did not simply download a finished transplant product. Its researchers developed a custom three-dimensional convolutional neural network, or 3D-CNN, and used previously segmented scans as reference data. The network learns spatial patterns across complete CT volumes instead of processing each image as an isolated frame.

This distinction is important. The clinical task is not detecting a generic heart in a typical scan. It is tracing the complete external boundary accurately enough to calculate volume, including in patients whose anatomy differs from common training examples.

The project therefore combines an open development foundation with hospital-specific research. MONAI reduces the need to build every imaging component from scratch. Cincinnati Children’s still must supply data, clinical definitions, integration work, and evidence that the resulting measurement is safe enough to inform care.

The NVIDIA AI heart transplant story is ultimately about that last mile. Open code can shorten model development, but it does not remove the work required to connect an algorithm with imaging systems, transplant protocols, and accountable clinical review.

Why Total Cardiac Volume Challenges Weight-Based Matching

AI matters here because it can make a more anatomically relevant measurement practical during an organ offer, not because it replaces transplant judgment.

Body-weight matching remains familiar because weight is available for nearly every donor and recipient. It allows transplant centers to make a fast comparison without obtaining new images or running specialized software. Its simplicity also makes decisions easier to communicate across institutions.

However, weight is a proxy for heart size. Two children with similar weights can have different cardiac volumes, especially when one has congenital heart disease. The reverse can also happen, with a relatively small child having an enlarged heart and enough chest capacity for a donor organ that appears oversized by weight.

Earlier Cincinnati Children’s research illustrated this mismatch. A retrospective study compared 13 patients with congenital heart disease against 94 controls. Eight of those 13 patients had imaging-derived volumes corresponding to a listing weight more than 130% of their actual weight.

Six of those eight patients also had moderate-to-severe chamber dilation documented through echocardiography or cardiac magnetic resonance imaging. The findings suggested that weight-based screening could exclude potentially usable donors for some children with enlarged or surgically altered hearts.

That study was small and conducted at one center. It did not establish that every volume-compatible organ would produce a successful transplant. It did show why a direct anatomical measurement deserves further study.

A later predictive model used sex, height, and weight to estimate total cardiac volume when donor imaging was unavailable. Its strongest model reached an R-squared value of 0.98 in the testing set, with a mean absolute percentage error of 8.6%. R-squared describes how closely the model’s estimates track observed variation.

These approaches address different operational situations. Direct CT segmentation can measure volume when suitable images exist. A predictive model can provide an estimate when a donor CT scan is unavailable or cannot be transferred quickly.

Automated segmentation makes the imaging route more realistic. A specialist no longer needs to spend 30 minutes tracing the heart before the team can consider the volume ratio. The software can generate an initial measurement, while the clinician reviews the image and decides whether the result makes anatomical sense.

This is where NVIDIA MONAI cardiac care creates pressure on older workflows. Weight-based matching will not disappear merely because a model processes CT images quickly. Transplant programs will face a harder question: when should they incorporate a direct volume measurement alongside established criteria?

The answer depends on more than segmentation accuracy. A center needs timely access to the donor scan, reliable image transfer, compatible software, and trained staff. It also needs policies for handling disagreement between weight, predicted volume, measured volume, and surgical judgment.

Clinical teams must understand what the number includes. Total cardiac volume measures the outer cardiac envelope, rather than the internal volume of a single chamber. Image contrast, scan quality, prior surgery, implanted material, and anatomical distortion can all affect the visible boundary.

Transplant decisions also involve blood type, immune compatibility, organ function, distance, ischemic time, and the recipient’s condition. A better size estimate can improve one part of the decision without resolving the rest.

The most credible interpretation is therefore narrower than a claim that AI finds the correct donor. NVIDIA AI heart transplant software can accelerate a measurement that may widen consideration of donor offers. The transplant team remains responsible for determining whether an organ is acceptable.

How NVIDIA MONAI Works Inside the Imaging Pipeline

MONAI supplies reusable medical-imaging infrastructure, while the hospital supplies the clinical target, curated scans, and deployment discipline.

The published model used CT scans from patients between birth and 30 years old. Researchers manually segmented the scans to create ground-truth masks, which served as the reference boundaries during training and evaluation.

The team identified 314 subjects. It used 270 for training and reserved 44 for validation. The validation group contained 36 subjects with normal cardiac anatomy and eight patients with heart disease who were listed for transplantation.

Its custom network combined a DenseNet architecture with residual elements associated with ResNet. DenseNet connects layers so that later stages retain information from earlier stages. Residual connections help deep networks learn changes without losing the original signal.

The model received a three-dimensional CT volume and produced a segmentation mask around the heart. Researchers calculated TCV from that mask and compared it with the manually produced reference. This is how NVIDIA MONAI works in the project: it supports an imaging pipeline, while the trained hospital model performs the specific segmentation.

The peer-reviewed study reported an average Dice similarity coefficient of 0.94 in the validation group. Dice measures the overlap between predicted and reference regions, with 1 representing complete overlap.

The mean absolute percentage error for estimated cardiac volume was 5.5%. The average absolute difference was 29 milliliters, and predicted volume correlated strongly with the manual measurement. Researchers found no significant association between Dice performance and age, weight, height, sex, or total cardiac volume.

Those results support the model’s ability to reproduce manual measurements across a varied age range. They do not show that the system improved transplant survival. The study measured segmentation performance, not patient outcomes or changes in organ acceptance.

That distinction often gets lost when medical AI moves from a research paper into a technology story. Technical validation asks whether a model can reproduce a defined measurement. Clinical validation asks whether using that measurement improves decisions and outcomes without creating new harms.

MONAI helps bridge development and clinical infrastructure through several related components. MONAI Core supports model training and healthcare-specific data processing. MONAI Label assists annotation, while MONAI Deploy packages inference applications for integration with clinical systems.

A MONAI Application Package can bundle a model with the logic required to receive an imaging study and return a result. It can connect with DICOM-based systems and help institutions reproduce a defined application. This packaging addresses a common failure point in medical AI, where promising research code never becomes a reliable hospital service.

Open source also makes the pipeline inspectable. Hospital engineers can review components, adapt interfaces, and document changes. Researchers at different centers can test similar workflows without negotiating access to one proprietary application.

Yet open source does not mean deployment is automatic. Moore has described the integration work as a difficult process that someone must solve before the system becomes close to plug and play. Every hospital has its own network boundaries, imaging archives, access policies, and security reviews.

Teams need version control for models and dependencies. They need monitoring for failed studies, malformed scans, and unexpected anatomical cases. They also need a searchable knowledge base for validation reports, operating procedures, software versions, and incident reviews.

The model output must arrive where clinicians already work. If staff must export a CT scan manually, rename files, run a separate application, and transfer a result back into the patient record, the nominal seconds-long inference offers limited value.

How NVIDIA MONAI works is therefore only half the mechanism. The other half is orchestration: selecting the right scan, routing it securely, processing it consistently, returning a reviewable result, and recording what influenced the decision.

The Hardest Hearts Produced the Largest Errors

The model’s central weakness is clinically consequential: it performed better on normal hearts than on the abnormal anatomy common among transplant candidates.

Across the 44 validation cases, the reported 5.5% mean absolute percentage error looks encouraging. Breaking the cohort into subgroups reveals a more complicated result.

The 36 subjects with normal anatomy had a mean absolute percentage error of 4.5%. The eight pre-transplant patients had an error of 10.5%. The difference did not reach conventional statistical significance, with a reported p-value of 0.08, but the direction deserves attention.

Researchers also examined congenital heart disease and cardiomyopathy subgroups. The mean absolute percentage error reached 12.6% for congenital heart disease, compared with 9.3% for cardiomyopathy and 4.5% for normal anatomy.

The model tended to underestimate total cardiac volume in abnormal hearts. In the pre-transplant group, the prediction averaged roughly 10% below the manually measured volume. That bias could matter if teams use the result to determine whether a donor heart fits.

The likely reason is visible in the training data. Most training examples came from subjects with normal anatomy. A network learns the patterns represented in its dataset, so unusual chamber geometry, reconstructed vessels, prior operations, and enlarged hearts create a distribution shift.

Distribution shift occurs when real-world cases differ from the data used to develop a model. It is a recurring concern in medical imaging because scanners, protocols, patient populations, and disease patterns vary across hospitals.

The validation cohort was also small where the clinical stakes were highest. Only eight subjects in the reserved set were listed for transplantation. That group included cardiomyopathy, failing Fontan physiology, a prior transplant, hypertrophic cardiomyopathy, and surgically treated transposition.

This variety is valuable, but eight cases cannot define performance across the full range of pediatric transplant anatomy. Averages can also hide individual failures. One badly underestimated heart may matter more clinically than several accurate routine cases.

The pediatric CMR literature reinforces this concern. Reviews note that algorithms trained mainly on adult or typical anatomy can struggle with congenital disease. Pediatric patients differ in heart rate, body size, cooperation, motion, and anatomical complexity.

The Cincinnati Children’s study itself offers a cautious operational response. Automated measurement may be most immediately useful for segmenting donor hearts with normal anatomy. Complex recipient hearts can continue to receive manual segmentation and specialist review.

That hybrid workflow makes practical sense. It directs automation toward the more predictable half of the comparison and preserves human attention for abnormal anatomy. It also avoids treating one model as equally dependable across every case.

Still, hybrid operation requires clear escalation rules. A transplant center must define when the software’s result can enter the decision process, when a specialist must repeat the segmentation, and what happens when measurements disagree.

Teams should monitor image quality before inference. They should display the segmentation mask, not just the final volume, so reviewers can see whether the boundary omitted or included the wrong structures. A plausible number can conceal an implausible mask.

External validation is equally important. The study used retrospective data associated with one institution. Performance can change when another center supplies different scanners, contrast protocols, reconstruction settings, or patient demographics.

Prospective testing would add another layer of evidence. Researchers could measure turnaround time, model failure frequency, clinician corrections, donor acceptance, and outcomes after the result enters a real workflow. Silent evaluation, where software runs without influencing care, can identify problems before deployment.

Regulatory status also matters. A research model, an internally validated clinical support application, and a cleared medical device are not interchangeable categories. Public descriptions of the project do not establish that the algorithm can independently direct transplant matching.

The strongest current conclusion remains technical. The model can automate TCV measurement with promising retrospective accuracy, especially in normal anatomy. It has not established autonomous decision-making or improved survival across multiple transplant centers.

That is not a minor qualification. It defines the work separating an open-source model from dependable NVIDIA MONAI cardiac care.

Open Source Lowers One Barrier but Exposes Several Others

MONAI can reduce duplicated engineering, but each hospital still owns validation, governance, integration, and clinical accountability.

Medical AI projects often fail between publication and routine use. A research team trains a model, reports an encouraging metric, and shares code. The hospital then discovers that production requires authentication, image routing, compute capacity, monitoring, cybersecurity review, and support outside research hours.

MONAI addresses part of this deployment gap by standardizing common components. Its official project describes separate tools for training, labeling, and clinical inference. The framework now reports millions of installations and thousands of research citations, showing substantial developer interest.

Adoption numbers do not prove clinical effectiveness. They do suggest that hospitals can draw on a larger technical community instead of maintaining isolated imaging stacks. Shared packaging can also make multicenter testing more reproducible.

The MONAI deployment framework was designed around this problem. Application packages combine models with inference logic so hospitals can integrate them into existing imaging environments.

Cincinnati Children’s represents a demanding test for that approach. Transplant matching is time-sensitive, involves rare cases, and carries consequences that cannot be corrected easily. The workflow needs predictable uptime and transparent failure handling.

A center considering the same model must answer several questions before adoption. Can its imaging archive route the appropriate CT study automatically? Does the scan include the complete heart? Can the system recognize unsupported inputs? Who reviews the mask when the result arrives overnight?

Hospitals must also determine whether donor data can be transferred lawfully and securely between institutions. An organ offer may involve a donor hospital, an organ procurement organization, and a distant transplant center. Each participant can use different imaging and record systems.

Federated learning offers one possible method for expanding the model without pooling raw scans. Under this approach, participating hospitals train local copies and exchange model updates rather than patient images. Cincinnati Children’s has discussed using an NVIDIA federated network as the research expands.

Federated learning reduces some data-transfer concerns, but it does not remove privacy or governance obligations. Updates can still carry security risks, and participating centers need compatible definitions, quality controls, and approval processes.

Local data can also be unbalanced. A large center with many normal scans may dominate training, while rare congenital anatomies remain underrepresented. Researchers need methods for weighting contributions and evaluating each subgroup independently.

Open-source licensing introduces another distinction. Accessible code allows inspection and modification, but a modified model becomes a new clinical artifact. A hospital must record its training data, code version, dependencies, validation results, and deployment date.

Software updates can change behavior. A new MONAI release might improve performance or alter preprocessing. The institution needs change-control procedures so a library update does not silently modify a validated pipeline.

Commercial imaging companies face pressure from this model, though open source does not eliminate their role. Proprietary vendors can offer regulatory support, service agreements, integration, and responsibility for maintenance. Hospital-built systems offer control and adaptability but place more operational work on the institution.

The primary competition is therefore not NVIDIA against one medical-imaging vendor. It is reusable open infrastructure against isolated, labor-intensive implementation. The winner will be determined by clinical reliability rather than code availability alone.

Other children’s hospitals are already exploring related approaches. Boston Children’s operates a congenital heart AI laboratory focused on imaging, electrocardiograms, and health-record data. Earlier MONAI projects at Cincinnati Children’s also explored deploying cardiac CT segmentation through standardized application packages.

These programs indicate growing interest in pediatric-specific AI. They also reveal why adult models cannot simply be transferred into children’s care. Smaller structures, higher heart rates, congenital anatomy, and limited datasets demand focused development.

The open-source route can make that work easier to share. It cannot guarantee that another hospital will reproduce the same performance, particularly when its patients and imaging protocols differ.

Three Signals Will Show Whether the Model Changes Transplant Care

The next phase must connect technical accuracy with multicenter reliability, changed clinical decisions, and measurable patient outcomes.

The first signal is external validation involving more transplant candidates with complex anatomy. The existing model needs testing on CT scans from hospitals that use different equipment and protocols. Results should separate normal donors, cardiomyopathy, congenital heart disease, prior surgery, and poor-quality scans.

A stronger study would report more than one average overlap score. It would include volume bias, clinically important outliers, failed segmentations, and performance by anatomical subgroup. Independent review would strengthen confidence that the result is not specific to one institution’s data.

If accuracy remains stable across centers and complex cases, the argument for wider deployment becomes stronger. If errors rise outside Cincinnati Children’s, the model may still help with normal donor hearts while requiring local retraining elsewhere.

The second signal is evidence that AI changes actual transplant decisions. Researchers should document whether automated TCV measurements expand the donor range, reduce the time needed to review offers, or prevent potentially suitable organs from being rejected.

A prior donor-pool study found that imaging-derived volume would have assigned a higher effective listing weight to eight of 13 congenital heart disease patients. That result explains the opportunity, but it does not establish how many additional organs produce safe transplants.

Prospective deployment should track how often clinicians accept, reject, or override the AI-supported measurement. It should also record whether the automated boundary required correction. These operational numbers will show whether seconds-long inference creates a faster decision or simply moves work into a review step.

The third signal is patient-level evidence. Waitlist survival, donor utilization, surgical fit, postoperative complications, graft survival, and longer-term outcomes matter more than segmentation metrics.

Cincinnati Children’s clinicians believe TCV-based matching can enlarge the pool of acceptable donors and improve survival. That remains a clinical hypothesis requiring broader evidence. The segmentation model measures anatomy; it does not directly predict every factor governing transplant success.

Any outcome study will face challenges because pediatric heart transplantation is rare and patient anatomy varies greatly. Multicenter collaboration will be necessary to produce a meaningful cohort. Standardized definitions will be equally important.

These three signals create a clear test for NVIDIA AI heart transplant technology. First, can the model travel across hospitals? Second, does it improve decisions? Third, do those decisions improve outcomes without adding avoidable risk?

For developers, the project demonstrates the value of domain-specific open infrastructure. Reusable components can reduce the distance between an imaging experiment and a hospital service. However, deployment engineering and ongoing validation remain part of the medical product.

For hospital buyers, the important question is not whether MONAI is free to download. It is whether the organization can support the entire clinical lifecycle, including data access, validation, monitoring, incident response, and specialist oversight.

For clinicians, the model offers a faster way to obtain one potentially useful measurement. It should be treated as decision support whose boundaries remain visible, particularly for unusual anatomy.

NVIDIA MONAI cardiac care has already shortened a technically demanding process from minutes to seconds under research conditions. Its future depends on whether teams can preserve that speed across institutions without hiding errors inside a confident-looking volume.

The next time a transplant center receives an overnight donor call, the valuable outcome will not be that an algorithm ran quickly. It will be that the team received a reliable, reviewable measurement early enough to consider an organ that an indirect rule might have excluded.

Give every agent the context to do better work

Connect your agents to the knowledge, decisions, and history already organized in remio.

remio currently supports Windows 10+ (x64) and Macs with Apple silicon.

Your AI Partner at Work
Get more done with remio

Plan. Create. Deliver.
All in one place.

bottom of page