<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Interactive Approximation of the Ablation Zone incorporating Heatsink Effects for Radiofrequency Ablation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>C. Rieder</string-name>
          <email>christian.rieder@mevis.fraunhofer.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>I. Altrogge</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>T. Kröger</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>S. Zidowitz</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>T. Preusser</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CeVis, University of Bremen</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Fraunhofer MEVIS, Institute for Medical Image Computing</institution>
          ,
          <addr-line>Bremen</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of Engineering and Science, Jacobs University Bremen</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>9</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>Percutaneous radiofrequecy ablation (RFA) is becoming a standard minimal invasive procedure in the clinical routine. However, the control of shape and size of the ablation zone is unsatisfactory, especially close to large vessels. In this work, our aim is to present a novel image based, fast approximation of the ablation zone with respect to the cooling blood flow, which decreases thermal ablation. For that, patient independent numerical precomputations of the ablation zone are performed and stored in a look-up table. Subsequently, the look-up table is used to approximate the patient dependent necrosis. In our prototypical software assistant, the physician is able to place RF applicator models with corresponding approximated ablation zones, to interactively evaluate the estimated necrosis caused by ablation.</p>
      </abstract>
      <kwd-group>
        <kwd>Radiofrequency Ablation</kwd>
        <kwd>Visualization</kwd>
        <kwd>Image-guided Procedures</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Purpose</title>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <p>The idea of our method is to precalculate the patient independent part of the numerical simulation and subsequently
approximate the patient dependent part. For that, we calculate the cooling effect of blood vessels, depending on the vessel
radius and its distance to the RF applicator electrode for a given RF applicator and generator type. Results of this
calculation are stored in a look-up table, which allows for fast estimation of the cooling effect for a given patient dependent
applicator placement.</p>
      <p>For the simulation, we assume a simplified setting where a single blood vessel of infinite length and oriented parallel to
the electrode of the RF applicator is considered. Furthermore, we assume that the cooling effect of the vessel depends
on the radius of the vessel rv and the distance de from the electrode to this vessel. The cooling effect is quantified by the
length of the radius of the necrosis rn, measured from the center of the electrode in all directions orthogonal to the
electrode axis (see Fig. 1). Taking this setting into account, we define a function of the angle α between the direction under
consideration and the direction in which the vessel center is located, the vessel radius rv and the distance de from the
electrode to the vessel: (rv,de, α) → rn
Fig. 1: Illustrative description of our simplified model; rv is the vessel radius, rn the radius of the necrosis, de the
distance from electrode to vessel and α the angle between de and rn.</p>
      <p>For a complete vessel tree, we simplify our model by assuming an independent cooling effect. If multiple vessels are in
the vicinity of the electrode, for each vessel a corresponding necrosis is estimated individually, and the intersection is
calculated (see Fig. 2). This setting can be assumed as a clinically sufficient good approximation.
Fig. 2: In our approach we assume an independent cooling effect. If multiple vessels are in the vicinity of the electrode,
for each vessel a corresponding necrosis is estimated individually, and the intersection is calculated.
To precalculate all possible configurations of our simplified model, a forward simulation is calculated as described in
Kröger et al.8, the well-known electrostatic potential and bio-heat equation (with Dirichlet boundary at the vessel) are
numerically solved via a finite element approach. Since the precalculation requires a vast amount of calls of the forward
simulation, the calculating time for this precalculation is reduced by using a simplified steady state solution of the
forward simulation assuming constant material parameters. Moreover, due to the assumption of a parallel arrangement of
the RF applicator relative to the vessel, the temperature is calculated in only two dimensions.</p>
      <p>In our example, the considered values of the vessel radius rv range from 1.0 to 7.4 mm (vessels with radius below 1 mm
are assumed to occlude during the ablation). The applicator-to-vessel distance de varies from 2.0 to 14.8 mm distance
(at distances above 14.8 mm the vessel influence of the ablation zone is negligible). And finally, the angle α takes
values between 0° and 180° (angles between 180° and 360° are not considered due to reasons of symmetry). The resulting
sparse look-up table consists of 526 nodes (i.e. entries for the radius rn of the necrosis) in the (rv, de) plane and 65 nodes
in the α direction.</p>
      <p>In our prototypical application, the physician is able to place multiple RF applicators using two spatial coordinates for
each probe, which define the electrode’s orientation and position. As a preprocessing step, blood vessels have to be
segmented using a semiautomatic segmentation procedure5. After placing a marker into a vessel in the vicinity of the
tumor, the vessels are segmented and analyzed automatically. During application run-time, the following steps are
calculated for every voxel:
In a loop over all blood vessels with diameter larger than 2 mm (since smaller ones will usually be destroyed by blood
clots1), the minimal distance de from vessel to applicator electrode and the corresponding angle α is calculated.
Subsequently, a look-up into the table is performed with the vessel diameter, the distance from the vessel to the electrode and
the angle. If the resulting radius of the necrosis in the considered direction is less than the minimal distance from the
current voxel to the electrode, the voxel is classified as part of the ablation zone. Otherwise, the voxel cannot be ablated
due to the presence of blood vessels. The complete procedure is repeated whenever the RF applicator configuration,
e.g. position of the electrode, is changed. To allow for interactive frame rates, the approximation is calculated
slicebased and the result is overlaid on top of the anatomical image.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>We integrated the proposed method in a software assistant for planning of RFA therapies. In this software tool, the
ellipsoid, the interactive approximation of the necrosis as well as the numerical simulation can be calculated for a
selected type of RF applicator (see Fig. 3). Although the ellipsoid as specified by the manufacturers does not estimate the
patient individual ablation zone, it is used in medical workstations as a simple and fast visualization tool in 2D as well
as in 3D (see Fig. 4). However, if particular large vessels are present in the vicinity of the applicator, the question
whether all cancer cells can be ablated is not as easy to answer. In contrast, using a numerical simulation, the cooling of
the blood vessels can be taken into account. Thus, a patient individual ablation zone can be calculated. Moreover, the
numerical simulation allows for the visualization of the thermal field. The drawback of this method is, that vessels have
to be segmented and the calculation of the forward simulation is complex, which results in long computation times
(1015 minutes, see Table 1). Furthermore, a repositioning based on the result of the simulation and a subsequent
resimulation may be too time consuming for the clinical routine. To reduce this computational effort during application
runtime, we developed the interactive necrosis approximation as described in Section 2. Therefore, vessels have also to
be segmented, and for every applicator and generator type a corresponding look-up table has to be computed in
advance. Using the look-up table we are able to perform a simplified necrosis approximation interactively.</p>
      <sec id="sec-3-1">
        <title>Ellipsoid Interactive Approximation Numerical Simulation</title>
      </sec>
      <sec id="sec-3-2">
        <title>Performance 2D Real-time Real-time 10-15 minutes</title>
      </sec>
      <sec id="sec-3-3">
        <title>Performance 3D Real-time 3 seconds 10-15 minutes</title>
      </sec>
      <sec id="sec-3-4">
        <title>Heat-sink effect No Yes Yes</title>
      </sec>
      <sec id="sec-3-5">
        <title>Output Necrosis Necrosis Necrosis &amp; Thermal field</title>
        <p>In the current implementation, a relationship between the radius of a vessel, the distance of the electrode of an RF
applicator to the vessel, and the cooling effect due to this vessel is established in the look-up table based approximation.
However, additional parameters such as vessel type, tumor tissue or liver parenchyma properties are not taken into
account. We will evaluate the dependence of these parameters in future work. Also, in our simplified 2D model, every
point of the electrode is assumed to destroy a ball-shaped tissue-region of uniform size if no blood vessels are present.
Thus, the basic shape of the necrosis in our approximation consists of the union of spheres along the points of the
electrode (Compare Fig 3. (b) and (c)). We plan to extend the model from 2D to 3D in order to reach a more realistic (more
ellipsoidal) shape such as the necrosis of the numerical simulation. Furthermore, preliminary results of our ongoing
validation state that the assumption of the independent cooling effect is critical, particularly if vessels are close together.
(a)
(b)
(c)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>In this work we described an interactive approximation of the ablation zone, that incorporates the heat-sink effect of
blood vessels, and assists physicians in preinterventional RFA planning. We integrated a vessel segmentation algorithm
to support knowledge of local anatomy such as the vessel diameter. In contrast to an accurate but computational
intensive numerical forward simulation, our simplified method allows for the interactive visualization of the expected
ablation zone. Due to the intuitive positioning of RF applicators and the corresponding necrosis approximation
incorporating the cooling of the blood vessels, the physician may be able to find an optimal placement configuration for a
complete destruction of all tumor cells considering the patients individual anatomy.</p>
      <p>This work was funded by the Federal Ministry of Education and Research (SOMIT-FUSION project FKZ 01IBE03C).
We would like to thank the people at Fraunhofer MEVIS as well as our clinical partners for their contribution to our
work.
5</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          Roentgenol. vol.
          <volume>176</volume>
          , pp.
          <fpage>187</fpage>
          -
          <lpage>192</lpage>
          ,
          <year>2001</year>
          Garrean,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Hering</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Saied</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Helton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            , and
            <surname>Espat</surname>
          </string-name>
          , N., “
          <article-title>Radiofrequency ablation of primary and metastatic liver tumors: a critical review of the literature</article-title>
          .,
          <source>” Am J Surg</source>
          <volume>195</volume>
          ,
          <fpage>508</fpage>
          -
          <lpage>520</lpage>
          (
          <year>Jan 2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Villard</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soler</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Gangi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , “
          <article-title>Radiofrequency ablation of hepatic tumors: simulation, planning, and contribution of virtual reality and haptics</article-title>
          ,
          <source>” Comp. Methods in Biomechanics &amp; Biomedical Eng</source>
          .
          <volume>8</volume>
          (
          <issue>4</issue>
          ),
          <fpage>215</fpage>
          -
          <lpage>227</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Mulier</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ni</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frich</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burdio</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Denys</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wispelaere</surname>
            ,
            <given-names>J.-F. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dupas</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Habib</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoey</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jansen</surname>
            ,
            <given-names>M. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lacrosse</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leveillee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mulier</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mutter</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>K. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santambrogio</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stippel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tamaki</surname>
            , K., van Gulik,
            <given-names>T. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marchal</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <article-title>“Experimental and clinical radiofrequency ablation: proposal for standardized description of coagulation size and geometry</article-title>
          ,
          <source>” Ann Surg Oncol</source>
          <volume>14</volume>
          ,
          <fpage>1381</fpage>
          -
          <lpage>96</lpage>
          (
          <year>Apr 2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Zidowitz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Drexl</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kröger</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Preusser</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weihusen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Peitgen</surname>
          </string-name>
          , H.-O., “
          <article-title>Bayesian Vessel Extraction for Planning of RF-Ablation,”</article-title>
          <source>Bildverarbeitung für die Medizin</source>
          ,
          <volume>187</volume>
          -
          <fpage>191</fpage>
          (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Kroeger</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Altrogge</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Preusser</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pereira</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weihusen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Peitgen</surname>
          </string-name>
          , H.-O., “
          <article-title>Numerical simulation of radio frequency ablation with state dependent material parameters in three space dimensions</article-title>
          ,
          <source>” Proceedings of MICCAI 4191</source>
          ,
          <fpage>380</fpage>
          -
          <lpage>388</lpage>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Rieder</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weihusen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zidowitz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Peitgen</surname>
          </string-name>
          , H.-O., „
          <article-title>Visualization of Risk Structures for Interactive Planning of Image Guided Radiofrequency Ablation of Liver Tumors“</article-title>
          ,
          <source>SPIE Medical Imaging</source>
          <year>2009</year>
          : Visualization,
          <string-name>
            <surname>Image-Guided Procedures</surname>
            , and Modeling Kröger,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pätz</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Altrogge</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>K. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frericks</surname>
            ,
            <given-names>B. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritz</surname>
            ,
            <given-names>J.-P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peitgen</surname>
          </string-name>
          , H.-O.,
          <string-name>
            <surname>Preusser</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <article-title>“Fast Estimation of the Vascular Cooling in RFA Based on Numerical Simulation”, The Open Biomed</article-title>
          . Eng. J.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>