ADAPT: Physics-Aware Diffusion-based World Models for Adaptive Predictive Transferable HVAC Control
Proposes ADAPT, a physics-informed diffusion-based indoor model, achieving 7.3% energy savings and 30.2% occupant comfort improvement.
Key Findings
Methodology
This work introduces a conditional diffusion indoor environmental world model (IEWM) that explicitly captures latent thermal inertia through a generative process. The model employs a diffusion probabilistic framework, with a heat-balance regularizer based on multi-zone thermal equations, to generate physically consistent future indoor trajectories without relying on building-specific parameters. The training optimizes a denoising diffusion objective combined with physics-based regularization, ensuring robustness across seasonal and climate shifts. The predicted thermal baseline is integrated into a reinforcement learning controller, supporting delayed reward attribution and improving control performance. Extensive experiments on SemiBuildingSim and Sinergym demonstrate significant energy reduction and occupant comfort gains, with strong transfer robustness in out-of-distribution scenarios.
Key Results
- In IID settings, ADAPT reduces HVAC energy consumption by 7.3% and occupant discomfort by 30.2%, outperforming state-of-the-art baselines. The model achieves lower CVRMSE in temperature predictions, indicating high physical and predictive accuracy.
- In cross-season (summer-winter) and cross-region (Stockholm-Arizona) transfer tests, ADAPT maintains performance with only marginal degradation, significantly surpassing purely data-driven models, confirming its transferability.
- Incorporating physics-aware regularization improves the physical plausibility and stability of predictions, especially under distribution shifts, validating the approach’s robustness and generalization.
Significance
This study advances building energy management by integrating physics-based priors into generative models, enabling accurate, transferable, and robust indoor thermal predictions. It addresses longstanding challenges of delayed thermal responses, partial observability, and environment variability, paving the way for energy-efficient, occupant-centric HVAC systems. The method’s transferability across seasons and climates broadens its industrial relevance, supporting sustainable urban development and smart building initiatives.
Technical Contribution
The core innovation lies in combining conditional diffusion models with a differentiable multi-zone heat-balance regularizer, which enforces physical consistency without manual calibration. This approach enhances out-of-distribution robustness and interpretability. The model’s explicit thermal baseline prediction supports delayed reward attribution in reinforcement learning, improving control efficiency. The framework extends the application of diffusion models from probabilistic forecasting to control-oriented environment modeling, opening new avenues for physics-informed generative modeling in energy systems.
Novelty
This is the first application of conditional diffusion models for building thermal dynamics, explicitly integrating physical heat transfer equations as a regularizer. Unlike prior data-driven or black-box models, it guarantees physical plausibility and transferability. The explicit thermal baseline prediction, combined with a physics-aware regularizer, sets a new standard for robust, generalizable indoor environment modeling, especially under distribution shifts.
Limitations
- The training process requires large volumes of high-quality historical data, which may be costly or unavailable in some real-world settings.
- Diffusion-based inference involves iterative denoising steps, leading to higher computational costs, potentially limiting real-time deployment.
- While physics regularization improves robustness, extreme climate conditions or unique building geometries may still challenge model accuracy, necessitating further physical parameter integration.
Future Work
Future directions include integrating multi-modal sensor data for richer context, optimizing inference speed via model compression, and extending to multi-objective control balancing energy and occupant satisfaction. Additionally, exploring online adaptation and transfer learning techniques will further enhance real-world applicability.
AI Executive Summary
Urbanization has led to a surge in building energy consumption, with HVAC systems accounting for a significant share. Traditional control methods like MPC and deep reinforcement learning have struggled with the complex, delayed, and partially observable thermal dynamics inherent in buildings. These challenges are exacerbated by environmental variability across seasons and regions, limiting the robustness and transferability of existing models.
In response, this study introduces ADAPT, a novel indoor environmental world model that leverages a physics-aware conditional diffusion framework. This model explicitly predicts future thermal baselines, capturing latent thermal inertia without relying on detailed building parameters. The core innovation is the integration of a multi-zone heat-balance regularizer into the diffusion process, ensuring generated trajectories adhere to fundamental thermodynamic laws. This approach significantly improves out-of-distribution generalization, enabling the model to adapt seamlessly across seasonal and climate shifts.
Experimental validation on SemiBuildingSim and Sinergym environments demonstrates that ADAPT achieves a 7.3% reduction in energy consumption and a 30.2% decrease in occupant discomfort compared to state-of-the-art baselines. Its transfer robustness is particularly notable, maintaining high performance with minimal degradation under unseen seasonal and regional conditions. The model’s explicit thermal baseline prediction enhances downstream reinforcement learning control, supporting delayed reward attribution and more efficient policy learning.
This work marks a substantial step forward in building energy management, offering a scalable, physics-informed, and transferable AI solution. It addresses key limitations of existing methods, providing a pathway toward smarter, more sustainable urban environments. Future efforts will focus on reducing computational costs, integrating multi-modal data, and deploying in real-world settings to realize its full potential in energy-efficient building operation.
Deep Analysis
Background
Building energy consumption constitutes roughly one-third of global energy use, with HVAC systems being the dominant contributor. Traditional control approaches like MPC and DRL have achieved some success but face limitations in modeling delayed thermal responses and environment variability. Recent advances in generative models, especially diffusion models, have shown promise in long-horizon prediction tasks, yet their application in building thermal dynamics remains underexplored. Existing models often lack physical interpretability and transferability, leading to poor performance under distribution shifts. Integrating physical laws into deep generative models offers a promising avenue to overcome these challenges, enabling more robust and generalizable indoor environment predictions.
Core Problem
The core challenge is accurately modeling the delayed and partially observable thermal responses of buildings across diverse environments. Existing models tend to overfit to training data, lacking physical consistency, which hampers their transferability. This results in suboptimal HVAC control, increased energy consumption, and occupant discomfort, especially under unseen seasonal or regional conditions. Developing a model that can explicitly capture latent thermal inertia, adhere to physical laws, and generalize across environments is critical for advancing energy-efficient, occupant-centric HVAC systems.
Innovation
This work introduces a physics-aware conditional diffusion model that explicitly predicts future thermal baselines, capturing latent thermal inertia. The key innovations include:
- �� Using a diffusion probabilistic framework for flexible, high-fidelity trajectory generation.
- �� Incorporating a differentiable multi-zone heat-balance regularizer to enforce physical consistency without manual parameter calibration.
- �� Enabling transfer across seasons and climate zones, addressing the limitations of purely data-driven models.
- �� Supporting downstream reinforcement learning with explicit delayed thermal predictions, improving control robustness and efficiency.
These innovations collectively enable a physically grounded, transferable, and robust indoor environment model, significantly advancing the state-of-the-art in building energy management.
Methodology
- �� Model formulation as a Partially Observable Markov Decision Process (POMDP), with partial sensor observations including zone temperatures, humidity, occupancy, outdoor weather, and solar radiation.
- �� Design of a conditional diffusion process: input historical trajectories and future control sequences, generate future thermal baselines via a reverse denoising process.
- �� Implementation of a multi-zone heat-balance regularizer, modeling inter-zone heat transfer, outdoor exchange, solar gains, internal heat, and HVAC effects.
- �� Joint training of the diffusion model with the physical regularizer, optimizing a combined loss function that includes the diffusion denoising objective, physical residuals, and parameter identification.
- �� Integration into a reinforcement learning framework: the predicted thermal baseline supports delayed reward attribution, while imagined future rollouts improve policy learning.
- �� Use of branch-wise action-value networks, with the thermal baseline injected into advantage streams for more informed decision-making.
Experiments
Experiments utilize SemiBuildingSim, based on real building data, and Sinergym, simulating different climates. Metrics include CVRMSE, occupant comfort (PPD, PMV), energy consumption, and control smoothness. The models are trained with hyperparameters tuned for diffusion steps and regularization weights. Transfer tests involve switching between seasons and climates, assessing robustness. Baselines include MPC, traditional RL, and pure data-driven models. The evaluation emphasizes prediction accuracy, control effectiveness, and transfer robustness, with ablation studies validating the importance of physics regularization.
Results
ADAPT outperforms baselines with a 7.3% energy reduction and 30.2% occupant comfort improvement in IID settings. In cross-season and cross-region tests, it maintains high performance with minimal degradation, significantly better than non-physics models. The physics regularizer enhances physical plausibility, reduces prediction errors, and improves robustness against environment shifts. These results demonstrate the model’s capacity for reliable, transferable indoor environment prediction and control.
Applications
This approach can be integrated into smart building management systems for energy savings and occupant comfort. It is suitable for existing buildings with limited sensor data, as it requires only partial observations. The model’s transferability makes it ideal for multi-region deployment, supporting urban sustainability goals. Future deployment will involve sensor integration, edge computing, and real-time inference to enable adaptive, energy-efficient HVAC control.
Limitations & Outlook
The training process demands extensive high-quality data, which may be costly. Diffusion inference involves iterative steps, increasing computational load, challenging real-time applications. Although physics regularization improves robustness, extreme climates or unique building geometries may still pose challenges, requiring further physical parameter calibration. Future work should focus on reducing inference costs and enhancing adaptability to diverse physical structures.
Plain Language Accessible to non-experts
Imagine managing a big factory with many rooms, each with different heating and cooling needs. If you only look at the current temperature, it’s hard to predict how the temperature will change in the next few hours because walls, furniture, and equipment store and release heat slowly. Traditional systems are like simple thermostats—they react only after the temperature has already changed. Now, think of a smarter system that can look at past data and predict how the temperature will evolve, considering how heat moves inside the building. It’s like having a weather forecast for the factory’s temperature, which helps you plan ahead. This system uses a special kind of 'prediction magic' called diffusion, which generates realistic future temperature scenarios based on physical laws. It learns from past data but also understands the physics of heat transfer, so it can work well even when the weather or seasons change. This way, the factory can save energy by adjusting heating and cooling in advance, keeping everyone comfortable without wasting power. The key is that it not only predicts future temperatures accurately but also adapts to different buildings and climates, making it a versatile and reliable tool for smarter energy use.
ELI14 Explained like you're 14
Imagine you’re in charge of a huge school with lots of classrooms. The temperature in each classroom depends on many things—like the weather outside, how many students are inside, and how the heating or air conditioning is set. If you only check the current temperature, you can’t tell what it will be in an hour or two. Traditional thermostats just react after the temperature has already changed, which isn’t very efficient. Now, picture having a super-smart assistant that looks at what’s happened in the past and can predict how the temperature will change in the future. It’s like having a weather forecast, but for the school’s indoor climate! This assistant uses a special kind of magic called diffusion, which helps it generate realistic future temperature scenarios based on the laws of physics—like how heat moves from one place to another. Because it understands these physical rules, it can still make good predictions even if the weather suddenly changes or it’s a different season. This means the school can adjust the heating or cooling in advance, saving energy and keeping everyone comfortable. It’s like having a crystal ball that shows the future indoor climate, helping you make smarter decisions and save power at the same time!
Abstract
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.