paper-with-me

홈 › Papers

Interpolated SelectionConv for Spherical Images and Surfaces

2022-10-18 · David Hart, Michael Whitney, Bryan Morse

We present a new and general framework for convolutional neural network operations on spherical (or omnidirectional) images. Our approach represents the surface as a graph of connected points that doesn't rely on a particular sampling strategy. Additionally, by using an interpolated version of SelectionConv, we can operate on the sphere while using existing 2D CNNs and their weights. Since our method leverages existing graph implementations, it is also fast and can be fine-tuned efficiently. Our method is also general enough to be applied to any surface type, even those that are topologically non-simple. We demonstrate the effectiveness of our technique on the tasks of style transfer and segmentation for spheres as well as stylization for 3D meshes. We provide a thorough ablation study of the performance of various spherical sampling strategies.

📄 PDF Abstract BibTeX arXiv:2210.10123

Code (1)

davidmhart/interpolated-selectionconv 공식 구현 pytorch

Tasks

Semantic SegmentationStyle Transfer

Similar Papers 제목 키워드 기반

SelectionConv: Convolutional Neural Networks for Non-rectilinear Image Data

2022-07-18 · David Hart, Michael Whitney, Bryan Morse

Convolutional Neural Networks have revolutionized vision applications. There are image domains and representations, however, that cannot be handled by standard CNNs (e.g., spherical images, superpixels). Such data are us…

Depth EstimationDepth PredictionSuperpixels

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 Interpolated Convolutional Network with Distance-Feature Density for 3D Semantic Segmentation of Point Clouds

2020-11-27 · Guangming Wang, Yehui Yang, Huixin Zhang, Zhe Liu 외

The semantic segmentation of point clouds is an important part of the environment perception for robots. However, it is difficult to directly adopt the traditional 3D convolution kernel to extract features from raw 3D po…

3D Semantic SegmentationFeature CorrelationSemantic Segmentation

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

Geometry Field Splatting with Gaussian Surfels

2024-11-26 · CVPR 2025 1 · Kaiwen Jiang, Venkataram Sivaram, Cheng Peng, Ravi Ramamoorthi

Geometric reconstruction of opaque surfaces from images is a longstanding challenge in computer vision, with renewed interest from volumetric view synthesis algorithms using radiance fields. We leverage the geometry fiel…