Project Name

<fs large>Introaperative Fiducial Tracking in TORS</fs>

Summary

<fs larger>This project is intended to develop and implement an intraoperative fiducial tracking method, which is an important part of a TORS system. </fs>

  • Student: Xiao Hu
  • Mentors: Wen P. Liu, Anton Deguet

You may want to include a picture or two here.

Background, Specific Aims, and Significance

Background

<fs large>• Background of TORS</fs>

  • <fs larger>TORS: TransOral Robotic Surgery </fs>

http://www.ohsu.edu/xd/health/services/comprehensive-robotics-program/surgical-services/transoral-robotic-surgery-tors.cfm

  • <fs larger>The base of tongue tumors has become a significant health care

concern. Because most base of tongue tumors are buried deep in the musculature of the tongue, when doing the transoral surgery, expert surgeons always rely on experience to remain correctly oriented with respect to critical anatomy.</fs>

  • <fs larger>Such practice leaves considerable room for improvement and has

brought TORS. It is a minimally invasive surgical intervention for resection of base of tongue tumors.</fs>

<fs large>• Background of Image guidance in TORS</fs>

  • <fs larger>An image guidance system with intraoperative stereoscopic video augmentation in TORS has been proposed. It is to give the surgeon intuitive knowledge of the position of the tumor in the stereoscopic view during TORS.</fs>

Image in courtesy of Wen P. Liu

  • <fs larger>The rough steps for this system are as below.</fs>
    1. <fs larger>First, a detailed surgical plan is made by the surgeon from the preoperative CT or MR of the patient. Basically, the surgical plan is the position of the tongue tumor in the CT or MR coordinate.</fs>
    2. <fs larger>Second, when the patient is positioned for the surgery, a CBCT image is acquired immediately to capture the intraoperative deformation. </fs>
    3. <fs larger>third, using the deformable registration between the preoperative CT (MR) and the intraoperative CBCT to get the intraoperative surgical plan on CBCT. </fs>
    4. <fs larger>Then, a rigid transformation, resulting from the tracking of the fiducial which is attached directly above the resection area at the beginning of the surgery, between the CBCT and the endoscopic video is calculated.</fs>
    5. <fs larger>Next, the planned data can be registered to the robotic endoscopic video using this transformation, to form the augmented video during the surgery.</fs>

Specific Aims

<fs larger>• The goal of this project is to design and implement an intraoperative fiducial tracking method in TORS that could track the fiducial under the stereo endoscope without additional user input. </fs>

<fs larger>The green triangular frame is the fiducial frame, with three fiducials on it, each fiducial is a colored sphere with white, yellow and black color respectively </fs>

Significance

<fs large>• Project Relevance: </fs>

  • <fs larger>In order to do stereo video augmentation, several coordinate transformation need to be calculated</fs>.
  • <fs larger>In summary: (Video𝑇CT) = (Video𝑇CBCT) (CBCT𝑇CT) . We need to find (video𝑇CBCT)</fs>.
  • <fs larger>Using Fiducial: (𝑃fiducial)Video = (Video𝑇CBCT) ∗ (𝑃fiducial)CBCT, and Video𝑇CBCT= (𝑃fiducial)Video *( 𝑃fiducial)CBCT )−1</fs>
  • <fs larger>As long as (𝑃fiducial)Video is got, the transformation between video and CBCT can be got</fs>.
  • <fs larger>This project is to track the fiducials and get the position of the fiducials in the stereo video which is (𝑃fiducial)Video</fs>.

<fs large>• Project Significance</fs>:

  • <fs larger>Current existing method to find (Video𝑇CBCT) is a manual process which is based on user input, either by the operator using 3DUI virtual cursors of MTMs, or by placing tool tips of PSMs directly onto the sphere, which would require robot-to-tooltip calibration. A non-user input method should be developed, and this is the goal for this project.</fs>

Deliverables

  • <fs larger>Minimum</fs>: <fs larger>(Expected by 4/10)</fs>
    1. <fs larger>Implementation of fiducial detection of the intraoperative endoscopic images (recorded images) ——-Done 4/14 </fs>
    2. <fs larger>Implementation of fiducial detection of the intraoperative stereo video (recorded videos)——–Done 4/22 </fs>
    3. Test and optimization of the implementation to confirm better result than the already existed detection method
  • <fs larger>Expected</fs>: <fs larger>(Expected by 4/22)</fs>
    1. Real-time fiducial tracking under the endoscopic camera
    2. <fs larger>Real-time fiducial tracking under the recorded endoscopic video ——-done fiducial tracking 4/25, but has approximate 1 second delay </fs>
    3. Testing the system under the realtime robot endoscopic camera
    4. <fs larger>Optimization and Getting intraoperative real-time tracking result ——did optimization 5/7, but still not capable to track when it's at a big angle </fs>
  • Maximum: (Expected by 4/29)
    1. Optimization of the implementation under experimental surgery scenario
    2. A video recorded for the tracking in experimental surgery scenario
    3. A new fiducial for better and more accurate tracking

Technical Approach

  • <fs larger>The approaches to achieve the goal consist mainly of three steps:use color and edge characteristics to detect the frame which encompasses the three fiducials, use color and position characteristics to detect the fiducials, and apply Kalman filter to track the fiducials in videos. </fs>
  • <fs larger>Fiducial frame detection</fs>
    1. <fs larger>Use color information to detect the green pixels</fs>
    2. <fs larger>Use edge detector to detect the edges in the image</fs>
    3. <fs larger>Combine the two images to get the possible fiducial frame contour</fs>

  • <fs larger>Fiducial Detection</fs>
  1. <fs larger>Use the frame contour and the color information to detect the three colored fiducials, and delete some noise points </fs>
  2. <fs larger>Use connectivity to group pixels that might belong to a fiducial.</fs>
  3. <fs larger>Use a weighting function to select the fiducial group from the candidate groups. The geometric center of the group is the center of detected fiducial, and the size of the group reflects the size of the fiducial. Denote the detected fiducial as black squres on the image </fs>

  • <fs larger>Fiducial tracking in videos</fs>
  1. Apply Kalman filter for tracking, which is used to find fiducials of which the detections are missing. The tracking is based on the motion of the fiducials.

Dependencies

• <fs larger>Cisst and saw understanding (current state: still working on it, pause) </fs>

<fs larger>Solution: Read tutorials and ask Wen and Anton </fs>

<fs larger>• Access to the robot and the system (currenet state: got it) </fs>

<fs larger>Solution: Ask Wen and Prof. Taylor for permission </fs>

Milestones and Status

  1. Milestone name: Complete Software Installation
  • Planned Date: Feb. 20
  • Expected Date: Feb. 20
  • Status: completed
  1. Milestone name: get the new fiducial (optional)
  • Planned Date: March. 1
  • Expected Date: April.25
  • Status: haven't begun
  1. Milestone name: completion of preliminary algorithm design
  • Planned Date: March. 7
  • Expected Date: March. 12
  • Status: completed
  1. Milestone name: Begin algorithm implementation (coding) with C++
  • Planned Date: March. 10
  • Expected Date: March. 15
  • Status: Began Paused
  1. Milestone name: (Minimum deliverable) Complete algorithm implementation on recorded images
  • Planned Date: April. 10
  • Expected Date: April. 15
  • Status: Completed
  1. Milestone name: (Minimum deliverable) Complete algorithm implementation on recorded videos
    • Planned Date: April. 15
    • Expected Date: April. 17
    • Status: Completed
  1. Milestone name: (Expected deliverable) Complete algorithm implementation for tracking on recorded videos
    • Planned Date: April. 17
    • Expected Date: April. 22
    • Status: Completed
  1. Milestone name: (Expected deliverable) Complete algorithm implementation for Real-time fiducial tracking on recorded videos
    • Planned Date: April. 17
    • Expected Date: April. 25
    • Status: Partially Completed
  1. Milestone name: (Expected deliverable) Optimization for the implementation of tracking
  • Planned Date: April. 22
  • Expected Date: April. 27
  • Status: Partially Completed
  1. Milestone name: (Maxium deliverable) Optimization for the implementation of tracking under intraoperative video
    • Planned Date: April. 29
    • Expected Date: May. 3
    • Status: Haven't begun
  1. Milestone name: Post session and project report
    • Planned and Expected Date: May. 9

Reports and presentations

Project Bibliography

  • Tony F. Chan and Luminita A. Vese, “Active Contours Without Edges”, IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 10, NO. 2, FEBRUARY 2001 active_contours_without_edges.pdf
  • Wen P. Liu et al, “Toward intraoperative image-guided transoral robotic surgery”. J Robotic Surg 2013
  • Wen P. Liu et al, “Intraoperative Cone Beam CT Guidance for Transoral Robotic Surgery”

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.

courses/446/2014/446-2014-15/enhanced_fiducial_tracking_in_tors.txt · Last modified: 2019/08/07 16:01 by 127.0.0.1




ERC CISST    LCSR    WSE    JHU