Giter VIP home page Giter VIP logo

Comments (3)

tuanhungvu avatar tuanhungvu commented on August 15, 2024

Duplicate of #4

from zs3.

zbf1991 avatar zbf1991 commented on August 15, 2024

You mentioned you will update a new version in #4 , does the new version still use unseen GT labels? and When will you update?

from zs3.

tuanhungvu avatar tuanhungvu commented on August 15, 2024

Hello @zbf1991, I want to explain a bit more to clear up your concerns.

We here address the task of semantic segmentation: in one scene there are pixels coming from many classes, possibly from both seen and unseen classes. However, a clean zero-shot set-up should be that training images only contain seen classes. The act of using unseen GT in our code is just to select the training subset (subset-1) containing no unseen objects while training the feature generator.

The training subset having both seen and unseen objects (subset-2) is not used to train the generator. Only when training the conv 1x1 classifier, we do know the amount of pixels of unseen objects coming from subset-2. However, we don't think that is a serious issue which violates the zero-shot principles.
To have a cleaner set-up, when training the classifier, one can simply select random amounts of unseen pixels. Or to be more "real world compatible", in #4 we suggest another way to infer such unseen statistics. Either way, one could only use subset-1 as the training set, or use both subsets with ignore flags on unseen pixels. At the moment, we don't have the bandwidth for such implementations. Any help is welcome.

Best,
T-H

from zs3.

Related Issues (13)

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.