Giter Club home page Giter Club logo

Comments (4)

xyupeng avatar xyupeng commented on June 11, 2024 1

The class score is the probability at the index of the gt class of that crop/image. It's not the argmax index. We use this score as an indicator of how much categorized semantic information the input crop contains.

from contrastivecrop.

xyupeng avatar xyupeng commented on June 11, 2024

Hi, Khoa-NT
Thank you for your interest and your questions.

  1. Sorry for the confusion. By class score we mean the class probability after softmax (a real number within (0, 1)). We get the class score by inputting a crop to a standard ResNet50 trained with ImageNet labels. We didn't put it in the code since it is not the main experiment.
  2. The linear classifier learning rate is adapted from MoCo. The linear cls lr is 30.0 in MoCo. We did a little parameter tuning to make it suitable for all models on small datasets.
  3. It's a mistake that we did not remove the latter half sentence. Please ignore that.

from contrastivecrop.

Khoa-NT avatar Khoa-NT commented on June 11, 2024

Hi @xyupeng,
Thank you for your details and congratulation on the Oral paper.

In 1)

Sorry for the confusion. By class score we mean the class probability after softmax (a real number within (0, 1)). We get the class score by inputting a crop to a standard ResNet50 trained with ImageNet labels. We didn't put it in the code since it is not the main experiment.

If I understand correctly, the class score is the argmax class probability of the prediction (after softmax).
Did you check the predicted class, which is corresponding with that class probability, is the same as the GT?
I just wonder, if the predicted class was wrong, then maybe the semantic information is not useful.

from contrastivecrop.

Khoa-NT avatar Khoa-NT commented on June 11, 2024

Thank you for clarifying. I got it.

from contrastivecrop.

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.