Giter Site home page Giter Site logo

Comments (4)

LiheYoung avatar LiheYoung commented on September 24, 2024

It is possible that selected unreliable images and their pseudo masks are too noisy to learn. To check this, could you calculate the Dice of pseudo masks of reliable and unreliable images respectively?

from st-plusplus.

Qinger27 avatar Qinger27 commented on September 24, 2024

Thanks for your advise.
I calculated the dice of pseudo mask and gt, for reliable and unreliable data respectively. I found that some samples with high DICE could be chosen as unreliable and some samples with low DICE could be chosen as reliable. The mean DICE of reliable and unreliable are 0.76 and 0.58 respectively. Your thought is right maybe. And could your give me some advise how to improve this situation? What should I do to improve the result of the second retraining?
Thanks again!
Looking forward to your reply.

from st-plusplus.

LiheYoung avatar LiheYoung commented on September 24, 2024

Hi, it may be unavoidable that the automatic partition of reliable and unreliable samples is not perfect.

To pursue higher performance, my tips, which may be not elegant, are that

  1. You do not need to strictly follow the 50%-50% partition, you can select top 75% samples as reliable ones. The remaining 25% unreliable ones are directly abandoned. (The average dice 0.58 may be caused by a small portion of extremely bad samples.)
  2. You can slightly change the training procedures. For example, you can first train on all labeled and pseudo labeled samples, and then finetune the model with labeled and reliable unlabeled samples.
  3. You can additionally use a pixel-level threshold, e.g., 0.95, to filter out unconfident pixels in unreliable images. In this case, you use all pixels in reliable images and only confident pixels in unreliable images for training.

I currently only think of these modifications. I will update this if I come up with better solutions.

from st-plusplus.

LiheYoung avatar LiheYoung commented on September 24, 2024

I will close this issue. Please feel free to re-open it if you have further questions.

from st-plusplus.

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.