Publications at the Faculty of Computer Science and Automation since 2015

Results: 1924
Created on: Fri, 26 Apr 2024 23:16:47 +0200 in 0.0838 sec


Welzel, Simon; Dressler, Falko; Klingler, Florian
Poster: Cuckoo filters for two-hop neighbor management in vehicular networks. - In: 2023 IEEE Vehicular Networking Conference (VNC), (2023), S. 155-156

Neighbor management in vehicular networks comes with the risk of unnecessarily overloading the wireless channel, particularly when two-hop neighbor information is required. A possible solution to this challenge is the use of probabilistic data structures. In our previous work, we explored the benefits of using Bloom filters for maintaining this neighbor information showing promising results. In this paper, we now evaluate the usage of a additional probabilistic data structure, the Cuckoo Filter, which is advertised as a superior alternative to Bloom filter. We assess the performance of the Cuckoo approach in a vehicular networking scenario and find that it does not meet these expectations. In fact, it may lead to worse performance in specific configurations.



https://doi.org/10.1109/VNC57357.2023.10136341
Fischer, Gerald; Baumgarten, Daniel; Haueisen, Jens; Kofler, Markus
N˚69 - N-Interval fourier transform analysis of cortical evoked responses - Median and tibial SEPs. - In: Clinical neurophysiology, ISSN 1872-8952, Bd. 150 (2023), S. e93-e94

https://doi.org/10.1016/j.clinph.2023.03.076
Ileberi, Gbalimene Richard; Li, Pu
Integrating hydrokinetic energy into hybrid renewable energy system: optimal design and comparative analysis. - In: Energies, ISSN 1996-1073, Bd. 16 (2023), 8, 3403, S. 1-28

Renewable energy resources and energy efficiency measures are effective means of curtailing CO2 emissions. Solar and wind technologies have been mostly developed to meet the energy demand of off-grid remote areas or locations without grid connections. However, it is well-known that the power generation of these resources is affected by daily fluctuations and seasonal variability. One way to mitigate such an effect is to incorporate hydrokinetic resources into the energy system, which has not been well investigated yet. Therefore, this study examines the prospects of designing a hybrid system that integrates hydrokinetic energy to electrify an off-grid area. Hydrokinetic energy generation depends on water flow velocity (WFV). We estimate WFV by a model-based approach with geographical and weather data as inputs. Together with the models of the other components (wind turbine, PV panel, battery, and diesel generator) in the micro-grid, an optimization problem is formulated with the total net present cost and the cost of energy as performance criteria. A genetic algorithm (GA) is used to solve this problem for determining an optimal system configuration. Applying our approach to a small community in Nigeria, our findings show that the flow velocity of a nearby river ranges between 0.017 and 5.12 m/s, with a mean velocity of 0.71 m/s. The resulting optimal micro-grid consists of 320 kW of PV, 120 units of 6.91 kWh batteries, 2 (27 kW) hydrokinetic turbines, an 120 kW converter, zero wind turbines, and a 100 kW diesel generator. As a result, the total energy generated will be 471,743 kWh/year, of which 12% emanates from hydrokinetic energy. The total net present cost, the cost of energy, and the capital cost are USD 1,103,668, 0.2841 USD/kWh, and USD 573,320, respectively.



https://doi.org/10.3390/en16083403
Kläbe, Steffen;
Modern data analytics in the cloud era. - Ilmenau : Universitätsbibliothek, 2023. - 1 Online-Ressource (171 Seiten)
Technische Universität Ilmenau, Dissertation 2023

Cloud Computing ist die dominante Technologie des letzten Jahrzehnts. Die Benutzerfreundlichkeit der verwalteten Umgebung in Kombination mit einer nahezu unbegrenzten Menge an Ressourcen und einem nutzungsabhängigen Preismodell ermöglicht eine schnelle und kosteneffiziente Projektrealisierung für ein breites Nutzerspektrum. Cloud Computing verändert auch die Art und Weise wie Software entwickelt, bereitgestellt und genutzt wird. Diese Arbeit konzentriert sich auf Datenbanksysteme, die in der Cloud-Umgebung eingesetzt werden. Wir identifizieren drei Hauptinteraktionspunkte der Datenbank-Engine mit der Umgebung, die veränderte Anforderungen im Vergleich zu traditionellen On-Premise-Data-Warehouse-Lösungen aufweisen. Der erste Interaktionspunkt ist die Interaktion mit elastischen Ressourcen. Systeme in der Cloud sollten Elastizität unterstützen, um den Lastanforderungen zu entsprechen und dabei kosteneffizient zu sein. Wir stellen einen elastischen Skalierungsmechanismus für verteilte Datenbank-Engines vor, kombiniert mit einem Partitionsmanager, der einen Lastausgleich bietet und gleichzeitig die Neuzuweisung von Partitionen im Falle einer elastischen Skalierung minimiert. Darüber hinaus führen wir eine Strategie zum initialen Befüllen von Puffern ein, die es ermöglicht, skalierte Ressourcen unmittelbar nach der Skalierung auszunutzen. Cloudbasierte Systeme sind von fast überall aus zugänglich und verfügbar. Daten werden häufig von zahlreichen Endpunkten aus eingespeist, was sich von ETL-Pipelines in einer herkömmlichen Data-Warehouse-Lösung unterscheidet. Viele Benutzer verzichten auf die Definition von strikten Schemaanforderungen, um Transaktionsabbrüche aufgrund von Konflikten zu vermeiden oder um den Ladeprozess von Daten zu beschleunigen. Wir führen das Konzept der PatchIndexe ein, die die Definition von unscharfen Constraints ermöglichen. PatchIndexe verwalten Ausnahmen zu diesen Constraints, machen sie für die Optimierung und Ausführung von Anfragen nutzbar und bieten effiziente Unterstützung bei Datenaktualisierungen. Das Konzept kann auf beliebige Constraints angewendet werden und wir geben Beispiele für unscharfe Eindeutigkeits- und Sortierconstraints. Darüber hinaus zeigen wir, wie PatchIndexe genutzt werden können, um fortgeschrittene Constraints wie eine unscharfe Multi-Key-Partitionierung zu definieren, die eine robuste Anfrageperformance bei Workloads mit unterschiedlichen Partitionsanforderungen bietet. Der dritte Interaktionspunkt ist die Nutzerinteraktion. Datengetriebene Anwendungen haben sich in den letzten Jahren verändert. Neben den traditionellen SQL-Anfragen für Business Intelligence sind heute auch datenwissenschaftliche Anwendungen von großer Bedeutung. In diesen Fällen fungiert das Datenbanksystem oft nur als Datenlieferant, während der Rechenaufwand in dedizierten Data-Science- oder Machine-Learning-Umgebungen stattfindet. Wir verfolgen das Ziel, fortgeschrittene Analysen in Richtung der Datenbank-Engine zu verlagern und stellen das Grizzly-Framework als DataFrame-zu-SQL-Transpiler vor. Auf dieser Grundlage identifizieren wir benutzerdefinierte Funktionen (UDFs) und maschinelles Lernen (ML) als wichtige Aufgaben, die von einer tieferen Integration in die Datenbank-Engine profitieren würden. Daher untersuchen und bewerten wir Ansätze für die datenbankinterne Ausführung von Python-UDFs und datenbankinterne ML-Inferenz.



https://doi.org/10.22032/dbt.57434
Konrad, Annika C.; Engert, Veronika; Albrecht, Reyk; Dobel, Christian; Döring, Nicola; Haueisen, Jens; Klimecki, Olga; Sandbothe, Mike; Kanske, Philipp
A multicenter feasibility study on implementing a brief mindful breathing exercise into regular university courses. - In: Scientific reports, ISSN 2045-2322, Bd. 13 (2023), 7908, S. 1-14

Practicing mindfulness is associated with stress reduction and with positive effects in the context of learning and teaching. Although effects on student populations have been studied extensively, there are few studies implementing mindfulness exercises in university courses directly. For this reason, we aimed to investigate whether the use of a brief mindfulness exercise in regular university courses, guided by the lecturers, is feasible and has immediate effects on the students’ mental states. We conducted a preregistered multicenter study with one observational arm, following an ABAB design. In total, N = 325 students from 19 different university courses were included at baseline and n = 101 students at post measurement. Students were recruited by N = 14 lecturers located in six different universities in Germany. Lecturers started their courses either by guiding a brief mindfulness exercise (intervention condition) or as they regularly would, with no such exercise (control condition). In both conditions, the mental states of students and lecturers were assessed. Over the semester, n = 1193 weekly observations from students and n = 160 observations from lecturers were collected. Intervention effects were analyzed with linear mixed-effects models. The brief mindfulness exercise, compared to no such exercise, was associated with lower stress composite scores, higher presence composite scores, higher motivation for the courses, as well as better mood in students. Effects persisted throughout a respective course session. Lecturers also reported positive effects of instructing mindfulness. Implementing a brief mindfulness exercise in regular university teaching sessions is feasible and has positive effects on both students and lecturers.



https://doi.org/10.1038/s41598-023-34737-0
Baumstark, Alexander; Jibril, Muhammad Attahir; Sattler, Kai-Uwe
Adaptive query compilation in graph databases. - In: Distributed and parallel databases, ISSN 1573-7578, Bd. 41 (2023), 3, S. 359-386

Compiling database queries into compact and efficient machine code has proven to be a great technique to improve query performance and exploit characteristics of modern hardware. Particularly for graph database queries, which often execute the exact instructions for processing, this technique can lead to an improvement. Furthermore, compilation frameworks like LLVM provide powerful optimization techniques and support different backends. However, the time for generating and optimizing machine code becomes an issue for short-running queries or queries which could produce early results quickly. In this work, we present an adaptive approach integrating graph query interpretation and compilation. While query compilation and code generation are running in the background, the query execution starts using the interpreter. When the code generation is finished, the execution switches to the compiled code. Our evaluation of the approach using short-running and complex queries show that autonomously switching execution modes helps to improve the runtime of all types of queries and additionally to hide compilation times and the additional latencies of the underlying storage.



https://doi.org/10.1007/s10619-023-07430-4
Garg, Sharva; Bag, Tanmoy; Mitschele-Thiel, Andreas
Data-driven self-organization with implicit self-coordination for coverage and capacity optimization in cellular networks. - In: IEEE transactions on network and service management, ISSN 1932-4537, Bd. 20 (2023), 2, S. 1153-1169

Coverage and Capacity Optimization (CCO) and Inter-Cell Interference Coordination (ICIC) are two tightly coupled and conflicting Self-Organizing Network (SON) functions that are responsible for ensuring optimal coverage and capacity in any cellular network. While executing currently, these functions may modify the same RF and antenna parameters, resulting in severe performance deteriorations. In this context, a centralized optimization and coordination approach may be impractical considering the large sizes of network clusters and the dynamics involved between the several other defined SON use cases. In this work, an implicitly coordinated and scalable self-organizing architecture is followed such that when a carefully defined multi-objective utility function for CCO-ICIC joint optimization is optimized locally by each RAN node, a desired balance between the two conflicting network targets of coverage and capacity is ensured globally. Pareto analysis of three variants of the proposed Local Multi-Objective KPI (LMO KPI) has been conducted to implicitly coordinate the two SON functions in a distributed self-organized manner. In order to recommend appropriate network configurations dynamically to quickly adapt to altering network environments, two collaborative filtering-based Recommender Systems (RecSys), one using a Deep Autoencoder and another based on Singular Value Decomposition, have been employed along with a neural network regressor to improve recommendations for cold-start scenarios. The two proposed hybrid-RecSys-based SON coordination solutions, while adopting an appropriate Local Multi-Objective KPI (LMO KPI), outperform previous work in coverage by 36% and in capacity by around 2% while reducing power consumption by more than 50%. The study demonstrates that the definition of the LMO KPI is crucial to the performance of this approach. Altogether, the work shows that the adopted self-organization and implicit SON-coordination approach is not only feasible and performant but also scales well if implemented meticulously.



https://doi.org/10.1109/TNSM.2023.3262401
Hardes, Tobias; Klingler, Florian; Sommer, Christoph
Improving platooning safety with full duplex relaying and beamforming. - In: 2023 IEEE Wireless Communications and Networking Conference (WCNC), (2023), insges. 6 S.

Platooning is a promising application in the field of vehicular networks. It has the potential to improve traffic flow, but also road safety. However, unreliable communication has strong negative effects on platoon stability and, thus, safety on roads. To improve reliability, in this work, we propose using multi-hop communication for platooning using the Decode and Forward (DF) Full-Duplex Relaying (FDR) scheme together with beamforming. We use computer simulations to demonstrate that FDR latency has no observable negative effect on string stability or safety even while performing an emergency brake. We further show that this combined approach reaches a constant Packet Delivery Ratio (PDR) of 100 % even in situations with high interference and/or congestion, where traditional approaches fail.



https://doi.org/10.1109/WCNC55385.2023.10118843
Hegde, Anupama; Delooz, Quentin; Mariyaklla, Chethan L; Festag, Andreas; Klingler, Florian
Radio resource allocation for collective perception in 5G-NR Vehicle-to-X communication systems. - In: 2023 IEEE Wireless Communications and Networking Conference (WCNC), (2023), insges. 7 S.

Sensor data sharing has an immense potential to enhance the perception capabilities of vehicles and to provide better situational awareness. It is being standardized as collective perception by the European Telecommunication Standards Institute (ETSI) as part of Cooperative Intelligent Transport Systems (C-ITS). For the transmission of collective perception messages via sidelink in Cellular-V2X, sensing-based semi-persistent scheduling (SB-SPS) in the unmanaged mode of 5G-NR V2X provides low-latency communication among road traffic participants that are located outside the cellular network coverage. The unpredictability of the collective perception messages in periodicity and size poses certain challenges on the SB-SPS, thereby creating poor utilization of radio resources and high risk of resource collisions. Existing system level simulations study the performance of collective perception from the application perspective without addressing the radio resource allocation at the access layer. This work investigates the challenges of the sidelink resource allocation mechanisms in 5G-NR V2X and assesses the impact of the mechanism on the performance of collective perception by simulation in a realistic urban traffic environment. A practical approach is adopted to formulate mathematical models that can characterize the radio resource utilization and resource collisions arising in such environments and yield the appropriate 5G-NR V2X parameters.



https://doi.org/10.1109/WCNC55385.2023.10118606
Schramm, Tanja; Knauf, Rainer
A project to compose a modular AI certification system in university education and its inherent chance to verify, validate, and refine AI teaching by AI technologies. - LibraryPressUF. - 1 Online-Ressource (6 Seiten)Online-Ausg.: Proceedings of the FLAIRS-36, May 14-17, 2023, Clearwater Beach, Florida, USA / published by the LibraryPressUF

A current project of the German Federal State of Thuringia aims at bundling the various AI teaching activities of the involved universities that includes besides technological also social issues. On their way to meet the project objectives, the authors aim at utilizing such unique opportunity to consider the various successful experiences in teaching several AI content issues of the project members to revisit a formerly developed concept of semi-formally representing didactic knowledge and making it a subject of Knowledge Engineering technologies such as consistency issues as well as chances to validate learning paths and refine them based on the validation results. Ideas towards this objective and first results are sketched in this paper.



https://doi.org/10.32473/flairs.36.133231