Positional Encoding Field
Yunpeng Bai, Haoxiang Li, Qixing Huang
TL;DR
This paper identifies that Diffusion Transformers rely heavily on positional encodings to enforce spatial structure, revealing patch-level independence that enables geometry-guided editing through PE manipulation. It introduces the Positional Encoding Field (PE-Field), a 3D, depth-aware, hierarchical encoding for tokens that enables volumetric reasoning and sub-patch control within DiTs. By combining token manipulation for view synthesis, depth-aware rotary positional encoding, and multi-level PE hierarchies, the authors formulate NVS-DiT, trained with a rectified-flow objective to fuse observed evidence with generative completion. The approach achieves state-of-the-art single-image novel view synthesis and naturally extends to spatial image editing, illustrating significant potential for geometry-aware generative modeling and controllable content manipulation.
Abstract
Diffusion Transformers (DiTs) have emerged as the dominant architecture for visual generation, powering state-of-the-art image and video models. By representing images as patch tokens with positional encodings (PEs), DiTs combine Transformer scalability with spatial and temporal inductive biases. In this work, we revisit how DiTs organize visual content and discover that patch tokens exhibit a surprising degree of independence: even when PEs are perturbed, DiTs still produce globally coherent outputs, indicating that spatial coherence is primarily governed by PEs. Motivated by this finding, we introduce the Positional Encoding Field (PE-Field), which extends positional encodings from the 2D plane to a structured 3D field. PE-Field incorporates depth-aware encodings for volumetric reasoning and hierarchical encodings for fine-grained sub-patch control, enabling DiTs to model geometry directly in 3D space. Our PE-Field-augmented DiT achieves state-of-the-art performance on single-image novel view synthesis and generalizes to controllable spatial image editing.
