3D形状表現は、3D形状の再構築に大きな影響を及ぼします。プリミティブベースの表現は、主に単純な暗黙のプリミティブのセットによって3D形状を近似しますが、プリミティブの幾何学的な複雑さが低いため、形状の解像度が制限されます。さらに、任意の形状に十分な数のプリミティブを設定することは困難です。これらの問題を克服するために、学習可能な係数が少なく、幾何学的な複雑さが高く、これらのプリミティブを生成するためのディープニューラルネットワークを備えたプリミティブとして、制約付きの暗黙の代数曲面を提案します。私たちの実験は、単一のRGB画像の3D形状再構成における最先端の方法と比較して、表現力の点で私たちの方法の優位性を示しています。さらに、私たちの方法が教師なしの方法で3D形状のセグメントを意味的に学習できることを示します。コードはhttps://myavartanoo.github.io/3dias/から公開されています。
3D Shape representation has substantial effects on 3D shape reconstruction. Primitive-based representations approximate a 3D shape mainly by a set of simple implicit primitives, but the low geometrical complexity of the primitives limits the shape resolution. Moreover, setting a sufficient number of primitives for an arbitrary shape is challenging. To overcome these issues, we propose a constrained implicit algebraic surface as the primitive with few learnable coefficients and higher geometrical complexities and a deep neural network to produce these primitives. Our experiments demonstrate the superiorities of our method in terms of representation power compared to the state-of-the-art methods in single RGB image 3D shape reconstruction. Furthermore, we show that our method can semantically learn segments of 3D shapes in an unsupervised manner. The code is publicly available from https://myavartanoo.github.io/3dias/ .