🤖 AI Summary
In remote fetal monitoring, the lack of interpretability in cardiotocography (CTG) data hinders maternal comprehension and clinical trust. To address this, we propose a multi-agent large language model (LLM)-based framework for interpretable CTG analysis. Grounded in clinical guidelines, CTG signals are decomposed into five physiological dimensions—baseline heart rate, variability, accelerations, decelerations, and sinusoidal patterns—each analyzed in parallel by dedicated domain-specific agents. A central aggregation agent then synthesizes findings into structured diagnostic conclusions and natural-language explanations. Our approach achieves both high accuracy and strong interpretability: 96.4% accuracy and 97.8% F1-score on the NeuroFetalNet dataset—significantly outperforming single-agent baselines and state-of-the-art deep learning models. To our knowledge, this is the first fully automated, modular, guideline-driven framework enabling interpretable, end-to-end CTG interpretation.
📝 Abstract
Remote fetal monitoring technologies are becoming increasingly common. Yet, most current systems offer limited interpretability, leaving expectant parents with raw cardiotocography (CTG) data that is difficult to understand. In this work, we present CTG-Insight, a multi-agent LLM system that provides structured interpretations of fetal heart rate (FHR) and uterine contraction (UC) signals. Drawing from established medical guidelines, CTG-Insight decomposes each CTG trace into five medically defined features: baseline, variability, accelerations, decelerations, and sinusoidal pattern, each analyzed by a dedicated agent. A final aggregation agent synthesizes the outputs to deliver a holistic classification of fetal health, accompanied by a natural language explanation. We evaluate CTG-Insight on the NeuroFetalNet Dataset and compare it against deep learning models and the single-agent LLM baseline. Results show that CTG-Insight achieves state-of-the-art accuracy (96.4%) and F1-score (97.8%) while producing transparent and interpretable outputs. This work contributes an interpretable and extensible CTG analysis framework.