1 / 30

Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images. M. Garbey 1 and G. Zouridakis 1,2 1 Department of Computer Science and 2 Department of Electrical and Computer Engineering University of Houston, TX, USA

lotus
Télécharger la présentation

Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images M. Garbey1 and G. Zouridakis1,2 1Department of Computer Science and 2Department of Electrical and Computer Engineering University of Houston, TX, USA Thanks: A.Deutsch & N.Mullani Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  2. Abstract • Modeling of a growing tumor over time is extremely difficult, because of the complex biological phenomena underlying cancer proliferation. • Existing mathematical models can mostly describe in vitro experiments of spherically-shaped avascular tumors, but they cannot match the highly heterogeneous and complex-shaped tumors seen in cancer patients, except may be for the gliomas growth. • We propose a new time-dependent geometric deformable model that may match tumors of complex shape, such as vascular tumors, but are connected in a simplified manner to the dynamic of tumor growth. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  3. I. INTRODUCTION • The development of cancer is a very complex biological phenomenon but, in general, it can be separated into two phases: an initial relatively benign phase of avascular growth, which is then followed by a potentially life-threatening vascular growth. • The first (and second) phase is usually modeled by the bio-mathematical community as a system of reaction-diffusion equations or, alternatively, as a cellular automaton. • Typically, PDE models consist of a system of differential equations that describe the growth rate of a population of cells as a function of cell mobility, nutrient consumption, cell proliferation, and apoptosis, and often include one or more competing colonies of both normal and cancer cells coupled to fast time scale biochemistry processes (glucose, endostatin…). Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  4. PET image to track Glucose MetabolismData are for day one, 28 and 56. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  5. Tool: reconstruction of the 3d contour,with for example the snake algorithm. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  6. Further tool: combining several modalitieson the same picture. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  7. Our goal • an approach based on a time-dependent geometric deformable model that “fills the gap” between plain image analysis and direct numerical simulation of tumor growth. • a global model simple enough to fit medical data, and rich enough to reproduce the complex geometry of tumors. • A model that can improve the understanding of the medical image. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  8. Open questions • Ref. P.Tracqui et Al. (MMMAS 99). • do we have enough clinical data to retrieve the model parameters? • can we get from this modeling a dynamic grading of the tumor? • Our Difficulties: • matching in space of several images taken at different period of time, • tumor is under medical treatment, • not enough data in the time series …. • time invariance of metabolism during the day?, • Etc… Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  9. II. METHODOLOGY • We build a PDE model using the analogy of reactive flow in porous media. In this model, the tumor growth is induced by the pressure H, and the basic equation can be written as (1) • the permeability constant K may correspond to the properties of cell mobility and tissue vascularization and morphology • the source term F may correspond to the metabolic activity of cells and the extent of vasculature that supplies nutrients. • Remark: H is not a pressure in the physical sense, but rather a commodity… Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  10. Hypothesis: Most of the metabolic activity that drives tumor expansion is due to cancer cells near the boundary of the tumor, • we assume that the gradient of F is localized close to the boundary of the tumor: • where dist(M, S(t)) is the Euclidian distance of M to the front location of the tumor S(t). Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  11. Pressure equation is nonlinear, because F depends on the front location. • F must be positive and, therefore, F0 is a threshold such that when • F < F0, the pressure decreases, the tumor shrinks, and the cancer cells die. • Analogy: The function H accounts for the dynamics of the tumor: • in order to grow, the tumor applies some “pressure” on its environment. • Depending on the vascularization and mobility of cells, which are given by the function K, this pressure will be more or less effective. • The source of pressure is the metabolic activity of cells supported by the supply of nutrients represented by the source term F. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  12. We track the growth of the tumor using Darcy’s law, (2) • which gives the speed of expansion or shrinking of the tumor. • Finally, we use the following nonlinear convection-reaction equation (3) • to monitor a set level C = C0 which represents the boundary location S(t) of the tumor. The set level value is somewhat arbitrary, and in practice we choose C0 = 0.5. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  13. Let us denote with SM(ti), t0<t1<…<tnT, a sequence of tumor contours provided by segmenting a series of medical images from a given patient. • The mathematical problem is to control K and possibly F in order to minimize some norm of S(ti)-SM(ti),  i=1..n. • The objective function is the L2 norm of the difference between the two numerical representations of the front locations. • To solve this problem, we require that the function spaces for the two unknown scalar functions K and F are well-defined and dependent only on a limited number of parameters. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  14. In the one dimensional case, the model writes : • The confined constraint gives the following boundary conditions for all time Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  15. The tumor is bounded by two interfaces that will move in opposit directions Let us represent K as follows The inverse problem is to optimize the set of parameters in order to get the front location xleft(t) and xright(t) that fit some prescribed positions xM,left/right(ti) for the set of time values t0,…,tn Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  16. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  17. Details of the numerical implementation in one and two space dimensions: • The pressure equation is approximated with a finite-volume scheme that is second order in space, and an implicit first order Euler scheme for time integration. We need a time step of the same order as the space step, since T is large. • The gradient of pressure is computed with a central formula, and should be smooth in space and slowly varying in the time scale under consideration. • The convection of the contour C is integrated using the method of characteristics, which is an implicit solver. This method satisfies a maximum principle, since we use second order linear interpolation in space to compute the roots of the characteristics. • The solution of CC0, which gives the location of the interface where metabolic activity is higher, is obtained by second order interpolation. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  18. III. RESULTS • One Dimensional Example: Solution at final time T = 20. The curve with ‘+’ represents H, the curve with ‘o’ the function C, the two peaks in solid line represent the source term F, and the plateau represents the extent of the tumor. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  19. Propagation of the boundaries of the tumor (upper row) and the corresponding speeds (lower row) for the symmetric case. after a small initial time interval, the rate of tumor growth remains almost constant. the smaller the K, the larger the transient. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  20. Two Dimensional Example • the model is a straightforward generalization of the previous case. The domain of computation is the square (L/2, L/2)2. • We use a regular grid of dimension N × N for the discretization in space with constant step in both space directions x and y. • The numerical difficulty is to define the source term F that is attached to the front location, and to minimize the effect of grid orientation. • We have investigated the pattern formation of a tumor for a non-constant function K. • The initial condition is a very small radially symmetric tumor. • K is five time larger in a narrow strip Q, to simulate a blood vessel • we observed that a growing tumor has a tendency to follow the vessel. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  21. Impact of a pseudo-vessel on a growing tumor: • domain of computation is (-5, 5)2, T = 7, = 5 ,and = 0.03. • K reaches its maximum value of 0.1 in (-3.6, 3.6)×(0.8, 1.2), whereas K = 0.02 elsewhere. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  22. C. Solution of the inverse problem • We look first at tumors that correspond to a star-shaped domain centered on the initial position of the tumor. Based on our hypothesis, S(t) can be described in polar coordinates by its radius R(, t) : • (4) • (4) is the Fourier expansion of R(, ,t) of order m . • We choose as an initial guess for (K, ) to be a set of constants in the level set given by a surface response for the radial symmetric case that matches the least square circle approximation of R(, ,t) . Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  23. We keep K fixed and look for the optimum “metabolism” • (5) • We process our inverse problem using an iterative optimization procedure. • To facilitate the search, we iterate with increasing degree n of the Fourier expansion in (5) with 1  n  m. We use the optimum solution obtained with n-1 as an initial guess for the search of the optimum solution corresponding to n, and increase n until the matching between the front location of the tumor at time T and the target given by (4) is satisfactory. • n can be less than m depending on the accuracy of segmentation of the PET images that provide the contour S(T). Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  24. We have preliminary successful experimental results with this procedure, provided that • a constraint optimization method, such as sequential quadratic programming, is used to limit the amplitude of variation of the unknown Fourier coefficients k. • In general, this condition is not a problem, since the decay of k as |k| increases reflects the smoothness of the Fourier expansion of the target function given by (4). • Similar work is currently under way to reconstruct the 2-D function K with fixed  which, however, requires the identification of more unknowns parameters. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  25. IV. DISCUSSION • It seems that the proposed model has a number of interesting features that are in qualitative agreement with observations of real tumors, including the following: • the larger the value of K, the faster the tumor growth. This also agrees with the fact that higher mobility of cells or higher vascular density result in increased rates of cell growth. • the larger the value of the source term factor ¸ the faster the tumor growth. This is coherent if  represents the metabolic rate of cancer cells. • the larger the thickness  of the source term, the faster the tumor growth: a larger layer of active cancer cells may result in a faster expanding tumor. • After a fast decay of K and/or , the tumor may start shrinking only after some delay. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  26. One objective of this line of research is to correlate morphological data and metabolic activity obtained from CT and PET images, respectively, at discrete time points ti with the solution of the inverse problem. • there is no unique solution to the inverse problem. • However, it is expected that the use of additional information obtained from more elaborate analyses of the medical imaging data, such as a rough estimate of the scalar field of metabolic activity from PET metabolic images and vascularization from blood flow PET images, will provide enough additional information to allow for a unique solution of the inverse problem, which, in turn, may lead to some prediction of tumor growth. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  27. V. CONCLUSION • Our preliminary results suggest that the proposed porous-media-like model may adequately describe the growth of complex tumors that give rise to irregular patterns with rough surfaces while keeping the number of unknowns to a minimum. • The all computational machinery coupling image processing and direct simulation via an optimization loop might be reused for a number of models such reaction-diffusion. • This tool might be a practical way to integrate medical experience stored in data basis, knowledge in mathematical modeling and image analysis that is routinely used by the doctors. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  28. ACKNOWLEDGMENT • The authors would like to thank The Texas Learning and Computation Center for the support of this project. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  29. REFERENCES • [1] C.J.Breward, H.Byrne and C.E.Lewis, Modelling the Interactions between Tumour Cells and a Blood Vessel in a Microenvironment within a Vascular Tumour, submitted to Euro. J. of Applied Mathematics, 2001. • [2] C.J.W.Breward, H.M.Byrne and C.E.Lewis, The Role of Cell-Cell Interactions in a Two Phase Model for Avascular Tumour Growth, J.Math.Biol. 45, pp125-152, 2002. • [3] A.Bru, J.M.Pastor, I. Fernaud, I.Bru, S.Melle and C.Berenguer, Super-Rough Dynamics on Tumor Growth, Physical Review Letters, Vol81, No 18, 1998. • [4] H.M.Byrne, A Comparaison of the roles of Localised and Nonlocalised Growth Factors in Solid Tumour Growth, Mathematical Models and Methods in Applied Sciences, Vol9, No4, 541-568, 1999. • [5] H.M.Byrne and M.A.J.Chaplain, Mathematical Models for Tumour Angiogenesis: Numerical Simulations and Nonlinear Wave Solutions, Bulletin of Mathematical Biology, Vol57, No 3, pp 461-486, 1995. • [6] H.M.Byrne and S.A.Gourley, The Role of Growth factors in Avascular Tumour Growth, Math.Comput.Modelling, Vol26, No4, pp 35-55, 1997. • [7] Cancers: guide pratique d’evaluation, de traitement et de surveillance, J.M.Andrieu, P.Colonna and R.Levy Editors, Editions Scientifiques, Techniques et Medicales, Paris, 1997. • [8] M.A.Chaplain, The Mathematical Modeling of Tumour Angiogenesis and Invasion, Acta Biotheoretica, 43, pp 387-402, 1995. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

  30. [9] M.A.J.Chaplain, M.Ganesh and I.G.Graham, Spatio-Temporal Pattern Formation on Spherical Surfaces: Numerical Simulation and Application to Solid Tumour Growth, J.Math.Biol. 42, 387-423, 2001. • [10] S.Dormann and A.Deutsch, Modeling of Self-organized Avascular Tumor Growth with a Hybrid Cellular Automaton, Silico Biology 2, 35, 2002. • [11] S.C.Huang, M.E.Phelps, E.J.Hoffman, K.Sideris, J.Selin and D.E.Kuhl, Noninvasive Determination of Local Cerebral Metabolic Rate of Glucose in Man, Journal of Nuclear Medecine, 1980. • [12] A.F.Jones, H.M.Byrne, J.S.Gibson and J.W.Dold, A Mathematical Model of the Stress Induced During Avascular Tumour Growth, J.Math.Biol., 40, pp 473-499, 2000. • [13] A.R.Kansal, S.Torquato, E.A.Chiocca and T.S.Deisboeck, Emergence of a Subpopulation in a Computational Model of Tumor Growth, J.Theor. Biol., 207, pp 431-441, 2000. • [14] D. Metaxas and I. A. Kakadiaris, Elastically adaptive deformable models, To Appear in IEEE Transactions on Pattern Analysis and Machine Intelligence, 2002. • [15] K.J.Painter, N.J.Savill and E.Shochat, Computing Evolutions in Brain Tumors, submitted. • [16] J.A.Sherrat and M.A.J.Chaplain, A New Mathematical Model for Avascular Tumour Growth, J.Math.Biol. 43, pp291-312, 2001. • [17] K.R.Swanson, E.C.Alvord Jr and J.D.Murray, A Quantitative Model for Differential Motility of Gliomas in Grey and White Matter, Cell Prolif., 33, 317-329, 2000. • [18] K.R.Swanson, E.C.Alvord Jr and J.D.Murray, Virtual Brain Tumors (Gliomas) Enhance the Reality of Medical Imaging and Highlight Inadequacies of Current Therapy, British Journal of Cancer, 86, 14-18, 2002. Modeling Tumor Growth: from Differential Deformable Models to Growth Prediction of Tumors Detected in PET Images

More Related