AIAny
AI Model2026
Icon for item

Pixal3D

Generates high-fidelity 3D assets from a single image by back-projecting pixel-aligned features into 3D, preserving fine geometry and PBR textures; includes inference code and a Hugging Face demo—best suited for single-view object reconstruction.

Introduction

Most single-image 3D methods fuse image features loosely into a 3D backbone, which limits per-pixel fidelity. Pixal3D flips that assumption: it explicitly lifts pixel features into 3D via back-projection to establish direct pixel-to-3D correspondences, enabling near-reconstruction-level detail in both geometry and PBR textures from one view.

Key Capabilities
  • Pixel-aligned lifting: maps 2D pixel features into 3D coordinates rather than relying solely on attention fusion—so what? This preserves fine surface detail and texture alignment that typical implicit or attention-based approaches blur.
  • Single-view reconstruction with PBR textures: produces textured GLB outputs suitable for asset pipelines—so what? You get meshes with material-quality textures that are easier to import into DCC tools and real-time engines.
  • Reproducible stacks & demos: provides branches for the paper implementation and an improved Trellis.2-backed main branch, plus a Hugging Face Gradio demo—so what? You can both reproduce published results and try a higher-performance implementation without local setup.
Who It's For and Trade-offs

Great fit if you need single-image, single-object 3D captures with high fidelity for AR/VR, game assets, or rapid prototyping of product visuals. The project is research-first: it assumes object-centric inputs and depends on a modern backbone (Trellis.2) and nonstandard license—check the repository for commercial terms. Look elsewhere if your target is large scenes, multi-view photogrammetry-grade reconstruction, or extremely low-compute real-time on CPU-only devices, as Pixal3D is optimized around single-view quality and GPU inference.

Where It Fits

Pixal3D sits between generative 3D-from-image models (which prioritize diversity) and reconstruction systems (which prioritize geometric accuracy). Its pixel-to-3D correspondence focus makes it a pragmatic choice when you want higher per-pixel fidelity from a single photograph without full multi-view capture.

Information

  • Websitehuggingface.co
  • AuthorsDong-Yang Li, Wang Zhao, Yuxin Chen, Wenbo Hu, Meng-Hao Guo, Fang-Lue Zhang, Ying Shan, Shi-Min Hu, Tencent ARC Lab
  • Published date2026/04/30

More Items

Proposes VLAct, a representation-centric continued pre-training method for Vision-Language-Action models that preserves VLM priors and enforces cross-embodiment action semantics to turn limited robot trajectories into transferable visual-action representations; shows strong gains and sample efficiency on multiple VLA benchmarks using modest compute.

Performs causal, bounded‑memory streaming 3D reconstruction by caching KV features from only the preceding 11 frames, predicting a per‑frame point map and adjacent relative pose, and composing these local predictions into a global trajectory; includes a lightweight rotation refiner and composition‑aware loss to limit drift.

Rewrites physical scenes as executable world programs (e.g., MuJoCo scene descriptions) and uses an agentic abductive loop to propose, execute, render, verify, and iteratively refine those programs from videos or text. Verified executable worlds supply scalable physical supervision for training vision–language models.