๐
๐
Old Age
Freq-Mip-AA : Frequency Mip Representation for Anti-Aliasing Neural Radiance Fields
June 19, 2024 ยท Entered Twilight ยท ๐ International Conference on Information Photonics
Repo contents: README.md, assets, configs, cosine_transform.py, data_loader, dct2.py, debug_utils.py, loss.py, main.py, models, opt.py, requirements.txt, scripts, utils.py
Authors
Youngin Park, Seungtae Nam, Cheul-hee Hahm, Eunbyung Park
arXiv ID
2406.13251
Category
cs.CV: Computer Vision
Cross-listed
cs.GR,
eess.IV
Citations
0
Venue
International Conference on Information Photonics
Repository
https://github.com/yi0109/FreqMipAA
โญ 13
Last Checked
3 months ago
Abstract
Neural Radiance Fields (NeRF) have shown remarkable success in representing 3D scenes and generating novel views. However, they often struggle with aliasing artifacts, especially when rendering images from different camera distances from the training views. To address the issue, Mip-NeRF proposed using volumetric frustums to render a pixel and suggested integrated positional encoding (IPE). While effective, this approach requires long training times due to its reliance on MLP architecture. In this work, we propose a novel anti-aliasing technique that utilizes grid-based representations, usually showing significantly faster training time. In addition, we exploit frequency-domain representation to handle the aliasing problem inspired by the sampling theorem. The proposed method, FreqMipAA, utilizes scale-specific low-pass filtering (LPF) and learnable frequency masks. Scale-specific low-pass filters (LPF) prevent aliasing and prioritize important image details, and learnable masks effectively remove problematic high-frequency elements while retaining essential information. By employing a scale-specific LPF and trainable masks, FreqMipAA can effectively eliminate the aliasing factor while retaining important details. We validated the proposed technique by incorporating it into a widely used grid-based method. The experimental results have shown that the FreqMipAA effectively resolved the aliasing issues and achieved state-of-the-art results in the multi-scale Blender dataset. Our code is available at https://github.com/yi0109/FreqMipAA .
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
๐
๐
Old Age
Fast R-CNN
๐
๐
Old Age