{"url":"/dataset/scannet","name":"ScanNet","full_name":null,"description_markdown":"**ScanNet** is an instance-level indoor RGB-D dataset that includes both 2D and 3D data. It is a collection of labeled voxels rather than points or objects. Up to now, ScanNet v2, the newest version of ScanNet, has collected 1513 annotated scans with an approximate 90% surface coverage. In the semantic segmentation task, this dataset is marked in 20 classes of annotated 3D voxelized objects.\r\n\r\nSource: [A Review of Point Cloud Semantic Segmentation](https://arxiv.org/abs/1908.08854)\r\nImage Source: [http://www.scan-net.org/](http://www.scan-net.org/)","description_withheld":null,"homepage":"http://www.scan-net.org/","introduced_date":"2017-01-01","introduced_date_note":null,"introduced_by":{"paper":"/paper/scannet-richly-annotated-3d-reconstructions","title":"ScanNet: Richly-annotated 3D Reconstructions of Indoor Scenes","first_author":"Angela Dai","url":null},"license":{"name":"Custom","url":"http://kaldir.vc.in.tum.de/scannet/ScanNet_TOS.pdf"},"modalities":[{"name":"Images","url":"/datasets/modality/images"},{"name":"RGB-D","url":"/datasets/modality/rgb-d"}],"tasks":[{"name":"Semantic Segmentation","url":"/task/semantic-segmentation","datasets_with_task":"/datasets/task/semantic-segmentation"},{"name":"3D Object Detection","url":"/task/3d-object-detection","datasets_with_task":"/datasets/task/3d-object-detection"},{"name":"Depth Estimation","url":"/task/depth-estimation","datasets_with_task":"/datasets/task/depth-estimation"},{"name":"3D Reconstruction","url":"/task/3d-reconstruction","datasets_with_task":"/datasets/task/3d-reconstruction"},{"name":"Panoptic Segmentation","url":"/task/panoptic-segmentation","datasets_with_task":"/datasets/task/panoptic-segmentation"},{"name":"Scene Segmentation","url":"/task/scene-segmentation","datasets_with_task":"/datasets/task/scene-segmentation"},{"name":"Generalized Zero-Shot Learning","url":"/task/generalized-zero-shot-learning","datasets_with_task":"/datasets/task/generalized-zero-shot-learning"},{"name":"3D Instance Segmentation","url":"/task/3d-instance-segmentation-1","datasets_with_task":"/datasets/task/3d-instance-segmentation-1"},{"name":"2D Panoptic Segmentation","url":"/task/2d-panoptic-segmentation","datasets_with_task":"/datasets/task/2d-panoptic-segmentation"},{"name":"Scene Recognition","url":"/task/scene-recognition","datasets_with_task":"/datasets/task/scene-recognition"},{"name":"Surface Normals Estimation","url":"/task/surface-normals-estimation","datasets_with_task":"/datasets/task/surface-normals-estimation"},{"name":"Zero-shot 3D Point Cloud Classification","url":"/task/zero-shot-3d-point-cloud-classification","datasets_with_task":"/datasets/task/zero-shot-3d-point-cloud-classification"},{"name":"Continual Semantic Segmentation","url":"/task/continual-semantic-segmentation","datasets_with_task":"/datasets/task/continual-semantic-segmentation"},{"name":"3D Semantic Instance Segmentation","url":"/task/3d-semantic-instance-segmentation","datasets_with_task":"/datasets/task/3d-semantic-instance-segmentation"},{"name":"Interactive 3D Instance Segmentation","url":"/task/interactive-3d-instance-segmentation","datasets_with_task":"/datasets/task/interactive-3d-instance-segmentation"},{"name":"Unsupervised 3D Semantic Segmentation","url":"/task/unsupervised-3d-semantic-segmentation","datasets_with_task":"/datasets/task/unsupervised-3d-semantic-segmentation"},{"name":"Interactive 3D Instance Segmentation -Trained on Scannet40 - Evaluated on Scannet40","url":"/task/interactive-3d-instance-segmentation-trained","datasets_with_task":"/datasets/task/interactive-3d-instance-segmentation-trained"}],"languages":[],"variants":["ScanNet","ScanNetV1","ScanNetV2","ScanNet(v2)"],"data_loaders":[{"repo":"https://github.com/Pointcept/Pointcept","url":"https://github.com/Pointcept/Pointcept","frameworks":["pytorch"]},{"repo":"https://github.com/ScanNet/ScanNet","url":"http://www.scan-net.org/","frameworks":["pytorch"]}],"num_papers_in_archive":1595,"source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28"},"benchmarks":[{"leaderboard":"/sota/semantic-segmentation-on-scannet","task":"Semantic Segmentation","dataset_variant":"ScanNet","rows":45,"metrics":["val mIoU","test mIoU"],"first_row_in_archive_order":{"model":"DITR","paper":"/paper/dino-in-the-room-leveraging-2d-foundation","metrics":{"test mIoU":"79.7","val mIoU":"80.5"},"code_links":[{"title":"VisualComputingInstitute/DITR","url":"https://github.com/VisualComputingInstitute/DITR"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/3d-object-detection-on-scannetv2","task":"3D Object Detection","dataset_variant":"ScanNetV2","rows":33,"metrics":["mAP@0.5","mAP@0.25"],"first_row_in_archive_order":{"model":"DEST (based on V-DETR) (TTA)","paper":"/paper/state-space-model-meets-transformer-a-new-1","metrics":{"mAP@0.25":"78.8","mAP@0.5":"67.9"},"code_links":[{"title":"OpenSpaceAI/DEST3D","url":"https://github.com/OpenSpaceAI/DEST3D"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/3d-instance-segmentation-on-scannetv2","task":"3D Instance Segmentation","dataset_variant":"ScanNet(v2)","rows":32,"metrics":["mAP @ 50","mAP@25","mAP","mRec"],"first_row_in_archive_order":{"model":"Relation3D","paper":"/paper/relation3d-enhancing-relation-modeling-for","metrics":{"mAP":"62.2","mAP @ 50":"81.6","mAP@25":"90.1"},"code_links":[{"title":"Howard-coder191/Relation3D","url":"https://github.com/Howard-coder191/Relation3D"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/semantic-segmentation-on-scannetv2","task":"Semantic Segmentation","dataset_variant":"ScanNetV2","rows":12,"metrics":["Mean IoU","Pixel Accuracy","Mean IoU (test)","Mean IoU (val)"],"first_row_in_archive_order":{"model":"CMX","paper":"/paper/cmx-cross-modal-fusion-for-rgb-x-semantic","metrics":{"Mean IoU":"61.3%"},"code_links":[{"title":"huaaaliu/rgbx_semantic_segmentation","url":"https://github.com/huaaaliu/rgbx_semantic_segmentation"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/3d-semantic-instance-segmentation-on-1","task":"3D Semantic Instance Segmentation","dataset_variant":"ScanNetV2","rows":5,"metrics":["mAP@0.50"],"first_row_in_archive_order":{"model":"3D-MPA","paper":"/paper/3d-mpa-multi-proposal-aggregation-for-3d","metrics":{"mAP@0.50":"61.1"},"code_links":[{"title":"francisengelmann/3D-MPA","url":"https://github.com/francisengelmann/3D-MPA"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/panoptic-segmentation-on-scannetv2","task":"Panoptic Segmentation","dataset_variant":"ScanNetV2","rows":5,"metrics":["PQ","RQ","SQ","Params (M)"],"first_row_in_archive_order":{"model":"OneFormer3D","paper":"/paper/oneformer3d-one-transformer-for-unified-point","metrics":{"PQ":"71.2"},"code_links":[{"title":"oneformer3d/oneformer3d","url":"https://github.com/oneformer3d/oneformer3d"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/panoptic-segmentation-on-scannet","task":"Panoptic Segmentation","dataset_variant":"ScanNet","rows":4,"metrics":["PQ","PQ_th","PQ_st"],"first_row_in_archive_order":{"model":"OneFormer3D","paper":"/paper/oneformer3d-one-transformer-for-unified-point","metrics":{"PQ":"71.2","PQ_st":"86.1","PQ_th":"69.6"},"code_links":[{"title":"oneformer3d/oneformer3d","url":"https://github.com/oneformer3d/oneformer3d"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/depth-estimation-on-scannetv2","task":"Depth Estimation","dataset_variant":"ScanNetV2","rows":3,"metrics":["absolute relative error","Delta < 1.25"],"first_row_in_archive_order":{"model":"Distill Any Depth","paper":"/paper/distill-any-depth-distillation-creates-a","metrics":{"Delta < 1.25":"0.980","absolute relative error":"0.042"},"code_links":[{"title":"Westlake-AGI-Lab/Distill-Any-Depth","url":"https://github.com/Westlake-AGI-Lab/Distill-Any-Depth"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/scene-segmentation-on-scannet","task":"Scene Segmentation","dataset_variant":"ScanNet","rows":3,"metrics":["Average Accuracy","3DIoU"],"first_row_in_archive_order":{"model":"3DMV","paper":"/paper/3dmv-joint-3d-multi-view-prediction-for-3d","metrics":{"Average Accuracy":"75.0%"},"code_links":[{"title":"angeladai/3DMV","url":"https://github.com/angeladai/3DMV"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/surface-normals-estimation-on-scannetv2","task":"Surface Normals Estimation","dataset_variant":"ScanNetV2","rows":3,"metrics":["% < 11.25","% < 22.5","% < 30","Mean Angle Error"],"first_row_in_archive_order":{"model":"Metric3Dv2 (g2, In-domain)","paper":"/paper/metric3d-v2-a-versatile-monocular-geometric-1","metrics":{"% < 11.25":"77.8","% < 22.5":"90.1","% < 30":"93.5","Mean Angle Error":"9.2"},"code_links":[{"title":"yvanyin/metric3d","url":"https://github.com/yvanyin/metric3d"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/depth-estimation-on-scannet","task":"Depth Estimation","dataset_variant":"ScanNet","rows":2,"metrics":["RMSE","absolute relative error"],"first_row_in_archive_order":{"model":"Atlas (plain)","paper":"/paper/atlas-end-to-end-3d-scene-reconstruction-from","metrics":{"RMSE":"0.165"},"code_links":[{"title":"magicleap/Atlas","url":"https://github.com/magicleap/Atlas"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/unsupervised-3d-semantic-segmentation-on","task":"Unsupervised 3D Semantic Segmentation","dataset_variant":"ScanNetV2","rows":2,"metrics":["mIoU"],"first_row_in_archive_order":{"model":"Point-GCC+PointNet++","paper":"/paper/point-gcc-universal-self-supervised-3d-scene","metrics":{"mIoU":"18.3"},"code_links":[{"title":"asterisci/point-gcc","url":"https://github.com/asterisci/point-gcc"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/2d-panoptic-segmentation-on-scannetv2","task":"2D Panoptic Segmentation","dataset_variant":"ScanNetV2","rows":1,"metrics":["PQ"],"first_row_in_archive_order":{"model":"EMSANet (2x ResNet-34 NBt1D, PanopticNDT version)","paper":"/paper/panopticndt-efficient-and-robust-panoptic","metrics":{"PQ":"58.22"},"code_links":[{"title":"tui-nicr/emsanet","url":"https://github.com/tui-nicr/emsanet"},{"title":"tui-nicr/panoptic-mapping","url":"https://github.com/tui-nicr/panoptic-mapping"},{"title":"tui-nicr/nicr-scene-analysis-datasets","url":"https://github.com/tui-nicr/nicr-scene-analysis-datasets"},{"title":"tui-nicr/emsaformer","url":"https://github.com/tui-nicr/emsaformer"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/3d-instance-segmentation-on-scannet","task":"3D Instance Segmentation","dataset_variant":"ScanNet","rows":1,"metrics":["mAP"],"first_row_in_archive_order":{"model":"MASC","paper":"/paper/masc-multi-scale-affinity-with-sparse","metrics":{"mAP":"0.447"},"code_links":[{"title":"art-programmer/MASC","url":"https://github.com/art-programmer/MASC"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/3d-reconstruction-on-scannet","task":"3D Reconstruction","dataset_variant":"ScanNet","rows":1,"metrics":["3DIoU","Chamfer Distance","L1"],"first_row_in_archive_order":{"model":"Atlas (finetuned)","paper":"/paper/atlas-end-to-end-3d-scene-reconstruction-from","metrics":{"3DIoU":"89.4","Chamfer Distance":"37.2","L1":"21.1"},"code_links":[{"title":"magicleap/Atlas","url":"https://github.com/magicleap/Atlas"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/3d-semantic-instance-segmentation-on","task":"3D Semantic Instance Segmentation","dataset_variant":"ScanNetV1","rows":1,"metrics":["mAP@0.25"],"first_row_in_archive_order":{"model":"SGPN","paper":"/paper/sgpn-similarity-group-proposal-network-for-3d","metrics":{"mAP@0.25":"35.1"},"code_links":[{"title":"laughtervv/SGPN","url":"https://github.com/laughtervv/SGPN"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/continual-semantic-segmentation-on-scannet","task":"Continual Semantic Segmentation","dataset_variant":"ScanNet","rows":1,"metrics":["mIoU"],"first_row_in_archive_order":{"model":"LGKD","paper":"/paper/label-guided-knowledge-distillation-for","metrics":{"mIoU":"55.3"},"code_links":[{"title":"ze-yang/lgkd","url":"https://github.com/ze-yang/lgkd"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/generalized-zero-shot-learning-on-scannet","task":"Generalized Zero-Shot Learning","dataset_variant":"ScanNet","rows":1,"metrics":["HmIoU"],"first_row_in_archive_order":{"model":"3DGenZ","paper":"/paper/generative-zero-shot-learning-for-semantic","metrics":{"HmIoU":"12.5"},"code_links":[{"title":"valeoai/3DGenZ","url":"https://github.com/valeoai/3DGenZ"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/interactive-3d-instance-segmentation-on","task":"Interactive 3D Instance Segmentation","dataset_variant":"ScanNetV2","rows":1,"metrics":["NoC@80"],"first_row_in_archive_order":{"model":"InterObject3D","paper":"/paper/interactive-object-segmentation-in-3d-point","metrics":{"NoC@80":"9.6"},"code_links":[{"title":"theodorakontogianni/interobject3d","url":"https://github.com/theodorakontogianni/interobject3d"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/interactive-3d-instance-segmentation-trained","task":"Interactive 3D Instance Segmentation -Trained on Scannet40 - Evaluated on Scannet40","dataset_variant":"ScanNetV2","rows":1,"metrics":["NoC@80"],"first_row_in_archive_order":{"model":"InterObject3D","paper":"/paper/interactive-object-segmentation-in-3d-point","metrics":{"NoC@80":"8.9"},"code_links":[{"title":"theodorakontogianni/interobject3d","url":"https://github.com/theodorakontogianni/interobject3d"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"},{"leaderboard":"/sota/scene-recognition-on-scannet","task":"Scene Recognition","dataset_variant":"ScanNet","rows":1,"metrics":["Average Recall"],"first_row_in_archive_order":{"model":"SSMA","paper":"/paper/self-supervised-model-adaptation-for","metrics":{"Average Recall":"54.28"},"code_links":[{"title":"DeepSceneSeg/SSMA","url":"https://github.com/DeepSceneSeg/SSMA"}]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"}],"papers_with_a_benchmark_row":[{"paper":"/paper/dino-in-the-room-leveraging-2d-foundation","title":"DINO in the Room: Leveraging 2D Foundation Models for 3D Segmentation","date":"2025-03-24","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/sonata-self-supervised-learning-of-reliable","title":"Sonata: Self-Supervised Learning of Reliable Point Representations","date":"2025-03-20","rows_on_this_dataset":1,"code_links":2,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":19,"samples_ran":5,"samples_unverified":14,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/state-space-model-meets-transformer-a-new-1","title":"State Space Model Meets Transformer: A New Paradigm for 3D Object Detection","date":"2025-03-18","rows_on_this_dataset":2,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":10,"samples_ran":2,"samples_unverified":8,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/bfanet-revisiting-3d-semantic-segmentation","title":"BFANet: Revisiting 3D Semantic Segmentation with Boundary Feature Analysis","date":"2025-03-16","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/distill-any-depth-distillation-creates-a","title":"Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator","date":"2025-02-26","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/beyond-the-final-layer-hierarchical-query","title":"Beyond the Final Layer: Hierarchical Query Fusion Transformer with Agent-Interpolation Initialization for 3D Instance Segmentation","date":"2025-02-06","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/relation3d-enhancing-relation-modeling-for","title":"Relation3D : Enhancing Relation Modeling for Point Cloud Instance Segmentation","date":"2025-01-01","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/msta3d-multi-scale-twin-attention-for-3d-1","title":"MSTA3D: Multi-scale Twin-attention for 3D Instance Segmentation","date":"2024-11-04","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/arkit-labelmaker-a-new-scale-for-indoor-3d","title":"ARKit LabelMaker: A New Scale for Indoor 3D Scene Understanding","date":"2024-10-17","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":2,"samples_ran":2,"samples_unverified":0,"pointer_only_for_licence":2,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/unidet3d-multi-dataset-indoor-3d-object","title":"UniDet3D: Multi-dataset Indoor 3D Object Detection","date":"2024-09-06","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/mv-detr-multi-modality-indoor-object","title":"MV-DETR: Multi-modality indoor object detection by Multi-View DEtecton TRansformers","date":"2024-08-13","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/serialized-point-mamba-a-serialized-point","title":"Serialized Point Mamba: A Serialized Point Cloud Mamba Segmentation Model","date":"2024-07-17","rows_on_this_dataset":2,"code_links":0,"syntology":null},{"paper":"/paper/mamba24-8d-enhancing-global-interaction-in","title":"Pamba: Enhancing Global Interaction in Point Clouds via State Space Model","date":"2024-06-25","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/kpconvx-modernizing-kernel-point-convolution","title":"KPConvX: Modernizing Kernel Point Convolution with Kernel Attention","date":"2024-05-21","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/metric3d-v2-a-versatile-monocular-geometric-1","title":"Metric3Dv2: A Versatile Monocular Geometric Foundation Model for Zero-shot Metric Depth and Surface Normal Estimation","date":"2024-03-22","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":3,"samples_unverified":0,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/lsk3dnet-towards-effective-and-efficient-3d","title":"LSK3DNet: Towards Effective and Efficient 3D Perception with Large Sparse Kernels","date":"2024-03-22","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/oa-cnns-omni-adaptive-sparse-cnns-for-3d","title":"OA-CNNs: Omni-Adaptive Sparse CNNs for 3D Semantic Segmentation","date":"2024-03-21","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/avs-net-point-sampling-with-adaptive-voxel","title":"AVS-Net: Point Sampling with Adaptive Voxel Size for 3D Scene Understanding","date":"2024-02-27","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/scalable-3d-panoptic-segmentation-with","title":"Scalable 3D Panoptic Segmentation As Superpoint Graph Clustering","date":"2024-01-12","rows_on_this_dataset":2,"code_links":1,"syntology":null},{"paper":"/paper/odin-a-single-model-for-2d-and-3d-perception","title":"ODIN: A Single Model for 2D and 3D Segmentation","date":"2024-01-04","rows_on_this_dataset":2,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":8,"samples_ran":3,"samples_unverified":5,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/spgroup3d-superpoint-grouping-network-for","title":"SPGroup3D: Superpoint Grouping Network for Indoor 3D Object Detection","date":"2023-12-21","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/spherical-mask-coarse-to-fine-3d-point-cloud","title":"Spherical Mask: Coarse-to-Fine 3D Point Cloud Instance Segmentation with Spherical Representation","date":"2023-12-18","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":4,"samples_ran":1,"samples_unverified":3,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/point-transformer-v3-simpler-faster-stronger","title":"Point Transformer V3: Simpler, Faster, Stronger","date":"2023-12-15","rows_on_this_dataset":1,"code_links":3,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":11,"samples_ran":7,"samples_unverified":4,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/oneformer3d-one-transformer-for-unified-point","title":"OneFormer3D: One Transformer for Unified Point Cloud Segmentation","date":"2023-11-24","rows_on_this_dataset":5,"code_links":1,"syntology":null},{"paper":"/paper/ponderv2-pave-the-way-for-3d-foundataion","title":"PonderV2: Pave the Way for 3D Foundation Model with A Universal Pre-training Paradigm","date":"2023-10-12","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/pointhr-exploring-high-resolution","title":"PointHR: Exploring High-Resolution Architectures for 3D Point Cloud Segmentation","date":"2023-10-11","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/panopticndt-efficient-and-robust-panoptic","title":"PanopticNDT: Efficient and Robust Panoptic Mapping","date":"2023-09-24","rows_on_this_dataset":4,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":12,"samples_ran":0,"samples_unverified":12,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/mask-attention-free-transformer-for-3d","title":"Mask-Attention-Free Transformer for 3D Instance Segmentation","date":"2023-09-04","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":10,"samples_ran":4,"samples_unverified":6,"pointer_only_for_licence":10,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/decoupled-local-aggregation-for-point-cloud","title":"Decoupled Local Aggregation for Point Cloud Learning","date":"2023-08-31","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/towards-large-scale-3d-representation","title":"Towards Large-scale 3D Representation Learning with Multi-dataset Point Prompt Training","date":"2023-08-18","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/imgeonet-image-induced-geometry-aware-voxel","title":"ImGeoNet: Image-induced Geometry-aware Voxel Representation for Multi-view 3D Object Detection","date":"2023-08-17","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":2,"samples_unverified":1,"pointer_only_for_licence":3,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/v-detr-detr-with-vertex-relative-position","title":"V-DETR: DETR with Vertex Relative Position Encoding for 3D Object Detection","date":"2023-08-08","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":12,"samples_ran":10,"samples_unverified":2,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/efficient-multi-task-scene-analysis-with-rgb","title":"Efficient Multi-Task Scene Analysis with RGB-D Transformers","date":"2023-06-08","rows_on_this_dataset":1,"code_links":2,"syntology":null},{"paper":"/paper/point-gcc-universal-self-supervised-3d-scene","title":"Point-GCC: Universal Self-supervised 3D Scene Pre-training via Geometry-Color Contrast","date":"2023-05-31","rows_on_this_dataset":2,"code_links":1,"syntology":null},{"paper":"/paper/octformer-octree-based-transformers-for-3d","title":"OctFormer: Octree-based Transformers for 3D Point Clouds","date":"2023-05-04","rows_on_this_dataset":1,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":9,"samples_ran":2,"samples_unverified":7,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/swin3d-a-pretrained-transformer-backbone-for","title":"Swin3D: A Pretrained Transformer Backbone for 3D Indoor Scene Understanding","date":"2023-04-14","rows_on_this_dataset":2,"code_links":2,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":1,"samples_ran":1,"samples_unverified":0,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/masked-scene-contrast-a-scalable-framework","title":"Masked Scene Contrast: A Scalable Framework for Unsupervised 3D Representation Learning","date":"2023-03-24","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/isbnet-a-3d-point-cloud-instance-segmentation","title":"ISBNet: a 3D Point Cloud Instance Segmentation Network with Instance-aware Sampling and Box-aware Dynamic Convolution","date":"2023-03-01","rows_on_this_dataset":1,"code_links":2,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":19,"samples_ran":2,"samples_unverified":17,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/tr3d-towards-real-time-indoor-3d-object","title":"TR3D: Towards Real-Time Indoor 3D Object Detection","date":"2023-02-06","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/top-down-beats-bottom-up-in-3d-instance","title":"Top-Down Beats Bottom-Up in 3D Instance Segmentation","date":"2023-02-06","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/query-refinement-transformer-for-3d-instance","title":"Query Refinement Transformer for 3D Instance Segmentation","date":"2023-01-01","rows_on_this_dataset":2,"code_links":0,"syntology":null},{"paper":"/paper/label-guided-knowledge-distillation-for","title":"Label-Guided Knowledge Distillation for Continual Semantic Segmentation on 2D Images and 3D Point Clouds","date":"2023-01-01","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/superpoint-transformer-for-3d-scene-instance","title":"Superpoint Transformer for 3D Scene Instance Segmentation","date":"2022-11-28","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/sl3d-self-supervised-self-labeled-3d","title":"SL3D: Self-supervised-Self-labeled 3D Recognition","date":"2022-10-30","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/point-transformer-v2-grouped-vector-attention","title":"Point Transformer V2: Grouped Vector Attention and Partition-based Pooling","date":"2022-10-11","rows_on_this_dataset":1,"code_links":2,"syntology":null},{"paper":"/paper/cagroup3d-class-aware-grouping-for-3d-object","title":"CAGroup3D: Class-Aware Grouping for 3D Object Detection on Point Clouds","date":"2022-10-09","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/mask3d-for-3d-semantic-instance-segmentation","title":"Mask3D: Mask Transformer for 3D Semantic Instance Segmentation","date":"2022-10-06","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":10,"samples_ran":2,"samples_unverified":8,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/rwseg-cross-graph-competing-random-walks-for","title":"Collaborative Propagation on Multiple Instance Graphs for 3D Instance Segmentation with Single-point Supervision","date":"2022-08-10","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/divide-and-conquer-3d-point-cloud-instance","title":"Divide and Conquer: 3D Point Cloud Instance Segmentation With Point-Wise Binarization","date":"2022-07-22","rows_on_this_dataset":2,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":6,"samples_ran":2,"samples_unverified":4,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/3d-instances-as-1d-kernels","title":"3D Instances as 1D Kernels","date":"2022-07-15","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":6,"samples_ran":6,"samples_unverified":0,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/surface-representation-for-point-clouds","title":"Surface Representation for Point Clouds","date":"2022-05-11","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":15,"samples_ran":2,"samples_unverified":13,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/multimodal-token-fusion-for-vision","title":"Multimodal Token Fusion for Vision Transformers","date":"2022-04-19","rows_on_this_dataset":1,"code_links":11,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":1,"samples_unverified":2,"pointer_only_for_licence":1,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/interactive-object-segmentation-in-3d-point","title":"Interactive Object Segmentation in 3D Point Clouds","date":"2022-04-14","rows_on_this_dataset":2,"code_links":1,"syntology":null},{"paper":"/paper/rbgnet-ray-based-grouping-for-3d-object","title":"RBGNet: Ray-based Grouping for 3D Object Detection","date":"2022-04-05","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/stratified-transformer-for-3d-point-cloud","title":"Stratified Transformer for 3D Point Cloud Segmentation","date":"2022-03-28","rows_on_this_dataset":1,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":12,"samples_ran":5,"samples_unverified":7,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/maskgroup-hierarchical-point-grouping-and","title":"MaskGroup: Hierarchical Point Grouping and Masking for 3D Instance Segmentation","date":"2022-03-28","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/cmx-cross-modal-fusion-for-rgb-x-semantic","title":"CMX: Cross-Modal Fusion for RGB-X Semantic Segmentation with Transformers","date":"2022-03-09","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":2,"samples_ran":2,"samples_unverified":0,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/softgroup-for-3d-instance-segmentation-on","title":"SoftGroup for 3D Instance Segmentation on Point Clouds","date":"2022-03-03","rows_on_this_dataset":2,"code_links":1,"syntology":null},{"paper":"/paper/a-unified-query-based-paradigm-for-point","title":"A Unified Query-based Paradigm for Point Cloud Understanding","date":"2022-03-02","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/point-cloud-pre-training-with-natural-3d","title":"Point Cloud Pre-Training With Natural 3D Structures","date":"2022-01-01","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/mseg-a-composite-dataset-for-multi-domain-1","title":"MSeg: A Composite Dataset for Multi-domain Semantic Segmentation","date":"2021-12-27","rows_on_this_dataset":1,"code_links":2,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":16,"samples_ran":4,"samples_unverified":12,"pointer_only_for_licence":3,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/4dcontrast-contrastive-learning-with-dynamic","title":"4DContrast: Contrastive Learning with Dynamic Correspondences for 3D Scene Understanding","date":"2021-12-06","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/fcaf3d-fully-convolutional-anchor-free-3d","title":"FCAF3D: Fully Convolutional Anchor-Free 3D Object Detection","date":"2021-12-01","rows_on_this_dataset":1,"code_links":2,"syntology":null},{"paper":"/paper/mix3d-out-of-context-data-augmentation-for-3d","title":"Mix3D: Out-of-Context Data Augmentation for 3D Scenes","date":"2021-10-05","rows_on_this_dataset":1,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":25,"samples_ran":4,"samples_unverified":21,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/estimating-and-exploiting-the-aleatoric","title":"Estimating and Exploiting the Aleatoric Uncertainty in Surface Normal Estimation","date":"2021-09-20","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":6,"samples_ran":6,"samples_unverified":0,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/an-end-to-end-transformer-model-for-3d-object","title":"An End-to-End Transformer Model for 3D Object Detection","date":"2021-09-16","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":7,"samples_ran":6,"samples_unverified":1,"pointer_only_for_licence":1,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/learning-inner-group-relations-on-point","title":"Learning Inner-Group Relations on Point Clouds","date":"2021-08-27","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/instance-segmentation-in-3d-scenes-using","title":"Instance Segmentation in 3D Scenes using Semantic Superpoint Tree Networks","date":"2021-08-17","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":8,"samples_ran":0,"samples_unverified":8,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/generative-zero-shot-learning-for-semantic","title":"Generative Zero-Shot Learning for Semantic Segmentation of 3D Point Clouds","date":"2021-08-13","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/hierarchical-aggregation-for-3d-instance","title":"Hierarchical Aggregation for 3D Instance Segmentation","date":"2021-08-05","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/hida-towards-holistic-indoor-understanding","title":"HIDA: Towards Holistic Indoor Understanding for the Visually Impaired via Semantic Instance Segmentation with a Wearable Solid-State LiDAR Sensor","date":"2021-07-07","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/similarity-aware-fusion-network-for-3d","title":"Similarity-Aware Fusion Network for 3D Semantic Segmentation","date":"2021-07-04","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/imvoxelnet-image-to-voxels-projection-for","title":"ImVoxelNet: Image to Voxels Projection for Monocular and Multi-View General-Purpose 3D Object Detection","date":"2021-06-02","rows_on_this_dataset":1,"code_links":2,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":3,"samples_unverified":0,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/back-tracing-representative-points-for-voting","title":"Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds","date":"2021-04-13","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":1,"samples_unverified":2,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/group-free-3d-object-detection-via","title":"Group-Free 3D Object Detection via Transformers","date":"2021-04-01","rows_on_this_dataset":1,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":17,"samples_ran":9,"samples_unverified":8,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/scenegraphfusion-incremental-3d-scene-graph","title":"SceneGraphFusion: Incremental 3D Scene Graph Prediction from RGB-D Sequences","date":"2021-03-27","rows_on_this_dataset":2,"code_links":2,"syntology":null},{"paper":"/paper/bidirectional-projection-network-for-cross","title":"Bidirectional Projection Network for Cross Dimension Scene Understanding","date":"2021-03-26","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/learning-to-recover-3d-scene-shape-from-a","title":"Learning to Recover 3D Scene Shape from a Single Image","date":"2020-12-17","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/fg-net-fast-large-scale-lidar-point","title":"FG-Net: Fast Large-Scale LiDAR Point Clouds Understanding Network Leveraging Correlated Feature Mining and Geometric-Aware Modelling","date":"2020-12-17","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/learning-regional-purity-for-instance","title":"Learning Regional Purity for Instance Segmentation on 3D Point Clouds","date":"2020-11-03","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/virtual-multi-view-fusion-for-3d-semantic","title":"Virtual Multi-view Fusion for 3D Semantic Segmentation","date":"2020-07-26","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/learning-gaussian-instance-segmentation-in","title":"Learning Gaussian Instance Segmentation in Point Clouds","date":"2020-07-20","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":1,"samples_ran":0,"samples_unverified":1,"pointer_only_for_licence":1,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/generative-sparse-detection-networks-for-3d","title":"Generative Sparse Detection Networks for 3D Single-shot Object Detection","date":"2020-06-22","rows_on_this_dataset":1,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":2,"samples_unverified":1,"pointer_only_for_licence":3,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/h3dnet-3d-object-detection-using-hybrid","title":"H3DNet: 3D Object Detection Using Hybrid Geometric Primitives","date":"2020-06-10","rows_on_this_dataset":1,"code_links":2,"syntology":null},{"paper":"/paper/a-hierarchical-graph-network-for-3d-object","title":"A Hierarchical Graph Network for 3D Object Detection on Point Clouds","date":"2020-06-01","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/pointgroup-dual-set-point-grouping-for-3d","title":"PointGroup: Dual-Set Point Grouping for 3D Instance Segmentation","date":"2020-04-03","rows_on_this_dataset":1,"code_links":4,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":5,"samples_ran":0,"samples_unverified":5,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/3d-mpa-multi-proposal-aggregation-for-3d","title":"3D-MPA: Multi Proposal Aggregation for 3D Semantic Instance Segmentation","date":"2020-03-30","rows_on_this_dataset":3,"code_links":1,"syntology":null},{"paper":"/paper/atlas-end-to-end-3d-scene-reconstruction-from","title":"Atlas: End-to-End 3D Scene Reconstruction from Posed Images","date":"2020-03-23","rows_on_this_dataset":3,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":12,"samples_ran":1,"samples_unverified":11,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/depth-estimation-by-learning-triangulation","title":"DELTAS: Depth Estimation by Learning Triangulation And densification of Sparse points","date":"2020-03-19","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/learning-and-memorizing-representative","title":"Learning and Memorizing Representative Prototypes for 3D Point Cloud Semantic and Instance Segmentation","date":"2020-01-06","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/rfbnet-deep-multimodal-networks-with-residual","title":"RFBNet: Deep Multimodal Networks with Residual Fusion Blocks for RGB-D Semantic Segmentation","date":"2019-06-29","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/3d-instance-segmentation-via-multi-task","title":"3D Instance Segmentation via Multi-Task Metric Learning","date":"2019-06-20","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/floors-are-flat-leveraging-semantics-for-real","title":"Floors are Flat: Leveraging Semantics for Real-Time Surface Normal Prediction","date":"2019-06-16","rows_on_this_dataset":2,"code_links":1,"syntology":null},{"paper":"/paper/learning-object-bounding-boxes-for-3d","title":"Learning Object Bounding Boxes for 3D Instance Segmentation on Point Clouds","date":"2019-06-04","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":4,"samples_ran":2,"samples_unverified":2,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/deep-hough-voting-for-3d-object-detection-in","title":"Deep Hough Voting for 3D Object Detection in Point Clouds","date":"2019-04-21","rows_on_this_dataset":1,"code_links":13,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":10,"samples_ran":2,"samples_unverified":8,"pointer_only_for_licence":10,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/kpconv-flexible-and-deformable-convolution","title":"KPConv: Flexible and Deformable Convolution for Point Clouds","date":"2019-04-18","rows_on_this_dataset":2,"code_links":10,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":12,"samples_ran":5,"samples_unverified":7,"pointer_only_for_licence":3,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/4d-spatio-temporal-convnets-minkowski","title":"4D Spatio-Temporal ConvNets: Minkowski Convolutional Neural Networks","date":"2019-04-18","rows_on_this_dataset":1,"code_links":8,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":2,"samples_ran":1,"samples_unverified":1,"pointer_only_for_licence":2,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/3d-bevis-birds-eye-view-instance-segmentation","title":"3D-BEVIS: Bird's-Eye-View Instance Segmentation","date":"2019-04-03","rows_on_this_dataset":1,"code_links":0,"syntology":null},{"paper":"/paper/panopticfusion-online-volumetric-semantic","title":"PanopticFusion: Online Volumetric Semantic Mapping at the Level of Stuff and Things","date":"2019-03-04","rows_on_this_dataset":3,"code_links":0,"syntology":null},{"paper":"/paper/masc-multi-scale-affinity-with-sparse","title":"MASC: Multi-scale Affinity with Sparse Convolution for 3D Instance Segmentation","date":"2019-02-12","rows_on_this_dataset":3,"code_links":1,"syntology":null},{"paper":"/paper/3d-sis-3d-semantic-instance-segmentation-of","title":"3D-SIS: 3D Semantic Instance Segmentation of RGB-D Scans","date":"2018-12-17","rows_on_this_dataset":3,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":2,"samples_ran":0,"samples_unverified":2,"pointer_only_for_licence":2,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/gspn-generative-shape-proposal-network-for-3d","title":"GSPN: Generative Shape Proposal Network for 3D Instance Segmentation in Point Cloud","date":"2018-12-08","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":8,"samples_ran":0,"samples_unverified":8,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/pointcnn-convolution-on-x-transformed-points","title":"PointCNN: Convolution On X-Transformed Points","date":"2018-12-01","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/texturenet-consistent-local-parametrizations","title":"TextureNet: Consistent Local Parametrizations for Learning from High-Resolution Signals on Meshes","date":"2018-11-30","rows_on_this_dataset":1,"code_links":1,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":11,"samples_ran":0,"samples_unverified":11,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/pointconv-deep-convolutional-networks-on-3d","title":"PointConv: Deep Convolutional Networks on 3D Point Clouds","date":"2018-11-17","rows_on_this_dataset":1,"code_links":9,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":15,"samples_ran":11,"samples_unverified":4,"pointer_only_for_licence":1,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/fully-convolutional-point-networks-for-large","title":"Fully-Convolutional Point Networks for Large-Scale Point Clouds","date":"2018-08-21","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/convolutional-neural-networks-on-3d-surfaces","title":"PFCNN: Convolutional Neural Networks on 3D Surfaces Using Parallel Frames","date":"2018-08-15","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/self-supervised-model-adaptation-for","title":"Self-Supervised Model Adaptation for Multimodal Semantic Segmentation","date":"2018-08-11","rows_on_this_dataset":3,"code_links":1,"syntology":null},{"paper":"/paper/tangent-convolutions-for-dense-prediction-in","title":"Tangent Convolutions for Dense Prediction in 3D","date":"2018-07-06","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/3dmv-joint-3d-multi-view-prediction-for-3d","title":"3DMV: Joint 3D-Multi-View Prediction for 3D Semantic Scene Segmentation","date":"2018-03-28","rows_on_this_dataset":3,"code_links":1,"syntology":null},{"paper":"/paper/splatnet-sparse-lattice-networks-for-point","title":"SPLATNet: Sparse Lattice Networks for Point Cloud Processing","date":"2018-02-22","rows_on_this_dataset":1,"code_links":2,"syntology":null},{"paper":"/paper/o-cnn-octree-based-convolutional-neural","title":"O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis","date":"2017-12-05","rows_on_this_dataset":1,"code_links":1,"syntology":null},{"paper":"/paper/3d-semantic-segmentation-with-submanifold","title":"3D Semantic Segmentation with Submanifold Sparse Convolutional Networks","date":"2017-11-28","rows_on_this_dataset":1,"code_links":6,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":3,"samples_ran":3,"samples_unverified":0,"pointer_only_for_licence":3,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/sgpn-similarity-group-proposal-network-for-3d","title":"SGPN: Similarity Group Proposal Network for 3D Point Cloud Instance Segmentation","date":"2017-11-23","rows_on_this_dataset":3,"code_links":1,"syntology":null},{"paper":"/paper/pointnet-deep-hierarchical-feature-learning","title":"PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space","date":"2017-06-07","rows_on_this_dataset":1,"code_links":68,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":67,"samples_ran":36,"samples_unverified":31,"pointer_only_for_licence":26,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/scannet-richly-annotated-3d-reconstructions","title":"ScanNet: Richly-annotated 3D Reconstructions of Indoor Scenes","date":"2017-02-14","rows_on_this_dataset":2,"code_links":1,"syntology":null},{"paper":"/paper/pyramid-scene-parsing-network","title":"Pyramid Scene Parsing Network","date":"2016-12-04","rows_on_this_dataset":1,"code_links":67,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":29,"samples_ran":7,"samples_unverified":22,"pointer_only_for_licence":5,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/pointnet-deep-learning-on-point-sets-for-3d","title":"PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation","date":"2016-12-02","rows_on_this_dataset":1,"code_links":110,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":164,"samples_ran":89,"samples_unverified":75,"pointer_only_for_licence":90,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/3d-u-net-learning-dense-volumetric","title":"3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation","date":"2016-06-21","rows_on_this_dataset":1,"code_links":27,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":76,"samples_ran":53,"samples_unverified":23,"pointer_only_for_licence":20,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}},{"paper":"/paper/enet-a-deep-neural-network-architecture-for","title":"ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation","date":"2016-06-07","rows_on_this_dataset":1,"code_links":49,"syntology":{"read_at":"2026-09-24T18:15:14+00:00","samples_harvested":30,"samples_ran":5,"samples_unverified":25,"pointer_only_for_licence":0,"claim":"Per-sample execution on synthesized fixtures; not a correctness claim."}}],"syntology_totals":{"read_at":"2026-09-24T18:15:14+00:00","papers_with_samples":47,"samples_harvested":716,"samples_ran":314,"samples_unverified":402,"pointer_only_for_licence":186,"papers_with_no_sample_that_ran":7,"note":"the per-paper counts above, summed; not a rate"},"papers_note":"The archive never published its papers-using-dataset list; these are papers with a leaderboard row on this dataset's benchmarks."}