Publications
An Efficient Multi Quantile Regression Network with Ad Hoc Prevention of Quantile Crossing
Decke, J.; Jenß, A.; Sick, B. & Gruhl, C.
, 'International Conference on Architecture of Computing Systems (ARCS)', Springer (2024)
This article presents the Sorting Composite Quantile Regression Neural Network (SCQRNN), an advanced quantile regression model designed to prevent quantile crossing and enhance computational efficiency. Integrating ad hoc sorting in training, the SCQRNN ensures non-intersecting quantiles, boosting model reliability and interpretability. We demonstrate that the SCQRNN not only prevents quantile crossing and reduces computational complexity but also achieves faster convergence than traditional models. This advancement meets the requirements of high-performance computing for sustainable, accurate computation. In organic computing, the SCQRNN enhances self-aware systems with predictive uncertainties, enriching applications across finance, meteorology, climate science, and engineering.
From Structured to Unstructured: A Comparative Analysis of Computer Vision and Graph Models in solving Mesh-based PDEs
Decke, J.; Wünsch, O.; Sick, B. & Gruhl, C.
, 'International Conference on Architecture of Computing Systems (ARCS)', Springer (2024)
This article investigates the application of computer vision and graph-based models in solving mesh-based partial differential equations within high-performance computing environments. Focusing on structured, graded structured, and unstructured meshes, the study compares the performance and computational efficiency of three computer vision-based models against three graph-based models across three datasets. The research aims to identify the most suitable models for different mesh topographies, particularly highlighting the exploration of graded meshes, a less studied area. Results demonstrate that computer vision-based models, notably U-Net, outperform the graph models in prediction performance and efficiency in two (structured and graded) out of three mesh topographies. The study also reveals the unexpected effectiveness of computer vision-based models in handling unstructured meshes, suggesting a potential shift in methodological approaches for data-driven partial differential equation learning. The article underscores deep learning as a viable and potentially sustainable way to enhance traditional high-performance computing methods, advocating for informed model selection based on the topography of the mesh.
Organic Computing -- Doctoral Dissertation Colloquium 2023
2024, Tomforde, S. & Krupitzer, C., ed., 26(), Intelligent Embedded Systems, kassel university press, [10.17170/kobra-202402269661]
Organic Computing -- Doctoral Dissertation Colloquium 2022
2023, Tomforde, S. & Krupitzer, C., ed., 24(), Intelligent Embedded Systems, kassel university press, [10.17170/kobra-202302107484]
Stream-based active learning for sliding windows under the influence of verification latency
Pham, T.; Kottke, D.; Krempl, G. & Sick, B.
Machine Learning, 111(6) 2011-2036 (2021)
Stream-based active learning (AL) strategies minimize the labeling effort by querying labels that improve the classifier's performance the most. So far, these strategies neglect the fact that an oracle or expert requires time to provide a queried label. We show that existing AL methods deteriorate or even fail under the influence of such verification latency. The problem with these methods is that they estimate a label's utility on the currently available labeled data. However, when this label would arrive, some of the current data may have gotten outdated and new labels have arrived. In this article, we propose to simulate the available data at the time when the label would arrive. Therefore, our method Forgetting and Simulating (FS) forgets outdated information and simulates the delayed labels to get more realistic utility estimates. We assume to know the label's arrival date a priori and the classifier's training data to be bounded by a sliding window. Our extensive experiments show that FS improves stream-based AL strategies in settings with both, constant and variable verification latency.