Papers › No Time to Train: Empowering Non-Parametric Networks for Few-shot 3D Scene Segmentation

No Time to Train: Empowering Non-Parametric Networks for Few-shot 3D Scene Segmentation

5 Apr 2024CVPR 2024 1arXiv:2404.04050archive 2025-07-28

Xiangyang Zhu, Renrui Zhang, Bowei He, Ziyu Guo, Jiaming Liu, Han Xiao, Chaoyou Fu, Hao Dong, Peng Gao

To reduce the reliance on large-scale datasets, recent works in 3D segmentation resort to few-shot learning. Current 3D few-shot segmentation methods first pre-train models on 'seen' classes, and then evaluate their generalization performance on 'unseen' classes. However, the prior pre-training stage not only introduces excessive time overhead but also incurs a significant domain gap on 'unseen' classes. To tackle these issues, we propose a Non-parametric Network for few-shot 3D Segmentation, Seg-NN, and its Parametric variant, Seg-PN. Without training, Seg-NN extracts dense representations by hand-crafted filters and achieves comparable performance to existing parametric models. Due to the elimination of pre-training, Seg-NN can alleviate the domain gap issue and save a substantial amount of time. Based on Seg-NN, Seg-PN only requires training a lightweight QUEry-Support Transferring (QUEST) module, which enhances the interaction between the support set and query set. Experiments suggest that Seg-PN outperforms previous state-of-the-art method by +4.19% and +7.71% mIoU on S3DIS and ScanNet datasets respectively, while reducing training time by -90%, indicating its effectiveness and efficiency.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2404.04050")

Code

Syntology Ran 8 of 14 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 3 ran; community (archive-listed): 8 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yangyangyang127/seg-nn officialmentioned in papermentioned on GitHubpytorch report
yangyangyang127/tfs3d mentioned on GitHubpytorch report
zrrskywalker/point-nn mentioned on GitHubpytorch 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

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

2ran · fixture could not drive it
6ran
6unverified

Licence: 6 of the 14 samples are 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 2 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.

index_points yangyangyang127/seg-nn/models/model_utils.py official repository ran · fixture could not drive it no licence file found · pointer only · 449a0265144f6530 · report
build_shared_mlp yangyangyang127/seg-nn/pointnet2_ops_lib/pointnet2_ops/pointnet2_modules.py official repository ran · fixture could not drive it no licence file found · pointer only · c80f9bbb31e6cb9f · report
read_ply_xyzrgb yangyangyang127/seg-nn/preprocess/collect_scannet_data.py official repository ran no licence file found · pointer only · 765482885d5669b1 · report
get_raw2scannet_label_map yangyangyang127/seg-nn/preprocess/collect_scannet_data.py official repository unverified no licence file found · pointer only · f13268f02f8a1e65 · report
knn_point yangyangyang127/seg-nn/models/model_utils.py official repository unverified no licence file found · pointer only · 55397203c1d5dac1 · report
square_distance yangyangyang127/seg-nn/models/model_utils.py official repository unverified no licence file found · pointer only · 6ddec81b1d23c787 · report
DecNP zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 0ab557c415cb34d8 · report
FPS_kNN zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 3863bd6bf124b486 · report
Pooling zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · ed8271fc0b6bacf2 · report
PosE_Geo zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) ran MIT (permissive) · fe445ddc2c2d2ed8 · report
PosE_Initial zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 1210b75f3d993b5c · report
EncNP zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) unverified MIT (permissive) · 38c0829d3d0401f9 · report
LGA zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) unverified MIT (permissive) · 41424ba0323e1e1e · report
Point_NN_Seg zrrskywalker/point-nn/models/point_nn_seg.py community (archive-listed) unverified MIT (permissive) · b835d6bd233b7b66 · report

Tasks

Few-Shot LearningScene SegmentationSegmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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