PCL-I2G icon indicating copy to clipboard operation
PCL-I2G copied to clipboard

Low AUC in FF-DF

Open WeinanGuan opened this issue 2 years ago • 3 comments

Hi! I re-train a new PCL model by following your codes. The training data is only I2G data. However, the AUC of FF-DF is only 0.5. It seems like that the trained model has no ability of generalization. I have checked the log file, which shows that loss_D is 1.1+ and acc_D is 1.0 in the training phase, but loss_D and acc_D in the validation phase are 17+ and 0.5, respectively. I have no idea about the reason of that. Would you like to give me some suggestions about this problem? Maybe the generated I2G data or some possible errors? And would you like to provide your trained weight of PCL? My email is [email protected]. Thanks you a lot~

WeinanGuan avatar Aug 19 '22 12:08 WeinanGuan

Hi,

I didn't get the result shown in the original paper yet by only using I2G images. The original paper did not release their code on generating the I2G images. There must be some features they've kept or some error in my I2G code. This was stated in some previous issues. Some rather good results are achieved by mixing I2G fake images, "real fake" images (fake data in FF), and real images.

I haven't got time to maintain this project recently. Please feel free to make a pull request or colaborate if you make some breakthrough.

jtchen0528 avatar Aug 19 '22 18:08 jtchen0528

Got it! Thanks for your response~ I will try to mix FF and I2G data for a new training process~

WeinanGuan avatar Aug 30 '22 05:08 WeinanGuan

知道了!谢谢你的回复~ 我会尝试混合FF和I2G数据进行新的训练过程~

请问如何对FF数据进行新的训练过程。

CJL0114 avatar Jan 05 '24 08:01 CJL0114