NOVA3R: Non-pixel-aligned Visual Transformer for Amodal 3D Reconstruction
Abstract: We present NOVA3R, an effective approach for non-pixel-aligned 3D reconstruction from a set of unposed images in a feed-forward manner. Unlike pixel-aligned methods that tie geometry to per-ray predictions, our formulation learns a global, view-agnostic scene representation that decouples reconstruction from pixel alignment. This addresses two key limitations in pixel-aligned 3D: (1) it recovers both visible and invisible points with a complete scene representation, and (2) it produces physically plausible geometry with fewer duplicated structures in overlapping regions. To achieve this, we introduce a scene-token mechanism that aggregates information across unposed images and a diffusion-based 3D decoder that reconstructs complete, non-pixel-aligned point clouds. Extensive experiments on both scene-level and object-level datasets demonstrate that NOVA3R outperforms state-of-the-art methods in terms of reconstruction accuracy and completeness.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
NOVA3R, explained simply
What is this paper about?
This paper introduces NOVA3R, a new way for computers to build full 3D models of a scene from regular photos, even when the camera positions are unknown. Unlike many past methods that only rebuild the parts of a scene that the camera can see, NOVA3R also fills in the hidden parts (the “amodal” parts), and it does this in one quick pass.
What questions were the researchers trying to answer?
- Can we make a 3D model that represents the whole scene—including parts not directly visible in the photos?
- Can we avoid making duplicate geometry when the same surface shows up in multiple photos?
- Can we do this fast (feed-forward) and without knowing the cameras’ exact positions (“unposed” images)?
- Can one method work well for both entire rooms (scenes) and single items (objects)?
How does NOVA3R work?
To see the idea, first understand two key terms:
- Pixel-aligned methods: Think of shooting rays from each pixel in a photo and predicting distance along each ray. This ties the 3D guess to the image pixels. It often leaves holes (in visible gaps) and duplicates surfaces when many photos see the same area.
- Non-pixel-aligned (what NOVA3R does): Instead of tying 3D to pixels, NOVA3R builds a global, camera-agnostic “scene memory.” It decides where the real-world points are once, for the whole scene, no matter how many photos you have.
Here’s the approach, in everyday language:
- Learning a “3D language” of scenes (Stage 1)
- Imagine compressing a 3D scene made of dots (a point cloud) into a short “code” that still captures its shape, then decompressing it back. This is called an autoencoder.
- NOVA3R trains a 3D autoencoder that:
- Encodes a full 3D point cloud into a small set of “scene tokens” (like a summary).
- Decodes those tokens back into the full 3D points.
- It uses a diffusion-style decoder with flow matching:
- Diffusion: start from a noisy, messy bunch of points and learn how to turn that noise into the correct shape, step by step—like un-scrambling static into a clear picture.
- Flow matching: learn the best “path” from noise to the real point positions. This works well for point clouds because points don’t have a natural order (there’s no fixed “first point,” “second point,” etc.).
- Turning photos into that “3D language” (Stage 2)
- Now the model learns to look at one or more images and write the right “scene tokens”—a compact, global summary of the 3D scene.
- It uses “learnable scene tokens” as a shared memory bank. You can imagine these tokens as a small set of sticky notes that collect information from all input images.
- A large transformer (a type of neural network that’s good at combining information) gathers facts from all photos into those scene tokens.
- Finally, the already-trained 3D decoder (from Stage 1) turns these tokens into a full, clean point cloud of the scene.
Key ideas made simple:
- Unposed images: The camera positions are unknown. NOVA3R doesn’t need them—it learns a scene representation that doesn’t depend on camera rays.
- Feed-forward: It makes the 3D model in one pass (no slow, per-scene tuning).
- Amodal: It predicts both visible and hidden parts of the scene.
What did they find, and why is it important?
The researchers tested NOVA3R on both indoor scenes and single objects using public datasets. In short:
- More complete 3D: It fills in hidden areas better than prior methods. Final point clouds have fewer holes.
- Fewer duplicates, more realistic: Because NOVA3R reasons globally (not per pixel), it doesn’t stack multiple layers of points where views overlap. That makes the geometry more physically correct and evenly distributed.
- Works with one or more photos: Even trained mostly with 1–2 views, NOVA3R generalizes to more views and keeps the 3D consistent across them.
- Versatile: The same system works for full rooms and for individual objects, performing strongly on both.
Why this matters:
- Many applications (AR/VR, robots, mapping, 3D scanning for games or movies) need complete, clean 3D with minimal post-processing.
- Not needing camera poses simplifies data collection—just take photos, and NOVA3R builds the 3D scene.
- Cleaner geometry (no holes, no duplicates) means less manual cleanup later.
What’s the potential impact?
NOVA3R shifts 3D reconstruction away from per-pixel predictions toward a global, scene-level understanding. That:
- Makes 3D models more complete and physically reasonable.
- Reduces reliance on precise camera information.
- Speeds up pipelines that need quick, decent 3D from casual photos.
Limitations and future directions (in simple terms):
- The current model was trained with moderate-sized “scene tokens” and mainly 1–2 views; huge or very complex scenes could challenge it.
- It focuses on static scenes, not moving objects.
- Scaling up the model and training on more varied data could make it even better and more robust.
In short, NOVA3R shows that teaching a model a global “3D language” and then translating images into that language can produce fast, complete, and realistic 3D reconstructions—without needing to know where the camera was.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
Below is a single, concise list of the most salient unresolved issues that the paper leaves open, framed to guide actionable future research.
- Frustum-limited “amodal” completion: Training “complete” supervision is restricted to points inside the selected input-view frustum; the method does not attempt full-scene completion beyond these views. How to extend amodal reconstruction to truly out-of-frustum regions without dense ground-truth meshes remains open.
- Dependence on pseudo-complete supervision: When meshes are unavailable, “complete” point clouds are approximated by aggregating dense-view depth maps and voxel filtering. The fidelity and biases of this approximation (e.g., missing thin structures, smoothing artifacts) are not quantified or corrected; robustness to noisy or sparse depth supervision is unclear.
- Metric scale and global alignment ambiguity: Reconstructions are anchored to the first input view’s coordinate frame without explicit metric scale or global pose estimation. It is unclear how to produce metric-accurate geometry or align scenes across sessions/domains without external cues.
- First-view anchoring bias: Using the first view as the global frame may induce bias when that view provides poor coverage or extreme perspective. The impact of first-view selection and input ordering on reconstruction quality and stability is not studied.
- No camera pose estimation or refinement: The pipeline sidesteps pose prediction entirely. How to integrate optional pose estimation/consistency refinement for long sequences or to support downstream tasks that require camera trajectories is unexplored.
- Fixed point budget and lack of adaptivity: The model predicts a fixed number of points (e.g., N=10k), which can be too sparse for large/complex scenes or wasteful for simple ones. Variable-resolution or adaptive sampling strategies (e.g., hierarchical or error-driven) are not addressed.
- Limited latent capacity due to compute: The number of scene tokens (e.g., M=768) and point counts are constrained by resources; scaling laws, memory–accuracy trade-offs, and strategies for efficient scaling (e.g., sparse attention, mixture-of-experts, hierarchical tokens) are left for future work.
- Freezing the decoder in Stage 2: The Stage-2 training freezes the flow-matching decoder, potentially limiting alignment between image-driven latents and the decoder’s latent manifold. Whether joint or periodic co-training improves performance or stability is not investigated.
- No uncertainty estimation: The method outputs deterministic point sets without per-point uncertainty/confidence. Handling ambiguous occlusions and communicating reconstruction reliability—especially for amodal regions—remains an open problem.
- Lack of semantics and appearance: The approach reconstructs geometry only (points), without semantics, normals, or appearance (color/texture). How to integrate semantic priors to guide amodal completion and jointly recover textured, watertight surfaces remains unexplored.
- Surface topology and watertightness: Outputs are point clouds; manifoldness, topology correctness, and watertightness are unassessed. Converting to meshes or enforcing topology-aware constraints during decoding is an open direction.
- Evaluation blind spots for “physical plausibility”: The paper introduces hole ratio and density variance, but does not evaluate surface thickness, duplicate-layer artifacts quantitatively, or topology correctness. More standardized metrics for physical plausibility and multi-view consistency are needed.
- Generalization beyond indoor/static domains: Experiments focus on indoor static scenes (e.g., ScanNet++, SCRREAM). Robustness in outdoor, large-scale, or highly cluttered environments—and across varied photometric conditions—is not established.
- Dynamic scenes and temporal consistency: The model targets static scenes and does not tackle moving objects or time-varying geometry. Extending non-pixel-aligned reconstruction to dynamic 4D settings and ensuring temporal coherence is unaddressed.
- Scaling to many input views: Although the architecture allows variable K, training predominantly used 1–2 views; behavior with larger K (e.g., 10–50 frames), long baselines, and varied overlaps, as well as view selection strategies, remains underexplored.
- Latent space structure and regularization: The autoencoder omits KL or other latent regularizers. The geometry and smoothness of the learned latent manifold, its interpolatability, and suitability for generative editing or conditional control are not analyzed.
- Computational efficiency and latency: Decoder inference (~3 s in a reported setting) and end-to-end latency are not characterized at scale (e.g., higher N/M, higher-resolution inputs, larger K). Achieving real-time or interactive rates is an open engineering and modeling challenge.
- Robustness to image perturbations and domain shift: The sensitivity to lighting changes, motion blur, lens distortions, rolling shutter, or varying intrinsics is not studied; domain adaptation or test-time robustness mechanisms are absent.
- Canonicalization for objects: Object-level results are “view-aligned” rather than canonicalized; learning canonical object frames and disentangling pose from shape for truly pose-agnostic object reconstruction remains open.
- Truly unified cross-scale training: Although presented as a unified paradigm, separate models are trained for scenes and objects. A single model that robustly handles object- to scene-scale content, with shared latents and consistent coordinate conventions, is not demonstrated.
- Hybridization with pixel-aligned cues: Whether combining non-pixel-aligned latent geometry with pixel-aligned depth/normal maps (e.g., as auxiliary supervision or refinement) improves fine detail and thin structures is not explored.
- Ordering and aggregation strategy for multi-view tokens: The role of token mixing (frame-level vs global attention), handling very long sequences, and memory-efficient aggregation (e.g., streaming scene tokens over time) remain open design questions.
- Training data requirements and scalability: The approach relies on datasets with meshes or dense depth to synthesize “complete” supervision. Strategies to reduce supervision burden (e.g., self-training, synthetic-to-real transfer, or pseudo-completion from diffusion priors) are not investigated.
- Precision vs recall trade-off for amodal hallucination: One-sided CD for visible regions emphasizes coverage; precision (false-positive geometry) and bias in hallucinated occluded regions are not quantified. Protocols to measure hallucination fidelity are needed.
- Handling thin structures and fine detail: While qualitative results improve over baselines, dedicated analyses for thin geometry (e.g., wires, chair legs) and the effect of latent capacity and image resolution on such details are missing.
- Camera intrinsics variability: The pipeline assumes a generic image encoder (VGGT-like) with camera tokens, but the method’s robustness to varying intrinsics and unknown focal lengths is not explicitly ablated or constrained.
- Adaptive frustum and scene extent reasoning: The current formulation discards points outside a fixed frustum tied to the chosen input views. Methods to infer scene extent adaptively (e.g., predicting which areas to extrapolate) are unaddressed.
- Multi-modal conditioning: Beyond RGB, the framework does not exploit depth, normals, or language to resolve ambiguities in occluded regions. How auxiliary modalities could improve amodal completion remains open.
Practical Applications
Immediate Applications
The following applications can be prototyped or deployed now using NOVA3R’s feed‑forward, pose‑free, non‑pixel‑aligned 3D reconstruction, which yields complete point clouds (including occluded regions) with fewer duplicates and more uniform density.
- Sector: AR/VR, Gaming
- Use case: Room- or object-scale asset capture from a few smartphone photos for virtual environments and game levels.
- Tools/workflows: Mobile app or cloud API that ingests 1–4 unposed images, runs NOVA3R to produce a point cloud, then performs meshing (e.g., Poisson reconstruction) and optional texturing; Unity/Unreal import.
- Assumptions/dependencies: Static scenes; results are in the first-view coordinate frame (not guaranteed metric); default ~10k points may need densification; GPU inference.
- Sector: Real Estate, Interior Design
- Use case: Fast, calibration-free room capture for floor planning, furniture layout, and virtual staging.
- Tools/workflows: NOVA3R + meshing plugin integrated into CAD/BIM viewers; automatic hole-filling and deduplication improve downstream measurements/visuals.
- Assumptions/dependencies: Metric accuracy may require scale calibration; performance may drop in very large or cluttered spaces; trained primarily on indoor scenes.
- Sector: E‑commerce, Retail
- Use case: Generating 3D product assets from a few catalog photos, producing amodal (complete) shapes even with partial views.
- Tools/workflows: Product photography pipeline that captures 1–2 views, runs NOVA3R for a complete point cloud, then meshes and optimizes for web viewers.
- Assumptions/dependencies: Domain adaptation to product categories; careful validation of occluded area hallucinations.
- Sector: Film/TV, VFX
- Use case: Rapid set reconstruction and previz from on-set stills without calibration.
- Tools/workflows: NOVA3R-based DCC plugin (e.g., Blender, Maya) to convert scouting photos into point clouds/meshes; deduplicate overlapping regions to avoid multi-layer artifacts.
- Assumptions/dependencies: Non-metric scale; static/set-like scenes preferred.
- Sector: Robotics (Mapping, SLAM Adjunct)
- Use case: Map bootstrapping or densification from sparse, unposed images; hole-filling and duplicate point suppression for pixel-aligned outputs (e.g., DUSt3R/VGGT) as a post‑process.
- Tools/workflows: ROS node that ingests frames, runs NOVA3R to produce a global point prior; fusion with classical SLAM; uniformity/dedup metrics (hole ratio, density variance) for QA.
- Assumptions/dependencies: Static environments; must not be sole source for safety-critical planning; validation gates for hallucinated occlusions.
- Sector: Architecture, Engineering, Construction (AEC), Facility Management
- Use case: Progress snapshots and as‑built capture from site photos taken without rig calibration.
- Tools/workflows: Site photo ingestion → NOVA3R point cloud → mesh → comparison with BIM; flagging gaps and duplicates is reduced by non‑pixel‑aligned geometry.
- Assumptions/dependencies: Requires scale anchoring; limited by scene size and coverage.
- Sector: Insurance, Claims, Forensics
- Use case: Rapid scene reconstruction from claimant or investigator photos for triage or documentation; forensic scene reconstruction from mixed unposed shots.
- Tools/workflows: Web portal that assembles uploaded photos, runs NOVA3R, and produces a navigable 3D report.
- Assumptions/dependencies: Predictions for occluded regions are estimates and must be annotated as such; static scenes.
- Sector: Cultural Heritage, Museums
- Use case: Digitizing artifacts or small interior exhibits from archival or ad‑hoc photos with unknown poses.
- Tools/workflows: NOVA3R for object/room point clouds; meshing and curation for public viewers.
- Assumptions/dependencies: Image quality and domain shift impact detail; scale ambiguity.
- Sector: Education, Research
- Use case: Teaching photogrammetry/vision without pose estimation; creating amodal reconstruction datasets and benchmarks.
- Tools/workflows: Classroom labs using NOVA3R; data generation via the paper’s depth-aggregation approach when meshes aren’t available.
- Assumptions/dependencies: GPU access; static scenes.
- Sector: Software Tools
- Use case: Plugins and utilities for 3D workflows.
- Tools/workflows:
- Blender/Unity importer that runs NOVA3R and auto‑meshes.
- Cloud API “Images→PointCloud” service.
- Post‑processors that reduce duplicate points and measure hole ratio/density variance.
- Assumptions/dependencies: Licensing for pretrained backbones (VGGT); compute resources.
Long-Term Applications
The following require further research, scaling, or integration (e.g., handling dynamics, larger scenes, metric scale, more views, real-time constraints).
- Sector: Autonomous Vehicles & Field Robotics
- Use case: Occlusion-complete scene priors for perception, occupancy mapping, and planning from dashcams or body cameras.
- Tools/workflows: NOVA3R fused with LiDAR/radar; uncertainty-aware hallucination filtering; integration with online SLAM.
- Assumptions/dependencies: Robust metric scaling; dynamic object handling; stringent safety validation.
- Sector: Real-Time AR Glasses and Mobile AR
- Use case: On-device, feed-forward, pose-free scene mapping for persistent AR content with fewer views.
- Tools/workflows: Quantized NOVA3R variants; streaming to edge/cloud; incremental updates as new views arrive.
- Assumptions/dependencies: Aggressive model compression; energy constraints; dynamic scene support.
- Sector: Healthcare (Surgical/Clinical Environments)
- Use case: Operating-room or clinic scene mapping from ceiling cameras for navigation or documentation.
- Tools/workflows: Domain-adapted models trained on medical environments; integration with sterile workflow systems.
- Assumptions/dependencies: Strict privacy/regulatory compliance; dynamic scene and instrument motion; high reliability requirements.
- Sector: Digital Twins at Scale (Smart Buildings, Energy/Industrial Plants)
- Use case: Rapid creation and update of indoor twins from minimal imagery without survey-grade rigs.
- Tools/workflows: NOVA3R + semantic labeling + meshing + texture synthesis; automated change detection against CAD/BIM.
- Assumptions/dependencies: Scaling to large, multi-room spaces; metric alignment and georeferencing; multi-sensor fusion.
- Sector: 4D Reconstruction (Dynamic Scenes, Time Consistency)
- Use case: Amodal 4D models capturing object/scene changes over time from unposed image streams.
- Tools/workflows: Temporal extensions to scene tokens; consistency losses across frames; dynamic segmentation.
- Assumptions/dependencies: New training regimes for motion; memory and compute scaling.
- Sector: Semantically Rich Scene Understanding
- Use case: Joint non‑pixel‑aligned geometry and semantics (scene graphs, affordances) for robotics and AR.
- Tools/workflows: Multi-task heads attached to scene tokens; training with labeled datasets (e.g., ScanNet++ with semantics).
- Assumptions/dependencies: Large-scale labeled data; balancing geometry–semantics tradeoffs.
- Sector: Consumer Photogrammetry 2.0
- Use case: “Few-photos to 3D” for everyday users creating shareable, complete 3D content (metaverse, socials).
- Tools/workflows: NOVA3R packaged in mobile apps with interactive capture guidance and auto-scaling/meshing.
- Assumptions/dependencies: Robustness to low light and motion blur; dynamic scene handling; cost-effective cloud inference.
- Sector: Finance/Insurance Risk Assessment
- Use case: Remote underwriting and risk scoring with amodal reconstructions predicting hidden geometries (e.g., behind furniture, under counters).
- Tools/workflows: Risk models that ingest geometry features (volumes, clearances, obstruction patterns) from NOVA3R outputs.
- Assumptions/dependencies: Calibrated uncertainty for occluded predictions; regulatory acceptance and auditability.
- Sector: Advanced 3D Content Pipelines
- Use case: End-to-end pipelines combining NOVA3R with texture synthesis and neural rendering (e.g., Gaussian splatting) for high-fidelity assets.
- Tools/workflows: Scene tokens feeding texture/radiance predictors; differentiable meshing; asset QA via hole/density metrics.
- Assumptions/dependencies: Training on joint geometry–appearance data; scalable token counts for fine detail.
- Sector: Standards, Policy, and Governance
- Use case: Guidelines for amodal reconstruction usage, disclosure of hallucinated occluded content, and privacy in indoor scans.
- Tools/workflows: Standardized reporting of uncertainty, hole ratio, density variance; dataset documentation for amodal benchmarks.
- Assumptions/dependencies: Multi-stakeholder coordination (industry, regulators, academia); consensus on safety thresholds.
- Sector: Manipulation & Logistics Robotics
- Use case: Multi-view object shape completion for grasp planning with minimal camera setup.
- Tools/workflows: NOVA3R-conditioned grasp planners; fusion with depth sensors for metric scale; active view planning to reduce uncertainty.
- Assumptions/dependencies: Robustness across object categories; dynamic grasp scenarios; tight latency budgets.
Notes on Feasibility and Dependencies (cross-cutting)
- Static scenes only in current form; dynamic scenes and temporal consistency remain open.
- Scale may not be metric; requires external cues (known object size, ARKit scale, multi-sensor fusion).
- Performance can degrade on very large or complex spaces (limited tokens/points, trained mostly on 1–2 views).
- Hallucinated occluded regions must be treated as estimates with uncertainty; not suitable as sole source for safety-critical decisions.
- Domain adaptation is needed for specialized environments (medical, industrial).
- Compute: ~718M parameters; GPU recommended for practical inference; further optimization needed for edge devices.
- Training data: When meshes are unavailable, the paper’s depth-aggregation pipeline can generate “complete” supervision; quality depends on depth accuracy and coverage.
Glossary
- AdamW: An optimizer that decouples weight decay from gradient updates to improve generalization in training deep networks. "with the AdamW optimizer"
- Amodal 3D reconstruction: Reconstructing complete 3D geometry, including both visible and occluded parts that are not directly observed. "achieves state-of-the-art results in amodal 3D reconstruction"
- Canonical space: A fixed, standardized coordinate frame used to represent objects, simplifying learning and supervision. "objects that can be enclosed within a canonical space"
- Chamfer Distance: A metric that measures the average closest-point distance between two point sets, commonly used to evaluate 3D reconstructions. "we report Chamfer Distance (CD)"
- Co-visibility: The extent to which 3D points are seen by multiple views, used to assess viewpoint overlap. "measured by point cloud co-visibility"
- Cosine noise scheduling: A scheme for setting the noise level over time during diffusion or flow-matching training/inference following a cosine schedule. "We use standard flow-matching with cosine noise scheduling"
- Cross-attention: An attention mechanism that conditions one set of tokens on another, enabling information exchange between queries and context. "The independent decoder uses cross-attention only"
- Density variance: A statistic quantifying how unevenly points are distributed in a reconstructed point cloud; lower is more uniform and physically plausible. "In terms of density variance, our approach outperforms"
- Diffusion model: A generative model that learns to reverse a noise-adding process to sample complex data distributions. "we implement the model as a diffusion model"
- Diffusion-based 3D autoencoder: An autoencoder that uses a diffusion (or flow-matching) decoder to reconstruct unordered 3D point sets from latent codes. "we introduce a diffusion-based 3D autoencoder"
- Farthest point sampling: A downsampling method that iteratively selects points farthest from the current set to cover a point cloud uniformly. "we apply the farthest point sampling method"
- Feed-forward: Performing inference in a single network pass without per-scene optimization or iterative refinement. "in a feed-forward manner"
- Flow matching: A training objective that learns continuous flows mapping noise to data, well-suited for unordered sets like point clouds. "trained end-to-end with the flow matching loss"
- Frustum: The pyramidal volume defined by a camera’s field of view within which 3D points are considered visible or relevant. "within the input view's frustum"
- Hole area ratio: The fraction of ground-truth surface not covered by predicted points within a threshold, indicating reconstruction completeness. "the hole area ratio"
- Joint decoder: A decoder that combines self-attention and cross-attention to jointly reason over points and scene tokens for sharper structures. "the joint decoder implements an efficient self-attention"
- Kullback–Leibler (KL) loss: A regularization term from variational inference that measures divergence between distributions; often used in VAEs. "we do not use KL loss"
- Latent space: A lower-dimensional representation where the model encodes global 3D scene or object information for efficient decoding. "a global representation in a compact latent space"
- Latent tokens: Learnable vector embeddings that store compressed 3D scene information for decoding into point clouds. "compresses complete point clouds into compact latent tokens"
- Learnable scene tokens: Trainable tokens added to the transformer input that aggregate multi-view information into a unified scene representation. "learnable scene tokens that aggregate information"
- Non-pixel-aligned: A formulation where 3D predictions are not tied to individual image pixels or rays, enabling global, consistent geometry. "complete, non-pixel-aligned point clouds"
- Normal consistency (NC): A metric evaluating the alignment of surface normals between prediction and ground truth to assess geometric fidelity. "normal consistency (NC)"
- Occupancy field: A function indicating whether spatial locations are inside or outside a surface, used to represent 3D geometry implicitly. "predict an occupancy field"
- One-sided Chamfer Distance: A coverage-oriented variant of Chamfer Distance that measures how well predictions explain ground-truth points without penalizing extra predictions. "We therefore adopt one-sided Chamfer Distance (GT -> Prediction)"
- Per-ray supervision: Training signals defined along camera rays from pixels into 3D, tying predictions to image-space sampling. "without relying on per-ray supervision"
- Pixel-aligned: Methods that predict 3D geometry per pixel/ray, often leading to duplicated structures in overlapping views. "pixel-aligned methods"
- Point map: A per-pixel 3D representation where each image pixel is associated with a 3D point in the scene. "point maps"
- Radiance field: A function mapping 3D coordinates and view directions to emitted and reflected light, used for view synthesis and implicit geometry. "radiance fields tied to the image plane"
- Ray-direction bias: Systematic artifacts introduced by conditioning reconstruction along camera rays, which can distort geometry. "prevents ray-direction bias in reconstruction"
- Scene-token mechanism: A design that introduces global scene tokens to fuse information across unposed images into a shared latent scene representation. "a scene-token mechanism that aggregates information"
- Self-attention: An attention mechanism where tokens attend to each other within the same set to model relationships and context. "eight self-attention layers"
- Signed Distance Function (SDF): A scalar field giving the distance to the nearest surface with sign indicating inside/outside, representing geometry implicitly. "SDF values"
- Timestep sampling: Choosing noise integration times during training/inference for diffusion or flow-matching models. "timestep sampling in [0,1]"
- Transformer: A neural architecture based on attention mechanisms for processing sequences or token sets, here applied to images and 3D tokens. "a large transformer"
- Unposed images: Input images without known camera poses or calibration, requiring pose-free reconstruction methods. "from a set of unposed images"
- View-agnostic: Representations that do not depend on a particular camera view, enabling consistent geometry across viewpoints. "view-agnostic scene representation"
- Voxel-grid filtering: Aggregating and deduplicating points by discretizing space into voxels and selecting representative points per voxel. "apply voxel-grid filtering"
- Voxel grids: 3D discretizations of space into cubic cells used to represent volume data or geometry for learning and inference. "voxel grids"
Collections
Sign up for free to add this paper to one or more collections.