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

A semi-local neighborhood-based framework for probabilistic cell lineage tracing

Abstract

Background

Advances in fluorescence labeling and imaging have made it possible to acquire in vivo records of complex biological processes. Analysis has lagged behind acquisition in part because of the difficulty and computational expense of accurate cell tracking. In vivo analysis requires, at minimum, tracking hundreds of cells over hundreds of time points in complex three dimensional environments. We address this challenge with a computational framework capable of efficiently and accurately tracing entire cell lineages.

Results

The bulk of the tracking problem—tracking cells during interphase—is straightforward and can be executed with simple and fast methods. Difficult cases originate from detection errors and relatively rare large motions. Therefore, our method focuses computational effort on difficult cases identified by local increases in cell number. We force these cases into tentative cell track bifurcations, which define natural semi-local neighborhoods that permit Bayesian judgment about the underlying cell behavior. The bifurcation judgment process not only correctly tracks through cell divisions and large movements, but also offers corrections to detection errors. We demonstrate that this method enables large scale analysis of Caenorhabditis elegans development, an ideal validation platform because of an invariant cell lineage.

Conclusion

The high accuracy achieved by our method suggests that a bifurcation-based semi-local neighborhood provides sufficient information to recognize dependencies between nearby tracking choices, and to interpret difficult tracking cases without reverting to global optimization. Our method makes large amounts of lineage data accessible and opens the door to new types of statistical analysis of complex in vivo processes.

Background

Advances in fluorescence labeling and imaging have made it possible to acquire in vivo records of complex biological processes at unxcbuprecedented spatial and temporal resolution. The largest and most striking datasets are produced by in toto imaging of embryonic development based on fluorescent nuclear labels [17]. The true value of in toto imaging lies in the possibility of tracing the entire cell lineage that underlies development. However, this has not yet been possible in organisms larger than the nematode C. elegans.

A major barrier to cell lineage tracing is the technical accuracy of image analysis. To produce even a moderately intact cell lineage high accuracy is needed to track hundreds of cells over many time points and through multiple rounds of cell division. Correct lineage fragment size is critical as it constrains subsequent biological analysis. Accuracy is difficult to attain because cells are densely packed, and this is exacerbated by limited optical resolution due to sample properties and the need to minimize photobleaching and phototoxicity.

The challenging nature of the image analysis task is further compounded by the massive size of in toto imaging datasets, often reaching multiple terabytes for the 4D imaging of whole organisms. A practical solution requires a careful balance between algorithmic complexity and computational efficiency.

A number of qualitatively different approaches have been applied to cell tracking. The most common class of approach separates detection and tracking into independent steps for the sake of efficiency and modularity. A popular strategy to match detected cells over time is constrained linear optimization, which assumes independence between matches that are not mutually exclusive [8]. Matches can be made between detections at successive time points, [9, 10] or between tracklets built by other methods [11, 12]. This approach is inherently local to a match and its alternatives, making it difficult to incorporate semi-local dependencies that are important for resolving ambiguities due to detection errors. For example, detection false negatives (FN) have been handled by supplementing 1:1 and 1:2 division matches with 2:1 and 1:2 apparent merge and split events [13]; however, the merge and presumed subsequent split events remain independent. Global optimization, even under the assumption of independence between non-exclusive cases, is computationally intensive particularly when processing large data sets with standard hardware. More complex optimization formulations can account for scoring dependencies among non-exclusive matches [14] at the cost of additional computation and approximate rather than exact solutions.

A second general class of methods simultaneously detects and tracks objects. Methods for detecting spatiotemporal objects at low cell density [15, 16] provide regularized segmentation, but cannot model the ambiguities of motion in crowded images. Tracklets created with this approach have been supplemented with the linear matching methods described above, but the method remains constrained by the limits of each step [17]. Particle filters [18, 19] provide a valuable statistical framework for maintaining a multi-modal picture of movement ambiguity given motion and appearance models for an object, however, this rigorous statistical footing tends to be abandoned when dealing with changes in number of tracked objects, a key source of ambiguity in tracking complex tissues. Randomized or Monte-Carlo optimization methods can be used to evolve tracking results under arbitrarily complex scoring schemes [20], though typically at high computational cost. Given these challenges, in practice optical flow methods [21] are often used to characterize motion patterns without attempting to track individual objects.

We present a layered greedy approach to achieve high tracking accuracy with computational efficiency (Figure 1a). We perform detection and tracking in separate steps. In the vast majority of cases simple methods based on nearest neighbor (NN) matching are sufficient to track a cell to the next time point. This nearest neighbor assumption is violated only in a small, but significant, fraction of cases such as sudden movements during cell division. We focus on the specific problem of highly accurate tracking under imaging conditions that largely satisfy this limited motion constraint (e.g. no large global motion). Our goal is high accuracy without the cost of global matching methods. Instead, we devote computational effort to solving local ambiguities and the complications caused by detection errors (Figure 1b). We observe that these difficult cases are unified by a local change in the number of nuclei present. As such, they can be detected and solved by forcing tentative bifurcations into existence wherever the local number of nuclei increases. Along with corresponding points of decreasing local cell count, these tentative bifurcations define semi-local neighborhoods where all possible interpretations can be consistently scored within a unified Bayesian framework. Based on classification of bifurcation origin, correct matches are made and detection errors are corrected. Finally, we demonstrate the performance of this approach by tracing the embryonic cell lineage of C. elegans as the known invariant cell lineage provides an unambiguous ground truth.

Figure 1
figure 1

Approach overview and bifurcation origins. a. Diagram of the steps in the lineage construction process. b. Typical example of each of the four classes of tentative bifurcation, showing the correct (union of correct and missing links) and tentative bifurcation (union of correct and incorrect links) lineage superimposed on image data.

Methods

In the first step of our layered approach we exploit the minimal movement assumption permitted by frequent imaging. We use c i,t to denote an individual identified nuclear object at time t. When c i,t is tracked onto c i,t+1 we refer to the two as linked. Let NN(c i, t1 , t2) denote the nucleus at time point t2 that is the closest to c i,t1 (excluding c i itself if t1 = t2). Under ideal imaging frequency, the displacement of any given nucleus c i, from t to t + 1 should satisfy

distance c i , t , NN c i , t , t + 1 < distance c i , t , NN c i , t , t / 2
(1)

In a typical C. elegans dataset, 99% of the movements per time point satisfy this condition (Table 1). Faster motion does not mean the NN is necessarily a wrong match but suggest it may be unreliable.

Table 1 1:1 links

In expectation of the complications caused by occasional large movements and detection errors, we take an initially conservative approach and only aim for solutions to unambiguous 1-to-1 mappings. Therefore, in addition to equation (1), we further require two nuclei to be mutual NN:

NN c i , t , t + 1 = c j , t + 1
(2)

NN(cjt + 1t) = cit

And non-conflicting matches:

for all k at t + 1 NN c k , t + 1 , t = c i , t iff k = j
(3)

for all k at t NN(cktt + 1) = cj,t + 1iff k = i

In our test set of C. elegans data, these three conditions cover 95% of the 1-to-1 links with only .16% error (Table 1). These links represent a largely fixed foundation for further tracking, though as explained below they can be modified under certain circumstances.

Construction of tentative bifurcations and their neighborhoods

The remaining cases are triggered by cell divisions, cell movements outside the bounds established in eq (1, 2 and 3), and nuclear detection errors. An increase in cell number within the local neighborhood coincides with an error, or follows the error in the case of FN (Figure 1b). A local decrease in cell number also precedes large cell movements and detection FN that terminate a track. We handle the local cell number increase by forcing bifurcations, that is, 1-to-2 matches from t to t + 1. The two bifurcating tracks are paired with a terminating track in an earlier spatiotemporal window when possible. Together, these define a semi-local neighborhood that provides valuable information to diagnose and correctly track the underlying motion (Figure 2a).

Figure 2
figure 2

Bifurcation judgment and false negative resolution. a. A schematic overview of the semi-local neighborhood used to measure tentative bifurcations and choose their resolution. Sub-regions of the neighborhood that are particularly relevant to specific scenarios are colored accordingly. b. Resolution of a typical FN showing how the matching of the ends of a potential FN is performed. The top panel shows the links between detections of two cells, defining a semi-local neighborhood with a bifurcation in green and a NN claim that does not correspond to a link dotted. The lower panel illustrates how matching is evaluated at the putatively correctly segmented endpoints, ignoring links and detection events during the proposed FN (which if there is a FN are unreliable). Each possible match is represented by a different colored pair of dotted lines. c. Illustration of two dimensions of the high dimensional measurement vector used to distinguish different bifurcation causes. It illustrates the relatively consistent appearance of many bifurcations with a particular origin, but also that appearances vary widely in a minority of challenging cases.

For each cell that does not have a match at the previous time point after the initial 1-to-1 tracking, we identify an optimal bifurcation. Possible bifurcations are pruned by a distance cutoff (Additional file 1: Bifurcation Construction), and evaluated based on morphology and motion to maximize the liklihood of correctly identifying real cell divisions. Divisions can be recognized by their characteristic progression in cell appearance. These include the formation of the metaphase plate, symmetric condensed appearance, as well as motion and relative position of the nascent nuclei (see Additional file 1: Feature Details). These features are combined into a feature vector to score the likelihood of a bifurcation being a true cell division.

We match bifurcations to preceding terminating tracks in the nearby spatiotemporal window by selecting the option that minimizes the total displacement of all relevant nuclei. A typical example of how a simple pairing of a terminating track and a bifurcation is evaluated for minimal movement is shown in Figure 2b. Additional situations are provided in Additional file 1: Neighborhood Construction.

Classification

The semi-local neighborhood constructed above provides a natural framework to solve situations that challenge the naïve nearest neighbor method. Our approach defines a minimal spatiotemporal neighborhood that contains much of the information used by human experts to solve such cases. It offers a balance between computational complexity and accuracy. Specifically, these neighborhoods contain the defining features to distinguish all situations in the four classes of bifurcations given below (Figure 1b). Particular areas of the neighborhood (see colored regions in Figure 2a) often dramatically signal a specific underlying cause. Our approach simultaneously weighs subtle cues from the entire neighborhood in order to resolve ambiguous cases, much like a human does. We outline these features here and provide the technical details in Additional file 1: Feature Details.

  1. (1)

    Cell divisions: The bifurcation is sufficient to capture the characteristic sequence of cell morphologies and the mitotic movements.

  2. (2)

    Pairs of two non-dividing nuclei: These are caused by excessive movement of one of the two nuclei, or a FN in nuclear detection at the previous time point. In this case the morphology of the three detection events involved in the bifurcation resembles that of interphase nuclei. Excessive movement or detection FN also generate a dangling end (1-to-0 match) within a nearby spatiotemporal window that can be matched in terms of morphology and position.

  3. (3)

    Detection false positives (FP): Because of their typical origin in optical distortion and fluorescence heterogeneity within nuclei, FPs in nuclear detection display distinct morphology and relative positions to nearby nuclei [22]. In addition, because of the low FP rates, tracks consisting of FP detections typically only last for a few time points marking them as likely candidates for deletion.

  4. (4)

    Other cases: This class is treated as an umbrella class for examples that do not belong to the three classes outlined above. Cases in this class lack a unifying set of intrinsic features. This is because the local neighborhood is insufficient to explain and resolve the bifurcation, such as a nascent nucleus being linked to a wrong mother.

We use Naïve Bayesian inference for probabilistic classification of the bifurcations. We measure all relevant features described above to create a combined feature vector M = [m 1 …m n ] (Figure 2c). We then calculate P(class i |M) P(class i )P(M|class i ). For simplicity, we assume independence of the features. Priors and feature distributions are fit from training data. In our C. elegans dataset, the temporal resolution of imaging and the detection accuracy drive ambiguity down to a level where the prior frequency of cell division is comparable to the other classes combined (Table 2).

Table 2 Division statistics

Tracking actions

Once a neighborhood is assigned to one of the four classes, we perform the following actions in terms of cell tracking:

  1. (1)

    Cell divisions: The bifurcation is accepted.

  2. (2)

    Pairs of two non-dividing nuclei: During the construction of a neighborhood, a set of 1-to-1 matches between the involved nuclei has been computed to minimize the overall movement. These matches are accepted as the optimal tracking under the 1-to-1 hypothesis. In the case of FN in detection, the dangling end is more than one time point away from the bifurcation. The gap in nuclear detection is filled by linear interpolation.

  3. (3)

    Detection false positives. If a bifurcation falls in this class, the shorter track is deemed an FP and deleted.

  4. (4)

    Other. In this class the bifurcation is not the appropriate local neighborhood to resolve the situation. The appearance and motion pattern of non-dividing cells provides the information to infer which of the two “daughters” is a better match (see Additional file 1: eq 1). The worse match is then attached to the next best bifurcation (see above), and the bifurcation classification is iterated. If all acceptable bifurcations are exhausted, the cell is left without a backward link, that is, as an unexplained cell appearance.

Results and discussion

Performance of the tracking algorithm was evaluated on C. elegans embryos imaged from the 4-cell to 350-cell stage, which covers ~4 hours of embryogenesis with ~200 time points at 75 second intervals, totaling approximately 25,000 nuclear objects to be tracked per embryo. Bifurcation probability models and other parameters were trained on 10 embryos where the lineages were manually examined and corrected. Performance was evaluated on a set of 5 independent embryos (some key frames of example image data are provided as Additional file 2). Global instantaneous accuracy (one minus the total number of instantaneous errors in all frames divided by the number of cells in all frames) was measured for each embryo at the end of all tracking steps.

Our greedy approach effectively decomposes the combinatorial global optimization problem into appropriate local problems, as demonstrated by the accuracy of the result and its computational efficiency. The overall instantaneous accuracy through 350 cells is 99.6 + −.1% (variance calculated on a per embryo basis). In terms of cumulative track accuracy ~60% of the cells in the last frame are correctly tracked from the beginning through ~200 time points and 6 rounds of cell divisions with no errors intervening along the way (Figure 3a). Tracking through to 350 cells takes approximately 1.5 seconds/volume with an additional 6 seconds/volume required for segmentation using a single threaded implementation of our method on a 2.8 GHz PC with 12GB of RAM.

Figure 3
figure 3

Tracking performance. a. Cumulative error accumulation along tracks over time. Mean and variation is shown over embryos in cumulative accuracy, specifically the fraction of AB (from AB8 to AB256) cells correctly tracked. Experimental results are in blue and show the fraction of cells tracked correctly from the beginning through each generation. Each gray line is the result of simulation of cumulative error over the same time period. A uniform average error rate and average cell cycle length is assumed. Errors are introduced at each cell and frame in the simulated lineage at the instantaneous error rate, and a cell is considered wrong if any errors have been introduced during its history. b. Initial cell detection error counts (FN + FP), and counts after bifurcation resolution as a function of cell density. Density is measured as the inverse of space between nuclei. For cell c i, density = (radius(c i ) + radius(NN(c i ,t))/distance(c i, ,NN(c i ,t)). A density of one means no gap between the nuclei is present. c. Tracking error count (FN + FP) in the tentative bifurcation set and in the final results of our method. This is contrasted with tracking errors present in a more naive link likelihood maximization scheme. As above both error counts are displayed as a function of cell density. d. Difficult cases. Multiple detection errors in the same area presents difficulty for our method. In the first case the confluence of a FN and FP make it impossible to generate the exact correct answer. In the second example a division and FN together violate our methods assumption that both ends of a FN will be marked by a change in network topology, making the correct FN resolution impossible.

Accuracy of tracking is inversely correlated with cell density, which also influences detection accuracy (Figure 3b). At lower cell densities (early developmental stages), our method achieves essentially 100% accuracy. When the separation between neighboring nuclei, as measured by the distance between the shell of estimated nuclear boundaries between NNs, drops to ~1 pixel in the test images (or 5% of the distance between detected nuclear centers) the accuracy of tracking drops to 99.4%. Our approach corrects almost all errors in nuclear detection at low cell densities and around two-thirds of errors at high density (Figure 3c).

We further investigated the specific gain of using the semi-local neighborhood to model and correct errors. To this end, we compared our method to the more naive approach of only modeling cell divisions. As shown in Figures 3c, creating cell divisions using the same measurements and picking an optimal likelihood threshold for bifurcation creation produces twice as many errors compared to the full approach. We also compared the performance to our previous approach, which, like many other algorithms used in the field, only generally targets the two obvious situations of cell movement and division [3]. The error rate for the previous tracking method is four times higher based on the same detection results (1.6% + −.4% vs 0.4% + −.1%). In addition to correcting detection errors, the method presented here greatly improves the positive predictive value (PPV) of a division from an average 72.3 to 95.5, while simultaneously increasing sensitivity. This is important because false divisions are particularly troublesome as they qualitatively distort the apparent developmental history and cell cycle length.

Our approach also achieves high accuracy compared to the accuracy of other methods on the same or similar data sets. Reported literature accuracies on the early, less challenging stage of C. elegans development up to 180 cells ranges from 97% for a semi-automated approach [23] through 98.9% with a graph cut minimization [15]. A parallel effort [24] used Support Vector Machines (SVMs) to judge the correctness of the bifurcations generated by our previous tracking method [3] however, it only makes a binary judgment of bifurcation correctness and therefore cannot correct detection errors. Other efforts to address late C. elegans development have not reported late stage error rates [23] or have achieved similar results at exponentially larger computational cost [20].

Our approach is somewhat dependent on low error rates in detection. It makes the assumption that detection errors reveal themselves by a non-1:1 mapping in the semi-local neighborhood. Compound errors, such as complementary FN and FP (Figure 3d) can violate this assumption making accurate resolution difficult or impossible. Chances of becoming trapped in such situations can be dependent on the exact method and order in which tentative bifurcations are created. The prevalence of ‘Other’ cases in the confusion matrix (Tables 3 and 4) gives some sense of the number of cases that cannot be resolved. Note, however, that this total is exaggerated as the table sums over all tentative bifurcations seen during lineageing, and each unresolvable bifurcation will yield several ‘Other’ bifurcations as different branch points are exhaustively tried. More sophisticated methods for bifurcation resolution, such as creating and resolving tentative bifurcations in order of certainty of classification are one open research area.

Table 3 Confusion matrix of classifier on all tentative bifurcations generated while processing training data
Table 4 Confusion matrix of classifier on test data

Methods for assigning bifurcation classifications remain to be optimized. We have found our relatively simple and generic Naïve Bayes classifier performs acceptably; achieving ~90% accuracy in identifying bifurcation causes in test data (Tables 3 and 4). Other classifier frameworks, such as SVMs, though not probabilistic, perform strongly in most situations [25] and might be able to solve more difficult cases. More sophisticated probability models could also yield better prediction or better generalization in particular applications. SVMs (or other learning approaches) are not however a panacea. SVMs have been applied to distinguishing true and FP divisions using features qualitatively similar to our bifurcation measurements [24]. Resulting classification accuracy was 88%, lower than our global classification accuracy and significantly lower than our accuracy on this reduced problem (Table 4). This is not a weakness of SVMs but a reflection of the importance of measuring the entire semi-local neighborhood and explicitly modeling the major classes of alternative causes for bifurcations.

Matlab source code distributed under GNU GPL and a compiled Windows binary are freely available: http://sourceforge.net/projects/starrynite/files/starryniteII/.

Conclusion

The high accuracy of our layered greedy tracking approach suggests that sufficient information is present within a semi-local neighborhood to recognize dependencies between tracking cues, and to interpret difficult cases without reverting to global optimization. This kind of semi-local greedy solution is vital in large scale analysis, such as in toto imaging of complex organisms. In such data sets, global optimization becomes unfeasible due to high computational and memory demands. Tentative bifurcation resolution provides a logical means for framing this task, allowing us to create a unified, and principled statistical model that is intuitive, low dimensional, and easily trained from only corrected lineage results.

Our tracking approach begins with independent detection results but corrects detection errors through bifurcation-based modeling. As our tests show, this approach maintains the computational efficiency of independent detection and tracking while achieving high accuracy. In contrast to traditional tracking methods with strong priors for the continued existence of a tracked object, our approach creates more fragmented results in the most challenging images but avoids the corresponding risk of hallucinating entire sections of track in the case of cell death or long term disappearance due to imaging limitations.

The ability to accurately follow cells over long periods is sensitive to relatively small changes in error rates. Therefore, while the reduction of instantaneous error from 1.6% to 0.4% may appear modest, it makes a crucial difference in lineage analysis. With even slightly worse error rates, as illustrated by the simulation results in Figure 3a, cumulative accuracy quickly degrades. In C. elegans embryogenesis, an instantaneous accuracy of 99.6% is just sufficient to follow over half of cells correctly through ~200 time points and 6 rounds of cell divisions to the 350 cell stage, where gastrulation and organogenesis are complete. We note that a >50% cumulative accuracy can enable fully automated single cell analysis by statistical integration of multiple datasets with tracking errors. In general, statistical analyses are enabled by maximizing the correct lineage fragments that are generated. Our approach therefore provides a qualitatively important accuracy level that opens the door to new approaches that can better utilize increasingly large image datasets.

Availability of supporting data

The data set(s) supporting the results of this article is(are) included within the article (and its additional file(s)).

References

  1. Bischoff M, Parfitt DE, Zernicka-Goetz M: Formation of the embryonic-abembryonic axis of the mouse blastocyst: relationships between orientation of early cleavage divisions and pattern of symmetric/asymmetric divisions. Development. 2008, 135 (5): 953-962.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  2. Keller PJ, Schmidt AD, Wittbrodt J, Stelzer EH: Reconstruction of zebrafish early embryonic development by scanned light sheet microscopy. Science. 2008, 322 (5904): 1065-1069.

    Article  PubMed  CAS  Google Scholar 

  3. Bao Z, Murray JI, Boyle T, Ooi SL, Sandel MJ, Waterston RH: Automated cell lineage tracing in Caenorhabditis elegans. Proc Natl Acad Sci U S A. 2006, 103 (8): 2707-2712.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  4. Tomer R, Khairy K, Amat F, Keller PJ: Quantitative high-speed imaging of entire developing embryos with simultaneous multiview light-sheet microscopy. Nat Methods. 2012, 9 (7): 755-763.

    Article  PubMed  Google Scholar 

  5. Krzic U, Gunther S, Saunders TE, Streichan SJ, Hufnagel L: Multiview light-sheet microscope for rapid in toto imaging. Nat Methods. 2012, 9 (7): 730-733.

    Article  PubMed  CAS  Google Scholar 

  6. Truong TV, Supatto W, Koos DS, Choi JM, Fraser SE: Deep and fast live imaging with two-photon scanned light-sheet microscopy. Nat Methods. 2011, 8 (9): 757-760.

    Article  PubMed  CAS  Google Scholar 

  7. Du Z, Santella A, He F, Tiongson M, Bao Z: De novo inference of systems-level mechanistic models of development from live-imaging-based phenotype analysis. Cell. 2014, 156 (1–2): 359-372.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  8. Kamentsky L, Jones TR, Fraser A, Bray MA, Logan DJ, Madden KL, Ljosa V, Rueden C, Eliceiri KW, Carpenter AE: Improved structure, function and compatibility for Cell Profiler: modular high-throughput image analysis software. Bioinformatics. 2011, 27 (8): 1179-1180.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  9. Al-Kofahi O, Radke RJ, Goderie SK, Shen Q, Temple S, Roysam B: Automated cell lineage construction: a rapid method to analyze clonal development established with murine neural progenitor cells. Cell Cycle. 2006, 5 (3): 327-335.

    Article  PubMed  CAS  Google Scholar 

  10. Chen Y, Ladi E, Herzmark P, Robey E, Roysam B: Automated 5-D analysis of cell migration and interaction in the thymic cortex from time-lapse sequences of 3-D multi-channel multi-photon images. J Immunol Methods. 2009, 340 (1): 65-80.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  11. Jaqaman K, Loerke D, Mettlen M, Kuwata H, Grinstein S, Schmid SL, Danuser G: Robust single-particle tracking in live-cell time-lapse sequences. Nat Methods. 2008, 5 (8): 695-702.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  12. Jaensch S, Decker M, Hyman AA, Myers EW: Automated tracking and analysis of centrosomes in early Caenorhabditis elegans embryos. Bioinformatics. 2010, 26 (12): i13-i20.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  13. Lou X, Hamprecht FA: Structured Learning for Cell Tracking. NIPS. 2011, 1296-1304.

    Google Scholar 

  14. Yang B, Chang H, Ram N: Learning affinities and dependencies for multi-target tracking using a CRF model. Computer Vision and Pattern Recognition (CVPR). 2011, 1233-1240.

    Google Scholar 

  15. Dzyubachyk O, Jelier R, Lehner B, Niessen W, Meijering E: Model-based approach for tracking embryogenesis in Caenorhabditis elegans fluorescence microscopy data. Conf Proc IEEE Eng Med Biol Soc. 2009, 1: 5356-5359.

    Google Scholar 

  16. Dufour A, Shinin V, Tajbakhsh S, Guillen-Aghion N, Olivo-Marin JC, Zimmer C: Segmenting and tracking fluorescent cells in dynamic 3-D microscopy with coupled active surfaces. IEEE Trans Image Process. 2005, 14 (9): 1396-1410.

    Article  PubMed  Google Scholar 

  17. Li K, Miller ED, Chen M, Kanade T, Weiss LE, Campbell PG: Cell population tracking and lineage construction with spatiotemporal context. Med Image Anal. 2008, 12 (5): 546-566.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Smal I, Draegestein K, Galjart N, Niessen W, Meijering E: Rao-Blackwellized marginal particle filtering for multiple object tracking in molecular bioimaging. Inf Process Med Imaging. 2007, 20: 110-121.

    Article  PubMed  Google Scholar 

  19. Isard M, Blake A: CONDENSATION - Conditional density propagation for visual tracking. Int J Comput Vision. 1998, 29 (1): 5-28.

    Article  Google Scholar 

  20. Mace DL, Weisdepp P, Gevirtzman L, Boyle T, Waterston RH: A high-fidelity cell lineage tracing method for obtaining systematic spatiotemporal gene expression patterns in Caenorhabditis elegans. G3 (Bethesda). 2013, 3 (5): 851-863.

    Article  Google Scholar 

  21. Amat F, Myers EW, Keller PJ: Fast and robust optical flow for time-lapse microscopy using super-voxels. Bioinformatics. 2013, 29 (3): 373-380.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  22. Santella A, Du Z, Nowotschin S, Hadjantonakis AK, Bao Z: A hybrid blob-slice model for accurate and efficient detection of fluorescence labeled nuclei in 3D. BMC Bioinformatics. 2010, 11: 580-

    Article  PubMed Central  PubMed  Google Scholar 

  23. Giurumescu CA, Kang S, Planchon TA, Betzig E, Bloomekatz J, Yelon D, Cosman P, Chisholm AD: Quantitative semi-automated analysis of morphogenesis with single-cell resolution in complex embryos. Development. 2012, 139 (22): 4271-4279.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  24. Aydin Z, Murray JI, Waterston RH, Noble WS: Using machine learning to speed up manual image annotation: application to a 3D imaging protocol for measuring single cell gene expression in the developing C. elegans embryo. BMC Bioinformatics. 2010, 11: 84-

    Article  PubMed Central  PubMed  Google Scholar 

  25. Caruana R, Niculescu-Mizil A: An empirical comparison of supervised learning algorithms. Proceedings of the 23rd international conference on Machine learning; Pittsburgh, Pennsylvania. 2006, 1143865: ACM, 161-168.

    Google Scholar 

Download references

Acknowledgements

Thanks to Julia L. Moore Vogel, Pavak Shah, Ismar Kovacevic and Heather Katzoff for comments on the manuscript. Funding provided by the National Institutes of Health (NIH) grants GM097576 and HD075602.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zhirong Bao.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

AS conducted the primary algorithm design implementation and evaluation and drafted the manuscript. ZD advised on microscopy concerns and executed imaging experiments. ZB participated in algorithm and experimental design and revised the manuscript. All authors read and approved the final manuscript.

Electronic supplementary material

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver ( https://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

Santella, A., Du, Z. & Bao, Z. A semi-local neighborhood-based framework for probabilistic cell lineage tracing. BMC Bioinformatics 15, 217 (2014). https://doi.org/10.1186/1471-2105-15-217

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-15-217

Keywords