GraphSeg: Segmented 3D Representations via Graph Edge Addition and Contraction
By: Haozhan Tang , Tianyi Zhang , Oliver Kroemer and more
Potential Business Impact:
Helps robots see and grab objects better.
Robots operating in unstructured environments often require accurate and consistent object-level representations. This typically requires segmenting individual objects from the robot's surroundings. While recent large models such as Segment Anything (SAM) offer strong performance in 2D image segmentation. These advances do not translate directly to performance in the physical 3D world, where they often over-segment objects and fail to produce consistent mask correspondences across views. In this paper, we present GraphSeg, a framework for generating consistent 3D object segmentations from a sparse set of 2D images of the environment without any depth information. GraphSeg adds edges to graphs and constructs dual correspondence graphs: one from 2D pixel-level similarities and one from inferred 3D structure. We formulate segmentation as a problem of edge addition, then subsequent graph contraction, which merges multiple 2D masks into unified object-level segmentations. We can then leverage \emph{3D foundation models} to produce segmented 3D representations. GraphSeg achieves robust segmentation with significantly fewer images and greater accuracy than prior methods. We demonstrate state-of-the-art performance on tabletop scenes and show that GraphSeg enables improved performance on downstream robotic manipulation tasks. Code available at https://github.com/tomtang502/graphseg.git.
Similar Papers
SegGraph: Leveraging Graphs of SAM Segments for Few-Shot 3D Part Segmentation
CV and Pattern Recognition
Helps computers understand 3D shapes by looking at pictures.
WildSeg3D: Segment Any 3D Objects in the Wild from 2D Images
CV and Pattern Recognition
Lets computers understand 3D objects from any pictures.
GaussianGraph: 3D Gaussian-based Scene Graph Generation for Open-world Scene Understanding
CV and Pattern Recognition
Lets computers understand what's in a 3D picture.