Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training UNIQUE on single dataset #3

Closed
pencilzhang opened this issue Nov 18, 2020 · 3 comments
Closed

Training UNIQUE on single dataset #3

pencilzhang opened this issue Nov 18, 2020 · 3 comments

Comments

@pencilzhang
Copy link

Hi,
I have a question about Table VII in your recent arxiv paper.
I noticed that you did single-dataset training on baseline model (regression) to compare with UNIQIE model trained on multiple datasets, as shown in Table VII.
Why did not train UNIQUE model on one single dataset?
Thanks in advance!

@zwx8981
Copy link
Owner

zwx8981 commented Nov 18, 2020

@pencilzhang The main advantage of UNIQUE over traditional training strategies is it enables a BIQA model to be trained on multiple databases under a learning-to-rank framework. In our preliminary experiment, we tried training UNIQUE on a single dataset, yet we find that the proposed method brings no benefit to single-dataset training. It is a reasonable result since training by ranking alone does not introduce any extra information compared with training with regression. In our ablation study, we use regression to obtain the results because the training time is significantly lower than the learning-to-rank method. Note that we sample a large number of image pairs from a dataset.

@pencilzhang
Copy link
Author

@zwx8981 Thanks for your quick reply!

  1. When you say "we tried training UNIQUE on a single dataset, yet we find that the proposed method brings no benefit to single-dataset training.", is learning-by-regression compared with the proposed method in this case?
  2. In your work, image pairs are sampled from individual dataset (intra-dataset setting). I think the main contriburion is from more data. Have you ever tried to train learning-by-regression method (baseline) using all databases?
  3. I think if you could release pre-trained model that would be very helpful to the community:)

@zwx8981
Copy link
Owner

zwx8981 commented Nov 18, 2020

@pencilzhang
1,Yes, we compare it with learning-by-regression.
2,Yes, see the ablation study. The linear re-scaling means we linearly re-scale the MOS of all databases into a unified scale (0-100),then we combine the images from all databases and train the model using the learning-by-regression baseline.
3, Thank you for the suggestion. We will release the pre-trained model once the paper is accepted.

@zwx8981 zwx8981 closed this as completed Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants