paper-with-me

Papers

MeshConv3D: Efficient convolution and pooling operators for triangular 3D meshes

2025-01-07 · Germain Bregeon, Marius Preda, Radu Ispas, Titus Zaharia

Convolutional neural networks (CNNs) have been pivotal in various 2D image analysis tasks, including computer vision, image indexing and retrieval or semantic classification. Extending CNNs to 3D data such as point clouds and 3D meshes raises significant challenges since the very basic convolution and pooling operators need to be completely re-visited and re-defined in an appropriate manner to tackle irregular connectivity issues. In this paper, we introduce MeshConv3D, a 3D mesh-dedicated methodology integrating specialized convolution and face collapse-based pooling operators. MeshConv3D operates directly on meshes of arbitrary topology, without any need of prior re-meshing/conversion techniques. In order to validate our approach, we have considered a semantic classification task. The experimental results obtained on three distinct benchmark datasets show that the proposed approach makes it possible to achieve equivalent or superior classification results, while minimizing the related memory footprint and computational load.

📄 PDF Abstract BibTeX arXiv:2501.03830

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MeshCNN: A Network with an Edge

2018-09-16 · Rana Hanocka, Amir Hertz, Noa Fish, Raja Giryes 외

Polygonal meshes provide an efficient representation for 3D shapes. They explicitly capture both shape surface and topology, and leverage non-uniformity to represent large flat regions as well as sharp, intricate feature…

3D Object Classification3D Part SegmentationCube Engraving Classification

TetCNN: Convolutional Neural Networks on Tetrahedral Meshes

2023-02-08 · Mohammad Farazi, Zhangsihao Yang, Wenhui Zhu, Peijie Qiu 외

Convolutional neural networks (CNN) have been broadly studied on images, videos, graphs, and triangular meshes. However, it has seldom been studied on tetrahedral meshes. Given the merits of using volumetric meshes in ap…

DiffGCN: Graph Convolutional Networks via Differential Operators and Algebraic Multigrid Pooling

2020-06-07 · NeurIPS 2020 12 · Moshe Eliasof, Eran Treister

Graph Convolutional Networks (GCNs) have shown to be effective in handling unordered data like point clouds and meshes. In this work we propose novel approaches for graph convolution, pooling and unpooling, inspired from…

Compression for Smooth Shape Analysis

2017-11-29 · V. Estellers, F. R. Schmidt, D. Cremers

Most 3D shape analysis methods use triangular meshes to discretize both the shape and functions on it as piecewise linear functions. With this representation, shape analysis requires fine meshes to represent smooth shape…

A 3D mesh convolution-based autoencoder for geometry compression

2026-03-02 · Germain Bregeon, Marius Preda, Radu Ispas, Titus Zaharia arxiv

In this paper, we introduce a novel 3D mesh convolution-based autoencoder for geometry compression, able to deal with irregular mesh data without requiring neither preprocessing nor manifold/watertightness conditions. Th…