Giter VIP home page Giter VIP logo

iqma's Introduction

IQMA

PyTorch code for NTIRE challenge IQA method "IQMA Network: Image Quality Multi-scale Assessment Network"

Questions?

I reproduce the code for the NTIRE challenge IQA method "IQMA Network: Image Quality Multi-scale Assessment Network", but I got some problems:

  1. In the original paper, the size of four stages feature maps extracted from the pretrained ResNet-50 is C ∗ 8 ∗ 8, C ∗ 4 ∗ 4, C ∗ 2 ∗ 2 and C ∗ 1 ∗ 1, respectively. Then, these features are concatenated to group (Fjrefi, Fjdisti, Fjrefi− Fjdisti), respectively. Finally, the concatenated features are go through two convolutional layers with size 3x3 and 2x2 for further feature extraction. Here is the question, for the 3C ∗ 4 ∗ 4, 3C ∗ 2 ∗ 2 and 3C ∗ 1 ∗ 1 features maps, how can the two convolutional layers can effectively extract the features? Espectially for the 3C ∗ 1 ∗ 1 features maps?
  2. According to my implement, the SRCC and PLCC results are hard to reach 0.700 on the validation set, what's the reason? Are there any fatal errors in my code?

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.