aiff22 / DPED

Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks
1.68k stars 369 forks source link

Comparison with APE that is source-ignorant? #38

Closed JonQKim closed 2 years ago

JonQKim commented 3 years ago

Thank you for sharing great work. I'd like to ask a question about the comparison with APE for evaluation.

APE is a general purpose enhancement tool that does not know from what camera source the image was taken. In my opinion, the better quality of DPED partly comes from the fact that it was trained only for specific camera sources.

Would you give me your thoughts on my opinion? And would you share another evaluation result if you conducted training a network with all the camera sources together?

aiff22 commented 2 years ago

APE is a general purpose enhancement tool that does not know from what camera source the image was taken.

Yes, that's correct, but we will have the same situation with any standard image enhancement tool not using specific ML models trained for some particular camera sensors. Therefore, one can either compare the solution to such source ignorant software or to the corresponding deep learning-based architectures trained on the same data. Both options are considered in this paper.