Novel Class Discovery for Point Cloud Segmentation via Joint Learning of Causal Representation and Reasoning
Yang Li, Aming Wu, Zihao Zhang, Yahong Han
TL;DR
This work tackles Novel Class Discovery for 3D point cloud segmentation by reframing the problem with a Structural Causal Model to separate intrinsic causal representations from confounding factors. It introduces a three-part framework: causal representation prototype learning to purify base-class features, a causal reasoning graph to model base-to-novel causality, and a graph-convolutional network to generate pseudo-labels for novel classes. Key contributions include the first causality-based treatment for 3D-NCD, the design of causal representation prototypes with adversarial deconfounding, and a dynamic causal graph with pruning and direction constraints guided by ICM and Causal Markov principles. Extensive experiments on 3D (SemanticKITTI, SemanticPOSS) and 2D (PASCAL-5i, COCO-20i) NCD demonstrate state-of-the-art performance and underscore the practical impact for open-world perception tasks.
Abstract
In this paper, we focus on Novel Class Discovery for Point Cloud Segmentation (3D-NCD), aiming to learn a model that can segment unlabeled (novel) 3D classes using only the supervision from labeled (base) 3D classes. The key to this task is to setup the exact correlations between the point representations and their base class labels, as well as the representation correlations between the points from base and novel classes. A coarse or statistical correlation learning may lead to the confusion in novel class inference. lf we impose a causal relationship as a strong correlated constraint upon the learning process, the essential point cloud representations that accurately correspond to the classes should be uncovered. To this end, we introduce a structural causal model (SCM) to re-formalize the 3D-NCD problem and propose a new method, i.e., Joint Learning of Causal Representation and Reasoning. Specifically, we first analyze hidden confounders in the base class representations and the causal relationships between the base and novel classes through SCM. We devise a causal representation prototype that eliminates confounders to capture the causal representations of base classes. A graph structure is then used to model the causal relationships between the base classes' causal representation prototypes and the novel class prototypes, enabling causal reasoning from base to novel classes. Extensive experiments and visualization results on 3D and 2D NCD semantic segmentation demonstrate the superiorities of our method.
