mjkwon2021 / CAT-Net

Official code for CAT-Net: Compression Artifact Tracing Network. Image manipulation detection and localization.
210 stars 25 forks source link

Question about training #29

Open umair-imran opened 1 year ago

umair-imran commented 1 year ago

Hi, I'm trying to detect removal tampering in images. As mentioned in this issue the reason CAT-Net is unable to detect these forgeries is due to lack of data. So, my question is, if I need to train this model on a removal dataset, how much will I need to change the model architecture or there will be no changes required?

Thanks in Advance.

CauchyComplete commented 1 year ago

Hi, CAT-Net is the first work to use DCT coefficients in CNN for forgery localization. While there have been follow-up works that have used DCT coefficients, as far as I know, none of them address the problem of removal forgeries. It is unclear whether this model is effective in detecting removal forgeries or if modifications are necessary.