Graph Neural Network for Cell Tracking in Microscopy Videos
Tal Ben-Haim, Tammy Riklin Raviv

TL;DR
This paper introduces a novel graph neural network framework for cell tracking in microscopy videos, modeling sequences as graphs and leveraging deep metric learning and a new GNN block to improve tracking accuracy across diverse datasets.
Contribution
The paper presents a new GNN architecture with mutual node-edge updates and an end-to-end deep learning framework for improved cell tracking.
Findings
Outperforms state-of-the-art methods on multiple datasets
Effective in 2D and 3D microscopy data
Utilizes a novel message passing mechanism
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSingle-cell and spatial transcriptomics · Cell Image Analysis Techniques · AI in cancer detection
MethodsGraph Neural Network
