Coder Social home page Coder Social logo

Comments (4)

Hhhhhhao avatar Hhhhhhao commented on May 28, 2024

Good catch. Your understanding is correct. Setting tau as 0 would make DebiasPL the same as FixMatch in our implementation.

I think the difference lies in the learning rate scheduler. As you can see the best accuracy of the experiments you ran is similar (also similar to our reported results). The problem is, these imbalanced algorithms do not use any schedulers (in their paper setup and open-source code), so I set the scheduler as None in ImbAlgorithm Base class at here:


This means DebiasPL with tau=0 would also not use any scheduler.

But if you run FixMatch, it falls into original Algorithm Base class, which will use the cosine scheduler, causing performance drop at later iterations.

from semi-supervised-learning.

seekingup avatar seekingup commented on May 28, 2024

Thanks, after checking the training logs, I found the differences.
However, I also checked the paper and open-source code of DebiasPL. It seems DebiasPL uses cosine scheduler as well. Could you kindly give me some sources of why imbalanced algorithms do not use any schedulers?

from semi-supervised-learning.

Hhhhhhao avatar Hhhhhhao commented on May 28, 2024

You can check ABC paper: https://arxiv.org/pdf/2110.10368.pdf.
I believed other papers like DARP and DASO also mentioned no learning rate scheduler in their paper.

from semi-supervised-learning.

seekingup avatar seekingup commented on May 28, 2024

thank you so much!

from semi-supervised-learning.

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.