GithubHelp home page GithubHelp logo

Question about Maniqa about iqa-pytorch HOT 3 CLOSED

wanduoz avatar wanduoz commented on June 3, 2024
Question about Maniqa

from iqa-pytorch.

Comments (3)

chaofengc avatar chaofengc commented on June 3, 2024

Thanks for your help. After checking the code, I found this is caused by hyper parameter setting. MANIQA with koniq10k used a different scale parameter, fixed as below:

'maniqa': {
'metric_opts': {
'type': 'MANIQA',
'train_dataset': 'koniq',
'scale': 0.8,
},

It should give similar scores as official code.

from iqa-pytorch.

wanduoz avatar wanduoz commented on June 3, 2024

Hi.
After fixing the code, I got iqa score=0.2394, while the official maniqa score of same image was 0.2243. I wonder if this result is reasonable?
Also, I currently used 16 iqa models and I found that the Results Calibration only covered parts of the following models. Due to the mismatching of Maniqa, do I need to check the below models score with the official results one by one?

Calibrated: 'musiq-paq2piq', 'musiq-koniq', 'musiq-spaq', 'musiq-ava', 'paq2piq'

Unknown:  'clipiqa+_rn50_512', 'clipiqa+',  'dbcnn', 'clipiqa+_vitL14_512', 'tres-koniq', 
           'tres-flive', clipiqa', 'cnniqa', ', 'topiq_nr',  'hyperiqa', 'maniqa',

from iqa-pytorch.

chaofengc avatar chaofengc commented on June 3, 2024

For the maniqa if you want to get more close results, you must control the random cropping process. I suggest you to dive deep into the codes and find the problem.

For the models you mentioned without calibration, part of them such as maniqa are taken from official codes with few modifications, therefore does not provide calibration. Others have no official models or weights and are reimplemented and retrained.

It would be very helpful if you could help to double check them one by one.

from iqa-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.