SYJul 13, 2018
Cyber-Physical System for Energy-Efficient Stadium Operation: Methodology and Experimental ValidationMischa Schmidt, Anett Schülke, Alberto Venturi et al.
The environmental impacts of medium to large scale buildings receive substantial attention in research, industry, and media. This paper studies the energy savings potential of a commercial soccer stadium during day-to-day operation. Buildings of this kind are characterized by special purpose system installations like grass heating systems and by event-driven usage patterns. This work presents a methodology to holistically analyze the stadiums characteristics and integrate its existing instrumentation into a Cyber-Physical System, enabling to deploy different control strategies flexibly. In total, seven different strategies for controlling the studied stadiums grass heating system are developed and tested in operation. Experiments in winter season 2014/2015 validated the strategies impacts within the real operational setup of the Commerzbank Arena, Frankfurt, Germany. With 95% confidence, these experiments saved up to 66% of median daily weather-normalized energy consumption. Extrapolated to an average heating season, this corresponds to savings of 775 MWh and 148 t of CO2 emissions. In winter 2015/2016 an additional predictive nighttime heating experiment targeted lower temperatures, which increased the savings to up to 85%, equivalent to 1 GWh (197 t CO2) in an average winter. Beyond achieving significant energy savings, the different control strategies also met the target temperature levels to the satisfaction of the stadiums operational staff. While the case study constitutes a significant part, the discussions dedicated to the transferability of this work to other stadiums and other building types show that the concepts and the approach are of general nature. Furthermore, this work demonstrates the first successful application of Deep Belief Networks to regress and predict the thermal evolution of building systems.
LGApr 23, 2021
A study on Ensemble Learning for Time Series Forecasting and the need for Meta-LearningJulia Gastinger, Sébastien Nicolas, Dušica Stepić et al.
The contribution of this work is twofold: (1) We introduce a collection of ensemble methods for time series forecasting to combine predictions from base models. We demonstrate insights on the power of ensemble learning for forecasting, showing experiment results on about 16000 openly available datasets, from M4, M5, M3 competitions, as well as FRED (Federal Reserve Economic Data) datasets. Whereas experiments show that ensembles provide a benefit on forecasting results, there is no clear winning ensemble strategy (plus hyperparameter configuration). Thus, in addition, (2), we propose a meta-learning step to choose, for each dataset, the most appropriate ensemble method and their hyperparameter configuration to run based on dataset meta-features.
LGOct 30, 2020
The Combinatorial Multi-Bandit Problem and its Application to Energy ManagementTobias Jacobs, Mischa Schmidt, Sébastien Nicolas et al.
We study a Combinatorial Multi-Bandit Problem motivated by applications in energy systems management. Given multiple probabilistic multi-arm bandits with unknown outcome distributions, the task is to optimize the value of a combinatorial objective function mapping the vector of individual bandit outcomes to a single scalar reward. Unlike in single-bandit problems with multi-dimensional action space, the outcomes of the individual bandits are observable in our setting and the objective function is known. Guided by the hypothesis that individual observability enables better trade-offs between exploration and exploitation, we generalize the lower regret bound for single bandits, showing that indeed for multiple bandits it admits parallelized exploration. For our energy management application we propose a range of algorithms that combine exploration principles for multi-arm bandits with mathematical programming. In an experimental study we demonstrate the effectiveness of our approach to learn action assignments for 150 bandits, each having 24 actions, within a horizon of 365 episodes.
LGJan 30, 2020
HAMLET -- A Learning Curve-Enabled Multi-Armed Bandit for Algorithm SelectionMischa Schmidt, Julia Gastinger, Sébastien Nicolas et al.
Automated algorithm selection and hyperparameter tuning facilitates the application of machine learning. Traditional multi-armed bandit strategies look to the history of observed rewards to identify the most promising arms for optimizing expected total reward in the long run. When considering limited time budgets and computational resources, this backward view of rewards is inappropriate as the bandit should look into the future for anticipating the highest final reward at the end of a specified time budget. This work addresses that insight by introducing HAMLET, which extends the bandit approach with learning curve extrapolation and computation time-awareness for selecting among a set of machine learning algorithms. Results show that the HAMLET Variants 1-3 exhibit equal or better performance than other bandit-based algorithm selection strategies in experiments with recorded hyperparameter tuning traces for the majority of considered time budgets. The best performing HAMLET Variant 3 combines learning curve extrapolation with the well-known upper confidence bound exploration bonus. That variant performs better than all non-HAMLET policies with statistical significance at the 95% level for 1,485 runs.
LGApr 15, 2019
On the Performance of Differential Evolution for Hyperparameter TuningMischa Schmidt, Shahd Safarani, Julia Gastinger et al.
Automated hyperparameter tuning aspires to facilitate the application of machine learning for non-experts. In the literature, different optimization approaches are applied for that purpose. This paper investigates the performance of Differential Evolution for tuning hyperparameters of supervised learning algorithms for classification tasks. This empirical study involves a range of different machine learning algorithms and datasets with various characteristics to compare the performance of Differential Evolution with Sequential Model-based Algorithm Configuration (SMAC), a reference Bayesian Optimization approach. The results indicate that Differential Evolution outperforms SMAC for most datasets when tuning a given machine learning algorithm - particularly when breaking ties in a first-to-report fashion. Only for the tightest of computational budgets SMAC performs better. On small datasets, Differential Evolution outperforms SMAC by 19% (37% after tie-breaking). In a second experiment across a range of representative datasets taken from the literature, Differential Evolution scores 15% (23% after tie-breaking) more wins than SMAC.