Comparison of one-step, multi-step, and trajectory-flow surface reconstruction.
Trajectory Flow models unsigned distance as continuous evolution along deterministic shortest-path trajectories, promoting trajectory consistency and enabling accurate and robust surface reconstruction.

Abstract

Neural implicit methods reconstruct surfaces from point clouds by learning a continuous function, usually signed or unsigned distances. For unsigned distance field (UDF) reconstruction, many self-supervised methods estimate distance through local, gradient-guided displacement regression from query points to the surface. Because these corrections are local, they can become unstable near the zero level set and accumulate errors under sparse or non-uniform sampling. We address this limitation by reformulating UDF learning as a geometrically constrained trajectory-evolution problem, shifting from static local regression to global path-consistent modeling. We construct a bidirectional linear flow that promotes shortest-path trajectories between surface samples and query points. Under this formulation, distance prediction is interpreted as continuous state evolution along deterministic trajectories, preserving geometric consistency and mitigating local error accumulation. To address sparse and non-uniform sampling, we further introduce a flow-guided iterative densification strategy that progressively upgrades point-to-point approximations to accurate point-to-surface projections. Experiments on synthetic benchmarks and real-world scans demonstrate state-of-the-art reconstruction accuracy and robustness.

Method

Trajectory Flow training and inference pipeline.
During training, linear shortest-path trajectories supervise a time-conditioned velocity field. During inference, reverse integration transports query points to the underlying surface and recovers the UDF from their displacement.

Geometry-Constrained Transport. Linear reference trajectories connect each query point to its nearest surface sample, replacing unstable local displacement corrections with globally structured transport.

Flow Learning and Reverse Integration. A bidirectional, time-conditioned velocity field learns the transport dynamics and recovers projected surface points through reverse integration.

Iterative Densification. Flow-guided densification progressively refines coarse point-wise supervision into accurate point-to-surface correspondences.

Results

Shapenet Cars dataset

Qualitative reconstruction comparison on the Shapenet Cars dataset.
Qualitative comparison on the Shapenet Cars dataset. our method reconstructs nested multi-layer surfaces more faithfully, preserves distinct internal structures, and avoids such artifacts, particularly in piecewise-smooth regions.

3D Scene

Qualitative reconstruction comparison on the 3D Scene dataset.
Qualitative comparison on the 3D Scene dataset. our method suppresses visible artifacts, preserves geometric structures, and reconstructs smooth surfaces.

Stanford 3D Scanning Repository

Qualitative reconstruction comparison on the Stanford 3D Scanning Repository.
Qualitative comparison on the Stanford 3D Scanning Repository. our method preserves fine details and high-frequency geometric features.

Citation

@article{yu2026trajectory,
  title={Trajectory Flow: Geometry-Constrained Surface Reconstruction via Unsigned Distance Fields},
  author={Yu, Chengcheng and Dun, Zixu and Liu, Zheng and He, Ying},
  journal={IEEE Transactions on Visualization and Computer Graphics},
  volume={32},
  number={10},
  pages={8397-8412},
  year={2026},
  doi={10.1109/TVCG.2026.3721433}
}