Christian Mayer

CL
h-index29
3papers
72citations
Novelty20%
AI Score37

3 Papers

SYMay 22
OptiQU: Coordinated Multi-Level Voltage and Reactive Power Control for Enhanced Voltage Quality and Secure Grid Operation

Irene Hammermeister, Eric Tönges, Nils Bornhorst et al.

Modern low-voltage (LV) distribution grids face rising shares of photovoltaic generation and high-power loads such as heat pumps and electric vehicle charging stations. Due to high simultaneity, voltage constraints often become binding before thermal limits, triggering costly conventional grid reinforcement measures. Existing voltage and reactive power control in LV grids - e.g., fixed cos($ϕ$) or Q(V) control of distributed generators, on-load tap-changing distribution transformers, and line voltage regulators - is typically applied locally and independently, leaving reactive power flexibility potential unused. This paper presents OptiQU, a coordinated voltage and reactive power control concept for medium-voltage (MV) and LV distribution grids, combining centralised optimisation with decentralised local control and fallback strategies. The approach coordinates operational targets and setpoints across MV and LV (e.g., DER reactive power and substation equipment) to mitigate voltage violations and curtailment and to increase hosting capacity, while enabling robust operation under limited communication. The concepts are being evaluated using representative MV/LV models in simulation and lab environments and will be validated in field tests with two German DSOs. Based on existing research, the coordinated approach is expected to increase the exploitable flexibility for upstream voltage and reactive power control. The planned evaluation will quantify this potential and investigate trade-offs between performance, communication effort, and resilience.

CVOct 28, 2025
Towards the Automatic Segmentation, Modeling and Meshing of the Aortic Vessel Tree from Multicenter Acquisitions: An Overview of the SEG.A. 2023 Segmentation of the Aorta Challenge

Yuan Jin, Antonio Pepe, Gian Marco Melito et al.

The automated analysis of the aortic vessel tree (AVT) from computed tomography angiography (CTA) holds immense clinical potential, but its development has been impeded by a lack of shared, high-quality data. We launched the SEG.A. challenge to catalyze progress in this field by introducing a large, publicly available, multi-institutional dataset for AVT segmentation. The challenge benchmarked automated algorithms on a hidden test set, with subsequent optional tasks in surface meshing for computational simulations. Our findings reveal a clear convergence on deep learning methodologies, with 3D U-Net architectures dominating the top submissions. A key result was that an ensemble of the highest-ranking algorithms significantly outperformed individual models, highlighting the benefits of model fusion. Performance was strongly linked to algorithmic design, particularly the use of customized post-processing steps, and the characteristics of the training data. This initiative not only establishes a new performance benchmark but also provides a lasting resource to drive future innovation toward robust, clinically translatable tools.

CLOct 13, 2021
Automated Essay Scoring Using Transformer Models

Sabrina Ludwig, Christian Mayer, Christopher Hansen et al.

Automated essay scoring (AES) is gaining increasing attention in the education sector as it significantly reduces the burden of manual scoring and allows ad hoc feedback for learners. Natural language processing based on machine learning has been shown to be particularly suitable for text classification and AES. While many machine-learning approaches for AES still rely on a bag-of-words (BOW) approach, we consider a transformer-based approach in this paper, compare its performance to a logistic regression model based on the BOW approach and discuss their differences. The analysis is based on 2,088 email responses to a problem-solving task, that were manually labeled in terms of politeness. Both transformer models considered in that analysis outperformed without any hyper-parameter tuning the regression-based model. We argue that for AES tasks such as politeness classification, the transformer-based approach has significant advantages, while a BOW approach suffers from not taking word order into account and reducing the words to their stem. Further, we show how such models can help increase the accuracy of human raters, and we provide a detailed instruction on how to implement transformer-based models for one's own purpose.