GithubHelp home page GithubHelp logo

question about paper about torchsemiseg HOT 3 CLOSED

charlescxk avatar charlescxk commented on August 23, 2024
question about paper

from torchsemiseg.

Comments (3)

charlesCXK avatar charlesCXK commented on August 23, 2024

Hi, we use all the pixels as the target for the other network during training, without any threshold selection. This makes our approach simple and clean.

In the early stage of training, there must exist some pixels with wrong predictions in both networks. Let's consider these situations (two columns in each row means whether the prediction of each network is correct):

(1) Correct, Correct
(2) Correct, Wrong
(3) Wrong, Correct
(4) Wrong, Wrong

In (1)(3), the target is correct, so the prediction is supervised with the correct signal.
In (4), both the prediction and the target are wrong, but the prediction will be punished. So it is hard to say whether it is harmful or not.
In (2), the supervision signal is wrong, which may be harmful.

I think our CPS works well because the advantages outweigh the disadvantages that exist in these four situations. One may design an algorithm to suppress the wrong supervision signal in the early training, which may further improve CPS.

from torchsemiseg.

czy341181 avatar czy341181 commented on August 23, 2024

Thanks for your patient reply! The method is very simple and effective.

By the way, If it is simply set the threshold of segmentation score of networks output, above a certain threshold as a pseudo label, like GCT. Does it work? Have you done any experiments like this?

from torchsemiseg.

charlesCXK avatar charlesCXK commented on August 23, 2024

We haven't conducted experiments like this. Since the code and data are released, one could try different strategies themselves~

from torchsemiseg.

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.