Week 1 — Copy Move Forgery Detection

Eflatun Doğa AYDIN
BBM406 Spring 2021 Projects
2 min readApr 11, 2021

Introduction

Hello world, this will become our weekly blog for semester project. We are a team of undergraduate students from Hacettepe University, Cemre Şenokur, Eflatun Doğa Aydın, Mustafa Küçük.

Example for copy-move forgery (a): Original Image, (b): Forged Image(Source)

So… What is copy move forgery?

In the world of digitalization, what you see is most likely not real. When a photograph is not fitting to the artist had in mind, digital enhancing is the best option to make it more presentable.

One of the ways of this enhancing methods is copy move forgery, to summarize briefly copy move forgery is used to fill empty spaces or hide some unwanted parts from the original image by selecting a part of the image and pasting it to the desired place.

The detection of copy move forgery can be done by any normal algorithm by just comparing image pixel by pixel base and detecting recurring patterns of pixels. But detecting it this way is too slow and it would be hard to catch if the forged part was rotated, and this is an unreliable method for lossy compressed image file types.

Our goal in this project is finding out copy move forgeries in images by the help of our predecessors’ studies.

Dataset

We are going to use a pre-existing dataset which can be found here.

References

https://www.researchgate.net/publication/224225329_A_SIFT-Based_Forensic_Method_for_Copy-Move_Attack_Detection_and_Transformation_Recovery

https://www.researchgate.net/publication/317495890_Review_Analysis_and_Parameterization_of_Techniques_for_Copy-Move_Forgery_Detection_in_Digital_Images

https://www.researchgate.net/publication/270157882_STATE_OF_THE_ART_OF_COPY-MOVE_FORGERY_DETECTION_TECHNIQUES_A_REVIEW

https://ieeexplore.ieee.org/document/8673945

--

--