Home Medicine Dimensionality reduction of medical image descriptors for multimodal image registration
Article Open Access

Dimensionality reduction of medical image descriptors for multimodal image registration

  • Johanna Degen EMAIL logo , Jan Modersitzki and Mattias P. Heinrich
Published/Copyright: September 12, 2015

Abstract

Defining similarity forms a challenging and relevant research topic in multimodal image registration. The frequently used mutual information disregards contextual information, which is shared across modalities. A recent popular approach, called modality independent neigh-bourhood descriptor, is based on local self-similarities of image patches and is therefore able to capture spatial information. This image descriptor generates vectorial representations, i.e. it is multidimensional, which results in a disadvantage in terms of computation time. In this work, we present a problem-adapted solution for dimensionality reduction, by using principal component analysis and Horn’s parallel analysis. Furthermore, the influence of dimensionality reduction in global rigid image registration is investigated. It is shown that the registration results obtained from the reduced descriptor have the same high quality in comparison to those found for the original descriptor.

1 Introduction

Physicians and surgeons have great interest in combining different imaging techniques to improve the diagnosis or image guided interventions. Therefore multimodal image registration is needed, whose aim is to find a model for the best possible correspondence of anatomical and functional structures between images obtained from different modalities. An important part of image registration is a distance measure, which evaluates the similarity between the registered images. The definition of a suitable distance measure is a difficult task in multimodal image registration because there are amongst others intensity variations caused by the different physical principals, which are employed by the different imaging devices. In order to overcome these problems, a new image descriptor for defining the similarity between two images has been introduced – the modality independent neigh-bourhood descriptor (MIND) [1]. The idea is to reduce a multimodal registration problem to a monomodal one by mapping both images to a common comparable space. To capture as many features the image descriptor is multidimensional. This increases the computation time that is necessary for distance calculations.

The purpose of this paper is to study whether the dimensionality of the descriptor can be reduced without causing significant loss of quality in the registration results. The benefits due to the dimensionality reduction are noise removal and reduced computing times when calculating the similarity between descriptors as well as memory requirements. The principal component analysis (PCA) is used as a dimensionality reduction method [2]. With a subsequent Horn’s parallel Analysis (PA), the problem specific number of principal components is selected [3]. Finally, the registration results based on the reduced and the complete descriptor are compared.

2 Material and methods

This section presents an overview of the background to this work with a focus on the introduction of the image descriptor MIND. Furthermore, Horn’s PA is briefly explained. For a detailed description see [3].

2.1 Modality independent neighbourhood descriptor

The basic idea of MIND is the concept of local self-similarity, which has been previously used in image denoising [4]. Multimodal images have a non corresponding intensity distribution, but they still represent the same anatomical structures. We take advantage of the assumption that the particular structure within a local neighbour-hood can be described by the similarities of small image patches and is preserved across modalities. This principle is illustrated in Fig. 1 where it is exemplarily shown that an edge can be extracted from both images using self-similarities. The formulation of an image descriptor based on this concept has several benefits. MIND is independent of the modality and the related contrast, while enabling a simple intensity-based registration. Due to the usage of patches, it is sensitive to a variety of features, such as corners, edges and textures.

Figure 1 On the right and on the left histological images of the head, obtained from different color channels are shown. The MIND descriptors of the elements at the center of the marked rectangles are presented in the middle. This example illustrates that the concept of local self-similarities is suitable for extracting image features and the descriptors are comparable using monomodal distance measurements, e.g. sum of absolute/ squared differences.
Figure 1

On the right and on the left histological images of the head, obtained from different color channels are shown. The MIND descriptors of the elements at the center of the marked rectangles are presented in the middle. This example illustrates that the concept of local self-similarities is suitable for extracting image features and the descriptors are comparable using monomodal distance measurements, e.g. sum of absolute/ squared differences.

The real-valued measurements are stored in an array I with corresponding spatial dimensionality d. The positions of the elements of I are denoted by xj=[xj1,,xjd]d. MIND is defined in form of a Gaussian-function with a patch-based distance DP and a variance estimate V as the essential components.

2.1.1 Patch-based distance

The patch-based distance is defined as the sum of squared differences (SSD) of all elements I(xj) within the two patches centred at two different positions xj. As this calculation has to be performed for each element of I, a convolution can be used instead of an element-wise calculation of the SSD. A convolution with a d-dimensional kernel CP of the same size as the size of the patch P is a very efficient method to generate the patch-based distances, yielding:

(1)DP(I,xj,CP,r)=CP*(IIr)2rR
(2)withIr(xj)=I(xj+r)xj,

were r is an element of the set of search positions R within the search region. Ir is the array I translated by r in terms of (2). The patch-based distances are calculated for each search position according to (1) and stored in an (d + 1)-dimensional array DP. We have chosen a Gaussian filter kernel for CP.

2.1.2 Variance measure

The local variance measure V is calculated directly from the patch distances.V is defined as the average of the directly neighbouring patch distances for each element xj.

The formula can be written as:

(3)V(I(xj),CP)=1|N|nNDP(I,xj,CP,n).

N defines the four-neighbourhood in two dimensions or the six-neighbourhood in three dimensions.

2.1.3 Spatial search region

It is important to define the search region since it has a large influence on the descriptor. The size and spatial sampling configuration of the search region have to be chosen (for more details see [1]). We used a dense sampling. In this case, the search positions r are elements of the set

(4)R={k,,0,,k}d\{0}dk.

All neighbours of the current element I(xj) within a fixed neighbourhood, defined by k, are included for the calculation of MIND. When selecting the size and the configuration of the search region, it is important to note that the computation time is directly proportional to the number of search positions. In general, the search region as well as the patches are symmetrical, but they do not have to be square.

Using the previously described components, the general formula for MIND can be specified as follows:

(5)MIND(I(xj),CP,r)=1zexp(DP(I,xj,CP,rV(I(xj),CP))

with z as an normalization constant, so that all entries of MIND are in a range of 0 to 1. This formulation of a Gaussian-function results in high entries for MIND, if two patches are similar, which leads to small distances. Otherwise low entries occur, if the patches are dissimilar and therefore have large patch-based distances. The registration process using MIND is divided into two main parts: Initially the descriptors are determined for each modality independently. In the subsequent registration procedure the optimal transformation parameters are searched by comparing the descriptors using monomodal similarity metrics, such as the sum of absolute differences (SAD).

2.2 Horn’s parallel analysis

A crucial issue while performing a PCA as dimensionality reduction method is the number of significant principal components, which provides a sufficiently good approximation of the data. An visual method for determining the number of relevant components is the scree plot, which demonstrates the curve shape of the eigenvalues that resembles the letter L or an elbow [2]. One can determine the vertex of this L-curve from which all components to the right should be discarded. Because this approach requires a subjective decision, Horn’s parallel analysis, which has been introduced as a method to determine the number of factors to retain from the factor analysis is preferred [3]. He suggested to compare the empirically obtained eigenvalues with those of un-correlated, normally distributed random variables. With increasing sample size, the distribution of the eigenvalues of random variables approximates a straight line parallel to the x-axis. Only factors with eigenvalues above this line are considered significant. Similarly, the PA can be used to determine the relevant components of a PCA. In this contribution the MATLAB® file pa_test (Shteingart, Hanan (2014). Parallel Analysis (PA) (www.mathworks.com/matlabcentral/fileexchange/44996), MATLAB Central File Exchange. Retrieved Dec 10, 2014) was used to generate the random eigenvalues. Thereby, the random data sets are generated by permutation of the original data set and the eigenvalues are determined by means of a PCA.

3 Results and discussion

The following experiments were carried out on data sets of the Visible Human Project® [5]. Transverse histological images of the head, which were recovered with different color channels and T1- as well as T2-weighted coronal MRI-images of the thorax were used.

3.1 Dimensionality reduction of MIND

In the following, we explain our proposed approach to reduce the dimensionality of MIND. First, the descriptors of the given data sets were determined by using a dense sampling search region with k = 2 and a Gaussian filter kernel with the size of five elements in each dimension. Subsequently, a PCA with both descriptors is performed at the same time, because otherwise, the order of the calculated components be different. For this purpose, the descriptors have been concatenated in such a way that the number of observations equals double the number of elements in the data set and the number of variables corresponds to the cardinality of R. The resulting coefficient matrix is used to reduce the descriptors in its dimension. The reduced MIND arises from the multiplication of the entire MIND and a certain part of the coefficient matrix. In order to decide which part of the coefficient matrix is to be used, it has to be decided which principal components are regarded as significant. To answer this question, a PA is performed and the result is displayed in a scree plot together with the eigenvalues obtained from the PCA. Figure 2 illustrates the scree plots for both data sets. As seen from the left scree plot, the comparison with the eigenvalues obtained from the PA suggests that the first three principal components approximate the histological data set satisfactorily. For the MRI data set, however, five PCs have to be taken into account, since the corresponding eigenvalues are bigger than those of the random variables. The magnitudes of the eigenvalues are very different for the considered data sets. While in the histological data set, the high eigenvalue of the first PC is followed by very small eigenvalues of the other PCs. In contrast, the eigenvalues of the MRI data set are more evenly distributed. This can also be observed in Table 1, where the percentages of total variance explained by each of the first five PCs are listed. As seen from Table 1, 83.04 % of the total variance are explained by the selected three PCs. In the MRI data set, the first five PCs explain 78.22 % of the total variance. For a visual example of our proposed dimensionality reduced MIND both descriptors of the histological data set are depicted as RGB-images and slice by slice in Fig. 3. It can be seen that at some places the representations of the reduced MIND appears to be similar to the results of an edge detection. Besides edges other image details are also included in the reduced MIND. Furthermore, it becomes clear that the descriptors are comparable with each other.

Figure 2 On the left side the eigenvalues of the histological data set are shown together with the eigenvalues obtained from the PA. On the right side the scree plot of the MRI data set is visualised.
Figure 2

On the left side the eigenvalues of the histological data set are shown together with the eigenvalues obtained from the PA. On the right side the scree plot of the MRI data set is visualised.

Figure 3 Visualisation of the reduced MIND for the histological data set. The rows represents the two different color channels from which the histological images were taken. Column by column, the reduced descriptors are shown once as RGB-images in the first column and in the other columns slice by slice.
Figure 3

Visualisation of the reduced MIND for the histological data set. The rows represents the two different color channels from which the histological images were taken. Column by column, the reduced descriptors are shown once as RGB-images in the first column and in the other columns slice by slice.

Table 1

Percentages of the explained variance

PC 1PC 2PC 3PC 4PC 5
Histological data set68.257.747.054.473.62
MRI data set23.1916.1115.3613.0810.48

3.2 Global rigid registration using MIND

A comparison of the registration results corresponding to the entire and reduced MIND is made, using the proposed automatic dimension reduction. One of the histological measurements is set as reference while the other one is defined as template. The reference is rotated clockwise by 20 degrees compared to the template. Successively the template is rotated by angles ranging from -180 to 180 degrees (with a step size of 1°). For each angle, the PCA and the resulting descriptors are recalculated. Then, the SAD of the descriptors corresponding to the particular elements of I are determined and summed over all descriptor elements. The results are shown in Fig. 4. As can be seen, the optima of both registration functions are located by -20 degrees, where it was to be expected since a counterclockwise rotation-direction was used. Due to the difference of a rotation about 20 degrees and the fact the the brain looks similar up-side down there is an other local minimum at 160 degrees. However, the optimum can be uniquely determined in a range of 60 degrees, which is acceptable for medical image registration, since rotations of smaller angles are common.

Figure 4 The registration results of the global rigid registration with the entire as well as the reduced MIND. The correct alignment of both images is found equally with the reduced MIND and the quality of the registration result is preserved.
Figure 4

The registration results of the global rigid registration with the entire as well as the reduced MIND. The correct alignment of both images is found equally with the reduced MIND and the quality of the registration result is preserved.

4 Conclusion

In summary it can be said that the dimensionality reduction of MIND preserves the quality in the registration result. Our method could also be valuable for other vectorial images (such as diffusion MRI) and offers a new way of visualisation of high-dimensional data. In future, the presented method should be applied to more complex registration problems. In particular, variational deformable image registration is an interesting application area due to the numerous existing regularisers. Furthermore, it could be sought of an efficient possibility for not having to recalculate MIND in every step of the registration process.

Author’s Statement

  1. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent is not applicable. Ethical approval: The conducted research is not related to either human or animals use.

References

[1] M. P. Heinrich, M. Jenkinson, M. Bhushan, T. Matin, F. V. Glee-son, S. M. Brady, and J. A. Schnabel, “Mind: Modality independent neighbourhood descriptor for multi-modal deformable registration,” Medical Image Analysis, vol. 16, no. 7, pp. 1423– 1435, 2012.10.1016/j.media.2012.05.008Search in Google Scholar PubMed

[2] I. Jolliffe, Principal Component Analysis . Springer, 2002.Search in Google Scholar

[3] J. Horn, “A rationale and test for the number of factors in factor analysis,” Psychometrika, vol. 30, no. 2, pp. 179–185, 1965.10.1007/BF02289447Search in Google Scholar PubMed

[4] A. Buades, B. Coll, and J.-M. Morel, “A non-local algorithm for image denoising,” in IEEE CVPR, vol. 2, pp. 60–65, 2005.10.1109/CVPR.2005.38Search in Google Scholar

[5] M. J. Ackerman, “The visible human project,” Proceedings of the IEEE, vol. 86, no. 3, pp. 504–511, 1998.10.3233/SHTI210988Search 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.

Articles in the same Issue

  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
Downloaded on 11.3.2026 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2015-0051/html
Scroll to top button