avinabsaha / ReIQA

Official implementation for CVPR2023 Paper "Re-IQA : Unsupervised Learning for Image Quality Assessment in the Wild"
https://arxiv.org/abs/2304.00451
MIT License
87 stars 7 forks source link

Suggestions on the final dataset size for Linear Regressor #11

Closed zhipeng-fan closed 6 months ago

zhipeng-fan commented 7 months ago

Hi! Thanks for sharing this awesome work! Wondering do you guys have some idea on how much data do we needed to train the final linear regressor?

avinabsaha commented 7 months ago

Hi @zhipeng-fan,

Thanks for your interest in our work! For the results in the paper, we used datasets of size ~700 (LIVE-IQA) - 40000 (FLIVE).

Datasets upwards of 1000 should be fine for training the final linear regression. However, we find that the more data points, the easier the training of the regressor, as the feature obtained from content and quality-aware modules adds up to 2048*4. Please consider performing grid search over the hyper-parameters of ElasticNet for best performance.

avinabsaha commented 6 months ago

Closing this issue, please feel free to re-open if you need to discuss further.