Project page · 2026

UniQuery4R: Unified 4D Scene Reconstruction from a Single Query

Tiancheng Chen1, Sheng Tang1, Wenhua Jin1,3, Weiqi Zhang2, Juntong Fang2, Junsheng Zhou2, Zesong Li1
1 Kosmo Research 2 School of Software, Tsinghua University 3 Automotive Engineering Department, Jilin University
Conceptual overview of UniQuery4R.

Given a continuous source-pixel query over a jointly encoded clip, UniQuery4R predicts target correspondence, target-time 3D position, scene flow, and source depth, while estimating camera parameters per view.

Benchmark

Interactive Comparison

Compare OpenD4RT, 4RC, V-DPM, and UniQuery4R under synchronized time and camera controls.

Choose a sequence
OpenD4RT
Waiting to load…
4RC
Waiting to load…
V-DPM
Waiting to load…
UniQuery4ROurs
Waiting to load…

Drag any panel to update all four viewpoints. Timeline playback and frame seeking are shared.

Paper

Abstract

Reconstructing dynamic 4D scenes requires jointly estimating correspondence, geometry, object motion, and camera motion. Existing feed-forward methods typically predict dense task-specific maps or independently process source–target pairs, leading to unnecessary computation for sparse queries and limited feature reuse across different frame pairs.

We present UniQuery4R, a query-conditioned framework that encodes a multi-frame clip once and selects the source view, target view, and continuous source-image coordinate only at decoding time via source-to-target cross-attention. Each query jointly predicts target correspondence, target-time 3D position, and scene flow, along with source depth, while camera parameters are estimated per view.

This design allows the encoded clip to be reused across arbitrary source–target selections and supports both sparse inference and dense reconstruction through batched queries, without learned temporal embeddings tied to a fixed clip length. We further introduce a direction–magnitude parameterization of scene flow with separate supervision for moving and static points. Across four evaluation datasets, UniQuery4R achieves the best macro-average results among the evaluated methods for WorldTrack dynamic-point tracking and for our scene-flow evaluation derived from the same datasets.

Approach

Method Overview

UniQuery4R architecture.
UniQuery4R architecture. A clip is jointly encoded into multi-scale features. At decoding time, a continuous query q = (u, v, s, t) selects the source and target views. The sampled source query attends to the full target feature map and jointly drives correspondence, geometry, and motion prediction.
01

Encode once

All views are jointly contextualized before the query is known, allowing the same encoded clip to serve arbitrary source–target selections.

02

Query continuously

Bilinear multi-scale sampling preserves sub-pixel coordinates and provides one interface for sparse on-demand inference and dense reconstruction.

03

Attend source to target

The source query attends over the full selected target field, recovering correspondence without fixed temporal embeddings or predefined matches.

Evaluation

Results

UniQuery4R achieves the best four-dataset macro-average results among evaluated methods for dynamic-point tracking under the WorldTrack protocol.

WorldTrack Dynamic-Point Tracking

APD (%) ↑ and EPE (m) ↓ across four datasets and their equal-weight macro-average.

Method PStudio PO DR ADT Macro Avg.
APD ↑EPE ↓ APD ↑EPE ↓ APD ↑EPE ↓ APD ↑EPE ↓ APD ↑EPE ↓
SpatialTrackerV2 49.930.463953.450.517354.340.436869.390.276456.780.4236
St4RTrack 70.800.247967.380.31474.240.259472.900.295871.330.2793
TraceAnything 70.860.27839.371.046260.890.564275.690.251561.700.535
Any4D 74.720.236165.990.378376.720.346378.090.237873.880.2996
V-DPM 78.950.175780.820.185775.290.243885.470.172580.130.1944
4RC 69.080.25979.810.235384.650.166784.160.17779.430.2095
OpenD4RT 78.630.181166.030.339876.780.240769.910.296672.840.2646
UniQuery4R (ours) 84.640.133383.740.160480.000.207887.170.138783.890.1601

DAVIS Visualization

Long-sequence DAVIS tracking comparison.
Long-sequence DAVIS tracking. Each color denotes one fixed source query over time. UniQuery4R qualitatively exhibits less drift and fragmentation under occlusion and deformation.

Reference

BibTeX

If you find UniQuery4R useful, please cite our work.

@article{chen2026uniquery4r,
  title   = {UniQuery4R: Unified 4D Scene Reconstruction from a Single Query},
  author  = {Chen, Tiancheng and Tang, Sheng and Jin, Wenhua and Zhang, Weiqi
             and Fang, Juntong and Zhou, Junsheng and Li, Zesong},
  note    = {Project page; publication details forthcoming},
  year    = {2026}
}