paper-with-me

Papers

Random Walks in Self-supervised Learning for Triangular Meshes

2025-03-02 · Gal Yefet, Ayellet Tal

This study addresses the challenge of self-supervised learning for 3D mesh analysis. It presents an new approach that uses random walks as a form of data augmentation to generate diverse representations of mesh surfaces. Furthermore, it employs a combination of contrastive and clustering losses. The contrastive learning framework maximizes similarity between augmented instances of the same mesh while minimizing similarity between different meshes. We integrate this with a clustering loss, enhancing class distinction across training epochs and mitigating training variance. Our model's effectiveness is evaluated using mean Average Precision (mAP) scores and a supervised SVM linear classifier on extracted features, demonstrating its potential for various downstream tasks such as object classification and shape retrieval.

📄 PDF Abstract BibTeX arXiv:2503.00816

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningData AugmentationRetrievalSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

MeshWalker: Deep Mesh Understanding by Random Walks

2020-06-09 · Alon Lahav, Ayellet Tal

Most attempts to represent 3D shapes for deep learning have focused on volumetric grids, multi-view images and point clouds. In this paper we look at the most popular representation of 3D shapes in computer graphics - a …

3D Classification3D Object RecognitionSemantic Segmentation

Self-Supervised Contrastive Representation Learning for 3D Mesh Segmentation

2022-08-08 · Ayaan Haque, Hankyu Moon, Heng Hao, Sima Didari 외

3D deep learning is a growing field of interest due to the vast amount of information stored in 3D formats. Triangular meshes are an efficient representation for irregular, non-uniform 3D objects. However, meshes are oft…

Contrastive LearningRepresentation LearningSegmentationSelf-Supervised Learning

DL-Polycube: Deep learning enhanced polycube method for high-quality hexahedral mesh generation and volumetric spline construction

2024-10-24 · Yuxuan Yu, Yuzhuo Fang, Hua Tong, Yongjie Jessica Zhang

In this paper, we present a novel algorithm that integrates deep learning with the polycube method (DL-Polycube) to generate high-quality hexahedral (hex) meshes, which are then used to construct volumetric splines for i…

Segmentation

General Graph Random Features

2023-10-07 · Isaac Reid, Krzysztof Choromanski, Eli Berger, Adrian Weller

We propose a novel random walk-based algorithm for unbiased estimation of arbitrary functions of a weighted adjacency matrix, coined universal graph random features (u-GRFs). This includes many of the most popular exampl…

Node Clustering

Random Walks for Adversarial Meshes

2022-02-15 · Amir Belder, Gal Yefet, Ran Ben Izhak, Ayellet Tal

A polygonal mesh is the most-commonly used representation of surfaces in computer graphics. Therefore, it is not surprising that a number of mesh classification networks have recently been proposed. However, while advers…

Adversarial AttackClassification