Table of Contents

Visual Tracking of Surgical Tools in Retinal Surgery using Particle Filtering

Last updated: 4/26/2012

Summary

We aim to develop a direct visual tracking method for retinal surgical tools using mutual information and particle filtering.

Background, Specific Aims, and Significance

Background

Vitreoretinal surgery is undertaken to treat eye problems involving the retina, macula, and vitreous fluid, and is considered one of the most difficult types of surgeries to perform. Some eye problems treated by vitreoretinal surgery include macular degeneration, retinal detachment, and diabetic retinopathy. During vitreoretinal surgery, small implements are inserted into the ocular vitreous cavity through small incisions and are manipulated within through a microscope to perform the procedure.

Potential complicating factors include difficult visualization of surgical targets, poor ergonomics, lack of tactile feedback, and the requirement for high precision and accuracy. Since the surgery is performed using indirect visualization, the surgeon faces limited field and clarity of view, depth perception, and illumination, which hinders identification and localization of surgical targets and leads to long operating times and risks of surgical error.

Specific Aims

While there are many tools available and in development to help surgeons with hand tremor, such as the microsurgical robot, intraoperative force transduction sensors, and intraoperative optical coherence tomography (OCT) retinal scans, there has not been a method of detecting and tracking the surgical tool implements from the viewpoint of the optical microscope that is robust and precise enough for practical use in a clinical scenario. Our project attempts to resolve this issue using the following components.

  1. Mutual Information (MI) as a similarity measure
  2. Particle Filter (PF) as a stochastic optimization method
  3. GPU / Parallel Processing to greatly improve the processing speed of our PF

Significance

  1. In determining the location of the tool during surgery, we will use template-based registration with Mutual Information (MI) as the similarity measure. We do this instead of using SSD or NCC as the similarity measure as MI is more robust in presence of changes in illumination, rotation, scale, and limited texture information.
  2. Also known as a condensation algorithm, we will use a particle filter to track the motion of the tool. Gradient descent methods, which are traditionally used, suffer from problems with local minima which occur when there are large displacements in the tool position. In addition, a particle filter supports alternative hypothesis tracking, so that it is unlikely an incorrect hypothesis will become “sticky.”
  3. Finally, we hope to implement parallel processing using a GPU to process separate particles in parallel at each time step, greatly improving processing speed and allowing for the evaluation of more particles per frame. This will allow our filter to be much more robust in real time.

Deliverables

Technical Approach

Mutual Information

A 4 degree of freedom model will be used: translation (2D), rotation, and scale. The calculation of the MI score involves calculating the joint entropy between the template (I*) and image (I), then subtracting the images’ individual entropies:

  h(I) = -sumr[pI(r) log(pI(r))]
  h(I, I∗) = -sumr,t[pII∗(r, t) * log(pII∗(r, t))]
  MI(I, I∗) = h(I)+h(I∗)−h(I, I∗)

MI is effectively a measure of the quantity of shared information between the two images being compared.

Particle Filter

The particle filter is essentially a two-step iterative process. With an initial constrained random sampling of particles around the last known location of the tool, the MI score is calculated for each particle. The MI score is thus the weight of the particle. The field of particles is then resampled so that each particle has equal weight, but the density of particles is proportional to the calculated MI score. The process is then iterated, and the location of the tool determined based on the most probable hypothesis currently known.

GPU

Ideally, the MI score calculation stage of the particle filter would be run in parallel. We propose to do this on a GPU. This would enable the particle filter to be very robust without sacrificing the performance and frame rate needed to perform a live surgery; without massively parallel computational capacity, the number and density of particles would need to be reduced in order to allow the tracker to run at an acceptable frame rate, which in turn reduces the robustness and accuracy of the tracker.

Error Analysis

Dependencies

Milestones and Status

  1. Milestone 1: Basic Particle Filter
    • Planned Date: 3/7
    • Actual Date: 3/6
    • Status: <html><font color=“green”>Complete</font></html>
  2. Milestone 2: Implement Mutual Information
    • Planned Date: 3/14
    • Actual Date: 4/4
    • Status: <html><font color=“green”>Complete</font></html>
  3. Milestone 3: Port to CISST
    • Planned Date: 4/4
    • Expected Date: 4/18
    • Status: <html><font color=“green”>Complete</font></html>
  4. Milestone 4: Refinements to Algorithm
    • Planned Date: 4/18
    • Expected Date: 5/2
    • Status: <html><font color=“green”>Complete</font></html>
  5. Milestone 5: Parallel Implementation
    • Planned Date: 4/18
    • Planned Date (updated): 5/2
    • Expected Date: 5/2
    • Status: <html><font color=“green”>Complete</font></html>

Reports and presentations

Project Bibliography

Other Resources and Project Files

Here give list of other project files (e.g., source code) associated with the project. If these are online give a link to an appropriate external repository or to uploaded media files under this name space.