arXiv論文メモ
新着一覧
cs.CV / cs.GR / cs.LG · 査読状況未確認

多段階の残差で曲面を表すニューラル陰関数

M-plicits: Neural Implicit Surfaces via Nested Multiscale Residuals

Vinícius da Silva, Isabelle Melo, Matheus Bessa, Guilherme Schardong, Luiz Schirmer, André Araújo, Nuno Gonçalves, Hélio Lopes, Alberto Raposo, Luiz Velho, Tiago Novello

この論文をやさしく読む

ひとことで言うと

雑音を含む形状データから滑らかな曲面を学び、速く描画するためのニューラル表現。

何に役立つ?

三次元曲面の復元や描画で、形状の精度、雑音への頑健性、描画速度を併せて検討する際の手法になる。

この研究の面白いところ

直前の曲面の近くだけで次の段階を学習し、粗い形から順に細部を加える。法線計算でも自動微分を避けている。

どこまで分かった?

要旨で示された評価はStanfordとThingi32のデータに基づく。コード、モデル、データは公開予定とされており、公開済みとは記載されていない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

入力座標を正弦関数で符号化して多層パーセプトロン(MLP)に与える方法は、ゼロ等位面で定義する曲面のニューラル陰関数表現に有効である。しかし既存の方法では、学習効率、描画速度、雑音への頑健性の両立が難しい。単一のMLPは推論時の計算量が大きく、格子に基づく表現は高速だが曲面の滑らかさを制限し、入力の雑音に過剰適合することがある。従来の多尺度法も、周波数成分を急に切り落とすため雑音を捉えて不自然な形状を生じやすい。これらに対し、本研究は、入れ子状の近傍を順に使って学習する複数のMLPの残差和として曲面をモデル化する、多尺度の枠組みM-plicitsを提案する。領域全体から標準的に標本を取る既存の残差法や、可視化に高コストなメッシュ抽出を要する方法と違い、教師信号を直前のゼロ等位面の周囲の狭い帯状領域に厳密に限定する。粗いネットワークがローパスフィルターとして働いて雑音の少ない幾何学的な事前形状を作り、その後の残差が高周波の不自然な形状に合わせ込まずに幾何形状を段階的に細かくするため、この入れ子構造は雑音への頑健性をもたらす。さらに、多尺度のスフィアトレーシング法と、行列積に基づく解析的な法線計算法を導入し、自動微分を使わずに高精細なリアルタイム描画を可能にする。StanfordとThingi32のデータでは、M-plicitsは粗い設定で平均Chamfer距離が最良、細かい設定でChamfer距離の中央値とIoUが最良となった。iNGP、BACON、IDFより雑音に対して大幅に頑健で、格子に基づく比較手法よりパラメーター数は一桁少ない。コード、モデル、データは指定のGitHubリポジトリで公開予定である。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Encoding input coordinates with sinusoidal functions into multi-layer perceptrons (MLPs) has proven effective for implicit neural representations (INRs) of surfaces defined as zero-level sets. However, existing methods often struggle to balance training efficiency, rendering speed, and noise robustness: single-MLP approaches are expensive at inference, grid-based representations are fast but can limit surface smoothness and overfit input noise, and previous multiscale approaches frequently capture noise and produce artifacts due to hard spectral truncation. To address these limitations, we propose M-plicits, a multiscale framework that models surfaces as a residual sum of MLPs trained via a sequence of nested neighborhoods. Unlike existing residual approaches that rely on standard domain-wide sampling and require costly mesh extraction for visualization, our method strictly localizes supervision to narrow bands around the previous zero-level sets. This nested design naturally provides robustness against noisy input data: the coarse network acts as a low-pass filter that establishes a clean geometric prior, while subsequent residuals progressively refine the geometry without fitting to high-frequency artifacts. We further introduce a multiscale sphere-tracing algorithm and a GEMM-based analytical normal computation that bypasses auto-differentiation entirely, yielding high-fidelity real-time rendering. On Stanford and Thingi32, M-plicits achieves the best mean Chamfer distance in the coarse configuration and the best median Chamfer distance and IoU in the fine configuration, with substantially better noise robustness than iNGP, BACON, and IDF, while using an order of magnitude fewer parameters than grid-based baselines. Code, models, and data will be released at https://github.com/dsilvavinicius/m-plicits.

arXiv ID: 2609.28684 / 要約の誤りについて