GithubHelp home page GithubHelp logo

Comments (3)

huanghoujing avatar huanghoujing commented on June 21, 2024

I have tried simple combination of classification loss and mutual loss, yet also in another project. I used two ResNet-50. The CMC Rank-1 accuray of baseline is ~84%; adding mutual loss gains over 1 point improvement.

In this project, GL + IDL + ML + TWGD has additional probability mutual loss and global distance mutual loss than baseline GL + IDL + TWGD. I did not try adding only probability mutual loss here.

from alignedreid-re-production-pytorch.

Phoebe-star avatar Phoebe-star commented on June 21, 2024

hi
I'm having some troubles

  1. in the paper, the classification loss is how to compute?
    input a image (224x224) to resnet 50 , the output is 7x7x2048 feature , and then? I have no idea
    is it using fully conv and softmax to calssification?

  2. how about mutual loss? Is it just combine two different loss
    ( for example, triplet loss + classification loss = mutual loss

    how about metric loss?

    thanks you

from alignedreid-re-production-pytorch.

huanghoujing avatar huanghoujing commented on June 21, 2024
  1. You can look into the structure of ResNet-50. For input of size 224x224x3, the output of ResNet-50 conv5 is 7x7x2048. Then there is a average pooling layer reducing it to 1x1x2048. Then there is the final FC layer. Besides, classification loss is calculated as in object recognition task.

  2. Mutual loss is not the sum of losses. You can refer to paper Deep Mutual Learning.

from alignedreid-re-production-pytorch.

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.