{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/segment-any-point-cloud-sequences-by","title":"Segment Any Point Cloud Sequences by Distilling Vision Foundation Models","arxiv_id":"2306.09347","date":"2023-06-15","proceeding":"NeurIPS 2023 11","authors":["Youquan Liu","Lingdong Kong","Jun Cen","Runnan Chen","Wenwei Zhang","Liang Pan","Kai Chen","Ziwei Liu"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2306.09347v2","url_pdf":"https://arxiv.org/pdf/2306.09347v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"segment-any-point-cloud-sequences-by","repo_url":"https://github.com/youquanl/segment-any-point-cloud","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"segment-any-point-cloud-sequences-by","repo_url":"https://github.com/xiaoaoran/SynLiDAR","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"representation-learning","task_name":"Representation Learning"},{"task_slug":"transfer-learning","task_name":"Transfer Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2306.09347","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2306.09347"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/subake/DAPS3D","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/ldkong1205/Robo3D","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/valeoai/SLidR","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/facebookresearch/segment-anything","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/microsoft/X-Decoder","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/IDEA-Research/OpenSeeD","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/youquanl/segment-any-point-cloud","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/xiaoaoran/SynLiDAR","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":9,"ran_draft_wrong":1,"unverified":14},"by_repo_kind":{"found_in_text":{"samples":24,"ran":10,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":1,"samples":[{"code_sha256_prefix":"ab585f4a45f6186a","entry":"Bottleneck","repo":"subake/DAPS3D","repo_kind":"found_in_text","path":"train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","file_url":"https://github.com/subake/DAPS3D/blob/HEAD/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ab585f4a45f6186a"}},{"code_sha256_prefix":"98542be0286d7f06","entry":"DAPPM","repo":"subake/DAPS3D","repo_kind":"found_in_text","path":"train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","file_url":"https://github.com/subake/DAPS3D/blob/HEAD/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"98542be0286d7f06"}},{"code_sha256_prefix":"684c765a98595395","entry":"VisionTransformer","repo":"valeoai/SLidR","repo_kind":"found_in_text","path":"model/modules/dino/vision_transformer.py","file_url":"https://github.com/valeoai/SLidR/blob/HEAD/model/modules/dino/vision_transformer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"684c765a98595395"}},{"code_sha256_prefix":"42ab1750d0229462","entry":"generate_regular_grid_point_coords","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/point_features.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/point_features.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"42ab1750d0229462"}},{"code_sha256_prefix":"86c6e09f9f6f6637","entry":"is_model","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/architectures/registry.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/architectures/registry.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"86c6e09f9f6f6637"}},{"code_sha256_prefix":"39e4af93b70bcddf","entry":"point_sample","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/point_features.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/point_features.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39e4af93b70bcddf"}},{"code_sha256_prefix":"be2fbb8bf98a15f7","entry":"register_model","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/architectures/registry.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/architectures/registry.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"be2fbb8bf98a15f7"}},{"code_sha256_prefix":"e4f6733fa1ab1999","entry":"register_norm_module","repo":"microsoft/X-Decoder","repo_kind":"found_in_text","path":"utils/model.py","file_url":"https://github.com/microsoft/X-Decoder/blob/HEAD/utils/model.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e4f6733fa1ab1999"}},{"code_sha256_prefix":"093af22c7f46b460","entry":"segmenthead","repo":"subake/DAPS3D","repo_kind":"found_in_text","path":"train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","file_url":"https://github.com/subake/DAPS3D/blob/HEAD/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"093af22c7f46b460"}},{"code_sha256_prefix":"5c0711aada67957e","entry":"sigmoid_focal_loss","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/criterion.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/criterion.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5c0711aada67957e"}},{"code_sha256_prefix":"b635e36051ab5ddb","entry":"DualResNet","repo":"subake/DAPS3D","repo_kind":"found_in_text","path":"train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","file_url":"https://github.com/subake/DAPS3D/blob/HEAD/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b635e36051ab5ddb"}},{"code_sha256_prefix":"7c9b14c925230f96","entry":"TransformerStage","repo":"subake/DAPS3D","repo_kind":"found_in_text","path":"train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","file_url":"https://github.com/subake/DAPS3D/blob/HEAD/train/tasks/semantic/modules/ddrnet_23_slim_salsa_da.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7c9b14c925230f96"}},{"code_sha256_prefix":"bc2cb481a75c370d","entry":"batch_dice_loss","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/matcher.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/matcher.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bc2cb481a75c370d"}},{"code_sha256_prefix":"1edd24985036b0bf","entry":"batch_sigmoid_ce_loss","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/matcher.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/matcher.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1edd24985036b0bf"}},{"code_sha256_prefix":"d3d81dca00185824","entry":"bbox_postprocess","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/postprocessing.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/postprocessing.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d3d81dca00185824"}},{"code_sha256_prefix":"e3b73f26b6efd55f","entry":"build_decoder","repo":"microsoft/X-Decoder","repo_kind":"found_in_text","path":"modeling/body/decoder/build.py","file_url":"https://github.com/microsoft/X-Decoder/blob/HEAD/modeling/body/decoder/build.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e3b73f26b6efd55f"}},{"code_sha256_prefix":"c67e4671ab9094aa","entry":"build_model","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/architectures/build.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/architectures/build.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c67e4671ab9094aa"}},{"code_sha256_prefix":"89f75e54ff128be0","entry":"dice_loss","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/criterion.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/criterion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"89f75e54ff128be0"}},{"code_sha256_prefix":"a21a61e41d986b6a","entry":"filter_images_with_only_crowd_annotations","repo":"microsoft/X-Decoder","repo_kind":"found_in_text","path":"datasets/build.py","file_url":"https://github.com/microsoft/X-Decoder/blob/HEAD/datasets/build.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a21a61e41d986b6a"}},{"code_sha256_prefix":"0c3902b80e9968b5","entry":"model_entrypoints","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/architectures/registry.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/architectures/registry.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0c3902b80e9968b5"}},{"code_sha256_prefix":"22a94fc69aed9aca","entry":"multi_head_attention_forward","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/attention.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/attention.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"22a94fc69aed9aca"}},{"code_sha256_prefix":"e3c3001fcab78f5c","entry":"register_decoder","repo":"microsoft/X-Decoder","repo_kind":"found_in_text","path":"modeling/body/decoder/registry.py","file_url":"https://github.com/microsoft/X-Decoder/blob/HEAD/modeling/body/decoder/registry.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e3c3001fcab78f5c"}},{"code_sha256_prefix":"0e8074c3542f9ab5","entry":"sem_seg_postprocess","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/postprocessing.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/postprocessing.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0e8074c3542f9ab5"}},{"code_sha256_prefix":"d0c61e8dba511aa3","entry":"sigmoid_ce_loss","repo":"IDEA-Research/OpenSeeD","repo_kind":"found_in_text","path":"openseed/modules/criterion.py","file_url":"https://github.com/IDEA-Research/OpenSeeD/blob/HEAD/openseed/modules/criterion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d0c61e8dba511aa3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}