paper-with-me

홈 › Papers

O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis

2017-12-05 · Peng-Shuai Wang, Yang Liu, Yu-Xiao Guo, Chun-Yu Sun, Xin Tong

We present O-CNN, an Octree-based Convolutional Neural Network (CNN) for 3D shape analysis. Built upon the octree representation of 3D shapes, our method takes the average normal vectors of a 3D model sampled in the finest leaf octants as input and performs 3D CNN operations on the octants occupied by the 3D shape surface. We design a novel octree data structure to efficiently store the octant information and CNN features into the graphics memory and execute the entire O-CNN training and evaluation on the GPU. O-CNN supports various CNN structures and works for 3D shapes in different representations. By restraining the computations on the octants occupied by 3D surfaces, the memory and computational costs of the O-CNN grow quadratically as the depth of the octree increases, which makes the 3D CNN feasible for high-resolution 3D models. We compare the performance of the O-CNN with other existing 3D CNN solutions and demonstrate the efficiency and efficacy of O-CNN in three shape analysis tasks, including object classification, shape retrieval, and shape segmentation.

📄 PDF Abstract BibTeX arXiv:1712.01537

Code (1)

Microsoft/O-CNN 공식 구현 tf

Tasks

3D Object ClassificationGPURetrievalSemantic Segmentation

Similar Papers 제목 키워드 기반

Octree Generating Networks: Efficient Convolutional Architectures for High-resolution 3D Outputs

2017-03-28 · ICCV 2017 10 · Maxim Tatarchenko, Alexey Dosovitskiy, Thomas Brox

We present a deep convolutional decoder architecture that can generate volumetric 3D outputs in a compute- and memory-efficient manner by using an octree representation. The network learns to predict both the structure o…

3D ReconstructionDecoderVocal Bursts Intensity Prediction

Adaptive O-CNN: A Patch-based Deep Representation of 3D Shapes

2018-09-21 · Peng-Shuai Wang, Chun-Yu Sun, Yang Liu, Xin Tong

We present an Adaptive Octree-based Convolutional Neural Network (Adaptive O-CNN) for efficient 3D shape encoding and decoding. Different from volumetric-based or octree-based CNN methods that represent a 3D shape with v…

Decoder

OctFusion: Octree-based Diffusion Models for 3D Shape Generation

2024-08-27 · Bojun Xiong, Si-Tong Wei, Xin-Yang Zheng, Yan-Pei Cao 외

Diffusion models have emerged as a popular method for 3D generation. However, it is still challenging for diffusion models to efficiently generate diverse and high-quality 3D shapes. In this paper, we introduce OctFusion…

3D Generation3D Shape GenerationGPU

Dual Octree Graph Networks for Learning Adaptive Volumetric Shape Representations

2022-05-05 · Peng-Shuai Wang, Yang Liu, Xin Tong

We present an adaptive deep representation of volumetric fields of 3D shapes and an efficient approach to learn this deep representation for high-quality 3D shape reconstruction and auto-encoding. Our method encodes the …

3D Shape ReconstructionDecoder

Efficient Autoregressive Shape Generation via Octree-Based Adaptive Tokenization

2025-04-03 · Kangle Deng, Hsueh-Ti Derek Liu, Yiheng Zhu, Xiaoxia Sun 외

Many 3D generative models rely on variational autoencoders (VAEs) to learn compact shape representations. However, existing methods encode all shapes into a fixed-size token, disregarding the inherent variations in scale…