Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HyRF: Hybrid Radiance Fields for Memory-efficie...

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for Spatial AI Network Spatial AI Network
November 04, 2025
98

HyRF: Hybrid Radiance Fields for Memory-efficient and High-quality Novel View Synthesis

ガウシアンプラッティングとニューラルフィールドを組み合わせたハイブリッドアプローチを提案
ジオメトリと外観のプロパティを分離したニューラルフィールドアーキテクチャと背景レンダリングを通じて高周波の詳細を保持しつつ、モデルサイズを大きく圧縮

Avatar for Spatial AI Network

Spatial AI Network

November 04, 2025
Tweet

Transcript

  1. HyRF Hybrid Radiance Fields for Novel View Synthesis Spatial AI

    Network 勉強会 2025/10/14 松岡 徹(Preferred Network) Zipeng Wang, Dan Xu Department of Computer Science and Engineering The Hong Kong University of Science and Technology NeurIPS 2025
  2. 2 • 論文 https://arxiv.org/pdf/2509.17083 HyRF: Hybrid Radiance Fields for Novel

    View Synthesis • 選定理由 ◦ 3DGSの不得意な点を改良したい ▪ サイズ ▪ 遠景 ◦ NeRFと3DGSのハイブリッド手法への興味 論文紹介
  3. 4 • 3DGS ◦ リアルタイムで高品質 ◦ メモリオーバーヘッド ▪ 59個のパラメータ •

    48個がSH, 7個が異方性スケールと回転 ← 視点依存効果 • NeRF ◦ 視点依存効果を効率よくモデル化 ◦ 高周波の詳細は苦手 3DGSとNeRF
  4. 5 • Explicit Gaussains • Decoupled Neural Fields ◦ Geo

    Field ◦ Rad Field ▪ Background Map 提案手法
  5. 6 • Explicit Gaussains ◦ Position ◦ Scale ◦ Opacity

    ◦ Color Explicit Gaussains 等方性スケール
  6. 7 • Geo Field ◦ Rotation ◦ Scale ◦ Opacity

    Geo Field 異方性スケール multi-resolution hash encoding (instant-ngpのアレ)
  7. 9 • Explicit Gaussains ◦ Position ◦ Scale ◦ Opacity

    ◦ Color Aggregation • Geo Field ◦ Rotation ◦ Scale ◦ Opacity Sigmoid • Rad Field ◦ Color
  8. 11 • 前処理 ◦ 視錐台に入るGaussianのみ処理を対象にする ◦ Explicit Gaussianのみで処理 ◦ Neural

    Fieldの評価をスキップ Visibility Pre-Culling 厳密にはこの図は 間違っているのだけど・・・
  9. 13 • シーン ◦ Standard real-world scene ▪ MipNeRF360シーンなど。 ▪

    MaxHashSize: 2^18 ◦ Object-centered synthetic scenes ▪ オブジェクト中心。小物など。 ▪ MaxHashSize: 2^17 ◦ Large-scale real-world scenes ▪ 街中のシーンなど。巨大。 ▪ MaxHashSize: 2^21 Results
  10. 17 • 後処理的な圧縮処理は含まない ◦ とはいえ大体の既存手法と互換性があるはず! • 試した圧縮手法 ◦ Half Precision

    Tensor ← GSのPosition ◦ Residual Vector Quantization (R-VQ) ← GSの値に対して ◦ Huffman Encoding ← NFのHash tableに対して 圧縮
  11. 18 • 提案手法をOn/Offして実験 ◦ Decoupled Neural Fields:NFは分割した方が良いの? ◦ Background Rendering

    : 背景はGSでやるかNFに任せるか? ◦ Explicit Gaussian Properties : 全部NFでも良いんじゃない? Ablation Studies
  12. 24 • Hybrid Radiance Fields (HyRF)を提案 • 3DGSとNeualFields(NeRF)のハイブリッド • Decoupled

    Neural Fields • 省メモリー • 高速で高品質なレンダリング まとめ
  13. 30 • 残差ベクトル量子化 Residual Vector Quantization (R-VQ) SoundStream: An End-to-End

    Neural Audio Codec(https://arxiv.org/pdf/2107.03312) https://www.assemblyai.com/blog/what-is-res idual-vector-quantization