A Semi-automatic Cell Tracking Process Towards Completing the 4D Atlas of C. elegans Development

Andrew Lauziere,Ryan Christensen,Hari Shroff
DOI: https://doi.org/10.48550/arXiv.2207.13611
2022-08-02
Abstract:The nematode Caenorhabditis elegans (C. elegans) is used as a model organism to better understand developmental biology and neurobiology. C. elegans features an invariant cell lineage, which has been catalogued and observed using fluorescence microscopy images. However, established methods to track cells in late-stage development fail to generalize once sporadic muscular twitching has begun. We build upon methodology which uses skin cells as fiducial markers to carry out cell tracking despite random twitching. In particular, we present a cell nucleus segmentation and tracking procedure which was integrated into a 3D rendering GUI to improve efficiency in tracking cells across late-stage development. Results on images depicting aforementioned muscle cell nuclei across three test embryos suggest the fiducial markers in conjunction with a classic tracking paradigm overcome sporadic twitching.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in the late embryonic development of Caenorhabditis elegans (C. elegans), since muscle cells begin to have random twitching movements, the existing cell - tracking methods cannot effectively track cells. Specifically, the paper aims to develop a semi - automatic cell - tracking process to complete the 4D atlas of C. elegans development. ### Problem Background 1. **Caenorhabditis elegans (C. elegans) as a model organism** - C. elegans is a model organism often used in the study of developmental biology and neurobiology. - It has an invariant cell lineage, which enables scientists to observe it in detail through fluorescence microscope images. 2. **Existing challenges** - In the late embryonic development, the appearance of muscle cells leads to random twitching movements (muscular twitching), which makes the traditional cell - tracking methods ineffective. - The current methods rely on identifying seam cells in skin cells to approximate the curled posture of the embryo, but this method has a poor effect when dealing with complex twitching movements. ### Solution The paper proposes a nuclear segmentation and tracking program based on seam cells as fiducial markers and integrates it into a 3D - rendered graphical user interface (GUI) to improve the efficiency of cell - tracking in the late developmental stage. The specific steps include: 1. **Nuclear detection** - Use convolutional neural network models such as 3D U - Net and Stardist 3D for nuclear detection. - These models can achieve high - precision image segmentation, thus accurately detecting the positions of nuclei. 2. **Coordinate remapping (Untwisting the embryo)** - Utilize the coordinate information of seam cells to remap the coordinates of other imaged cells to a straightened coordinate system through natural cubic splines. - This process can reduce the displacement error caused by embryo movement, making the relative positions between nuclei more stable. 3. **Cell - tracking** - Use multi - object tracking (MOT) methods such as the Generalized Nearest Neighbor (GNN) filter to track the remapped nuclei. - To improve the accuracy of tracking, the Murty algorithm is also introduced to evaluate multiple possible matching results and select the optimal solution. ### Results and Discussion The experimental results of three test embryos show that the classical tracking paradigm combined with seam cells as fiducial markers can overcome the influence of random twitching movements to a certain extent and achieve effective cell - tracking. However, fully automated tracking still faces challenges, so the paper proposes a semi - automatic solution, allowing users to make manual corrections when necessary to ensure the accuracy of tracking. ### Summary The main contribution of this paper is to develop a semi - automatic cell - tracking method that can cope with the complex movements in the late embryonic development of C. elegans, providing a powerful tool for completing its 4D atlas.