Physics-Informed and Explainable Graph Neural Networks for Generalizable Urban Building Energy Modeling
Abstract
1. Introduction
2. Literature Review
3. Methodology
3.1. Overview of the Framework
3.2. Urban Building Graph Construction
3.2.1. Data Acquisition and Parametric Modeling
3.2.2. Graph Construction and Physics-Informed Feature Encoding
- Scalability: The simple distance-based criterion enables efficient and consistent graph generation across heterogeneous clusters.
- Physical interpretability: The resulting graph structure reflects local spatial adjacency patterns, facilitating intuitive interpretation of learned attention weights and their physical meaning in the urban context.
- Area: Building footprint area (m2), derived from 2D cadastral polygons.
- Height: Building height, extracted from LiDAR data and cross-validated with official height records.
- Floors: Number of floors, estimated from building height and standard floor-to-floor dimensions.
- Orientation: Azimuth angle of the main facade (degrees), determined by analyzing dominant facade orientations.
- Shape coefficient (S): Defined as
- Distance (): Euclidean distance between the centroids of buildings i and j,
- Angular relation (): The angle between the vector from building i to j and the main solar direction (assumed south),
- Simulated shading coefficient (): Reduction in direct solar access from j to i, computed from 3D massing analysis as
3.3. Physics-Informed Graph Neural Network Architecture
3.3.1. GNN Model Design and Message Passing
- GraphSAGE [65]: Learns an aggregation function from sampled neighbors (using the mean aggregator in this work), enabling inductive learning and efficient embedding of unseen nodes or clusters. While GraphSAGE does not inherently exploit physics-based edge features, it benefits from the structured graph topology and informative node features, making it well suited for cross-district generalization and transfer to novel building clusters without retraining.
3.3.2. Energy Labeling and Model Training
3.4. Explainable AI and Model Interpretation
3.4.1. Physics-Aware Attention Analysis
3.4.2. Spatial Pattern Interpretation
3.5. Ablation and Benchmark Experiments
3.5.1. Comparison with Baseline Models
- ANN: A fully connected feedforward neural network trained on node features only, without considering inter-building relationships.
- GCN: A standard GCNConv model utilizing node features and graph structure without edge attributes.
3.5.2. Ablation Study on Physics-Aware Attention
- GAT baseline (no edge attributes): Standard GATConv model without any edge attributes, relying solely on node features.
- GAT + geometric attributes: GATConv model incorporating geometric edge attributes (distance and angular relation ).
- GAT + full physics-informed attributes: GATConv model incorporating distance, angular relation , and simulated shading coefficient as edge attributes.
3.6. Districts Test and Comparison
- District 1 (Shenhe; Old City Core): Located in the city center, this district consists of mid-rise residential buildings (6–8 floors) built mainly during the 1980s–1990s. Aging envelopes, limited insulation, and varied retrofitting histories characterize the buildings.
- District 2 (Huanggu; Mixed Layout): A typical old residential neighborhood with similar building height and age distribution to District 1. Buildings mostly feature original construction materials and natural ventilation.
- District 3 (Tiexi; Industrial Legacy): This district comprises clusters of mid-rise old residential buildings developed during the same period. It reflects the urban morphology and building characteristics common in industrial-adjacent residential areas in Shenyang.
4. Results and Analysis
4.1. Comparison of Baseline and Graph-Based Models
4.2. Ablation Study on Physics-Aware Edge Features
4.3. Cross-District Generalization Analysis
4.4. Explainable AI and Model Interpretation
5. Discussion
5.1. Interpretation of Explainability Results
5.2. Cross-District Generalization Insights
5.3. Case Implications for Old Residential District Retrofit
5.4. Limitations and Future Work
6. Conclusions and Future Work
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
Abbreviations
ANN | Artificial neural network; |
CNN | Convolutional neural network; |
DT | Decision tree; |
EUI | Energy use intensity (); |
GB | Gradient boosting; |
GNN | Graph neural network; |
GCN | Graph convolutional networ;k |
GAT | Graph attention network; |
KNN | K-nearest neighbor; |
LiDAR | Light detection and ranging; |
LSTM | Long short-term memory; |
MAE | Mean absolute error; |
MLP | Multilayer perceptron; |
MSE | Mean squared error; |
PINN | Physics-informed neural network; |
RF | Random forest; |
RNN | Recurrent neural network; |
RMSE | Root mean square error; |
Coefficient of determination; | |
SVM | Support vector machine; |
UBEM | Urban building energy modeling; |
UBER | Urban building energy retrofit; |
XAI | Explainable artificial intelligence. |
References
- Wang, C.; Song, J.; Shi, D.; Reyna, J.L.; Horsey, H.; Feron, S.; Zhou, Y.; Ouyang, Z.; Li, Y.; Jackson, R.B. Impacts of climate change, population growth, and power sector decarbonization on urban building energy use. Nat. Commun. 2023, 14, 6434. [Google Scholar] [CrossRef] [PubMed]
- International Energy Agency. Buildings-Energy System-IEA. 2025. Available online: https://www.iea.org/energy-system/buildings (accessed on 15 June 2025).
- Sharston, R.; Singh, M. Urban morphology, urban heat island (UHI) and building energy consumption: A critical review of methods and relationships among influential parameters. Build. Serv. Eng. Res. Technol. 2025, 46, 561–584. [Google Scholar] [CrossRef]
- Dab’at, A.A.; Alqadi, S. The impact of urban morphology on energy demand of a residential building in a Mediterranean climate. Energy Build. 2024, 325, 114989. [Google Scholar] [CrossRef]
- Shan, R.; Lai, W.; Tang, H.; Leng, X.; Gu, W. Residential Building Renovation Considering Energy, Carbon Emissions, and Cost: An Approach Integrating Machine Learning and Evolutionary Generation. Appl. Sci. 2025, 15, 1830. [Google Scholar] [CrossRef]
- Salvalai, G.; Zhu, Y.; Sesana, M.M. From building energy modeling to urban building energy modeling: A review of recent research trend and simulation tools. Energy Build. 2024, 319, 114500. [Google Scholar] [CrossRef]
- Perwez, U.; Rasool, M.H.; Aziz, I.; Zia, U. UBEM-SER: Role of sufficiency, efficiency and renewable in the decarbonization of commercial building stock at city scale. Sustain. Cities Soc. 2025, 122, 106214. [Google Scholar] [CrossRef]
- Halaçlı, E.G.; Canlı, İ.; İşeri, O.K.; Yavuz, F.; Akgül, Ç.M.; Kalkan, S.; Dino, I.G. A Novel Graph Neural Network for Zone-Level Urban-Scale Building Energy Use Estimation. In Proceedings of the 10th ACM International Conference on Systems for Energy-Efficient Buildings, Cities, and Transportation, Istanbul, Turkey, 15–16 November 2023; pp. 169–176. [Google Scholar] [CrossRef]
- Lei, B.; Liu, P.; Milojevic-Dupont, N.; Biljecki, F. Predicting building characteristics at urban scale using graph neural networks and street-level context. Comput. Environ. Urban Syst. 2024, 111, 102129. [Google Scholar] [CrossRef]
- Nandan, M.; Mitra, S.; De, D. GraphXAI: A survey of graph neural networks (GNNs) for explainable AI (XAI). Neural Comput. Appl. 2025, 37, 10949–11000. [Google Scholar] [CrossRef]
- Miraki, A.; Parviainen, P.; Arghandeh, R. Electricity demand forecasting at distribution and household levels using explainable causal graph neural network. Energy AI 2024, 16, 100368. [Google Scholar] [CrossRef]
- Kastner, P.; Dogan, T. Towards Auto-Calibrated UBEM Using Readily Available, Underutilized Urban Data: A Case Study for Ithaca, NY. Energy Build. 2024, 317, 114286. [Google Scholar] [CrossRef]
- Faure, X.; Lebrun, R.; Pasichnyi, O. Impact of time resolution on estimation of energy savings using a copula-based calibration in UBEM. Energy Build. 2024, 311, 114134. [Google Scholar] [CrossRef]
- Liu, Z.; Zhou, X.; Shen, X.; Sun, H.; Yan, D. A novel acceleration approach to shadow calculation based on sunlight channel for urban building energy modeling. Energy Build. 2024, 315, 114244. [Google Scholar] [CrossRef]
- Garreau, E.; Berthou, T.; Duplessis, B.; Partenay, V.; Marchio, D. Solar shading and multi-zone thermal simulation: Parsimonious modelling at urban scale. Energy Build. 2021, 249, 111176. [Google Scholar] [CrossRef]
- Eggimann, S.; Fiorentini, M. Transferring energy signatures across space and time to assess their viability for rapid urban energy demand estimation. Energy Build. 2024, 316, 114348. [Google Scholar] [CrossRef]
- Yu, Q.; Ketzler, G.; Mills, G.; Leuchner, M. Exploring the integration of urban climate models and urban building energy models through shared databases: A review. Theor. Appl. Climatol. 2025, 156, 266. [Google Scholar] [CrossRef]
- Johari, F.; Lindberg, O.; Ramadhani, U.H.; Shadram, F.; Munkhammar, J.; Widén, J. Analysis of large-scale energy retrofit of residential buildings and their impact on the electricity grid using a validated UBEM. Appl. Energy 2024, 361, 122937. [Google Scholar] [CrossRef]
- Thrampoulidis, E.; Hug, G.; Orehounig, K. Approximating optimal building retrofit solutions for large-scale retrofit analysis. Appl. Energy 2023, 333, 120566. [Google Scholar] [CrossRef]
- Kamel, E. A systematic literature review of physics-based urban building energy modeling (UBEM) tools, data sources, and challenges for energy conservation. Energies 2022, 15, 8649. [Google Scholar] [CrossRef]
- Ferrando, M.; Causone, F.; Hong, T.; Chen, Y. Urban building energy modeling (UBEM) tools: A state-of-the-art review of bottom-up physics-based approaches. Sustain. Cities Soc. 2020, 62, 102408. [Google Scholar] [CrossRef]
- Eshraghi, P.; Talami, R.; Dehnavi, A.N.; Mirdamadi, M.; Zomorodian, Z.S. Adopting Explainable-AI to investigate the impact of urban morphology design on energy and environmental performance in dry-arid climates. Adv. Build. Energy Res. 2025, 19, 497–531. [Google Scholar] [CrossRef]
- Li, Z.; Ma, J.; Jiang, F.; Zhang, S.; Tan, Y. Assessing the impacts of urban morphological factors on urban building energy modeling based on spatial proximity analysis and explainable machine learning. J. Build. Eng. 2024, 85, 108675. [Google Scholar] [CrossRef]
- Worthy, A.; Ashayeri, M.; Abbasabadi, N. Leveraging Earth Observational Data Products and Machine Learning to Enhance Urban Building Energy Modeling (UBEM) with Microclimate Effects. Sustain. Cities Soc. 2025, 130, 106544. [Google Scholar] [CrossRef]
- Mondal, N.; Anand, P.; Khan, A.; Deb, C.; Cheong, D.; Sekhar, C.; Niyogi, D.; Santamouris, M. Systematic review of the efficacy of data-driven urban building energy models during extreme heat in cities: Current trends and future outlook. Build. Simul. 2024, 17, 695–722. [Google Scholar] [CrossRef]
- Ali, U.; Bano, S.; Shamsi, M.H.; Sood, D.; Hoare, C.; Zuo, W.; Hewitt, N.J.; O’Donnell, J. Urban building energy performance prediction and retrofit analysis using data-driven machine learning approach. Energy Build. 2024, 303, 113768. [Google Scholar] [CrossRef]
- El-Maraghy, M.; Metawie, M.; Safaan, M.; Eldin, A.S.; Hamdy, A.; El Sharkawy, M.; Abdelaty, A.; Azab, S.; Marzouk, M. Predicting energy consumption of mosque buildings during the operation stage using deep learning approach. Energy Build. 2024, 303, 113829. [Google Scholar] [CrossRef]
- Ma, J.; Cheng, J.C. Identifying the influential features on the regional energy use intensity of residential buildings based on Random Forests. Appl. Energy 2016, 183, 193–201. [Google Scholar] [CrossRef]
- Wang, C.e.a. An innovative method to predict the thermal parameters of construction assemblies for urban building energy models. Build. Environ. 2022, 224, 109541. [Google Scholar] [CrossRef]
- Wang, W.; Lin, Q.; Chen, J.; Li, X.; Sun, Y.; Xu, X. Urban building energy prediction at neighborhood scale. Energy Build. 2021, 251, 111307. [Google Scholar] [CrossRef]
- Gao, G.; Yang, S. Construction and Research of a Data-Driven Energy Consumption Evaluation Model for Urban Building Operation. IEEE Access 2023, 11, 139439–139456. [Google Scholar] [CrossRef]
- Sauer, J.; Mariani, V.C.; dos Santos Coelho, L.; Ribeiro, M.H.D.M.; Rampazzo, M. Extreme gradient boosting model based on improved Jaya optimizer applied to forecasting energy consumption in residential buildings. Evol. Syst. 2022, 13, 577–588. [Google Scholar] [CrossRef]
- Amiri, S.S.; Mueller, M.; Hoque, S. Investigating the application of a commercial and residential energy consumption prediction model for urban Planning scenarios with Machine Learning and Shapley Additive explanation methods. Energy Build. 2023, 287, 112965. [Google Scholar] [CrossRef]
- Nyawa, S.e.a. Transparent machine learning models for predicting decisions to undertake energy retrofits in residential buildings. Ann. Oper. Res. 2023, 1–29. [Google Scholar] [CrossRef]
- Xu, Y.; Li, F.; Asgari, A.; Momeni, S.; Eghbalian, A.; Talebzadeh, M.; Paksaz, A.; Bakhtiarvand, S.K.; Shahabi, S. Prediction and optimization of heating and cooling loads in a residential building based on multi-layer perceptron neural network and different optimization algorithms. Energy 2022, 240, 122692. [Google Scholar] [CrossRef]
- Geng, X.; Cai, S.; Gou, Z. Assessing BIPV potential in dense urban areas using CNN models. Appl. Energy 2025, 377, 124716. [Google Scholar] [CrossRef]
- Koschwitz, D.; Spinnräker, E.; Frisch, J.; van Treeck, C. Long-term urban heating load predictions based on optimized retrofit orders: A cross-scenario analysis. Energy Build. 2020, 208, 109637. [Google Scholar] [CrossRef]
- Li, G.; Zhao, X.; Fan, C.; Fang, X.; Li, F.; Wu, Y. Assessment of long short-term memory and its modifications for enhanced short-term building energy predictions. J. Build. Eng. 2021, 43, 103182. [Google Scholar] [CrossRef]
- Pan, X.; Xu, Y.; Hong, T. Surrogate modelling for urban building energy simulation based on the bidirectional long short-term memory model. J. Build. Perform. Simul. 2024, 1–19. [Google Scholar] [CrossRef]
- Roy, A.; Roy, K.K.; Ahsan Ali, A.; Amin, M.A.; Rahman, A.M. SST-GNN: Simplified spatio-temporal traffic forecasting model using graph neural network. In Proceedings of the Pacific-Asia Conference on Knowledge Discovery and Data Mining, Virtual, 11–14 May 2021; Springer: Cham, Switzerland, 2021; pp. 90–102. [Google Scholar] [CrossRef]
- Mandal, S.; Thakur, M. A city-based PM2.5 forecasting framework using Spatially Attentive Cluster-based Graph Neural Network model. J. Clean. Prod. 2023, 405, 137036. [Google Scholar] [CrossRef]
- Zheng, L.; Lu, W. Urban micro-scale street thermal comfort prediction using a ‘graph attention network’ model. Build. Environ. 2024, 262, 111780. [Google Scholar] [CrossRef]
- Yu, Y.; Li, P.; Huang, D.; Sharma, A. Street-level temperature estimation using graph neural networks: Performance, feature embedding and interpretability. Urban Clim. 2024, 56, 102003. [Google Scholar] [CrossRef]
- Cheng, X.; Hu, Y.; Huang, J.; Wang, S.; Zhao, T.; Dai, E. Urban building energy modeling: A time-series building energy consumption use simulation prediction tool based on graph neural network. In Computing in Civil Engineering 2021; American Society of Civil Engineers: Reston, VA, USA, 2021; pp. 188–195. [Google Scholar] [CrossRef]
- Hu, Y.; Cheng, X.; Wang, S.; Chen, J.; Zhao, T.; Dai, E. Times series forecasting for urban building energy consumption based on graph convolutional network. Appl. Energy 2022, 307, 118231. [Google Scholar] [CrossRef]
- Lu, J.; Zhang, C.; Li, J.; Zhao, Y.; Qiu, W.; Li, T.; Zhou, K.; He, J. Graph convolutional networks-based method for estimating design loads of complex buildings in the preliminary design stage. Appl. Energy 2022, 322, 119478. [Google Scholar] [CrossRef]
- Liu, Q.; Cheng, X.; Shi, J.; Ma, Y.; Peng, P. Modeling and predicting energy consumption of chiller based on dynamic spatial-temporal graph neural network. J. Build. Eng. 2024, 91, 109657. [Google Scholar] [CrossRef]
- Xie, Y.; Stravoravdis, S. Generating occupancy profiles for building simulations using a hybrid GNN and LSTM framework. Energies 2023, 16, 4638. [Google Scholar] [CrossRef]
- Jia, X.; Song, H.; Nan, X.; Cai, X. Prediction of short-term heat load of office buildings based on GNN-LSTM modeling. In Proceedings of the 2024 6th International Conference on Frontier Technologies of Information and Computer (ICFTIC), Qingdao, China, 13–15 December 2024; IEEE: Piscataway, NJ, USA, 2024; pp. 1145–1148. [Google Scholar] [CrossRef]
- Garg, A.; Correa, S.; Li, F.; Chowdhury, S.; New, J.; Bacabac, K.; Kunkel, C.; Baird, D. Empirical Validation of UBEM: An Assessment of Bias in Urban Building Energy Modeling for Chicago; Technical Report; Oak Ridge National Laboratory (ORNL): Oak Ridge, TN, USA, 2024. Available online: https://www.osti.gov/biblio/2301660 (accessed on 15 June 2025).
- Chew, A.W.Z.; He, R.; Zhang, L. Physics Informed Machine Learning (PIML) for design, management and resilience-development of urban infrastructures: A review. Arch. Comput. Methods Eng. 2025, 32, 399–439. [Google Scholar] [CrossRef]
- Pavirani, F.; Gokhale, G.; Claessens, B.; Develder, C. Demand response for residential building heating: Effective Monte Carlo Tree Search control based on physics-informed neural networks. Energy Build. 2024, 311, 114161. [Google Scholar] [CrossRef]
- Nagarathinam, S.; Vasan, A. PhyGICS–A Physics-informed Graph Neural Network-based Intelligent HVAC Controller for Open-plan Spaces. In Proceedings of the 15th ACM International Conference on Future and Sustainable Energy Systems, Singapore, 4–7 June 2024; pp. 203–214. [Google Scholar] [CrossRef]
- Ang, Y.Q.; Yan, M.; Ma, N. On interpretable and explainable machine learning for urban building energy modeling. In Proceedings of the 15th ACM International Conference on Future and Sustainable Energy Systems, Singapore, 4–7 June 2024; pp. 683–686. [Google Scholar] [CrossRef]
- Liu, P.; Zhang, Y.; Biljecki, F. Explainable spatially explicit geospatial artificial intelligence in urban analytics. Environ. Plan. B Urban Anal. City Sci. 2024, 51, 1104–1123. [Google Scholar] [CrossRef]
- Huang, Y.; Zhao, Y.; Wang, Z.; Liu, X.; Liu, H.; Fu, Y. Explainable district heat load forecasting with active deep learning. Appl. Energy 2023, 350, 121753. [Google Scholar] [CrossRef]
- Lin, D.; Xu, X.; Liu, K.; Wu, T.; Wang, X.; Zhang, R. Interpretable data-driven urban building energy modeling considering inter-building effect. Build. Environ. 2025, 274, 112688. [Google Scholar] [CrossRef]
- Ruan, Y.; Ma, Y.; Xu, T.; Yao, Y.; Meng, H.; Qian, F.; Wang, C.; Liu, W. Interpretable Multi-Feature District Building Energy Consumption Prediction Model: Based on Dual Attention Mechanism and Spatiotemporal Graph Convolutional Network. SSRN Electron. J. 2024. [Google Scholar] [CrossRef]
- Yu, J.; Hagen-Zanker, A.; Santitissadeekorn, N.; Hughes, S. A data-driven framework to manage uncertainty due to limited transferability in urban growth models. Comput. Environ. Urban Syst. 2022, 98, 101892. [Google Scholar] [CrossRef]
- Guo, R.; Shamsi, M.H.; Sharifi, M.; Saelens, D. Exploring uncertainty in district heat demand through a probabilistic building characterization approach. Appl. Energy 2025, 377, 124411. [Google Scholar] [CrossRef]
- Wu, Z.; Li, M.; Liu, W.; Cheng, J.C.; Wang, Z.; Kwok, H.H.; Huang, C.; Hou, F. Developing surrogate models for the early-stage design of residential blocks using graph neural networks. Build. Simul. 2025, 18, 679–698. [Google Scholar] [CrossRef]
- Yang, C.; Li, S.; Gou, Z. Spatiotemporal prediction of urban building rooftop photovoltaic potential based on GCN-LSTM. Energy Build. 2025, 334, 115522. [Google Scholar] [CrossRef]
- Lu, J.; Zheng, Z.; Zhang, C.; Zhao, Y.; Feng, C.; Choudhary, R. Graph convolutional networks-based method for uncertainty quantification of building design loads. Build. Simul. 2025, 18, 321–337. [Google Scholar] [CrossRef]
- Cai, J.; Yang, H.; Song, C.; Xu, K. A novel graph convolutional network-based interpretable method for chiller energy consumption prediction considering the spatiotemporal coupling between variables. Energy 2024, 312, 133639. [Google Scholar] [CrossRef]
- Hamilton, W.; Ying, Z.; Leskovec, J. Inductive representation learning on large graphs. Adv. Neural Inf. Process. Syst. 2017, 30, 1024–1034. [Google Scholar] [CrossRef]
- Jia, Y.; Wang, J.; Hosseini, M.R.; Shou, W.; Wu, P.; Mao, C. Temporal graph attention network for building thermal load prediction. Energy Build. 2024, 321, 113507. [Google Scholar] [CrossRef]
- Roscher, R.; Bohn, B.; Duarte, M.F.; Garcke, J. Explainable machine learning for scientific insights and discoveries. IEEE Access 2020, 8, 42200–42216. [Google Scholar] [CrossRef]
- Belle, V.; Papantonis, I. Principles and practice of explainable machine learning. Front. Big Data 2021, 4, 688969. [Google Scholar] [CrossRef]
- Agarwal, C.; Queen, O.; Lakkaraju, H.; Zitnik, M. Evaluating explainability for graph neural networks. Sci. Data 2023, 10, 144. [Google Scholar] [CrossRef]
- Li, Z.; Ma, J.; Jiang, F. Exploring the effects of 2D/3D building factors on urban energy consumption using explainable machine learning. J. Build. Eng. 2024, 97, 110827. [Google Scholar] [CrossRef]
- Wang, P.; Liu, Z.; Zhang, L. Sustainability of compact cities: A review of Inter-Building Effect on building energy and solar energy use. Sustain. Cities Soc. 2021, 72, 103035. [Google Scholar] [CrossRef]
- Ni, H.; Wang, D.; Zhao, W.; Jiang, W.; Mingze, E.; Huang, C.; Yao, J. Enhancing rooftop solar energy potential evaluation in high-density cities: A Deep Learning and GIS based approach. Energy Build. 2024, 309, 113743. [Google Scholar] [CrossRef]
- Lan, H.; Gou, Z.; Hou, C. Understanding the relationship between urban morphology and solar potential in mixed-use neighborhoods using machine learning algorithms. Sustain. Cities Soc. 2022, 87, 104225. [Google Scholar] [CrossRef]
- Yue, Y.; Yan, Z.; Ni, P.; Lei, F.; Qin, G. Promoting solar energy utilization: Prediction, analysis and evaluation of solar radiation on building surfaces at city scale. Energy Build. 2024, 319, 114561. [Google Scholar] [CrossRef]
- Ren, H.; Xu, C.; Ma, Z.; Sun, Y. A novel 3D-geographic information system and deep learning integrated approach for high-accuracy building rooftop solar energy potential characterization of high-density cities. Appl. Energy 2022, 306, 117985. [Google Scholar] [CrossRef]
- Wenninger, S.; Karnebogen, P.; Lehmann, S.; Menzinger, T.; Reckstadt, M. Evidence for residential building retrofitting practices using explainable AI and socio-demographic data. Energy Rep. 2022, 8, 13514–13528. [Google Scholar] [CrossRef]
- Liu, Z.; Zhou, X.; Tian, W.; Liu, X.; Yan, D. Impacts of uncertainty in building envelope thermal transmittance on heating/cooling demand in the urban context. Energy Build. 2022, 273, 112363. [Google Scholar] [CrossRef]
- Doma, A.; Ouf, M. Modelling occupant behaviour for urban scale simulation: Review of available approaches and tools. Build. Simul. 2023, 16, 169–184. [Google Scholar] [CrossRef]
- Banfi, A.; Ferrando, M.; Li, P.; Shi, X.; Causone, F. Integrating Occupant Behaviour into Urban-Building Energy Modelling: A Review of Current Practices and Challenges. Energies 2024, 17, 4400. [Google Scholar] [CrossRef]
- Li, X.; Wen, J. Building energy consumption on-line forecasting using physics based system identification. Energy Build. 2014, 82, 1–12. [Google Scholar] [CrossRef]
- Mosteiro-Romero, M.; Miller, C.; Quintana, M.; Chong, A.; Stouffs, R. Leveraging campus-scale Wi-Fi data for activity-based occupant modeling in urban energy applications. J. Phys. Conf. Ser. 2023, 2600, 132008. [Google Scholar] [CrossRef]
Variable | District 1 | District 2 | District 3 |
---|---|---|---|
N | 136 | 225 | 200 |
Total Area (m2) | 525,926 | 1,299,668 | 1,005,192 |
Floors | 7.5 ± 0.8 [6–9] | 7.5 ± 1.0 [5–10] | 7.2 ± 0.8 [6–10] |
Height (m) | 22.5 ± 2.5 [18–27] | 22.4 ± 3.1 [15–30] | 21.7 ± 2.3 [18–30] |
Area (m2) | 3867.1 ± 2131.3 [718–9242] | 5776.3 ± 2033.4 [2107–9952] | 5026.0 ± 1663.0 [1896–8900] |
Shape Coefficient | 0.0 ± 0.0 | 98.2 ± 47.2 | 81.0 ± 54.5 |
EUI (kWh/m2) | 173.1 ± 94.7 [34–422] | 258.6 ± 87.5 [100–535] | 232.1 ± 74.6 [102–424] |
Orientation | Mean: 0.0°; Mode: 0.0° | Mean: 98.2°; Mode: 31.4° | Mean: 81.0°; Mode: 90.1° |
Model | RMSE (Mean ± Std) | MAE (Mean ± Std) | Time (s) |
---|---|---|---|
ANN (Baseline) | 29.06 ± 10.58 | 23.11 ± 8.80 | 3.74 ± 0.33 |
GCN | 41.46 ± 8.22 | 33.45 ± 6.97 | 9.05 ± 0.84 |
GraphSAGE | 16.22 ± 4.00 | 12.63 ± 2.52 | 8.87 ± 0.86 |
GAT (baseline) | 29.53 ± 8.22 | 23.73 ± 7.23 | 17.44 ± 1.37 |
GAT (distance) | 32.90 ± 7.93 | 26.51 ± 7.18 | 23.25 ± 4.11 |
GAT (angle) | 31.99 ± 9.20 | 25.85 ± 8.16 | 15.73 ± 0.72 |
GAT (distance + angle) | 28.81 ± 7.52 | 22.60 ± 6.51 | 18.63 ± 1.70 |
Model | Edge Attributes | RMSE | MAE | RMSE | MAE |
---|---|---|---|---|---|
GCN (baseline) | None | 41.46 ± 8.22 | 33.45 ± 6.97 | 42.31 ± 7.84 | 33.92 ± 7.10 |
GraphSAGE | None | 16.22 ± 4.00 | 12.63 ± 2.52 | 21.14 ± 8.92 | 16.37 ± 6.89 |
GAT (baseline) | None | 29.53 ± 8.22 | 23.73 ± 7.23 | 28.37 ± 9.31 | 23.12 ± 7.89 |
GAT (distance) | Distance () | 32.90 ± 7.93 | 26.51 ± 7.18 | 29.81 ± 10.07 | 23.91 ± 9.41 |
GAT (angle) | Angle () | 31.99 ± 9.20 | 25.85 ± 8.16 | 25.67 ± 8.84 | 20.65 ± 7.53 |
GAT (distance + angle) | Distance + Angle | 28.81 ± 7.52 | 22.60 ± 6.51 | 31.29 ± 10.26 | 25.70 ± 9.51 |
Model | Edge Attr. | District 1 | District 2 | District 3 | |||
---|---|---|---|---|---|---|---|
RMSE | MAE | RMSE | MAE | RMSE | MAE | ||
GCN (baseline) | None | 56.89 ± 15.27 | 44.09 ± 11.46 | 47.10 ± 11.52 | 37.85 ± 8.91 | 41.46 ± 8.22 | 33.45 ± 6.97 |
GraphSAGE | None | 37.97 ± 11.08 | 28.73 ± 8.66 | 23.57 ± 6.05 | 17.98 ± 4.26 | 16.22 ± 4.00 | 12.63 ± 2.52 |
GAT (baseline) | None | 43.03 ± 12.09 | 32.00 ± 10.62 | 25.93 ± 7.82 | 19.80 ± 5.01 | 29.53 ± 8.22 | 23.73 ± 7.23 |
GAT (distance) | Distance () | 43.62 ± 13.55 | 33.10 ± 10.19 | 28.71 ± 6.31 | 21.75 ± 4.87 | 32.90 ± 7.93 | 26.51 ± 7.18 |
GAT (angle) | Angle () | 42.39 ± 12.04 | 32.02 ± 9.11 | 26.91 ± 8.08 | 20.07 ± 5.43 | 31.99 ± 9.20 | 25.85 ± 8.16 |
GAT (dist+angle) | Dist.+Angle | 42.79 ± 13.16 | 31.23 ± 10.33 | 28.56 ± 6.95 | 21.49 ± 4.78 | 28.81 ± 7.52 | 22.60 ± 6.51 |
Model | Edge Attr. | District 1 | District 2 | District 3 | |||
---|---|---|---|---|---|---|---|
RMSE | MAE | RMSE | MAE | RMSE | MAE | ||
GCN (baseline) | None | 55.37 ± 15.30 | 43.09 ± 10.41 | 51.39 ± 13.87 | 40.60 ± 10.76 | 42.31 ± 7.84 | 33.92 ± 7.10 |
GraphSAGE | None | 34.07 ± 10.08 | 26.79 ± 8.16 | 24.17 ± 5.13 | 18.32 ± 3.91 | 21.14 ± 8.92 | 16.37 ± 6.89 |
GAT (baseline) | None | 45.31 ± 12.90 | 33.98 ± 10.23 | 27.02 ± 8.48 | 20.93 ± 5.30 | 28.37 ± 9.31 | 23.12 ± 7.89 |
GAT (distance) | Distance () | 41.79 ± 13.22 | 32.15 ± 10.77 | 29.31 ± 6.86 | 22.11 ± 5.12 | 29.81 ± 10.07 | 23.91 ± 9.41 |
GAT (angle) | Angle () | 38.64 ± 11.88 | 29.56 ± 8.68 | 27.98 ± 7.12 | 21.06 ± 4.97 | 25.67 ± 8.84 | 20.65 ± 7.53 |
GAT (dist+angle) | Dist.+Angle | 39.14 ± 12.12 | 29.49 ± 8.84 | 29.80 ± 8.24 | 22.56 ± 5.27 | 31.29 ± 10.26 | 25.70 ± 9.51 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Shan, R.; Ning, H.; Xu, Q.; Su, X.; Guo, M.; Jia, X. Physics-Informed and Explainable Graph Neural Networks for Generalizable Urban Building Energy Modeling. Appl. Sci. 2025, 15, 8854. https://doi.org/10.3390/app15168854
Shan R, Ning H, Xu Q, Su X, Guo M, Jia X. Physics-Informed and Explainable Graph Neural Networks for Generalizable Urban Building Energy Modeling. Applied Sciences. 2025; 15(16):8854. https://doi.org/10.3390/app15168854
Chicago/Turabian StyleShan, Rudai, Hao Ning, Qianhui Xu, Xuehua Su, Mengjin Guo, and Xiaohan Jia. 2025. "Physics-Informed and Explainable Graph Neural Networks for Generalizable Urban Building Energy Modeling" Applied Sciences 15, no. 16: 8854. https://doi.org/10.3390/app15168854
APA StyleShan, R., Ning, H., Xu, Q., Su, X., Guo, M., & Jia, X. (2025). Physics-Informed and Explainable Graph Neural Networks for Generalizable Urban Building Energy Modeling. Applied Sciences, 15(16), 8854. https://doi.org/10.3390/app15168854