paper-with-me

Papers

3D Graph Embedding Learning with a Structure-aware Loss Function for Point Cloud Semantic Instance Segmentation

2019-02-14 · Zhidong Liang, Ming Yang, Chunxiang Wang

This paper introduces a novel approach for 3D semantic instance segmentation on point clouds. A 3D convolutional neural network called submanifold sparse convolutional network is used to generate semantic predictions and instance embeddings simultaneously. To obtain discriminative embeddings for each 3D instance, a structure-aware loss function is proposed which considers both the structure information and the embedding information. To get more consistent embeddings for each 3D instance, attention-based k nearest neighbour (KNN) is proposed to assign different weights for different neighbours. Based on the attention-based KNN, we add a graph convolutional network after the sparse convolutional network to get refined embeddings. Our network can be trained end-to-end. A simple mean-shift algorithm is utilized to cluster refined embeddings to get final instance predictions. As a result, our framework can output both the semantic prediction and the instance prediction. Experiments show that our approach outperforms all state-of-art methods on ScanNet benchmark and NYUv2 dataset.

📄 PDF Abstract BibTeX arXiv:1902.05247

Code (0)

등록된 구현이 없습니다.

Tasks

3D Instance Segmentation3D Semantic Instance SegmentationGraph EmbeddingInstance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Edgeless-GNN: Unsupervised Representation Learning for Edgeless Nodes

2021-04-12 · Yong-Min Shin, Cong Tran, Won-Yong Shin, Xin Cao

We study the problem of embedding edgeless nodes such as users who newly enter the underlying network, while using graph neural networks (GNNs) widely studied for effective representation learning of graphs. Our study is…

Network EmbeddingRepresentation Learning

Local Structure-aware Graph Contrastive Representation Learning

2023-08-07 · Kai Yang, YuAn Liu, Zijuan Zhao, Peijin Ding 외

Traditional Graph Neural Network (GNN), as a graph representation learning method, is constrained by label information. However, Graph Contrastive Learning (GCL) methods, which tackle the label problem effectively, mainl…

Contrastive LearningGraph Neural NetworkGraph Representation LearningLink Prediction+2

Supervized Segmentation with Graph-Structured Deep Metric Learning

2019-05-10 · Loic Landrieu, Mohamed Boussaha

We present a fully-supervized method for learning to segment data structured by an adjacency graph. We introduce the graph-structured contrastive loss, a loss function structured by a ground truth segmentation. It promot…

Metric LearningSegmentation

Topologically Regularized Data Embeddings

2023-01-09 · Edith Heiter, Robin Vandaele, Tijl De Bie, Yvan Saeys 외

Unsupervised representation learning methods are widely used for gaining insight into high-dimensional, unstructured, or structured data. In some cases, users may have prior topological knowledge about the data, such as …

Computational EfficiencyDimensionality ReductionGraph EmbeddingRepresentation Learning

G-Loss: Graph-Guided Fine-Tuning of Language Models

2026-04-28 · Aditya Sharma, Vinti Agarwal, Rajesh Kumar arxiv

Traditional loss functions, including cross-entropy, contrastive, triplet, and su pervised contrastive losses, used for fine-tuning pre-trained language models such as BERT, operate only within local neighborhoods and fa…

Document ClassificationSentiment Analysis