Skip to main content
IEEE - PMC COVID-19 Collection logoLink to IEEE - PMC COVID-19 Collection
. 2012 Mar 14;59(6):1620–1632. doi: 10.1109/TBME.2012.2190984

Automatic Detection and Quantification of Tree-in-Bud (TIB) Opacities from CT Scans

Ulas Bagci 1,, Jianhua Yao 2, Albert Wu 1, Jesus Caban 3, Tara N Palmore 4, Anthony F Suffredini 5, Omer Aras 6, Daniel J Mollura 1
PMCID: PMC3511590  NIHMSID: NIHMS419559  PMID: 22434795

Abstract

This study presents a novel computer-assisted detection (CAD) system for automatically detecting and precisely quantifying abnormal nodular branching opacities in chest computed tomography (CT), termed tree-in-bud (TIB) opacities by radiology literature. The developed CAD system in this study is based on 1) fast localization of candidate imaging patterns using local scale information of the images, and 2) Möbius invariant feature extraction method based on learned local shape and texture properties of TIB patterns. For fast localization of candidate imaging patterns, we use ball-scale filtering and, based on the observation of the pattern of interest, a suitable scale selection is used to retain only small size patterns. Once candidate abnormality patterns are identified, we extract proposed shape features from regions where at least one candidate pattern occupies. The comparative evaluation of the proposed method with commonly used CAD methods is presented with a dataset of 60 chest CTs (laboratory confirmed 39 viral bronchiolitis human parainfluenza CTs and 21 normal chest CTs). The quantitative results are presented as the area under the receiver operator characteristics curves and a computer score (volume affected by TIB) provided as an output of the CAD system. In addition, a visual grading scheme is applied to the patient data by three well-trained radiologists. Interobserver and observer–computer agreements are obtained by the relevant statistical methods over different lung zones. Experimental results demonstrate that the proposed CAD system can achieve high detection rates with an overall accuracy of 90.96%. Moreover, correlations of observer–observer Inline graphic, Inline graphic and observer–CAD agreements Inline graphic, Inline graphic validate the feasibility of the use of the proposed CAD system in detecting and quantifying TIB patterns.

Keywords: Computer-assisted detection (CAD), infectious diseases, lung, tree-in-bud (TIB), Willmore energy

I. Introduction

Infectious lung diseases, such as novel swine-origin H1N1 influenza, tuberculosis (TB), etc., are among the leading causes of disability and death all over the world [1][3], [5]. Computed tomography (CT) examination of the lungs during acute respiratory tract infections has become an important part of patient care, both at diagnosis and monitoring progression or response to therapy. Although CT examination serves as a primary (imaging) diagnostic tool for assessing lung infections, visual analysis of CT images is restricted by low specificity for causal infectious organisms and a limited capacity to assess severity and predict patient outcomes [2].

Common CT findings associated with respiratory tract infections include tree-in-bud (TIB) nodularity, ground-glass opacities (GGO), random distribution of pulmonary nodules, linear interstitial/bronchovascular thickening, and consolidations [6]. Although none of these visual patterns are specific for one pathogen, the amount of lung volume exhibiting these features could provide insights into the extent or severity of infection. Among these patterns, TIB opacities, represented by thickened bronchial structures surrounded locally by clusters of 2–3 mm micronodules, are associated with inflammation of the small airways (bronchioles), such as in viral or bacterial bronchiolitis, and the increasing sizes of abnormal regions on CT can suggest the progression of disease [6]. Often considered to have a limited differential diagnosis-M TB infection, infection with nontuberculous mycobacteria, viral infection, cystic fibrosis, this pattern is recognized as a CT appearance of many different entities. Unlike the other imaging patterns such as GGO and consolidations, it is an extremely challenging task to detect and quantify the regions with TIB opacities due to interobserver variations and inconsistent visual scoring methods [2]. Therefore, an accurate method for detecting TIB is a critical in computer-assisted detection (CAD) schemes from chest CT. Although the correct diagnosis for TIB pattern is very important, it is also one of the most difficult tasks for radiologists because the contrast of lesions is often low and the disease patterns are very complex. All these limitations suggest that CAD could make a valuable contribution to the management of respiratory tract infections by assisting in the early recognition of pulmonary parenchymal lesions and providing quantitative measures of disease severity.

A. Respiratory Tract Infections and TIB Patterns

Respiratory tract infections, caused by viruses, bacteria, fungi, and parasites, are a major component of global infectious disease mortality. TIB patterns, in particular, usually represent the disease of the small airways such as infectious-inflammatory bronchiolitis as well as bronchiolar luminal impaction with mucus, pus, cells, or fluid causing normally invisible peripheral airways to become visible on CT [7]. Fig. 1 shows typical TIB patterns in a chest CT (Fig. 1 shows labeled TIB patterns with blue). As its name implies, this pattern resembles a budding tree in CT due to the branching opacities with adjacent centrilobular nodularity [2]. It is not specific for a single disease entity, but suggests pathology in the peripheral airways, which can be associated with air trapping or subsegmental consolidation in the surrounding alveolar airspaces. Because any organism that infects the small airways can cause a TIB pattern, pulmonary infections are its most common cause.

Fig. 1.

Fig. 1.

Single-axial CT slice with a significant amount of TIB patterns and an example labeling process of TIB patterns (blue) on the right lung are shown.

TIB is difficult to be detected with conventional CAD systems due to high complexity of their irregular shapes, as well as strong textural similarity of micronodules and thickened airways to other normal and abnormal lung structures. Currently, no reported CAD system is capable of automatically detecting a TIB pattern, therefore, which warrants a need for the development of such a system to improve the diagnostic decision process and quantitative measurement of respiratory tract infections. In this paper, we develop a new CAD system to evaluate respiratory tract infections by automatically detecting and quantifying TIB patterns on CT images.

B. Our Contributions

The main contributions of this study are twofold. 1) A candidate selection method that locates possible abnormal patterns in the images. This process comes from a learning perspective such that the size, shape, and textural characteristics of TIB patterns are learned a priori. The candidate selection process removes large homogeneous regions from consideration which results in a rapid localization of candidate TIB patterns. The local regions enclosing candidate TIB patterns are then used to extract shape and texture features for automatic detection; 2) another novel aspect in this study is to extract Möbius invariant local shape features (i.e., Willmore energy-based features). Extracted local shape features are combined with statistical texture features to classify lung tissues. In addition, we also investigate the extraction and use of different local shape features as compared to the proposed shape features to facilitate local structure analysis. To the best of our knowledge, this is the first study that uses automatic detection of TIB patterns for a CAD system in infectious lung diseases. Since there is no published work on automatic detection of TIB patterns in the literature, we compare our proposed CAD system on the basis of different feature sets previously shown to be successful in detecting lung diseases in general. Early version of this study appeared in [3], and can be accessed in [8].

This paper is organized as follows. Section II explains the methods of the proposed CAD system. We discuss our proposed and conventional feature extraction methods in Section III. Next, we present the feasibility of the proposed CAD system by evaluating the detection and quantification performances in Section IV followed by a discussion and conclusion in Section V and Section VI, respectively.

II. CAD Methodology

The proposed CAD methodology is illustrated in Fig. 2. First, lungs are segmented from chest CTs. Second, we use locally adaptive scale-based filtering method to detect candidate TIB patterns. Third, segmented lung is divided into local patches in which we extract Möbius invariant shape features and statistical texture features followed by support vector machine (SVM) classification. We extract features from local patches of the segmented lung only if there are candidate TIB patterns in the patches. The details of the proposed methods are described in the following.

Fig. 2.

Fig. 2.

Flowchart of the proposed CAD system for automatic TIB detection.

A. Lung Segmentation

Prior to detection, segmentation is often the first step in CAD systems. In this study, fuzzy connectedness (FC) image segmentation algorithm is used to achieve successful delineations [9]. In FC framework, as illustrated in Fig. 3, left and right lungs are “recognized” by user-defined or automatically assigned seeds, which initiate FC segmentation. In this study, one seed per lung volume (i.e., left or right) is automatically set by only considering the locations of small intensity valued voxels inside the body region (see [9] for a detailed description of the use of FC in anatomy segmentation). Fig. 3 (middle and right) shows the resulting segmentation of the chest CT given on the left. Although we use FC algorithm to segment lung regions, there are many well-established lung segmentation methods in the literature [9][11], [29], and [41] such that they could possibly be used as well to accomplish the delineation step. In that sense, we do not have any strict restriction on the choice of segmentation algorithm prior to detection system as long as it successfully segments the lung regions.

Fig. 3.

Fig. 3.

(Left) Axial single chest CT and its (middle and right) FC delineation correspondence are seen.

B. Learning Characteristics of TIB Patterns

The size/volume of a region occupied by a typical TIB pattern does not usually exceed a few Inline graphic. Together with the fact that TIB pattern has a complex shape with varying intensities over discontinues branches (i.e., buds), TIB patterns have intensity characteristics with high variation toward nearby voxels (see Fig. 1). In other words, TIB patterns do not constitute sufficiently large homogeneous regions. Thus, TIB patterns are localized only in the vicinity of small homogeneous regions, and their boundaries have high curvatures due to the nature of its complex shape. In the next section, we use these two observations to extract novel characteristic features to detect TIB patterns.

Our candidate selection method comes from a learning perspective such that we assign every internal voxel of the lung a membership value reflecting the size (i.e., scale) of the homogeneous region that the voxel belongs to. To do this, we use a locally adaptive scale-based filtering method called ball-scale (or b-scale for short) [9], [16], [17]. The b-scale is the simplest form of a locally adaptive scale where the scene is partitioned into several scale levels. Every voxel in each scale is assigned the size of the local structure it belongs. For instance, voxels within the large homogeneous objects have highest scale values, and the voxels nearby the boundary of objects have small-scale values. Voxels on the boundary of objects have smallest scale values. Because of these observations, we conclude that TIB patterns constitute only small b-scale values; thus, it is reasonable to consider voxels with small b-scale values as candidate TIB patterns. Similarly, it is practical to discard voxels with high b-scale values from the candidate selection procedure. Figs. 2 (candidate selection) and 4(a) show selected b-scale regions as candidate TIB patterns. Once b-scale image correspondence of segmented chest CT is obtained as noted in Fig. 4(a), we only select small b-scale values via thresholding the large b-scale values [see Fig. 4(b)]. Justification of this selection procedure bases on the observations defined previously. Resultant candidate TIB patterns are shown in Fig. 4(c). We describe the computation of b-scale patterns and the details of the candidate selection process in the next section.

Fig.  4.

Fig.  4.

(a) b-scale scene. (b) Thresholding via selecting small-scale values only [i.e., a scale of 1 is selected as a threshold cutoff (red bar)]. (c) Thresholded b-scale scene; local regions without any b-scale pattern and with b-scale patterns are shown in red and blue, respectively.

C. Candidate Pattern Selection through B-Scale Encoding

There are several advantages to the local scale-based approach. For instance, boundary- and region-based representations of objects are explicitly contained in the scale-based methods. Based on continuity of homogeneous regions, geometric properties of objects (i.e., size information) can be identified, and this new representation is called scale images, i.e., b-scale, tensor-scale (t-scale), generalized-scale (g-scale) images [16], [18], [19]. The b-scale model has been shown to be extremely useful in object recognition [17], image segmentation [9], [41], filtering [16], inhomogeneity correction [20], and image registration [20], [21]. In this study, on the other hand, we show how to use b-scale encoding together with a proper scale selection method for detecting candidate abnormality patterns. The main idea in b-scale encoding is to determine the size of local structures at every voxel as the radius of the largest ball centered at the voxel within which intensities are homogeneous under a prespecified region-homogeneity criterion.

Although the conventional b-scale encoding method is well established for Inline graphic images Inline graphic, we use 2-D b-scale encoding method in this study because low-resolution CT data do not allow continuous analysis of TIB patterns through low-resolution imaging direction. In the 2-D digital space Inline graphic, a scene Inline graphic is represented by a pair where Inline graphic is a rectangular array of voxels, Inline graphic indicates the size of the voxels, and Inline graphic is a function that assigns to every voxel an image intensity value. A ball Inline graphic of radius Inline graphic and with center at a voxel Inline graphic in Inline graphic is defined by

C.

The fraction of object is denoted by Inline graphic and indicates the fraction of the ball boundary occupied by a region which is sufficiently homogeneous with Inline graphic. Inline graphic is defined as

C.

where Inline graphic is the number of voxels in Inline graphic and Inline graphic is a homogeneity function [9]. In all experiments, we use a zero-mean unnormalized Gaussian function for Inline graphic. The size of the local structure is estimated using appearance information of the gray-level images, i.e., region-homogeneity criterion; b-scale scenes contain rough geometric information. A detailed description of Inline graphic and Inline graphic is presented in [9].

The b-scale algorithm works as follows: the ball radius Inline graphic is iteratively increased starting from one, and the algorithm checks for Inline graphic, the fraction of the object containing Inline graphic that is contained in the ball. When this fraction falls below a predefined threshold, it is considered that the ball contains an object region different from that to which Inline graphic belongs [16]. This process is repeated for every voxel within the scene. Voxels are assigned their b-scale values discreetly from 1 to Inline graphic. In principle, b-scale partitions the scene into several levels based on the size of local structures from 1 to Inline graphic. Computing b-scale values for every voxel leads b-scale scenes as shown in Fig. 4(a). Note also that locally adaptive scale in regions with fine details or in the vicinity of boundaries is small, while it is large in the interior of large homogeneous objects.

III. CAD Feature Extraction

Developing a successful CAD system for infectious lung diseases requires acquisition of representative features characterizing shape and texture of TIB patterns efficiently. Since TIB is a complex shape pattern consisting of curvilinear structures with nodular structures nearby, we propose to use local shape features (derived from geometry of the local structures) combined with gray-level statistics derived from a given local patch (i.e., local window with a predefined size).

The shape operator is the second-order invariant (or curvature) which determines the original surface. Since it is usually more convenient to work with scalar quantities rather than vectorial shape quantities, symmetric functions of local Hessian matrices are usually used to extract geometric meaning of the surface/shape of interest. Therefore, curvatures play an important role in the representation and recognition of intrinsic shapes. However, similarity of curvature values may not necessarily be equivalent to intrinsic shape similarities, which causes a degradation in recognition and matching performance. To overcome this difficulty, we propose to use Willmore energy functional [22] and several different affine invariant shape features parametrically related to the Willmore energy functional. While local shape features characterize the curvilinear and small nodular structures (via Willmore energy), gray-level features characterize background and foreground intensity variation with objects' pose and size for a given local window. Moreover, for comparison purpose, we use different feature sets previously shown to be successful in detecting lung diseases in general. Fig. 5 enlists all the features that we extracted for the proposed CAD system and for the experimental comparison. Details of extracted features are defined in the following.

Fig. 5.

Fig. 5.

List of textural and shape features used to detect TIB patterns in the lungs.

A. Willmore Energy and Shape Features

The Willmore energy of surfaces plays an important role in digital geometry, elastic membranes, and image processing [23]. It is closely related to Canham–Helfrich model [24], where a surface energy is defined as

A.

where Inline graphic, and Inline graphic are some constants, Inline graphic is the mean curvature vector on Inline graphic (area space), Inline graphic is the Gaussian curvature on Inline graphic (boundary space), and Inline graphic is the induced area metrics on Inline graphic. This model is curvature driven, invariant under the group of Möbius transformations (in particular, under rigid motions and scaling of the surface) and shown to be very useful in energy minimization problems [25]. Invariance of the energy under rigid motions leads to conservation of linear and angular momenta, and invariance under scaling plays a role in setting the size of complex parts of the intrinsic shapes (i.e., corners, wrinkles, folds, etc.). In other words, the position, gray-level characteristics, size, and orientation of the pattern of interest have minimal effect on the extracted features as long as the suitable patch is reserved for the analysis. In order to have simpler and more intuitive representation of the given model, we simply set Inline graphic and Inline graphic, and the equation turns into Willmore energy functional

A.

where Inline graphic is the length metric on Inline graphic. The resultant energy of a surface can be regarded as a function Inline graphic and Inline graphic, and captures the deviation of a surface from local sphericity [22] such that a sphere has zero Willmore energy. Note also that the Willmore energy is always nonnegative. Since a homogeneity region that a typical TIB pattern appears is small in size, total curvature (or energy) of that region is high and can be used as a discriminative feature.

The main motivation in describing intrinsic shapes by Willmore energy is due to its ability to encode surface (i.e., image area in 2-D) with Möbius invariant features (translation, contrast, rotation, and inversion invariant). In addition to Willmore energy features that we adapt from Canham–Helfrich surface model, we have included seven different local shape features, which are parametrically related to Willmore energy formulation, into the proposed CAD system due to their some invariant properties and discriminative powers. Assume Inline graphic and Inline graphic indicate eigenvalues of the local Hessian matrix Inline graphic for any given local patch Inline graphic, the following shape features are extracted: 1) shape index (SI), 2) Gaussian curvature, 3) mean curvature, 4) elongation, 5) distortion, 6) shear, 7) compactness.

1. Si

The SI is a statistical measurement and used to define intrinsic shape of the localized structure within the image [26], [27]. SI values are encoded as a continuous range of values between −1 and 1, with zero SI indicates saddle-like local structures, +1 and −1 SI values indicate umbilical minima and maxima (i.e., cap and cup, respectively), and midpoints of the two half-intervals (+0.5 and −0.5) indicate concave and convex parabolic or line-like structures (i.e., rut and ridge, respectively). SI can simply be computed through principal curvatures Inline graphic as follows:

1.

where Inline graphic. As suggested in [26], we obtain principal curvatures from the eigenvalues of the local Hessian matrix Inline graphic as

1.

where Inline graphic and Inline graphic are second-order derivatives of local image patch Inline graphic, and Inline graphic denotes eigenvalue decomposition. We choose to use Inline graphic because of its invariance property with respect to rotation, absolute gray value, and translation.

2. Gaussian Curvature

Gaussian curvature (Inline graphic) is an intrinsic measure and simply the product of the principal curvatures as Inline graphic for a given point on a surface, equivalent to the determinant of local Hessian matrix Inline graphic. Note that Inline graphic is unchanged even by bending the surface without stretching it, meaning that the Gaussian curvature is independent of the choice of unit normal and it gives three types of classified local shapes: elliptic shape (Inline graphic), hyperbolic shape (Inline graphic), parabolic shape (Inline graphic) with one of the Inline graphic is equal to zero, planar shape (Inline graphic) with both Inline graphic are equal to zero. Gaussian curvature is translation and rotation invariant, but not scale invariant.

3. Mean Curvature

Mean curvature (Inline graphic) is an extrinsic measure and it describes the curvature as Inline graphic. Unlike Inline graphic, Inline graphic is defined in the distributional sense. Note that mean curvature measure is the trace of local Hessian matrix Inline graphic. Mean curvature can be thought as a negative gradient (as a Laplacian) of the area functional due to its nice variational interpretation over the surface. This does not only give insights into the size of the local shape but also into the total symmetrical deviation from the sphere. Mean curvature is translation and rotation invariant, but not scale invariant.

4. Elongation

Shape elongation is one of the basic shape descriptors and it indicates flatness measure of the local shape [28]. In this paper, we used the ratio of principal curvatures to measure elongation as Inline graphic with Inline graphic. Elongation measure is invariant with respect to a similarity transformation, and therefore, it is a robust feature that helps to identify curvilinear shapes. Elongation varies from Inline graphic to Inline graphic, from hyperbolic to elliptic points.

5. Distortion

Distortion is an algebraic quantity defined as the difference of eigenvalues (i.e., Inline graphic) of the local Hessian matrix Inline graphic. Distortion is a valuable image analysis property revealed by magnitude difference of principal curvatures. Distortion measure captures the deviation of principal curvatures, thus nonplanarity of a region. Together with Gaussian or mean curvature, distortion measure brings further information into encoding of local shape. Distortion measure is translation and rotation invariant, but not scale invariant.

6. Shear

The shear is another algebraic distortion quantity defined as proportional to the normalized distortion: Inline graphic. The physical information contained in the shear is basically the same as that of the distortion; it is related to distortion with powers of the difference of principal curvatures. Different than distortion, shear descriptor captures higher degree of nonplanarity of a region due to having more robustness against noise.

7. Compactness

Compactness feature measures the similarity between shape of interest and a perfect ellipse, and is defined as Inline graphic. Note that this ratio is a dimensionless ratio between the area of the shape (1 for a normalized shape) and the area of the best ellipse fitting the shape. Note also that the compactness measure is invariant to affine transformations and parametrically related to Gaussian curvature.

Given a single-axial CT slice of left lung, Fig. 6(b) indicates a thresholded (i.e., selected candidate patterns) b-scale scene encoded from the corresponding gray-level CT slice shown in Fig. 6(a). Furthermore, Fig. 6(c) and (d) shows mean and Gaussian curvature maps from which all the other local shape features are extracted, respectively. In addition, Fig. 6(e) and (f) shows Willmore energy maps using both mean and Gaussian curvature maps as formulated in (4) and shown in Fig. 6(c) and (d).

Fig. 6.

Fig. 6.

(a) Single-axial CT slice of the left lung. (b) Selected b-scale patterns. (c) Mean Curvature map (Inline graphic). (d) Gaussian curvature (Inline graphic). (e) Willmore energy map. (f) zoomed (e).

Based on the observation in training step where we analyzed the appearance and shape of TIB patterns, TIB patterns most likely occur in the regions inside the lung with high variability of intensity values over a small number of voxels and with certain size (i.e., a few millimeter in length). These observations (size and high intensity variation) facilitate one practically useful fact in the algorithm that, in the feature extraction process, we only extract features if and only if at least “one” small b-scale pattern exists in the local regions (i.e., blue local regions in Fig. 4).

B. Local Gradient Shape Statistics (LGS) and Conventional Shape Features

We also explore the use of alternative local shape features as a comparison to Willmore energy-based features. Based on the observations of spatial properties of the selected candidate patterns, it becomes apparent that instead of using conventional high-dimensional feature extraction methods such as Gabor wavelets, steerable wavelets, etc., one may extract much fewer and more reliable statistical features to discriminate the pattern of interest. Motivated from the fact that TIB patterns consist of numerous small (or micro-) nodules nearby the main curvilinear structure and those small structures have varying opacities, the location and distribution of those small structures can be obtained by simple thresholding method which has been popular in estimation for more than two decades [30]. However, since the opacities are varying through different nodular structures, it is challenging to find an optimum threshold value. Therefore, instead of using one single threshold level, we empirically choose Inline graphic different threshold levels (Inline graphic) to obtain local statistics of those structures in a hierarchical way, where Inline graphic, Inline graphic [31]. This process is named LGS because we extract different statistical measurements in gradient of the images. Note also that we confine ourselves into the local patches where at least one b-scale pattern occupies.

To obtain shape statistics over local patches, we use gradient fields because boundary information can be used much more effectively in that sense. Fig. 7 shows an example thresholding process over a candidate TIB pattern centered at Inline graphic (only for four levels are shown for demonstration purpose). After different threshold levels are applied over the local regions of b-scale images, resultant thresholded local patches are used to extract the following features: mean SI values of the local patch for each thresholding level (one feature), and the number of b-scale patterns left after thresholding process (one feature). Since we use ten different thresholding levels, we extract 20 features totally. Moreover, for a local region centered at a voxel Inline graphic of a candidate TIB pattern, we extract one global feature as an SI value of the voxel Inline graphic, three features as the maximum, minimum, and mean SI values over the local region prior to thresholding. Therefore, a total of 24 features (LGS+SI) are extracted from a typical local patch to be used in CAD system [4]. Although Inline graphic and Inline graphic are chosen empirically based on the observations of shape and textural characteristics of normal and TIB patterns during the training step, one may propose to use cross validation, control of the global and local false discovery rate, and uncertainty principles to decide those parameters near-optimally [30].

Fig. 7.

Fig. 7.

Local gradient maxima above different thresholds are shown.

C. Conventional Texture Features

Steerable Features: It has been well documented in the literature that decomposition of images by using basis functions localized in spatial position, orientation, and scale (e.g., wavelets) are extremely useful in object recognition and detection [32], [33]. Since steerable filters are rotation and translation invariant, they accurately represent the underlying image structure [34]. In this study, we use steerable derivative of Gaussian filters to decompose local regions around each candidate pattern into several oriented basis. These basis are used as features in voxel-wise classification for TIB identification. We extract steerable features (i.e., directional derivatives) from one scale and six different orientations.

Gray-Level Co-Occurrence Matrix (GLCM) Features: Spatial statistics based on GLCM [35] are shown to be very useful in discriminating and quantifying patterns pertaining to lung diseases. As texture can give a lot of insights into the classification and characterization problem of poorly defined lesions, regions, and objects, we combine our proposed shape-based invariants with Haralick's popular GLCM-based features [35]. We extract 18 features from each local patch including autocorrelation, contrast, entropy, variance, dissimilarity, homogeneity, cluster shade, energy, maximum probability, sum of squares of variance, sum of averages, sum of variance, sum of entropy, difference of entropy, difference of variance, normalized inverse difference moment, cluster prominence, and mutual information. Readers are encouraged to refer to [35] for further details on these well-established features in machine learning, and [12][15] for particular CAD systems in identification of lung abnormalities from CT scans in general.

IV. Experiments and Results

A. Data

Laboratory confirmed (with pathology identification tests) 39 CTs of human parainfluenza (HPIV) infection and 21 normal lung CTs were collected for the experiments. All patients were imaged at our institution using a 64-detector row Philips Brilliance or a 320-detector row Toshiba Aquilion CT scanner. The noncontrasted chest CT studies were performed at end inspiration with 1.0 or 2.0 collimation obtained at 10- or 20-mm intervals from the base of the neck to upper abdomen with a tube voltage of 120 kV and a current of 200–320 mA depending on the subject's weight. Imaging data were constructed to 512 × 512 matrices with slice thickness of 5 mm. The in-plane resolution was affected by patients' size and varied from 0.62 to 0.82 mm. All 60 CT scans (both HPIV and normal) were collected from different subjects (no multiple scans from subjects).

B. Training Step

A well-trained radiologist [with more than nine years experience (DMJ)] carefully examined the complete scan (i.e., 60 CTs) and labeled the lung regions as normal and abnormal (with TIB patterns) (see Fig. 1). As many regions as possible showing abnormal lung tissues from 39 HPIV patients were labeled (see Table I for details of the number of regions used in the experiments). Those 39 patients do not include only TIB opacities, but also GGO, nodules, consolidations, and linear thickening such that only TIB regions are labeled in training step. Note also that the control group consisting of 21 subjects with no observed lung abnormalities was constructed and lung tissues pertaining to this group were labeled carefully.

Table I. Accuracy (Inline graphic) of the CAD System With Given Feature Sets.

Features Dimension Patch Size # of patches (TIB) # of patches (Normal) Area under ROC curve: Inline graphic
Shape & GLCM 8+18=26 Inline graphic 14144 12032 0.8991
Shape & GLCM 8+18=26 Inline graphic 24184 20572 0.9038
Shape & GLCM 8+18=26 Inline graphic 50456 42924 0.9096
Shape 8 Inline graphic 14144 12032 0.7941
Shape 8 Inline graphic 24184 20572 0.7742
Shape 8 Inline graphic 50456 42924 0.7450
Steer. Wavelets& Shape Inline graphic Inline graphic 14144 12032 0.7846
Steer. Wavelets& Shape Inline graphic Inline graphic 24184 20572 0.7692
Steer. Wavelets& Shape Inline graphic Inline graphic 50456 42924 0.7908
SI & LGS 24 Inline graphic 50456 42924 0.7620
SI & LGS 24 Inline graphic 50456 42924 0.7510
SI & LGS 24 Inline graphic 50456 42924 0.7230
Steer. Wavelets Inline graphic Inline graphic 14144 12032 0.7571
Steer. Wavelets Inline graphic Inline graphic 24184 20572 0.7298
Steer. Wavelets Inline graphic Inline graphic 50456 42924 0.7410
GLCM 18 Inline graphic 14144 12032 0.7163
GLCM 18 Inline graphic 24184 20572 0.7068
GLCM 18 Inline graphic 50456 42924 0.6810

In the training step, we also explored how the number of b-scale patterns change for normal and diseased subjects. Our observations from detail analysis in candidate selection part showed that only 21–40% of the segmented lung volumes were chosen as candidate TIB patterns. This interval was subject to change based on the severity of the diseases. For patients without having infections (i.e., control group), for instance, the percentage of the candidate regions was smaller than the patients with infections; therefore, an increase in the amount of small-sized b-scale patterns is observed. In any case, local scale could be used as a quantitative measure validating the sensitivity and specificity of the classification rates as we describe it in Section IV-E.

C. Visual Grading Scheme

Occurrences of TIB abnormality and normality of subjects were noted for each CT scan. To analyze existence and severity of abnormality as well as normality of subjects, a visual grading system was adapted from studies examining CT findings in other infections [36][38]. Each lung was divided into three zones (for a bilateral total of six) as shown in Fig. 8. Zone 1 included the apex to the carina. Zone 2 extended from the tracheal carina to the left atrium's junction with inferior pulmonary veins. Zone 3 included the remainder of the lungs below the level of the inferior pulmonary veins atrial junction. A severity score (0 to 5 such that 0 indicates no abnormality) was assigned to each zone based on the percentage of the zone occupied as listed in Fig. 8 (second row). A total score was also extracted by considering all zones during visual grading. Consensus visual scores from participating radiologists [one with more than nine years of experience (DMJ) and one with more than one year of experience (AW)] on a scale of 0–5 over lungs were recorded and compared with computer scores (of the proposed CAD system). Following the same visual scoring scheme, another participating radiologist [with more than seven years of experience (OA)], who was blinded to the consensus visual scores previously obtained, was involved in the visual grading process to provide information on interobserver variability.

Fig. 8.

Fig. 8.

First row: lungs are divided into (left) three zones. Rough anatomical locations separating zones are shown in (middle) coronal and (right) axial CT slices, respectively. Second row: visual grading scheme.

D. Quantitative Evaluations

To measure and evaluate the detection capabilities of a CAD system quantitatively, the area under the receiver operator characteristic (ROC) curves is often used [39]. After the proposed CAD system was tested via twofold cross validations with labeled dataset, we presented ROC curves of the system performances.

Table I summarizes the performance of the proposed CAD system as compared to other feature sets. The performances are reported as the areas under the ROC curves Inline graphic. Note that proposed shape features (i.e., Willmore energy and parametrically related local shape features) alone are superior to other methods even though the dimension of the proposed shape feature is only 8. The best performance is obtained when we combine the proposed shape and GLCM features. This is to be expected because spatial statistics are incorporated into the shape features such that texture and shape features are often complementary to each other. On the other hand, compared to the proposed shape features, the LGS and SI features have lower detection rates because they are not affine (and Möbius) invariant and eventually having difficulty in appreciating the large amount of details of TIB patterns. Another reason is that there is no optimal choice of thresholding process and this may yield less remarkable statistical measurements over local patches. However, the LGS and SI features alone perform better than the high-dimensional conventional features similar to the proposed shape features. This result itself suggests the use of local shape features and their adapted extensions in detection of TIB patterns.

In what follows, we selected the best window size for each feature set and plotted their ROC curves all in Fig. 9. Superiority of the proposed shape features is clear in all cases. To have a valid comparison, we repeated candidate selection step for all the methods because we observed that the CAD performances of compared conventional feature sets had much lower accuracies if the candidate selection part was not applied (i.e., proposed method's accuracy was decreased to Inline graphic, while the best result of all compared methods were decreased to Inline graphic). To show whether the proposed method was significantly different than the other methods, we compared the performances through paired t-tests. p-values of the tests indicate that none of the feature set are significantly correlated with the proposed CAD features such that highest and smallest p-values are reported as 0.0195 (Inline graphic) and 0.0053 (Inline graphic), respectively.

Fig. 9.

Fig. 9.

Comparison of CAD performances via ROC curves of different feature sets.

E. Qualitative Evaluations

Visual scoring by radiologists still lies at the heart of diagnostic decisions, and often used as a validation tool. In this section, we explore the correlation between computer score (i.e., CAD score) and visual scores by participating radiologists. Furthermore, we investigate the effectiveness of the proposed method's ability to roughly discriminate normal and diseased patients by only considering the size of the structures pertaining to lung anatomy.

Based on the visual grading scheme explained in Section IV-C, we compared the consensus reading of two expert observers (AW and DJM) to another expert observer (OA), who was blinded to the consensus scores. We used Pearson product–moment correlation coefficients to determine interobserver agreement over each zone, left, right, and all lung volumes. The reported correlation ratios are shown in Fig. 10(a). Note that interobserver agreement correlation values for all TIB measurements were high for all zones and the lung. The lowest agreement seen on the zone 1 may be because subtle abnormalities in this zone may have been given greater visual assessment variance among the observers. Nevertheless, an overall correlation coefficient of Inline graphic Inline graphic indicates an excellent agreement on the existence of TIB patterns.

Fig. 10.

Fig. 10.

(a) Interobserver agreements given by Pearson product–moment correlation ratios. (b) Bland–Altman scatter plot is drawn for analysis of variability of change of scores between observers.

We further analyzed the variability of change of scores of expert radiologists for each subject. For this, we constructed Bland–Altman plot [40] where the limits of observer agreements were indicated by Inline graphic ± Inline graphic (bias: average difference, std: standard deviation). In Bland–Altman plot, the difference of the performances was plotted against the average of the performances as shown in Fig. 10(b). It was noted from this figure that the largest disagreement of the scoring between observers never exceeded 1.2 over six levels of scores, validating the good agreement shown by Pearson product–moment correlation coefficients.

To obtain an overall computer score from the proposed CAD system, on the other hand, TIB regions detected by the CAD system were first labeled automatically during the detection process. Then, a computer score was calculated by averaging the volume occupied by the labeled TIB regions over the whole lung volume. Calculated computer score was then normalized to fit the visual grading scheme explained in Section IV-C. Linear regression model was fitted to all subjects' scores both from computer and the consensus scores of the participating radiologists (DMJ and AW) and Pearson product–moment correlation coefficient was computed for this model. A scatter plot of the linear regression model and the computer–observer agreement correlation is shown in Fig. 11. It is clear from this plot that visual and quantitative assessments correlate well as indicated by the Pearson product–moment correlation of Inline graphic Inline graphic. Finally, we illustrate an example of TIB and non-TIB region classification by expert annotation and computer quantification by our proposed method in Fig. 12(a) and (b), respectively.

Fig. 11.

Fig. 11.

Visual grading versus computer evaluation. A Pearson product–moment correlation of Inline graphic is reported.

Fig. 12.

Fig. 12.

Random slice from an example HPIV case for quantification is shown. (a) Expert annotation of TIB (blue) and non-TIB (green) regions. (b) Computer quantification of TIB (blue) and non-TIB (green) regions.

Scale-based analysis: In addition to visual scoring scheme, we also show the effectiveness of the proposed scale-based method on quantification of the disease extent and identification. Scale-based analysis of the regions occupied by TIB patterns is illustrated in Fig. 13. A CT slice of a patient with HPIV shows fewer large homogeneous regions (green) with respect to a normal control. It also shows a greater number of small homogeneous regions (yellow and red).

Fig. 13.

Fig. 13.

First column: segmented lungs. Second column: patterns occupying in small homogeneous regions. Third column: patterns occupying in large homogeneous regions. Note that patient with HPIV shows large number small-scale patterns, and less number of large-scale patterns.

Fig. 14, on the other hand, shows deviations of the number of scale patterns over normal and disease cases. For each scale (from 1 to 10), we recorded the average number of b-scale patterns. As readily seen from both curves, the existence of TIB patterns was indicated through the small number of highly homogeneous regions (i.e., small number of large b-scale patterns) and large number of less homogeneous regions (i.e., large number of small b-scale patterns). This figure validated the qualitative results shown in Fig. 13. The difference between two curves was at statistically significant level Inline graphic.

Fig. 14.

Fig. 14.

Diseased with HPIV (in blue). Normal controls (in red). Curves show mean and standard deviation values of number of patterns in scales 1 to 10. Patients with HPIV show more small-scale patterns and fewer number of large-scale patterns.

F. SVM Classification, Computational Cost, and Algorithm Details

All programs used in this study were developed using gcc 4.5 (Copyrigth (C) 2010 Free Software Foundation) on a Linux platform (Pardus), and all statistical computations were processed in R (Version 2.12.2) and MATLAB (Copyright (C) 2010 Mathworks). All the programs were executed on an Intel (R) Core(TM) i7 CPU 930 at 2.80 GHz with 12 GB RAM workstation. While segmentation of lung regions from CT scans takes only about 10 s, the b-scale encoding algorithm takes a couple of minutes (average 2 min, at most 5 min). The time required to compute b-scale scenes changes from patient to patient due to different number of slices in CT scans. Details of the computational cost analysis for segmentation of lungs, and feature extractions for particular algorithms are enlisted in Table II.

Table II. Computational Cost Analysis of the Methods.

Method Avg. Time
Segmentation of lung regions 10 sec
b-scale encoding 2 min
Proposed features 8-9 min
Shape features 3 min
GLCM 5-6 min 
Steer. wavelets 40-45 min
Steer. wavelet+shape 43-48 min
SI + LGS 8-10 min

A further feature selection method such as a principal component analysis might be used to reduce the dimension of steerable features that we used only for comparison purposes. Note that the proposed features are having a small number of dimension per local patch; there is not necessarily an additional feature selection method needed; hence, it is outside the scope of this paper.

Briefly, the whole dataset was randomly divided into training and test sets of 30 CT scans (20 HPIV-10 Normal versus 19 HPIV-11 Normal). Parameters of the SVM classifier were learned based on the CT scans pertaining to training set. SVM regression was based on pixel-wise classification [42]. Followed by feature extraction step, the trained SVM classifier was applied to the test set. Note also that we have used twofold cross-validation technique for training and testing; therefore, we changed the role of training and testing dataset in the second fold. We also noticed that there was no significant changes in training and test performances of SVM classifications if twofold cross validation was changed into n-fold cross-validation system with Inline graphic. In addition, we have used Efron's bootstrap [43] method (i.e., repeating the experiments 100 times based on the actual data) to assess the variability of the estimated classifications derived from SVM regressions, and provide confidence intervals for ROC curves.

We used radial basis functions as kernel of SVM, and set to epsilon parameter of SVM as 0.1 [42]. Resulting SVM values of pixels are ranging from 0 to 1. This value indicates the likelihood of a local patch belonging to a certain class (TIB or non-TIB); low ratings indicate a non-TIB region, and high ratings indicate a TIB region. Soon after the SVM values were computed for the entire lung, we changed the cutoff values of SVM (0.5 as default) several times to obtain ROC curves.

V. Discussion

In this paper, we studied a very particular, yet important, pattern of lung abnormality observed in chest CTs. Our proposed detection system is tuned to detect TIB regions from non-TIB regions; therefore, a multiclass classifier (with specifically tuned detection filters for each abnormality class) might be needed as an extension of this study to detect as much abnormality as possible in a whole system. Although such a system will bring its unique challenges into the CAD platform, it would be a valuable second opinion tool for radiologists. As a further step, we are currently investigating combining different imaging patterns pertaining to lung abnormalities as well as clinical laboratory information into our CAD system.

One question arises as to the use of high-resolution CT (HRCT) scans instead of conventional CT scans in detecting TIB patterns, as well as the effect of using HRCT scans in this process. Although HRCT scans appreciate detection of small nodular patterns, they have more noise and lungs might not be fully covered due to large gaps between slices (i.e., 10–30 mm). Furthermore, at our institution and in many other institutions, the protocol for acute pulmonary infection is 5 mm contiguous slice images of the chest without IV contrast, for which we adapted our CAD method. Nevertheless, the method we present is not data dependent and can be used for HRCT scans as well.

Considering 2-D computation of b-scale scenes, one may doubt if the algorithm can be extended into 3-D. Based on our observations on appearance and location of TIB patterns over the lung regions and experiences on feature extraction in 3-D, as we stated previously, TIB patterns rarely extend in depth direction for more than a few slices due to constraints of low-resolution imaging direction. Therefore, there is no significant classification rate changes in 3-D; however, there is an increase in computational cost. Nevertheless, 3-D b-scale encoding and feature extraction for a similar pattern detection problem or the same problem with high-resolution images (with thinner slice thickness compared to low-resolution CT images) can readily be combined and used with similar accuracies reported in this study.

Number of large and small b-scale patterns might perhaps be used to identify other type of abnormality patterns such as GGO and consolidations where we expect to have more large b-scale patterns than small b-scale patterns. Therefore, as an extension of this study, we will tune our proposed methodology with different types of abnormalities to generalize the CAD systems for infectious lung diseases in general.

Our proposed method is capable of detecting and quantifying TIB patterns very accurately as validated by the statistical tests compared to the expert annotations (i.e., ground truth). Therefore, both in detection and quantification steps, the proposed CAD system will highly possibly be helpful for clinicians as a second opinion tool in routine clinical examinations.

VI. Concluding Remarks

In this study, we have proposed b-scale-based binary classification approach for automatic TIB pattern detection and quantification from chest CTs. The proposed system integrates 1) fast localization of candidate TIB patterns through b-scale filtering and scale selection, and 2) combined shape and textural features to identify TIB patterns. Note that texture-based recognition methods offer a complementary view to shape-based methods; therefore, the integration of spatial information and the proposed shape features achieves high detection rates. Moreover, our proposed local shape features illustrate the usefulness of the invariant properties, Willmore energy in particular, to analyze TIB patterns in chest CT. We have also compared computer scoring of the proposed CAD system with subjective visual grading. A high correlation between objective (CAD) and subjective (visual grading) scores is obtained, which implies highly satisfactory accuracy of the proposed CAD system.

Supplementary Material

Color versions of one or more of the figures in this paper are available online at http://ieeexplore.ieee.org.

Biography

Authors' photographs and biographies not available at the time of publication.

Funding Statement

This work was supported in part by the Imaging Sciences Training Program, the Center for Infectious Disease Imaging, the Intramural Program of the National Institutes of Allergy and Infectious Diseases, and the Intramural Research Program of the National Institutes of Bio-imaging and Bioengineering, National Institutes of Health. Asterisk indicates corresponding author.

Footnotes

1

We set Inline graphic in all cases due to the fact that size of the largest ball for one particular voxel rarely exceeds 15 voxels in length; see [16] for further details on the selection of maximum radius of the ball.

2

Consensus visual scores were obtained when AW and DJM scored the cases by mutual agreement.

Contributor Information

Ulas Bagci, Email: ulasbagci@ieee.org.

Jianhua Yao, Email: jyao@cc.nih.gov.

Albert Wu, Email: albywu@gmail.com.

Jesus Caban, Email: cabanj@cc.nih.gov.

Tara N. Palmore, Email: tpalmore@cc.nih.gov.

Anthony F. Suffredini, Email: asuffredini@cc.nih.gov.

Omer Aras, Email: dromeraras@gmail.com.

Daniel J. Mollura, Email: daniel.mollura@nih.gov.

References

  • [1].Hansell D. M., “Imaging the lungs with computed tomography,”in IEEE Eng. Med. Biol. Mag., vol. 19, no. 5, pp. 71–79, Sep-Oct 2000. [DOI] [PubMed] [Google Scholar]
  • [2].Bagci U., Bray M., Caban J., Yao J., and Mollura D. J., “Computer-assisted detection of infectious lung diseases: A review,” in Comput. Med. Imag. Graph., vol. 36, no. 1, pp. 72–84, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [3].Bagci U., Yao J., Caban J., Suffredini A. F., Palmore T., and Mollura D. J., “Learning shape and texture characteristics of CT tree-in-bud opacities for CAD systems,” in Proc. 14th Int. Conf. Med. Image Comput. Comput.-Assisted Intervention, 2011, vol. 14, pp. 215–222. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [4].Bagci U., Yao J., Caban J., Palmore T., Suffredini A. F., and Mollura D. J., “Automatic detection of tree-in-bud patterns for computer assisted diagnosis of respiratory tract infections,”in Proc. IEEE Eng. Med. Biol. Soc., 2011, 5096–5099. [DOI] [PMC free article] [PubMed]
  • [5].Mollura D. J., Asnis D. S., Crupi R. S., Conetta R., Feigin D. S., Bray M., Taubenberger J. K., and Bluemke D. A., “Imaging findings in a fatal case of pandemic swine-origin influenza A (H1N1),” in Amer. J. Roentgenol., vol. 193, no. 6, pp. 1500–1503, 2009. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [6].Hansell D. M., Bankier A., MacMahon H., McLoud T. C., Muller N. L., and Remy J., “Fleischner society: Glossary of terms tor thoracic imaging,” in Radiology, vol. 246, no. 3, pp. 697–722, 2008. [DOI] [PubMed] [Google Scholar]
  • [7].Eisenhuber E., “The tree-in-bud sign,” in Radiology, vol. 222, no. 3, pp. 771–772, 2002. [DOI] [PubMed] [Google Scholar]
  • [8].Bagci U., Yao J., Caban J., Palmore T., Suffredini A., and Mollura D. J., “Learning shape and texture characteristics of CT tree-in-bud opacities for CAD systems,” in ArXiv, 2011. [DOI] [PMC free article] [PubMed]
  • [9].Saha P. K., Udupa J. K., and Odhner D., “Scale-based fuzzy connected image segmentation: Theory, algorithms, and validation,” in Comput. Vis. Image Understand., vol. 77, pp. 145–174, 2000. [Google Scholar]
  • [10].Hu S., Hoffman E. A., and Reinhardt J. M., “Automatic lung segmentation for accurate quantification of volumetric X-ray CT images,”in IEEE Trans. Med. Imag., vol. 20, no. 6, pp. 490–498, Jun. 2001. [DOI] [PubMed] [Google Scholar]
  • [11].Armato S. G. and Sensakovic W. F., “Automated lung segmentation for thoracic CT: Impact on computer-aided diagnosis,” in Acad. Radiol., vol. 11, no. 9, pp. 1011–1021, 2004. [DOI] [PubMed] [Google Scholar]
  • [12].Zavaletta V. A., Bartholmai B. J., and Robb R. A., “High resolution multidetector CT-aided tissue analysis and quantification of lung fibrosis,” in Acad. Radiol., vol. 14, no. 7, pp. 772–787, 2007. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [13].Korfiatis P. D., Karahaliou A. N., Kazantzi A. D., Kalogeropoulou C., and Costaridou L., “Texture-based identification and characterization of interstitial pneumonia patterns in lung multidetector CT,”in IEEE Trans. Inf. Technol. Biomed., vol. 14, no. 3, pp. 675–680, May 2009. [DOI] [PubMed] [Google Scholar]
  • [14].Kim N., Seo J. B., Lee Y., Lee J. G., Kim S. S., and Kang S. H., “Development of an automatic classification system for differentiation of obstructive lung disease using HRCT,” in J. Digital Imag., vol. 22, no. 2, pp. 136–148, 2009. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [15].Lim J. H., Kim N., Seo J. B., Lee Y. K., Lee Y., and Kang S. H., “Regional context-sensitive support vector machine classifier to improve automated identification of regional pattern of diffuse interstitial lung disease,” in J. Digital Imag., vol. 24, no. 6, pp. 1133–1140, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [16].Saha P. K. and Udupa J. K., “Scale-based diffusive image filtering preserving boundary sharpness and fine structures,”in IEEE Trans. Med. Imag., vol. 20, no. 11, pp. 1140–1155, Nov. 2001. [DOI] [PubMed] [Google Scholar]
  • [17].Bagci U., Chen X., and Udup J. K., “Hierarchical scale based multiobject recognition of 3-D anatomical structures,”in IEEE Trans. Med. Imag., vol. 31, no. 3, pp. 777–789, Mar. 2012. [DOI] [PubMed] [Google Scholar]
  • [18].Saha P. K., “Tensor scale: A local morphometric parameter with applications to computer vision and image processing,” in Comput. Vis. Image Understand., vol. 99, no. 3, pp. 384–413, 2005. [Google Scholar]
  • [19].Madabhushi A., Udupa J. K., and Souza A., “Generalized scale: Theory, algorithms, and application to image inhomogeneity correction,” in Comput. Vis. Image Understand., vol. 101, no. 2, pp. 100–121, 2005. [Google Scholar]
  • [20].Liu J., Yao J., and Summers R., “Scale-based scatter correction for computer-aided polyp detection in CT colonography,” in Med. Phys., vol. 35, no. 2, pp. 5664–5671, 2008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [21].Nyul L., Udupa J. K., and Saha P. K., “Incorporating a measure of local scale in voxel-based 3-D image registration,”in IEEE Trans. Med. Imag., vol. 22, no. 2, pp. 228–237, Feb. 2003. [DOI] [PubMed] [Google Scholar]
  • [22].Bobenko E. I. and Shroder P., “Discrete willmore flow,” in Proc. Eurograph. Symp. Geom. Process., 2005, pp. 101–110. [Google Scholar]
  • [23].Bryant R., “A duality theorem for Willmore surfaces,” in J. Differential Geom., vol. 20, pp. 23–53, 1984. [Google Scholar]
  • [24].Canham P. B., “The minimum energy of bending as a possible explanation of the biconcave shape of the human red blood cell,” in J. Theor. Biol., vol. 26, pp. 61–76, 1970. [DOI] [PubMed] [Google Scholar]
  • [25].Droske M. and Rumpf M., “A level set formulation for Willmore flow,” in Interface Free Boundaries, vol. 6, pp. 361–378, 2004. [Google Scholar]
  • [26].Koenderink J. J. and van Doorn A. J., “Surface shape and curvature scales,” in Image Vis. Comput., vol. 10, pp. 557–565, 1992. [Google Scholar]
  • [27].Lillholm M. and Griffin L. D., “Statistics and category systems for the shape index descriptor of local 2nd order natural image structure,” in Image Vis. Comput., vol. 27, no. 6, pp. 771–781, 2009. [Google Scholar]
  • [28].Tu Z., Zheng S., and Yuille A., “Shape matching and registration by data-driven EM,” in Comput. Vis. Image Understand., vol. 109, pp. 290–304, 2007. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [29].Ayed I. B., Mitiche A., and Belhadj Z., “Polarimetric image segmentation via maximum-likelihood approximation and efficient multiphase level-sets,”in IEEE Trans. Pattern Anal. Mach. Intell., vol. 28, no. 9, pp. 1493–1500, Sep. 2006. [DOI] [PubMed] [Google Scholar]
  • [30].Donoho D. and Johnstone I., “Minimax risk Inline graphic-balls for Inline graphic-error,” in Probab. Theory Relat. Fields, vol. 2, pp. 277–303, 1994. [Google Scholar]
  • [31].Barbu A., Xu M. Shling, X., Liu D., Zhou S. K., and Comaniciu D., “Automatic detection and segmentation of axillary lymph nodes,” in Proc. Med. Image Comput. Comput.-Assisted Intervention Conf., 2010, pp. 28–36. [DOI] [PubMed] [Google Scholar]
  • [32].Zheng Y., Georgescu B., Barbu A., Scheuering M., and Comaniciu D., “Four-chamber heart modeling and automatic segmentation for 3D cardiac CT volumes using marginal space learning and steerable features,”in IEEE Trans. Med. Imag., vol. 27, no. 11, pp. 1668–1681, Nov. 2008. [DOI] [PubMed] [Google Scholar]
  • [33].Bagci U. and Li B., “Parallel AdaBoost algorithm for Gabor wavelet selection in face recognition,” in Proc. 15th IEEE Int. Conf. Image Process., 2008, pp. 1640–1643. [Google Scholar]
  • [34].Freeman T. and Adelson E. H., “The design and use of steerable filters,”in IEEE Trans. Pattern Anal. Mach. Intell., vol. 13, no. 9, pp. 891–906, Sep. 1991. [Google Scholar]
  • [35].Haralick R. M., Shanmugam K., and Dinstein I., “Textural features for image classification,”in IEEE Trans. Syst., Man, Cybern., vol. 3, no. 6, pp. 610–621, Nov. 1973. [Google Scholar]
  • [36].Agarwal P. P., Cinti S., and Kazerooni E. A., “Chest radiographic and CT findings in novel swine-origin influenza A (H1N1) virus (S-OIV) infection,” in Amer. J. Roentgenol., vol. 193, pp. 1488–1493, 2009. [DOI] [PubMed] [Google Scholar]
  • [37].Ors F., Deniz O., Bozlar U., Gumus S., Tasar M., Tozkoparan E., Tayfun C., Bilgic H., and Grant B. J., “High-resolution CT findings in patients with pulmonary tuberculosis: Correlation with the degree of smear positivity,” in J. Thoracic Imag., vol. 22, pp. 154–159, 2007. [DOI] [PubMed] [Google Scholar]
  • [38].Eibel R., Herzog P., Dietrich O., Rieger C. T., Ostermann H., Reiser M. F., and Schoenberg S. O., “Pulmonary abnormalities in immunocompromised patients: Comparative detection with parallel acquisition MR imaging and thin-section helical CT,” in Radiology, vol. 241, pp. 880–891, 2006. [DOI] [PubMed] [Google Scholar]
  • [39].Khurd P., Liu B., and Gindi G., “Ideal AFROC and FROC observers,”in IEEE Trans. Med. Imag., vol. 29, no. 2, pp. 375–385, Feb. 2010. [DOI] [PubMed] [Google Scholar]
  • [40].Bland J. M. and Altman D. G., “Statistical methods for assessing agreement between two methods of clinical measurement,” in Lancet, vol. 327, no. 8476, pp. 307–310, 1986. [PubMed] [Google Scholar]
  • [41].Chen X. and Bagci U., “3D automatic anatomy segmentation based on iterative graph-cut-ASM,” in Med. Phys., vol. 38, no. 8, pp. 4610–4622, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [42].Yao J., Dwyer A., Summers R. M., and Mollura D. J., “Computer-aided diagnosis of pulmonary infections using texture analysis and support vector machine classification,” in Acad. Radiol., vol. 18, no. 3, pp. 306–314, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [43].Efron B., in The Jackknife, the bootstrap, and other resampling plans, Philadelphia, PA: SIAM, 1982. [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Color versions of one or more of the figures in this paper are available online at http://ieeexplore.ieee.org.


Articles from Ieee Transactions on Bio-Medical Engineering are provided here courtesy of Institute of Electrical and Electronics Engineers

RESOURCES