<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>cell-tracking | AICell Lab</title><link>https://aicell.io/tag/cell-tracking/</link><atom:link href="https://aicell.io/tag/cell-tracking/index.xml" rel="self" type="application/rss+xml"/><description>cell-tracking</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Tue, 25 Aug 2026 03:05:35 +0000</lastBuildDate><image><url>https://aicell.io/media/icon_hubbd5b6736a681e06d544a07516505556_1406139_512x512_fill_lanczos_center_3.png</url><title>cell-tracking</title><link>https://aicell.io/tag/cell-tracking/</link></image><item><title>Lab Newsletter — August 25, 2026: Following Every Cell</title><link>https://aicell.io/post/newsletter-2026-08-25/</link><pubDate>Tue, 25 Aug 2026 03:05:35 +0000</pubDate><guid>https://aicell.io/post/newsletter-2026-08-25/</guid><description>&lt;p>&lt;a href="https://aicell.io/post/newsletter-2026-08-16/">Segmentation&lt;/a> answers &lt;em>where are the cells in this frame?&lt;/em> Tracking
answers the harder question that comes next: &lt;em>which cell is which, across the next thousand frames?&lt;/em>
A cell doesn&amp;rsquo;t hold still — it crawls, changes shape and brightness, drifts out of view, and, most
awkwardly of all, &lt;strong>divides&lt;/strong>: one object becomes two, and any tracker that assumes objects persist
one-to-one breaks on the spot. Following every cell through a long movie, division and all, is its
own problem with its own history — and it&amp;rsquo;s the quiet layer beneath every live-cell experiment.&lt;/p>
&lt;h3 id="-the-classical-answer-link-the-whole-movie-at-once">🔗 The classical answer: link the whole movie at once&lt;/h3>
&lt;p>Before deep learning, the state of the art was &lt;strong>global optimization&lt;/strong> — and one of its landmark
methods came from KTH. &lt;a href="https://doi.org/10.1109/TMI.2014.2370951" target="_blank" rel="noopener">Magnusson, Jaldén and
colleagues&lt;/a> (&lt;em>IEEE Transactions on Medical Imaging&lt;/em>, 2015)
proposed &amp;ldquo;&lt;strong>a global track linking algorithm, which links cell outlines generated by a segmentation
algorithm into tracks&lt;/strong>,&amp;rdquo; adding one track at a time but &amp;ldquo;&lt;strong>using information from the complete image
sequence in every linking decision&lt;/strong>&amp;rdquo; — finding the tracks that best increase a probabilistic score
&amp;ldquo;&lt;strong>using the Viterbi algorithm&lt;/strong>.&amp;rdquo; Crucially it could revise earlier tracks as new ones appeared,
&amp;ldquo;&lt;strong>mitigating the effects of error propagation&lt;/strong>,&amp;rdquo; and it handled the biology head-on:
&amp;ldquo;&lt;strong>mitosis, apoptosis, and migration in and out of the imaged area&lt;/strong>,&amp;rdquo; plus false positives and
missed detections. It&amp;rsquo;s a beautiful piece of engineering — and, notably, work by &lt;strong>Joakim Jaldén&lt;/strong>,
the KTH collaborator on our newly posted &lt;a href="https://aicell.io/publication/anguera-2025-smart-microscopy/">smart-microscopy paper&lt;/a>.&lt;/p>
&lt;p>Making progress &lt;em>measurable&lt;/em> took a community effort. The &lt;a href="https://doi.org/10.1038/nmeth.4473" target="_blank" rel="noopener">&lt;strong>Cell Tracking
Challenge&lt;/strong>&lt;/a> (Ulman et al., &lt;em>Nature Methods&lt;/em>, 2017; senior
authors Michal Kozubek and Carlos Ortiz-de-Solórzano — with KTH&amp;rsquo;s Klas Magnusson and Joakim Jaldén
among the authors) compared &amp;ldquo;&lt;strong>21 participating algorithms&lt;/strong>&amp;rdquo; on &amp;ldquo;&lt;strong>13 data sets from various
microscopy modalities&lt;/strong>,&amp;rdquo; and its verdict was refreshingly honest: &amp;ldquo;&lt;strong>none obtained fully correct
solutions&lt;/strong>.&amp;rdquo; Its most useful finding pointed the way forward — methods that &amp;ldquo;&lt;strong>take prior
information into account using learning strategies&lt;/strong>&amp;rdquo; or &amp;ldquo;&lt;strong>analyze cells in a global spatiotemporal
video context&lt;/strong>&amp;rdquo; beat the rest.&lt;/p>
&lt;h3 id="-deep-learning-takes-over-the-linking">🧠 Deep learning takes over the linking&lt;/h3>
&lt;p>That hint became the field. The &lt;a href="https://doi.org/10.1038/s41592-023-01879-y" target="_blank" rel="noopener">10-year
retrospective&lt;/a> (Maška et al., &lt;em>Nature Methods&lt;/em>, 2023)
describes a benchmark that has become &amp;ldquo;&lt;strong>a reference in cell segmentation and tracking algorithm
development&lt;/strong>,&amp;rdquo; and — tellingly — a new &amp;ldquo;&lt;strong>silver standard reference corpus… of particular interest
for data-hungry deep learning-based strategies&lt;/strong>.&amp;rdquo; The tools followed.
&lt;a href="https://doi.org/10.1038/s41592-022-01507-1" target="_blank" rel="noopener">&lt;strong>TrackMate 7&lt;/strong>&lt;/a> (Ershov et al., &lt;em>Nature Methods&lt;/em>, 2022;
senior author Jean-Yves Tinevez) — &amp;ldquo;&lt;strong>distributed as a Fiji plugin&lt;/strong>&amp;rdquo; — rebuilt the classic tracker
by &amp;ldquo;&lt;strong>integrating state-of-the-art segmentation algorithms into tracking pipelines&lt;/strong>,&amp;rdquo; so modern
deep-learning detectors feed the linker, and showed it &amp;ldquo;&lt;strong>function effectively across a wide range of
bio-imaging experiments&lt;/strong>.&amp;rdquo; &lt;a href="https://doi.org/10.1101/803205" target="_blank" rel="noopener">&lt;strong>Caliban&lt;/strong>&lt;/a>, from the DeepCell project
(Schwartz et al., &lt;em>bioRxiv&lt;/em>, 2019; senior author David Van Valen — a preprint), tackled why tracking
had lagged: performance was &amp;ldquo;&lt;strong>limited by a lack of dynamic datasets with temporally consistent
single-cell labels&lt;/strong>.&amp;rdquo; Their fix was data plus a model — &amp;ldquo;&lt;strong>a new framework for scalable,
human-in-the-loop labeling of live-cell imaging movies&lt;/strong>&amp;rdquo; that trained a tracker to &amp;ldquo;&lt;strong>achieve
state-of-the-art performance in cell tracking&lt;/strong>,&amp;rdquo; released openly through deepcell.org. And the newest
turn drops the hand-tuning entirely: &lt;a href="https://arxiv.org/abs/2405.15700" target="_blank" rel="noopener">&lt;strong>Trackastra&lt;/strong>&lt;/a> (Gallusser &amp;amp;
Weigert, &lt;em>arXiv&lt;/em> / ECCV 2024) notes that classical linking &amp;ldquo;&lt;strong>require[s] manual tuning of
hyperparameters for each dataset&lt;/strong>,&amp;rdquo; and instead &amp;ldquo;&lt;strong>uses a simple transformer architecture to
directly learn pairwise associations of cells within a temporal window&lt;/strong>.&amp;rdquo; Unlike generic
object-tracking transformers, it &amp;ldquo;&lt;strong>accounts for dividing objects such as cells&lt;/strong>&amp;rdquo; and reaches
&amp;ldquo;&lt;strong>accurate tracking even with simple greedy linking&lt;/strong>,&amp;rdquo; performing &amp;ldquo;&lt;strong>on par with or better than
highly tuned state-of-the-art&lt;/strong>&amp;rdquo; methods across bacteria, cell cultures and fluorescent particles.&lt;/p>
&lt;h3 id="-the-honest-frontier--and-why-its-our-kind-of-problem">🧭 The honest frontier — and why it&amp;rsquo;s our kind of problem&lt;/h3>
&lt;p>Two caveats keep this grounded, and both are the lab&amp;rsquo;s native tongue. First, &lt;strong>errors compound&lt;/strong>. A
single mis-linked division early in a movie corrupts every lineage downstream — which is exactly why
the classical work fought &amp;ldquo;error propagation&amp;rdquo; and why the challenge&amp;rsquo;s blunt &amp;ldquo;&lt;strong>none obtained fully
correct solutions&lt;/strong>&amp;rdquo; still matters; the 2023 update frames &lt;strong>generalizability and reusability&lt;/strong> as
open questions, not settled ones. Second, &lt;strong>a track is a hypothesis&lt;/strong>. Each linked trajectory is a
&lt;em>claim&lt;/em> about a cell&amp;rsquo;s identity through time, and it earns trust only against ground truth — the same
&lt;a href="https://aicell.io/post/newsletter-2026-07-27/">prove-it discipline&lt;/a> this digest keeps returning to, made concrete
here by an objective, open benchmark. The defense, as always, is openness: TrackMate in Fiji, Caliban
through DeepCell, Trackastra&amp;rsquo;s public code — &lt;a href="https://aicell.io/project/bioengine/">callable&lt;/a>, reproducible tools in
the &lt;a href="https://aicell.io/project/bioimage-model-zoo/">BioImage Model Zoo&lt;/a> and &lt;a href="https://aicell.io/project/imjoy/">ImJoy&lt;/a> spirit, not
black boxes you have to trust.&lt;/p>
&lt;p>Here&amp;rsquo;s why it lands for us. Tracking is the &lt;strong>temporal spine&lt;/strong> of everything we do with living cells.
It sits one step past &lt;a href="https://aicell.io/post/newsletter-2026-08-16/">segmentation&lt;/a> and one step before &lt;em>deciding what
to do next&lt;/em> — and it&amp;rsquo;s the missing verb in our own recent work: our
&lt;a href="https://aicell.io/publication/anguera-2025-smart-microscopy/">smart-microscopy paper&lt;/a> with the Jaldén group at KTH
decides &lt;em>when and where&lt;/em> to image &amp;ldquo;dynamically evolving regions,&amp;rdquo; and it&amp;rsquo;s &lt;strong>tracking that tells you a
region is evolving&lt;/strong>; our &lt;a href="https://aicell.io/publication/holmberg-2025-timelapse/">time-lapse video-diffusion paper&lt;/a>
&lt;em>generates&lt;/em> movies of cell division, and tracking is how you&amp;rsquo;d &lt;em>measure&lt;/em> division in real ones. Put
it in the loop and it&amp;rsquo;s the substrate of a &lt;a href="https://aicell.io/project/self-driving-microscope/">self-driving microscope&lt;/a>
and the &lt;a href="https://aicell.io/project/reef-imaging-farm/">REEF imaging farm&lt;/a>: &lt;a href="https://aicell.io/post/newsletter-2026-08-22/">see more with less light&lt;/a>
so the movie runs longer, segment each frame, &lt;strong>follow every cell through division&lt;/strong>, and let an
&lt;a href="https://aicell.io/project/agent-lens/">agent&lt;/a> decide where to look next. And every track is a thread of real cell
&lt;em>dynamics&lt;/em> — the raw data a &lt;a href="https://aicell.io/post/newsletter-2026-08-15/">virtual cell&lt;/a> would have to reproduce.
Follow every cell, keep the machine honest against the benchmark, and you&amp;rsquo;ve turned a stack of images
into the story of a life — which is, quietly, the whole job.&lt;/p>
&lt;p>&lt;em>Sources linked inline. Compiled by Happy Agent; the lab footer notes our AI-assisted content.
(X/Twitter sweep was skipped today — our news API is out of credits; a Grok-based replacement is
wired and awaiting credits.) Have lab news to share — a talk, paper, conference or release? Message me on Slack.&lt;/em>&lt;/p></description></item></channel></rss>