Skip to main content
  • Research article
  • Open access
  • Published:

A novel measure and significance testing in data analysis of cell image segmentation

Abstract

Background

Cell image segmentation (CIS) is an essential part of quantitative imaging of biological cells. Designing a performance measure and conducting significance testing are critical for evaluating and comparing the CIS algorithms for image-based cell assays in cytometry. Many measures and methods have been proposed and implemented to evaluate segmentation methods. However, computing the standard errors (SE) of the measures and their correlation coefficient is not described, and thus the statistical significance of performance differences between CIS algorithms cannot be assessed.

Results

We propose the total error rate (TER), a novel performance measure for segmenting all cells in the supervised evaluation. The TER statistically aggregates all misclassification error rates (MER) by taking cell sizes as weights. The MERs are for segmenting each single cell in the population. The TER is fully supported by the pairwise comparisons of MERs using 106 manually segmented ground-truth cells with different sizes and seven CIS algorithms taken from ImageJ. Further, the SE and 95% confidence interval (CI) of TER are computed based on the SE of MER that is calculated using the bootstrap method. An algorithm for computing the correlation coefficient of TERs between two CIS algorithms is also provided. Hence, the 95% CI error bars can be used to classify CIS algorithms. The SEs of TERs and their correlation coefficient can be employed to conduct the hypothesis testing, while the CIs overlap, to determine the statistical significance of the performance differences between CIS algorithms.

Conclusions

A novel measure TER of CIS is proposed. The TER’s SEs and correlation coefficient are computed. Thereafter, CIS algorithms can be evaluated and compared statistically by conducting the significance testing.

Background

Cell image segmentation (CIS) is an essential part of quantitative imaging of biological cells, which is critical to fields such as high content screening, live cell tracking and analysis, and the analysis of subcellular structures [1,2,3]. Segmenting cells from fluorescent microscopy images for image-based cell assays in cytometry requires the design and development of algorithms that are optimized for a particular set of images. The performance of a CIS algorithm can affect the quantitative results derived from an image analysis pipeline.

In order to use the well-established statistical approach to evaluate and compare CIS algorithms [4] so that the statistical significance of the performance differences between CIS algorithms can be determined, besides designing a novel CIS performance measure, the standard error (SE) of the measure and the correlation coefficient of measures between two CIS algorithms must be solved. These three issues are all dealt with in this article.

In this study, only supervised evaluation is carried out. Cells segmented manually by experts are treated as the ground-truth (GT) cells, whereas cells segmented using an algorithm are named as the algorithm-detected (AD) cells. The set-theoretic relationship between a GT cell and its related AD cell, as shown in Fig. 1, consists of three regions: 1) the intersection region, the pixels of the GT cell identified by the algorithm; 2) the false negative (FN) region, the pixels of the GT cell missed by the algorithm; 3) the false positive (FP) region, the pixels of the AD cell that are mistakenly picked up and do not belong to the GT cell.

Fig. 1
figure 1

A schematic diagram showing the set-theoretic relationship between a GT cell and an AD cell where the sizes of regions are shown in terms of pixel numbers

The numbers of pixels of the GT cell, the FN region, the AD cell, the FP region, and the intersection region are denoted by n G, n g, n A, n a, and n I, respectively, which are subject to the constraint condition n Gn g = n An a = n I. The FN rate is n g / n G, and the FP rate equals n a / n A. In this article, it is assumed that all AD cells are counted as one AD cell taken on the level of pixels if they are related to one GT cell; and all GT cells are treated as one GT cell taken on the level of pixels if they are associated with one AD cell.

Some CIS algorithms may perform better than others for cells with some specific characteristics. Many measures and methods have been proposed and implemented to evaluate the performance of segmentation methods, such as the Jaccard index, the Rand index, the Kappa statistic, and others as shown in the literatureFootnote 1 [5,6,7,8,9]. However, computing the SEs of the measures and their correlation coefficient is not described, although the uncertainty of the Kappa statistic was computed only for very small sizes of samples [10].

In this article, it starts with defining the misclassification error rate (MER) for segmenting a single cell in a fluorescent microscopy image. Two MERs are discussed: the average MER r a that is an arithmetic mean of the FN rate and the FP rate, and the weighted MER r w that is a weighted sum of these two rates using themselves as weights. The latter is more conservative than the former. Thus, the weighted MER r w is recommended. Then, the total error rate (TER), which is a novel performance measure for segmenting all cells, is defined to be a weighted sum of all MERs, and thus statistically aggregates all MERs. The weight is the size of a GT cell divided by the total size of all GT cells in the population. Hence, the penalties on the result for an algorithm are higher if larger GT cells are not segmented correctly.

Weight is widely employed in scientific research. In our research, as stated above, error rates are used as weight in the definition of the weighted MER, and the sizes of GT cells are used as weight while defining the TER that is a consequence of using the formula of the total probability in statistics (see section “The TER for segmenting all cells”). In different applications, weight may have different concepts, for instance, in Ref. [11].

Many factors can affect how accurately a CIS algorithm detects the boundary of a cell. The cell size is one major factor. Many approaches have taken account of the size factor, but in different contexts such as the unsupervised objective evaluation methods [12].

The TER is supported by the pairwise comparisons of MERs using 106 manually segmented GT cells with different sizes and seven CIS algorithms obtained from ImageJ [13]. The CIS algorithms are IJ_Huang, IJ_RenyiEntropy, IJ_Li, IJ_MaxEntropy, IJ_Intermodes, IJ_Minimum and IJ_Triangle, numbered by 1 through 7 according to their performance levels in descending order.

The 106 cells were taken from the A10 rat smooth muscle cell line. The raw image data and manual segmentation mask data are stored at the National Institute of Standards and Technology Semantics for Biological Data Resource: Cell Image Database [14]. The imaged cells were stained TxRed c2 maleimide (Invitrogen) (5 mg/mL in DMSO stock) which labels sulfhydryl groups present on cellular proteins. Fluorescence images were acquired with an Olympus IX71 inverted microscope (Center Valley, PA) equipped with an automated stage (Ludl, Hawthorne, NY), automated filter wheels (Ludl), a Xe arc lamp fluorescence excitation source, a 10 x ApoPlan 0.4 NA objective (Olympus), and a CoolSNAP HQ CCD camera (Roper Scientific, Tucson, AZ). The filter conditions for imaging the TxRed stained cells were a 555 nm notch excitation (PN# S555_25x, Chroma Technologies, Brattleboro, VT) and a 630 nm notch emission filter (PN#S630_60m). In Fig. 2, nine fluorescent microscopy images illustrate the data used, where the cell sizes vary (concerning details of cell sizes, see section Results below).

Fig. 2
figure 2

Nine fluorescent microscopy images of representative A10 rat smooth muscle cells selected from 106 manually segmented cells

The results derived from the TER are also consistent with the qualitative observations from the histograms of MER (see section “The TER and its SE and CI”). More importantly, the TER method is more effective than the bivariate approach using the scatter plot of the FN and FP rates, and the approach using cumulative distribution function (CDF) of MER. It is challenging to compare the performance of two CIS algorithms while the two scatter plots overlap or the two CDF curves of MER cross each other.

Then, the issue is how to estimate the SE of the TER. In this article, the SE and 95% confidence interval (CI) of the TER for CIS algorithms are computed based on the SE of MER. The calculation of the SE of MER was accomplished by using the nonparametric bootstrap method under the constraint condition shown above.

To do so, dummy scores are assigned to pixels in different regions. For a GT cell, Score 2 is assigned to all nI pixels in the intersection region and Score 0 is assigned to all ng pixels in the FN region. For its related AD cell, Score 0 is assigned to all nI pixels in the intersection region and Score 2 is assigned to all na pixels in the FP region. And a threshold is assigned to be 1.

As a result, the score distributions of a GT cell and of its related AD cell are similar to those in the receiver operating characteristic (ROC) analysis [15,16,17,18,19,20]. Indeed, the FN rate and the FP rate with respect to the threshold 1 in the CIS are exactly the same as the cumulative probabilities of type I error and type II error in ROC analysis, respectively. And in ROC analysis, the SEs of statistics of interest can be computed using the nonparametric bootstrap method.

Our bootstrap scheme is carried out under the constraint condition n Gn g = n An a = n I during bootstrap resampling, which is particular required for the CIS in the supervised evaluation involving GT cells and AD cells, as depicted in Fig. 1. In the meantime, the stochastic nature of the bootstrap method is explored in this article.

The bootstrap is applied in many areas such as evaluating stability of clusters [21]. For different applications with different statistics of interest under different circumstances, there are many different bootstrap schemes about how to resample the original data. Due to our cell sizes, nonetheless, it is computationally prohibitive to generate the exact bootstrap distribution formed by all possible bootstrap replications of the statistic of interest [10].

In this article, moreover, it demonstrates how the correlation coefficient of TERs between two CIS algorithms is computed using the synchronized resampling algorithm. Without the correlation coefficient of TERs, the two-algorithm hypothesis testing cannot be conducted [4].

All these are very useful and important in the practice of CIS. The error bars of the TER displaying the 95% CI can be used to determine whether the difference between the performance level of a CIS algorithm and a hypothesized value is statistically significant in evaluation of CIS algorithms. This is related to the one-algorithm hypothesis testing, which can simply be judged by observing whether the 95% CI of the TER contains, below, or above the hypothesized value [17].

The error bars of the TER can also be used to classify CIS algorithms into different classes in terms of performance accuracies in comparison of CIS algorithms. When the CIs overlap within the same class, because the SE of TER and the correlation coefficient can be computed, the two-algorithm hypothesis testing can be conducted to determine the statistical significance of the performance difference between two CIS algorithms. In this article, only the two-algorithm hypothesis testing will be detailed.

Methods

The MER for segmenting a single cell

The design of a novel performance measure in the CIS data analysis starts with defining the MER for identifying a single cell in a fluorescent image in the supervised evaluation. As stated above, the numbers of pixels, n G, n g, n A, n a, and n I, must satisfy the constraint condition,

$$ {n}_{\mathrm{G}} - {n}_{\mathrm{g}} = {n}_{\mathrm{A}} - {n}_{\mathrm{a}} = {n}_{\mathrm{I}}\ . $$
(1)

The FN rate r fn and the FP rate r fp are

$$ {r}_{\mathrm{fn}} = \frac{n_{\mathrm{g}}}{n_{\mathrm{G}}}\ \mathrm{and}\ {r}_{\mathrm{fp}} = \frac{n_{\mathrm{a}}}{n_{\mathrm{A}}}\ . $$
(2)

Several MERs can be defined in terms of the FN rate r fn and the FP rate r fp. Besides “simplicity and ease of understanding” [22], conservativeness is also a criterion for defining MER in this article. Hence, two MERs are discussed as follows,

$$ \begin{array}{l}{r}_{\mathrm{a}} = \frac{r_{\mathrm{fn}}+{r}_{\mathrm{fp}}}{2}, \\ {}{r}_{\mathrm{w}} = \frac{r_{\mathrm{fn}}^2 + {r}_{\mathrm{fp}}^2}{r_{\mathrm{fn}}+{r}_{\mathrm{fp}}}\ .\end{array} $$
(3)

The average MER r a is an arithmetic mean of r fn and r fp, and the weighted MER r w is the one using r fn and r fp themselves as weight so that the larger error rate pays more penalties. As r fn and r fp approach to zero, r w goes to zero as well. Both r a and r w vary in the region [0, 1]: 0 stands for the best segmentation when an AD cell is identical to the related GT cell, and 1 means the worst classification when an AD cell and the associated GT cell are disjoint.

First, it is trivial to prove that the arithmetic mean of the FN rate r fn and the FP rate r fp is greater than or equal to the geometric mean \( \sqrt{r_{\mathrm{fn}}{r}_{\mathrm{fp}}} \), which is subsequently greater than or equal to the harmonic mean 2r fn r fp / (r fn + r fp) [23]. These three means are all equal if and only if r fn = r fp. So, the arithmetic mean leads to more conservative (i.e. larger) estimates for the error rates.

Further, when either FN rate rfn or FP rate rfp approaches zero, both geometric and harmonic means go to zero, which indicates perfect segmentation in the supervised evaluation, no matter how much the other error rate is. Under such circumstances, however, the arithmetic mean approaches half of the other error rate.

Second, the weighted MER r w is compared with the average MER r a. Both of them are simple and easy to understand. However, as stated above, the weighted MER r w does penalize errors because of using the error rate as weight [22]. Moreover, it is trivial to prove from Eq. (3) that r w = r a if and only if r fn = r fp; otherwise, r w > r a. This can also be seen in Fig. 3, where r a is a plane in green and r w is a surface in red as functions of r fn and r fp. The red surface is above the green plane except they are tangent along a straight line in blue. In other words, the weighted MER r w is a more conservative measure than the average MER r a.

Fig. 3
figure 3

The average MER r a is a plane (green) and the weighted MER r w is a surface (red) with respect to the FN rate r fn and the FP rate r fp. They are tangent along a straight line (blue)

If an algorithm segments a small GT cell completely with a relatively very large AD cell, then r fn = 0 and r fp → 1. If an algorithm detects a large GT cell with a relatively very small AD cell located completely inside the GT cell, then r fp = 0 and r fn → 1. They all imply that r w → 1 but r a → 1/2 due to Eq. (3). These two cases can also be seen from Fig. 3. Indeed, under these two circumstances, the MER should be much larger than 1/2 and close to 1. It indicates that the weighted MER r w can deal with these special cases better than the average MER r a, although in reality such special cases occur quite rarely.

Both r w and r a can be expressed as functions of the size of the intersection region n I so that a simulation can be carried out. The former is a linear function with negative slope. The latter is a more complicated function that decreases first and then increases as n I increases if n G ≠ n A; but is the same function as the former if n G = n A. Both functions are symmetric with respect to n G and n A. All these imply that r w and r a behave differently when n I varies. That is, when an AD cell approaches to the related GT cell, r w decreases first and then increases if n G ≠ n A, but r a always decreases. One may ask: Why cannot a CIS algorithm segment a GT cell completely when the AD cell is getting so close to it?

Based on these analyses, the weighted MER r w rather than the average MER r a is recommended. Thus, in this article, only those results computed using the weighted MER r w will be shown. Nonetheless, as far as computational results are concerned, qualitatively speaking, there is not too much discrepancy between the two MERs. These will be mentioned in the following text.

Figure 4 shows the histograms of the weighted MERs generated using Algorithms 1, 2, and 3 to segment 106 cells (see section Results). These three histograms overlap each other. However, they shift towards larger MER from Algorithm 1 to 3, suggesting that Algorithm 1 may be better than Algorithm 2 that in turn may be better than Algorithm 3. If the average MERs are employed, the relationship of the three histograms remains the same.

Fig. 4
figure 4

Histograms of the weighted MERs generated using Algorithms 1 (a), 2 (b), and 3 (c)

The TER for segmenting all cells

As pointed out in section Background, in this article, it is assumed that all AD cells are counted as one AD cell taken on the level of pixels if they are related to one GT cell; and all GT cells are treated as one GT cell taken on the level of pixels if they are associated with one AD cell. Hence, generally speaking, segmenting a cell in fluorescent microscopy images is an exclusive event with respect to detecting other cells. Then, to measure the performance level of a CIS algorithm, based on the formula of the total probability in statistics [4, 24, 25], the TER ε is defined to be a weighted sum of all MERs,

$$ \begin{array}{l}\varepsilon \equiv \Pr (CIS) = {\displaystyle \sum_{i=1}^N} \Pr \left( CIS\ \Big|{C}_i\right)\ \Pr \left({C}_i\right)\ \\ {}\kern5.25em = {\displaystyle \sum_{i=1}^N} ME{R}_i \times \frac{S_i}{{\displaystyle {\sum}_{j=1}^N}{S}_j}, \end{array} $$
(4)

where N is the total number of GT cells, Pr(CIS) stands for the total probability of making misclassification errors while using an algorithm to detect all cells in a fluorescent image, the conditional probability Pr(CIS | C i) means the MER while segmenting the i-th GT cell in the image which is denoted by MERi, and Pr(C i) is the probability of the occurrence of the i-th GT cell that is assumed to be the ratio of the size of the i-th GT cell S i to the total sizes of all GT cells. Hence, the TER ε statistically aggregates all cells’ MERs,

It can be proven that the TER ε varies in the region [0, 1], where 0 stands for the best performance of the algorithm and 1 means the worst performance. As shown in Eq. (4), the cell sizes are used as weights. So, it can ensure that it penalizes errors and the penalties for misclassifying cells are proportional to the sizes of cells [22].

The SE and 95% CI of TER

First, the SE of MER is computed using a bootstrap method. Second, based on that, the SE and 95% CI of TER are calculated. Third, the variation of the SE of TER is explored due to the stochastic nature of the bootstrap approach.

The SE of MER for segmenting a single cell

The MER for segmenting a single GT cell consists of the FN rate and the FP rate, and these two rates are formed by the numbers of pixels in different regions as shown from Eq. (1) to Eq. (3). Based on the assignment of dummy Scores 0 and 2 described in section Background, the score set for a GT cell is expressed as,

$$ \mathbf{G} = \left\{{\mathrm{g}}_{\mathrm{i}}=0\left|\ \mathrm{i}=1, \dots, {n}_g;{\mathrm{g}}_{\mathrm{i}} = 2\ \right|\mathrm{i}={n}_{\mathrm{g}}+1, \dots, {n}_{\mathrm{G}}\right\}, $$
(5)

and the score set for its related AD cell is denoted as,

$$ \mathbf{A} = \left\{{\mathrm{a}}_{\mathrm{i}}=2\ \left|\ \mathrm{i}=1, \dots, {n}_{\mathrm{a}};\ {\mathrm{a}}_{\mathrm{i}}=0\ \right|\mathrm{i}={n}_{\mathrm{a}} + 1, \dots, {n}_{\mathrm{A}}\right\}, $$
(6)

where the constraint condition Eq. (1) must hold true.

There are five possibilities regarding the set-theoretic relationship between a GT cell and its associated AD cell: 1. the two cells are disjoint, 2. they are completely overlapped, 3. the GT cell completely contains the AD cell, 4. the AD cell completely contains the GT cell, 5. they are partially overlapped. Case 5 occurs most often in this study.

In the following, the bootstrap algorithm for computing the SE of MER is presented in a way to deal with Cases 4 and 5, in which both n a and n I = n An a are positive. Thus, the bootstrap random resampling with replacement (WR) can be legitimately applied to the score set of an AD cell in Eq. (6) [15,16,17,18,19,20]. Here is the nonparametric one-sample bootstrap algorithm of computing the SÊ of MER for segmenting a single cell.

figure a

where M is the number of bootstrap replications. As shown from Step 1 to 10, this algorithm runs M times. In the i-th iteration, there is an endless while loop from Step 2 to 8. In this loop, n A scores are randomly selected WR from the original score set A in Eq. (6) to form a new score set A' i, which contains n'a i Score 2 forming a new FP region and n A - n'a i Score 0 forming a new intersection region, as shown in Step 3. Then, the constraint condition Eq. (1) needs to be checked. If the size of the new intersection region is less than or equal to the size of the GT cell in Step 4, the size of the new FN region, n'g i, is determined in Step 5 and the while loop breaks in Step 6; otherwise, the endless while loop continues.

After the while loop breaks, the i-th estimated MÊRi can be obtained in Step 9 from the new sizes of FP region and FN region, n'a i and n'g i, and the original sizes of the AC cell and the GT cell, n A and n G, using Eqs. (2) and (3). Finally, after M iterations, in Step 11, a bootstrap distribution is formed by the bootstrap replications of the MER, i.e., {MÊRi | i = 1, …, M}, and then the standard error SÊ(MER)B can be estimated using the sample standard deviation of this distribution.

Algorithm I can be easily converted to handling Case 3 in which there is no pixel in the FP region, if the score set of the GT cell in Eq. (5) is resampled. So, the scores and sets related to an AD cell should be replaced by the scores and sets related to a GT cell in Step 3, and the statements in Steps 4 and 5 should be changed to “if n G - n'g i ≤ n A then” and “n'a i = n A - (n G - n'g i)” accordingly.

In Case 1, both r fn and r fp equal 1 and thus both r a and r w are 1. In Case 2, both r fn and r fp equal 0 and thus both r a and r w are 0. In these two cases, the estimates of SEs of both r a and r w are assumed to be 0, meaning that there is no variation associated with such MERs. So, the output of Algorithm I for Cases 1 and 2 is assumed to be zero.

The remaining issue is to determine how many iterations this bootstrap algorithm needs to run in order to reduce the bootstrap variance and ensure the accuracy of the computation. The appropriate number M of the bootstrap replications was determined to be 2000 based on our empirical bootstrap variability studies in ROC analysis [17,18,19,20].

The SE and 95% CI of TER for segmenting all cells

After the bootstrap estimated SÊ of MER for segmenting each GT cell is computed, assuming that detecting and segmenting different GT cells in fluorescent microscopy images are mutually independent, the estimated variance of the TER ε for detecting all GT cells can be obtained based on Eq. (4),

$$ \mathrm{V}\mathrm{a}\mathrm{r}\ \left(\varepsilon \right) = {\displaystyle \sum_{i=1}^N}{\left(\frac{S_i}{{\displaystyle {\sum}_{j=1}^N}{S}_j}\right)}^2 \times \mathrm{S}\widehat{\mathrm{E}}{\left(\mathrm{MER}\right)}_{\mathrm{B}\ i}^2 $$
(7)

where N is the total number of cells, S i is the size of the i-th GT cell, and SÊ(MER)B i stands for the bootstrap estimated SÊ of MER for segmenting the i-th GT cell.

Then, the estimated SÊ of the TER ε is defined to be the square root of Var (ε). Again from Eq. (4), generally speaking, if no independent random variable dominates the others, the distribution of the TER can be assumed to be approximately normal because of the central limit theorem [26]. Thereafter, the estimated 95% CÎ of the TER ε can be obtained by adding and subtracting 1.96 times the estimated SÊ.

The variation of the SE of TER

The nature of the bootstrap method is stochastic. Each execution of the bootstrap algorithm may result in different SÊs of MERs and thus different SÊs of a TER. It is necessary to investigate how much the estimated SÊ of the TER varies. Hence, a distribution of such estimates needs to be generated. Here is the algorithm to create such a distribution.

figure b

where M is the number of bootstrap replications, N is the total number of cells, L is the number of the Monte Carlo iterations, and Step 4 is the while loop in Algorithm I from Step 2 to 8.

From Step 3 to 7, Algorithm I is employed to compute the SÊ (MER)B of an MER for segmenting a single GT cell. From Step 2 to 8, Algorithm I is used to compute SÊs of MERs for all N GT cells. Thus, at Step 9, an estimated SÊ (ε)B of the TER ε for detecting all GT cells is calculated using Eq. (7).

Such a process is executed in L times from Step 1 to 10. After L iterations, at Step 11, L estimated SÊ (ε)B i of the TER ε are generated and constitute a distribution. Thereafter, the estimated SÊB and the (1–α)100% CÎ (\( {\widehat{Q}}_B \)(α/2), \( {\widehat{Q}}_B \)(1–α/2)) at the significance level α of the distribution can be computed.

The estimated α/2 100% and (1–α/2) 100% quantiles of the distribution are calculated using the Definition 2 of quantile in Ref. [27]. That is, the sample quantile is obtained by inverting the empirical distribution function with averaging at discontinuities. If 95% CÎ is of interest, then α is set to be 0.05.

Finally, the number of the Monte Carlo iterations L needs to be determined in order to guarantee the accuracy of the Monte Carlo computation. Based on our previous studies, to create a stable distribution, it is enough that the repeated process described above be executed 500 times, i.e., L = 500 [17,18,19,20].

Significance testing

The two-algorithm hypothesis testing is carried out by the Z test, since the TER can be assumed to be normally distributed as pointed out above [4].

Two-algorithm hypothesis testing

Let TA and TB denote the TERs for CIS Algorithms A and B, respectively. Then, the null and alternative hypotheses are

$$ \begin{array}{l}{H}_{\mathrm{o}}:{T}_{\mathrm{A}}={T}_{\mathrm{B}}\\ {}{H}_{\mathrm{a}}:{T}_{\mathrm{A}}\ne {T}_{\mathrm{B}}\end{array} $$
(8)

Based on the normality assumption, the general Z statistic for two-algorithm hypothesis testing is

$$ Z=\frac{\widehat{T}\mathrm{A}\ \hbox{-}\ \widehat{T}\mathrm{B}}{\sqrt{{\mathrm{SE}}^2\left(\widehat{T}\mathrm{A}\right) + {\mathrm{SE}}^2\left(\widehat{T}\mathrm{B}\right)\ \hbox{-}\ 2\ \rho\ \mathrm{SE}\left(\widehat{T}\mathrm{A}\right)\ \mathrm{SE}\left(\widehat{T}\mathrm{B}\right)}} $$
(9)

where \( \widehat{T}\mathrm{A} \) and \( \widehat{T}\mathrm{B} \) are two estimated TERs, SE(\( \widehat{T}\mathrm{A} \)) and SE(\( \widehat{T}\mathrm{B} \)) stand for their SEs, respectively, and ρ is the correlation coefficient between \( \widehat{T}\mathrm{A} \) and \( \widehat{T}\mathrm{B} \).

An algorithm for computing the correlation coefficient

This algorithm is based on the synchronized resampling approach. The two algorithms segment the same set of GT cells. The MERs of two CIS algorithms due to segmenting cells with the same ordinal number in the set of GT cells co-vary. As a result, the two TERs of any two CIS algorithms are correlated. The tendency of obtaining higher or lower MERs for segmenting the same GT cell could be different. Therefore, the correlation between the TERs of any two CIS algorithms may be positive or negative.

Using the notations in Eqs. (5) and (6), a score set that an Algorithm A segments the i-th GT cell with size n G i in the set of N GT cells and generates n A g i, n A A i, and n A a i accordingly is denoted by

$$ {\mathbf{C}}^A = \left\{{n}_{\mathrm{G}\ \mathrm{i}},{n^{\mathrm{A}}}_{\mathrm{g}\ \mathrm{i}},{n^{\mathrm{A}}}_{\mathrm{A}\ \mathrm{i}},{n^{\mathrm{A}}}_{\mathrm{a}\ \mathrm{i}}\Big|\mathrm{i}=1, \dots, N\right\}, $$
(10)

from which a TER can be computed using Eqs. (2) through (4). All CIS algorithms segment the same set of N GT cells. Thus, the size of the i-th GT cell, i.e., nG i, is the same for all CIS algorithms. This correlates TERs of different algorithms.

An algorithm for computing the correlation coefficient of the TERs for CIS Algorithms A and B is as follows.

figure c

where s A k , γ A j , s B k , and γ B j are members of the score sets S A, Γ A, S B, and Γ B, respectively. Based on our bootstrap variability studies, the number of iterations M is set to be 2000 [17,18,19,20].

From Step 1 to 5, this algorithm runs M iterations. In Step 2 of the i-th iteration, the synchronized WR random resampling is carried out on the two score sets C A and C B of Algorithms A and B to generate two new score sets Θ A i and Θ B i .

From Step 1.1 to 1.7, during the resampling iterations, if a member with index k in S A is WR randomly selected, then the member with the same index k in S B is also selected. That is, a GT cell with the same ordinal number k in the set of N GT cells is selected. Thus, such synchronized selections guarantee that all co-varying members in score sets between the two CIS algorithms are selected simultaneously. Hence, the correlation of the TERs between the two algorithms is preserved.

After resampling, in Step 3 (4), the i-th estimated TER \( {\widehat{\varepsilon}}_i^A \) (\( {\widehat{\varepsilon}}_i^B \)) of Algorithm A (B) is computed from the new score set Θ A i (Θ B i ). Finally in Step 6 after M iterations, the correlation coefficient ρ AB of the TERs of Algorithms A and B is computed from the two sets of correlated TERs.

A synchronized random resampling is involved here. Thus, this algorithm needs to run multiple times to reduce the computational fluctuation, if the p-value is not considerably different from the critical values, such as 5%, 1%, etc. To be more conservative, in this article, the average out of 10 runs was taken to be the resultant correlation coefficient for significance testing.

Results

The dataset consisted of 106 cells with different sizes, which were manually segmented as GT cells. Figure 5 shows the histogram of the cell size. The sizes ranged from 647 up to 27,562 pixels with the mean size at 6062 pixels. The variation of cell sizes was quite large. Thus, the cell sizes must be taken into account while evaluating CIS algorithms.

Fig. 5
figure 5

The histogram of the sizes of all 106 GT cells

The seven CIS algorithms in ImageJ were implemented. As stated above, the estimated SÊs of MERs in Cases 1 and 2 are zero, which can lower the estimate of the SE of TER for detecting all GT cells. Only Algorithm 4 created one Case 1 and Algorithm 7 produced three; and no algorithm generated Case 2.

Pairwise comparisons to support the TER

Two CIS algorithms generate two weighted MERs while segmenting the same GT cell, and these two weighted MERs are compared. Table 1 shows the relationship in terms of the numbers of “less than” (<), “greater than” (>), and “equal to” (=) between such two weighted MERs while using two algorithms to segment all 106 GT cells. For instance, comparing Algorithms 1 with 2, for 87 GT cells, the weighted MERs generated using Algorithm 1 are less than those created using Algorithm 2; and for only 19 GT cells, the “greater than” occurs otherwise. This indicates that the performance of Algorithm 1 is better than the performance of Algorithm 2.

Table 1 Comparisons of the weighted MERs generated using two algorithms for all 106 cells in terms of the numbers of inequalities and equalities

Further, in Table 1, the relationship of “better than” is transitive. For example, the performance of Algorithm 1 is also better than the performance of Algorithm 3, and so on. Indeed, while comparing Algorithms 1 with 3, there are 91 “<” and 15 “>”. As a result, the test of pairwise comparisons of MERs in this article was conducted between any two out of seven CIS algorithms. Table 1 shows that the performance is degraded in the ascending order of the CIS algorithms.

If the average MERs are employed, qualitatively speaking, the relationship among these CIS algorithms in terms of numbers of “<”, “>”, and “=” stays the same.

The TER and its SE and CI

Table 2 shows the estimated TÊRs, SÊs (relative errors) and 95% CÎs of TERs for the seven CIS algorithms, when the weighted MERs are employed. The smaller the estimated TÊR ε is, the better the performance is. The order of the algorithms in Table 2 is consistent with the one in Table 1. It indicates that the TER constructed on all MERs and using the cell sizes as weights is fully supported by the results derived directly from the pairwise-comparison test of MERs using 106 GT cells with different sizes and seven CIS algorithms taken from ImageJ.

Table 2 The estimated TÊRs, SÊs (relative errors) and 95% CÎs of TERs for the seven CIS algorithms, in which the weighted MERs are employed

Moreover, regarding Algorithms 1, 2, and 3, their estimated TÊR ε shown in Table 2 are qualitatively consistent with the observations in Fig. 4, where the histograms of the weighted MERs for these three algorithms shift gradually towards larger MER.

The relative error of the TER can be defined as “1.96 × SÊ / TÊR”, where 1.96 is the Z score corresponding to 95% CI. Thus, the ranges of relative errors are between 0.08% and 3.04%. Most importantly, Fig. 6 shows the error bars of the TER displaying the 95% CÎs along with estimated TÊRs for six CIS algorithms, when the weighted MERs are employed. Algorithm 7 is not included due to large TÊR.

Fig. 6
figure 6

The error bars of TER displaying 95% CIs along with estimated TERs for six CIS algorithms, in which the weighted MERs are employed, with two criteria set at 0.08 and 0.14 that statistically classify CIS algorithms

If the average MERs are employed, the corresponding estimated TÊRs are smaller, which is consistent with what was discussed in sections “The MER for segmenting a single cell” and “The TER for segmenting all cells” (see section Discussion). But qualitatively speaking, except that the 95% CÎ of TER of Algorithm 1 contains the one of Algorithm 2, everything else stated here remains the same.

The variation of the estimated SÊ of the TER

The nature of the bootstrap method is stochastic. Algorithm II was used to deal with this issue. Table 3 shows the means, SÊs (relative errors), and 95% CÎs of the estimated SÊs of TÊRs for the seven CIS algorithms, when the weighted MERs are employed. The relative error is defined as “1.96 × SE / mean” to take account of all estimates occurring in the estimated 95% CÎ. All 95% CÎs are quite narrow. The largest relative error is 1.87%.

Table 3 The means, SÊs (relative errors), and 95% CÎs of the estimated SÊs of TERs for the seven CIS algorithms, in which the weighted MERs are employed

Figure 7 shows the histograms of the estimated SÊs of TERs for CIS Algorithms 1 (blue), 3 (red), 5 (green), and 6 (gray), when the weighted MERs are employed. The histograms of other three algorithms are too narrow to draw. The widths of all distributions are very narrow, demonstrating that the results are quite stable.

Fig. 7
figure 7

The histograms of the estimated SÊs of TÊRs for four CIS Algorithms 1 (blue), 3 (red), 5 (green), and 6 (gray), in which the weighted MERs are employed. The black circle stands for the estimated mean of the distribution

Taking Algorithm 1 as an example whose TÊR in Table 2 is the smallest and relative error is the largest, and using Algorithm 1’s estimated 95% CÎ of SÊs of TERs in Table 3, it can be calculated that the relative errors of TÊR may vary between 3.03% and 3.12%.

It is worth mentioning that in Table 2, all estimated SÊs of TERs were calculated by a random execution of the stochastic bootstrap method while computing the SÊs of MERs. However, they all correspondingly fall in the 95% CÎ of the estimated SÊs of TERs shown in Table 3.

Again, if the average MERs are employed, qualitatively speaking, nothing stated here is changed. For instance, the relative errors of TÊR for Algorithm 1 varies between 5.31% and 5.56%, which is also very narrow.

Significance testing

CIS algorithms may be statistically classified into different classes in terms of performance accuracies using the error bars. This provides a basis for identifying algorithms that are quantitatively similar to one another. For instance, as shown in Fig. 6, if the criteria of performance accuracies are set to be at 0.08 and 0.14, respectively, then Algorithms 1 and 2 are classified to be in the first class, Algorithms 3 and 4 are in the second class, and Algorithms 5 and 6 are in the third class. This is because their error bars, i.e., the 95% CÎs of TER, do not cross the criteria. Otherwise, the one-algorithm hypothesis testing needs to be taken. Certainly, the criteria are set depending on the circumstances being dealt with.

When two error bars do not overlap, for example, for Algorithms 1 and 2 as depicted in Fig. 6, the performance level of the CIS algorithm corresponding to the lower error bar is better than the other one. When two error bars overlap, for example, for Algorithms 5 and 6, the two-algorithm hypothesis testing is necessary to determine the statistical significance of performance difference.

To demonstrate, the hypothesis testing is conducted on Algorithms 1 and 2, as well as on Algorithms 5 and 6. The corresponding correlation coefficients of TERs computed using Algorithm III are 0.215203, and 0.370554, respectively. Then, using the TERs and their SEs shown in Table 2, the Z-test two-tailed p-values are 0%, and 14.4% accordingly.

Using 5% as a critical p-value, these p-values show that the performance level of Algorithm 1 is better than the performance level of Algorithm 2, even though they are in the same first class. However, the difference in terms of performance accuracy between Algorithms 5 and 6 is not statistically significant.

If the average MERs are used, it is pointed out above that the 95% CÎ of TER of Algorithm 1 contains the one of Algorithm 2. This is consistent with the result of conducting the hypothesis testing. The p-value is 11.4%, which shows that the performance difference between Algorithms 1 and 2 is not statistically significant. This is the only difference qualitatively speaking between using the weighted MERs and the average MERs on our CIS datasets. Nonetheless, as analyzed in section “The MER for segmenting a single cell”, the weighted MER is recommended.

Discussion

The MER for segmenting a single cell in the supervised evaluation can be defined in several ways. It is hard to find one without any disadvantages [22]. Simplicity, ease of understanding, penalizing errors, conservativeness, and dealing with special cases are the criteria of choosing MER in this article. Based on our analyses, the weighted MER r w is recommended. Certainly, those special cases, in which either r fn = 0 and r fp → 1 or r fp = 0 and r fn → 1 presented in section “The MER for segmenting a single cell”, may occur quite rarely in practice.

For the seven CIS algorithms employed in section “The TER and its SE and CI”, if the average MER r a is used, the estimated TÊRs are 0.035842, 0.037330, 0.046528, 0.058023, 0.086210, 0.087080, and 0.127707. As expected, they are correspondingly smaller than those if the weighted MER r w is employed (see section “The TER and its SE and CI”).

For the sake of discussion, if the MER is defined to be “the proportion of objects which it misclassifies” [22], r 3 = (n g + n a) / (n G + n A) = (n G x r fn + n A x r fp) / (n G + n A), which is a function of three independent variables under the constraint condition Eq. (1). Here are three observations. If n G = 4694, n A = 5276, n g = 16, and n a = 598, then r w = 0.110134, r a = 0.058376, and r 3 = 0.061585, where r 3 is very close to r a but almost half of r w. If n G = 1420, n A = 3492, n g = 5, and n a = 2077, then r w = 0.591308, r a = 0.299155, and r 3 = 0.423860, where r 3 is in the middle of r w and r a. If n G = 6155, n A = 14, n g = 6141, and n a = 0 (i.e., one of the above special cases), then r w = 0.997725, r a = 0.498863, and r 3 = 0.995461, where r 3 is close to r w but about twice as large as r a. Hence, the MER r 3 is not discussed further in this article.

The SE of the average MER r a may be estimated analytically, because the correlation coefficient between the FN rate r fn and the FP rate r fp in the CIS application is 1 as proven in the following.

For a GT cell and its related AD cell, assuming they are not disjoint, once the size of the FN region increases or decreases by one pixel, the size of the FP region will increase or decrease by one pixel accordingly due to the constraint condition Eq. (1). Using the notations in section “The MER for segmenting a single cell”, the correlated pairs of the FN rate rfn and the FP rate rfp are

$$ \left(\ {r}_{\mathrm{fn}\ i},\ {r}_{\mathrm{fp}\ i}\right) = \left(\frac{n_{\mathrm{g}}+ i}{n_{\mathrm{G}}},\ \frac{n_{\mathrm{a}}+ i}{n_{\mathrm{A}}}\right),\ i = - m,\dots, - 1,\ 0,\ 1,\dots, n $$
(11)

where the constraints are n gm ≥ 0, n am ≥ 0, n g + n ≤ n G, n a + n ≤ n A, and n Gn g = n An a.

The averages of the FN rate and the FP rate are,

$$ \begin{array}{l}{\overline{r}}_{\mathrm{fn}} = \frac{1}{m+ n+1}\ {\displaystyle \sum_{i = - m}^n}\frac{n_{\mathrm{g}}+ i}{n_{\mathrm{G}}} = \frac{n_{\mathrm{g}}}{n_{\mathrm{G}}} + \frac{1}{n_{\mathrm{G}}} \times \frac{n- m}{2}\\ {}{\overline{r}}_{\mathrm{fp}} = \frac{1}{m+ n+1}\ {\displaystyle \sum_{i = - m}^n}\frac{n_{\mathrm{a}}+ i}{n_{\mathrm{A}}} = \frac{n_{\mathrm{a}}}{n_{\mathrm{A}}} + \frac{1}{n_{\mathrm{A}}} \times \frac{n- m}{2}\ .\end{array} $$
(12)

Hence, the correlation coefficient is,

$$ \begin{array}{l}\rho =\frac{{\displaystyle {\sum}_{i = - m}^n}\left(\ {r}_{\mathrm{f}\mathrm{n}\ i} - {\overline{r}}_{\mathrm{f}\mathrm{n}}\ \right)\ \left(\ {r}_{\mathrm{f}\mathrm{p}\ i} - {\overline{r}}_{\mathrm{f}\mathrm{p}}\ \right)}{\sqrt{{\displaystyle {\sum}_{i = - m}^n}{\left(\ {r}_{\mathrm{f}\mathrm{n}\ i} - {\overline{r}}_{\mathrm{f}\mathrm{n}}\ \right)}^2}\ \sqrt{{\displaystyle {\sum}_{i = - m}^n}{\left(\ {r}_{\mathrm{f} p\ i} - {\overline{r}}_{\mathrm{f} p}\ \right)}^2}}\\ {} = \frac{{\displaystyle {\sum}_{i = - m}^n}\left(\ i - \frac{n- m}{2}\ \right)\left(\ i - \frac{n- m}{2}\ \right)}{\sqrt{{\displaystyle {\sum}_{i = - m}^n}{\left(\ i - \frac{n- m}{2}\ \right)}^2}\ \sqrt{{\displaystyle {\sum}_{i = - m}^n}{\left(\ i - \frac{n- m}{2}\ \right)}^2}}=1\ .\end{array} $$
(13)

Further, using the first formula of Eq. (3), the SE of the average MER r a turns out to be SÊa = (SÊfn + SÊfp) / 2, in which SÊfn and SÊfp may be estimated using SÊ = sqrt [\( \widehat{r} \) (1 – \( \widehat{r} \)) / n], where \( \widehat{r} \) = r fn and n = n G for SÊfn, and \( \widehat{r} \) = r fp and n = n A for SÊfp.

However, such an analytical approach generally underestimates the SE of MER, and thus the SE of TER (see Eq. (7)) as opposed to the bootstrap method. For the seven CIS algorithms, if the bootstrap method is employed, the estimated SÊs of TER, in which the average MER r a is used, are 0.001001, 0.000246, 0.000537, 0.000254, 0.001888, 0.000820, and 0.000292, respectively. If the analytical approach is used, they are 0.000169, 0.000181, 0.000180, 0.000188, 0.000196, 0.000219, and 0.000208, respectively.

Conclusions

Our novel performance measure TER comes with SE and 95% CI without restrictions on data size, and the correlation coefficient of TERs between two CIS algorithms is also solved. Thus, the well-established statistical approach can be carried out to evaluate and compare the performance levels of CIS algorithms with statistical confidence. Significance values for differences in CIS algorithm performance in combination with other factors such as computational execution time, etc. can be used as a basis for selecting algorithms.

No matter which MER is chosen and no matter which CIS algorithms and datasets are employed, the approaches of designing the TER using the total probability in statistics based on MER, computing SE and 95% CI of TER based on using the bootstrap method to estimate the SE of MER, and conducting hypothesis testing, etc. explored in this article remain intact. The TER ε aggregates all MERs weighted by the size of a cell divided by the total sizes of all cells so that the algorithm pays more penalties if making errors while segmenting larger cells.

The TER ε is supported by the pairwise-comparison test of MERs using 106 manually segmented GT cells with different sizes and seven CIS algorithms taken from ImageJ. It is also qualitatively consistent with the observations from the MER histograms. The TER approach is more effective than the bivariate approach and the CDF approach.

The SE and 95% CI of the TER are computed using Eq. (7), based on the SE of MER that is calculated using the bootstrap method under a constraint condition for CIS during bootstrap resampling. The nature of the bootstrap method is stochastic. However, our studies reveal that the variation of the estimated SÊ of TER is small. Moreover, in our studies, all estimated SÊs of TERs obtained by a random execution of bootstrap method while computing the SÊs of MERs fall in the 95% CÎ of the estimated SÊs of TERs correspondingly.

The error bars of the TERs can be used to evaluate the performance level of a CIS algorithm against a hypothesized value, and classify CIS algorithms into different classes in terms of performance accuracies based on the criteria of performance accuracies. While the error bars overlap, the two-algorithm hypothesis testing can be employed to compare two CIS algorithms and determine the statistical significance of their performance difference. The Z test in Eq. (9) involves not only the SEs of TERs but also the correlation coefficient between the TERs of two CIS algorithms, which are all investigated in this article.

Notes

  1. Certain commercial entities, equipment, or materials may be identified in this document in order to describe an experimental procedure or concept adequately. Such identification is not intended to imply recommendation or endorsement by the National Institute of Standards and Technology, nor is it intended to imply that the entities, materials, or equipment are necessarily the best available for the purpose.

Abbreviations

AD:

Algorithm detected

CDF:

Cumulative distribution function

CI:

Confidence interval

CIS:

Cell image segmentation

FN:

False negative

FP:

False positive

GT:

Ground truth

MER:

Misclassification error rates

ROC:

Receiver operating characteristic

SE:

Standard error

TER:

Total error rate

WR:

With replacement

References

  1. Hill AA, LaPan P, Li Y, Haney S. Impact of image segmentation on high-content screening data quality for SK-BR-3 cells. BMC Bioinf. 2007;8:340.

    Article  Google Scholar 

  2. Chalfoun J, Kociolek M, Dima A, Cardone A, Peskin A, Bajcsy P, Brady M. Segmenting time-lapse phase contrast images of adjacent NIH 3 T3 cells. J Microsc. 2013;249(1):41–52.

    Article  CAS  PubMed  Google Scholar 

  3. Bajcsy P, Cardone A, Chalfoun J, Halter M, Juba D, Kociolek M, Majurski M, Peskin A, Simon Jr CG, Simon M, Vandecreme A, Brady M. Survey statistics of automated segmentations applied to optical imaging of mammalian cells. BMC Bioinf. 2015;16:330.

    Article  Google Scholar 

  4. Ostle B, Malone LC. Statistics in research: basic concepts and techniques for research workers. 4th ed. Ames: Iowa State University Press; 1988.

    Google Scholar 

  5. Rand WM. Objective criteria for the evaluation of clustering methods. J Am Stat Assoc. 1971;66:846–50.

    Article  Google Scholar 

  6. Unnikrishnan R, Pantofaru C, Hebert M. Toward objective evaluation of image segmentation algorithms. IEEE Trans Pattern Anal Mach Intell. 2007;29:929–44.

    Article  PubMed  Google Scholar 

  7. Zijdenbos AP, Dawant BM, Margolin RA, Palmer AC. Morphometric analysis of white matter lesions in MR images: method and validation. IEEE Trans Med Imag. 1994;13:716–24.

    Article  CAS  Google Scholar 

  8. Zhang YJ. Evaluation and comparison of different segmentation algorithms. Pattern Recognit Lett. 1997;18:963–74.

    Article  CAS  Google Scholar 

  9. Coelho LP, Shariff A, Murphy RF. Nuclear segmentation in microscope cell images: A hand segmented dataset and comparison of algorithms. Proc IEEE Int Symp Biomed Imag. 2009;518–521.

  10. Klar N, Lipsitz SR, Parzen M, Leong T. An exact bootstrap confidence interval for κ in small samples. Statistician. 2002;51:467–78.

    Google Scholar 

  11. Dimopoulos S, Mayer CE, Rudolf F, Stelling J. Accurate cell segmentation in microscopy images using membrane patterns. Bioinformatics. 2014;30:2644–51.

    Article  CAS  PubMed  Google Scholar 

  12. Zhang H, Fritts JE, Goldman SA. Image segmentation evaluation: a survey of unsupervised methods. Comput Vis Image Underst. 2008;110:260–80.

    Article  Google Scholar 

  13. Rasband WS. ImageJ. National Institutes of Health, Bethesda, Maryland, USA. https://imagej.net/. Accessed 14 Feb 2017.

  14. National Institute of Standards and Technology, Gaithersburg, Maryland, USA. https://randr.nist.gov/cellimage/. Accessed 14 Feb 2017.

  15. Efron B. Bootstrap methods: another look at the Jackknife. Ann Statistics. 1979;7:1–26.

    Article  Google Scholar 

  16. Efron B, Tibshirani RJ. An Introduction to the Bootstrap. New York: Chapman & Hall; 1993.

    Book  Google Scholar 

  17. Wu JC, Martin AF, Kacker RN. Measures, uncertainties, and significance test in operational ROC analysis. J Res Natl Inst Stand Technol. 2011;116:517–37.

    Article  PubMed  PubMed Central  Google Scholar 

  18. Wu JC, Martin AF, Kacker RN. Bootstrap variability studies in ROC analysis on large datasets. Commun Stat Simul Comput. 2014;43(1):225–36.

    Article  Google Scholar 

  19. Wu JC, Martin AF, Kacker RN. Validation of nonparametric two-sample bootstrap in ROC analysis on large datasets. Commun Stat Simul Comput. 2016;45(5):1689–703.

    Article  PubMed  Google Scholar 

  20. Wu JC, Martin AF, Greenberg CS, Kacker RN. The impact of data dependence on speaker recognition evaluation. IEEE/ACM Trans. Audio, Speech, Lang. Process. 2017;25(1):5-18.

  21. Dresen IMG, Boes T, Huesing J, Neuhaeuser M, Joeckel KH. New resampling method for evaluating stability of clusters. BMC Bioinf. 2008;9:42.

    Article  Google Scholar 

  22. Hand DJ. Construction and assessment of classification rules. New York: Wiley; 1997.

    Google Scholar 

  23. http://mathworld.wolfram.com/Mean.html, https://en.wikipedia.org/wiki/Inequality_of_arithmetic_and_geometric_means, https://en.wikipedia.org/wiki/Harmonic_mean. Accessed 17 Jan 2017.

  24. van der Waerden BL. Mathematical statistics. Berlin: Springer; 1969.

    Book  Google Scholar 

  25. Zwillinger D, Kokoska S. CRC Standard Probability and Statistics Tables and Formulae. New York: Chapman & Hall/CRC Press; 2000.

  26. Rice JA. Mathematical statistics and data analysis. 3rd ed. Belmont: Duxbury Advanced; 2006.

    Google Scholar 

  27. Hyndman RJ, Fan Y. Sample quantiles in statistical packages. Am Stat. 1996;50:361–5.

    Google Scholar 

Download references

Acknowledgment

Not applicable.

Funding

This work was funded entirely by the National Institute of Standards and Technology.

Availability of data and materials

The software and test data is available at https://github.com/usnistgov/Cell-Imaging.

Authors’ contributions

JCW contributed to conception, designing algorithms, developing formulas, computer programming, and manuscript preparation. MH contributed to acquiring the data, writing an ImageJ macro code for computing GT areas, AD areas, FPs and FNs in fluorescent microscopy images, and manuscript preparation. RNK contributed to initiation of the project, and manuscript preparation. JTE contributed to acquiring the data, and manuscript preparation. ALP contributed to initiation of the project, and acquiring the data. All authors have read and approved the final version of this manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Not applicable.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jin Chu Wu.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wu, J.C., Halter, M., Kacker, R.N. et al. A novel measure and significance testing in data analysis of cell image segmentation. BMC Bioinformatics 18, 168 (2017). https://doi.org/10.1186/s12859-017-1527-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-017-1527-x

Keywords