paper-with-me

홈 › Papers

Learning to Orient Surfaces by Self-supervised Spherical CNNs

2020-11-06 · NeurIPS 2020 12 · Riccardo Spezialetti, Federico Stella, Marlon Marcon, Luciano Silva, Samuele Salti, Luigi Di Stefano

Defining and reliably finding a canonical orientation for 3D surfaces is key to many Computer Vision and Robotics applications. This task is commonly addressed by handcrafted algorithms exploiting geometric cues deemed as distinctive and robust by the designer. Yet, one might conjecture that humans learn the notion of the inherent orientation of 3D objects from experience and that machines may do so alike. In this work, we show the feasibility of learning a robust canonical orientation for surfaces represented as point clouds. Based on the observation that the quintessential property of a canonical orientation is equivariance to 3D rotations, we propose to employ Spherical CNNs, a recently introduced machinery that can learn equivariant representations defined on the Special Orthogonal group SO(3). Specifically, spherical correlations compute feature maps whose elements define 3D rotations. Our method learns such feature maps from raw data by a self-supervised training procedure and robustly selects a rotation to transform the input point cloud into a learned canonical orientation. Thereby, we realize the first end-to-end learning approach to define and extract the canonical orientation of 3D shapes, which we aptly dub Compass. Experiments on several public datasets prove its effectiveness at orienting local surface patches as well as whole objects.

📄 PDF Abstract BibTeX arXiv:2011.03298

Code (1)

CVLAB-Unibo/compass 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Sphere2Vec: Self-Supervised Location Representation Learning on Spherical Surfaces

2021-09-29 · Gengchen Mai, Yao Xuan, Wenyun Zuo, Yutong He 외

Location encoding is valuable for a multitude of tasks where both the absolute positions and local contexts (image, text, and other types of metadata) of spatial objects are needed for accurate predictions. However, most…

image-classificationImage ClassificationRepresentation LearningSelf-Supervised Learning

Rotation Equivariant Graph Convolutional Network for Spherical Image Classification

2020-06-01 · CVPR 2020 6 · Qin Yang, Chenglin Li, Wenrui Dai, Junni Zou 외

Convolutional neural networks (CNNs) designed for low-dimensional regular grids will unfortunately lead to non-optimal solutions for analyzing spherical images, due to their different geometrical properties from planar i…

ClassificationGeneral Classificationgraph constructionimage-classification+1

Spherical U-Net on Cortical Surfaces: Methods and Applications

2019-04-01 · Fenqiang Zhao, Shunren Xia, Zhengwang Wu, Dingna Duan 외

Convolutional Neural Networks (CNNs) have been providing the state-of-the-art performance for learning-related problems involving 2D/3D images in Euclidean space. However, unlike in the Euclidean space, the shapes of man…

AttributeComputational Efficiency

Möbius Convolutions for Spherical CNNs

2022-01-28 · Thomas W. Mitchel, Noam Aigerman, Vladimir G. Kim, Michael Kazhdan

M\"obius transformations play an important role in both geometry and spherical image processing - they are the group of conformal automorphisms of 2D surfaces and the spherical equivalent of homographies. Here we present…

DescriptiveImage SegmentationSemantic Segmentation

Deep Learning 3D Shapes Using Alt-az Anisotropic 2-Sphere Convolution

2019-05-01 · ICLR 2019 5 · Min Liu, Fupin Yao, Chiho Choi, Sinha Ayan 외

The ground-breaking performance obtained by deep convolutional neural networks (CNNs) for image processing tasks is inspiring research efforts attempting to extend it for 3D geometric tasks. One of the main challenge in …

Retrieval