Coder Social home page Coder Social logo

Comments (6)

sky1456723 avatar sky1456723 commented on August 16, 2024

Hi, liushenme
In line 112 to 122 in train.py, the model output is of shape (batch, seq_len) (line 116 and 117), and the label to calculate MSE is repeated to shape (batch, seq_len). So when we calculate the MSE, actually the frame-level loss is used.

If you think that there are some mistakes in these lines, please let me know. Thank you.

from pytorch-mbnet.

liushenme avatar liushenme commented on August 16, 2024

Hi, I think your code of the frame-level loss have some mistakes. Because your model only outputs the uttrance-level score without the frame-level scores, but the frame-level scores are needed in the frame-level loss in MOSNet. So I think your code just repeats uttrance-level score many times.

from pytorch-mbnet.

sky1456723 avatar sky1456723 commented on August 16, 2024

The model output "mean score" in line 110 is the output of the LSTM and DNN according to model.py, so I think that the model output is frame-level (at least, I think that it is time-dependent). The "repeat" operation in line 116 is for the label. According to MOSNet (https://arxiv.org/pdf/1904.08352.pdf) eq. 1, I think the operation is correct. Do I misunderstand about the frame-level loss?

(I clean the code few hours ago, so the line number may change a little bit.)

from pytorch-mbnet.

liushenme avatar liushenme commented on August 16, 2024

Thanks for your reply. I I re-read your code, i think the frame-level loss is correct. But in the MOSNet (https://arxiv.org/pdf/1904.08352.pdf) eq. 1, the first part uttrance-level loss was not used in your code. Have you tried to use the two loss together according to MOSNet?

from pytorch-mbnet.

sky1456723 avatar sky1456723 commented on August 16, 2024

I have not tried to use the utterance-level loss since MBNet uses frame-level loss in the paper. But I think that the usage of judge bias is the reason why MBNet outperforms MOSNet. So I guess that the utterance-level loss may not improve MBNet greatly.

from pytorch-mbnet.

liushenme avatar liushenme commented on August 16, 2024

I see, thank you.

from pytorch-mbnet.

Related Issues (5)

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.