Abstract
This contribution addresses the question if imminent changes of the cortical state are predictable. The analysis is based on 1484 examples of microsleep (MS) and 1940 counterexamples of sustained attention (SA), both observed during overnight driving in the simulator. EEG segments (8 s in length) immediately before each respective event were included. Features were extracted by (i) modified periodogram and (ii) Choi-Williams distribution. Machine learning algorithms, namely the optimized learning vector quantization (OLVQ) and the support-vector machine with Gaussian kernel function (SVM), were trained in order to map signal features to the event type (MS or SA). Cross validation analysis yielded test set classification accuracies of 87.5 ± 0.1 % and 82.7 ± 0.1 % for feature set (i) and (ii), respectively. In general, SVM outperformed OLVQ. In conclusion, EEG contains enough information to predict immediately upcoming microsleep events.
1 Introduction
The detection of short-term brain states based on biosignals is still challenging. One important example of such brain states are attention losses during driving or during other tasks that require sustained attention. Main causes of short and unintended attention losses are sleepiness and monotony. Thus, they are often called microsleep (MS) events. It has been shown that the detection of MS from electroencephalographic and electroocculographic recordings is possible if computational intelligence algorithms, like artificial neural networks or margin optimizing algorithms within the recursive kernel Hilbert space, i.e. support-vector machines (SVM), are applied [1], [2]. To the best of our knowledge, the short term prediction of MS events has not been investigated up to now.
In a recent paper, sleepiness estimations were presented based solely on EEG utilizing time-frequency analysis, especially the Choi-Williams distribution [3]. Here, the same methods were applied to describe sleepiness, but within a short-time arrangement in order to predict MS.
2 Material and methods
2.1 Experimental design
Data were recorded during a driving simulation study in the year of 2007 in cooperation with Caterpillar Machine Research Inc. Sixteen young adults (12 male, 4 female, mean age 24.4 ± 3.1 years) were randomly selected out of 133 interested volunteers. Two experimental nights per subject were conducted. During three days before experiments, the scheduled sleep-wake restrictions (wake-up time: 6:00 – 8:00, time to bed: 22:00 – 1:00) were monitored by wrist actimetry. Furthermore, it was verified that subjects refrained from naps during the day before driving. This way, a relatively large time since sleep was ensured which is an important factor of sleepiness. Experiments started at 22:30 and ended at 7:30 and included 8 driving sessions of 40 min duration each. EEG (Fp1, Fp2, A1, C3, Cz, C4, A2, O1, O2; common average reference) and EOG (vertical, horizontal) were recorded (device: Sigma PLpro, Sigma Medizintechnik GmbH, Gelenau, Germany). Further details were published earlier [4].
Behavioural MS events had been evaluated by an expert supervisor. Evaluations were based on visual inspections of video material, of lane deviation time series and of EOG. Vague or very short-lasting signs of MS (< 0.3 s) were excluded. The duration of behavioural signs of MS ranged between 0.3 and 6 s. On the other hand, periods of time where the driver is indeed drowsy, but still able to keep the car in lane, were used as counterexamples and were labelled as sustained attention (SA).
2.2 Biosignal processing
Two different cases of segmentation were considered:
Prediction: the whole EEG segment is located before an MS or SA event,
Detection: the EEG segment is centred around an MS or SA event (see Figure 1).

Two cases of EEG segmentation around each MS or SA event.
A practical application could process such EEG data in real time and decide immediately and continuously whether there is an MS event or not. The decision would be too late in the detection case and just in time in the prediction case. The EEG segment length was fixed to 8 s.
Power spectral densities (PSD): Under the assumption that the EEG is quasi-stationary within the segment, PSD values were estimated based on the periodogram method modified by data tapering (Hann taper). PSD were logarithmically scaled (in decibel units) and band-averaged in small frequency bands between 0.1 and 23.1 Hz. The width of these bands was empirically optimized, resulting in 1 Hz. As alternative estimation methods, the weighted overlapped segment analysis (Welch’s method) and the multi-taper method (Thomson’s method) were applied, but yielded slightly less accuracy in subsequent machine learning.
Choi-Williams distribution (CWD): Assuming that the EEG is non-stationary within the segment, then analyses by methods of the Cohen class might be considered. Following the suggestions of [3], the CWD was utilized. CWD satisfies a number of mathematical properties. For signals with quasi-constant instantaneous frequency it achieves potentially better time-frequency concentration than other methods, e.g. the smoothed pseudo Wigner-Ville distribution, which are more accurate for chirp-like signals. CWD depends on the signal’s time-frequency structure and performs potentially poor if signal components overlap in time and frequency. The cross-CWD between two signals x(t) and y(t) is expressed as follows [5]:
If x(t) = y(t), then the auto-CWD of x(t) is estimated. The kernel width σ was fixed to 0.005 [3]. For each of the four EEG bands (δ = 0.1 – 4 Hz, θ = 4 – 8 Hz, α = 8 – 12 Hz, and β = 12 – 35 Hz), the instantaneous power function (IP) was estimated:
Sxy,i denotes the IP of the i-th band, fi1 and fi2 the lower and upper band limit of the i-th band, and fTB1 and fTB2 the lower and upper band limit of the total band. In accordance to [3], these limits were set to fTB1 = 0.1 Hz and fTB2 = 45 Hz. The instantaneous frequency (IF) was estimated as the first moment of the CWD with respect to frequency:
Finally, the complexity of the CWD within each band was estimated by means of the Shannon entropy:
High values of the instantaneous spectral entropies (ISE) indicate broad-band spectral characteristics (uniform, flat spectrum), whereas low ISE values imply line spectrum characteristics, with power concentrated into a few frequency bins.
From each of these functions (eqs. 2 – 4), the following parameters of descriptive statistics were calculated: mean, median, minimum, maximum [3]. This led to 4 parameters of the IP functions (eq. 2) in 4 frequency bands, to 4 parameters of the IF function (eq. 3), and to 4 parameters of the ISE functions (eq. 4) in 4 frequency bands.
In accord with [3], feature extraction was performed on
Auto-CWD of the following 7 channels: Fp1, Fp2, C3, Cz, C4, O1, O2;
Cross-CWD of the following 6 ipsilateral pairs: Fp1-C3, Fp2-C4, Fp1-O1, Fp2-O2, C3-O1, C4-O2;
Cross-CWD of the following 5 contralateral pairs: Fp1-Fp2, C3-C4, O1-O2, C3-O2, C4-O1.
This resulted in 36 features in each of 18 channels and channel pairs, i.e. 648 CWD features per EEG segment. In case of PSD, 23 features were extracted per channel (see above). For these preliminary investigations, cross spectral densities were not estimated. Therefore, only 7 channels, but no channel pairs, were included in PSD estimation. This generated 161 PSD features per EEG segment.
2.3 Classification analysis
The goal of this step is to find a mapping of high-dimensional feature vectors
Optimized learning vector quantization (OLVQ1): [6] is an artificial neural network which performs stochastic learning during which weight vectors
Support-vector machines (SVM): Given a finite training set
using Lagrange multipliers αi. Both the vector w and scalar b are to be optimized. The solution of (5) is given by
where g+ and g− are support vectors with
In order to extend the separation functions to nonlinear ones the SVM is extended by kernel functions
The Gaussian radial basis function
3 Results
As mentioned above, all parameters of OLVQ1 and SVM were optimized empirically in order to get highest mean classification accuracy during training. Most importantly for OLVQ1 is the number of neurons nN which was varied between 2 and 400 (Figure 2). At least 50 neurons should be used, higher values lead to minor increases in mean test set classification accuracies.

Mean and standard deviation of classification accuracy across the number of neurons nN of the OLVQ1 classifier applied to the PSD feature set of the detection case.
Most importantly for SVM are the kernel width γ and the regularization parameter C. It turned out, that there is a relatively small interval for γ (10−5 ≤ γ ≤ 10−3) where classification performed well for test data, i.e. data which were never presented during training (Figure 3). If both have been optimized then training set classification accuracies of 100% are achievable. Despite this perfect training, mean test set accuracies were never higher than 87.5%. For these calculations a huge amount of computational power was necessary, because of very low convergence of the SVM training. In a grid computing framework, more than 40 high-performance workstations performed distributed learning and distributed parameter optimization.

Mean and standard deviation of classification accuracy across the kernel width parameter γ of the SVM classifier applied to the PSD feature set of the prediction case.
Results of training for empirically optimized parameter set tings are summarized in Table 1. OLVQ1 was always out performed by SVM and in all cases PSD features led to higher training accuracy than CWD features. With mean accuracy between 97.3 % and 99.8 % it was possible to gain nearly perfect training results with SVM.
Classification accuracy (mean and standard deviation) for training data sets for the prediction and detection case based on two classifiers (OLVQ1, SVM) and two feature sets (CWD, PSD).
Classifier Feature set | OLVQ1 CWD | OLVQ1 PSD | SVM CWD | SVM PSD |
---|---|---|---|---|
Prediction | 86.6 ± 0.5% | 89.6 ± 0.5% | 97.3 ± 0.0% | 98.9 ± 0.0% |
Detection | 94.1 ± 0.5% | 97.6 ± 0.3% | 98.3 ± 0.0% | 99.8 ± 0.0% |
High training success is essential to gain the essence of machine learning: generalizability, i.e. future data should be classified accurately. This is verified by test data which were never presented during training. Results offer slight decreases in mean accuracies (Table 2) compared to mean accuracies of training data (Table 1). Again, OLVQ1 has been always outperformed by SVM, and PSD features always led to higher accuracy than CWD features. Comparing both segmentation cases, it turned out that for segments of the detection case MS events are much more accurately discriminable from SA behaviour than for segments of the prediction case.
Classification accuracy for the test data sets.
Classifier Feature set | OLVQ1 CWD | OLVQ1 PSD | SVM CWD | SVM PSD |
Prediction | 81.6 ± 1.5% | 82.9 ± 1.5% | 82.7 ± 0.1% | 87.5 ± 0.1% |
Detection | 91.1 ± 1.3% | 95.5 ± 0.7% | 91.2 ± 0.1% | 97.3 ± 0.1% |
4 Discussion and conclusion
The Choi-Williams distribution is a time-frequency analysis method which has been demonstrated to perform well for signals composed of several oscillatory processes with constant or varying instantaneous frequency in the presence of low noise. EEG is known as a composition of a huge amount of stochastic processes which mostly result in spectra with broad-band characteristics. Nevertheless, it is an open question how useful CWD performs for such processes. Here and also in [3], visual inspection of CWD results was replaced by multivariate analysis. Mean accuracies of about 75% were obtained from 20 subjects with excessive daytime sleepiness compared to 20 subjects without daytime sleepiness [3]. Here, a mean accuracy of 82.7% for CWD and 87.5% for PSD was obtained on records of 14 subjects. In contrast to [3] a short-term prediction of immediately upcoming events (MS or SA) during sleepiness was assessed. If it is allowed to observe the already existing event (detection case) then a much higher mean accuracy (97.3%) has been obtained.
Despite the large amount of noise and the large variance of the periodogram estimation, it seems that machine learning methods get enough information from multi-channel EEG to predict correctly immediately upcoming microsleep events. It is an open question how robust the results are if the sample size is increased by EEG of subjects not included in the training process of the machine learning methodology.
Acknowledgement
The authors would like to thank Mr. Adolf Schenka for technical support during the lab study and for data management.
Author’s Statement
Research funding: The author state no funding involved. Conflict of interest: Authors state no conflict of interest. Informed consent: Informed consent has been obtained from all individuals included in this study. Ethical approval: The research related to human use complies with all the relevant national regulations, institutional policies and was performed in accordance with the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.
References
[1] Davidson PR, Jones R, Peiris M. EEG-based lapse detection with high temporal resolution. IEEE Trans Biomed Eng. 2007;54:832–9.10.1109/TBME.2007.893452Suche in Google Scholar PubMed
[2] Golz M, Sommer D, Chen M, Trutschel U, Mandic D. Feature fusion for the detection of microsleep events. J VLSI Signal Proc. 2007;49:329–42.10.1007/s11265-007-0083-4Suche in Google Scholar
[3] Melia U, Guaita M, Vallverdú M, Clariá F, Montserrat JM, Vilaseca I, et al. Characterization of daytime sleepiness by time-frequency measures of EEG signals. J Med Biol Eng. 2015;35:406–17.10.1007/s40846-015-0039-2Suche in Google Scholar
[4] Golz M, Sommer D, Trutschel U, Sirois B, Edwards D. Evaluation of fatigue monitoring technologies. Somnologie. 2010;14:187–99.10.1007/s11818-010-0482-9Suche in Google Scholar
[5] Choi HI, Williams WJ. Improved time-frequency representation of multicomponent signals using exponential kernels. IEEE T Acoust Speech. 1989;37:862–71.10.1109/ASSP.1989.28057Suche in Google Scholar
[6] Kohonen T. Self-organizing maps. Berlin: Springer; 2003.Suche in Google Scholar
[7] Vapnik VN. Statistical learning theory. N.Y.: Wiley; 1998.Suche in Google Scholar
©2016 Martin Golz et al., licensee De Gruyter.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.
Artikel in diesem Heft
- Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
- Novel blood protein based scaffolds for cardiovascular tissue engineering
- Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
- Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
- Long-term stable modifications of silicone elastomer for improved hemocompatibility
- The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
- Biocompatible wear-resistant thick ceramic coating
- Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
- Examination of dielectric strength of thin Parylene C films under various conditions
- Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
- Systemic analysis about residual chloroform in PLLA films
- A macrophage model of osseointegration
- Towards in silico prognosis using big data
- Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
- Usability evaluation of a locomotor therapy device considering different strategies
- Hypoxia-on-a-chip
- Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
- Fabrication of MEMS-based 3D-μECoG-MEAs
- High speed digital interfacing for a neural data acquisition system
- Bionic forceps for the handling of sensitive tissue
- Experimental studies on 3D printing of barium titanate ceramics for medical applications
- Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
- 3D printing – a key technology for tailored biomedical cell culture lab ware
- 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
- Biocompatibility of photopolymers for additive manufacturing
- Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
- Novel wireless measurement system of pressure dedicated to in vivo studies
- Portable auricular device for real-time swallow and chew detection
- Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
- Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
- Deep brain stimulation: increasing efficiency by alternative waveforms
- Prediction of immediately occurring microsleep events from brain electric signals
- Determining cardiac vagal threshold from short term heart rate complexity
- Classification of cardiac excitation patterns during atrial fibrillation
- An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
- Deriving respiration from high resolution 12-channel-ECG during cycling exercise
- Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
- Automatic detection and mapping of double potentials in intracardiac electrograms
- Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
- Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
- Best practice: surgeon driven application in pelvic operations
- Vasomotor assessment by camera-based photoplethysmography
- Classification of morphologic changes in photoplethysmographic waveforms
- Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
- Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
- Nonlinear causal influences assessed by mutual compression entropy
- Comparative study of methods for solving the correspondence problem in EMD applications
- fNIRS for future use in auditory diagnostics
- Semi-automated detection of fractional shortening in zebrafish embryo heart videos
- Blood pressure measurement on the cheek
- Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
- Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
- An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
- Real-time QRS detection using integrated variance for ECG gated cardiac MRI
- Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
- In-vitro experiments to characterize ventricular electromechanics
- Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
- Application of microwave sensor technology in cardiovascular disease for plaque detection
- Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
- Detection of microsleep events in a car driving simulation study using electrocardiographic features
- A method to determine the kink resistance of stents and stent delivery systems according to international standards
- Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
- Transient Euler-Lagrange/DEM simulation of stent thrombosis
- Automated control of the laser welding process of heart valve scaffolds
- Automation of a test bench for accessing the bendability of electrospun vascular grafts
- Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
- Cryopreservation of cells using defined serum-free cryoprotective agents
- New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
- Determination of the membrane hydraulic permeability of MSCs
- Climate retainment in carbon dioxide incubators
- Multiple factors influencing OR ventilation system effectiveness
- Evaluation of an app-based stress protocol
- Medication process in Styrian hospitals
- Control tower to surgical theater
- Development of a skull phantom for the assessment of implant X-ray visibility
- Surgical navigation with QR codes
- Investigation of the pressure gradient of embolic protection devices
- Computer assistance in femoral derotation osteotomy: a bottom-up approach
- Automatic depth scanning system for 3D infrared thermography
- A service for monitoring the quality of intraoperative cone beam CT images
- Resectoscope with an easy to use twist mechanism for improved handling
- In vitro simulation of distribution processes following intramuscular injection
- Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
- A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
- Smart control for functional electrical stimulation with optimal pulse intensity
- Tactile display on the remaining hand for unilateral hand amputees
- Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
- An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
- Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
- Learning discriminative classification models for grading anal intraepithelial neoplasia
- Regularization of EIT reconstruction based on multi-scales wavelet transforms
- Assessing MRI susceptibility artefact through an indicator of image distortion
- EyeGuidance – a computer controlled system to guide eye movements
- A framework for feedback-based segmentation of 3D image stacks
- Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
- 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
- Inside-Out access strategy using new trans-vascular catheter approach
- US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
- Impact of different registration methods in MEG source analysis
- 3D segmentation of thyroid ultrasound images using active contours
- Designing a compact MRI motion phantom
- Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
- Classification of indirect immunofluorescence images using thresholded local binary count features
- Analysis of muscle fatigue conditions using time-frequency images and GLCM features
- Numerical evaluation of image parameters of ETR-1
- Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
- Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
- Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
- Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
- Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
- Evaluation of open-source software for the lung segmentation
- Automatic determination of lung features of CF patients in CT scans
- Image analysis of self-organized multicellular patterns
- Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
- Radiopacity assessment of neurovascular implants
- Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
- Development of an artifact-free aneurysm clip
- Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
- Rapid prototyping of replica knee implants for in vitro testing
- Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
- Advanced wettability analysis of implant surfaces
- Patient-specific hip prostheses designed by surgeons
- Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
- Wear of a total intervertebral disc prosthesis
- Digital health and digital biomarkers – enabling value chains on health data
- Usability in the lifecycle of medical software development
- Influence of different test gases in a non-destructive 100% quality control system for medical devices
- Device development guided by user satisfaction survey on auricular vagus nerve stimulation
- Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
- Effect of left atrial hypertrophy on P-wave morphology in a computational model
- Simulation of intracardiac electrograms around acute ablation lesions
- Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
- Assessment of nasal resistance using computational fluid dynamics
- Resistance in a non-linear autoregressive model of pulmonary mechanics
- Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
- Determination of regional lung function in cystic fibrosis using electrical impedance tomography
- Development of parietal bone surrogates for parietal graft lift training
- Numerical simulation of mechanically stimulated bone remodelling
- Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
- Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
- Principle study on the signal connection at transabdominal fetal pulse oximetry
- Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
- Evaluating different approaches to identify a three parameter gas exchange model
- Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
- From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
- Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
- Improved FPGA controlled artificial vascular system for plethysmographic measurements
- Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
- Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
- Control scheme selection in human-machine- interfaces by analysis of activity signals
- Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
- Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
- Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
- Interactive monitoring system for visual respiratory biofeedback
- Development of a low-cost senor based aid for visually impaired people
- Patient assistive system for the shoulder joint
- A passive beating heart setup for interventional cardiology training
Artikel in diesem Heft
- Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
- Novel blood protein based scaffolds for cardiovascular tissue engineering
- Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
- Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
- Long-term stable modifications of silicone elastomer for improved hemocompatibility
- The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
- Biocompatible wear-resistant thick ceramic coating
- Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
- Examination of dielectric strength of thin Parylene C films under various conditions
- Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
- Systemic analysis about residual chloroform in PLLA films
- A macrophage model of osseointegration
- Towards in silico prognosis using big data
- Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
- Usability evaluation of a locomotor therapy device considering different strategies
- Hypoxia-on-a-chip
- Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
- Fabrication of MEMS-based 3D-μECoG-MEAs
- High speed digital interfacing for a neural data acquisition system
- Bionic forceps for the handling of sensitive tissue
- Experimental studies on 3D printing of barium titanate ceramics for medical applications
- Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
- 3D printing – a key technology for tailored biomedical cell culture lab ware
- 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
- Biocompatibility of photopolymers for additive manufacturing
- Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
- Novel wireless measurement system of pressure dedicated to in vivo studies
- Portable auricular device for real-time swallow and chew detection
- Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
- Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
- Deep brain stimulation: increasing efficiency by alternative waveforms
- Prediction of immediately occurring microsleep events from brain electric signals
- Determining cardiac vagal threshold from short term heart rate complexity
- Classification of cardiac excitation patterns during atrial fibrillation
- An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
- Deriving respiration from high resolution 12-channel-ECG during cycling exercise
- Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
- Automatic detection and mapping of double potentials in intracardiac electrograms
- Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
- Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
- Best practice: surgeon driven application in pelvic operations
- Vasomotor assessment by camera-based photoplethysmography
- Classification of morphologic changes in photoplethysmographic waveforms
- Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
- Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
- Nonlinear causal influences assessed by mutual compression entropy
- Comparative study of methods for solving the correspondence problem in EMD applications
- fNIRS for future use in auditory diagnostics
- Semi-automated detection of fractional shortening in zebrafish embryo heart videos
- Blood pressure measurement on the cheek
- Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
- Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
- An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
- Real-time QRS detection using integrated variance for ECG gated cardiac MRI
- Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
- In-vitro experiments to characterize ventricular electromechanics
- Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
- Application of microwave sensor technology in cardiovascular disease for plaque detection
- Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
- Detection of microsleep events in a car driving simulation study using electrocardiographic features
- A method to determine the kink resistance of stents and stent delivery systems according to international standards
- Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
- Transient Euler-Lagrange/DEM simulation of stent thrombosis
- Automated control of the laser welding process of heart valve scaffolds
- Automation of a test bench for accessing the bendability of electrospun vascular grafts
- Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
- Cryopreservation of cells using defined serum-free cryoprotective agents
- New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
- Determination of the membrane hydraulic permeability of MSCs
- Climate retainment in carbon dioxide incubators
- Multiple factors influencing OR ventilation system effectiveness
- Evaluation of an app-based stress protocol
- Medication process in Styrian hospitals
- Control tower to surgical theater
- Development of a skull phantom for the assessment of implant X-ray visibility
- Surgical navigation with QR codes
- Investigation of the pressure gradient of embolic protection devices
- Computer assistance in femoral derotation osteotomy: a bottom-up approach
- Automatic depth scanning system for 3D infrared thermography
- A service for monitoring the quality of intraoperative cone beam CT images
- Resectoscope with an easy to use twist mechanism for improved handling
- In vitro simulation of distribution processes following intramuscular injection
- Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
- A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
- Smart control for functional electrical stimulation with optimal pulse intensity
- Tactile display on the remaining hand for unilateral hand amputees
- Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
- An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
- Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
- Learning discriminative classification models for grading anal intraepithelial neoplasia
- Regularization of EIT reconstruction based on multi-scales wavelet transforms
- Assessing MRI susceptibility artefact through an indicator of image distortion
- EyeGuidance – a computer controlled system to guide eye movements
- A framework for feedback-based segmentation of 3D image stacks
- Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
- 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
- Inside-Out access strategy using new trans-vascular catheter approach
- US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
- Impact of different registration methods in MEG source analysis
- 3D segmentation of thyroid ultrasound images using active contours
- Designing a compact MRI motion phantom
- Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
- Classification of indirect immunofluorescence images using thresholded local binary count features
- Analysis of muscle fatigue conditions using time-frequency images and GLCM features
- Numerical evaluation of image parameters of ETR-1
- Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
- Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
- Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
- Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
- Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
- Evaluation of open-source software for the lung segmentation
- Automatic determination of lung features of CF patients in CT scans
- Image analysis of self-organized multicellular patterns
- Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
- Radiopacity assessment of neurovascular implants
- Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
- Development of an artifact-free aneurysm clip
- Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
- Rapid prototyping of replica knee implants for in vitro testing
- Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
- Advanced wettability analysis of implant surfaces
- Patient-specific hip prostheses designed by surgeons
- Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
- Wear of a total intervertebral disc prosthesis
- Digital health and digital biomarkers – enabling value chains on health data
- Usability in the lifecycle of medical software development
- Influence of different test gases in a non-destructive 100% quality control system for medical devices
- Device development guided by user satisfaction survey on auricular vagus nerve stimulation
- Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
- Effect of left atrial hypertrophy on P-wave morphology in a computational model
- Simulation of intracardiac electrograms around acute ablation lesions
- Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
- Assessment of nasal resistance using computational fluid dynamics
- Resistance in a non-linear autoregressive model of pulmonary mechanics
- Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
- Determination of regional lung function in cystic fibrosis using electrical impedance tomography
- Development of parietal bone surrogates for parietal graft lift training
- Numerical simulation of mechanically stimulated bone remodelling
- Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
- Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
- Principle study on the signal connection at transabdominal fetal pulse oximetry
- Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
- Evaluating different approaches to identify a three parameter gas exchange model
- Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
- From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
- Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
- Improved FPGA controlled artificial vascular system for plethysmographic measurements
- Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
- Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
- Control scheme selection in human-machine- interfaces by analysis of activity signals
- Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
- Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
- Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
- Interactive monitoring system for visual respiratory biofeedback
- Development of a low-cost senor based aid for visually impaired people
- Patient assistive system for the shoulder joint
- A passive beating heart setup for interventional cardiology training