paper-with-me

Papers

Leveraging commonsense for object localisation in partial scenes

2022-11-01 · Francesco Giuliari, Geri Skenderi, Marco Cristani, Alessio Del Bue, Yiming Wang

We propose an end-to-end solution to address the problem of object localisation in partial scenes, where we aim to estimate the position of an object in an unknown area given only a partial 3D scan of the scene. We propose a novel scene representation to facilitate the geometric reasoning, Directed Spatial Commonsense Graph (D-SCG), a spatial scene graph that is enriched with additional concept nodes from a commonsense knowledge base. Specifically, the nodes of D-SCG represent the scene objects and the edges are their relative positions. Each object node is then connected via different commonsense relationships to a set of concept nodes. With the proposed graph-based scene representation, we estimate the unknown position of the target object using a Graph Neural Network that implements a novel attentional message passing mechanism. The network first predicts the relative positions between the target object and each visible object by learning a rich representation of the objects via aggregating both the object nodes and the concept nodes in D-SCG. These relative positions then are merged to obtain the final position. We evaluate our method using Partial ScanNet, improving the state-of-the-art by 5.9% in terms of the localisation accuracy at a 8x faster training speed.

📄 PDF Abstract BibTeX arXiv:2211.00562

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkObjectPosition

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Spatial Commonsense Graph for Object Localisation in Partial Scenes

2022-03-10 · CVPR 2022 1 · Francesco Giuliari, Geri Skenderi, Marco Cristani, Yiming Wang 외

We solve object localisation in partial scenes, a new problem of estimating the unknown position of an object (e.g. where is the bag?) given a partial 3D scan of a scene. The proposed solution is based on a novel scene g…

Graph Neural NetworkObjectPosition

LangGrasp: Leveraging Fine-Tuned LLMs for Language Interactive Robot Grasping with Ambiguous Instructions

2025-10-02 · Yunhan Lin, Wenqi Wu, Zhijie Zhang, Huasong Min arxiv

The existing language-driven grasping methods struggle to fully handle ambiguous instructions containing implicit intents. To tackle this challenge, we propose LangGrasp, a novel language-interactive robotic grasping fra…

Robotic Grasping

Predicting Object Dynamics in Scenes

2014-06-01 · CVPR 2014 6 · David F. Fouhey, C. L. Zitnick

Given a static scene, a human can trivially enumerate the myriad of things that can happen next and characterize the relative likelihood of each. In the process, we make use of enormous amounts of commonsense knowledge a…

AttributeObject

Learning Common Sense Through Visual Abstraction

2015-12-01 · ICCV 2015 12 · Ramakrishna Vedantam, Xiao Lin, Tanmay Batra, C. Lawrence Zitnick 외

Common sense is essential for building intelligent machines. While some commonsense knowledge is explicitly stated in human-generated text and can be learnt by mining the web, much of it is unwritten. It is often unneces…

Common Sense Reasoning

SLAM++: Simultaneous Localisation and Mapping at the Level of Objects

2013-06-01 · CVPR 2013 6 · Renato F. Salas-Moreno, Richard A. Newcombe, Hauke Strasdat, Paul H. J. Kelly 외

We present the major advantages of a new 'object oriented' 3D SLAM paradigm, which takes full advantage in the loop of prior knowledge that many scenes consist of repeated, domain-specific objects and structures. As a ha…

3D Object RecognitionDescriptiveObjectObject Recognition+1