Abstract

Computer-aided detection (CAD) of lobulation can help radiologists to diagnose/detect lung diseases easily and accurately. Compared to CAD of nodule and other lung lesions, CAD of lobulation remained an unexplored problem due to very complex and varying nature of lobulation. Thus, many state-of-the-art methods could not detect successfully. Hence, we revisited classical methods with the capability of extracting undulated characteristics and designed a sliding window based framework for lobulation detection in this paper. Under the designed framework, we investigated three categories of lobulation classification algorithms: template matching, feature based classifier, and bending energy. The resultant detection algorithms were evaluated through experiments on LISS database. The experimental results show that the algorithm based on combination of global context feature and BOF encoding has best overall performance, resulting in score of 0.1009. Furthermore, bending energy method is shown to be appropriate for reducing false positives. We performed bending energy method following the LIOP-LBP mixture feature, the average positive detection per image was reduced from 30 to 22, and score increased to 0.0643 from 0.0599. To the best of our knowledge this is the first kind of work for direct lobulation detection and first application of bending energy to any kind of lobulation work.

1. Introduction

Lung disease is one of the fatal diseases for human. Statistics of the World Health Organization (WHO) showed 1.59 million deaths occurred alone in 2012 due to the lung cancer [1]. The fatality ratio of lung cancer can be minimized if the cancer sings are detected and treated earlier. Here, the computed tomography (CT) examinations play an important role in early detection and classification of lung lesions.

Lung nodule is currently a most concerning type of lung lesions. We regard what radiologists see in lung nodules for diagnosing diseases as CT imaging signs, which are also often called “CT features,” “CT findings,” “CT patterns,” or “CT manifestation.” These CT imaging signs are very crucial in disease diagnosis and research works [2].

Lobulation is an important category of CT imaging signs, which is dependent on the ingrowth of connective tissue septa containing fibroblasts derived from perithymic mesenchyme [3]. It is normally related with malignant lesion, though it also occurs in up to 25% of benign nodules [4, 5]. Visually, a lobulation shows the indentation which appears at the edge of round or oval lesion. Figure 1 shows an example of lobulation, where the small rectangle indicates the region annotated by the radiologist and is magnified to be displayed more clearly in the bigger rectangles overlapping in the image.

The slice number of CT scan generated in a CT examination has become larger and larger in recent years, so it is tedious and laborious for the radiologist to read CT image slice by slice. The Computer-aided detection (CAD) technique has the potential to increase working effectiveness and efficiency of radiologists. Though there were some research works related to automatic detection of lesions [6, 7], automatic detection of lobulation signs has not been addressed properly, except some work related to classification of lobulation signs. Kovalerchuk et al. [8] proposed an approach for discriminating lobulation from microlobulation and showed that the fuzzy logic is an effective tool in dealing with this problem. The authors argued that their approach is designed in a manner which copies the way human experts make decisions. Iwano et al. [9] found that the mean circularity of nodules has the following hierarchy (from large to small): round, polygonal, lobulated, speculated, tentacular, ragged, and irregular. Nevertheless, lobulation and polygonal signs showed little difference in their formation. By contrast, the mean second moment was entirely different. They believed that the combination of circularity and second moment can easily differentiate polygonal from lobulated nodules and vice versa. In the solution, they used another image processing software package to extract and analyze pulmonary nodules (the authors did not give more information about the software package). Ekarin Varutbangkul and Furst [10] proposed a framework for pulmonary nodule interpretation in thoracic CT images. They used logistic regression to predict categories, including lobulation nodule. The generalized logits model and cumulative logits model were applied for nominal and ordinal characteristics, respectively. For every model, a response probability is obtained. Then the highest response probability is used for deciding the predicted category.

To the best of our knowledge, automatic detection of lobulation imaging signs has not attracted enough work in the literature thus far. By contrast, the existing classification methods took the segmentation results of nodules or masses as its input. But lesion segmentation itself is difficult and unsolved well yet. In this paper, we designed a sliding window based framework for lobulation detection. Under the proposed framework, several algorithms with different classification techniques were investigated. In this paper, we contributed following:(i)In contrast to existing lobulation classification methods, sliding window is used to detect the lobulation directly without preprocessing of nodule or mass.(ii)To the best of our knowledge, this is the first work for direct automatic lobulation detection and bending energy is first time used for lobulation signs detection.(iii)Empirical driven local features, template matching, encoding methods, and their best combinations are suggested to improve precision and reduce false positive.

The rest of this paper is organized as follows. Section 2 describes the sliding window based algorithm framework for lobulation detection and three categories of corresponding algorithms. In Section 3, we evaluate the performance of these solutions experimentally. In Section 4, the challenges of lobulation detection and the possible strategies to further improve the detection effects are discussed. We conclude in Section 5.

2. The Proposed Lobulation Detection Algorithms

As mentioned in Section 1, automatic lesion segmentation is difficult and unsolved well yet. In order to avoid negative impact from wrong segmenting of nodules or masses, we design a sliding window based framework for lobulation detection in this section. The sliding window method has been used in many research works [1114]. By adopting traditionally sliding window based method, we achieved many advantages: (i) Get rid of need of segmented nodules drawn by radiologists or software packages as preprocessing step hence paving the way for direct automatic detection. (ii) Eliminate the probability of misdetection of nodule which directly affects the lobulation classification.

The flowchart of our detection framework is illustrated in Figure 2. As shown there, the inputted image is transformed in HU unit and lung parenchyma is segmented roughly. Then the sliding window method is used on the lung parenchyma to obtain local patches in sequence. Finally, the classifiers are used to classify each patch into lobulation or not. In this paper, three categories of classifiers, including template matching, local feature based classifiers, and geometrical method, are considered and compared with each other.

2.1. Preprocessing

The preprocessing of CT images in this paper includes the following parts. Firstly, the gray value in CT image is converted to CT value (in Hounsfield Unit, HU). Then lung parenchyma is segmented to reduce the disturbance of other regions. Figure 3 illustrates the preprocessing steps. The details of each step are introduced as follows.

2.1.1. CT Value Determination

Figure 4 demonstrates the accuracy to which the absorption values can be ascertained on the picture, in which absorption value of water was chosen to be zero at the center for CT imaging. The whole range, from air (−1000) at the bottom of the scale to the bone at the top of the scale, covers some 1000 levels of absorption of either side of the water. To obtain readings which relate to true absorption, 1000 must be added to these readings, making air zero, and water would then be +1000 approximately [15]. Therefore, the normal units found in CT data (a typical data set ranges from 0 to 4000 or so) should be rescaled to obtain the data in HU units. This transformation can be done by using the formulawhere HU denotes CT value and is the gray value of pixel at row and column in CT image. The parameters and are rescaled slope and rescaled intercept, respectively, which can be obtained from the metadata of DICOM file.

2.1.2. Lung Parenchyma Segmentation

We segment the lung parenchyma in CT image in two steps. First, we estimate the maximum radius of lung parenchyma roughly through lung CT images, which is suitable for all images. Because CT scanning is performed at a preset position of human body, the lung parenchyma is always located near the image center. In our experiments, we take the image center as the center of considered circle which has the ability to cover lung parenchyma. The maximum radius is set to be 180 pixels in this paper through the process of estimating the maximum radius of lung parenchyma. Second, we segment the lung parenchyma according to the maximum radius . The segmentation result is rough because the shape of lung parenchyma is not circle exactly. But still, processing of segmentation result is much better than processing of whole image in the next stage. Figure 5 shows an example of such lung parenchyma segmentation.

2.2. Template Matching

To explore and evaluate the performance of model based methods for lobulation, template matching is considered. In template matching based classification method, the template acquisition method is important. In practice, multiple different templates are usually created in order to adapt to different orientations and length-width ratios of actual objects. Then the similarity between the template and object region is computed for determining whether the object region is labeled as the matched region.

To deal with the lobulation detection problem in this paper, we select eight typical sample Regions of Interests (ROIs) for eight different orientations, which almost illustrate all the types of lobulation signs. There is an approximately 45-degree interval between the two adjacent orientations. For each orientation, the selected sample ROI is transformed with 6 length-width ratios and 3 scaling factors, respectively, so total 72 templates are finally obtained. All these templates are used to match the lobulation sign in the target image. Selected ROIs are from the LISS database [2], which are annotated by radiologists.

Figure 6 illustrates the transformation of image proportion. The length-width ratio in Figure 6 denotes the ratio between the side lengths of image before and after the transformation. For example, the ratio 1 : 0.8 means that the length remains unchanged, and width is transformed into 0.8 times of initial value. We consider six length-width ratios: 1 : 0.8, 1 : 0.9, 1 : 1 (original), 1 : 1.1, 1 : 1.2, and 1 : 1.3, respectively. Furthermore, the template is transformed by 3 scaling factors, respectively: 1.1, 1.2, and 1.3. Therefore, take just the example of template T1: 9 variant templates, , are obtained, as illustrated in Figure 6.

We took the standard normalized cross correlation (NCC) value between a template and an image patch as the matching degree between them. Let be the template, be the image patch, and then the standard NCC can be calculated by usingThe larger the value is, the higher possibility they match. It is independent of illumination and only dependent on texture.

Our algorithm of detecting lobulation signs based on template matching is described in Algorithm 1. To accelerate the computing speed, the standard NCC value of each pixel in target image is computed with respect to frequency domain; then a NCC matrix is computed. Each element of NCC matrix is the NCC value between the template and the corresponding region (with same central location). Then we select corresponding locations of NCC matrix according to sliding step to form new step-dependent NCC matrix as shown in Figure 7. After the step-dependent NCC matrix is constructed for a template, each step-dependent interesting point has a response NCC value. Then the highest response NCC value in the matrix is used for deciding the matched location candidate and its location is recorded. Finally, the algorithm outputs the top regions (for all templates) sorted by the NCC value related to it.

Input: Training data set
/ Obtain the templates /
Select typical lobulation ROIs at 8 different orientations (45 degree interval approximately)
for  each selected lobulation ROI
  for  length-width ratio   do
    Obtain templates by transforming lobulation ROI with length-width ratio
  end
  for  scaling factor   do
    Obtain templates by zooming lobulation ROI with scaling factors
  end
end
/ Lobulation detection /
for  each Sliding Step
  for  each template
    Compute the NCC matrix between and all Sliding Patches in target image;
    Find the max value in NCC, and record its location ;
  end
  Sort recorded locations by the NCC value related to it;
  ;
  Label the ROI located at as lobulation region for current sliding step, ;
end
Output: Best-matched regions    for each sliding step
2.3. Local Feature Based Classifiers

Local image features are widely used for object detection and image classification tasks in recent years. Researchers have also proposed several encoding methods to represent images based on local image features. However, lobulation imaging sign is hard to define with its intrinsic undulated nature in size, different number, no uniformity, and existence of both deepness and shallowness. So many contemporary methods failed to extract all features of lobulation imaging signs and make this research area stagnant. Keeping this in view, we revisited literature and design several best lobulation detection algorithms based on local image features and encoding methods. The image features considered in this paper include PHOW (also known as dense SIFT) [16], HOG [17], shape context [18], global context [19], and LIOP [20]. The considered encoding methods include the Bag of Features (BOF), Fisher Vector (FV), and Vector of Locally Aggregated Descriptors (VLAD). In our detection framework, the local features are encoded by the encoding method and then are inputted into the SVM classifier for classification.

2.3.1. Image Features

(1)PHOW. The Pyramid Histogram Of visual Words (PHOW) feature is simple dense Scale Invariant Feature Transform (SIFT) applied at several resolutions, which are formed by using the appearance together with the image spatial layout [21]. The PHOW feature of an image is a matrix, where 128 is the feature dimension and is the number of key points extracted from the image. The local descriptors based on SIFT are computationally efficient and have been proven highly effective features for many applications.(2)HOG. HOG feature [17] evaluates well-normalized local histograms of image gradient orientations in a dense grid. For an object, the shape and local appearance can be defined well by the distribution of edge directions or local intensity gradients. For the lobulation sign, the gradient orientations are obvious, so we consider the HOG feature in this paper.(3)Shape Context. Belongie et al. [19, 22] proposed the Shape Context (SC), which is a scale and rotation invariant local descriptor attached to each point. The shape context at a reference point captures the distribution of the remaining points relative to it, thus offering a globally discriminative characterization [22].(4)Global Context. The global context (GC), similar to shape context, is helpful to discriminate local features that have a similar local appearance. However, the global context computes the maximum curvature at each pixel [19], instead of counting the distinct edge points, because they can be sensitive to variations in contrast and thresholding values. Like SIFT, global context and shape context also construct a histogram, but here, sampled edge points in each bin of a log-polar histogram are counted over a large portion of the image.(5)LIOP. Local Intensity Order Pattern (LIOP) is proposed to encode the local ordinal information of each pixel based on intensity order. The basic principle of LIOP is that the relative order of pixel intensities remains unchanged when the intensity changes are monotonic. Initially, local patch is divided into subregions based on the overall ordinal information and this is also called ordinal bins. Then, a local intensity order pattern of each point is described on the basis of the connection between the intensities of its neighboring sample points. More specifically, LIOPs of points in each ordinal bin are accumulated and then concatenated together to construct LIOP descriptor [20]. Since the regional division and LIOP computation are all based on the relative relationships of intensities, the LIOP descriptor is inherently invariant to image rotation and monotonic intensity changes.

For all aforementioned features, we used it alone or combined it with another one based on the following consideration. The PHOW feature was used alone to verify the effectiveness of three different encoding methods. Because HOG, shape context, and global context features need key points, they are used together with PHOW, and these features used the consistent key points which are extracted by PHOW method. The LIOP was used alone as well as in combination with LBP, respectively.

For the combination of PHOW and HOG, we obtain the PHOW descriptors and key points, firstly, and then use the key points and the original image to compute the HOG descriptors. The SIFT descriptors and HOG descriptors are combined together at the end. For the combination of PHOW and shape context, a canny edge detector is firstly applied to the CT images because the shape context works on the object edge (e.g., shape). Then the shape context feature of ROI is computed and combined with PHOW feature to form fusion feature. For PHOW and global context feature, we try to combine them to form mixture descriptors and then encode the PHOW-GC fusion descriptors using BOF method. Through comparing the experiment with that of shape context, we have a chance to compare the distinguished shape capacity of these two features in lobulation detection. Considering the structural similarity of lobulation with various orientations or intensity, we also test the LIOP feature alone and with the combination of LBP feature for lobulation detection task, respectively.

2.3.2. Encoding Methods

There are several approaches for modeling the distribution of low-level features extracted from images irrespective of their absolute or relative locations within the image. As described above, we investigate three different encoding methods (BOF, FV, and VLAD) for lobulation detection task. We used the VLFeat open source library to implement these encoding methods [23].(1)Bag of Features (BOF). The BOF method forms a group of local descriptors extracted from images. It uses a codebook with “visual words,” which are usually obtained by -means clustering. For an image, each local descriptor is assigned to the closest centroid. The representation of BOF is constructed by assigning the histogram of the assignment of all image descriptors to visual words. Thus, it constructs a -dimensional vector, and that is finally normalized [24].(2)Fisher Vector (FV). FV is an image representation obtained by pooling local image features and is frequently used as a global image descriptor in visual classification [23]. Sánchez et al. [25] proposed a patch aggregation approach established on the principle of Fisher Kernel (FK). In brief, it is characterizing a sample by its deviation from the generative model. The deviation is measured by computing the gradient of the sample log-likelihood with respect to the model parameters. This leads to a vectorial representation which is called Fisher Vector (FV). The FV representation provides a more general way to define a kernel from a generative process of the data. Moreover, it can be computed from much smaller vocabularies to obtain a lower computational cost.(3)Vector of Locally Aggregated Descriptors (VLAD). Jégou et al. [24] proposed a vector representation of an image which aggregates descriptors based on a locality criterion in feature space. It is also viewed as a simple form of Fisher kernel. In addition, there is a similarity between VLAD and BOF. In the BOF, codebook of k visual words with k-means is firstly learned. Each local descriptor is associated with its nearest visual word. Contrarily, the concept of the VLAD descriptor is to accumulate, for each visual word, the differences of the vectors assigned to. And this defines the distribution of the vectors with reference to the center. The VLAD encoding is usually normalized before it is used.

2.3.3. Classification

The local feature based classification procedure is illustrated in Figure 8. For each image patch, the local descriptors are extracted and are encoded by corresponding encoding method which is used in the training stage. Then the encoded features are classified as lobulation sign or normal region by the trained SVM classifier. Based on the image features and encoding methods considered above, we design eight lobulation detection algorithms which are shown in Table 1, in which A denotes Algorithm (similarly hereinafter).

2.4. Bending Energy

Bending energy is a curvature-based method for describing the shape of closed contours, in which the curvature is used to describe or measure the bend state of an object. The bending energy of an object denotes the energy stored in its shape. The more sharply one object bends, the higher curvature it has. Young et al. [26] proposed an analysis approach based on the idea of bending energy. In their approach, the bending energy is relying on the total size of the object. The average bending energy per unit length is defined bywhere is the curvature at point , and is the total curve length. The average bending energy per unit length can be computed more efficiently by considering a weighted sum of the Fourier series coefficients for the parametric description .

As mentioned in Section 1, a lobulation sign has the indentation at the edge of round or oval lesion. That is to say, the curving characteristic of lobulation contour is essential. In contrast to active contour [27] and level-set [28], which captures the whole object or nodule, bending energy is good for curving characteristics. So it may be a good approach to detect lobulation with bending energy and, to the best of our knowledge, it is for the first time used in lobulation imaging sign. According to this idea, we develop a solution based on the bending energy to reduce false positives of Algorithm and Algorithm . Because the bending energy works with the binary image, Otsu’s method was used to convert images into binary images. This solution is summarized in Algorithm 10, where θ1 and θ2 are set to 0.0124 and 0.8, respectively, through careful experiments. In addition, Algorithm 10 takes the output of Algorithm or Algorithm as its input, and we mark Algorithm 10, to A10a (corresponding to Algorithm ) and A10b (corresponding to Algorithm ) in order to distinguish between two such different cases.

Input: Training set , Testing set TE, the outputted ROIs of Algorithm (or 9)
Output: The locations of detected lobulation regions
Stage 1: Training
for  each image in
 Step : Preprocess the image;
 Step : Obtain the image patches by sliding window method;
 Step : Obtain the edges of image patch using canny algorithm;
 Step : Compute bending energy for each edge fragment in ;
for  each edge fragment in
  step : Compute the curvature for all points of ;
  step : Compute the bending energy of edge point using curvature ;
  step : Compute the average bending energy of edge points locating in a curved line sliding window with the given size ;
end
 Step : Sort the average bending energy of edge points by descend;
 Step : Select Top 6 largest average bending energy ;
 Step : Compute the average value BE of as the bending energy feature (BEFeature, image feature) in current curved line
 sliding window;
 Step : Determine Threshold Th1 and Th2 empirically based on the training samples, so that BEFeature Th1 and
 BEFeature Th2 for lobulation.
end
Stage 2: Lobulation detection
for  each image in testing set TE
 Step : Obtain the result ROIs (i.e., bounding box region) for current image from ;
for  each ROI in R
  Step : Transform the gray value in to CT value by formula (1);
  Step : Compute the bending energy BE for using the similar steps in train stage;
  Step : lobulation labeling
   If  BE > Th1 and BE < Th2
    Label as lobulation;
   end
end
end

3. Experiments

In this section, we evaluate the above lobulation detection algorithms and present experimental results.

3.1. Experimental Setup
3.1.1. Dataset

In the following experiments, all the CT images containing lobulation sign come from our LISS database [2], which can be downloaded from the website: http://www.iscbit.org/LISS.html. LISS database is a publicly available database of Lung CT Imaging Signs, and it contains 271 CT scans, in which 677 abnormal regions corresponding to 9 categories of common CT imaging signs of lung diseases (CISLs) are detected and labeled by radiologists. Figure 9 shows some examples. For lobulation signs, LISS database contains 41 lobulation samples.

In this paper, we select the top 25 lobulation samples as the positive training set (according to the order listed in the annotated file). The remaining 16 samples are used as the test set. In order to enlarge the training set, we transformed the 25 training samples to obtain 100 training samples finally. Actually, we adjusted the annotated bounding box slightly to obtain several different positive samples. As for the negative training set, it is composed of two parts: () the imaging signs of other categories in LISS database and () other nonlobulation regions which are annotated manually using bounding box, such as the normal tissue and the CT image background. At last, 600 negative samples are collected in our experiments.

3.1.2. Evaluation Criteria

For the evaluation of experimental results in this paper, we consider the following criteria.(i)Average positive detection per image (APPI): the average number of positive detection outputs per CT image, which includes all the true positives (TP) and false positives (FP) for each image. From APPI, we can know how many positive detections are outputted in a quick glance. Because the unique output of detection method may be false, APPI should be used together with precision.(ii)Sample number of true positive (SNTP): SNTP is the average number of true positive detections in the detection output for all images in the test set. A best detection technique would give more true positives.(iii)Recall rate (also called sensitivity): the recall rate denotes the number of positive detections with respect to all elements of , and it informs us of the chances of miss detection by analytical technique.(iv)Precision rate: the precision rate denotes the number of positive detections with respect to all elements of true positive (TP) and false positive (FP), and it is defined as  The precision rate demonstrates how many true positives among all the detection results are, so it also tells us indirectly how likely the detection method produces a false alarm.(v) score: The score is an integrated value of recall and precision as follows: where , denote precision and recall, respectively.(vi)Average time (AT): it is the average time consumed for processing each CT image.

3.1.3. Parameter Setting

As mentioned above, we detected the lobulation by sliding window based methods. For the sliding window, because the smaller window cannot wrap the lobulation region annotated by radiologists and larger window will include superfluous information, we set window size to the mean size of bounding box annotated by radiologists (30 pixels) for all the other methods except the LIOP related method. Since the LIOP algorithm requires an odd value of window size, the window size of LIOP related methods is set to 31 in this paper.

In order to observe the influence of step size between two adjacent sliding windows, we repeated the evaluation on LISS database with step size set to 4, 6, 8, 10, 12, 14, 16, 18, and 20.

For the SVM classifier, the polynomial kernel function of 3 order and Sequential Minimal Optimization (SMO) are used in our experiments.

3.2. Experimental Results
3.2.1. Effectiveness

In this section, we would find the optimal parameters and configuration of our algorithms and present the results from all the considered lobulation detection solutions.

Firstly, we performed A1 algorithm to test the effectiveness of a template matching method. For local feature based algorithms, the suitable encoding method was firstly decided through A2, A3, and A4 algorithms. Then the suitable features or mixture features were decided through the experiments based on A5–A9 algorithms. Finally, we performed A10a and A10b, respectively, to further reduce the false positive regions.

Figure 10 illustrated the best result of each algorithm designed in this paper. Figure 10(A1) shows the result of template matching with step size 1, Figures 10(A2)–10(A9) show the results of Algorithms to with step size 14, 4, 4, 12, 16, 4, 18, and 18, respectively, and Figures 10(A10a) and 10(A10b) show the results of Algorithms a and b with step size 18. Each algorithm achieves its best result with specific step size.

The detailed detection results of our designed algorithms were shown in Table 2, in which step size means the step size of the sliding window. Through the results in Table 2, we obtain the following experimental discoveries.(1)Template matching method (A1) is very sensitive to sliding step size. When step 4 or longer one is used, the algorithm cannot detect any positive samples.(2)As described in the experiments of A2, A3, and A4 algorithms, for lobulation detection work, the BOF encoding method is the best one compared with VLAD and FV method. For all these three encoding methods, the step length of sliding window has a great influence on the detection results, especially from the view of APPI and AT criterion.(3)Comparing with Algorithm (PHOW feature), Algorithm (PHOW-HOG feature) reduced not only the APPI, but also the SNTP output slightly. The possible reason is the shape description ability of HOG feature. We also found that A6 (PHOW-SC feature) does not increase the recall rate of lobulation detection, while it has higher computing efficiency than HOG feature.(4)Algorithm (GC feature) missed many positive ROIs, while the rate of false positive of A7 is the lowest one. On the other hand, the computing efficiency of GC feature is very low. Compared with global context feature, the shape context feature has better performance and computing efficiency for the lobulation detection task.(5)For the bending energy method (A10), it performed better than LIOP solution (A8) and LIOP_LBP solution (A9). The APPI is reduced by using the bending energy method, though the AT is increasing slightly (see Table 3). Among A8, A9, and A10, A10b achieves the best result with step 18. At the same time, the number of true positives detected in this solution is reduced slightly. In A10b, the outputs of LIOP_LBP feature are taken as the input of bending energy method.(6)GC feature (A7) stands out among all the features considered in this paper, achieving 0.1009 score.

3.2.2. Computational Efficiency

We further tested the efficiency of our presented algorithms. Note that all the experiments were performed on a computer with 3.2 GHz CPU and 10 GB memory. The computational efficiencies of our designed algorithms are illustrated in Table 3. We can find that the computational efficiency of template matching method is the highest one (with minimum time, about 7.5 s for all step sizes). Algorithm b brought the best score measurement (for step size 18) and its total computation time is about 15.8 s (step size 18).

4. Discussions

We have designed several sliding window based algorithms to detect the lobulation signs in lung CT images. Further, we consider the bending energy to detect lobulation signs in this paper. To our knowledge, this is the first application of bending energy to lobulation detection. However, the current experimental results are still unsatisfactory for practical applications.

Through analyzing the experimental results carefully, we find that there are several challenges in detecting lobulation signs which are discussed as follows.(1)The shape description ability of used features is crucial for lobulation detection. The global context shape descriptor has impressive ability to detect lobulation signs alone, and the bending energy method has superior ability to reduce false positives.(2)Sliding window based methods suffer from locality of extracted features. The global context has better performance than shape context implying that global information is indispensable. In addition, as illustrated in Table 2, the step size of window based method is important factor affecting the detection result.(3)More global segmentation is not robust. Although the global context feature stands out (for score criterion) among all the features considered in this paper, it also missed many positive ROIs.(4)It is challenging to detect lobulation signs relying on only its appearance information (shape and texture). For example, in Figure 11, we cannot assert that the region pointed by the arrow is not a lobulation sign by only appearance information. So if we expect excellent detection result, we must use more information, just like the radiologists do. For example, we may use the domain knowledge of tissue distribution to reduce the false positive regions (such as segmenting lung parenchyma more accurately or removing the airways in lung parenchyma in advance).

According to the challenges analyzed above, the possible strategies which can bring us closer to excellent detection result may include the following ones.(1)We may benefit from a better segmentation algorithm of lung parenchyma. In the above experiments, some false positive regions come from the area out of the lung parenchyma area.(2)We may use the important anatomic information, such as lung lobe distribution information. On the other hand, we may also utilize statistical distribution information of lobulation signs to improve the detection result. However, this method will need lots of positive samples.

5. Conclusions

So far as we know, there is no research work focusing on the automatic detection of lobulation imaging sign currently. The main contributions of this paper are summarized as follows. () We designed a sliding window based algorithm framework for lobulation detection from 2D lung CT images. Under the designed framework, three categories of automatic detection algorithms are implemented, including template matching, local feature based classifier, and bending energy. We evaluated the proposed methods through experiments and investigated the effects of these techniques. () We applied the bending energy to detect lobulation signs in this paper. To our knowledge, this is the first kind of work for direct lobulation detection and first application of bending energy to any kind of lobulation work.

Experimental results showed that the combined algorithm (A10a) of LIOP feature and BOF encoding method in local feature based classifiers has an optimal recall rate (100%), while the combination of GC feature and BOF encoding method (A7) has the best score (0.1009) in all designed algorithms. Furthermore, the bending energy method is shown to be appropriate for reducing the false positives. The average positive detection per image was reduced from 30 to 22, and score was increased to 0.0643 from 0.0599 when the bending energy method is performed by taking the results of A9 as its input. Based on our experimental results, we further discuss the challenges of lobulation detection and point out the possible approaches to promote the lobulation detection. We believe that the global feature and shape description ability are very important; however future research based only on local features likely will fail and should be avoided. Furthermore, more information need to be considered in lobulation detection work if we want to achieve excellent performance.

In future work, we will focus on these challenges and the strategies which may reduce the output of false positives, especially how to segment the lung parenchyma with larger lesion area more accurately.

Conflicts of Interest

The authors declare that they have no competing interests

Acknowledgments

This work was supported in part by National Natural Science Foundation of China (Grant nos. 60973059, 81171407) and Program for New Century Excellent Talents in University of China (Grant no. NCET-10-0044).