Multiscale NeRF

Multiscale NeRF

Project Overview

Neural Radiance Fields (NeRF) achieve strong performance in scene reconstruction and novel view synthesis, but exhibit aliasing artifacts when rendering at different spatial resolutions. Mip-NeRF addresses this by integrating positional encoding over a conical frustum instead of sampling along a single ray, enabling scale-aware rendering. But Mip-NeRF simultaneously changes both the sampling strategy and the feature representation, making it unclear whether the improvement comes from the integrated positional encoding itself or from the explicit availability of scale information.

This project investigates a simpler alternative: explicitly conditioning a vanilla NeRF network on the approximate pixel footprint at each sample point, while retaining the original NeRF architecture. The goal is to isolate the role of explicit scale information and evaluate whether it alone can mitigate aliasing effects.


Results

Qualitative comparison at 1/4 resolution

Qualitative comparison at 1/4 resolution on the lego scene.

Qualitative comparison at 1/8 resolution

Qualitative comparison at 1/4 resolution on the ship scene.

The scale-conditioned model (Ours w/ PE) consistently outperformed vanilla NeRF across scales and achieved competitive PSNR and SSIM relative to Mip-NeRF. While our model attained slightly higher average PSNR on both scenes, Mip-NeRF generally retained stronger SSIM and LPIPS performance.

Multiscale NeRF Results

Note: Mip-NeRF was evaluated using the Nerfstudio implementation trained on the full-resolution single-scale Blender dataset, whereas our models were trained and evaluated under the multiscale setting. The comparison should therefore be interpreted as approximate rather than strictly controlled.


Discussion

These results suggest that explicit scale conditioning is a simple and effective inductive bias for multiscale neural rendering. It substantially improves over vanilla NeRF, but the remaining gap in SSIM and LPIPS suggests that Mip-NeRF’s integrated positional encoding contributes beyond scale information alone.


Vanilla NeRF on Custom Scenes

Bear Statue

CSE Building

Chezbob Shelf

Chezbob Close-up