Multitasking Embedding for Embryo Blastocyst Grading Prediction (MEmEBG)

· Source: cs.AI updates on arXiv.org · Field: Health & Wellbeing — Artificial Intelligence & Machine Learning, Clinical Care & Medical Practice, Medical Devices & Health Technology · Depth: Expert, long

Summary

A new multitask embedding-based approach, MEmEBG, has been developed for automated analysis and prediction of human embryo blastocyst quality, crucial for in vitro fertilization (IVF) success. This method addresses the subjectivity and variability of current manual visual assessments by leveraging biological and physical characteristics from day-5 embryo images. It employs a pretrained ResNet-18 architecture, enhanced with an embedding layer and DINOv2 self-supervised Vision Transformer, to learn discriminative representations from a limited dataset of 249 images. The system simultaneously identifies and grades key blastocyst components: trophectoderm (TE), inner cell mass (ICM), and blastocyst expansion (EXP). Experimental results show that the multitask learning models consistently outperform single-task models for TE and EXP prediction, achieving F-scores of 0.64 and 0.76 respectively, compared to 0.60 and 0.72 for single-task models.

Key takeaway

For Computer Vision Engineers developing IVF assessment tools, MEmEBG demonstrates that integrating multitask learning with transfer learning significantly improves the accuracy and consistency of blastocyst grading for trophectoderm and expansion. You should explore similar multitask embedding architectures, especially when working with limited medical image datasets, to enhance predictive performance and reduce inter-embryologist variability in clinical settings.

Key insights

Multitask embedding with transfer learning improves automated blastocyst grading by capturing shared developmental patterns.

Principles

Method

MEmEBG uses a ResNet-18 backbone, DINOv2 for image embeddings, and a multi-task head to simultaneously predict TE, ICM, and EXP grades, optimizing a joint loss function.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.