Git Product home page Git Product logo

Comments (1)

cemunds avatar cemunds commented on August 15, 2024

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?

from attmpti.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.