Abstract
Access to the left atrium is required for several percutaneous cardiac interventions. In these procedures, the inter-atrial septal wall is punctured using a catheter inserted in the right atrium under image guidance. Although this approach (transseptal puncture - TSP) is performed daily, complications are common. In this work, we present a novel concept for the development of an interventional guidance framework for TSP. The pre-procedural planning stage is fused with 3D intra-procedural images (echocardiography) using manually defined landmarks, transferring the relevant anatomical landmarks to the interventional space and enhancing the echocardiographic images. In addition, electromagnetic sensors are attached to the surgical instruments, tracking and including them in the enhanced intra-procedural world. Two atrial phantom models were used to evaluate this framework. To assess its accuracy, a metallic landmark was positioned in the punctured location and compared with the ideal one. The intervention was possible in both models, but in one case positioning of the landmark failed. An error of approximately of 6 mm was registered for the successful case. Technical characteristics of the framework showed an acceptable performance (frame rate ~5 frames/s). This study presented a proof-of-concept for an interventional guidance framework for TSP. However, a more automated solution and further studies are required.
You have full access to this open access chapter, Download conference paper PDF
Similar content being viewed by others
Keywords
- Image-guided cardiac interventions
- Transseptal puncture
- Image fusion
- Echocardiography
- Integrated interventional guidance framework
1 Introduction
Access to the left atrium (LA) is mandatory in multiple minimally invasive cardiac interventions, such as left atrial appendage closure, atrial fibrillation ablation, mitral valve replacement, among others [1, 2]. Since no direct percutaneous access route to LA is available, a transseptal via is typically used. For that, a medical technique termed transseptal puncture (TSP) is applied, where a catheter is inserted via the femoral vein until the right atrium (RA), through which a needle is moved forward to puncture the inter-atrial septal (IAS) wall (using its thinnest region, the fossa ovalis - FO) and gain access to the LA body [2]. This procedure is guided using medical images, namely fluoroscopy and echocardiography (mainly transesophageal echocardiography - TEE) [1]. Nevertheless, the success of the intervention is still highly dependent on the operator’s expertise, which is sub-optimal. Indeed, when puncturing the IAS, not only the FO needs to be identified, but also the target location at the left heart and the catheter dexterity at this region must be taken into consideration, hampering the identification of the optimal puncture location [1].
To improve the TSP intervention, different technological innovations were presented during the last years. Three major development fields can be considered, namely: surgical tools, pre-procedural planning techniques and guidance approaches [1]. A high number of researchers focused on the former, presenting novel radio-frequency/electrocautery needles (instead of the traditional mechanical ones), which proved their clear advantages for abnormal situations [2]. Regarding the planning techniques, a small number of studies were presented, focusing on biomechanical simulation of the intervention [3] or automated identification of relevant landmarks (e.g. fossa ovalis position) [4], making the planning stage faster and more reproducible. Regarding the intraoperative guidance, several researchers explored the potential use of novel imaging modalities (beyond the traditional ones, magnetic resonance imaging – MRI, and intracardiac echocardiography) for TSP [1]. Moreover, electroanatomical mapping solutions or even electromagnetic guidance solutions were also described [1]. More recently, some researchers presented image-fusion strategies [6,7,8], where the bidimensional and low contrast fluoroscopic image is fused with 3D anatomical detailed models (extracted from echocardiography or computed tomography - CT), showing clear advantages for TSP with inferior procedural time and higher success rate in difficult cases. Nevertheless, although such image fusion solutions showed high potential to ease the intervention [6,7,8], most of them fuse intra-procedural images only (not allowing the inclusion of pre-procedural planning information) or were not validated for TSP.
In this study, we present a novel concept for the development of an integrated interventional guidance framework to assist the physician in successfully performing TSP intervention.
2 Methods
The proposed interventional framework is divided into (Fig. 1): (1) the pre-procedural and (2) the intra-procedural stages. During the first stage, identification or delineation (step A) of relevant cardiac chambers in a highly-detailed image (CT) is performed. Then, based on the estimated contours, the full extent of the FO is estimated and the optimal puncture location is defined by the expert (step B). The entire planning information is then transferred to the intra-procedural world (step C), by fusing intra- and pre-procedural data (e.g. contours or landmarks). Note that intra-procedural data is extracted from echocardiographic images only (in this initial setup, transthoracic echocardiography – TTE – was used). Finally, to also include the surgical instruments into this augmented environment, a tracking strategy is applied using external electromagnetic sensors (step D). An initial calibration between the TTE image world and the electromagnetic sensors was required (step E). By combining all these elements (step F), a radiation-free interventional framework with enhanced anatomical information (from the planning stage) is achieved.
2.1 Interventional Framework
The interventional framework was implemented in C++ and it exploits the potentialities of the VTK (Visualization Toolkit) library [11] for the visualization of images/surfaces and even 3D rendering (using OpenGL). The framework has 4 independent views (see Fig. 2), allowing the visualization of the pre- and intra-procedural data through 2D views or 3D renderings. The current version implements the intra-procedural guidance stage only, presenting import functions to include the pre-procedural planning data. Moreover, specific libraries to receive, in real-time, 3D TTE images (from a commercially available ultrasound – US - machine) and the 3D position of the different instruments were used.
As such, the different steps of the described concept were implemented as (Fig. 2):
Step A: A manual delineation of the LA and RA was performed using the Medical Imaging Interaction Toolkit (MITK) software. In detail, multiple 2D slices were delineated and then interpolated into a 3D surface. Each surface was independently delineated and saved in stl (stereolitrography) format.
Step B: Based on the 3D contours from (A), the FO was manually identified. For that, we detected the thinnest region, as described in [4]. Then, the optimal puncture location was marked and saved in stl format.
Step C: Both pre-procedural (CT) and intra-procedural (TTE) images were uploaded and streamed in the described framework (Fig. 2), respectively. The CT image is uploaded using the DICOM (Digital Imaging and Communications in Medicine) read function currently available in VTK. In opposition, the TTE images were acquired in real-time with a Vivid E95 (GE Vingmed, Horten, Norway) scanner, equipped with a 4 V-D transducer and streamed using a proprietary software. Regarding the image-fusion between CT and TTE worlds, the following strategy was applied. By visualizing both images in parallel, a set of landmarks were manually defined in both images, being later used to fuse both image coordinate space. The optimal transformation between CT-TTE worlds was computed through a least-square strategy. After estimating the optimal transformation, the surfaces generated throughout steps A and B are imported and automatically superimposed on the intra-procedural image, enhancing the relevant anatomical landmarks.
Step D: A small electromagnetic (EM) sensor (EM, Fig. 2) with 6 degrees of freedom (DOF), Aurora 6DOF Flex Tube, Type 2 (Aurora, Northern Digital, Waterloo, Ontario), was attached to the tip of the transseptal sheath.
Step E: A fixed calibration was made to combine the electromagnetic and TTE worlds. In this sense, a set of positions were identified in the TTE image. Then, the same spatial positions were physically achieved by the EM sensor, and the final optimal transformation was obtained by applying a least-square fitting between all positions. By applying this spatial transformation, a unique scenario combining the enhanced intra-procedural image with the needle position was obtained, allowing the correct guidance of the surgical tool until the optimal puncture location. Inside the proposed guidance framework, the needle position was represented as a red dot.
3 Experiments
Description: In this version, two patient-specific mock models of the atria were used (Fig. 3). Both static models were constructed using the strategy described in [10].
Implementation Details: Since mock models were used, the TTE probe was kept fixed (Fig. 3). Before executing the calibration, one operator selected the optimal field of the view (FOV) of the model. Regarding the identification of relevant landmarks (step C and E), Fig. 4 presents an overview of the target positions.
Evaluation: One operator applied the described pipeline in each phantom model and then performed a TSP. To evaluate the error between the selected location and the puncture position, a metallic landmark was later inserted to mark the punctured site. Later, a CT acquisition of the model plus the landmark was acquired. This post-interventional CT was segmented and the obtained surfaces were aligned with the planning surfaces using an iterative closest point algorithm. Finally, the frame rate achieved by the framework for the streaming of US data was also evaluated. All results were computed using a personal laptop with Intel (R) i7 CPU at 2.8 GHz and 16 GB of RAM. An integrated graphics card Nvidia Quadro K2100 was used.
4 Results
The TSP was possible in both cases. Overall, guidance with this setup was considered challenging, due to limited information about the TSP needle position. In one phantom model, an error of approximately 6 mm was found between the selected position and the metallic landmark. For the second model, it was not possible to insert the metallic landmark. Regarding the technical characteristics, a frame rate of approximately 5 frames/s was achieved. The technical calibration took ~60 min. The planning stage required ~30 min.
5 Discussion
In this study, a novel interventional framework for TSP is described. It uses the potentialities of the intra-procedural volumetric US image to create an integrated interventional scenario where both pre-planning, intra-procedural data, and surgical instrument position are fused. Thus, the not well contrasted and noisy TTE image is enhanced by superimposing virtual anatomical surfaces. Moreover, the optimal puncture location can also be visualized, potentially increasing the safety of the intervention. In opposition to other studies [11], the current concept allows the inclusion of pre-procedural planning information in the interventional world. Indeed, recent solutions, such as the EchoNavigator (Philips Inc., Netherlands), [12] proved its added-value for TSP intervention, by adding anatomical information (US images) to the fluoroscopy. Nevertheless, although this solution allows the inclusion of specific landmarks in the interventional image, one is not able to embed pre-procedural planning information in the intra-procedural world [12]. In a different way, CT-fluoroscopy fusion approach was also described and validated for TSP [7], allowing the usage of pre-procedural data into the interventional scenario. However, since the US image is not integrated, relevant online anatomical details are lost or ultimately require an independent US scanner during the intervention.
This framework has as a key novelty the direct usage of 3D US data (by streaming it) to fuse intra-procedural data with pre-procedural one. In fact, previous works focused on similar methodologies for different scenarios. Nevertheless, 2D US data was mainly streamed, requiring complex calibration scenarios to perform 2D-3D alignment [11, 14]. Although such approaches have shown interesting results in nearly static structures/organs [12], its application in cardiac interventions is limited. As such, by capturing the entire 3D volume, 2D-3D alignment/reconstruction steps are removed, potentially improving the performance and accuracy of image-fusion algorithms. However, the described pipeline is only an initial proof-of-concept and it still presents some drawbacks, namely manual interaction is mandatory in all stages, making the configuration of the setup extremely time-consuming. Recently, our team has presented different methodologies to automate this framework: (1) automatic segmentation of the atrial region in CT [4, 15]; (2) automatic identification of the FO in CT [4]; and (3) automatic segmentation of the LA [16]. As such, the entire planning can be performed quickly (2–3 min, [4]) and the fusion stage can be quickly performed by aligning the segmented models. Although the current automated modules are not integrated into this framework, such options are expected in a future release. Regarding the tracking of the different surgical tools, fixed calibration setups can be used [11], making its calibration fast. Nevertheless, to improve the guidance of the surgical tools and the identification of the optimal puncture route, two modifications should be performed to the current setup: (i) multiple sensors should be embedded along the instrument, providing a virtual representation of the entire instrument’s shape inside the body, and (ii) an enhanced representation of the optimal puncture route can potentiate the guidance stage and facilitate the identification of the puncture location. Finally, regarding the frame rate, an acceptable performance (5 frames/s) was achieved by this framework.
The obtained results showed that accurate evaluation of the proposed framework was not possible. First, a small number of phantom models were used. Second, the strategy applied to mark the punctured location proved to be sub-optimal. Due to the small entry points of the phantom model, visual identification punctured location was challenging, hampering the insertion of the metallic landmark. Third, quantification of the framework’s accuracy through the described approach (i.e. aligning post-interventional data with pre-interventional one) is sensitive to small alignment errors. In this sense and to improve the described experiment, a novel scenario is required with the following features: (1) a large number of phantom models with different anatomies are required; (2) inclusion of radiopaque materials to easily allow an accurate alignment between the pre- and pos- interventional surfaces; and (3) instead of using metallic landmarks, the TSP needle should be kept at the punctured location. Finally, since the traditional intervention is widely dependent of the fluoroscopy, further studies to evaluate the feasibility of this potential radiation-free framework and even to evaluate the required learning curve are mandatory to validate it. Regarding the study limitations, we would like to emphasize that: (1) static phantom models were used; (2) instead of a TEE probe, a TTE one was used; and (3) the US probe was kept fixed throughout the intervention. To overcome these limitations, dynamic phantom setups, as described in [10], should be used, and an electromagnetic sensor should be attached to the ultrasound probe (as described in [14]), spatially relating the ultrasound FOV with the probe position and allowing its free manipulation throughout the intervention. As a final remark, although this study was performed with a TTE transducer (since it was simple to be fixated), the TEE one can also be used without any modification of the current setup.
6 Conclusion
The described concept for the development of an interventional guidance framework showed its initial potential usefulness for the identification of the optimal puncture location and to guide the TSP intervention. Nevertheless, the current version requires manual interaction in all stages, making the configuration setup extremely time-consuming and difficult to be performed. Further studies and a different experimental setup are required to accurately validate the proposed framework.
References
Morais, P., Vilaça, J.L., Ector, J., D’hooge, J., Tavares, J.M.R.S.: Novel solutions applied in transseptal puncture: a systematic review. J. Med. Devices 11, 010801 (2017)
Hsu, J.C., Badhwar, N., Gerstenfeld, E.P., Lee, R.J., et al.: Randomized trial of conventional transseptal needle versus radiofrequency energy needle puncture for left atrial access. J. Am. Heart Assoc. 2, e000428 (2013)
Jayender, J., Patel, R.V., Michaud, G.F., Hata, N.: Optimal transseptal puncture location for robot-assisted left atrial catheter ablation. Int. J. Med. Robot. Comput. Assist. Surg. 7, 193–201 (2011)
Morais, P., Vilaça, J.L., Queirós, S., Marchi, A., et al.: Automated segmentation of the atrial region and fossa ovalis towards computer-aided planning of inter-atrial wall interventions. Comput. Methods Programs Biomed. 161, 73–84 (2018)
Ruisi, C.P., Brysiewicz, N., Asnes, J.D., Sugeng, L., Marieb, M., Clancy, J., et al.: Use of intracardiac echocardiography during atrial fibrillation ablation. Pacing Clin. Electrophysiol. 36, 781–788 (2013)
Biaggi, P., Fernandez-Golfín, C., Hahn, R., Corti, R.: Hybrid imaging during transcatheter structural heart interventions. Curr. Cardiovasc. Imaging Rep. 8, 33 (2015)
Bourier, F., Reents, T., Ammar-Busch, S., Semmler, V., Telishevska, M., Kottmaier, M., et al.: Transseptal puncture guided by CT-derived 3D-augmented fluoroscopy. J. Cardiovasc. Electrophysiol. 27, 369–372 (2016)
Afzal, S., Veulemans, V., Balzer, J., Rassaf, T., Hellhammer, K., Polzin, A., et al.: Safety and efficacy of transseptal puncture guided by real-time fusion of echocardiography and fluoroscopy. Neth. Heart J. 25, 131–136 (2017)
Schroeder, W.J., Lorensen, B., Martin, K.: The visualization toolkit: an object-oriented approach to 3D graphics: Kitware (2004)
Morais, P., Tavares, J.M.R., Queirós, S., Veloso, F., D’hooge, J., Vilaça, J.L.: Development of a patient-specific atrial phantom model for planning and training of interatrial interventions. Med. Phys. 44, 5638–5649 (2017)
Cleary, K., Peters, T.M.: Image-guided interventions: technology review and clinical applications. Annu. Rev. Biomed. Eng. 12, 119–142 (2010)
Faletra, F.F., Biasco, L., Pedrazzini, G., Moccetti, M., et al.: Echocardiographic-fluoroscopic fusion imaging in transseptal puncture: a new technology for an old procedure. J. Am. Soc. Echocardiogr. 30, 886–895 (2017)
Housden, R.J., et al.: Three-modality registration for guidance of minimally invasive cardiac interventions. In: Ourselin, S., Rueckert, D., Smith, N. (eds.) FIMH 2013. LNCS, vol. 7945, pp. 158–165. Springer, Heidelberg (2013). https://doi.org/10.1007/978-3-642-38899-6_19
Lang, P., Seslija, P., Chu, M.W., Bainbridge, D., Guiraudon, G.M., Jones, D.L., et al.: US–fluoroscopy registration for transcatheter aortic valve implantation. IEEE Trans. Biomed. Eng. 59, 1444–1453 (2012)
Morais, P., Vilaça, J.L., Queirós, S., Bourier, F., Deisenhofer, I., Tavares, J.M.R.S., et al.: A competitive strategy for atrial and aortic tract segmentation based on deformable models. Med. Image Anal. 42, 102–116 (2017)
Almeida, N., Friboulet, D., Sarvari, S.I., Bernard, O.: Left-atrial segmentation from 3-D ultrasound using b-spline explicit active surfaces with scale uncoupling. IEEE Trans. Ultrason. Ferroelectr. Frequency Control 63, 212–221 (2016)
Acknowledgments
The authors acknowledge Fundação para a Ciência e a Tecnologia (FCT), in Portugal, and the European Social Found, European Union, for funding support through the “Programa Operacional Capital Humano” (POCH) in the scope of the PhD grants SFRH/BD/95438/2013 (P. Morais) and SFRH/BD/93443/2013 (S. Queirós).
This work was funded by projects NORTE-01-0145-FEDER-000013, NORTE-01-0145-FEDER-000022 and NORTE-01-0145-FEDER-024300, supported by Northern Portugal Regional Operational Programme (Norte2020), under the Portugal 2020 Partnership Agreement, through the European Regional Development Fund (FEDER), and has also been funded by FEDER funds, through Competitiveness Factors Operational Programme (COMPETE), and by national funds, through the FCT, under the scope of the project POCI-01-0145-FEDER-007038.
The authors would like to acknowledge Walter Coudyzer and Steven Dymarkowski (Department of Radiology, UZLeuven, Leuven, Belgium) for performing the CT acquisitions. Moreover, the authors would like to thank General Electric (GE VingMed, Horten, Norway) for giving access to the 3D streaming option.
Author information
Authors and Affiliations
Corresponding author
Editor information
Editors and Affiliations
Rights and permissions
Copyright information
© 2018 Springer Nature Switzerland AG
About this paper
Cite this paper
Morais, P., Vilaça, J.L., Queirós, S., Rodrigues, P.L., Tavares, J.M.R.S., D’hooge, J. (2018). A Novel Interventional Guidance Framework for Transseptal Puncture in Left Atrial Interventions. In: Stoyanov, D., et al. Simulation, Image Processing, and Ultrasound Systems for Assisted Diagnosis and Navigation. POCUS BIVPCS CuRIOUS CPM 2018 2018 2018 2018. Lecture Notes in Computer Science(), vol 11042. Springer, Cham. https://doi.org/10.1007/978-3-030-01045-4_11
Download citation
DOI: https://doi.org/10.1007/978-3-030-01045-4_11
Published:
Publisher Name: Springer, Cham
Print ISBN: 978-3-030-01044-7
Online ISBN: 978-3-030-01045-4
eBook Packages: Computer ScienceComputer Science (R0)