Keywords

These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.

1 Introduction

Dosimetry for ionizing radiation has to do with the determination of amount and distribution pattern of the energy deposited in a part or parts of the human body from internal or external radiation sources. To protect against occupational exposures, dose limits for radiosensitive organs are recommended by international organizations and are adopted as national regulations. In both diagnostic radiology and nuclear medicine, X-ray photons and gamma rays traverse through body tissues to form images of the anatomy, depositing radiation energy in organs along the pathway via secondary electrons. Accurate radiation dosimetry is essential but also quite challenging for three reasons: (1) there are many diverse exposure scenarios resulting in unique spatial and temporal relationships between the source and human body; (2) an exposure can involve multiple radiation types, each of which is governed by different radiation physics principles, such as photons (X-ray photons, gamma rays, and positrons), electrons, alpha particles, neutrons, and protons; (3) the human body consists of a large number of anatomical structures of diverse shape, composition and density, leading to complex radiation interaction patterns. Since it is inconvenient to place a dosimeter inside the human body, organ dose estimates have been obtained mostly using a physical phantom or a computational phantom that mimics the interior and exterior anatomical features of the human body.

Historically, the term phantom was used in most radiological science literature to mean a physical model of the human body. In the radiation protection community, however, the term has also been used to refer to a mathematically defined anatomical model that is distinctly different from a physiologically based model such as that related to respiration or blood flow. In this chapter, the phrases, “computational phantom” and “physical phantom,” are used to avoid confusion.

As discussed extensively in this book, a physical phantom is made of solid materials equivalent to bones and soft tissues that can be molded to resemble the human anatomy and then cut into slices that contain cavities for tiny radiation dosimeters. The approach of using such physical phantoms was known to be expensive and time-consuming due to tedious experimental and radiation safety procedures. Luckily, the advent of the first generation of computers and Monte Carlo simulation methods for nuclear weapons research in the 1940s made it gradually possible to calculate organ doses using a computational phantom. A computational phantom must define the exterior features of the entire human body as well as selected internal organs in terms of volume, mass, and shape. Coupled with information on tissue density and chemical composition, a computational phantom allows for a researcher to use the well-established Monte Carlo methods to calculate radiation interactions and energy deposition in the body [13]. Monte Carlo methods, which are based on statistical simulations, have a long history, but the real application to radiation transport simulations and the associated software development arose from nuclear weapons research at Los Alamos National Laboratory during World War II [235]. Although additional work is needed to specify a radiation source and the irradiation geometry, the computational approach has advantageous in comparison with the physical approach in versatility, efficiency, precision, and safety. There are situations, such as internally distributed radiation sources, where the computational approach is the only option. Since the 1960s, the development and application of computational human phantoms became a specialized field of research that intimately associated with radiation protection, imaging, and radiotherapy. Physical phantoms are used to perform benchmark for computational results when needed.

Computational phantoms existed for more than 60 years. The early users were from national laboratories who had access to powerful computers. A focused research group on computational phantoms was not formed until early 1990s when personal computers became a common research tool. Several workshops were held on computational phantoms. In 1996, Dimbylow from National Board of Radiological Protection, UK, organized the first workshop on voxelized computational phantoms [4]. In 2000, Eckerman organized a similar workshop at Oak Ridge National Laboratory, US [244]. By then, there was a widespread interest from the international community about the voxelized computational phantoms. To foster collaboration, I worked with many colleagues to form the Consortium of Computational Human Phantoms (CCHP) in 2005 during the American Nuclear Society Monte Carlo 2005 Topical Meeting in Chattanooga, TN, USA, from April 17–21, 2005 (http://www.virtualphantoms.org). Under the umbrella of CCHP, I later served as the co-editor with Dr. Keith Eckerman, Oak Ridge National Laboratory, for “Handbook of Anatomical Models for Radiation Dosimetry” which was published in 2009 involving 64 authors from 13 countries [245]. In 2011, I organized with Professor Junli Li, the 3rd International Workshop on Computational Phantoms for Radiation Protection, Imaging, and Radiotherapy at Tsinghua University, Beijing, China (http://www.virtualphantoms.org/3rdWorkshopInBeijing.html). The Beijing Workshop was the first time to use this workshop title and to engage researchers from the non-ionizing radiation dosimetry community. The 4th workshop is being planned for May 20–22, 2013 in Zurich, Switzerland. These workshops have shown to be important in disseminating research ideas, facilitating collaboration, and developing a roadmap for the future.

According to Xu [5], approximately 121 computational phantoms , plus 27 physical phantoms, had been reported in the literature for studies involving ionizing and non-ionizing radiation by the end of 2009. A significant portion of the literature on radiation protection dosimetry is related to the development and application of these phantoms. The organs and body surfaces of computational phantoms have been defined in terms of a variety of solid geometry modeling techniques. Each of these techniques was adopted at specific times in the last 60 years, exhibiting an interesting scientific journey that reflects the advances in computer and medical imaging technologies. Like other research fields, non-technical considerations also had their share in shaping the world of computational phantoms that we know today. As the evolution continues, particularly at the accelerated computing power witnessed in the past decade, it is vitally important to know where we are going. There are many interesting questions facing researchers today. Why did the computational phantoms evolve the way they did? What will be the future directions in this research field? The answers to these questions and many others require an understanding and evaluation of the rationales and processes responsible for some of the most widely used phantoms. The different modeling techniques are defined, and a summary of historical milestones in the development of computational phantoms for ionizing and non-ionizing radiation applications is provided.

2 Computational Geometries Used for Phantoms

Computational phantoms are solid geometry models that depict exterior and interior anatomical features of a human body. For radiation dosimetry, a phantom must define the surface of an organ in which radiation interactions and energy depositions are to be calculated by tracing individual particles. Clearly, the construction of such phantoms must consider multiple factors such as anatomy, radiosensitivity, computational efficiency, and geometrical compatibility with a Monte Carlo code.

The computer graphics community has dealt extensively with solid geometry modeling for computer-aided design (CAD). Two general methods of solid geometry modeling have been widely developed: constructive solid geometry (CSG) and boundary representation (BREP) [69]. The topology—spatial location and relationship of the surfaces—is fundamentally different for these two methods. CSG allows a modeler to create a solid object using Boolean operators (or the equivalent) to combine very simple objects called primitives. Examples of these primitives include cuboids, cylinders, prisms, pyramids, spheres, cones, and ellipsoids—surfaces that are easily described by quadric equations. CSG representations are easy to adopt and can yield good results when the objects are relatively simple in shape.

Modern CAD software systems, however, are based on the more powerful BREP methods. There are two types of information in the BREP: topological and geometric. Topological information provides the relationships among vertices, edges, and faces. In addition to connectivity, topological information also includes orientation of edges and faces. In advanced BREP-based CAD, the exterior of an object are defined as NURBS, which afford very smooth surfaces. The faces can alternatively be represented as polygons whose vertices are defined by a set of coordinate values x, y, and z. A polygon mesh or unstructured grid is a collection of vertices and polygons that define the geometric shape of a polyhedral object in CAD. In principle, NURBS and polygonal meshes are interchangeable BREP data structures; however, unlike the CSG representation, BREP is much more flexible because a richer set of operation tools are available (e.g., extrusion, chamfering, blending, drafting, shelling, and tweaking). These features allow BREP-based phantoms to include very complex anatomical features. Furthermore, the BREP technique is ideally suited for surface deformation—an operation necessary for the adjustment of organ size and for organ motion simulations as described later. These surface equations are computationally efficient and are accepted by nearly all Monte Carlo codes. However, even with complicated and carefully designed Boolean operations like this, phantoms based on quadric surfaces are not anatomically realistic in terms of their geometry. When using a Monte Carlo code, the geometry of the left lung is often further simplified by replacing the ellipsoid B with several planes. This type of phantoms is commonly referred to as “stylized” or “mathematical” phantoms.

Voxels, as a CSG modeling technique, define the left lung as an assembly of 3D cuboids. Medical image data can be converted to voxel geometry that provides a direct way to realistically describe the human anatomy. The geometry of a voxel is very simple for existing Monte Carlo codes to handle, although the large number of voxels may require the use of enhanced computer hardware or special Monte Carlo software preparation. On the other hand, each tomographic image slice needs to be treated by a “segmentation ” process, which assigns each pixel to an organ or tissue of interest such as the lung, bone, or skin using a unique identification number. It can take a significant amount of time to prepare a voxel-based phantom, because there is no automatic segmentation algorithm that works on all organs. Furthermore, a voxel phantom is based on images for one subject, therefore lacking the anatomical variability associated with organ size, shape, and location that are important in the current paradigm for radiation protection dosimetry. Finally, the boundary of the lung in a voxel phantom is defined by uneven steps instead of a smooth surface. As a result, the anatomical fidelity depends on the voxel size, especially for thin and small tissues such as the skin, eye lens, ribs, and bone marrow. An adjustment to the organ shape will likely involve all underlying voxels, which is computationally inefficient. These types of computational human body models are commonly referred to as “voxel” or “tomographic” phantoms.

An organ can also be defined by the advanced BREP modeling techniques involving NURBS or polygon mesh surfaces. The most common technique to create a BREP-based phantom involves the surface contour extraction of each organ from a tomographic image data set using a commercial software package, followed by the integration of individual organs into a whole-body assembly. In essence, the contours convert the voxels into NURBS or mesh surfaces that are smooth and anatomically realistic. These phantoms are commonly referred to as “NURBS,” “mesh,” or “BREP” phantoms.

3 The Evolution of Computational Phantoms

The historical development of computational phantoms has been reviewed previously, mostly focusing on a certain time period or a particular type of phantoms [10, 11]. These reviews did not explicitly classify phantom modeling techniques, and since the time of their publication, a number of phantoms have been developed using the new BREP methods. Xu [5] was the first to officially group computational phantoms into three generations basing on chronological and technical information in the literature: (1) The first-generation phantoms developed and widely used until 1990s: stylized phantoms whose organs are delineated by a combination of simple surface equations, (2) The second-generation phantoms first emerged in late 1980s and then rapidly adopted by many groups in the 1990s: voxel or tomographic phantoms that are directly based on segmented and labeled medical images of real people, and (3) The third-generation phantoms developed by a relative small group of advanced researchers in the mid-2000s: BREP (or mistakenly the hybrid) phantoms using B-Splines, NURBS, or polygon meshes.

3.1 First-Generation Stylized Phantoms (Prior to the 1990s)

The first-generation computational phantoms were developed for the purpose of assessing organ doses from internally deposited radioactive materials for workers and patients [12, 1318]. Some of the earliest dose assessment techniques were developed in the first-third of the twentieth century primarily for use with interstitial radiation sources such as radium. With the increase in the size and speed of computers, some progress occurred during the late 1950s and through the 1960s and eventually the efforts led to stylized anthropomorphic phantoms—those resemble the human anatomy.

Stylized phantoms originated from work performed at Oak Ridge National Laboratory (ORNL). The first attempts at developing a computational anthropomorphic phantom were reported by Fisher and Snyder at ORNL in the 1960s [19, 20]. Using CSG modeling techniques involving shapes such as elliptical cylinders and cones, they developed the so-called Fisher-Snyder adult phantom. The adult phantom was assumed to be standing erect with the arms at the sides of the body. Three specific regions were defined; the head and neck, the trunk including the arms, and the legs. The head and neck were represented by a 14 × 20 cm elliptical cylinder with a height of 24 cm. The trunk and arms were modeled as a larger elliptical cylinder, 20 × 40 cm with a height of 70 cm. The legs below the buttocks were modeled as a truncated elliptical cone with a height of 80 cm. Regions of little dosimetric importance were not included, e.g., the hands, feet, ears, and nose. The composition of the phantom was assumed to be tissue distributed homogeneously throughout. No attempt was made to model the lungs or skeleton or to define the locations of specific organs in the phantom. Approximately 120 sub-regions were defined in the phantom, which were used to assign approximate values of the absorbed doses to organs located within specific regions. In some cases, absorbed dose estimates for large organs required the evaluation of the doses deposited in several of these regions. Even though the original phantom was designed for use with internally deposited radionuclides, Snyder saw many other applications. In addition, in 1967, he used the phantom to study the distribution of dose in the body from external, point sources of gamma rays [21]. He studied four photon energies (0.07, 0.15, 0.5, and 1.0 MeV) and four different source locations at distances of one and two meters from the center of the phantom.

Fisher and Snyder also developed the “similitude” children phantoms which were scaled-down versions of the adult with added assumption that the entire body was a homogenous tissue (i.e., the lungs and skeleton were ignored). These phantoms represented children with ages of 0 (newborn), one, five, ten, and fifteen years of age. These early designs were assumed to have outer dimensions that represented the average height, surface area, and body mass of a child of the particular age. These phantoms became known as the “similitude phantoms” because of their resemblance to children. This approach had its limitations because children are generally not just “little adults.” However, these phantoms were the first developed to answer a real need in the nuclear medicine community [22].

In 1969, Snyder and his colleagues reported the first heterogeneous phantom that became known as the “MIRD-5 Phantom,” a name derived from the Medical Internal Radiation Dosimetry (MIRD) Committee of the Society of Nuclear Medicine which adopted the phantom [23]. This phantom was composed of a skeleton, a pair of lungs, and the remainder (soft tissue). The representation of internal organs in this mathematical phantom was crude, as the simple equations captured only the most general description of the position and geometry of each organ. The original model was intended to represent a healthy “average” adult male, the Reference Man, as defined by the International Commission on Radiological Protection (ICRP) from an extensive review of medical and other scientific literature on the European and North American populations [246]. The Reference Man was a 20- to 30-year-old Caucasian, 70 kg in weight and 170 cm in height (the height was later changed to 174 cm). In 1978, Snyder et al. published an elaborative set of specific absorbed fractions using an improved version of their heterogeneous phantom which contained more than 20 organs and more detailed anatomical features [24].

The limitations associated with the approach of applying a set of scaling factors to the adult phantom to create age-dependent similitude phantoms were clear. Significant efforts were undertaken at ORNL during the mid-1970s to develop individual pediatric phantoms based upon a careful review of the existing literature for each particular age. This effort produced the next generation of mathematical phantoms that, although they appeared to be modeled after the adult, were designed independently. Three “individual phantoms” were designed by Hwang et al [25]. This set consisted of the newborn, the one-year, and five-year-old models. A separate effort was undertaken by Jones et al [25] for the 15 years old, and Deus and Poston [26] undertook the design of a 10 years old after the other four designs were complete. The development of the 10 years old was significantly different from those for the other four ages. In fact, this design was intended to point the way to the next generation of more realistic phantoms . Even though the design was completed and used for a limited number of dose calculations, it was not popular because of the very complex geometry and other approaches to the development of phantoms were followed.

3.2 Evolution of Stylized Phantoms

Building upon previous work, Cristy reported the development of a new series of stylized phantoms in 1980 and then with Eckerman in 1987 in ORNL/TM-8381 [27, 28]. This series or “family” of phantoms consisted of an adult male, a newborn, and individuals of ages 1, 5, 10, and 15 (also representing an adult female with additional anatomical features). Each phantom is composed of three tissue types with distinct densities: bone, soft tissue, and lung. They were analytically defined in three principal geometric sections as illustrated in Fig. 12.1—an elliptical cylinder representing the arms, torso, and hips; a truncated elliptical cone representing the legs and feet; and an elliptical cylinder representing the head and neck.

Fig. 12.1
figure 1

Stylized phantoms

In 1995, Stabin and his colleagues at ORNL adapted the adult female phantom in this family to represent a pregnant woman at the end of each trimester of pregnancy [248]. This set of three stylized pregnant female phantoms was used for various internal nuclear medicine applications. Since the 1980s, a number of revised MIRD-5 phantoms were reported which incrementally improved upon the original Fisher-Snyder and Cristy-Eckerman phantoms using the same stylized modeling techniques; however, they are not explicitly listed in Table 1 (i.e., Bouchet et al. on a revised head and brain model [29]. With the availability of general-purpose Monte Carlo codes and affordable computers in the 1980s, this latest series of phantoms, referred to as the “Cristy-Eckerman Phantoms,” were quickly adopted by many users for a wide variety of internal dosimetry applications. Later, this set of phantoms was also used for external and internal dosimetry studies [30, 31].

In parallel with the efforts at ORNL by Cristy and Eckerman to revise the MIRD-5 Phantom, Kramer et al. from the GSF, Germany used the anatomical descriptions of the hermaphrodite MIRD-5 phantom to develop a pair of gender-specific adult phantoms known as the ADAM and EVA for external dosimetry studies [32]. The EVA phantom was derived by shrinking all relevant volumes of the MIRD-5 phantom with the total whole-body mass ratio of 0.83 that was revealed from the analysis of ICRP reference organ masses. Then, the female organ masses were modified to create space for neighboring organs. Finally, sex-specific organ such as testes, ovaries, uterus, and breasts were introduced into the appropriate phantom to yield ADAM and EVA, respectively. The chin was introduced by removing a section of the neck to create a more realistic external irradiation geometry for the thyroid. The female breasts were represented by two ellipsoid sections attached to the trunk of EVA. There are a number of minor anatomical differences, such as breast sizes, from those reported by Cristy and Eckerman [28, 32].

The stylized modeling technique was also adopted by one group for medical applications. The mathematical cardiac-torso (MCAT) phantom, which includes the major thoracic structures and organs, was developed by a research group led by Tsui (currently with Johns Hopkins University) at the University of North Carolina for use in nuclear medicine imaging research, specifically single-photon emission computed tomography (SPECT) and positron emission tomography (PET) [3335]. The same group later developed the first NURBS-based motion-simulating phantom.

The Computational Anatomical Man (CAM) phantom developed by Billings and Yucker in 1973 for the National Aeronautics and Space Administration (NASA) demonstrated a very different and aggressive approach in stylized modeling because the phantom reportedly consisted of 1,100 unique geometric surfaces and 2,450 solid regions [36]. According to the authors, internal body geometries such as organs, voids, bones, and bone marrow were explicitly modeled using CSG modeling techniques. A computer program called CAMERA was also developed for performing analyses with the CAM phantom. The authors state that “extremely detailed geometrical model of the human anatomy, the most detailed yet prepared, has been developed for use in investigations dealing with exposure of astronauts to the natural space radiation environment. The model is equally applicable to investigations dealing with exposure of humans to radiation associated with nuclear weapon and nuclear power system environments as well as medical applications such as radiotherapy and radiography [36]. Indeed the surface geometry was so detailed that one may wonder how this was possible in the 1970s with much less capable computers. Unfortunately, the CAM phantom was never adopted for applications outside the aerospace industry and very little information about the work was accessible by the phantom research community (Tom Jordan, a contracted phantom developer and user, recently released some CAM phantom images at http://cmpwg.ans.org/phantoms.html).

In the early 1990s, it was clear that the research community no longer favored stylized phantom modeling methods. However, several groups continued to develop stylized phantoms for particular methods. Two groups developed computational phantoms of an embryo and fetus for space radiation dosimetry [249] and an adult representing the Korean population [37]. A group at the Nagoya Institute of Technology developed two new stylized phantoms for a 9-month Japanese infants in 2008 [38]. Researchers at the Key Laboratory of Particle & Radiation Imaging in Bejing created a new mathematical phantom named the Chinese mathematical phantom (CMP) in 2008 based on values obtained from the Reference Asian Man and the Chinese Reference Man [39]. A new MIRD phantom based on reference data for the standard Korean male was developed at the Catholic University of Pusan, Bugok [40]. The phantom was used to model a patient implanted with Iridium-192 for brachytherapy of prostate cancer. Bento et al. [41] at the Nuclear and Technological Institute (ITN) of Portugal developed a new mathematical phantom to simulate the reference male BOMAB phantom. The phantom was used to simulate the detection of internal sources of radiation with a whole-body counter (WBC). A series of four mathematical phantoms were developed at the Bhaba Atomic Research Centre to simulate the calibration of whole-body monitoring systems for internal radionuclide contamination using BOMAB phantoms [42].

For 40 years since the first anthropomorphic phantom was reported, these anatomically simplified phantoms have been used as the de facto “standard” representations of the ICRP “Reference Man” methodology which is based on “population-average” 50th percentile anatomical parameters [246, 247]. Applications of stylized phantoms have eventually included many aspects of radiation protection, radionuclide therapy, and medical imaging [43]. In addition, national and international bodies have adopted organ dose estimates derived from these stylized phantoms in guidelines and regulations related to industrial and medical uses of ionizing radiation.

Although stylized phantoms made it possible to carry out Monte Carlo computations during times when computers were much less powerful, the original developers recognized the obvious shortcomings. Human anatomy is too complex to be realistically modeled with a limited set of surface equations. Many anatomical details in these models were compromised that sometimes led to inaccurate results. For example, when such phantoms were applied to nuclear medicine procedures where precise dosimetry is necessary, the calculated average organ and marrow doses did not produced strong correlations with observed marrow toxicity. Most nuclear medicine physicians consequently tend to administer lower-than-optimal amounts of radioactivity to avoid toxicity. For CT dose reporting, all existing commercial software systems are based on the stylized patient models that are known to cause very large errors for low-energy X-rays [44]. Similar stylized models have also been used to derive dose–response relationships for Japanese atomic bomb survivors and for medical patients in epidemiological studies. In the external-beam radiotherapy community, an early stylized homogenous phantom was used by the Radiation Epidemiology Branch of the National Cancer Institute (NCI) for nearly 30 years in studies related to organ doses of therapeutically irradiated patients [45]. By the 1980s, a few groups of researchers began to seek new ways to develop anatomically realistic phantoms.

3.3 Second-Generation Voxel Phantoms (from late 1980 to Early 2000s)

The development of anatomically realistic models was desirable but impossible until early 1980s when powerful computer and tomographic imaging technologies became available. With the advent of CT and MR imaging techniques, researchers could for the first time visualize the internal structures of the body in three dimensions (3D) and store the images in versatile digital formats. These advantages brought about the exciting and prolific era of the so-called voxel or tomographic phantoms . Xu [5] summarizes a total of 84 phantoms that were constructed from three types of tomographic images: CT and MR images from live subjects, as well as cross sectional photographs of cadavers. In two earlier review articles, the number of voxel phantoms was reported to be 21 by Caon [10] and 38 by Zaidi and Xu [11]. The increase in phantom number reported by Xu [5] was due to a more exhaustive literature search, recent developments, and the inclusion of phantoms developed for use solely in non-ionizing radiation applications.

In terms of solid geometry modeling techniques, a voxel—one of the basic CSG primitives—is simply a 3D representation of a pixel; however, compared with the medical applications such as radiation treatment planning, the task of developing reference human phantoms presented some unique and intractable challenges: (1) to construct a whole-body phantom, image slices should ideally cover the entire body—a process not normally carried out in routine medical examinations because of X-ray exposures or the lengthy time required for MR procedures; (2) a large amount of internal organs/tissues must be identified and segmented for organ dose calculations, whereas, in radiotherapy, only the tumor volume and adjacent regions are routinely outlined; (3) the image data size of a whole-body model, especially when high-resolution images are used, can be potentially too great for a computer to handle; and (4) a standardized patient phantom is often used to study diverse radiation types such as photons, electrons, neutrons, and protons, thus requiring considerable Monte Carlo simulation capabilities.

In terms of the developmental process, voxel phantoms are fundamentally different from the stylized ones. A tomographic image data set is composed of many slices, each displaying a 2-dimensional (2D) pixel map of the anatomy. The 3D volume of a voxel is measured by multiplying the pixel size by the thickness of an image slice. Unlike stylized phantoms, which are based on quadric surface equations, a voxel phantom contains a huge number of tiny cubes grouped to represent various anatomical structures. However, both quadric surface equations and voxels (cuboids) belong to the same class of CGS geometries

The creation of a tomographic phantom involves four general steps: (1) acquire a set of tomographic images (e.g., CT, MR, or anatomical photography) that cover the entire volume of the body; (2) identify organs or tissues of interest (e.g., lungs, liver, skin) from the original image slice by assigning every pixel with an identification number; (3) specify the density (e.g., soft tissue, hard bone, air) and chemical composition of organs or tissues; and (4) register the segmented image slices into a 3D volume that can be used for 3D visualization (for checking anatomical structures) and for Monte Carlo calculations. Figure 12.2 illustrates these steps reported by Xu et al. [46] using the National Library of Medicine’s Visible Human image data set.

Fig. 12.2
figure 2

Steps to create a voxel phantom illustrated using the Visible Human cadaver image data set [46]

The earliest effort to create image-based phantoms for radiation protection dosimetry is believed to have been reported by the late Professor S. Julian Gibbs of Vanderbilt University [4749]. In these pioneering studies, Gibbs and her co-workers explored the use of 2D X-ray images as the basis to form an anatomically realistic model of the patient. They used this information in Monte Carlo calculations to assess the doses received by patients who underwent from medical and dental radiological procedures.

Zankl and her colleagues at GSF—National Research Center for Environment and Health in Germany (Now known as HZM—the German Research Center for Environmental Health) decided in the late 1980s to use CT imaging on healthy volunteers to develop what eventually became a family of 12 voxel phantoms: BABY, CHILD, DONNA, FRANK, HELGA, IRENE, GOLEM, GODWIN, VISIBLE HUMAN, LAURA, KLARA, and KATJA [50, 51], Petoussi-Henss 2002, [5255]. The adult male phantoms were developed first, followed by the adult female, pediatric, and pregnant woman phantoms. The GOLEM and LAURA phantoms have recently undergone significant revision, to yield the REGINA and REX phantoms, which were released to the public as the ICRP Reference Computational Phantoms [56, 57]. Several processes were considered at the time when this set of reference phantoms were developed: (1) CT image data sets of individuals close to the Reference Man and Reference Woman (height and weight) were needed, (2) the data sets were segmented, (3) the body heights were adjusted to reference values by scaling the voxels, (4) the skeletal masses were adjusted to the reference values, and (5) individual organs were adjusted to reference values by adding and subtracting voxels.

In 1994, Zubal et al. [58] from Yale University published a head-torso model named VoxelMan, which was developed from CT images. The original phantom was used for optimizing nuclear medicine imaging. Improvements to the original phantom were made with an MRI scan data of a human brain. Users who are allowed to freely download the original data by using the Internet commonly refer to this phantom as the “Zubal phantom.” Two early users later revised the original data to report what are known as the MANTISSUE3-6 and VOXTISS8 phantoms by attaching arms and legs in two different positions to the original torso phantom [59, 60]. Adopting this publically available data, Kramer et al. from Brazil developed an adult male phantom named MAX (Male Adult voXel) in 2003 [61] and later an adult female phantom named FAX in 2004 [62], both adjusted in accordance with ICRP-89 reference body heights and organ masses. Kramer et al. revised the skeletons (cortical bone, spongiosa, medullary yellow bone marrow, and cartilage) of MAX and FAX in 2006 to improve their compatibility with the latest ICRP-103 recommendations. These revised phantoms are known as MAX06 and FAX06. The work by Kramer et al. is one of the earliest efforts to create ICRP-89 compatible voxel phantoms.

In 1996, Dimbylow from the National Radiological Protection Board (NRPB) (now known as the Health Protection Agency) in the United Kingdom reported the development of an adult male phantom known as NORMAN from MR images [4]. NORMAN, which has a body height similar to the ICRP Reference Man, was first used by Dimbylow in a finite-element simulation code to determine the specific energy absorption rate from exposures to non-ionizing electromagnetic fields [63]. In 1997, his colleague Jones adopted NORMAN to estimate organ doses from external and internal photon sources [64]. In 2005, Dimbylow developed an adult female phantom, NAOMI, also from MRI scans [65, 66]. The phantom was rescaled to a height of 1.63 m and a mass of 60 kg, the dimensions of the ICRP Reference Woman. However, to date, the NAOMI phantom has been used only in non-ionizing radiation calculations. In 2005, a revised version of the NORMAN phantom, called NORMAN-5, was created by Ferrari & Gualdrini from ENEA-ION Istituto di Radioprotezione in Italy to derive external photon dose data [67]. One year later, Dimbylow merged the NAOMI with the stylized fetal phantoms developed by Chen to create a series of hybrid phantoms for pregnant women [68]. The process of adjusting two types of geometrical information was reported to be cumbersome.

In 1999, Caon et al. from Flinders University in Australia reported a torso phantom named ADELAIDE created from CT images of a 14-year-old girl [69, 70]. This phantom was interesting because, for some time, it was the only set of data for a teenage girl, and their studies provided CT dose estimates for this patient group. Caon later summarized his and other researchers’ experience on voxel phantoms [10].

Realizing the need for additional phantoms representing children of various ages, Bolch and colleagues from the University of Florida (UF) developed a series of pediatric voxel phantoms that appeared between 2002 and 2006, representing children with ages ranging from newborn to 15 years old [7173]. This approach was later extended to two groups (Groups A and B) of phantoms. Group A is composed of male and female voxel phantoms of a newborn, 1, 5, 10, and 15 years old for whom the phantom stature, total weight, and individual organ masses are targeted to within 1 % of ICRP Publication 89 reference values. Group B phantoms are constructed by scaling the Group A phantoms up and down to yield phantom at each 1-year-age interval, from newborn to 15 years old. The intent of the UF pediatric series was to provide a reference library of phantoms that could be matched to individual patients for age-specific organ dose assessment.

The VIP-Man voxel phantom was reported in 2000 by Xu and two of his students at Rensselaer Polytechnic Institute (RPI) in the United States [46]. VIP-Man was the first phantom that was based on cross-sectional color photographic images of a cadaver. The original photographs were of a 39-year-old male which were made available through the National Library of Medicine’s famous Visible Human Project (VHP). VIP-Man is unique because the digitally captured color transversal photos a 0.33 × 0.33 mm pixel resolution, which was the best resolution at the time, and each photograph was taken after the removal (by shaving) of each successive 1-mm layer by a cryomacrotome [46]. The VIP-Man phantom consists of more than 3.7 billion voxels, and the original images were segmented to yield more than 1,400 organs and tissues, although only approximately 80 organs and tissues were ultimately adopted for radiation dosimetry purposes. With ultra-fine and color images, attempts were made to segment and label a number of small and radiosensitive tissues including the stomach mucosa, skin, and red bone marrow. The finalized VIP-Man phantom had a heavy body mass of 103 kg, which served as an interesting variation from the ICRP reference value. The VIP-Man was used for a large number of studies in health and medical physics. Later, this group extended the 3D phantom into 4D using the NURBS technique. Several other groups also used the VHP images, but they primarily considered the CT data set without the arms. In 2004, Shi and Xu from RPI also reported the pregnant woman phantom, which was developed from rare partial-body CT images of an eight-month pregnant patient [74]. As of May 15, 2012, this paper on VIP-Man phantom by Xu et al. [46] had been cited 266 times and, according to Google Scholar, making it the most cited paper in “computational dosimetry phantoms.”

Two Japanese groups reported their independent efforts to develop voxel phantoms since 2001. Saito et al. [75] from the Japanese Atomic Energy Research Institute (JAERI) developed an adult male model named Otoko (the first Asian phantom) and an adult female phantom named Onago. More recently, Saito et al. has developed the JM, JM2, and JF phantoms which have a refined vertical slice thickness [7678]. These phantoms were used mainly for radiation dosimetry applications in Japan. The work of Saito et al. was influenced by earlier projects at the GSF. The other group, Nagaoka et al., from the National Institute of Information and Communications Technology (NIICT) in Japan reported an adult male model, named TARO, and an adult female model, named HANAKO, developed from MR images for radiofrequency electromagnetic-field studies [79]. Later, Nagaoka et al. would use a free-form deformation (FFD) to change the exterior features of the adult male phantom to develop Deformed Children phantoms of 3, 5 and 7 years old [78]. The authors reported that it was difficult to develop these phantoms with the FFD algorithm and the internal organs are not adjusted to age-dependent values. The Otoko phantom was recently used in a study to calculate dose conversion coefficients for the Japanese population [80].

Several Korean phantoms have been developed by researchers at Hanyang University in Korea from various image sources: Korean Man (KORMAN), Korean Typical MAN-1 (KTMAN-1), Korean Typical Man-2 (KTMAN-2), High-Definition Reference Korean (HDRK), and Korean WOMAN (KORWOMAN). The HDRK phantom was based on sectioned color photographs of an adult male cadaver that has high image resolution [81, 82]. The early work on these phantoms was carried out by the two Lee brothers, who moved in the early 2000s to the University of Florida, where they gradually published work on the Korean phantoms and also made important contributions to the NURBS-based phantoms. Kim spent several years in the US to complete his PhD. from Texas A&M University and then to serve as a research professor at RPI before returning to Hanyan University as a faculty member in the early 2000s. Their separate involvements in the area of voxel phantom development clearly originated from their experiences in the US. The KTMAN-2 phantoms have been used by Lee et al. [83] to measure the effects of selective collimation in cephalography.

Kim et al. [40] from the Korea Atomic Energy Institute have developed a series of voxel phantoms of different body shapes in order to calculate counting efficiencies for whole-body counters. The phantoms are meant to replace a physical BOMAB phantom, which will not yield proper results for the counting efficiencies in some patients due to differences in body shape, such as from obesity.

Three voxel phantoms representing an adult Chinese male have been reported since 2007: CNMAN produced from color photographs of a cadaver by the China Institute for Radiation Protection [85], VCH produced from a different set of cadaver color photographs by the Huazhong University of Science and Technology [8688], and CVP produced from MR images by Tsinghua University [89, 51]. The Chinese government undertook the Chinese version of the Visible Human Project that resulted in multiple cadaver image data sets, some with slice thickness as fine as 0.2 mm. The lead developer of the CNMAN phantom, B Zhang, served as a research associate at RPI in 2007–2008. Another new Chinese phantom was developed by Li et al. [89] at the Key Laboratory of Particle and Radiation Imaging in Beijing. The phantom was named the Chinese voxel phantom (CVP) and was used to determine conversion coefficients for the Chinese populace. The phantom was produced from MR images of a young Chinese male and was segmented into 23 different tissues and organs.

Researchers at the French National Institute of Health and Medical Research (INSERM) reported a series of virtual whole-body patient models (WBPM) from CT images [90]. The phantoms accommodate different radiotherapy treatment positions, genders, and age groups. Alzier et al. developed a software tool to take patient data and adjust the phantom’s anatomy in order to match the patient’s anatomy.

In 2009, the ICRP released its Publication 110 which describes the development and intended use of the so-called ICRP computational phantoms of the Reference Male and Reference Female [56]. This pair of phantoms is based on medical image data of real people, yet is consistent with the data given in Publication 89 [247] on the reference anatomical and physiological parameters for both male and female subjects. The reference phantoms are constructed after modifying the voxel models (Golem and Laura) of two individuals whose body height and mass resembled the reference data. The organ masses of both models were adjusted to the ICRP data on the adult Reference Male and Reference Female, without compromising their anatomical realism. ICRP-110 is big step forward in standardization. However, the techniques used to develop such voxel phantoms were quickly out favor and were replaced by newer techniques.

A voxel phantom named NUDEL (NUmerical moDEL) was developed by Ferrari [91] for use in radiation protection. The phantom was constructed from CT data of the plastic AMOS (Anthropomorphic MOdel for dosimetric Studies) phantom. Dose calculations for several types of nuclide exposure were run in MCNPX code and were compared to values obtained from other voxel phantoms.

Patni et al. [92] of the Bhabha Atomic Research Centre in India published dose conversion coefficients obtained from the ICRP adult voxel phantoms. The study adapted the phantoms for use in the Monte Carlo code FLUKA and calculated dose conversion coefficients for 9 different organs.

A radiological accident that occurred in South America in 2009 prompted the construction of a personalized voxel phantom to numerically calculate the dose the victim received. Courageot et al. [93] of the Institute for Radiological Protection and Nuclear Safety (IRSN) converted CT scans into a voxel phantom using the Simulation of External Source Accident with Medical Images (SESAME) tool. The dose distribution was calculated using MCNPX code and was used in the treatment of the victim. Courageot et al. [94] reported the Simulation of External Source Accident with Medical Images (SESAME) tool that allows the use of NURBS to model a victim’s morphology and posture.

Tung et al. [95] from the Chang Gung University of Taiwan developed a voxel phantom of the Reference Taiwanese Adult. CT images from thirty Taiwanese adults were analyzed by hand and in the software environment 3D-Doctor and compared to reference values to construct the phantom.

Project members of MATSIM (MATROSHKA Simulation) at the Austrian Institute of Technology coordinated research to numerically simulate the effects of irradiation under reference radiation fields in outer space [96]. They created a two-part voxel phantom using the FLUKA Monte Carlo code and CT images from a physical RANDO phantom. The voxel phantom was split into the MATSIM torso and head. The results of the simulations were within one standard deviation of experimental values.

ORNL has not been actively involved in the development of voxel phantoms, although Eckerman was instrumental in the work at GSF related to the ICRP reference computational phantoms and a number of voxel phantom projects at several universities in the US. The only reported effort from ORNL was that of Akkurt et al. [97] on a hybrid of voxel and stylized geometries.

In 2011, the University of Florida (UF) published the results of a study on electron dosimetry using the UF adult male hybrid phantom [250]. Monoenergetic electron emissions, ranging in energy from 10-keV to 10-MeV, were simulated with particular interest on the active bone marrow and total shallow marrow. The skeletal tissues were imposed through whole-body CT images at 1-mm resolution. The results of the study were found to be compatible with the averaged skeletal values of the absorbed fraction given in ICRP 110, but incompatible with the internal dosimetry software used currently.

Recently, a team of scientists from Iran and Japan collaborated to develop a race-specified voxelized organ, specifically a Japanese male liver [98]. The purpose of this development was to have race-specific organ modeling for nuclear medicine and internal dosimetry purposes. The liver was constructed using the digital Zubal phantom and 35 CT scan images for male individuals of Japanese descent. The detailed process for this development included using a point-drift maximum likelihood alignment algorithm. The technique used allowed for the retainment of anatomical realism and provides nuclear medicine dosimetry with statistical parameters.

3.4 BREP Phantoms from 2000s to Present

Ten groups reported a total of 183 BREP-based phantoms. Segars’s PhD. thesis at the University of North Carolina was the first publication that systematically described the NURBS-based modeling techniques [99]. The cardiac-torso (NCAT) phantom was developed from the Visible Human CT image data set and the 3D anatomy was later extended into the 4th dimension to model cardiac and respiratory motions. The beating heart model of the 4D NCAT was based on 4D tagged MRI data from a real patient. The 4D NCAT phantom offers a vast improvement over the stylized MCAT phantom , with more realistic models of the anatomy and the cardiac system, and the respiratory motions. The 4D NCAT has gained a widespread use particularly in nuclear medicine imaging research for evaluating and improving myocardial SPECT imaging. The conceptual design of the NCAT phantom also served as basis for the development of a 4D digital mouse phantom named MOBY [100, 101]. Segars et al. [102] released an update to the NCAT phantom in the form of a 4D NURBS-based cardiac phantom. The cardiac phantom was constructed from a series of tagged MRI images in the SURFdriver program. The cardiac phantom performs normal cardiac motion in simulations, but Segars released an application that can modify the heart’s motion to account for some defects in the same study. The 4D extended cardiac-torso (XCAT) phantom family was recently developed as the next version of the 4D NCAT. It includes more detailed and realistic anatomy and physiology, suitable for use in higher-resolution imaging applications. The XCAT phantom family includes whole-body male and female anatomies based on the high-resolution Visible Male and Female anatomical data sets [103]. In addition to the basic anatomy, the cardiac and respiratory motions were also updated in the XCAT phantom. The series includes 47 phantoms based on of the XCAT phantom. The XCAT phantom was mapped to patient CT data to produce the series. Segars ran simulations of PET, SPECT, and CT to demonstrate the applicability of the phantoms. The NCAT and XCAT phantoms have been used by several research groups to simulate radiation dose from radiography [104, 105] and radiotherapy [237, 106]. A research group constructed a version of the XCAT heart to enhance the range of cardiac disorders that can be studied using the phantom [107]. Tward et al. [108] from John Hopkins University developed a series of pediatric phantoms from a base adult XCAT phantom. They used a MATLAB-based implementation of large deformation diffeomorphic metric mapping (LDDMM) to adjust the XCAT phantom to match pediatric reference data. The implementation used multi-channel LDDMM to treat each organ as a separate image unified by a common background. An algorithm to modify the XCAT phantom was developed and used to generate 24 male pediatric patients with 8 organs each.

In 2005, the research group led by Xu at RPI used the VIP-Man phantom to simulate respiratory motions by adopting the gated respiratory motion data of the NCAT phantom [251]. The 4D VIP-Man Chest phantom was used to study external-beam treatment planning for a lung cancer patient [233]. The group later decided to apply the BREP techniques to a more challenging problem and, in 2007, reported the development of a series of phantoms representing a pregnant woman and her fetus at the end of 3-, 6-, and 9-month gestations [109]. These phantoms, referred to as the RPI pregnant females, were defined by polygonal meshes which were derived from separate anatomical information of a non-pregnant female, a 7-month pregnant woman CT data set, and a mesh model of the fetus. The organ volumes were adjusted in the mesh format using a commercial software package. The paper by Xu et al. was rated one of the 10 best papers in 2007 by Physics in Medicine and Biology. Continuing their triangular mesh approach, this group reported in 2008 the development of a pair of adult male and female phantoms, the so-called RPI Adult Male and Female [110, 111, 112]. This pair of adult phantoms was carefully adjusted to match the ICRP-89 reference values for more than 70 organs and 45 bones (including cortical bone, spongiosa, and cavities) as well as muscles. Several software algorithms were systematically developed to automate the deformation and organ overlap detection that were based entirely on about 126 sets of triangle meshes. The RPI Adult Male and Female phantoms are mesh-based BREP phantoms [112]. As an application, the female phantom was recently used to create phantoms of female workers with different breast sizes for the purpose of studying the effect of this parameter on the lung counting of internally deposited radionuclides [110]. The mesh models had to be converted to voxels to work with Monte Carlo codes that only handle CSG shapes. In a second application, Ding et al. [113] modified the RPI Adult Male and Female phantoms and produced 10 obese phantoms for the purpose of optimizing image quality and dose in obese patients. The initial study used the obese phantoms in dose calculations, and it was found that calculated dose for obese patients differed significantly from the dose calculated for normal weight phantoms. Taranenko and Xu [225] used the RPI-P phantom series to calculate conversion coefficients for fetuses from whole-body irradiation with monoenergetic proton beams. The simulation was run in MCNPX for 12 different source energies ranging from 100 MeV to 100 GeV, and for 6 different configurations. Gu et al. [114] used the RPI Pregnant Female phantoms to run dose calculations for multi-detector CT (MDCT) scans. The MDCT scanner and the phantoms were implemented in MCNPX code. The dose profiles showed that there was little risk to the patient or the fetus from the MDCT scans.

In 2007 and 2008, the UF group led by Bolch reported their work on the so-called “hybrid” male and female phantoms of newborn and 15-year-old patients [115, 116]. They created the BREP phantom series, called UFH-NURBS phantoms using the following steps. First, they segmented patient-specific CT image data from which they then generated polygonal meshes. These meshes were then converted to the NURBS format using commercial software. In this last process, they extracted several contours from the polygonal meshes and then generated the NURBS surfaces by a software tool called “lofting.” It was then in the NURBS geometrical domain they carried out organ adjustment to match the ICRP-89 reference. Therefore, their phantoms are in fact NURBS-based BREP phantoms, like those developed by Segars et al. [99]. In the final step, the NURBS-based phantoms were voxelized so that they could be implemented in Monte Carlo calculations. However, in order to voxelize the smooth NURBS models, they transferred the NURBS surfaces back the polygonal meshes. The paper by Lee et al. [51] was also rated one of the 10 best papers in 2007 by Physics in Medicine and Biology. In 2011, Maynard et al. [117] from the UF produced a family of NURBS-based fetal phantoms. The phantoms were based on CT and MR images from fetal specimens of various ages between 10 and 30 weeks and were modified to conform to reference values. Tissues and organs were segmented using the modeling software 3D-Doctor and turned into polygon mesh surfaces. The models were then imported into Rhinoceros 3D to incorporate NURBS surfaces and correctly orient the models. The UF phantoms family has seen wide use. The UF hybrid adult male phantom was used in a study by Johnson et al. [118] to calculate the effects of patient size on dose conversion coefficients. A model of electron dosimetry on infants based on the UF hybrid newborn phantom and an earlier developed skeleton tissue model [119] was released by Pafundi et al. [120] from the University of Florida. Hough et al. [121 released a model for skeletal-based electron dosimetry in the ICRP reference male. CT scans of a cadaver were implemented in Rhinoceros 3D to modify the UF hybrid male reference phantom to include segmented skeletal tissue. Dimbylow et al. [122] published a study that used the University of Florida’s newborn NURBS-based voxel phantom to calculate SAR for exposure to electromagnetic fields in the 20-MHz to 6-GHz region. Bahadori et al. [123] from the University of Florida released a publication studying dose estimates from space radiation on astronauts. They modeled the astronauts by adapting the UF family of hybrid phantoms to the 5th, 50th, and 95th percentiles for 40-year-old American males and 40-year-old Japanese females.

In 2008, the Vanderbilt group led by Stabin, in collaboration with Segars from Duke University, reported a “family” of adult and pediatric phantoms by adapting the NURBS-based NCAT adult male and female phantoms [124, 125]. ICRP-89 reference body and organ values were used to adjust NURBS surfaces. The authors state several advantages of this approach: (1) NURBS-based phantoms can be developed much more quickly than working with voxels and manually segmenting individual patient image data sets; (2) The phantoms have a higher level of internal consistency; and (3) The phantoms are complete from head to toe, thus avoiding the problem of missing organs in some of the medical images. It is noted that the groups at RPI, UF, and Vanderbilt (and Duke) developed these BREP phantoms as part of the joint Virtual Patients Project funded by the National Cancer Institute as well as other individual projects.

Cassola et al. (2010) at the Federal University of Pernambuco (UFPE) have constructed two phantoms based on polygon mesh surfaces. The phantoms, FASH (Female Adult meSH) and MASH (Male Adult meSH), were constructed using software, including Blender, ImageJ, Binvox, and MakeHuman. The researchers based their phantoms on anatomical models and atlases and showed that whole-body CT scans are unnecessary for phantom design. The organ masses were based on the values recommended for the male and female reference adult in report 89 from the ICRP. Cassola compared FASH and MASH to the RPI-AF and RPI-AM phantoms and noted significant differences in anatomy. The UFPE group [238] made a series of calculations on the FASH and MASH phantoms. Large differences were observed compared to calculations done on the RPI-AM and RPI -AF mesh phantoms.

In 2010, four phantoms collectively named The Virtual Family were developed for electromagnetic exposure calculations by Christ et al. [126] at the Foundation for Research on Information Technologies in Society (IT’IS). The Virtual Family consists of a 34-year-old adult male, 26-year-old adult female, 11-year-old girl, and a 6-year-old boy. MR images from volunteers were analyzed and segmented into 80 different tissues and organs using the imaging processing software iSEG. The boundaries between the tissues and organs were then remodeled using the software tool Amira. The Virtual Family is a part of the larger Virtual Population project at IT’IS. The Virtual Population project has developed 6 additional anatomical models using the same methods that were used with the Virtual Family [127]. The additional models consist of the Virtual Classroom, a series of four child models, and two individually developed models: an obese 37-year-old male model, and an aged 84-year-old male model.

Cassola et al. [177] continued the work on the FASH and MASH phantoms and published a library of 18 phantoms in 2011. The phantoms were adjusted based on reference values for the 10th, 50th, and 90th height and mass percentiles for Caucasian members of each gender. The reference values were obtained from the PeopleSize software package, which obtained the values from over 100 publications in North America, Asia, Australia, and Europe. In 2011, the group published 5- and 10-year-old pediatric phantoms based on the same methodology that created FASH and MASH [128]. The phantoms were developed with polygon mesh surfaces in the modeling programs Blender and MakeHuman and were edited in the programs DIP (Digital Imaging Processing) and QtVoxel. The researchers used ICRP data for the 5- and 10-year-old reference children. They did not use medical images to construct the phantoms and instead relied on anatomical atlases and modeling software.

The group at IRSN developed a series of female torso phantoms in the Rhinoceros-3D modeling environment [183]. A base thoracic torso phantom was produced from mesh surfaces and NURBS and was based on the reference data from the ICRP adult female reference computational phantom. A series of 34 phantoms of differing girth, cup size, breast tissue composition, and internal organ volumes were created from the base phantom. They used the phantoms to ascertain the morphological dependence of counting efficiency curves from in vivo lung monitoring of workers [129]. In 2011, they released a thoracic male phantom and a mesh equivalent to the physical Livermore phantom for the purposes of simulating in vivo measurements [129]. The phantoms were modeled with mesh and NURBS geometries. Data from CT and MRI scans were analyzed in Isogray to delineate organs. The data were then imported to Rhinoceros 3D, where it was assembled into the two phantoms. Simulations of the two phantoms yielded comparable data to those done with voxel phantoms. The phantoms will be the basis for a new library of phantoms in a future study.

A separate project at the IRSN produced a library of 25 whole-body male phantoms in 2011 [130]. The phantoms were produced from data in the CAESAR database, a compilation of male and female 3D models constructed from full-body optical imaging. A total of 22 male Caucasian optical models were used as the basis for the phantoms . The phantom’s organs were constructed from ICRP reference data and added to the optical models. The phantoms possess a total of 109 segmented organs. The phantoms occupy a range of different body types, organ masses, and organ volumes.

Current permutations of hybrid phantoms must be voxelized so that they may be used in Monte Carlo dose calculations. Voxelizing a hybrid phantom reintroduces the majority of the limitations of the voxel phantoms. Researchers at Hanyang University in Korea have converted the voxel phantom VKH-Man into a polygon surface phantom using 3D-Doctor and directly implemented the phantom into Geant4 in order to circumvent this limitation [131]. Calculations on their new phantom, PSRK-Man (Polygon Surface Reference Korean Man) has been compared to the HDRK-Man phantom, which was also based on VKH-Man. The PSRK-Man phantom has overcome many of the limitations of a voxel phantom; however, the calculation speed for the phantom is 70–150 times slower than for its voxel counterpart HDRK-Man.

4 Applications of Computational Phantoms at RPI

Computational phantoms have been used extensive at RPI for diverse health physics and medical physics applications, including external photon beams from 10 keV to 10 MeV [132, 133], external electron beams [134, 135], external neutron beam in low energies (10−9 –20 MeV) and in high energy (20–10,000 MeV) [134, 136], external proton beams [137], photon dose to the red bone marrow [174], internal electron dosimetry [138, 139], SPECT and PET brain imaging [140], X-ray radiographs [141], X-ray image quality ROC/AUC analysis [142], interventional cardiological examinations [143], adjoint Monte Carlo algorithm for external-beam prostate radiation treatment planning [231], non-target organ doses from proton radiation treatments [145], respiration management in IGRT [233], imaging doses in IGRT [44], kV CBCT and MDCT [146], and time-resolved proton range telescope [147]. More information can be found at the website for Rensselaer Radiation Dosimetry and Measurement Group (http://rrmdg.rpi.edu).

5 Monte Carlo Methods and Computer Codes

There are a few comprehensive reviews or introductory articles about the Monte Carlo methods for applications in health physics and medical physics [148150]. Several public-domain and popular Monte Carlo code systems include MCNP (X-5 Monte Carlo Team 2003), MCNPX [151], EGS [152], Geant4 [6, 7, 153], PENELOPE [154156], and Fluka [157, 158].

6 Non-ionizing Radiation Applications

People who have been interested in non-ionizing radiation applications form a different group of voxel phantom developers. Most of this work was neglected in the previous review articles by Caon [10] and by Zaidi and Xu [11]. Interestingly, the phantoms used for studies of temperature rise in the human body from the interactions of radiofrequency energy were constructed through nearly identical steps and some of these phantoms, such as the NORMAN phantom, have been used for both ionizing and non-ionizing radiation applications. However, the majority of voxel phantoms were developed with only one application in mind. Some phantoms have been used for non-ionizing applications: the Visible Man from the VHP color photographs by the Brooks Air Force (Mason et al. 2000), [159], the DAM adult male phantom from MR images by a group in Italy [160], the SILVY 30-week pregnant woman phantom from hybrid CT (originally obtained by RPI) and MR images by the Graz University of Technology, Austria [161, 162], the MEET Man from VHP color photographs by University of Karsrule, Germany [163, 164], and the anatomically based model from MR images by University of Utah [165]. The redundancy in developing voxel phantoms from similar image sets such as the VHP is obvious.

Findlay and Dimbylow [166] from the Health Protection Agency in the UK published a study of the specific absorption rate (SAR) for exposure to electromagnetic fields using the NORMAN phantom. Findlay and Dimbylow [167] continued their work on SAR measurements and conducted a study of SAR in children due to Wi-Fi. He rescaled the sitting posture NORMAN phantom so that it matched ICRP reference values for a 10-year-old child. The effects of electromagnetic fields from Wi-Fi devices operating at 2.4 and 5 GHz were modeled using a FDTD method.

Uusitupa et al. (2010) published a study measuring SAR in the 300- to 5000-MHz region utilizing 15 voxel phantoms, including NORMAN, the Japan Male/Female, the VHP Male, and the VF series. The simulations were run with FDTD code on a HP supercluster at the Helsinki University of Technology in Finland. The study modeled the effects of different postures, human body models, and incoming direction of the electromagnetic field.

A series of 9 phantoms representing a pregnant female in each gestational month developed by a group from the University of Houston and the US. Food Drug Administration (FDA) for studying the effects of radiofrequencies emitted from various electronic devices [168]. These phantoms only include a limited number of organs such as the body, placenta, embryonic fluid, bladder, bone, fetus, and the uterus. They used patient-specific MR images and CAD software to model the organ shapes.

7 Discussion and Conclusion

Computational phantoms have come a remarkably long way. Mathematical formulations of organs and tissues of the body used in the dosimetry of internally distributed radionuclides existed as early as the 1940s, although the first anthropomorphic phantom was not reported until the 1960s. In the 1970s and 1980s, the sophistication of these stylized phantoms was increased significantly. This evolution began with the specification of a single organ mass, followed by the use of simple shapes to simulate organs or the entire body of an adult human. The desire to model the entire body of a “Reference Man” and to specify the location, shape, volume, and mass of organs in the body as realistically as possible has remained the same to this day. The climax for stylized phantoms was reached in the 1980s when the gender- and age-specific family phantoms were systematically documented and widely adopted for various studies in internal and external radiation dosimetry, as well as in medical imaging and radiotherapy. By that time, Monte Carlo codes and personal computers had become accessible to a large number of researchers. The research on stylized human models carried out at ORNL up to the 1980s played an essential role in the history of computational phantoms. The sex-specific adult phantoms at GSF in the early 1980s were revisions of the MIRD-5 phantom originally developed at ORNL. Major extensions in the 1990s, on the pregnant women and brain/head models, were also closely tied to the earlier work at ORNL. The direct involvement of ORNL’s scientists in the SNM’s MIRD Committee facilitated the necessary standardization process. It is clear that close collaborations between leading developers were a key factor contributing to the success of these first-generation computational phantoms. Not all phantoms of this generation enjoyed the same recognition in the history. In fact, a few phantoms such as the CAM have been practically unknown by the mainstream radiation protection dosimetry community. The late 1980s would go into history as the beginning of an exciting new era of voxel phantoms. Collaboration in the information age would soon require new approaches, and as the history would show, no single developer was to dominate the new research agenda as ORNL once did.

The shift from stylized phantoms to voxel phantoms in the late 1980s was motivated by the desire to improve upon anatomical realism. The advent of modern computers and medical imaging fueled the research efforts by many researchers. For a long period of time in the 1990s and early 2000s, however, it was unclear to the research community what roles voxel phantoms would play. If voxel phantoms were to replace stylized phantoms, how much improvement in dose estimates should be expected? There were strong indications already that the approach of developing and applying the voxel phantoms was not perfect. For example, the of original images into organs and tissues required a very laborious and tedious manual process (there is only a limited number of organs such as the skeleton which can be processed automatically and semi-automatically), often taking months or years to complete. The earlier phantoms developed at GSF had relatively poor image slice thickness (from 4 to 8 mm), thus inevitably compromising the anatomical accuracy. Even today, there is no consensus as to what constitutes a true segmentation because the process often involves some level of user-specific assumption about the anatomy during the image analysis. Certain organs such as the GI tract have poor image contrast, and the segmentation is nearly impossible in CT without enhancement. A typical image data set at more than 2 mm × 2 mm pixel resolution is not fine enough to delineate many small radiosensitive organs. As a result, the skin of most existing voxel phantoms is defined artificially as the outermost layer of voxels. The segmentation of the red bone marrow is also challenging. Consequently, its dose is nearly always calculated empirically because it is not easy to model it directly in the phantom. When the developers of the VIP-Man phantoms reported that the red bone marrow was segmented from color pixels of 0.33 × 0.33 mm resolution, the work was scrutinized by others partially due to the lack of consensus about the segmentation process. The lack of standardized procedures contributed to the current situation that although many phantoms and dosimetry data are reported, the accuracy may be impossible to evaluate.

Original voxel phantoms were realistic in depicting the anatomy, but they are person specific. The anatomical differences between two equally realistic voxel phantoms surprised many developers who were used to the idea that a radiation protection phantom must represent the average population. Realizing that there would be likely only one set of such “reference” phantoms, many developers later rushed to revise the original voxel phantoms by adjusting the organ sizes in the original image data to match with the ICRP recommended anatomical data. Others mixed anatomical sources from different subjects. In doing so, these phantoms lost the anatomical realism, which was the original motivation to abandon the stylized phantoms.

The history of computational phantom development has shown that it is the need for application, not the need for policy-making, which determines the course of technological advancement.

To date, the history of phantom development has been centered on the “Reference Man” paradigm which mandates a computational phantom to match approximately the 50th percentile values in terms of body height and weight for a specific gender and age group. Given the anatomical specificity in any voxel phantom, the Reference Man concept works against the original wish to improve the dose estimate in a population of workers who are obviously different from the anatomy depicted by the one voxel phantom. In contrast, the BREP phantoms may have demonstrated the feasibility to develop new-generation phantoms that represent a much broader range of individuals in terms of body height and weight, as well as organ topology. These features were impossible even 10 years ago, but the technology and collective experience of the research community seems to support that idea that we should and can move beyond the “Reference Man” paradigm.

Xu et al. [46] predicted that the advantages afforded by both the BREP type of surface geometries and anatomically realistic voxels would be eventually combined: “For the purposes of setting radiation protection standards, it may be possible to eventually bridge these two types of models, leading to a new generation of hybrid ‘standard’ model(s) that will be acceptable to the radiation protection community. Such a new generation of models for radiation protection should be realistic enough to accurately represent major radiosensitive tissues and organs, and flexible enough to represent different populations by scaling. Computers are going to be so powerful that very complex models can be handled without a problem.” Impressively, the BREP phantoms were realized in only several years later.

Looking forward, in the next 10 years, advances in computational phantom research will be mostly driven by the power of new-generation Monte Carlo code and associated applications. There will be, of course, important dosimetry needs that should and can be addresses in the near future: (1) a fundamental change in the Reference-Man-based paradigm, (2) physics-based methods for deformation modeling, (3) posture-specific phantoms using motion capture, (4) phantoms and associated methods that report dose uncertainties, (5) multi-scale phantoms (whole-body phantom to eye phantom) (6) direct Monte Carlo simulations with advanced geometries such as NURBS and meshes, (7) near “real-time” Monte Carlo dose calculation using graphics processing units (GPUs) and other accelerators, (8) Increasingly person-specific whole-body computational phantoms, and (9) virtual-reality enabled computational phantom for treatment planning and training. The 60-year history shows that coordinated and cooperative efforts among radiological engineers, computer scientists, biologists, and clinicians are the key to the success of future research endeavors in computational phantoms.