used in curative purposes (cancer photothermal therapy). Specific problemsâin addition of being multimodal and having different topologiesâ are related to ...
Particle swarm optimization and evolutionary methods for plasmonic biomedical applications Sameh Kessentini, Dominique Barchiesi, Thomas Grosges
and Marc Lamy de la Chapelle
Gamma3 Project (UTT-INRIA), STMR CNRS-UMR 6279, University of Technology of Troyes Troyes, France, 10010- BP 2060
CSPBAT CNRS-FRE 3043 - UFR SMBH, Universit´e Paris 13 Bobigny, France, 93017
Abstract—In this paper the Evolutionary Method (EM) and the Particle Swarm Optimization (PSO), which are based on competitiveness and collaborative algorithms respectively, are investigated for plasmonic design. Actually, plasmonics represents a rapidly expanding interdisciplinary field with numerous devices for physical, biological and medicine applications. In this study, four EM and PSO algorithms are tested in two different plasmonic applications: design of surface plasmon resonance (SPR) based biosensors and optimization of hollow nanospheres used in curative purposes (cancer photothermal therapy). Specific problems–in addition of being multimodal and having different topologies– are related to plasmonic design; therefore the most efficient optimization method should be determined through a comparative study. Results of simulations enable also to characterize the optimization methods and depict in which case they are more efficient. Keywords - partcile swarm optimization; evolutionary method; biomedical; multimodal
I. I NTRODUCTION The biomedical applications of surface plasmon resonance (SPR) of metal nanostructures, taking advantage of the acute interaction between light and metallic objects, are of growing interest. For instance, the first successes of cancer treatment using nanoparticle-based photothermal therapy (PTT) (the illumination of the nanostructure induces an elevation of temperature which is used to burn the cancer cells) are encouraging for more investigations in this field to ensure efficient heat conversion. Biosensors, another SPR application, have also an increasing expansion since the success in the nanofabrication engineering control [1]. They have many applications like detection of molecules responsible for some diseases due to changes in optical properties once these molecules are present in the biosensor surroundings. This breakthrough is due to many experimental costly studies devoted to applications of plasmonic resonance (e.g. the fabrication process of the SPR biosensors in nanometer scale is complex and costly). Some of these studies were devoted to optimization of the related devices (e.g. shape, size and illumination condition) to enhance their efficiency [2]. In addition to cost and time consuming, experiences deal only with some samples of nanodevices (not optimized) [3], [4]. Hence theoretical studies are required to depict the specificity of these problems. Moreover, finding adequate optimization algorithms could meet the need of enhancing these devices with minimal computational efforts mainly as some biomedical
devices are complex (e.g. models where numerical discretization is required) and deriving a unique model could take several days. Therefore in this study, we focus on two different applications of plasmonic resonance which are plane biosensors and cancer PTT by gold hollow nanospheres. The purpose is to determine the specificity of each of these problems (the topology of the fitness function) and to find the most efficient algorithm to be used in plasmonic field. The metaheuristics used in this study are the Evolutionary Method (EM) which is based on competitiveness and the Particle Swarm Optimization (PSO) which is based on a collaborative search algorithm. Some modifications of these conventional methods were proposed [5], [6] to get faster convergence and are tested in this study as well as the standard PSO [7] and the adaptive PSO (APSO) [8]. This paper is organized as follows: the second section gives a brief overview of the four methods used in this study. In the third section, the SPR plane biosensor will be presented and results of simulations will be reported and discussed. In the fourth section, similarly the optimization of hollow nanospheres will be achieved. Finally, concluding remarks will be given. II. O PTIMIZATION USING EVOLUTIONARY METHOD AND PARTICLE SWARM OPTIMIZATION
In this section brief overviews of the four methods used for plasmonic design are given. In this study, the target is to maximize the electromagnetic absorption (responsible for heat damage of cancer cells) of hollow nanospheres and to minimize the reflectance of SPR plane biosensor. The purpose of the optimization is to find as quickly as possible the best decision variables (to be detailed in the following sections) to reach the target in each case. A classical test of efficiency of the optimization methods consists in repeating several realizations of the optimizations. Thousand realizations in each case are done with a maximum of only 1000 function evaluations allowed within the objective of finding the optimization method that ensures fast convergence for further time-consuming application. Let us note that the same parametric setting of the optimization methods is used in both applications.
x(t + 1) = x(t) + V (t + 1)
A. Evolutionary method: ANUHEM Evolutionary Methods were first introduced by Schwefel in 1995 [9] and applied to the resolution of inverse problem in near-field optics [10]. The evolutionary method investigated in this study is a modified evolutionary method: the Adaptive Non Uniform Hyper Ellistist Evolutionary Method (ANUHEM) [6]. The evolutionary scheme consists basically of four steps: initialization, recombination, mutation and selection. A first population of parameters xi (1), (i = 1...µ), with µ “parents”, is randomly generated and their fitness is evaluated and then begins the evolutionary loop on generation (or step) t: 1) Recombination (or crossover): randomly extracted elements of the initial population are combined together to lead to a secondary population of λ elements. The quality of each element (inverse value of the fitness function in case of minimization problem) is used to weight each element, leading to a barycentric approach. 2) Mutation: these elements are randomly mutated through a non-uniform law and evaluated. The non-uniform law is N U (T, b, t) = 1 − (U (1−t/T ) )b(t) (1)
(4)
where Ui (i = 1, 2) are independent random uniform variables between 0 and 1, p(t) is the particle best position over previous generations at step t, g(t) is the global best, ω is the inertial weight and ci (i = 1, 2) are the acceleration coefficients. Equation 3 is used to calculate the particle new velocity using its previous velocity and the distances between its current position and its own best found position i.e. its own best experience p(t) and the swarm global best g(t). Then the particle moves toward a new position following equation 4. The success of PSO strongly depends on values taken by c1 and c2 . Initially, many PSO algorithms have used equal values for these parameters but recent work reports that it might be better to choose the cognitive parameter c1 larger than the social parameter c2 , but with c1 + c2 < 4 [11]. For PSO, the population size is set to 20, c1 = 0.738 and c2 = 1.51 and ω is linearly decreased [12]. C. adaptive PSO (APSO)
3) Selection: the µ best elements are selected. 4) The selected population replace the initial one (the new “parents”). ANUHEM uses the non-uniform mutation that increases the search capability of the algorithm, and weighted recombination that enables faster convergence toward the best set of parameters, compared to other evolutionary scheme [6]. The exogenous parameters used for ANUHEM are µ = 5, λ = 25 (typically 5 ≤ λ/µ ≤ 7 is the most efficient as discussed in [6], [9]) and T = 40 (as the maximum number of allowed evaluations is set to 1000 and λ=25 new elements are generated at each step).
Zhan et al. outlined the necessity of updating the acceleration coefficients and the inertia weight at each step following the evolutionary state [8]. They estimate the evolutionary state at each step (exploration, exploitation, convergence or jumping out from a local optimum) using the previous state and the value taken by the “evolutionary factor” which is computed using distance between the best particle and other particles normalized by the maximal distance (see [8]for further details). Then based on this estimation, APSO updates the inertia weight and acceleration coefficients. The acceleration coefficients c1 and c2 are initialized to 2. Then c1 keeps increasing during the exploration and exploitation and decreases during the convergence or jumping-out (following some specific rules), while c2 performs the opposite behavior. This may help exploring the local optima during the exploration and exploitation phases and crowding around the global best in the other phases of the algorithm. Finally to avoid local optima, APSO performs elitist learning in the convergence state which will act on the globally best particle and to jump out of the likely local optima. APSO was efficiently applied to a set of test functions and an improvement of the convergence speed of this method was proposed in a previous study by decreasing the impact of the particles getting out of the domain of the physically acceptable parameters [13]. Similarly to the standard PSO, we set the population size to 20.
B. Standard PSO
D. Adaptive non-uniform PSO (ANUPSO)
The PSO was first introduced by Kennedy and Eberhart in 1995 [7] and imitates the swarm behavior to search the best solution. This method is basically a cooperative method where vectors of variables x(1) are randomly generated initially and considered as particles. The decision variables are therefore considered as particles of a swarm which communicate good positions to each other and adjust their own position x(t) and velocity V (t) based on these best positions as following:
The ANUPSO [5] is introduced to exploit topological information gathered about the “slope” of the solution b(t) (equation 2), i.e. the spreading/dispersion of the population with regards to their quality. Zhao et al. [14] explain how b(t) determines the degree of non-uniformity: the diversity of parameters increases instead the average speed of the diversity decreases, when b(t) increases. To exploit this information, the equations 3 and 4 are used to update position of particles, but a non-uniform law is used instead of the uniform law. This non uniform law is the law introduced by ANUHEM
where U is the uniform law in [0, 1], t is the generation or step, T is the maximum of allowed generations for the process, b(t) is the adaptive term determining the degree of non-uniformity of the fitness function and given by the ratio of the standard deviation of the population to the standard deviation (std) of the fitness function F , and this, for each element of x(t) b(t) = std(F (t))/std(x(t))
(2)
V (t+1) = ωV (t)+U1 c1 (p(t)−x(t))+U2 c2 (g(t)−x(t)) (3)
Fig. 2. SPR biosensor: the decision variables are the thickness of the gold layer e and the illumination angle θ. The optical characteristics of each medium (n) and the thickness of the chromium layer are fixed. The objective function is given by the minimization of the reflected light R(e, θ). TABLE I O PTIMIZATION OF SPR
SENSOR ( MINIMAL REFLECTANCE ) BY SETTING THE GOLD LAYER THICKNESS e AND THE ILLUMINATION ANGLE θ
Best solution ANUHEM Standard PSO Fig. 1. Shift of the illumination angle for which the minimal reflectance is obtained in presence of biological molecules.
APSO ANUPSO
and given by equation 1. The acceleration coefficients are set to 10 to balance the cognitive and social velocities in equation 3 with non-uniform law, the inertia weight is given by ω(t) = max(b(t)) and the population size is set to 20. This algorithm is considered as adaptive as the inertia weight and the accelerations are updated according to the slope of the solution. b(t) can differ for each particle (x(t)) and therefore takes into account the “sensitivity” of the fitness function F to different values of decision variables. III. A PPLICATION TO DESIGN OF SPR
BIOSENSOR
A. Characterization of SPR biosensor The operating principle of the SPR biosensors is based on the shift of the position of mathematical poles. This mathematical issue is in fact related to a critical change of the interaction between light and substrate that happens in presence of slight environment changes (the presence of substances to be detected by the sensor) [15]. Basically, a sudden absorption of light by metal layer of the biosensor occurs, for a given incidence angle of the illumination, leading to a device with high sensitivity to any change in the surrounding biological environment [16]. For instance, as shown by figure 1, the presence of biological molecules induces a shift of the minimal reflectance. This shift should be specific to each molecule to be detected if the biosensor is of high sensitivity. To guarantee the sensitivity of the biosensor, a pronounced minimal reflectance (approximately zero) should be found. This problem depends on complex variables (permittivity of some components). Moreover, in general case, it could be a
Success (%) Evaluations Success (%) Evaluations Success (%) Evaluations Success (%) Evaluations
e = 50.2, θ = 73 70% 271 72% 624 100% 205 100% 201
function of more than ten variables [17], [18]. As the number of variables increases, the need of defining an appropriate optimization method should be met. The SPR biosensor, considered in this paper, is made of a glass prism and two metallic layers: a stick chromium layer with fixed thickness of 2 nanometers (nm) and a gold layer of thickness e (see figure 2). The performance of the structure corresponds to a vanishing reflection i.e the light reflected by the biosensor once illuminated by light with incidence angle θ. We denote by R(e, θ) the reflectance which represents the objective function to be minimized, explicated fully in [6], where e(nm), θ(degrees) are the decision variables. The search space, governed by physical constraints [2], is (e, θ) ∈ [30.0, 70.0] × [58, 89.5]. The optical characteristics of the biosensor correspond to a monochromatic red light (wavelength of 670 nm). B. Results and discussion Table I summarizes the obtained results: success ratio and mean number of evaluations used as an indicator of the convergence speed. The success ratio is given by the percentage of realizations that succeed to reach an objective value of R(e, θ) = 10−4 (as mentioned previously one thousand realizations are carried). The theoretical best solution (see table I) is determined through a double loop (scanning the considered search space). The theoretical model matches with experience as the results are in agreement with the experimental results obtained by
Fig. 4.
Hollow nanosphere (r inner radius and e the gold shell thickness)
obtained when µ=λ=60 (success=99.7%, evaluations=511). Using this setting, the success ratio of ANUHEM is improved; however the method is slower than APSO and ANUPSO which may be explained by the topology of the problem. IV. A PPLICATION TO OPTIMIZATION OF HOLLOW NANOSPHERES Fig. 3. Representative map of the reflectance R as a function of the gold layer and illumination angle: non-convexe
Neff et al [2]. In their study, Neff et al. consider a Chromium layer with fixed thickness (2.5 nm) and find a pronounced minimum reflectance for illumination incidence θ = 68o and for a gold layer thickness in the range of 50-60 nm. The purpose of this study is to set a benchmark for plasmonic field therefore the efficiency of optimization algorithms is discussed. A pronounced supremacy of APSO and ANUPSO could be concluded as both guarantee a success ratio of 100% and a fast convergence with only about 200 evaluations while finding the exact solution by a double loop requires 12800 evaluations (precision of 1 degree for θ and 0.1 nm for e). Therefore, finding adequate optimization scheme is important to minimize the computational effort (in this particular simple 2D problem the required number of evaluations is deceased by three orders of magnitude via APSO or ANUPSO). Regarding the results obtained by the standard PSO and ANUHEM, the failure (success ratio < 100%) could be related to the topology of the optimized function. In fact, as shown by figure 3, the associated problem is multimodal (the map of the fitness function is non-convex) and these methods do not avoid local optima in all realizations. A further discussion of this issue will be carried in the next section, after testing these methods on the second SPR problem. In addition to the topology, the number of parents µ may be so small that ANUHEM fails to find global optimum (lack of diversity). Therefore, µ is varied from 5 to 70 by step of 5 and the selection pressure λ/µ is varied from 1 to 7. As the best success ratio and the lowest number of evaluations are aimed at, we remove all the Pareto-dominated couple (µ,λ) i.e. for which a better success ratio and a lower number of evaluations are found using different values of (µ,λ). The retained solutions show that equal number of children and parents should be used (µ,λ) that differs from the results obtained for sphere function [9]. For instance, a success ratio of at least 99% with lower mean number of evaluations is
A. Use of hollow nanosphere in photothermal therapy (PTT) PTT in the visible region is suitable for shallow cancer (e.g. skin cancer) whereas for in vivo therapy of tumors under skin and deeply seated within tissue, near infrared (NIR) light is required because of its deep penetration. In the NIR, organic molecules have limited absorption [19], whereas gold nanoparticles absorb light millions of times stronger than the organic molecules. Almost all the absorbed light is converted to heat and consequently cancer cells embedded with nanoparticles are burned with minimal damage to the surroundings. Most of gold nanoparticles have sizes that are too large or shapes that are too complex for biomedical applications. The right size and shape are needed for effective delivery to locations of interest for PTT. In addition, the spectral bandwidth of the surface plasmon absorption should ideally be narrow for a better match with the laser wavelength (illuminating light). The breakdown of the symmetry of nanostructures produces different modes and thus broad spectrum absorption. Therefore, in the ideal case, nanostructures with narrow but tunable absorption band, small size, and spherical shape are preferred [20], [21]. Hollow nanospheres (figure 4) guarantees such tunable resonance of plasmon absorption by adjusting their size parameters at different wavelength ranging from visible to near infrared [22]. In what follows, the purpose is to find the best set of inner radius r and shell thickness e to maximize the absorbed density of electromagnetic power M [23], through a more efficient method than the basic double loop on these parameters. B. Results, discussion and comparative analysis The hollow particles can be made in sizes ranging from 10– 12 nm in radius (outer radius) and 3 nm in shell thickness with a precision of 0.6 nm [22]. For this, we can consider hollow gold nanospheres and nanoshells having an inner radius within the range 10-50 nm and a metal thickness 3-30 nm which is an ideal range for biological applications that require small particles to be incorporated into living cells. Two different
TABLE II O PTIMIZATION OF HOLLOW GOLD NANOSPHERE ( MAXIMUM ABSORPTION IN THE METAL ) AT DIFFERENT ILLUMINATIONS λ0 THROUGH THE SIZE CONTROL ( INNER RADIUS : r AND SHELL THICKNESS : e)
Best solution ANUHEM Standard PSO APSO ANUPSO
(nm) Success (%) Evaluations Success (%) Evaluations Success (%) Evaluations Success (%) Evaluations
λ0 =633 nm r = 7, e = 3 100% 96 86.7% 285 98.8% 217 45.4% 355
λ0 =800 nm r = 25.5, e = 3 100% 165 89.7% 287 100% 158 61.6% 304
wavelengthes of the illuminating light are considered λ0 = 633 nm in the VIS range and λ0 = 800 nm in the NIR range; which correspond to the treatment of shallow cancer (the case studied is skin dermis with refractive index 1.55 [24]) and deep cancer (the case studied is subcutaneous fat with refractive index 1.44 [24]), respectively. Results obtained by the different algorithms are summarized in table II (success ratio and mean number of evaluations). Results show that the selective ANUHEM and cooperative APSO succeed to avoid local optima in this case (success ratio of 100%) unlike the standard PSO and the ANUPSO. Moreover, the ANUHEM is more efficient than APSO as it requires lowest number of evaluations for convergence in this case. These results differ from those obtained in the first SPR problem. Similarly to the previous section, the best couple (µ,λ) to be used in ANUHEM should be examined. For different values of these parameters, the success ratio is almost of 100%. However, the lowest number of evaluations -for both therapeutic cases- is obtained when setting the number of parents and children to 5 (µ=λ=5): only 83 and 109 evaluations needed for convergence at illumination of 633 and 800 nm, respectively. To sum up, APSO was the most efficient method in addressing the two problems: almost 100% of success in both cases within only about 200 evaluations (rapid convergence mainly once compared with the double loop). ANUHEM and ANUPSO exhibit different performances: excellent once and deteriorated once. To explain these different results, the topology of each application should be analyzed. The optimization of nanoparticles differs from the one of planar biosensor in terms of the mathematical properties of the model: different topologies are found even if the best parameters should correspond in both cases to a plasmon resonance. Therefore, the methods ANUPSO and ANUHEM exhibit different performances in each application. In the case of hollow nanospheres for PTT, the problem is also multimodal (see figure 5) but the global optima is localized within a tight space (like a deep well). In this case, the ANUHEM succeed to find the global optima driven by the deep slope of the global solution (as explained in the second section) and succeeds to avoid local optima. However, in the case of
Fig. 5. Representative map of the absorption M as a function of the inner radius and the shell thickness
SPR biosensor, as shown by figure 3, the local optimum is localized on the boundary of the search area (figure 3 and has a more pronounced slope and therefore ANUHEM is sometimes trapped in this optimum (30% of the realizations/ trials when (µ,λ)=(5,25)) or needs more function evaluations for convergence (511 when (µ,λ)=(60,60)). The failure of ANUPSO in optimizing the hollow nanosphere is related to the presence of deep well (figure4). In fact, once some particles are attracted to this well, the standard deviation of the fitness function std(M ) gets high values, as well as b(t) (see equation 2). Consequently, the particles are monitored by big steps (velocity V ) dispersing them in the search space which prevents the convergence. Therefore, some corrections need to be carried to avoid similar behavior of the method in presence of deep wells. V. C ONCLUSIONS In this study, two plasmonic 2D problems are addressed to be used as a benchmark study for future complex theoretical application in this field. The first application is the design of plane biosensor used to depict the presence of some molecules in a fluid. The second application is related with the photothermal therapy of cancer: optimizing size parameters of gold hollow nanospheres in two practical cases shallow cancer and deep cancer. To optimize these two applications, we tested four methods involving one evolutionary method and three variations of particle swarm optimization. The success of the method induces a higher efficiency of the related devices. This means a biosensor able to detect specific molecules in its surroundings (a pronounced minimal reflectance and a pronounced shift). Regarding the nanoparticles used in photothermal therapy a higher efficiency implies a higher heat delivery to cancer cells that should necrosis rapidly in this case.
The different performances depicted of ANUHEM and ANUPSO are analyzed through a comparison of topologies of the two applications. It was found that the ANUHEM is very sensitive to the slope of fitness function and therefore such method could be drawn in failure if a deep local optimum is on the boundary of the search area. Nevertheless, ANUHEM succeeds to find the global optimum if adequate parametric setting is used for each plasmonic application. Regarding the ANUPSO, failure trials are explained by big steps (velocity V ) dispersing the particles and preventing the convergence. This method, recently introduced, has encouraging results in the design of SPR biosensor so that more interest could be devoted to it to enhance its performance. Results show that the standard PSO fails to avoid local optima: 15% to 30% of failure for the different cases (particles are trapped in local optima). Therefore, improved PSO like APSO (almost 100% of successful trials) is more recommended. For further applications, the APSO algorithm could be used efficiently to optimize more complex plasmonic structures– having more complex geometry or more parameters and for which function evaluations are much more time consuming– as it converges within few evaluations to the global optimum. ACKNOWLEDGMENT This work was supported by the “Conseil r´egional de Champagne Ardenne”, the “Conseil g´en´eral de l’Aube” and the Nanoantenna European Project (FP7 Health-F5-2009241818). R EFERENCES [1] X. Hoaa, A. Kirk, and M. Tabrizian, “Towards integrated and sensitive surface plasmon resonance biosensors: A review of recent progress,” Biosensors and Bioelectronics, vol. 23, pp. 151–160, 2007. [2] H. Neff, W. Zong, A. Lima, M. Borre, and G. Holzhuter, “Optical properties and instrumental performance of thin gold films near the surface plasmon resonance,” Thin Solid Films, vol. 496, pp. 688–697, 2006. [3] K. J. Prashant, K. S. Lee, I. H. El-Sayed, and M. A. El-Sayed, “Calculated absorption and scattering properties of gold nanoparticles of different size, shape and composition: application in biological imaging and biomedicine,” Journal of Physical Chemistry B, vol. 110, pp. 7238– 7248, 2006. [4] N. Harris, M. J. Ford, P. Mulvaney, and M. B. Cortie, “Tunable infrared absorption by metal nanoparticles: the case of gold rods and shells,” Gold Bulletin, vol. 41, 2008. [5] S. Kessentini, D. Barchiesi, T. Grosges, L. Giraud-Moreau, and M. L. de la Chapelle, “Adaptive non-uniform particle swarm optimizetion: application to plasmonic design,” International Journal of Applied Metaheuristic Computing, Special Issue on: Metaheuristics and Their Applications to industrial Engineering, vol. 2, pp. 18–28, 2011. [6] D. Barchiesi, “Adaptive non-uniform, hyper-ellitist evolutionary method for the optimization of plasmonic biosensors,” in Proc. International Conference on Computers and Industrial Engineering (CIE’09), Troyes, France, 2009, pp. 542–547. [7] J. Kennedy and R. Eberhart, “Particle swarm optimization,” in Proc. IEEE International Conference on Neural Networks, Perth, Austarlia, 1995, pp. 1942–1948. [8] Z.-H. Zhan, J. Zhang, Y. Li, and H. S.-H. Chung, “Adaptive particle swarm optimization,” IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics, vol. 39, pp. 1362–1381, Dec. 2009. [9] H. Schwefel, Evolution and Optimum Seeking. New York: John Wiley & Sons Inc., 1995.
[10] D. Macias, A. Vial, and D. Barchiesi, “Application of evolution strategies for the solution of an inverse problem in near-field optics,” Journal of the Optical Society of America (OSA) A, vol. 21, pp. 1465–1471, 2004. [11] A. Carlisle and G. Dozier, “An off-the-shelf pso,” in Proc. Particle Swarm Optimization Workshop, Indianapolis, Indiana, 2001, pp. 1–6. [12] Y. Shi and R. C. Eberhart, “A modified particle swarm optimizer,” in Proc. IEEE Congress on Evolutionary Computation (CEC’98), Anchorage, AK, May 1998, pp. 69–73. [13] S. Kessentini and D. Barchiesi, “A new strategy to improve particle swarm optimization exploration ability,” in Proc. Second Global world Congress on Intelligent Systems (GCIS’10), Wuhan, China, Dec. 2010, pp. 27–30. [14] X. Zhao, X. S. Cao, and Z. C. Hu, “Evolutionary programming based on non-uniform mutation,” Applied Mathematics and Computation, vol. 192, pp. 1–10, 2007. [15] E. Kretschman and H. Raether, “Radiative decay of nonradiative surface plasmons excited by light,” Zeitung Naturforsch. A, vol. 23, pp. 2135– 2136, 1968. [16] P. Lecaruyer, M. Canva, and J. Rolland, “Metallic film optimization in a surface plasmon resonance biosensor by the extended rouard method,” Applied Optics, vol. 46, pp. 2361–2369, 2006. [17] R. Fikri, T. Grosges, and D. Barchiesi, “Apertureless scanning nearfield optical microscopy : Numerical modeling of the lock-in detection,” Optics Communications, vol. 232, pp. 15–23, 2004. [18] D. Barchiesi, D. Macias, L. Belmar-Letellier, D. van Labeke, M. L. de la Chapelle, T. Toury, E. Kremer, L. Moreau, and T. Grosges, “Plasmonic influence of intermidiate (or stick) layer on the efficiency of sensor,” Applied Physics B: Lasers and Optics, vol. 93, pp. 177–181, 2008. [19] C. Liu, C. C. Mi, and B. Q. Li, “Energy absorption of gold nanoshells in hyperthermia therapy,” IEEE Transactions on Nanobioscience, vol. 7, pp. 206–214, 2008. [20] J. Z. Zhang, “Biomedical application of shape-controlled palasmonic nanostructure: a case study of hollow gold nanospheres for photothermal ablation therapy of cancer,” Journal of Physical Chemistry Letters, vol. 1, pp. 686–695, 2010. [21] M. S. Adam and J. Z. Zhang, “Novel optical properties and emerging applications of metal nanostructures,” Journal of Physical Chemistry C, vol. 112, pp. 10 323–10 337, 2008. [22] M. S. Adam, T. Y. Olson, C. E. Talley, and J. Z. Zhang, “Synthesis, characterization, and tunable optical properties of hollow gold nanospheres,” Journal of Physical Chemistry B, vol. 110, pp. 19 935–19 944, 2006. [23] C. F. Bohren and D. R. Huffman, Absorption and scattering of light by small particles. New York: Wiley-Interscience, 1998. [24] F. A. Duck, Physical properties of tissue: A comprehensive reference Book. London: San Diego Academic Press, 1990.