SearcharxivSearch

arXiv subjects

Thomas Blank

Publications and source records attributed to Thomas Blank.

3 recordsLinked to original sources

Knowledge Distillation for Efficient Transformer-Based Reinforcement Learning in Hardware-Constrained Energy Management Systems

Transformer-based reinforcement learning has emerged as a strong candidate for sequential control in residential energy management. In particular, the Decision Transformer can learn effective battery dispatch policies from historical data, thereby increasing photovoltaic self-consumption and reducing electricity costs. However, transformer models are typically too computationally demanding for deployment on resource-constrained residential controllers, where memory and latency constraints are critical. This paper investigates knowledge distillation to transfer the decision-making behaviour of high-capacity Decision Transformer policies to compact models that are more suitable for embedded deployment. Using the Ausgrid dataset, we train teacher models in an offline sequence-based Decision Transformer framework on heterogeneous multi-building data. We then distil smaller student models by matching the teachers' actions, thereby preserving control quality while reducing model size. Across a broad set of teacher-student configurations, distillation largely preserves control performance and even yields small improvements of up to 1%, while reducing the parameter count by up to 96%, the inference memory by up to 90%, and the inference time by up to 63%. Beyond these compression effects, comparable cost improvements are also observed when distilling into a student model of identical architectural capacity. Overall, our results show that knowledge distillation makes Decision Transformer control more applicable for residential energy management on resource-limited hardware.

cs.LG

Modeling the diversity of laser-induced spin dynamics in Gd/FeCo multilayers

Recent experimental findings revealed an exceptionally diverse laser-induced spin dynamics tunable by magnetic field ($H$) and temperature ($T$) in ferrimagnetic Gd/FeCo multilayers, however the theoretical picture of these processes remains unclear. To bridge this gap, we theoretically explore $H-T$ phase diagram of such a ferrimagnet and perform a modeling of the laser-induced spin dynamics using the Landau-Lifshitz-Bloch equation. Our model can describe both transverse and longitudinal spin dynamics in the ferrimagnetic multilayer, including ultrafast helicity-independent all-optical switching, observed experimentally. We explore the magnetic $H-T$ phase diagram and the full range of magnetization switching at low laser fluences. We also examine the exchange relaxation mechanism critical for ultrafast switching at higher laser fluences. Our theoretical findings closely match experimental results, demonstrating the validity of the proposed models and their ability to predict static and dynamic magnetic properties of ferrimagnetic multilayers as functions of magnetic field and temperature.

cond-mat.mtrl-sci

Secure short-term load forecasting for smart grids with transformer-based federated learning

Electricity load forecasting is an essential task within smart grids to assist demand and supply balance. While advanced deep learning models require large amounts of high-resolution data for accurate short-term load predictions, fine-grained load profiles can expose users' electricity consumption behaviors, which raises privacy and security concerns. One solution to improve data privacy is federated learning, where models are trained locally on private data, and only the trained model parameters are merged and updated on a global server. Therefore, this paper presents a novel transformer-based deep learning approach with federated learning for short-term electricity load prediction. To evaluate our results, we benchmark our federated learning architecture against central and local learning and compare the performance of our model to long short-term memory models and convolutional neural networks. Our simulations are based on a dataset from a German university campus and show that transformer-based forecasting is a promising alternative to state-of-the-art models within federated learning.

cs.LG