Predicting Blastocyst Formation in IVF: Integrating DINOv2 and Attention-Based LSTM on Time-Lapse Embryo Images

arXiv cs.CV / 4/21/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The study addresses a key IVF challenge: selecting embryos for transfer by predicting blastocyst formation from limited time-lapse images rather than full video sequences.
  • It introduces a hybrid approach that combines DINOv2 (a transformer-based vision model) for feature extraction with an enhanced LSTM augmented with multi-head attention to model temporal embryo development.
  • Experiments on a real dataset of 704 embryo videos show the proposed model reaches 96.4% accuracy, outperforming prior methods.
  • The method is designed to remain effective even when time-lapse frames are missing, which makes it potentially practical for IVF clinics that lack complete imaging systems.
  • The authors suggest the system could support embryologists by improving the speed and confidence of embryo selection during IVF.
  • categories-research

Abstract

The selection of the optimal embryo for transfer is a critical yet challenging step in in vitro fertilization (IVF), primarily due to its reliance on the manual inspection of extensive time-lapse imaging data. A key obstacle in this process is predicting blastocyst formation from the limited number of daily images available. Many clinics also lack complete time-lapse systems, so full videos are often unavailable. In this study, we aimed to predict which embryos will develop into blastocysts using limited daily images from time-lapse recordings. We propose a novel hybrid model that combines DINOv2, a transformer-based vision model, with an enhanced long short-term memory (LSTM) network featuring a multi-head attention layer. DINOv2 extracts meaningful features from embryo images, and the LSTM model then uses these features to analyze embryo development over time and generate final predictions. We tested our model on a real dataset of 704 embryo videos. The model achieved 96.4% accuracy, surpassing existing methods. It also performs well with missing frames, making it valuable for many IVF laboratories with limited imaging systems. Our approach can assist embryologists in selecting better embryos more efficiently and with greater confidence.