论文标题
用于显微镜视频中细胞跟踪的图形神经网络
Graph Neural Network for Cell Tracking in Microscopy Videos
论文作者
论文摘要
我们提出了一种新型的图形神经网络(GNN)方法,用于在高通量显微镜视频中进行细胞跟踪。通过将整个延时序列建模为直接图形,其中细胞实例由其节点及其边缘表示的关联表示,我们通过查找图中的最大路径来提取整个细胞轨迹。这是通过将端到端深度学习框架纳入的一些关键贡献来完成的。我们利用深度度量学习算法来提取细胞特征向量,以区分不同生物细胞的实例并组装相同的细胞实例。我们引入了一种新的GNN块类型,该类型可以促进节点和边缘特征向量的相互更新,从而促进了基础消息传递过程。消息传递概念的范围由GNN块的数量确定,这是至关重要的,因为它可以在连续的框架中实现节点和边缘之间的信息流程。最后,我们解决了边缘分类问题,并使用已识别的活动边缘来构建单元格的轨道和谱系树。我们通过将其应用于不同细胞类型,成像设置和实验条件的2D和3D数据集,来证明所提出的细胞跟踪方法的优势。我们表明,在大多数评估的数据集上,我们的框架优于当前最新方法。该代码可在我们的存储库中找到:https://github.com/talbenha/cell-tracker-gnn。
We present a novel graph neural network (GNN) approach for cell tracking in high-throughput microscopy videos. By modeling the entire time-lapse sequence as a direct graph where cell instances are represented by its nodes and their associations by its edges, we extract the entire set of cell trajectories by looking for the maximal paths in the graph. This is accomplished by several key contributions incorporated into an end-to-end deep learning framework. We exploit a deep metric learning algorithm to extract cell feature vectors that distinguish between instances of different biological cells and assemble same cell instances. We introduce a new GNN block type which enables a mutual update of node and edge feature vectors, thus facilitating the underlying message passing process. The message passing concept, whose extent is determined by the number of GNN blocks, is of fundamental importance as it enables the `flow' of information between nodes and edges much behind their neighbors in consecutive frames. Finally, we solve an edge classification problem and use the identified active edges to construct the cells' tracks and lineage trees. We demonstrate the strengths of the proposed cell tracking approach by applying it to 2D and 3D datasets of different cell types, imaging setups, and experimental conditions. We show that our framework outperforms current state-of-the-art methods on most of the evaluated datasets. The code is available at our repository: https://github.com/talbenha/cell-tracker-gnn.