Papers
Topics
Authors
Recent
Search
2000 character limit reached

Depth-Temporal Trajectory Modeling

Updated 6 July 2026
  • Depth-Temporal Trajectory Modeling is a framework where depth is treated as a dynamic state evolving over time, enabling multi-frame depth forecasting and tracking.
  • It unifies various approaches such as RGB video forecasting, event-guided motion estimation, and depth integration in multi-object tracking pipelines.
  • Incorporating spatiotemporal attention and dynamical state representations, DTM improves stability and accuracy in depth estimation across dynamic scenes.

Searching arXiv for recent and directly relevant papers on “Depth-Temporal Trajectory Modeling” and related formulations. Depth-Temporal Trajectory Modeling (DTM) denotes a family of formulations in which depth is modeled as a temporally evolving quantity rather than as an isolated frame-wise estimate. In the literature considered here, the term spans several distinct settings: future depth-sequence forecasting from RGB video, event-guided parametric trajectory fitting for 3D motion estimation, instance-level depth refinement for multi-object tracking, Kalman-filtered depth states for panoramic tracking, and joint recovery of metric depth with dense camera-rotation trajectories from perspective-based blur (Boulahbal et al., 2023, Wan et al., 14 Mar 2025, Deng et al., 22 Sep 2025, Deng et al., 29 Jun 2026, Qiu et al., 9 Dec 2025). A related trajectory-generation line factorizes global and local latent variables under spatiotemporal-validity constraints, which does not itself model depth but is relevant to the temporal-structure side of the problem (Zhang et al., 2020).

1. Taxonomic scope

The surveyed work does not present DTM as a single standardized algorithm. Instead, the common thread is that depth participates in temporal structure: as a predicted sequence, as a latent dynamical state, as a trajectory-conditioned geometric cue, or as a quantity coupled to image formation over time. This suggests that DTM is best understood as a modeling perspective rather than a fixed architecture.

Work Observation domain DTM object
STDepthFormer RGB video forecast depth maps Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}
EMoTive event stream event-guided non-uniform rational curves for motion and depth motion
DepTR-MOT MOT detection/tracking instance-level depth integrated into matching and state update
CylindTrack panoramic MOT Kalman-filtered depth state [dti,d˙ti][d_t^i,\dot d_t^i]^\top
Perspective-based blur method blurred monocular video dense rotation trajectory Θ\Theta coupled to metric depth map LL

In STDepthFormer, four consecutive RGB images It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t resized to 192×640192\times 640 are mapped to four forecast depth outputs Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}, with each depth produced at four pyramid levels (Boulahbal et al., 2023). In EMoTive, DTM refers to modeling spatio-temporal trajectories via event-guided non-uniform parametric curves, followed by multi-temporal sampling to recover optical flow and depth motion fields (Wan et al., 14 Mar 2025). In DepTR-MOT and CylindTrack, DTM operates inside tracking-by-detection pipelines: the former predicts per-instance depth and fuses it into association and 3D state updates, whereas the latter promotes depth to a trajectory-level state filtered by a one-dimensional constant-velocity Kalman filter (Deng et al., 22 Sep 2025, Deng et al., 29 Jun 2026). In the perspective-blur setting, DTM denotes a two-stage pipeline that estimates metric depth and densifies a sparse optical trajectory into a dense rotation field (Qiu et al., 9 Dec 2025).

2. State representations and mathematical formulations

A central distinction across DTM formulations is the choice of state space. STDepthFormer uses depth maps as the temporal state. Its network predicts a disparity-like activation σ\sigma, which is mapped to metric depth through

D=1aσ+b,D = \frac{1}{a\sigma + b},

with (a,b)(a,b) chosen so that [dti,d˙ti][d_t^i,\dot d_t^i]^\top0 m for training and [dti,d˙ti][d_t^i,\dot d_t^i]^\top1 m for evaluation (Boulahbal et al., 2023). Temporal coupling enters through attention over tokens concatenated across four frames and through recursive prediction of future feature states.

EMoTive instead represents each pixel’s trajectory over normalized time [dti,d˙ti][d_t^i,\dot d_t^i]^\top2 by a non-uniform rational B-spline,

[dti,d˙ti][d_t^i,\dot d_t^i]^\top3

where [dti,d˙ti][d_t^i,\dot d_t^i]^\top4 are control points, [dti,d˙ti][d_t^i,\dot d_t^i]^\top5 are event-adaptive weights, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top6 are degree-[dti,d˙ti][d_t^i,\dot d_t^i]^\top7 B-spline basis functions defined on a non-uniform knot vector (Wan et al., 14 Mar 2025). Multi-temporal samples [dti,d˙ti][d_t^i,\dot d_t^i]^\top8 then yield optical flow vectors

[dti,d˙ti][d_t^i,\dot d_t^i]^\top9

while depth motion is derived from the ratio of depths at consecutive time points under constant-velocity pinhole assumptions (Wan et al., 14 Mar 2025).

In CylindTrack, DTM is explicitly a dynamical system over per-track depth. Each active track Θ\Theta0 carries

Θ\Theta1

with constant-velocity transition

Θ\Theta2

and scalar measurement model

Θ\Theta3

The resulting predicted depth Θ\Theta4 enters the association cost through

Θ\Theta5

This replaces the naive use of raw frame-to-frame depth differences (Deng et al., 29 Jun 2026).

DepTR-MOT uses a different tracking state. After association, the track state is updated in a 3D space

Θ\Theta6

with detection measurement Θ\Theta7. Depth is fused into matching via

Θ\Theta8

where Θ\Theta9 normalizes depth distance into LL0 and LL1 is reported to work well empirically (Deng et al., 22 Sep 2025).

The perspective-blur formulation differs again by embedding temporal trajectory in the image-formation model. For camera rotations LL2, a point LL3 projects as

LL4

and the depth-dependent blur kernel is

LL5

The ratio of blur magnitudes for two points at depths LL6 and LL7 satisfies

LL8

which is the key cue used for depth estimation (Qiu et al., 9 Dec 2025).

3. Architectural patterns and information fusion

STDepthFormer implements spatio-temporal coupling through an “ST-block” that fuses spatial features across LL9 frames at each scale by a miniature SwinTransformer. At scale It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t0, each frame’s feature map It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t1 is projected by a It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t2 convolution to an embedding of It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t3 channels and flattened into It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t4 tokens; the four embeddings are concatenated along the token dimension to form a sequence of length It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t5. Swin-Transformer windows of depth It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t6, embedding dimension It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t7, and heads It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t8 operate at decreasing spatial resolutions, and self-attention is computed over all It3,It2,It1,ItI_{t-3}, I_{t-2}, I_{t-1}, I_t9 tokens by

192×640192\times 6400

192×640192\times 6401

with 192×640192\times 6402. The output is reshaped back to four feature maps; the current-frame output is selected, concatenated with the original 192×640192\times 6403, and projected back to 192×640192\times 6404 channels. A temporal block then recursively maps 192×640192\times 6405 for 192×640192\times 6406 (Boulahbal et al., 2023).

EMoTive replaces tokenized RGB fusion with event-specific trajectory parameterization. It first forms an Event Kymograph,

192×640192\times 6407

where 192×640192\times 6408 is a one-dimensional triangular spatial kernel and 192×640192\times 6409 is a continuous Gaussian temporal kernel. The spatial and temporal axes are decoupled by accumulation along the Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}0 and Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}1 planes separately, yielding explicit fine-grained temporal evolution. A density-aware adaptation mechanism builds a 3D event density tensor Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}2, average-pools it to Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}3, selects the top-Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}4 time indices, adapts knots and weights, and fuses spatial cost-volume features Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}5, temporal cost-volumes Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}6, and context Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}7 through

Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}8

The fused feature then updates control points via a small GRU (Wan et al., 14 Mar 2025).

Depth-aware MOT formulations use query-based detection pipelines. DepTR-MOT extends a DETR-style detector with a parallel depth head alongside the usual box-and-class head. Using the same learnable object queries and box centers as refinement anchors, stacked depth-aware Transformer layers produce per-query embeddings that are projected to predicted instance depth Dt,Dt+1,Dt+3,Dt+5D_t, D_{t+1}, D_{t+3}, D_{t+5}9. Because the target MOT datasets lack ground-truth depth, the method generates soft depth labels from a frozen video-depth model and SAM2 instance masks, and additionally distills dense depth features to enforce global depth consistency (Deng et al., 22 Sep 2025).

CylindTrack places DTM inside a larger panoramic pipeline. Spherical Spatio-Temporal Consistency Learning (SSTC) refines raw query-based depth predictions into temporally smoothed, geometry-aware depth measurements σ\sigma0. DTM then filters those measurements into track-level depth states, and the Topology-Aware Cylindrical Motion Model (TCMM) augments the cylindrical motion state σ\sigma1 with the depth state σ\sigma2 (Deng et al., 29 Jun 2026).

The perspective-blur method assembles a different multimodal stack: CoTracker provides sparse point trajectories, DINOv2 supplies multi-frame video features, and DeBERTa tokenizes an up-sampled sparse rotation sequence. A 6-layer transformer decoder with self-attention, cross-attention, and feed-forward blocks fuses the tokenized trajectory with concatenated video features and predicted depth, outputting a dense rotation field σ\sigma3 (Qiu et al., 9 Dec 2025).

4. Supervision, optimization, and constraint mechanisms

STDepthFormer is trained self-supervised through novel-view synthesis. For each target time σ\sigma4, source views σ\sigma5 and σ\sigma6 are warped onto the target via

σ\sigma7

The photometric reprojection loss combines SSIM and σ\sigma8 with weight σ\sigma9 and uses the minimum over source frames to handle occlusions. Auto-masking rejects static-pixel outliers, and edge-aware disparity smoothness is weighted by D=1aσ+b,D = \frac{1}{a\sigma + b},0:

D=1aσ+b,D = \frac{1}{a\sigma + b},1

Supervision is applied at four decoder levels, and the full objective sums photometric and smoothness terms across targets and scales. The formulation explicitly states that no extra cycle-consistency or explicit motion-forecast term is added; temporal trajectory is enforced by applying D=1aσ+b,D = \frac{1}{a\sigma + b},2 at each predicted future time (Boulahbal et al., 2023).

EMoTive uses a multi-task objective

D=1aσ+b,D = \frac{1}{a\sigma + b},3

where D=1aσ+b,D = \frac{1}{a\sigma + b},4 and D=1aσ+b,D = \frac{1}{a\sigma + b},5 are temporally weighted sums and D=1aσ+b,D = \frac{1}{a\sigma + b},6 is a first-order temporal smoothness term on trajectory derivatives. To evaluate such trajectory modeling, the paper introduces CarlaEvent3D: 75 synthetic driving sequences, 22 125 frames at resolution D=1aσ+b,D = \frac{1}{a\sigma + b},7, under six environmental conditions—Day, Night, Sunset, Cloudy, Foggy, and Rainy—with splits of 45 train (13 275), 15 val (4 425), and 15 test (4 425). The dataset provides simulated events, high-precision forward optical flow, relative depth maps for motion-in-depth labels, and instance segmentation for masking object boundaries (Wan et al., 14 Mar 2025).

DepTR-MOT addresses the absence of depth annotations in MOT by defining an instance soft depth label

D=1aσ+b,D = \frac{1}{a\sigma + b},8

where D=1aσ+b,D = \frac{1}{a\sigma + b},9 is produced by a frozen video-depth model and (a,b)(a,b)0 by a frozen SAM2 mask model. Per-instance depth prediction (a,b)(a,b)1 is supervised by mean-squared error, and dense depth distillation adds a cosine-alignment term between projected encoder features and teacher depth features. The total loss weights reported in ablation are (a,b)(a,b)2, (a,b)(a,b)3, and (a,b)(a,b)4 (Deng et al., 22 Sep 2025).

The perspective-blur method uses supervised losses for both depth and trajectory:

(a,b)(a,b)5

(a,b)(a,b)6

Its depth network employs temporal window size (a,b)(a,b)7, (a,b)(a,b)8, (a,b)(a,b)9, and is trained with AdamW at [dti,d˙ti][d_t^i,\dot d_t^i]^\top00, weight decay [dti,d˙ti][d_t^i,\dot d_t^i]^\top01, for 320 K iterations with batch size 8 (Qiu et al., 9 Dec 2025).

A related but non-depth-specific trajectory-generation framework factorizes a time-invariant latent [dti,d˙ti][d_t^i,\dot d_t^i]^\top02 and time-variant latents [dti,d˙ti][d_t^i,\dot d_t^i]^\top03, and imposes spatiotemporal-validity constraints through an augmented-Lagrangian penalty,

[dti,d˙ti][d_t^i,\dot d_t^i]^\top04

Although this work concerns general trajectory generation rather than depth, it is relevant as an example of constrained temporal latent modeling with explicit validity sets [dti,d˙ti][d_t^i,\dot d_t^i]^\top05 (Zhang et al., 2020).

5. Empirical behavior and reported results

Reported results indicate that DTM improves different aspects of performance depending on the application: multi-step depth forecasting quality, dynamic-scene motion estimation, association robustness under occlusion, or dense trajectory recovery from blurred video. The gains are task-specific rather than directly comparable across modalities (Boulahbal et al., 2023, Wan et al., 14 Mar 2025, Deng et al., 22 Sep 2025, Deng et al., 29 Jun 2026, Qiu et al., 9 Dec 2025).

Work Benchmark Reported result
STDepthFormer KITTI, Eigen split Abs Rel [dti,d˙ti][d_t^i,\dot d_t^i]^\top06 at [dti,d˙ti][d_t^i,\dot d_t^i]^\top07; [dti,d˙ti][d_t^i,\dot d_t^i]^\top08 at [dti,d˙ti][d_t^i,\dot d_t^i]^\top09
EMoTive CarlaEvent3D EPE [dti,d˙ti][d_t^i,\dot d_t^i]^\top10 px, F1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top11, log-mid [dti,d˙ti][d_t^i,\dot d_t^i]^\top12
DepTR-MOT QuadTrack HOTA [dti,d˙ti][d_t^i,\dot d_t^i]^\top13, IDF1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top14, AssA [dti,d˙ti][d_t^i,\dot d_t^i]^\top15
DepTR-MOT DanceTrack HOTA [dti,d˙ti][d_t^i,\dot d_t^i]^\top16, IDF1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top17, AssA [dti,d˙ti][d_t^i,\dot d_t^i]^\top18
CylindTrack ablation panoramic MOT HOTA [dti,d˙ti][d_t^i,\dot d_t^i]^\top19 after adding DTM
Perspective-blur method depth benchmarks average AbsRel [dti,d˙ti][d_t^i,\dot d_t^i]^\top20, [dti,d˙ti][d_t^i,\dot d_t^i]^\top21

For STDepthFormer on KITTI multi-step forecasting, the reported metrics degrade gradually with horizon: at [dti,d˙ti][d_t^i,\dot d_t^i]^\top22, Abs Rel [dti,d˙ti][d_t^i,\dot d_t^i]^\top23, Sq Rel [dti,d˙ti][d_t^i,\dot d_t^i]^\top24, RMSE [dti,d˙ti][d_t^i,\dot d_t^i]^\top25, RMSE log [dti,d˙ti][d_t^i,\dot d_t^i]^\top26, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top27; at [dti,d˙ti][d_t^i,\dot d_t^i]^\top28 ([dti,d˙ti][d_t^i,\dot d_t^i]^\top29 s), Abs Rel [dti,d˙ti][d_t^i,\dot d_t^i]^\top30, Sq Rel [dti,d˙ti][d_t^i,\dot d_t^i]^\top31, RMSE [dti,d˙ti][d_t^i,\dot d_t^i]^\top32, RMSE log [dti,d˙ti][d_t^i,\dot d_t^i]^\top33, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top34. On the dynamic-object subset at [dti,d˙ti][d_t^i,\dot d_t^i]^\top35, ManyDepth yields Abs Rel [dti,d˙ti][d_t^i,\dot d_t^i]^\top36, the proposed model [dti,d˙ti][d_t^i,\dot d_t^i]^\top37, and the stereo variant [dti,d˙ti][d_t^i,\dot d_t^i]^\top38; on the static-object subset, ManyDepth reports [dti,d˙ti][d_t^i,\dot d_t^i]^\top39 and the proposed model [dti,d˙ti][d_t^i,\dot d_t^i]^\top40 (Boulahbal et al., 2023).

EMoTive reports, on CarlaEvent3D, a Flow EPE of [dti,d˙ti][d_t^i,\dot d_t^i]^\top41 px, F1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top42, and log-mid [dti,d˙ti][d_t^i,\dot d_t^i]^\top43, compared with a prior best event baseline EPE of approximately [dti,d˙ti][d_t^i,\dot d_t^i]^\top44 and F1 of approximately [dti,d˙ti][d_t^i,\dot d_t^i]^\top45, corresponding to an approximately [dti,d˙ti][d_t^i,\dot d_t^i]^\top46 reduction in EPE, [dti,d˙ti][d_t^i,\dot d_t^i]^\top47 drop in F1, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top48 drop in log-mid. On DSEC, it reports Flow EPE [dti,d˙ti][d_t^i,\dot d_t^i]^\top49 px, F1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top50, log-mid [dti,d˙ti][d_t^i,\dot d_t^i]^\top51, and scene-flow 3D-EPE [dti,d˙ti][d_t^i,\dot d_t^i]^\top52 cm with Acc@5cm [dti,d˙ti][d_t^i,\dot d_t^i]^\top53. The model size is 5.6 M parameters with 40 ms inference per 100 ms event window (Wan et al., 14 Mar 2025).

DepTR-MOT improves over a ByteTrack + DFINE baseline on both datasets reported. On QuadTrack, HOTA rises from [dti,d˙ti][d_t^i,\dot d_t^i]^\top54 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top55, IDF1 from [dti,d˙ti][d_t^i,\dot d_t^i]^\top56 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top57, MOTA from [dti,d˙ti][d_t^i,\dot d_t^i]^\top58 to approximately [dti,d˙ti][d_t^i,\dot d_t^i]^\top59, and AssA from [dti,d˙ti][d_t^i,\dot d_t^i]^\top60 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top61, while FPS changes from [dti,d˙ti][d_t^i,\dot d_t^i]^\top62 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top63. On DanceTrack, HOTA rises from [dti,d˙ti][d_t^i,\dot d_t^i]^\top64 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top65, IDF1 from [dti,d˙ti][d_t^i,\dot d_t^i]^\top66 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top67, MOTA from [dti,d˙ti][d_t^i,\dot d_t^i]^\top68 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top69, and AssA from [dti,d˙ti][d_t^i,\dot d_t^i]^\top70 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top71 (Deng et al., 22 Sep 2025).

CylindTrack isolates the effect of DTM in an ablation: a “Depth only” variant without DTM yields HOTA [dti,d˙ti][d_t^i,\dot d_t^i]^\top72, IDF1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top73, and AssA [dti,d˙ti][d_t^i,\dot d_t^i]^\top74, whereas adding DTM raises them to HOTA [dti,d˙ti][d_t^i,\dot d_t^i]^\top75, IDF1 [dti,d˙ti][d_t^i,\dot d_t^i]^\top76, and AssA [dti,d˙ti][d_t^i,\dot d_t^i]^\top77. The paper attributes this to temporally filtering depth so that it becomes a more stable association cue (Deng et al., 29 Jun 2026).

The perspective-blur method reports average depth performance of AbsRel [dti,d˙ti][d_t^i,\dot d_t^i]^\top78 and [dti,d˙ti][d_t^i,\dot d_t^i]^\top79 on NYU, SKYScenes, and KITTI. For trajectory estimation, the inter-frame sparse trajectory achieves AbsRel [dti,d˙ti][d_t^i,\dot d_t^i]^\top80, [dti,d˙ti][d_t^i,\dot d_t^i]^\top81, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top82, while dense reconstruction at 15 samples per frame yields AbsRel [dti,d˙ti][d_t^i,\dot d_t^i]^\top83, [dti,d˙ti][d_t^i,\dot d_t^i]^\top84, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top85, and at 30 samples per frame yields AbsRel [dti,d˙ti][d_t^i,\dot d_t^i]^\top86, [dti,d˙ti][d_t^i,\dot d_t^i]^\top87, and [dti,d˙ti][d_t^i,\dot d_t^i]^\top88. Ablation shows that removing Cross-Window degrades AbsRel from [dti,d˙ti][d_t^i,\dot d_t^i]^\top89 to [dti,d˙ti][d_t^i,\dot d_t^i]^\top90 (Qiu et al., 9 Dec 2025).

6. Common misconceptions, limitations, and extensions

A common misconception is that depth-aware temporal modeling is equivalent to simply attaching a per-frame depth scalar to each detection. The panoramic tracking literature explicitly argues against this: using raw monocular depth [dti,d˙ti][d_t^i,\dot d_t^i]^\top91 directly in association yields only modest gains and suffers identity “jumps” when depth estimates spike, whereas DTM treats depth as a one-dimensional dynamic state that evolves smoothly along each trajectory (Deng et al., 29 Jun 2026). A related misconception is that explicit motion-forecast losses are always required. STDepthFormer states the opposite: no extra cycle-consistency or explicit motion-forecast term is added, and motion forecasting emerges implicitly from spatio-temporal attention and photometric constraints applied at each predicted future time (Boulahbal et al., 2023).

Another misconception is that increasing stochastic expressivity necessarily improves temporal depth prediction. STDepthFormer’s ablation replacing the deterministic state predictor with a VAE causes the model to collapse to one mode and worsen performance, with AbsRel [dti,d˙ti][d_t^i,\dot d_t^i]^\top92. Removing weight sharing in the recursive state predictor also degrades AbsRel from [dti,d˙ti][d_t^i,\dot d_t^i]^\top93 to approximately [dti,d˙ti][d_t^i,\dot d_t^i]^\top94, indicating that parameter sharing improves generalization across forecast steps (Boulahbal et al., 2023).

The surveyed literature also reveals representation-specific limitations. DepTR-MOT requires foundation model-based supervision because existing MOT datasets largely lack depth annotations, and its depth head depends on frozen video-depth and segmentation teachers during training (Deng et al., 22 Sep 2025). EMoTive is motivated by the observation that depth variation induces spatio-temporal motion inconsistencies that disrupt assumptions of local spatial or temporal motion smoothness in previous motion-estimation frameworks, which is precisely why it adopts event-guided non-uniform parametric curves instead of uniform motion models (Wan et al., 14 Mar 2025). The perspective-blur method relies on small-rotation camera dynamics and a depth-position-dependent blur mechanism, so its DTM formulation is tied to that image-formation regime (Qiu et al., 9 Dec 2025).

Several extensions are explicitly proposed. For STDepthFormer, suggested directions include plugging in a genuine multi-hypothesis decoder such as normalizing flows to output uncertainty, incorporating semantic-attention to better disentangle object motions, and applying the same ST-block design to optical-flow or scene-flow forecasting for robotics and AV planning contexts (Boulahbal et al., 2023). More broadly, the diversity of formulations surveyed here suggests that DTM remains domain-specific: in some settings it is primarily a filtering problem, in others a sequence-prediction problem, and in others a geometric inverse problem.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Depth-Temporal Trajectory Modeling (DTM).