A Distributed ADMM-based Deep Learning Approach for Thermal Control in Multi-Zone Buildings under Demand Response Events

Read original: arXiv:2312.05073 - Published 7/12/2024 by Vincent Taboga, Hanane Dagdougui
Total Score

0

A Distributed ADMM-based Deep Learning Approach for Thermal Control in Multi-Zone Buildings under Demand Response Events

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper presents a distributed ADMM-based deep learning approach for thermal control in multi-zone buildings.
  • The approach aims to optimize energy consumption and thermal comfort in buildings with multiple temperature-controlled zones.
  • It combines distributed optimization using the Alternating Direction Method of Multipliers (ADMM) with deep neural networks for demand response management.

Plain English Explanation

Buildings often have multiple rooms or zones that need to be temperature-controlled, like an office with different offices and a lobby. Traditionally, controlling the temperature in each of these zones has been a complex optimization problem. This paper introduces a new approach that uses a combination of distributed optimization and deep learning to manage the thermal control in a more efficient and effective way.

The key idea is to split up the overall optimization problem into smaller, more manageable sub-problems that can be solved in parallel across the different zones. This distributed approach uses a technique called Alternating Direction Method of Multipliers (ADMM) to coordinate the solutions from the various zones and find an optimal overall solution.

To handle the complexity of the thermal control problem, the system also employs deep neural networks. These machine learning models are trained on data about the building's energy use, temperature, and other relevant factors. The neural networks can then make intelligent decisions about how to adjust the temperature in each zone to minimize energy consumption while maintaining comfort.

By combining the distributed ADMM optimization with the deep learning models, the approach is able to adaptively manage the multi-zone thermal control problem in a way that is more scalable and responsive to changing conditions than traditional methods. This could lead to significant energy savings and improved comfort for building occupants.

Technical Explanation

The paper formulates the multi-zone thermal control problem as a distributed optimization task, where each zone is represented by a local agent that seeks to minimize its own energy consumption and thermal discomfort. The agents coordinate their actions using the ADMM algorithm, which allows them to share information and reach a globally optimal solution in a decentralized manner.

To handle the complexity of the thermal dynamics and the nonlinear relationships between control inputs, energy usage, and comfort metrics, the system employs deep neural networks. These neural networks are trained using historical data on the building's energy consumption, indoor temperatures, and other relevant factors. The trained models are then integrated into the ADMM optimization framework, allowing the agents to predict the outcomes of their control actions and make more informed decisions.

The experiments conducted in the paper demonstrate the effectiveness of the proposed approach on a multi-zone building simulation. The results show that the distributed ADMM-based deep learning method outperforms both centralized optimization and rule-based control strategies in terms of energy savings and thermal comfort. The authors also discuss the scalability and adaptability of the approach, as well as its potential for real-world deployment in demand response programs.

Critical Analysis

The paper presents a promising approach for addressing the complex problem of thermal control in multi-zone buildings. The combination of distributed optimization and deep learning is a novel and well-executed idea that has the potential to significantly improve energy efficiency and occupant comfort in building management.

One potential limitation of the study is the reliance on simulation-based experiments. While the building model used in the simulations is designed to be representative of real-world conditions, it may not fully capture the complexities and uncertainties present in actual buildings. Further evaluation on real-world test sites would be valuable to validate the performance and practicality of the approach.

Additionally, the paper does not address potential privacy and security concerns that may arise from the distributed nature of the system and the use of machine learning models. As building automation systems become more interconnected and data-driven, it will be important to consider these issues and incorporate appropriate safeguards.

Overall, the research presented in this paper is a significant contribution to the field of building energy management. The distributed ADMM-based deep learning approach offers a promising solution to the challenge of optimizing thermal control in multi-zone buildings, and the authors have demonstrated its potential through rigorous evaluation. Further development and real-world testing will be important next steps to fully realize the benefits of this innovative technology.

Conclusion

This paper introduces a novel distributed ADMM-based deep learning approach for thermal control in multi-zone buildings. By combining decentralized optimization with deep neural networks, the system is able to adaptively manage the complex thermal dynamics and optimize energy consumption and occupant comfort across multiple building zones.

The key strengths of the approach are its scalability, adaptability, and ability to handle nonlinear relationships between control inputs, energy usage, and comfort metrics. The simulation-based experiments demonstrate the effectiveness of the method in outperforming both centralized optimization and rule-based control strategies.

While further real-world evaluation is needed, this research represents an important step forward in the field of building energy management. The distributed ADMM-based deep learning approach has the potential to significantly improve the efficiency and sustainability of multi-zone buildings, with benefits for both building operators and occupants.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

A Distributed ADMM-based Deep Learning Approach for Thermal Control in Multi-Zone Buildings under Demand Response Events
Total Score

0

A Distributed ADMM-based Deep Learning Approach for Thermal Control in Multi-Zone Buildings under Demand Response Events

Vincent Taboga, Hanane Dagdougui

The increasing electricity use and reliance on intermittent renewable energy sources challenge power grid management during peak demand, making Demand Response programs and energy conservation measures essential. This research combines distributed optimization using ADMM with deep learning models to plan indoor temperature setpoints effectively. A two-layer hierarchical structure is used, with a central building coordinator at the upper layer and local controllers at the thermal zone layer. The coordinator must limit the building's maximum power by translating the building's total power to local power targets for each zone. Local controllers can modify the temperature setpoints to meet the local power targets. While most algorithms are either centralized or require prior knowledge about the building's structure, our approach is distributed and fully data-driven. The proposed algorithm, called Distributed Planning Networks, is designed to be both adaptable and scalable to many types of buildings, tackling two of the main challenges in the development of such systems. The proposed approach is tested on an 18-zone building modeled in EnergyPlus. The algorithm successfully manages Demand Response peak events.

Read more

7/12/2024

🖼️

Total Score

0

Efficient Data-Driven MPC for Demand Response of Commercial Buildings

Marie-Christine Par'e, Vasken Dermardiros, Antoine Lesage-Landry

Model predictive control (MPC) has been shown to significantly improve the energy efficiency of buildings while maintaining thermal comfort. Data-driven approaches based on neural networks have been proposed to facilitate system modelling. However, such approaches are generally nonconvex and result in computationally intractable optimization problems. In this work, we design a readily implementable energy management method for small commercial buildings. We then leverage our approach to formulate a real-time demand bidding strategy. We propose a data-driven and mixed-integer convex MPC which is solved via derivative-free optimization given a limited computational time of 5 minutes to respect operational constraints. We consider rooftop unit heating, ventilation, and air conditioning systems with discrete controls to accurately model the operation of most commercial buildings. Our approach uses an input convex recurrent neural network to model the thermal dynamics. We apply our approach in several demand response (DR) settings, including a demand bidding, a time-of-use, and a critical peak rebate program. Controller performance is evaluated on a state-of-the-art building simulation. The proposed approach improves thermal comfort while reducing energy consumption and cost through DR participation, when compared to other data-driven approaches or a set-point controller.

Read more

8/19/2024

🧠

Total Score

0

Demand response for residential building heating: Effective Monte Carlo Tree Search control based on physics-informed neural networks

Fabio Pavirani, Gargya Gokhale, Bert Claessens, Chris Develder

To reduce global carbon emissions and limit climate change, controlling energy consumption in buildings is an important piece of the puzzle. Here, we specifically focus on using a demand response (DR) algorithm to limit the energy consumption of a residential building's heating system while respecting user's thermal comfort. In that domain, Reinforcement learning (RL) methods have been shown to be quite effective. One such RL method is Monte Carlo Tree Search (MCTS), which has achieved impressive success in playing board games (go, chess). A particular advantage of MCTS is that its decision tree structure naturally allows to integrate exogenous constraints (e.g., by trimming branches that violate them), while conventional RL solutions need more elaborate techniques (e.g., indirectly by adding penalties in the cost/reward function, or through a backup controller that corrects constraint-violating actions). The main aim of this paper is to study the adoption of MCTS for building control, since this (to the best of our knowledge) has remained largely unexplored. A specific property of MCTS is that it needs a simulator component that can predict subsequent system states, based on actions taken. A straightforward data-driven solution is to use black-box neural networks (NNs). We will however extend a Physics-informed Neural Network (PiNN) model to deliver multi-timestep predictions, and show the benefit it offers in terms of lower prediction errors ($-$32% MAE) as well as better MCTS performance ($-$4% energy cost, $+$7% thermal comfort) compared to a black-box NN. A second contribution will be to extend a vanilla MCTS version to adopt the ideas applied in AlphaZero (i.e., using learned prior and value functions and an action selection heuristic) to obtain lower computational costs while maintaining control performance.

Read more

5/22/2024

Decentralized Coordination of Distributed Energy Resources through Local Energy Markets and Deep Reinforcement Learning
Total Score

0

Decentralized Coordination of Distributed Energy Resources through Local Energy Markets and Deep Reinforcement Learning

Daniel May, Matthew Taylor, Petr Musilek

As the energy landscape evolves toward sustainability, the accelerating integration of distributed energy resources poses challenges to the operability and reliability of the electricity grid. One significant aspect of this issue is the notable increase in net load variability at the grid edge. Transactive energy, implemented through local energy markets, has recently garnered attention as a promising solution to address the grid challenges in the form of decentralized, indirect demand response on a community level. Given the nature of these challenges, model-free control approaches, such as deep reinforcement learning, show promise for the decentralized automation of participation within this context. Existing studies at the intersection of transactive energy and model-free control primarily focus on socioeconomic and self-consumption metrics, overlooking the crucial goal of reducing community-level net load variability. This study addresses this gap by training a set of deep reinforcement learning agents to automate end-user participation in ALEX, an economy-driven local energy market. In this setting, agents do not share information and only prioritize individual bill optimization. The study unveils a clear correlation between bill reduction and reduced net load variability in this setup. The impact on net load variability is assessed over various time horizons using metrics such as ramping rate, daily and monthly load factor, as well as daily average and total peak export and import on an open-source dataset. Agents are then benchmarked against several baselines, with their performance levels showing promising results, approaching those of a near-optimal dynamic programming benchmark.

Read more

4/23/2024