Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor noise obfuscation support? #1

Open
tmburt04 opened this issue Jun 18, 2019 · 1 comment
Open

Sensor noise obfuscation support? #1

tmburt04 opened this issue Jun 18, 2019 · 1 comment

Comments

@tmburt04
Copy link

I came across an article for this technology on Reddit, and conveniently enough I am actually performing research that performs tasks that are very similar using a combination of sensor noise and steganalysis.

What really intrigued me about this though, is that a few years ago I actually helped write a paper on the obfuscation of image manipulation detection and device camera identification based on Photo Response Non-Uniformity and Fixed pattern noise. With that said, I was curious as to if these elements were considered in your research?

@PeterWang512
Copy link
Owner

In our project we adopted a data-driven approach. We train a model on a large-scale dataset, and the model learns necessary cues and features to detect FAL warped faces during training.

One downside of using a deep network on this task is that it would be hard to investigate what information the model is picking up to tell reals and fakes apart. We are currently investigating on whether our network is picking up from the re-sampling artifact generated by warping, and looking into PRNU and FPN will also be an interesting direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants