Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about pointcloud sampler #19

Open
DCNSW opened this issue Dec 17, 2021 · 1 comment
Open

Question about pointcloud sampler #19

DCNSW opened this issue Dec 17, 2021 · 1 comment

Comments

@DCNSW
Copy link

DCNSW commented Dec 17, 2021

The code line shows that the point clouds sampled for the query set are decided by the groundtruth labels when testing. I don‘t think this is a reasonable experimental design.

Furthermore, why the point cloud in the query set must contain the target class when testing rather than evaluation?
Thanks, @Na-Z

@cemunds
Copy link

cemunds commented Nov 23, 2022

Hi, I came across this issue as well. The sampler is using ground truth information to sample a point cloud for the query set that is guaranteed to contain one of the target classes in the support set. In a real-world scenario, it could be possible that the query point cloud does not contain any of the classes in the support set. In theory, one would need to test against multiple query point clouds per training step, where some queries may contain the target classes and some don't. However, testing against a large number of query point clouds on each single step doesn't seem feasible. Maybe one could sample one positive query, that contains the target class and one negative query that doesn't, similar to triplet mining when training siamese neural networks.

As this is basically the first and currently only project that deals with few-shot segmentation for point clouds, I couldn't find another reference implementation to check how they are dealing with this issue. Does anyone know how few-shot segmentation methods for images are approaching this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants