Research Papers 论文研究 4h ago Updated 2h ago 更新于 2小时前 44

DSETA: A Dual-Stage Continual Learning Framework for Travel Time Prediction in Dynamic Traffic Environments DSETA:面向动态交通环境的旅行时间预测双阶段持续学习框架

DSETA introduces a dual-stage continual learning framework for ETA prediction that separates inter-day (long-term) and intra-day (short-term) learning to handle dynamic traffic patterns The intra-day stage uses real-time data for rapid adaptation to sudden events like accidents and holidays, while the inter-day stage leverages aggregated historical windows to capture seasonal trends and network evolution A Historical Traffic Knowledge Consolidation module prevents catastrophic forgetting, preser 提出DSETA双阶段持续学习框架,解决动态交通环境中ETA预测的分布漂移问题 将持续学习分为日内(intra-day)和日间(inter-day)两个阶段,分别捕捉短期事件影响和长期趋势变化 设计历史交通知识巩固模块,防止灾难性遗忘并保留常规模式知识 在北京、武汉、西安三地A/B测试中MAE分别降低6.62%、0.73%、2.40% 框架已在滴滴生产环境部署,日处理请求量达数亿级

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

Analysis 深度分析

TL;DR

  • DSETA introduces a dual-stage continual learning framework for ETA prediction that separates inter-day (long-term) and intra-day (short-term) learning to handle dynamic traffic patterns
  • The intra-day stage uses real-time data for rapid adaptation to sudden events like accidents and holidays, while the inter-day stage leverages aggregated historical windows to capture seasonal trends and network evolution
  • A Historical Traffic Knowledge Consolidation module prevents catastrophic forgetting, preserving knowledge of regular traffic patterns during incremental updates
  • Deployed in DiDi's production environment processing hundreds of millions of daily requests, with A/B tests showing MAE reductions of 6.62% (Beijing), 0.73% (Wuhan), and 2.40% (Xi'an)
  • Addresses a critical gap in existing ETA systems that either fail to adapt to irregular patterns or cannot disentangle long-term trends from short-term fluctuations

Why It Matters

This work demonstrates how continual learning techniques can be practically applied to large-scale industrial prediction systems, bridging the gap between academic research and real-world deployment. For AI practitioners working on time-series forecasting or recommendation systems, DSETA's dual-stage approach offers a replicable architecture for handling both rapid distribution shifts and gradual long-term drifts simultaneously. The successful production deployment at DiDi validates the framework's scalability and robustness under extreme traffic volumes.

Technical Details

  • Dual-Stage Architecture: The framework divides continual learning into two distinct stages — the intra-day stage processes real-time streaming data for immediate adaptation to short-term anomalies (accidents, weather events, holidays), while the inter-day stage operates on aggregated historical data within a sliding time window to model long-term distribution shifts such as seasonal patterns and infrastructure changes
  • Historical Traffic Knowledge Consolidation Module: Designed to mitigate catastrophic forgetting by preserving representations of regular traffic patterns learned from historical data, ensuring that incremental updates do not erase previously acquired knowledge of stable traffic behaviors
  • Incremental Update Mechanism: Rather than full retraining, DSETA employs an incrementally updated approach that continuously absorbs new data distributions while maintaining performance on established patterns, making it computationally efficient for high-throughput environments
  • Industrial-Scale Validation: Evaluated through extensive offline experiments and online A/B tests across three major Chinese cities (Beijing, Wuhan, Xi'an) on DiDi's real-world ride-hailing platform data, demonstrating consistent MAE improvements across diverse urban traffic environments
  • Deployment Scale: Successfully deployed in DiDi's production system handling hundreds of millions of daily ETA requests, confirming the framework's operational viability at massive scale

Industry Insight

  • The dual-stage continual learning paradigm is directly transferable to other domains requiring simultaneous adaptation to short-term volatility and long-term drift, such as demand forecasting, anomaly detection in IoT networks, and financial time-series prediction
  • The Historical Traffic Knowledge Consolidation approach offers a practical blueprint for addressing catastrophic forgetting in production ML systems, where full retraining is infeasible due to computational cost and data latency constraints
  • The DiDi deployment case study underscores the importance of online A/B testing across geographically diverse markets before full rollout, as performance gains varied significantly (0.73% to 6.62% MAE reduction) depending on local traffic dynamics and data characteristics

TL;DR

  • 提出DSETA双阶段持续学习框架,解决动态交通环境中ETA预测的分布漂移问题
  • 将持续学习分为日内(intra-day)和日间(inter-day)两个阶段,分别捕捉短期事件影响和长期趋势变化
  • 设计历史交通知识巩固模块,防止灾难性遗忘并保留常规模式知识
  • 在北京、武汉、西安三地A/B测试中MAE分别降低6.62%、0.73%、2.40%
  • 框架已在滴滴生产环境部署,日处理请求量达数亿级

为什么值得看

该研究针对网约车平台面临的动态交通预测难题,提出了工业级可落地的持续学习解决方案,有效平衡了模型对新分布的适应性与对历史知识的保留。其双阶段设计思路为时序预测领域的持续学习提供了可复用的架构范式。

技术解析

  • 双阶段持续学习架构:日内学习阶段完全依赖实时数据,动态适配节假日、事故等突发事件导致的短期交通模式变化;日间学习阶段利用短时间窗口的聚合历史数据,捕捉季节性趋势和交通网络长期演变。
  • 历史交通知识巩固模块:专门设计用于防止灾难性遗忘,通过保留和整合历史常规交通模式知识,确保模型在适应新分布的同时不丢失对稳定模式的预测能力。
  • 工业级验证规模:在滴滴平台真实数据上进行离线和在线实验,覆盖北京、武汉、西安三个一线城市,A/B测试结果显示多城市一致的性能提升。
  • 生产部署能力:框架已部署至滴滴生产环境,支撑数亿级日请求量,验证了其在高并发、低延迟工业场景下的鲁棒性和可扩展性。

行业启示

  • 持续学习在动态时序预测场景中具有重要应用价值,双阶段设计可有效解耦短期波动与长期趋势,为交通、能源等时序敏感行业提供技术参考。
  • 工业级AI系统需兼顾模型适应性与知识稳定性,历史知识巩固机制是防止持续学习中性能退化的关键设计。
  • 大规模A/B测试与生产部署验证是算法落地的重要环节,滴滴案例证明了学术研究向工业应用转化的可行路径。

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

Research 科学研究 Autonomous Driving 自动驾驶 Training 训练 Deployment 部署