Research Papers 论文研究 4d ago Updated 3d ago 更新于 3天前 43

Longitudinal and Graph-Augmented Prediction of Adolescent Substance Use Onset in the ABCD Study 基于纵向与图增强的青少年物质使用起始预测研究——ABCD研究

Longitudinal modeling consistently outperforms cross-sectional approaches for predicting adolescent substance use onset, with temporal XGBoost achieving the strongest standalone performance Temporal Graph Convolutional Networks (T-GCNs) built from family, school, and feature-similarity graphs do not surpass temporal XGBoost alone but provide complementary risk signals Score-level stacking of temporal XGBoost and T-GCN predictions yields the best overall performance, achieving AUC-ROC values abov 基于ABCD Study约11,860名青少年数据,系统比较横断面、纵向轨迹与图增强方法在物质使用 onset 预测中的相对价值 时序XGBoost作为独立模型表现最强,纵向建模 consistently 优于仅依赖基线特征的横断面方法 T-GCN虽未单独超越时序XGBoost,但图衍生风险评分提供互补信息,分数级堆叠融合后达到最优性能(AUC-ROC > 0.79) 关键预测因子包括同伴偏差、年龄、外化症状、父母监督、文化规范与社区环境

55
Hot 热度
72
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • Longitudinal modeling consistently outperforms cross-sectional approaches for predicting adolescent substance use onset, with temporal XGBoost achieving the strongest standalone performance
  • Temporal Graph Convolutional Networks (T-GCNs) built from family, school, and feature-similarity graphs do not surpass temporal XGBoost alone but provide complementary risk signals
  • Score-level stacking of temporal XGBoost and T-GCN predictions yields the best overall performance, achieving AUC-ROC values above 0.79 across all substance use outcomes
  • Key predictive features include peer deviance, age, externalizing symptoms, parental monitoring, cultural norms, and neighborhood context
  • The study leverages a large-scale dataset of approximately 11,860 participants from the ABCD Study to compare cross-sectional, longitudinal, and graph-based prediction approaches

Why It Matters

This research demonstrates the practical value of combining temporal and relational modeling for public health prediction tasks, offering a blueprint for how AI practitioners can integrate multiple data modalities (longitudinal trajectories and social graphs) to improve risk prediction. The findings are directly relevant to developers building early intervention systems in healthcare and social services, where understanding both individual trajectories and peer/family influence networks can significantly enhance predictive accuracy.

Technical Details

  • Dataset: Approximately 11,860 participants from the Adolescent Brain Cognitive Development (ABCD) Study, predicting four outcomes: alcohol sipping, alcohol use, marijuana use, and alcohol/marijuana co-use
  • Model architectures evaluated: Tree-based models (temporal XGBoost), recurrent neural networks, and Temporal Graph Convolutional Networks (T-GCNs) constructed from three graph types: family graphs, school graphs, and feature-similarity graphs
  • Comparison framework: Systematic evaluation of cross-sectional (baseline), longitudinal, and graph-based approaches to isolate the contribution of temporal dynamics versus relational context
  • Ensemble method: Score-level stacking combining temporal XGBoost and T-GCN predictions, which achieved the best performance with AUC-ROC values above 0.79 across all outcomes
  • Feature importance analysis: Identified peer deviance, age, externalizing symptoms, parental monitoring, cultural norms, and neighborhood context as the most influential predictors

Industry Insight

  • The complementary nature of tree-based temporal models and graph neural networks suggests that hybrid ensemble strategies should be the default approach for complex social-health prediction tasks, rather than relying on a single model architecture
  • For AI practitioners working in public health or social impact domains, investing in longitudinal data collection and graph construction (family, school, community networks) can yield measurable improvements in predictive performance beyond what cross-sectional data alone can provide
  • The AUC-ROC above 0.79 achieved through stacking indicates that while individual models have limitations, practical deployment of early-warning systems for adolescent substance use is feasible when multiple signal sources are integrated

TL;DR

  • 基于ABCD Study约11,860名青少年数据,系统比较横断面、纵向轨迹与图增强方法在物质使用 onset 预测中的相对价值
  • 时序XGBoost作为独立模型表现最强,纵向建模 consistently 优于仅依赖基线特征的横断面方法
  • T-GCN虽未单独超越时序XGBoost,但图衍生风险评分提供互补信息,分数级堆叠融合后达到最优性能(AUC-ROC > 0.79)
  • 关键预测因子包括同伴偏差、年龄、外化症状、父母监督、文化规范与社区环境

为什么值得看

该研究为青少年行为健康预测提供了从传统机器学习到时序图神经网络的完整方法学对比,验证了纵向建模与图结构信息的互补价值。对于从事健康AI、预测建模或图神经网络的研究者,该工作展示了多模态集成策略在复杂社会行为预测中的实际效能。

技术解析

  • 数据集与任务:使用ABCD Study约11,860名参与者,预测四种物质使用结局:酒精尝试、酒精使用、大麻使用、酒精/大麻联合使用
  • 模型架构:评估树模型(XGBoost)、循环神经网络(RNN)及时序图卷积网络(T-GCN),图结构基于家庭关系、学校网络与特征相似度构建
  • 集成策略:采用分数级堆叠(score-level stacking)融合时序XGBoost与T-GCN预测,实现跨方法信息互补
  • 性能表现:最优组合模型在所有预测目标上均达到AUC-ROC > 0.79,纵向模型 consistently 优于横断面基线
  • 可解释性:特征分析识别出同伴偏差、年龄、外化症状、父母监督、文化规范与社区环境为关键预测因子

行业启示

  • 纵向数据建模在行为预测中具有显著增量价值,单一时点基线特征会遗漏关键风险轨迹信息
  • 图神经网络在传统树模型面前未必独立胜出,但作为互补信号源在集成框架中可有效提升预测性能
  • 健康AI应用需重视多源社会关系数据(同伴、家庭、社区)的融合,为风险预测提供传统特征之外的辅助信号

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Dataset 数据集 Healthcare AI 医疗AI