Interview Preparation
3D Neural Rendering
Brief notes prepared for technical interviews
NeRFNTK / Positional EncodingInstantNGPGaussian Splatting
← Back to Archives

These notes cover the family of neural 3D scene representations — from MLP-based radiance fields to hash-grid accelerations and the explicit Gaussian-based formulation that enables real-time rendering.

Neural Radiance Field (NeRF)

NeRF intro

NeRF — Volumetric rendering & Positional encoding

Neural Tangent Kernel (NTK)

Neural Tangent Kernel

\[K(x, x') = \nabla_\theta f_\theta(x)^\top \nabla_\theta f_\theta(x')\]

InstantNGP

InstantNGP (page 59 portion)

InstantNGP (page 60 portion)

Gaussian Splatting

Gaussian Splatting