G-FARS: Gradient-Field-based Auto-Regressive Sampling for 3D Part Grouping
Junfeng Cheng, Tania Stathaki
TL;DR
This work introduces 3D part grouping, a task that requires identifying all valid groupings of mixed parts from multiple shapes. It proposes G-FARS, a gradient-field-based auto-regressive sampling framework that uses a gradient-field-based selection GNN to model the conditional distribution over part selections and to autoregressively extract groups from a mixed set. Grounded in score-based modeling with stochastic differential equations, the method trains to approximate the gradient of the conditional log-density and employs a Predictor-Corrector sampler to generate groups. Experiments on PartNet-derived datasets show that G-FARS outperforms GRU-Mask and Comp-Net baselines, and ablations confirm the importance of the GF and GNN components as well as the PC sampling strategy. The approach enables zero-shot noisy-part removal and demonstrates promising potential for automated sorting and assembly in industrial and recycling contexts, with planned future work toward real-world robotic deployment and broader generalization.
Abstract
This paper proposes a novel task named "3D part grouping". Suppose there is a mixed set containing scattered parts from various shapes. This task requires algorithms to find out every possible combination among all the parts. To address this challenge, we propose the so called Gradient Field-based Auto-Regressive Sampling framework (G-FARS) tailored specifically for the 3D part grouping task. In our framework, we design a gradient-field-based selection graph neural network (GNN) to learn the gradients of a log conditional probability density in terms of part selection, where the condition is the given mixed part set. This innovative approach, implemented through the gradient-field-based selection GNN, effectively captures complex relationships among all the parts in the input. Upon completion of the training process, our framework becomes capable of autonomously grouping 3D parts by iteratively selecting them from the mixed part set, leveraging the knowledge acquired by the trained gradient-field-based selection GNN. Our code is available at: https://github.com/J-F-Cheng/G-FARS-3DPartGrouping.
