---
title: 'Track-to-Flow (T2F): Mapping Tracks to Flows'
url: https://www.emergentmind.com/topics/track-to-flow-t2f
type: topic
---

# Track-to-Flow (T2F): Mapping Tracks to Flows

Track-to-Flow (T2F) is a label used in several research literatures for methods that convert tracked observations, trajectories, or associations into a flow representation, or that realize tracking by composing flow estimates. In the cited work, T2F spans satellite tracking of ship-emitted aerosols, dense long-term pixel tracking, inversion of Eulerian velocity–pressure fields from sparse Lagrangian tracks, normalizing-flow-based multi-object association, track-function matching in perturbative QCD, conversion of multi-target traffic tracks into microscopic flow variables, and decoding psychological flow from motor performance [2108.05882], [2305.12998], [2507.09621], [2509.17109], [2308.11513], [2108.01674], [1609.02137], [2310.12035].

## 1. Terminological scope and domain-specific meanings

In the cited literature, T2F does not denote a single standardized algorithm. The same term is applied to different objects called “tracks” and to different meanings of “flow,” ranging from optical flow and fluid flow to traffic flow, energy flow, probabilistic normalizing flows, and psychological flow states.

| Usage | Track input | Flow output or operation |
|---|---|---|
| Optical-flow tracking | Ship-track ROIs or image pixels | Trajectories, pathlines, persistence |
| Sparse-trajectory inversion | Particle tracks or one agent trajectory | Dense velocity, pressure, temperature fields |
| Multi-object association | Track–detection cue vector | Conditional normalizing-flow likelihood |
| Traffic measurement | Multi-target centroids | Speed, acceleration, headways |
| Perturbative QCD | Partonic observables with track functions | Restricted-hadron energy flow |
| Behavioral decoding | Performance metrics | Continuous flow intensity |

The table shows that the common element is not a shared implementation but a shared mapping logic: some tracked entity is converted into a field, a transport description, or a flow-valued score. This suggests that T2F is best understood as a family of track-conditioned inference procedures rather than as a single method class.

## 2. Optical-flow formulations for tracking visible structures

In atmospheric remote sensing, T2F appears as the use of optical flow to follow the motion and persistence of ship-emitted aerosol signatures that manifest as bright, quasi-linear cloud features in GOES-17 ABI imagery [2108.05882]. The method uses ABI Level-1b radiances from C06 at 2.24 μm and C07 at 3.90 μm, forms the day–night visualization \(C06 - C07\), applies histogram equalization, and operates on 2 km imagery at 5-minute cadence over 24 manually selected ship-track intersections in the North Pacific Ocean off the U.S. West Coast. Motion is estimated with Shi–Tomasi “Good Features to Track” and pyramidal Lucas–Kanade sparse optical flow, with the local brightness-constancy constraint
$$
I_x u + I_y v + I_t = 0.
$$
Tracking boxes are updated by averaging feature displacements, and generalized propagation follows
$$
x_{t+\Delta t} = x_t + u(x_t,t)\Delta t,\qquad y_{t+\Delta t} = y_t + v(y_t,t)\Delta t.
$$
The principal confound is motion from high, optically thick clouds; the paper addresses this by manual ROI placement on the low cloud deck, feature selection within the ROI, omission of frames with more than 2% corrupted pixels, and a solar-zenith-angle criterion with \(c=83^\circ\) and \(d=97^\circ\) to bridge sunrise and sunset using a constant-velocity predictor. Compared with NOAA HYSPLIT forward trajectories initialized from GDAS and ERA-5, the optical-flow tracker maintains higher SSIM than HYSPLIT and random-box baselines across the 24 cases. The reported outcome is that ship tracks persist beyond 9 hours and sometimes longer than 24 hours [2108.05882].

A different optical-flow-based T2F formulation is the Multi-Flow dense Tracker (MFT), which performs dense, pixel-level, long-term tracking by composing optical flows across logarithmically spaced temporal intervals [2305.12998]. For frames \(i,j,k\), flow composition is
$$
F_{i\to k}(x)=F_{i\to j}(x)+F_{j\to k}(x+F_{i\to j}(x)).
$$
MFT uses the default interval set \(D=\{\infty,1,2,4,8,16,32\}\), where \(\Delta=\infty\) denotes direct flow from the reference frame to the current frame. It augments RAFT with two CNN heads that output per-pixel occlusion probability and uncertainty, then selects for each pixel the candidate chain with minimum accumulated uncertainty subject to an occlusion gate \(\theta_o=0.02\). The reference-frame accumulators \(\bar F_{0\to t}, \bar O_{0\to t}, \bar U_{0\to t}\) reduce drift and allow recovery from medium-length occlusions by longer temporal hops. On TAP-Vid DAVIS, MFT reports \(AJ=47.3/56.1\), \(avg=66.8\%/70.8\%\), and \(OA=77.8\%/86.9\%\) for first/strided evaluation; on TAP-Vid Kinetics first, it reports \(AJ=39.6\), \(avg=60.4\%\), and \(OA=72.7\%\). Runtime is about \(2.32\) FPS densely at \(512\times512\), and exceeds 100 FPS with precomputed segments [2305.12998].

These two optical-flow usages differ in scale and objective. The ship-track system isolates a meteorological structure within a carefully chosen ROI and quantifies persistence, whereas MFT tracks every pixel in parallel and uses learned uncertainty and occlusion modeling to select among competing flow chains. Both, however, treat tracking as a composition of local motion estimates rather than as repeated detection.

## 3. From sparse trajectories to dense Eulerian fields

In fluid mechanics, T2F denotes the reconstruction of dense, physically consistent flow fields from sparse Lagrangian observations. TrajectoryFlowNet reconstructs a continuous velocity field \(u(x,t)\), pressure field \(p(x,t)\), and particle trajectories \(x_i(t)\) from sparse particle tracks by coupling a Lagrangian trajectory network with an Eulerian flow-field network under Navier–Stokes constraints [2507.09621]. The Lagrangian description uses the material derivative
$$
D_\tau=\partial_t+\mathbf{u}\cdot\nabla,
$$
and imposes the advection constraint
$$
\frac{d\mathbf{x}}{d\tau}=\mathbf{u}.
$$
The Eulerian module enforces incompressible Navier–Stokes without external forcing, while both modules are parameterized as fully connected networks with Fourier feature mappings and tanh activations. Training minimizes a data loss for observed particle positions and velocities and a physics residual loss enforcing both Lagrangian kinematics and the Navier–Stokes residuals at Latin-hypercube collocation points. In the lid-driven cavity case, the trajectory block uses 4 hidden layers with 40 neurons, the flow-field block uses 6 hidden layers with 60 neurons, and 160,400 collocation points are sampled. Optimization uses L-BFGS with learning rate 1.0 and up to 50,000 iterations. The reported cavity performance includes trajectory mean error \(<0.003\), standard deviation \(<0.0051\), velocity RMSE and MAE \(<0.011\), and Pearson correlations \(0.9999\) for \(x\), \(0.9999\) for \(y\), \(0.9992\) for \(u\), \(0.9989\) for \(v\), and \(0.9890\) for \(p\). In the complex-cylinder case, velocity and pressure correlations are \(0.9646\), \(0.9368\), and \(0.9457\), and in the aortic and left-ventricle experimental cases correlations exceed 0.9 for trajectories and velocities despite moving boundaries and sparse measurements [2507.09621].

A more extreme sparse-observation variant is the 2025 T2F model for super-resolution reconstruction from a single actively migrating Lagrangian trajectory [2509.17109]. The agent is not passively advected: it self-propels at fixed speed \(U_{\text{propel}}\) and chooses a swimming direction \(\theta\) with a Soft Actor-Critic controller from the state
$$
s_t=[\mathbf{x}_{\text{agent}},\;\Delta\mathbf{x}_{\text{agent}},\;\mathbf{u}_{\text{fluid}},\;\mathbf{x}_{\text{target}}],
$$
with kinematics
$$
\mathbf{u}_{\text{agent}}=\mathbf{u}_{\text{fluid}}+U_{\text{propel}}[\cos\theta,\sin\theta].
$$
From a trajectory segment of length \(l_t=50\), T2F extracts small patches around the agent, tokenizes them, encodes the sequence with a Vision Transformer using \(n_{\text{trans}}=2\) layers and \(h=8\) attention heads, and decodes a \(128\times128\) Eulerian window with a three-layer transposed-convolution CNN. The data-only variant minimizes an MSE loss, whereas T2F+PINN adds PDE residuals for continuity, momentum, and temperature transport. In a cylinder wake at \(Re=800\), T2F reports normalized \(L_2\) errors for velocity of about \(0.06\) for \(u_x\) and about \(0.19\) for \(u_y\), while T2F+PINN reduces vorticity error by about \(4.2\%\). In turbulent Rayleigh–Bénard convection at \(Ra=10^8\) and \(Pr=0.71\), both models achieve similar primitive-variable errors, but T2F+PINN reduces normalized \(L_2\) error by \(33.3\%\) for vorticity, \(31.6\%\) for \(\partial_x T\), and \(60.1\%\) for \(Q\) relative to T2F [2509.17109].

Taken together, these studies define a strong fluid-mechanical meaning of T2F: sparse trajectory data become dense field reconstructions through learned Lagrangian–Eulerian couplings, and physics-informed regularization mainly improves gradient-sensitive quantities rather than primitive variables.

## 4. Tracking, association, and traffic-flow measurement

In traffic engineering, T2F has a direct operational meaning: multi-target trajectories extracted from video are converted into microscopic traffic variables such as individual speeds, accelerations, and headways [1609.02137]. The underlying tracker is intentionally simple. A fixed-focus camera is mounted above the road or walkway, a background image is captured, and each frame at about 30 fps is differenced against the background, filtered, thresholded, and analyzed by connected components to obtain centroid points \(p_{s,i}=(x_{s,i},y_{s,i})\). Association between consecutive slices uses a binary distance matrix
$$
D^s(i,j)=
\begin{cases}
1,& d_{ij}\le T\\
0,& \text{otherwise}
\end{cases}
$$
with \(d_{ij}=\|p_{s,i}-p_{s+1,j}\|\).
The method assigns IDs by nearest-neighbor matching under a distance gate \(T\), manages entries and exits through zero columns and zero rows, and does not perform re-identification. After planar calibration, trajectories are converted into
$$
v_i(t_k)=\frac{\|p_i(t_k)-p_i(t_{k-1})\|}{t_k-t_{k-1}},
\qquad
a_i(t_k)=\frac{v_i(t_k)-v_i(t_{k-1})}{t_k-t_{k-1}},
$$
time headway \(h_i^t\), and distance headway \(h_i^d(t)\). The reported validation is qualitative but explicit: the automatic method works “without error” against manual collection as long as there is no occlusion [1609.02137].

In multi-object tracking, the paper “TrackFlow” uses the term in a different sense: it converts track-to-detection association scoring into conditional density estimation with normalizing flows [2308.11513]. For a candidate pair \((T,D)\), the feature vector \(a\) consists of \(\Delta p\), \(\Delta w,h\), and \(\Delta d\), while the conditioning variable \(x\) includes the track temporal context \(T\) and a scene cluster \(c\) obtained from CLIP-based clustering. The association cost is
$$
c(a;x)=-\log p(a\mid x),
$$
with \(p(a\mid x)\) defined by a conditional normalizing flow and trained by maximum likelihood on ground-truth positive associations. The model uses \(L=16\) flow blocks with 64 hidden neurons per block, a context window \(|T|=8\), and \(C=16\) scene clusters. It replaces heuristic weighted sums of IoU, appearance, motion, and coarse 3D cues with a learned joint conditional model of cue dependencies. On MOTSynth, MOT17, and MOT20, the reported effect is consistent but moderate for estimated distances and much larger when ground-truth distances are available. For example, on MOT17 validation, TrackFlow improves SORT by \(+1.78\) HOTA and \(+1.41\) IDF1, ByteTrack by \(+0.40\) HOTA and \(+0.23\) IDF1, and OC-SORT by \(+0.35\) HOTA and \(+1.12\) IDF1 [2308.11513].

These two uses share a reliance on track-level state evolution, but they differ in what “flow” denotes. In traffic analysis, flow is the measurable stream of moving agents derived from trajectories. In TrackFlow, flow is the normalizing-flow machinery that turns heterogeneous association cues into a likelihood.

## 5. Track functions and restricted energy flow in perturbative QCD

In perturbative QCD, T2F has a formal theoretical meaning: it is the mapping from partonic predictions for energy-flow observables to charged-particle or otherwise restricted-hadron energy flow through nonperturbative track functions [2108.01674]. A track function \(T_i(x)\) gives the energy fraction \(x\) of a parton \(i\) converted into a subset \(R\) of hadrons defined by quantum numbers, such as electrically charged hadrons. Unlike fragmentation functions, track functions sum over all hadrons in the subset and therefore encode multi-hadron correlations. Their \(n\)-th moments are
$$
T_i(n,\mu)=\int dx\, x^n T_i(x,\mu),
$$
with the sum rule \(T_i(0,\mu)=1\).

The paper identifies a shift symmetry in track-function evolution and uses it to organize nonlinear renormalization-group equations in terms of central moments such as
$$
\sigma_i(2)=T_i(2)-T_i(1)^2,
\qquad
\sigma_i(3)=T_i(3)-3T_i(2)T_i(1)+2T_i(1)^3.
$$
It explicitly computes the evolution of the first three moments at next-to-leading order and shows that, for charged hadrons in QCD where \(\Delta=T_q(1)-T_g(1)\) is small, the evolution of the first three central moments is governed by standard timelike twist-2 anomalous dimensions up to suppressed nonlinearities. For energy correlators, the core factorization is
$$
\langle \mathcal{E}_R(\vec n_1)\cdots \mathcal{E}_R(\vec n_k)\rangle
=
\sum_{i_1,\ldots,i_k}
T_{i_1}(1)\cdots T_{i_k}(1)
\langle E_{i_1}(\vec n_1)\cdots E_{i_k}(\vec n_k)\rangle.
$$
The paper then computes the two-point energy correlator on charged particles at \(O(\alpha_s^2)\) and demonstrates that infrared singularities in perturbation theory are absorbed by moments of the track functions. It also states that the first three moments suffice for up to three-point energy correlations [2108.01674].

Here the word “track” refers not to a trajectory in physical space but to the subset of hadrons seen by a tracking detector, and “flow” refers to energy flow. This usage is mathematically distant from optical-flow or trajectory-inversion methods, yet it fits the same broader template: a restricted observable built from tracks is related to a more complete flow observable through an explicit transformation law.

## 6. Decoding psychological flow from tracked performance

In cognitive and motor-control research, T2F denotes the mapping from tracked task performance to a continuous estimate of psychological flow intensity [2310.12035]. The cited study uses a Fine Fingertip Force Control task in VR, in which participants press a force transducer with the right index finger to keep the force \(F_t\) inside a target band around \(F_r=1\) N for at least 500 ms within a 3 s trial. Force is sampled at 1 kHz, each trial is followed by 2 s rest, and three main sessions of 100 trials each are preceded by a 50-trial skill-measurement session. Difficulty is calibrated by an adaptive staircase to a success probability of about 0.5, with mean measured skill \(AF=0.040\pm0.013\) N across participants. Flow labels come from 12 sparse self-report probes using a three-item subset of the Flow Short Scale, and 24 of 32 recruited participants are retained after exclusions.

The T2F decoder uses eight performance metrics computed from the force trajectory: reaction time, arriving time, completing time, in-range time, force overshooting, average deviation, average adjusting rate, and success rate. For probe \(k\), metrics are averaged across the five trials immediately preceding the probe to form \(P(k)\in\mathbb{R}^8\), and a participant-specific linear model predicts flow intensity through
$$
\hat I(k)=T^\top P_{\text{sel}}(k)+I_0,
$$
where \(P_{\text{sel}}\) contains at most four selected metrics. Training uses leave-one-out cross-validation over the 12 probes, with exhaustive feature-subset search under the constraint that labels outnumber features by at least a factor of three. The reported group-level decoding accuracy is \(R=0.81\) with \(p=1.54\times10^{-70}\), and mean NRMSE is \(11.34\%\) for overall flow intensity, \(12.82\%\) for fluency, and \(16.49\%\) for absorption. All participants pass both random-label and permuted-timestamp tests at \(P<0.05\). The decoded series has one estimate per trial, corresponding to a cadence of \(0.333\) Hz, and power spectral density analysis indicates that more than 70% of power lies at timescales of \(19.57\pm2.71\) s and faster [2310.12035].

The study also reports systematic metric differences between in-flow and out-flow states. Reaction time and completing time are shorter in-flow, in-range time and success rate are higher, and overshooting, average deviation, and average adjusting rate are smaller; arriving time is not significant in the paired \(t\)-test. This T2F usage is conceptually the farthest from fluid or optical flow, but it preserves the same inferential structure: a tracked time series is mapped into a latent flow-valued quantity that varies continuously between sparse labels.

## 7. Recurrent design patterns, limitations, and methodological implications

Taken together, these usages suggest three recurrent T2F patterns. The first is **flow-for-tracking**, in which motion fields are estimated and composed to maintain trajectories, as in ship-track optical flow and MFT [2108.05882], [2305.12998]. The second is **track-to-field inversion**, in which sparse trajectories are used to reconstruct dense state variables or transport fields, as in TrajectoryFlowNet and the single-trajectory T2F/T2F+PINN models [2507.09621], [2509.17109]. The third is **track-conditioned flow scoring**, in which tracks are turned into probabilistic, energetic, or psychological flow quantities, as in TrackFlow, track functions in QCD, and performance-based flow decoding [2308.11513], [2108.01674], [2310.12035].

The limitations reported across these domains are also structurally similar. Optical-flow trackers are vulnerable to occlusion, diurnal radiance changes, thin structures, textureless regions, and drift [2108.05882], [2305.12998]. Fluid-mechanical inversions depend on trajectory coverage, may struggle in regions with few or stagnant particles, and in the single-trajectory PINN variant use temporal derivatives from reference fields during training rather than pure autodiff [2507.09621], [2509.17109]. Normalizing-flow association depends on domain transfer and the reliability of coarse 3D distance estimates [2308.11513]. The centroid-based traffic tracker assumes minimal occlusion and small inter-frame displacement relative to inter-object spacing [1609.02137]. The psychological decoder depends on sparse self-reports, individualized calibration, and stability of the task-performance relationship under fatigue, learning, and distraction [2310.12035]. In perturbative QCD, the main assumptions are perturbative factorization, universality of collinear limits, and controlled treatment of nonlinear moment evolution [2108.01674].

A plausible implication is that T2F has become a reusable research pattern rather than a single discipline-specific term. Across fields, it typically combines sparse or partial observations, an inductive bias about transport or correspondence, and an explicit rule for propagating, aggregating, or regularizing tracks into a flow-like object. What changes from domain to domain is the ontology of both sides of the mapping: pixels, aerosols, particles, vehicles, hadrons, or human performance can all serve as “tracks,” while the target “flow” can be optical motion, a Navier–Stokes field, traffic variables, a likelihood under a normalizing flow, restricted energy flow, or a latent cognitive state.

Source: https://www.emergentmind.com/topics/track-to-flow-t2f