Startseite A clustering based dual model framework for EIT imaging: first experimental results
Artikel Open Access

A clustering based dual model framework for EIT imaging: first experimental results

  • Bo Gong EMAIL logo , Benjamin Schullcke , Sabine Krueger-Ziolek und Knut Moeller
Veröffentlicht/Copyright: 12. September 2015
Veröffentlichen auch Sie bei De Gruyter Brill

Abstract

Electrical Impedance tomography (EIT) imaging suffers greatly from the illposedness of the corresponding inverse problem. This is mainly caused by the high degree of freedom and the relatively large noise. One attempt to circumvent these difficulties is to use dual models. This article introduces a clustering based non-uniform dual model construction. With this framework, finite elements are grouped to reduce the complexity in inverse computations. The simulation and experiment results indicated that the k-means clustering method did not only preserve the sharp variations over conductivity mediums but also greatly filtered out artefacts found in the standard approach.

1 Introduction

Electrical Impedance Tomography is a radiation free imaging method that can monitor e.g. dynamics of volume distribution in the lungs [1, 2]. It attempts to reveal an inner conductivity distribution inside the human body by electrical data obtained via electrodes attached on the skin. By injecting an electrical current through some electrodes, the induced voltages can be recorded, allowing to reconstruct a conductivity image via the relation between current and voltage information at the boundary. In a common routine of lung EIT experiments, electrodes are located around a horizontal 2D plane across the human thorax. For each EIT frame, currents are successively injected into the human body through adjacent electrodes [3]. A conductivity image is then reconstructed by collecting the voltage measurements recorded from the remaining electrodes. We denote the number of voltage measurements in a frame by M.

A common reconstruction strategy is to seek the solution of a nonlinear optimization problem using Tikhonov regularization [4]. The mathematical formulation of such optimization problem is

(1)s=argminsVmF(s)22+α2ssref22,

where s denotes a conductivity distribution in the domain, Vm represents the voltage measurement on the boundary, F(s) is a nonlinear function of s that represents the induced boundary voltage with respect to s and the injected currents, α is a regularization parameter and sref is a reference conductivity distribution.

A typical attempt to solve this nonlinear optimization problem is to use a finite element method under the assumption that the conductivity in the domain is piecewise constant [4]. Within this setup we could represent Vm as a M × 1vector and s as a N × 1 vector, where N denotes the number of elements contained in the finite element mesh. The image reconstruction procedure consists of two interactive parts, namely the forward model and the inverse solver. In the forward model, a boundary voltage function F (s) can be calculated from the given parameters of the finite elements, while the inverse solver provides an estimate how to update these parameters. From here on, all discussions of this study are based on the finite element framework.

2 Methods

2.1 Gauss-Newton iterative method

To solve the nonlinear optimization problem (see Eq. 1), we could consider a stepwise linear solution known as iterative Gauss-Newton method (GN for short). According to GN, the estimated conductivity distribution ŝ is approximated by the conductivity distributions sn, and F(sn+1) is replaced by a linear approximation

F(sn+1)=F(sn)+Jn(sn+1sn)

where Jn is the Jacobian matrix evaluated at sn. The solution of Eq. 1 with respect to sn+1 is signed to be sn+1 for the next iteration. Explicitly, the estimation is updated by

(2)sn+1=sn+(Jn*Jn+α2I)1(Jn*(VmF(sn))+α2(srefsn))

where I is the N × N identity matrix [4]. Usually, due to the sparsity of Jn, the matrix J*nJn has a very large condition number. For the purpose of stabilizing the calculations to get a unique solution, a regularization penalty with parameter is included in Eq. 1, hence also in Eq. 2.

2.2 Dual model

Although a finer mesh can lead to a more precise calculation of F (s) in the forward model, its huge number of unknown parameters the same mesh may result in an even more severely ill-posed inverse problem. To circumvent this difficulty, a dual model framework is used [5], whose workflow is depicted in Figure 1.

Figure 1 Dual model framework: The procedure starts with solving a forward model under a fine mesh. The coarser mesh in the bottom right corner is used to solve the inverse problem. The solution is mapped back to the fine mesh for the next iteration.
Figure 1

Dual model framework: The procedure starts with solving a forward model under a fine mesh. The coarser mesh in the bottom right corner is used to solve the inverse problem. The solution is mapped back to the fine mesh for the next iteration.

2.3 An integrated algorithm

In this subsection, an approach for constructing a dual mesh is demonstrated. Given a domain and the corresponding fine mesh, a first guess of the conductivity distribution can be achieved by applying the Gauss-Newton method with this fine mesh. In this step, it is enough to quickly obtain an initial image in order to get a rough estimation. Based on the initial image, the k-means clustering method is applied to roughly detect the underlying geometry. Here the number of clusters is adjusted according to the complexity of the underlying geometry shown in the initial image as well as the number of elements in the fine mesh. The distance function employed by the k-means clustering method can be a combination of the conductivity difference in the initial image and the Euclidian distance between the finite elements. Eventually, an irregular coarser mesh is generated; each of its elements corresponds to one cluster. It is essential to modify the Jacobian matrix for the coarse mesh. According to theoretical calculations [6], the new Jacobian matrix not only has smaller size but also relatively larger entry values.

The algorithm (CGN, Clustering integrated GN) that integrates k-means clustering into the dual model framework consists of the following steps:

  1. Fix a finite element mesh that is sufficiently fine.

  2. Calculate the initial reconstruction image using this fine mesh with a few iterations of Gauss-Newton method with a stopping threshold very higher than the optimum, or an advance fixed small number of iterations.

  3. Applying k–means clustering, segment the finite elements of the fine mesh into Nc clusters and construct a coarser mesh with these Nc elements (dual model).

  4. Calculate the corresponding Jacobian matrix with size Nc × M for the coarser mesh from the Jacobian matrix for the fine mesh.

  5. Run the Gauss-Newton method iteratively with the dual model to get the final image.

  6. Optionally, further using the fine mesh, applying standard algorithms locally on the area of focus by forcing the remained area as background could provide a better image (lCGN).

The workflow of this integrated algorithm is represented in Figure 2.

It is worth to mention that the clustering based dual mesh construction could be integrated with other inverse problem solvers according to the same scheme. As a special example, instead of using iterative GN method, an alternative is to employ one step GN solver in the above framework (see Subsection 3.2).

Figure 2 The flowcharts of the clustering aided dual model framework (CGN). Optional extension with subsequent locally applied GN (lCGN).
Figure 2

The flowcharts of the clustering aided dual model framework (CGN). Optional extension with subsequent locally applied GN (lCGN).

3 Simulation and experimental results

3.1 Simulations

To evaluate the performance of this integrated algorithm, simulations were executed based on a circular finite element domain with radius 1 (see Figure 3(a)). On the boundary, 16 electrodes were placed equidistantly to inject currents and to get the voltage measurements. The stimulating currents were injected in the adjacent pattern to drive the simulation. With the predefined background conductivity (s0 = 1.0 S·m−1) a measurement of the voltage denoted by Vh could be calculated. After embedding some small contrasts into the background, another voltage measurement denoted by Vih was simulated. Moreover, a 1% white noise was added to the simulated measurements Vih. All the simulated data were calculated through an independent finite element model (mesh in Figure 3(a)) to avoid the so called “inverse crime” problem [7]. While in reconstruction a fixed fine mesh was employed for forward model calculations (mesh in Figure 3(b)). According to Section 2.3 the coarser mesh is built on this fine mesh.

The performance of the integrated algorithm was compared to the standard Gauss-Newton iterative algorithm. The difference images between reconstructed conductivity distributions and the background are shown in Figure 3. In the subsequent simulations, the standard algorithms from the EIDORS toolbox [8] were applied, where the regularization parameter in Eq. 1 was heuristically specified to be 0.01. In simulation, two iterations of the Gauss-Newton algorithms were employed to get the initial image; then fif-teen clusters were obtained through the k-means method with three inner iterations, and finally the iterations based on the dual model framework. For comparison, solely using the fine mesh, the standard Gauss-Newton method was iterated ten times to achieve its optimal solution. Viewing the conductivity as a vector corresponds to the elements of the fine mesh, the reconstruction errors of fifty independent runs were summarized by l1 and l2 norm in Table 1.

Table 1

Mean reconstruction errors of fifty independent runs.

MethodGNlCGN
l1(S·m−1)153.91947.283
l2(S·m−1)5.5433.865
Figure 3 Simulation with simple contrasts. Figure 3(a) shows the ground truth with contrasts of conductivities 2.0 Sm−1 and 0.5 Sm−1. Figure 3(b) is the image obtained via ten iterations of standard GN method, the computation time is 24.832 s. Figure 3(c) demonstrates the piecewise constant conductivity map by applying three iterations of GN on fifteen clusters (CGN). Figure 3(d) is the reconstruction image by applying seven iterations of GN locally based on Figure 3(c), the total computation time of the lCGN is 28.428 s.
Figure 3

Simulation with simple contrasts. Figure 3(a) shows the ground truth with contrasts of conductivities 2.0 Sm−1 and 0.5 Sm−1. Figure 3(b) is the image obtained via ten iterations of standard GN method, the computation time is 24.832 s. Figure 3(c) demonstrates the piecewise constant conductivity map by applying three iterations of GN on fifteen clusters (CGN). Figure 3(d) is the reconstruction image by applying seven iterations of GN locally based on Figure 3(c), the total computation time of the lCGN is 28.428 s.

3.2 Experimental results

In this subsection experiments were implemented to achieve the changes of conductivities between two ventilation states, namely the start and end point of one inspiratory phase. The breathing data were acquired from a healthy volunteer by the commercial EIT device (PulmoVista500, Draeger, Luebeck, Germany). Two groups of comparisons were performed off line to test the algorithms (see Figure 4), the first group was between one step GN solver and one step CGN, the second group was between conjugate gradient solver (CG) and Clustering integrated CG (CCG).

Figure 4 Image reconstruction of conductivity change using experimental data. Images use the same colour scheme. Upper row: One step GN and one step CGN with the regularization parameter equals 0.01. Lower row: Iterative CG solver and CCG with the error threshold equals 0.001. The clustering integrated algorithms (CGN, CCG) employed ten clusters achieved from k-means method.
Figure 4

Image reconstruction of conductivity change using experimental data. Images use the same colour scheme. Upper row: One step GN and one step CGN with the regularization parameter equals 0.01. Lower row: Iterative CG solver and CCG with the error threshold equals 0.001. The clustering integrated algorithms (CGN, CCG) employed ten clusters achieved from k-means method.

4 Discussion and conclusion

The reconstructed images (Figure 3, Figure 4) demonstrate that in spite of reducing the degree of freedom in the inverse problem, the k-means method has the potential to roughly preserve the geometry around the area of interest through clustering. As indicated in the simulations and experiments, the integrated method also filtered out the undesired artefacts on the background. In addition, the simulation result (Figure 3(d)) suggests that performing standard algorithms locally on the area of interest could improve the final image.

A challenge for this integrated method is to achieve an optimal segmentation of the initial image by k-means clustering. Selection of parameters for clustering should regard to the complexity of the contrasts, the number of elements in the fine mesh and the level of noise.

Further investigation might consider adaptively determining the parameters, such as the number of clusters or the distance function used in the k-means clustering method, to get better and more controllable segmentation. In addition, individual CT information, e.g. incited by [9], could provide a helpful source for clustering.

Acknowledgment

This work was supported by the BMBF grant no. 03FH038I3 (MOSES).

Author's Statement

  1. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent has been obtained from all individuals included in this study. Ethical approval: The research related to human use has been complied with all the relevant national regulations, institutional policies and in accordance the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.

References

[1] Z. Zhao, et al., “The EIT-based global inhomogeneity index is highly correlated with regional lung opening in patients with acute respiratory distress syndrome,” BMC Res Notes, 2014, vol. 7, p. 82.10.1186/1756-0500-7-82Suche in Google Scholar PubMed PubMed Central

[2] Z. Zhao, et al., “Regional airway obstruction in cystic fibrosis determined by electrical impedance tomography in comparison with high resolution CT,” Physiol Meas, Nov 2013, vol. 34, pp. N107-14.10.1088/0967-3334/34/11/N107Suche in Google Scholar PubMed

[3] S. Leonhardt and B. Lachmann, “Electrical impedance tomography: the holy grail of ventilation and perfusion monitoring?,” Intensive Care Med, Dec 2012, vol. 38, pp. 1917-29.10.1007/s00134-012-2684-zSuche in Google Scholar PubMed

[4] D. S. Holder, “Electrical Impedance Tomography: Methods, History and Applications, Institute of Physics ” Institute of Physics Publishing, 2004, pp. 3-64.10.1201/9781420034462.ch4Suche in Google Scholar

[5] K. D. Paulsen, et al., “A dual mesh scheme for finite element based reconstruction algorithms,” IEEE Trans Med Imaging, 1995, vol. 14, pp. 504-14.10.1109/42.414616Suche in Google Scholar PubMed

[6] N. Polydorides and W. R. B. Lionheart, “A Matlab toolkit for three-dimensional electrical impedance tomography: a contribution to the electrical impedance and diffuse optical reconstruction software project,” Measure. Sci. Tech., 2002, vol. 13 pp. 1871–1883.10.1088/0957-0233/13/12/310Suche in Google Scholar

[7] W. R. Lionheart, ”EIT reconstruction algorithms: pitfalls, challenges and recent developments,” Physiol Meas, Feb 2004, vol. 25, pp. 125-42.10.1088/0967-3334/25/1/021Suche in Google Scholar PubMed

[8] A. Adler and W. R. Lionheart, “Uses and abuses of EIDORS: an extensible software base for EIT,” Physiol Meas, May 2006, vol. 27, pp. S25-42.10.1088/0967-3334/27/5/S03Suche in Google Scholar PubMed

[9] Z. Zhao, et al., “Individual thorax geometry reduces position and size differences in reconstructed images of electrical impedance tomography,” J Xray Sci Technol, 2014, vol. 22, pp. 797-807.10.3233/XST-140464Suche in Google Scholar PubMed

Published Online: 2015-9-12
Published in Print: 2015-9-1

© 2015 by Walter de Gruyter GmbH, Berlin/Boston

This article is distributed under the terms of the Creative Commons Attribution Non-Commercial License, which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Artikel in diesem Heft

  1. Research Article
  2. Development and characterization of superparamagnetic coatings
  3. Research Article
  4. The development of an experimental setup to measure acousto-electric interaction signal
  5. Research Article
  6. Stability analysis of ferrofluids
  7. Research Article
  8. Investigation of endothelial growth using a sensors-integrated microfluidic system to simulate physiological barriers
  9. Research Article
  10. Energy harvesting for active implants: powering a ruminal pH-monitoring system
  11. Research Article
  12. New type of fluxgate magnetometer for the heart’s magnetic fields detection
  13. Research Article
  14. Field mapping of ballistic pressure pulse sources
  15. Research Article
  16. Development of a new homecare sleep monitor using body sounds and motion tracking
  17. Research Article
  18. Noise properties of textile, capacitive EEG electrodes
  19. Research Article
  20. Detecting phase singularities and rotor center trajectories based on the Hilbert transform of intraatrial electrograms in an atrial voxel model
  21. Research Article
  22. Spike sorting: the overlapping spikes challenge
  23. Research Article
  24. Separating the effect of respiration from the heart rate variability for cases of constant harmonic breathing
  25. Research Article
  26. Locating regions of arrhythmogenic substrate by analyzing the duration of triggered atrial activities
  27. Research Article
  28. Combining different ECG derived respiration tracking methods to create an optimal reconstruction of the breathing pattern
  29. Research Article
  30. Atrial and ventricular signal averaging electrocardiography in pacemaker and cardiac resynchronization therapy
  31. Research Article
  32. Estimation of a respiratory signal from a single-lead ECG using the 4th order central moments
  33. Research Article
  34. Compressed sensing of multi-lead ECG signals by compressive multiplexing
  35. Research Article
  36. Heart rate monitoring in ultra-high-field MRI using frequency information obtained from video signals of the human skin compared to electrocardiography and pulse oximetry
  37. Research Article
  38. Synchronization in wireless biomedical-sensor networks with Bluetooth Low Energy
  39. Research Article
  40. Automated classification of stages of anaesthesia by populations of evolutionary optimized fuzzy rules
  41. Research Article
  42. Effects of sampling rate on automated fatigue recognition in surface EMG signals
  43. Research Article
  44. Closed-loop transcranial alternating current stimulation of slow oscillations
  45. Research Article
  46. Cardiac index in atrio- and interventricular delay optimized cardiac resynchronization therapy and cardiac contractility modulation
  47. Research Article
  48. The role of expert evaluation for microsleep detection
  49. Research Article
  50. The impact of baseline wander removal techniques on the ST segment in simulated ischemic 12-lead ECGs
  51. Research Article
  52. Metal artifact reduction by projection replacements and non-local prior image integration
  53. Research Article
  54. A novel coaxial nozzle for in-process adjustment of electrospun scaffolds’ fiber diameter
  55. Research Article
  56. Processing of membranes for oxygenation using the Bellhouse-effect
  57. Research Article
  58. Inkjet printing of viable human dental follicle stem cells
  59. Research Article
  60. The use of an icebindingprotein out of the snowflea Hypogastrura harveyi as a cryoprotectant in the cryopreservation of mesenchymal stem cells
  61. Research Article
  62. New NIR spectroscopy based method to determine ischemia in vivo in liver – a first study on rats
  63. Research Article
  64. QRS and QT ventricular conduction times and permanent pacemaker therapy after transcatheter aortic valve implantation
  65. Research Article
  66. Adopting oculopressure tonometry as a transient in vivo rabbit glaucoma model
  67. Research Article
  68. Next-generation vision testing: the quick CSF
  69. Research Article
  70. Improving tactile sensation in laparoscopic surgery by overcoming size restrictions
  71. Research Article
  72. Design and control of a 3-DOF hydraulic driven surgical instrument
  73. Research Article
  74. Evaluation of endourological tools to improve the diagnosis and therapy of ureteral tumors – from model development to clinical application
  75. Research Article
  76. Frequency based assessment of surgical activities
  77. Research Article
  78. “Hands free for intervention”, a new approach for transoral endoscopic surgery
  79. Research Article
  80. Pseudo-haptic feedback in medical teleoperation
  81. Research Article
  82. Feasibility of interactive gesture control of a robotic microscope
  83. Research Article
  84. Towards structuring contextual information for workflow-driven surgical assistance functionalities
  85. Research Article
  86. Towards a framework for standardized semantic workflow modeling and management in the surgical domain
  87. Research Article
  88. Closed-loop approach for situation awareness of medical devices and operating room infrastructure
  89. Research Article
  90. Kinect based physiotherapy system for home use
  91. Research Article
  92. Evaluating the microsoft kinect skeleton joint tracking as a tool for home-based physiotherapy
  93. Research Article
  94. Integrating multimodal information for intraoperative assistance in neurosurgery
  95. Research Article
  96. Respiratory motion tracking using Microsoft’s Kinect v2 camera
  97. Research Article
  98. Using smart glasses for ultrasound diagnostics
  99. Research Article
  100. Measurement of needle susceptibility artifacts in magnetic resonance images
  101. Research Article
  102. Dimensionality reduction of medical image descriptors for multimodal image registration
  103. Research Article
  104. Experimental evaluation of different weighting schemes in magnetic particle imaging reconstruction
  105. Research Article
  106. Evaluation of CT capability for the detection of thin bone structures
  107. Research Article
  108. Towards contactless optical coherence elastography with acoustic tissue excitation
  109. Research Article
  110. Development and implementation of algorithms for automatic and robust measurement of the 2D:4D digit ratio using image data
  111. Research Article
  112. Automated high-throughput analysis of B cell spreading on immobilized antibodies with whole slide imaging
  113. Research Article
  114. Tissue segmentation from head MRI: a ground truth validation for feature-enhanced tracking
  115. Research Article
  116. Video tracking of swimming rodents on a reflective water surface
  117. Research Article
  118. MR imaging of model drug distribution in simulated vitreous
  119. Research Article
  120. Studying the extracellular contribution to the double wave vector diffusion-weighted signal
  121. Research Article
  122. Artifacts in field free line magnetic particle imaging in the presence of inhomogeneous and nonlinear magnetic fields
  123. Research Article
  124. Introducing a frequency-tunable magnetic particle spectrometer
  125. Research Article
  126. Imaging of aortic valve dynamics in 4D OCT
  127. Research Article
  128. Intravascular optical coherence tomography (OCT) as an additional tool for the assessment of stent structures
  129. Research Article
  130. Simple concept for a wide-field lensless digital holographic microscope using a laser diode
  131. Research Article
  132. Intraoperative identification of somato-sensory brain areas using optical imaging and standard RGB camera equipment – a feasibility study
  133. Research Article
  134. Respiratory surface motion measurement by Microsoft Kinect
  135. Research Article
  136. Improving image quality in EIT imaging by measurement of thorax excursion
  137. Research Article
  138. A clustering based dual model framework for EIT imaging: first experimental results
  139. Research Article
  140. Three-dimensional anisotropic regularization for limited angle tomography
  141. Research Article
  142. GPU-based real-time generation of large ultrasound volumes from freehand 3D sweeps
  143. Research Article
  144. Experimental computer tomograph
  145. Research Article
  146. US-tracked steered FUS in a respiratory ex vivo ovine liver phantom
  147. Research Article
  148. Contribution of brownian rotation and particle assembly polarisation to the particle response in magnetic particle spectrometry
  149. Research Article
  150. Preliminary investigations of magnetic modulated nanoparticles for microwave breast cancer detection
  151. Research Article
  152. Construction of a device for magnetic separation of superparamagnetic iron oxide nanoparticles
  153. Research Article
  154. An IHE-conform telecooperation platform supporting the treatment of dementia patients
  155. Research Article
  156. Automated respiratory therapy system based on the ARDSNet protocol with systemic perfusion control
  157. Research Article
  158. Identification of surgical instruments using UHF-RFID technology
  159. Research Article
  160. A generic concept for the development of model-guided clinical decision support systems
  161. Research Article
  162. Evaluation of local alterations in femoral bone mineral density measured via quantitative CT
  163. Research Article
  164. Creating 3D gelatin phantoms for experimental evaluation in biomedicine
  165. Research Article
  166. Influence of short-term fixation with mixed formalin or ethanol solution on the mechanical properties of human cortical bone
  167. Research Article
  168. Analysis of the release kinetics of surface-bound proteins via laser-induced fluorescence
  169. Research Article
  170. Tomographic particle image velocimetry of a water-jet for low volume harvesting of fat tissue for regenerative medicine
  171. Research Article
  172. Wireless medical sensors – context, robustness and safety
  173. Research Article
  174. Sequences for real-time magnetic particle imaging
  175. Research Article
  176. Speckle-based off-axis holographic detection for non-contact photoacoustic tomography
  177. Research Article
  178. A machine learning approach for planning valve-sparing aortic root reconstruction
  179. Research Article
  180. An in-ear pulse wave velocity measurement system using heart sounds as time reference
  181. Research Article
  182. Measuring different oxygenation levels in a blood perfusion model simulating the human head using NIRS
  183. Research Article
  184. Multisegmental fusion of the lumbar spine a curse or a blessing?
  185. Research Article
  186. Numerical analysis of the biomechanical complications accompanying the total hip replacement with NANOS-Prosthetic: bone remodelling and prosthesis migration
  187. Research Article
  188. A muscle model for hybrid muscle activation
  189. Research Article
  190. Mathematical, numerical and in-vitro investigation of cooling performance of an intra-carotid catheter for selective brain hypothermia
  191. Research Article
  192. An ideally parameterized unscented Kalman filter for the inverse problem of electrocardiography
  193. Research Article
  194. Interactive visualization of cardiac anatomy and atrial excitation for medical diagnosis and research
  195. Research Article
  196. Virtualizing clinical cases of atrial flutter in a fast marching simulation including conduction velocity and ablation scars
  197. Research Article
  198. Mesh structure-independent modeling of patient-specific atrial fiber orientation
  199. Research Article
  200. Accelerating mono-domain cardiac electrophysiology simulations using OpenCL
  201. Research Article
  202. Understanding the cellular mode of action of vernakalant using a computational model: answers and new questions
  203. Research Article
  204. A java based simulator with user interface to simulate ventilated patients
  205. Research Article
  206. Evaluation of an algorithm to choose between competing models of respiratory mechanics
  207. Research Article
  208. Numerical simulation of low-pulsation gerotor pumps for use in the pharmaceutical industry and in biomedicine
  209. Research Article
  210. Numerical and experimental flow analysis in centifluidic systems for rapid allergy screening tests
  211. Research Article
  212. Biomechanical parameter determination of scaffold-free cartilage constructs (SFCCs) with the hyperelastic material models Yeoh, Ogden and Demiray
  213. Research Article
  214. FPGA controlled artificial vascular system
  215. Research Article
  216. Simulation based investigation of source-detector configurations for non-invasive fetal pulse oximetry
  217. Research Article
  218. Test setup for characterizing the efficacy of embolic protection devices
  219. Research Article
  220. Impact of electrode geometry on force generation during functional electrical stimulation
  221. Research Article
  222. 3D-based visual physical activity assessment of children
  223. Research Article
  224. Realtime assessment of foot orientation by Accelerometers and Gyroscopes
  225. Research Article
  226. Image based reconstruction for cystoscopy
  227. Research Article
  228. Image guided surgery innovation with graduate students - a new lecture format
  229. Research Article
  230. Multichannel FES parameterization for controlling foot motion in paretic gait
  231. Research Article
  232. Smartphone supported upper limb prosthesis
  233. Research Article
  234. Use of quantitative tremor evaluation to enhance target selection during deep brain stimulation surgery for essential tremor
  235. Research Article
  236. Evaluation of adhesion promoters for Parylene C on gold metallization
  237. Research Article
  238. The influence of metallic ions from CoCr28Mo6 on the osteogenic differentiation and cytokine release of human osteoblasts
  239. Research Article
  240. Increasing the visibility of thin NITINOL vascular implants
  241. Research Article
  242. Possible reasons for early artificial bone failure in biomechanical tests of ankle arthrodesis systems
  243. Research Article
  244. Development of a bending test procedure for the characterization of flexible ECoG electrode arrays
  245. Research Article
  246. Tubular manipulators: a new concept for intracochlear positioning of an auditory prosthesis
  247. Research Article
  248. Investigation of the dynamic diameter deformation of vascular stents during fatigue testing with radial loading
  249. Research Article
  250. Electrospun vascular grafts with anti-kinking properties
  251. Research Article
  252. Integration of temperature sensors in polyimide-based thin-film electrode arrays
  253. Research Article
  254. Use cases and usability challenges for head-mounted displays in healthcare
  255. Research Article
  256. Device- and service profiles for integrated or systems based on open standards
  257. Research Article
  258. Risk management for medical devices in research projects
  259. Research Article
  260. Simulation of varying femoral attachment sites of medial patellofemoral ligament using a musculoskeletal multi-body model
  261. Research Article
  262. Does enhancing consciousness for strategic planning processes support the effectiveness of problem-based learning concepts in biomedical education?
  263. Research Article
  264. SPIO processing in macrophages for MPI: The breast cancer MPI-SNLB-concept
  265. Research Article
  266. Numerical simulations of airflow in the human pharynx of OSAHS patients
Heruntergeladen am 15.9.2025 von https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2015-0069/html
Button zum nach oben scrollen