CVNov 23, 2025

NeAR: Coupled Neural Asset-Renderer Stack

arXiv:2511.18600v21 citations
Originality Incremental advance
AI Analysis

This work addresses the limitation of independent neural asset and renderer paradigms for graphics and AI researchers, offering a novel co-design approach that is incremental in bridging two existing fields.

The paper tackles the problem of disjoint neural asset authoring and neural rendering by proposing NeAR, a coupled stack that co-designs asset representation and renderer, resulting in superior performance in tasks like relighting and novel-view synthesis with real-time capabilities and outperforming state-of-the-art baselines in quantitative metrics and perceptual quality.

Neural asset authoring and neural rendering have traditionally evolved as disjoint paradigms: one generates digital assets for fixed graphics pipelines, while the other maps conventional assets to images. However, treating them as independent entities limits the potential for end-to-end optimization in fidelity and consistency. In this paper, we bridge this gap with NeAR, a Coupled Neural Asset--Renderer Stack. We argue that co-designing the asset representation and the renderer creates a robust "contract" for superior generation. On the asset side, we introduce the Lighting-Homogenized SLAT (LH-SLAT). Leveraging a rectified-flow model, NeAR lifts casually lit single images into a canonical, illumination-invariant latent space, effectively suppressing baked-in shadows and highlights. On the renderer side, we design a lighting-aware neural decoder tailored to interpret these homogenized latents. Conditioned on HDR environment maps and camera views, it synthesizes relightable 3D Gaussian splats in real-time without per-object optimization. We validate NeAR on four tasks: (1) G-buffer-based forward rendering, (2) random-lit reconstruction, (3) unknown-lit relighting, and (4) novel-view relighting. Extensive experiments demonstrate that our coupled stack outperforms state-of-the-art baselines in both quantitative metrics and perceptual quality. We hope this coupled asset-renderer perspective inspires future graphics stacks that view neural assets and renderers as co-designed components instead of independent entities.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes