CVJun 14, 2020

Generative 3D Part Assembly via Dynamic Graph Learning

arXiv:2006.07793v3106 citations
Originality Highly original
AI Analysis

This addresses the pose estimation subproblem in autonomous part assembly for robotics and 3D vision, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of predicting 6-DoF poses for 3D parts to assemble a single shape, proposing a dynamic graph learning framework that iteratively refines part features and relations, and demonstrates effectiveness through comparisons with baseline methods.

Autonomous part assembly is a challenging yet crucial task in 3D computer vision and robotics. Analogous to buying an IKEA furniture, given a set of 3D parts that can assemble a single shape, an intelligent agent needs to perceive the 3D part geometry, reason to propose pose estimations for the input parts, and finally call robotic planning and control routines for actuation. In this paper, we focus on the pose estimation subproblem from the vision side involving geometric and relational reasoning over the input part geometry. Essentially, the task of generative 3D part assembly is to predict a 6-DoF part pose, including a rigid rotation and translation, for each input part that assembles a single 3D shape as the final output. To tackle this problem, we propose an assembly-oriented dynamic graph learning framework that leverages an iterative graph neural network as a backbone. It explicitly conducts sequential part assembly refinements in a coarse-to-fine manner, exploits a pair of part relation reasoning module and part aggregation module for dynamically adjusting both part features and their relations in the part graph. We conduct extensive experiments and quantitative comparisons to three strong baseline methods, demonstrating the effectiveness of the proposed approach.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes