Neural Radiance Field のトレーニングは、空間座標から色および体積密度まで NeRF の学習されたマッピングでグリッドベースの表現を使用することで高速化できます。ただし、これらのグリッドベースのアプローチではスケールを明確に理解していないため、多くの場合、ギザギザやシーン コンテンツの欠落の形でエイリアシングが発生します。アンチエイリアスは、光線に沿った点ではなく円錐に沿ったサブボリュームを考慮する mip-NeRF 360 によって以前に対処されていましたが、このアプローチは現在のグリッドベースの技術とネイティブ互換性がありません。レンダリングと信号処理からのアイデアを使用して、mip-NeRF 360 とインスタント NGP などのグリッドベースのモデルを組み合わせて、従来の手法よりも 8% ~ 77% 低いエラー率を生み出す手法を構築する方法を示します。 mip-NeRF 360 よりも 24 倍高速にトレーニングします。
Neural Radiance Field training can be accelerated through the use of grid-based representations in NeRF's learned mapping from spatial coordinates to colors and volumetric density. However, these grid-based approaches lack an explicit understanding of scale and therefore often introduce aliasing, usually in the form of jaggies or missing scene content. Anti-aliasing has previously been addressed by mip-NeRF 360, which reasons about sub-volumes along a cone rather than points along a ray, but this approach is not natively compatible with current grid-based techniques. We show how ideas from rendering and signal processing can be used to construct a technique that combines mip-NeRF 360 and grid-based models such as Instant NGP to yield error rates that are 8% - 77% lower than either prior technique, and that trains 24x faster than mip-NeRF 360.