← Latest papers
💻 computer science

TITAN: A Diversity-Driven Stacked Ensemble with a Multi-Branch Neural Network for Predicting Live Birth in IVF

The paper introduces TITAN, a diversity-driven stacked ensemble model that integrates five tree-based learners and a custom multi-branch neural network with rigorous leakage detection and Bayesian optimization to achieve state-of-the-art accuracy in predicting live birth outcomes for IVF cycles using the HFEA registry.

Original authors: Bala Shiwangi¹, Shailesh D. Kamble², Brijesh Kumar¹

Published 2026-08-26
📖 5 min read🧠 Deep dive

Original authors: Bala Shiwangi¹, Shailesh D. Kamble², Brijesh Kumar¹

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the quiet, high-stakes world of reproductive medicine, the journey to parenthood often begins with a single, difficult question: will this treatment cycle result in a live birth? For couples facing infertility, in vitro fertilization, or IVF, is a primary path forward, yet even after decades of medical refinement, clinics rarely see success rates exceed forty percent per attempt. The ability to predict the outcome of these cycles with accuracy would be transformative, allowing doctors to tailor treatments to individual needs and offering families clearer, more honest guidance before they begin. However, building a computer program to make these predictions is fraught with a specific, subtle danger known as data leakage. In medical records, information is often recorded in the order events happen, but sometimes data about the final result—like the weight of a baby or the date of delivery—is accidentally included in the dataset used to train the prediction model. If a computer learns from these future facts, it can appear to be a genius, achieving near-perfect scores that vanish the moment it is asked to predict a new, unseen case. The challenge, therefore, is not just to find the right patterns in the data, but to rigorously strip away any information that the doctor would not actually know at the time of the decision.

A team of researchers has addressed this challenge with a new system called TITAN, designed to predict live birth outcomes using only the information available before an embryo is transferred. The researchers started with a massive database from the United Kingdom containing records of nearly 170,000 IVF cycles. Their first and most critical step was to act as a filter, automatically scanning the data to identify and remove any columns that contained "leaky" information—details about the pregnancy or birth that would only be known after the treatment was finished. By using a smart algorithm to detect these hidden clues, they removed twenty-two variables that would have otherwise tricked the model, leaving behind thirty-eight genuine predictors such as patient age, the number of eggs retrieved, and the type of treatment used. This process ensured that the system was learning from reality, not from a shortcut.

Once the data was cleaned, the team did not rely on a single type of computer model to make the prediction. Instead, they built a diverse team of six different "learners," each with its own way of thinking about the problem. Five of these were tree-based models, which work by asking a series of yes-or-no questions to sort patients into groups, while the sixth was a complex neural network designed to mimic the way a brain processes information. To ensure these models did not all make the same mistakes, the researchers trained them using a technique called out-of-fold stacking. Imagine asking a group of experts to review a case, but instead of letting them all see the same full file at once, you give each expert a slightly different version of the evidence and ask them to predict the outcome based on what they see. This method forces each model to learn from different angles, creating a set of predictions that are complementary rather than identical.

The true innovation of TITAN lies in how it combines these six different opinions. Rather than simply taking an average of their answers, the system takes the specific confidence levels, margins of error, and uncertainty scores from each model and feeds them into a final, master model. This master model, which was fine-tuned using a sophisticated search process to find the perfect settings, acts as a judge that weighs the unique strengths of each expert. The researchers also introduced a custom-designed neural network with five parallel pathways, each structured differently to catch patterns that the others might miss. This network was trained using a method that averages its own learning steps over time, helping it to settle into a stable and reliable state rather than getting stuck in a local optimum.

When tested on a separate group of patients that the system had never seen before, TITAN achieved an accuracy of 89.19 percent, correctly predicting the outcome in nearly nine out of ten cases. This performance was significantly better than any single model used on its own and far superior to a simple guess based on the most common outcome. The system also achieved a score of 0.72 on a standard measure of how well it can distinguish between success and failure, a result that the researchers confirmed was not inflated by hidden data. In a series of tests where they removed one part of the system at a time, they found that the initial step of removing the "leaky" data was the most important factor; without it, the system's performance collapsed to the level of a random guess. The study also revealed that while the five tree-based models were quite similar in how they thought, the inclusion of the neural network added a unique perspective that improved the final result.

The findings suggest that while predicting the success of IVF is inherently difficult due to the complex biology involved, a carefully constructed system that respects the timeline of medical data can provide highly reliable forecasts. The researchers noted that the system was particularly good at identifying cycles that would not result in a live birth, correctly flagging the vast majority of unsuccessful attempts. However, predicting the successful outcomes remained more challenging, a limitation the authors attribute to the absence of certain biological details, such as the specific quality of the embryo, which are not always recorded in the initial registry data. Ultimately, TITAN offers a practical, transparent, and robust tool for clinicians, demonstrating that by combining diverse methods and rigorously cleaning the data, it is possible to build a system that offers genuine insight into the future of a treatment cycle without relying on information that does not yet exist.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →