One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

ADAPT: Physics-Aware Diffusion-based World Models for Adaptive Predictive Transferable HVAC Control

arXiv:2608.198042026-08-21

An AI that keeps buildings comfortable and efficient even when the season or climate changes, by teaching it the physics of heat

Heating, ventilation and air conditioning (HVAC) accounts for roughly a third of global energy use and CO2 emissions, but controlling it is hard because walls and floors store and slowly release heat, and existing AI controllers fail when deployed in a new season or climate. The authors built ADAPT, a diffusion-model-based predictor that also follows a building heat-balance equation, to forecast how indoor temperature will evolve and guide a reinforcement-learning controller. Compared with the strongest existing method, ADAPT cut energy use by 7.3% and occupant discomfort by 30.2% under matched conditions, and degraded only marginally when tested on unseen seasons or climate regions.

What they did

  1. Built an 'indoor environmental world model' using a diffusion model that predicts future indoor conditions from limited sensor readings, capturing the building's hidden heat storage.
  2. Predicts a 'thermal baseline' showing how temperature would evolve if the previous HVAC action were simply held, helping the reinforcement-learning controller judge the delayed effect of its current decision.
  3. Added a learnable multi-zone heat-balance equation covering heat exchange between zones, with the outdoors, solar radiation, occupant body heat, and HVAC equipment, to keep the diffusion model's predictions physically plausible.
  4. Tested on SemiBuildingSim (based on a real office building) and the open-source Sinergym simulator, ADAPT reduced energy consumption by 7.3% and occupant discomfort by 30.2% versus the best baseline under matched (in-distribution) conditions.
  5. Under unseen conditions such as summer-to-winter season transfer and Stockholm-to-Arizona climate transfer, ADAPT showed only marginal performance drop, far more robust than existing approaches.
ADAPT: Physics-Aware Diffusion-based World Models for Adaptive Predictive Transferable HVAC Control figure 0
Table 4: Performance comparisons on SemiBuildingSim Sum- mer (mean ± std over three seeds, ID). Lower is better.
AlgorithmEnergy (kWh) ↓ Abs PMV ↓PPD (%) ↓Action Fluctuation ↓
MPC251.00 ± 9.790.56 ± 0.06 16.20 ± 1.089.94 ± 1.13
A2C247.28 ± 3.210.48 ± 0.03 13.05 ± 1.466.02 ± 1.03
PPO236.52 ± 2.900.46 ± 0.04 12.62 ± 0.754.94 ± 1.46
DQN248.41 ± 3.890.50 ± 0.05 13.02 ± 0.776.59 ± 0.55
BDQ241.87 ± 2.730.45 ± 0.05 11.40 ± 1.285.40 ± 0.46
TransformerRL233.97 ± 4.360.42 ± 0.03 11.72 ± 1.624.66 ± 0.65
ADAPT: Physics-Aware Diffusion-based World Models for Adaptive Predictive Transferable HVAC Control figure 6
Table 6: MPC hyperparameters.
HyperparameterValue
Planning horizon 𝐻6
Number of candidate sequences 𝑁16
Number of elite samples 𝐾4
Planning iterations 𝑀3
Discount factor 𝛾0.98
Table 7: Hyper-parameters for the proposed ADAPT ( 𝐻 𝑓 𝑜𝑟𝑒 , 𝐻,𝑇 on SemiBuildingSim).
Hyper-parameterValueHyper-parameterValue
OptimizerAdamLearning rate2×10−3
Discount factor 𝛾0.99Replay buffer size5×105
Batch size64Exploration 𝜀1.0 → 0.04
Target update interval1000 stepsTD(𝜆) parameter0.8
Bootstrap horizon 𝐻3Forecaster horizon 𝐻fore3
Network architecture(512, 512)Forecaster History step 𝑇6
Table 8: Hyper-parameters for Model-Free Baselines.
ParameterDQNBDQA2CPPOTransformerRL
Learning rate2×10−32×10−38×10−410−310−3
Discount factor 𝛾0.990.990.980.980.98
Batch size64644012001200
Network hidden dim256512256256256
GAE 𝜆0.90.80.8
PPO Clip 𝜀0.20.2
Entropy coef.00.010.01
Table 9: Hyper-parameters for Model-Based Baselines (MBVE and MBPO built on the PPO backbone).
ParameterMBVEMBPODreamerV3
Rollout / Imagination horizon888
Transitions / Starts per iter.2561024256
Blend / Return 𝜆1.00.95
Warmup (iters)333

Why it matters

Because dense indoor sensing is costly and raises privacy concerns, operators often have only limited data from a single season or building, yet still need controllers that work reliably elsewhere; this work shows a path to that kind of transferable control. By combining energy savings, occupant comfort, and physically grounded predictions, it also offers a practical tool aligned with building decarbonization goals.

Terms in this paper

  • diffusion model · a generative AI method that starts from random noise and gradually removes it to produce realistic data, here used to forecast future indoor conditions
  • thermal inertia · the tendency of walls, floors and furniture to store heat and release it later, delaying the visible effect of HVAC actions
  • partially observable Markov decision process (POMDP) · a decision-making framework where the true internal state is hidden and only partial sensor readings are available
  • out-of-distribution (OOD) · conditions such as an unseen season or climate that differ from what the model was trained on
  • reinforcement learning · an AI training method where a controller learns actions by trial and error to maximize a reward signal

Figures we cannot republish

  • Figure 1
  • Figure 2
  • Figure 3
  • Figure 1: Overall framework of ADAPT. The training process of ADAPT is divided into two phases. Phase I: Physics-aware Diffusion IEWM Training. Phase II: Online RL Policy Learning. IEWM is frozen during phase II. 3.3 Physics-aware Thermal Regularization The conditional diffusion IEWM can effectively model offline trajec- tories. However, vanilla data-driven learning may exploit domain- specific st
  • Figure 1: Overall framework of ADAPT. The training process of ADAPT is divided into two phases. Phase I: Physics-aware Diffusion IEWM Training. Phase II: Online RL Policy Learning. IEWM is frozen during phase II. 3.3 Physics-aware Thermal Regularization The conditional diffusion IEWM can effectively model offline trajec- tories. However, vanilla data-driven learning may exploit domain- specific st
  • Figure 7
  • Figure 8
  • Figure 9
  • Figure 10
  • Figure 11
See the figures in the original paper →

Original abstract (English)

Buildings account for roughly one-third of global energy consumption and CO$_2$ emissions. Optimizing indoor climate systems plays a critical role for urban climate mitigation aligned with UN Sustainable Development Goals 11 and 13. However, indoor delayed thermodynamic responses and partial observability severely hinder existing methods, which are primarily limited by implicit thermal inertia, occupancy dynamic prediction, and cumulative prediction errors, especially for out-of-distribution environments. In practice, these challenges are further exacerbated by the high cost and privacy burden of dense indoor sensing, forcing operators to collect only limited data in a single operating regime while expecting controllers to generalize reliably across unseen seasons and climate regions. To address this problem, we propose ADAPT, a physics-aware conditional diffusion indoor environmental world model for HVAC control. The model predicts a short-horizon held-action thermal baseline to capture the latent thermal inertia of the buildings. The diffusion backbone utilizes the robustness of generative models, while a learnable multi-zone heat-balance regularizer constrains generated trajectories to satisfy transferable building thermodynamics without requiring known building geometry or manually calibrated thermal parameters. A credit assignment is then design for the downstream reinforcement learning. Extensive experiments on SemibuildingSim and Sinergym demonstrate that ADAPT reduces HVAC energy consumption by 7.3\% and occupant discomfort by 30.2\% compared with state-of-the-art baselines under IID control. Under OOD control scenarios spanning unseen seasons and climate regions, ADAPT maintains robust performance with only marginal degradation relative to its IID performance, substantially outperforming existing methods in transfer robustness.

Authors · Xu Yang, Kailai Sun, Dianyu Zhong, Qianchuan Zhao

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: Xu Yang et al., arXiv:2608.19804, CC BY 4.0