Publikationen an der Fakultät für Informatik und Automatisierung ab 2015

Anzahl der Treffer: 1918
Erstellt: Mon, 22 Apr 2024 23:12:39 +0200 in 0.0638 sec


Husar, Peter; Gašpar, Gabriel
Electrical biosignals in biomedical engineering : medical sensors, measurement technology and signal processing. - Berlin : Springer, 2023. - 1 Online-Ressource (xii, 518 Seiten) ISBN 978-3-662-67998-2

Intro -- Foreword -- Reviewers -- Contents -- Part IOrigin, Acquisition, Analog Processing, and Digitization of Biosignals -- 1 Origin and Detection of Bioelectric Signals -- 1.1 The Neuron -- 1.2 Electrical Excitation Conduction and Projection -- 1.3 Galvanic Sensors -- 1.3.1 Basics -- 1.3.2 Offset Voltage -- 1.3.3 Impedance -- 1.4 Capacitive Sensors -- 1.4.1 Sensor Technology -- 1.4.2 Metrology -- 1.5 Experimental Data -- 1.5.1 Action Potentials of Natural Neurons -- 1.5.2 EEG, Sensory System -- 1.5.3 Needle and Surface EMG -- 1.5.4 Stress ECG -- References -- 2 Amplification and Analog Filtering in Medical Measurement Technology -- 2.1 Properties of Biosignals and Disturbances -- 2.1.1 Properties of Biosignals and Disturbances Over Time -- 2.1.2 Properties of Biosignals and Interference in the Spectrum -- 2.1.3 Coupling of Disturbances into the Measuring Order -- 2.2 Medical Measuring Amplifiers -- 2.2.1 Specifics of the Medical Measurement Technology -- 2.2.2 Differential Amplifier -- 2.2.3 Operational Amplifier, Instrumentation Amplifier -- 2.2.4 Isolation Amplifier -- 2.2.5 Guarding Technology -- 2.2.6 Active Electrodes -- 2.3 Analog Filters -- 2.3.1 Basics -- 2.3.2 Active Filters with Operational Amplifiers -- 2.3.3 Phase Frequency Response -- 2.4 Exercises -- 2.4.1 Tasks -- 2.4.2 Solutions -- 3 Acquisition, Sampling, and Digitization of Biosignals -- 3.1 Biosignal Acquisition -- 3.1.1 Derivation Technology -- 3.1.2 References in Biosignal Acquisition -- 3.2 Biosignal Sampling -- 3.2.1 Spectral Characteristics of the Scan -- 3.2.2 A Sampling of Bandlimited Signals -- 3.2.3 Scanning in Multichannel Systems -- 3.3 Digitization of Biosignals -- 3.3.1 Integrating Transducers -- 3.3.2 Successive Approximation -- 3.3.3 Delta-Sigma Conversion -- 3.4 Exercises -- 3.4.1 Tasks -- 3.4.2 Solutions -- Reference.



https://ebookcentral.proquest.com/lib/kxp/detail.action?docID=30874513
Altschaffel, Robert; Dittmann, Jana; Scheliga, Daniel; Seeland, Marco; Mäder, Patrick
Model-based data generation for the evaluation of functional reliability and resilience of distributed machine learning systems against abnormal cases. - In: Engineering for a changing world, (2023), 5.3.128, S. 1-6

Future production technologies will comprise a multitude of systems whose core functionality is closely related to machine-learned models. Such systems require reliable components to ensure the safety of workers and their trust in the systems. The evaluation of the functional reliability and resilience of systems based on machine-learned models is generally challenging. For this purpose, appropriate test data must be available, which also includes abnormal cases. These abnormal cases can be unexpected usage scenarios, erroneous inputs, accidents during operation or even the failure of certain subcomponents. In this work, approaches to the model-based generation of an arbitrary abundance of data representing such abnormal cases are explored. Such computer-based generation requires domain-specific approaches, especially with respect to the nature and distribution of the data, protocols used, or domain-specific communication structures. In previous work, we found that different use cases impose different requirements on synthetic data, and the requirements in turn imply different generation methods [1]. Based on this, various use cases are identified and different methods for computer-based generation of realistic data, as well as for the quality assessment of such data, are explored. Ultimately we explore the use of Federated Learning (FL) to address data privacy and security challenges in Industrial Control Systems. FL enables local model training while keeping sensitive information decentralized and private to their owners. In detail, we investigate whether FL can benefit clients with limited knowledge by leveraging collaboratively trained models that aggregate client-specific knowledge distributions. We found that in such scenarios federated training results in a significant increase in classification accuracy by 31.3% compared to isolated local training. Furthermore, as we introduce Differential Privacy, the resulting model achieves on par accuracy of 99.62% to an idealized case where data is independent and identically distributed across clients.



https://doi.org/10.22032/dbt.58936
Bodenschatz, Nicki; Eider, Markus; Kratschmer, Daniel; Berl, Andreas; Zimmermann, Armin
Battery-friendly charging process scheduling of electric vehicle fleets at company sites. - In: International Conference on Electrical, Computer, Communications and Mechatronics Engineering (ICECCME 2023), (2023), insges. 8 S.

Companies adopt electric cars for their vehicle fleets to be more environmental friendly and sustainable. However, there is a battery degradation over the course of time. Wrong charging behavior can accelerate this process. To improve the battery-lifetime, an intelligent scheduling of the charging processes is necessary. The schedule also needs to take other aspects, like the power grid or planned tours of the cars in consideration, to guarantee their full operability. The paper formulates this scenario as an integer linear problem to compute optimal battery-friendly charging schedules that take into account the various requirements and restrictions of electric vehicle fleets in companies. Results for examples from an application project validate the research.



https://doi.org/10.1109/ICECCME57830.2023.10252516
Oppermann, Hannes; Wulf, Simon; Komosar, Milana; Haueisen, Jens
Fully integrated Windows framework for source localization with MNE Python and FreeSurfer. - In: Current directions in biomedical engineering, ISSN 2364-5504, Bd. 9 (2023), 1, S. 371-374

There is a variety of software packages, toolboxes, or libraries for the analysis and processing of neurophysiological data such as EEG and MEG. Many of these solutions provide algorithms for both, sensor-space analysis and sourcespace analysis. Especially with the solutions that run on Windows machines, it is noticeable that the step of the volume model generation is usually not included, since the state-ofthe- art software for this (FreeSurfer) is a Unix-based software and thus not available forWindows machines. Therefore, our goal was to develop a fully-integrated software solution for Windows machines, accessing all processing steps already implemented in an existing toolbox and using FreeSurfer in the same system. Due to its widespread use, we chose MNE Python as the basis for our fully integrated software solution. We used the Windows Subsystem for Linux to create a virtual Linux kernel for the FreeSurfer installation. To demonstrate the workflow, the libeep, and AutoReject libraries have been added. A 64-channel EEG recording during right-hand movement (ME) and imagination (MI) was used to test the implemented workflow. The developed framework consists of several modules within Python, mainly using existing scripts and functions. The library libeep was integrated to read the EEG data with the ‘.cnt’, eeprope format. AutoReject was used to automatically interpolate detected bad channels or to reject complete epochs. FreeSurfer was successfully integrated and customized Python scripts enabled the communication between MNE Python on a Windows machine and FreeSurfer on a virtual Linux kernel. With the above-mentioned EEG dataset, we performed source reconstruction and were able to show ERD/S patterns for both, ME and MI. Our new, fullyintegrated software framework can be used on Windows machines to perform a complete process of source reconstruction.



https://doi.org/10.1515/cdbme-2023-1093
Jing, Ying; Numssen, Ole; Weise, Konstantin; Kalloch, Benjamin; Buchberger, Lena; Haueisen, Jens; Hartwigsen, Gesa; Knösche, Thomas R.
Modeling the effects of transcranial magnetic stimulation on spatial attention. - In: Physics in medicine and biology, ISSN 1361-6560, Bd. 68 (2023), 21, 214001, S. 1-16

Objectives. Transcranial magnetic stimulation (TMS) has been widely used to modulate brain activity in healthy and diseased brains, but the underlying mechanisms are not fully understood. Previous research leveraged biophysical modeling of the induced electric field (E-field) to map causal structure-function relationships in the primary motor cortex. This study aims at transferring this localization approach to spatial attention, which helps to understand the TMS effects on cognitive functions, and may ultimately optimize stimulation schemes. Approach. Thirty right-handed healthy participants underwent a functional magnetic imaging (fMRI) experiment, and seventeen of them participated in a TMS experiment. The individual fMRI activation peak within the right inferior parietal lobule (rIPL) during a Posner-like attention task defined the center target for TMS. Thereafter, participants underwent 500 Posner task trials. During each trial, a 5-pulse burst of 10 Hz repetitive TMS (rTMS) was given over the rIPL to modulate attentional processing. The TMS-induced E-fields for every cortical target were correlated with the behavioral modulation to identify relevant cortical regions for attentional orientation and reorientation. Main results. We did not observe a robust correlation between E-field strength and behavioral outcomes, highlighting the challenges of transferring the localization method to cognitive functions with high neural response variability and complex network interactions. Nevertheless, TMS selectively inhibited attentional reorienting in five out of seventeen subjects, resulting in task-specific behavioral impairments. The BOLD-measured neuronal activity and TMS-evoked neuronal effects showed different patterns, which emphasizes the principal distinction between the neural activity being correlated with (or maybe even caused by) particular paradigms, and the activity of neural populations exerting a causal influence on the behavioral outcome. Significance. This study is the first to explore the mechanisms of TMS-induced attentional modulation through electrical field modeling. Our findings highlight the complexity of cognitive functions and provide a basis for optimizing attentional stimulation protocols.



https://doi.org/10.1088/1361-6560/acff34
Köcher, Chris; Kuske, Dietrich
Forwards- and backwards-reachability for cooperating multi-pushdown systems. - In: Fundamentals of computation theory, (2023), S. 318-332

A cooperating multi-pushdown system consists of a tuple of pushdown systems that can delegate the execution of recursive procedures to sub-tuples; control returns to the calling tuple once all sub-tuples finished their task. This allows the concurrent execution since disjoint sub-tuples can perform their task independently. Because of the concrete form of recursive descent into sub-tuples, the content of the multi-pushdown does not form an arbitrary tuple of words, but can be understood as a Mazurkiewicz trace. For such systems, we prove that the backwards reachability relation efficiently preserves recognizability, generalizing a result and proof technique by Bouajjani et al. for single-pushdown systems. While this preservation does not hold for the forwards reachability relation, we can show that it efficiently preserves the rationality of a set of configurations; the proof of this latter result is inspired by the work by Finkel et al. It follows that the reachability relation is decidable for cooperating multi-pushdown systems in polynomial time and the same holds, e.g., for safety and liveness properties given by recognizable sets of configurations.



https://doi.org/10.1007/978-3-031-43587-4_23
Aganian, Dustin; Köhler, Mona; Stephan, Benedict; Eisenbach, Markus; Groß, Horst-Michael
Fusing hand and body skeletons for human action recognition in assembly. - In: Artificial Neural Networks and Machine Learning - ICANN 2023, (2023), S. 207-219

As collaborative robots (cobots) continue to gain popularity in industrial manufacturing, effective human-robot collaboration becomes crucial. Cobots should be able to recognize human actions to assist with assembly tasks and act autonomously. To achieve this, skeleton-based approaches are often used due to their ability to generalize across various people and environments. Although body skeleton approaches are widely used for action recognition, they may not be accurate enough for assembly actions where the worker’s fingers and hands play a significant role. To address this limitation, we propose a method in which less detailed body skeletons are combined with highly detailed hand skeletons. We investigate CNNs and transformers, the latter of which are particularly adept at extracting and combining important information from both skeleton types using attention. This paper demonstrates the effectiveness of our proposed approach in enhancing action recognition in assembly scenarios.



https://doi.org/10.1007/978-3-031-44207-0_18
Arnold, Oksana; Franke, Ronny; Jantke, Klaus P.; Knauf, Rainer; Schramm, Tanja; Wache, Hans-Holger
Thinking and chatting deontically - novel support of communication for learning and training with time travel prevention games. - In: Creative approaches to technology-enhanced learning for the workplace and higher education, (2023), S. 25-37

The authors’ key area of application is training for the prevention of accidents in the process technology industries. They run a professional training center with own 3D virtual environments. At TLIC 2021, four of the present authors delivered a contribution advocating planning of human training experiences as dynamically as managing some severely disturbed technical system back into a normal operation - such as an out of control chemical reactor - and enabling human trainees who failed to complete a risky task - thereby possibly ruining a (fortunately only virtual) technical installation - to virtually travel back in time to make good the damage. At TLIC 2022, they introduced cascades of gradually more intricate categories of time travel games. With every step from one category to the next, the deployed AI gets more powerful and effective in providing adaptive guidance of human trainees. The most advanced time travel games are those that allow for the dynamic modification of events experienced in the virtual past. In this way, the game system evolves over time and adapts to the needs of human trainees with emphasis on guidance for trainees who fail repeatedly. The extended team of authors presents a novel perspective at time travel prevention games that leads to a more human-centered adaptive guidance. Training is seen through the lens of deontic modal logic. The focus is on undesired events such as explosions, fire, health hazards due to toxic vapors, and the like. The game system’s AI is reasoning about necessity and possibility of such events. It offers to human trainees/players helpful chats about modalities of decisive events of training.



https://doi.org/10.1007/978-3-031-41637-8_3
Teutsch, Philipp; Käufer, Theo; Mäder, Patrick; Cierpka, Christian
Data-driven estimation of scalar quantities from planar velocity measurements by deep learning applied to temperature in thermal convection. - In: Experiments in fluids, ISSN 1432-1114, Bd. 64 (2023), 12, 191, S. 1-18

The measurement of the transport of scalar quantities within flows is oftentimes laborious, difficult or even unfeasible. On the other hand, velocity measurement techniques are very advanced and give high-resolution, high-fidelity experimental data. Hence, we explore the capabilities of a deep learning model to predict the scalar quantity, in our case temperature, from measured velocity data. Our method is purely data-driven and based on the u-net architecture and, therefore, well-suited for planar experimental data. We demonstrate the applicability of the u-net on experimental temperature and velocity data, measured in large aspect ratio Rayleigh-Bénard convection at Pr = 7.1 and Ra = 2 x 10^5, 4 x 10^5, 7 x 10^5. We conduct a hyper-parameter optimization and ablation study to ensure appropriate training convergence and test different architectural variations for the u-net. We test two application scenarios that are of interest to experimentalists. One, in which the u-net is trained with data of the same experimental run and one in which the u-net is trained on data of different Ra. Our analysis shows that the u-net can predict temperature fields similar to the measurement data and preserves typical spatial structure sizes. Moreover, the analysis of the heat transfer associated with the temperature showed good agreement when the u-net is trained with data of the same experimental run. The relative difference between measured and reconstructed local heat transfer of the system characterized by the Nusselt number Nu is between 0.3 and 14.1% depending on Ra. We conclude that deep learning has the potential to supplement measurements and can partially alleviate the expense of additional measurement of the scalar quantity.



https://doi.org/10.1007/s00348-023-03736-2
Mondal, Niladri; Block, Dimitri; Kroll, Björn; Klingler, Florian
Performance evaluation and application of real-time communication with 5G IIoT. - In: Kommunikation in der Automation, (2023), 9, insges. 10 S.

In communication systems, high data rates combined with low end-to-end latencies are prime necessities for allowing a wide variety of applications, e.g., streaming of video and data or in context of IoT Systems. In contrast, applications in Industry Automation require deterministic end-to-end latencies with guaranteed deadlines. In communication systems, data rates, reliability and the achievable end-to-end latency are often a trade-off (e.g., due to buffering of data, and overall systems-design). Further, most communication systems are optimized for high data rates only, yet, deterministic end-to-end latencies are required for most Industrial Use-Cases, which are still not considered well enough in research and standardization. In this paper we focus on low-latency communication, and, outline the importance of this research aspect. Consequently, we propose a novel Mini-Slot approach for 5G and beyond communication systems to tackle the problem of minimizing uplink- and downlink communication latencies in cellular networks under load. First evaluations of our approach in context of a feasibility study show promising results. As comparison in realistic experiments with Rel-15-based 5G Commercial off-the-shelf ( COTS ) hardware, a baseline scenario (unoptimized) shows a maximum latency up to 49.04 ms. In contrast to that, our novel mini-slot approach allows to lower the maximum end-to-end communication latency to 15.51 ms. This way, our mini-slot approach constitutes as enabler for low-latency communication by using Rel-15-based 5G COTS and User Equipment ( UE ) hardware for industrial use-cases, without the need to wait for further releases of 5G systems.



https://opendata.uni-halle.de//handle/1981185920/113598