feat: 论文大幅扩写 — 42页,完整数学公式+实际数据+系统描述

This commit is contained in:
2026-05-28 13:09:08 +08:00
parent 4e41de3772
commit 2bdafc56bb
8 changed files with 620 additions and 173 deletions
+8 -8
View File
@@ -1,24 +1,24 @@
\chapter*{摘要}
\addcontentsline{toc}{chapter}{摘要}
随着全球气候变暖,高温热浪事件频发,对老年群体的健康构成严重威胁。本研究以焦作市和郑州市为研究区域,利用ERA5-Land气象再分析数据和人口健康统计数据,构建了基于LSTM-Attention的多时间尺度高温健康风险预警模型,并开发了可视化大屏系统。
随着全球气候变暖,极端高温事件频发且强度持续增加,对公共卫生构成日益严峻的挑战。老年群体(65岁及以上)因体温调节功能减退、慢性病患病率高以及社会隔离等因素,是高温热浪最脆弱的群体之一。本研究以河南省焦作市和郑州市为研究区域,利用ERA5-Land气象再分析数据(2010-2024年),构建了基于机器学习的多时间尺度高温健康风险预警模型,并开发了Web可视化大屏系统。
本研究主要工作包括:(1)获取并预处理2010-2024年焦作、郑州两市的ERA5-Land气象数据,结合人口普查和卫生统计年鉴数据,构建了温度-健康风险关联数据集;(2)设计了LSTM结合多头自注意力机制的深度学习模型,实现了短期(1-3天)、中期(7天)和长期(30天)三个时间尺度的风险等级预测;(3)以XGBoost作为基线模型进行对比实验,验证了深度学习方法的有效性;(4)基于Flask和ECharts开发了深色科技蓝风格的Web可视化大屏,实现了温度趋势、风险预警、人口概况等信息的多维度展示
本研究主要工作包括:(1通过Copernicus Climate Data Store (CDS) API获取2010-2024年焦作、郑州两市的ERA5-Land网格气象数据,采用Magnus公式计算相对湿度、NOAA Rothfusz公式计算体感温度,构建了包含19个气象衍生特征的完整数据集;(2)通过滑动窗口方法(窗口14天)生成监督学习样本,构建了包含1,095,758条样本的多时间尺度预测数据集,覆盖短期(3天)、中期(7天)和长期(30天)三个预测窗口;(3)设计了983,628参数的LSTM-Attention深度学习模型,采用双向LSTM提取时序特征、4头自注意力机制捕捉关键时间步,并以Focal Loss缓解类别不平衡;(4)以XGBoost作为基线模型,在164,365条测试样本上进行了系统对比实验;(5)基于Flask和ECharts开发了深色科技蓝风格的Web可视化大屏,包含温度趋势、风险实时展示、人口饼图、预警时间线、暴露-反应曲线和历史回顾六个功能面板
实验结果表明,LSTM-Attention模型在短期和中期预警任务上优于传统机器学习方法,能够为高温热浪健康风险管理提供有效的决策支持。
实验结果表明,XGBoost模型在三个时间尺度上均取得优异性能:短期(3天)F1-Macro达0.9325、中期(7天)达0.9195、长期(30天)达0.8576。LSTM-Attention模型(F1=0.2404)受样本极度不平衡(低风险类占比94-96\%)制约,经Focal Loss调参、类别加权、加权随机采样等多种优化尝试后仍未能有效收敛。该对比揭示了梯度提升树模型在表格型时序预测任务中相对深度序列模型的优势。本研究构建的可视化大屏系统为面向银发群体的高温健康防护提供了直观的决策支持工具
\textbf{关键词:}高温热浪;银发群体;多时间尺度预警;LSTM-Attention;可视化
\textbf{关键词:}高温热浪;银发群体;多时间尺度预警;XGBoostLSTM-Attention体感温度;可视化
\newpage
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
With global warming, frequent heatwave events pose serious threats to the health of the elderly population. This study takes Jiaozuo and Zhengzhou as research areas, utilizes ERA5-Land meteorological reanalysis data and population health statistics to construct an LSTM-Attention based multi-time-scale heat health risk early warning model, and develops a visualization dashboard system.
Driven by global warming, extreme heat events are increasing in both frequency and intensity, posing severe public health challenges. The elderly population (aged 65 and above) is among the most vulnerable groups due to diminished thermoregulation, high prevalence of chronic diseases, and social isolation. This study focuses on Jiaozuo and Zhengzhou in Henan Province, utilizing ERA5-Land meteorological reanalysis data (2010--2024) to develop machine-learning-based multi-time-scale heat health risk early warning models, complemented by a web visualization dashboard.
The main contributions include: (1) acquisition and preprocessing of ERA5-Land meteorological data (2010-2024) for both cities, combined with census and health statistics data; (2) design of a deep learning model combining LSTM with multi-head self-attention for risk prediction at three time scales (short/medium/long term); (3) comparative experiments with XGBoost baseline to validate the deep learning approach; (4) development of a Flask+ECharts web dashboard with dark tech-blue theme for multi-dimensional visualization.
The main contributions include: (1) acquisition of 360 monthly ERA5-Land grid files (180 per city) via the CDS API, with Magnus-formula relative humidity and NOAA Rothfusz heat index computation, yielding a dataset with 19 derived meteorological features; (2) construction of 1,095,758 supervised learning samples via a 14-day sliding window, covering short-term (3-day), medium-term (7-day), and long-term (30-day) prediction horizons; (3) design of a 983,628-parameter LSTM-Attention model with bidirectional LSTM layers and 4-head self-attention, trained with Focal Loss for class imbalance mitigation; (4) systematic comparison against XGBoost baselines on 164,365 test samples; (5) development of a Flask+ECharts visualization dashboard featuring six functional panels with dark tech-blue styling.
Experimental results show that the LSTM-Attention model outperforms traditional methods in short and medium-term early warning tasks, providing effective decision support for heatwave health risk management.
Experimental results show that XGBoost achieves excellent performance across all time scales: short-term F1-Macro of 0.9325, medium-term 0.9195, and long-term 0.8576. The LSTM-Attention model (F1=0.2404) suffered from extreme class imbalance (low-risk class: 94--96\%), failing to converge despite extensive optimization attempts including Focal Loss tuning, class weighting, and weighted random sampling. This contrast highlights the advantage of gradient-boosted trees over deep sequence models for tabular time-series prediction tasks. The web visualization dashboard provides an intuitive decision-support tool for elderly-oriented heat health protection.
\textbf{Keywords:} Heatwave; Elderly Population; Multi-time-scale Early Warning; LSTM-Attention; Visualization
\textbf{Keywords:} Heatwave; Elderly Population; Multi-time-scale Early Warning; XGBoost; LSTM-Attention; Heat Index; Visualization
\newpage