paper-with-me

Papers

SGRec3D: Self-Supervised 3D Scene Graph Learning via Object-Level Scene Reconstruction

2023-09-27 · Sebastian Koch, Pedro Hermosilla, Narunas Vaskevicius, Mirco Colosi, Timo Ropinski

In the field of 3D scene understanding, 3D scene graphs have emerged as a new scene representation that combines geometric and semantic information about objects and their relationships. However, learning semantic 3D scene graphs in a fully supervised manner is inherently difficult as it requires not only object-level annotations but also relationship labels. While pre-training approaches have helped to boost the performance of many methods in various fields, pre-training for 3D scene graph prediction has received little attention. Furthermore, we find in this paper that classical contrastive point cloud-based pre-training approaches are ineffective for 3D scene graph learning. To this end, we present SGRec3D, a novel self-supervised pre-training method for 3D scene graph prediction. We propose to reconstruct the 3D input scene from a graph bottleneck as a pretext task. Pre-training SGRec3D does not require object relationship labels, making it possible to exploit large-scale 3D scene understanding datasets, which were off-limits for 3D scene graph learning before. Our experiments demonstrate that in contrast to recent point cloud-based pre-training approaches, our proposed pre-training improves the 3D scene graph prediction considerably, which results in SOTA performance, outperforming other 3D scene graph models by +10% on object prediction and +4% on relationship prediction. Additionally, we show that only using a small subset of 10% labeled data during fine-tuning is sufficient to outperform the same model without pre-training.

📄 PDF Abstract BibTeX arXiv:2309.15702

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningPredictionScene Understanding

Similar Papers 제목 키워드 기반

Interpretable Zero-shot Referring Expression Comprehension with Query-driven Scene Graphs

2026-03-26 · Yike Wu, Necva Bolucu, Stephen Wan, Dadong Wang 외 arxiv

Zero-shot referring expression comprehension (REC) aims to locate target objects in images given natural language queries without relying on task-specific training data, demanding strong visual understanding capabilities…

Natural Language QueriesReferring ExpressionScene Understanding

Discovering Collaborative Signals for Next POI Recommendation with Iterative Seq2Graph Augmentation

2021-06-30 · Yang Li, Tong Chen, Yadan Luo, Hongzhi Yin 외

Being an indispensable component in location-based social networks, next point-of-interest (POI) recommendation recommends users unexplored POIs based on their recent visiting histories. However, existing work mainly mod…

Multi-Task Learning

Self-supervised Graph-based Point-of-interest Recommendation

2022-10-22 · Yang Li, Tong Chen, Peng-Fei Zhang, Zi Huang 외

The exponential growth of Location-based Social Networks (LBSNs) has greatly stimulated the demand for precise location-based recommendation services. Next Point-of-Interest (POI) recommendation, which aims to provide pe…

Self-Supervised Learning

Learning to Transfer Graph Embeddings for Inductive Graph based Recommendation

2020-05-24 · Le Wu, Yonghui Yang, Lei Chen, Defu Lian 외

With the increasing availability of videos, how to edit them and present the most interesting parts to users, i.e., video highlight, has become an urgent need with many broad applications. As users'visual preferences are…

Graph Neural NetworkTransfer Learning

Self-Supervised Relation Alignment for Scene Graph Generation

2023-02-02 · Bicheng Xu, Renjie Liao, Leonid Sigal

The goal of scene graph generation is to predict a graph from an input image, where nodes correspond to identified and localized objects and edges to their corresponding interaction predicates. Existing methods are train…

Graph GenerationRelationRelation PredictionScene Graph Generation