Papers › Segment Any Point Cloud Sequences by Distilling Vision Foundation Models

Segment Any Point Cloud Sequences by Distilling Vision Foundation Models

15 Jun 2023NeurIPS 2023 11arXiv:2306.09347archive 2025-07-28

Youquan Liu, Lingdong Kong, Jun Cen, Runnan Chen, Wenwei Zhang, Liang Pan, Kai Chen, Ziwei Liu

Recent advancements in vision foundation models (VFMs) have opened up new possibilities for versatile and efficient visual perception. In this work, we introduce Seal, a novel framework that harnesses VFMs for segmenting diverse automotive point cloud sequences. Seal exhibits three appealing properties: i) Scalability: VFMs are directly distilled into point clouds, obviating the need for annotations in either 2D or 3D during pretraining. ii) Consistency: Spatial and temporal relationships are enforced at both the camera-to-LiDAR and point-to-segment regularization stages, facilitating cross-modal representation learning. iii) Generalizability: Seal enables knowledge transfer in an off-the-shelf manner to downstream tasks involving diverse point clouds, including those from real/synthetic, low/high-resolution, large/small-scale, and clean/corrupted datasets. Extensive experiments conducted on eleven different point cloud datasets showcase the effectiveness and superiority of Seal. Notably, Seal achieves a remarkable 45.0% mIoU on nuScenes after linear probing, surpassing random initialization by 36.9% mIoU and outperforming prior arts by 6.1% mIoU. Moreover, Seal demonstrates significant performance gains over existing methods across 20 different few-shot fine-tuning tasks on all eleven tested point cloud datasets.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2306.09347")

Code

Syntology Ran 10 of 24 code samples harvested from 4 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 4 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

youquanl/segment-any-point-cloud officialmentioned in papermentioned on GitHubpytorch report
xiaoaoran/SynLiDAR officialmentioned in paperMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 10 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
9ran
14unverified

Licence: 1 of the 24 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Bottleneck subake/DAPS3D/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ab585f4a45f6186a · report
DAPPM subake/DAPS3D/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 98542be0286d7f06 · report
VisionTransformer valeoai/SLidR/model/modules/dino/vision_transformer.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 684c765a98595395 · report
generate_regular_grid_point_coords IDEA-Research/OpenSeeD/openseed/modules/point_features.py found in paper text by Syntology ran Apache-2.0 (permissive) · 42ab1750d0229462 · report
is_model IDEA-Research/OpenSeeD/openseed/architectures/registry.py found in paper text by Syntology ran Apache-2.0 (permissive) · 86c6e09f9f6f6637 · report
point_sample IDEA-Research/OpenSeeD/openseed/modules/point_features.py found in paper text by Syntology ran Apache-2.0 (permissive) · 39e4af93b70bcddf · report
register_model IDEA-Research/OpenSeeD/openseed/architectures/registry.py found in paper text by Syntology ran Apache-2.0 (permissive) · be2fbb8bf98a15f7 · report
register_norm_module microsoft/X-Decoder/utils/model.py found in paper text by Syntology ran Apache-2.0 (permissive) · e4f6733fa1ab1999 · report
segmenthead subake/DAPS3D/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 093af22c7f46b460 · report
sigmoid_focal_loss IDEA-Research/OpenSeeD/openseed/modules/criterion.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 5c0711aada67957e · report
DualResNet subake/DAPS3D/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py found in paper text by Syntology unverified MIT (permissive) · b635e36051ab5ddb · report
TransformerStage subake/DAPS3D/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py found in paper text by Syntology unverified MIT (permissive) · 7c9b14c925230f96 · report
batch_dice_loss IDEA-Research/OpenSeeD/openseed/modules/matcher.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bc2cb481a75c370d · report
batch_sigmoid_ce_loss IDEA-Research/OpenSeeD/openseed/modules/matcher.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1edd24985036b0bf · report
bbox_postprocess IDEA-Research/OpenSeeD/openseed/modules/postprocessing.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d3d81dca00185824 · report
build_decoder microsoft/X-Decoder/modeling/body/decoder/build.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e3b73f26b6efd55f · report
build_model IDEA-Research/OpenSeeD/openseed/architectures/build.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c67e4671ab9094aa · report
dice_loss IDEA-Research/OpenSeeD/openseed/modules/criterion.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 89f75e54ff128be0 · report
filter_images_with_only_crowd_annotations microsoft/X-Decoder/datasets/build.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a21a61e41d986b6a · report
model_entrypoints IDEA-Research/OpenSeeD/openseed/architectures/registry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0c3902b80e9968b5 · report
multi_head_attention_forward IDEA-Research/OpenSeeD/openseed/modules/attention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 22a94fc69aed9aca · report
register_decoder microsoft/X-Decoder/modeling/body/decoder/registry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e3c3001fcab78f5c · report
sem_seg_postprocess IDEA-Research/OpenSeeD/openseed/modules/postprocessing.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0e8074c3542f9ab5 · report
sigmoid_ce_loss IDEA-Research/OpenSeeD/openseed/modules/criterion.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d0c61e8dba511aa3 · report

Tasks

Representation LearningTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections