GithubHelp home page GithubHelp logo

Comments (6)

zhmiao avatar zhmiao commented on July 3, 2024

Yes. Thank you very asking. Please refer to this issue: #3 (comment) . It is about the similar questions you are asking I think.

from openlongtailrecognition-oltr.

xyy19920105 avatar xyy19920105 commented on July 3, 2024

The centroids is initialized by the features of train data, and updated by the training stage directly. Is that right? Do centroids have no relations with the features of train data after initializing?

from openlongtailrecognition-oltr.

zhmiao avatar zhmiao commented on July 3, 2024

@xyy19920105 In the second training stage, the original training data is still used for training, and the centroids are updated according to the modified center loss.

from openlongtailrecognition-oltr.

emma-sjwang avatar emma-sjwang commented on July 3, 2024

Emmm...
Is my understanding right?

The authors first trained a plain model then utilized this trained model to calculate the initialization of the centroids.
Therefore, we need to load weights of the plain model to the final model with MetaEmbedding then train the final model based on these weights. Since the centroids are the parameters of the MetaEmbedding model, they can be updated automatically with the loss back-propagation.

Just wondering is it a fair contrast between plain model and MetaEmbedding model?

from openlongtailrecognition-oltr.

liuziwei7 avatar liuziwei7 commented on July 3, 2024

From the perspective of machine learning or meta learning, the comparison is fair as long as these models have undergone the same number of (sufficient) gradient updates, and with the same amount of training data or episode experience.

The plain model has already converged in the first stage training, further iterations will not improve or even hamper its performance.

Hope this could help :)

from openlongtailrecognition-oltr.

zhmiao avatar zhmiao commented on July 3, 2024

Since it has been more than 20 days. I will close this issue for now. If you are having more questions, we will open it again. Thank you very much.

from openlongtailrecognition-oltr.

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.