paper-with-me

Papers

MeT: A Graph Transformer for Semantic Segmentation of 3D Meshes

2023-07-03 · Giuseppe Vecchio, Luca Prezzavento, Carmelo Pino, Francesco Rundo, Simone Palazzo, Concetto Spampinato

Polygonal meshes have become the standard for discretely approximating 3D shapes, thanks to their efficiency and high flexibility in capturing non-uniform shapes. This non-uniformity, however, leads to irregularity in the mesh structure, making tasks like segmentation of 3D meshes particularly challenging. Semantic segmentation of 3D mesh has been typically addressed through CNN-based approaches, leading to good accuracy. Recently, transformers have gained enough momentum both in NLP and computer vision fields, achieving performance at least on par with CNN models, supporting the long-sought architecture universalism. Following this trend, we propose a transformer-based method for semantic segmentation of 3D mesh motivated by a better modeling of the graph structure of meshes, by means of global attention mechanisms. In order to address the limitations of standard transformer architectures in modeling relative positions of non-sequential data, as in the case of 3D meshes, as well as in capturing the local context, we perform positional encoding by means the Laplacian eigenvectors of the adjacency matrix, replacing the traditional sinusoidal positional encodings, and by introducing clustering-based features into the self-attention and cross-attention operators. Experimental results, carried out on three sets of the Shape COSEG Dataset, on the human segmentation dataset proposed in Maron et al., 2017 and on the ShapeNet benchmark, show how the proposed approach yields state-of-the-art performance on semantic segmentation of 3D meshes.

📄 PDF Abstract BibTeX arXiv:2307.01115

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Semantic Segmentation of Textured Non-manifold 3D Meshes using Transformers

2026-04-02 · Mohammadreza Heidarianbaei, Max Mehltretter, Franz Rottensteiner arxiv

Textured 3D meshes jointly represent geometry, topology, and appearance, yet their irregular structure poses significant challenges for deep-learning-based semantic segmentation. While a few recent methods operate direct…

Semantic Segmentation

LMSeg: A deep graph message-passing network for efficient and accurate semantic segmentation of large-scale 3D landscape meshes

2024-07-05 · Zexian Huang, Kourosh Khoshelham, Gunditj Mirring Traditional Owners Corporation, Martin Tomko

Semantic segmentation of large-scale 3D landscape meshes is pivotal for various geospatial applications, including spatial analysis, automatic mapping and localization of target objects, and urban planning and developmen…

Computational EfficiencySegmentationSemantic Segmentation

PSSNet: Planarity-sensible Semantic Segmentation of Large-scale Urban Meshes

2022-02-07 · Weixiao Gao, Liangliang Nan, Bas Boom, Hugo Ledoux

We introduce a novel deep learning-based framework to interpret 3D urban scenes represented as textured meshes. Based on the observation that object boundaries typically align with the boundaries of planar regions, our f…

SegmentationSemantic Segmentation

Part Segmentation of Human Meshes via Multi-View Human Parsing

2025-07-22 · James Dickens, Kamyar Hamad arxiv

Recent advances in point cloud deep learning have led to models that achieve high per-part labeling accuracy on large-scale point clouds, using only the raw geometry of unordered point sets. In parallel, the field of hum…

Semantic SegmentationSemantic ParsingHuman ParsingPoint Clouds

Virtual Multi-view Fusion for 3D Semantic Segmentation

2020-07-26 · ECCV 2020 8 · Abhijit Kundu, Xiaoqi Yin, Alireza Fathi, David Ross 외

Semantic segmentation of 3D meshes is an important problem for 3D scene understanding. In this paper we revisit the classic multiview representation of 3D meshes and study several techniques that make them effective for …

2D Semantic Segmentation3D Semantic SegmentationScene UnderstandingSegmentation+1