Git Product home page Git Product logo

Comments (5)

seon92 avatar seon92 commented on August 26, 2024

Thank you for your interest on our work!

We train a global regressor and local regressors, individually. However, training of each network �does not have to be done in the sequential manner. We use those regressors sequentially during inference phase (i.e. MWR process) only.

from mwr.

ZhouCX117 avatar ZhouCX117 commented on August 26, 2024

Thanks for your answers! I understand it more. By the way, could you give more detail about the training and testing process? Thanks again!

from mwr.

nhshin-mcl avatar nhshin-mcl commented on August 26, 2024

Thank you for your reply!

Let me tell you about the training and test process more specifically.

Training

  • First, a global regressor is trained with the whole training dataset. Second, local regressors are trained. Each local regressor is trained with data from a specific rank range. For example, in the CLAP2015 dataset which is for facial age estimation, we use five local regressors, and those trained with data from [3, 18], [10, 29], [19, 44], [30, 62], and [45, 85], respectively.

Test

  • First, we do the initial prediction. Second, we perform MWR using the global regressor to obtain the global estimate. Third, starting from the global estimate, we iteratively refine the estimate using local regressors. At each iteration, due to the overlap, the previous estimate may belong to two rank groups. In such a case, both groups are selected and the estimated ranks from the corresponding local regressors are averaged.

Please find more details in our paper.

Thank you

from mwr.

ZhouCX117 avatar ZhouCX117 commented on August 26, 2024

@nhshin-mcl Thanks for your nice reply! Have a good day!

from mwr.

Doanhdz avatar Doanhdz commented on August 26, 2024

@ZhouCX117 Can you help me some idea about the training code ?

from mwr.

Related Issues (18)

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.