Papers for

public health planners

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Machine learning predicts childhood stunting with attention to fairness and time

Machine Learning-Based Prediction of Childhood Stunting in Bangladesh: Fairness and Temporal Robustness Assessment

Abstract: Childhood stunting remains a major public health concern in Bangladesh and reflects long-term growth failure influenced by child, maternal, household, socioeconomic, and health-service factors. This study used nationally representative Bangladesh Demographic and Health Survey data from 2007 to 2022 to develop machine learning models for population-level prediction of childhood stunting and to assess temporal robustness and subgroup fairness. Children aged 0-59 months with complete anthropometric and predictor data were included. Data from the 2007, 2011, and 2014 survey rounds were used for model development, while the 2018 and 2022 rounds were retained as temporal test datasets. Twelve feature-selection approaches were assessed, and the KNN permutation importance-selected predictor set was used for final model evaluation. Eleven machine learning models were evaluated: ten conventional algorithms and one pretrained tabular foundation model, TabPFN. Performance was assessed using balanced accuracy, AUROC, F1-score, Brier score, and expected calibration error. Subgroup fairness was examined by child sex, place of residence, and socioeconomic status. The final analytic sample included 18,844 children, of whom 35.05% were stunted. In the development hold-out test dataset, TabPFN showed the highest observed balanced accuracy overall at 67.58%, while AdaBoost showed the highest observed balanced accuracy among conventional models at 67.51%. In temporal testing, the highest observed balanced accuracy was found for Gradient Boosting in BDHS 2018 and XGBoost in BDHS 2022. Model performance varied across survey rounds and subgroups, highlighting the importance of temporal validation, subgroup fairness assessment, and transparent interpretation in public health prediction modeling.

Mon 21 SeptMachine Learning
The gist
Childhood stunting is a big health problem in Bangladesh caused by many factors. The authors used data from 2007 to 2022 to train computer programs that predict which children might be stunted. They tested how well these programs worked over different years and for different groups of children, like boys versus girls or city versus rural kids. Their study shows that prediction accuracy changes over time and among groups, highlighting the need to check fairness and reliability when using such tools in health decisions.
Open 2609.24386v1

Hybrid model reveals how jobs and compliance shape pandemic outcomes

ABM-SIRTEM: A Hybrid Agent-Based and Epidemiological Model for Pandemic Response

Abstract: The COVID-19 pandemic has had profound impacts on global health, social structures, and economies. It disproportionately affected lower socioeconomic groups and those reliant on interaction-based jobs. Regulatory bodies faced the challenge of designing policies that preserve public health while limiting disruption to economic stability and productivity. Epidemiological models such as SIR and agent-based models (ABMs) have been used to study disease dynamics and the socioeconomic impacts of disease and interventions. Population-level models often simplify individual heterogeneity, while detailed ABMs can become computationally expensive as the numbers of agents and interactions increase. We propose ABM-SIRTEM, a hybrid model that incorporates occupation categories, economic productivity, and welfare at the individual level while dynamically modeling compliance with government interventions. We calibrate the model against historical positive and negative test counts from four U.S. states and examine the resulting compliance dynamics. This framework provides a basis for studying the interaction between disease spread and socioeconomic behavior in pandemic-response planning.

Wed 16 SeptMultiagent SystemsComputer Science and Game Theory
The gist
The COVID-19 pandemic hit some groups harder than others, especially people in jobs needing lots of face-to-face contact. The authors created a new tool that combines two ways of studying disease spread: one looks at overall patterns in populations, and the other simulates individuals interacting. Their model includes different job types, how work affects the economy, and how people follow health rules over time. They tested the model with real COVID-19 data from four U.S. states to better understand how health measures and social behavior interact during a pandemic.
Open 2609.18223v1

Graph neural networks speed up finding key influencers in social networks

Graph Neural Networks for Influence Maximization in Social Networks: An Unsupervised Minimum Dominating Set Approach

Abstract: The Minimum Dominating Set (MDS) problem is a classic NP-hard combinatorial optimization problem with critical applications in social network analysis, including viral marketing, influence maximization, public health interventions, and information dissemination. Identifying a minimal set of influential individuals whose reach covers an entire social network is central to these applications, yet remains computationally challenging at scale. Graph neural networks (GNNs) have emerged as powerful tools for learning over graphs, and recent work explores their application to hard combinatorial problems. This paper presents a novel unsupervised GNN framework for the MDS problem that eliminates the need for ground-truth solutions during training. Trained on 12,000 synthetic graphs with diverse structural properties, our method achieves up to 55x faster inference than metaheuristic baselines and up to 14x faster inference than supervised learning approaches, while finding optimal or near-optimal dominating sets on real-world social network benchmarks. Our learned heuristic generalizes effectively to unseen graph distributions, demonstrating strong practical applicability for large-scale social network analysis.

Sat 12 SeptMachine LearningSocial and Information Networks
The gist
Finding the smallest group of people who can influence everyone in a social network is very hard and slow. The authors use a kind of AI called graph neural networks to quickly find these key influencers without needing example answers to learn from. Their method works much faster than previous approaches and still finds very good groups on real social networks. It also works well on different kinds of networks it hasn't seen before.
Open 2609.13836v1