This is the source code of paper FIN: Flow-based Robust Watermarking with Invertible Noise Layer for Black-box Distortions, which is received by AAAI' 23.
48
stars
5
forks
source link
whether the forward-processing of the INL would be used in the training process or not #4
The code you gave in the train.py shows that you didn't distort the watermarked image into a black-box version for decoder training, and the noise layer for training only contains white-box distortion, which is different from the structure you gave in the paper.
So I wonder whether the forward-processing of the INL would be used in the training process or not?
`#################
The code you gave in the train.py shows that you didn't distort the watermarked image into a black-box version for decoder training, and the noise layer for training only contains white-box distortion, which is different from the structure you gave in the paper. So I wonder whether the forward-processing of the INL would be used in the training process or not? `#################
forward: