ECCV 2026

Bound3D: Don't Starve the Boundaries Boundary-Constrained Label Propagation for Weakly Supervised 3D Segmentation

Shuwei Wu Shuo Jin Zhijin He Siyue Yu ENG GEE LIM Qiufeng Wang Jimin Xiao Official project status: repository is public and the complete code is marked as coming soon.
Code Poster Paper Coming Soon
Bound3D overview figure

Figure 1. Official overview of the Bound3D pipeline for weakly supervised 3D segmentation.

Abstract

Bound3D targets a core weakness of weakly supervised point-cloud segmentation: sparse labels rarely cover difficult boundary regions, so models learn confident interiors but unreliable object contours. The method introduces a 2D-assisted pseudo-label propagation paradigm that does not depend on the model's own predictions or external foundation models. By producing cleaner pseudo labels and separating interior supervision from boundary supervision, Bound3D improves both category representation and boundary robustness under extremely limited annotation.

Method Overview

The official pipeline first illuminates boundary evidence with image, depth, and normal cues, then generates boundary-aware pseudo labels through a dedicated propagation stage. The training process follows a divide-and-conquer design: interior pseudo labels stabilize the core semantic regions, while boundary pseudo labels focus the optimization on hard contours that are underrepresented by sparse human annotations.

Compared with direct SAM-based 2D-3D projection, the official repository reports that Bound3D generates pseudo labels that are both purer and more uniformly distributed, which is especially important when annotation is restricted to one point per object.

Highlights

Boundary-first Weak Supervision

The method explicitly compensates for the boundary supervision missing from sparse point annotations.

Offline High-purity Propagation

Pseudo labels are generated without relying on self-training loops, which reduces the classic confirmation bias of online labeling.

Decoupled Optimization Targets

Interior and boundary regions are supervised differently so the model can learn stable class cores without neglecting hard edges.

Results

>94.4% Initial offline propagation accuracy on S3DIS under 1 pt/obj
~93k Pseudo-labeled points per scene reported by the official repository
SOTA Repository summary reports stronger results than prior weakly supervised methods

The public repository currently exposes the abstract and the official overview figure, but not the final camera-ready PDF or formal ECCV BibTeX. This page therefore keeps the quantitative claims limited to the numbers already published by the authors in the repository summary.

Citation

Official BibTeX is not publicly available yet.
Please cite the final ECCV 2026 version once the authors release it.