1 / 40

Detecting Image Region Duplication Using SIFT Features

Detecting Image Region Duplication Using SIFT Features. Xunyu Pan and Siwei Lyu Computer Science Department University at Albany State University of New York. March 16, ICASSP 2010 Dallas, TX. An Example of Image Region Duplication.

henrik
Download Presentation

Detecting Image Region Duplication Using SIFT Features

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Detecting Image Region Duplication Using SIFT Features Xunyu Pan and Siwei Lyu Computer Science Department University at Albany State University of New York March 16, ICASSP 2010 Dallas, TX

  2. An Example of Image Region Duplication Forgeries appeared on the front page of The Los Angeles Times, The Financial Times, The Chicago Tribune and The New York Times

  3. An Example of Image Region Duplication Original image Tampered image

  4. Outline • Motivation • Related Works • Detection Method • Experimental Results • Discussion and Future Work

  5. Motivation • Region duplication is a common manipulation used in image tampering • Most existing methods based on finding exact copies of pixel blocks • They are not effective for geometric and illumination adjustments over the regions • We propose a new method to detect such more complicated region duplication

  6. Outline • Motivation • Related Works • Detection Method • Experimental Result • Discussion and future work

  7. Related Works • Majority of previous works focus on detecting copy-move forgeryproblems • The methods used are based on comparing pixel blocks (exhaustive search) • Most methods reduce computation by using low dimensional representations of blocks • [Popescu and Farid,04]and [Luo, et al.,06] use PCA to reduce computation • [Fridrich, et al.,03] uses DCT to reduce computation • [Huang, et al.,08] uses invariant image features to detect copy-move region duplication

  8. Simple copy-move Original Image Image tampered using copy-move

  9. Outline • Motivation • Related Works • Detection Method • Experimental Results • Discussion and Future Work

  10. Major Steps of the Proposed Method • STEP 1: Scale Invariant Feature Transform (SIFT) keypoint detection • STEP2: SIFT keypoint matching and manipulation transform estimation • STEP3: Obtaining duplication map

  11. SIFT Keypoint • SIFT (Scale Invariant Feature Transform) was originally proposed by [Lowe, 99] and further optimized in [Lowe, 04] • SIFT keypoints detected on a tampered image

  12. Major Steps of the Proposed Method • STEP 1: Scale Invariant Feature Transform (SIFT) keypoint detection • STEP2: SIFT keypoint matching and manipulation transform estimation • STEP3: Obtaining duplication map

  13. Keypoints Matching • Best-Bin-First (BBF) algorithm [Beis, 97] is used to match similar keypoints • Selection criteria: The best match f’ of keypoint f should be far more close (Euclidean distance) than all the other matches

  14. SIFT Keypoint Matching and Pruning (cont.)

  15. Estimation of Manipulation Transform • Copy-move • Compute Euclidean distance for each keypoint correspondence • Shift vector is estimated by the distance with maximum frequency of occurrence Shift Vector:

  16. Estimation of Manipulation Transform • Scaling • Compute ratio of Euclidean distance between corresponding keypoint pairs • The ratio with the maximum frequency is used as an estimation of the scale factor Scale Factor

  17. Estimation of Manipulation Transform • Rotation • Keypoint represented by a local coordinate systems consists of three non-collinear keypoints • Transform is estimated based on the same set of coordinates in the coordinate system Local Coordinate System

  18. Major Steps of the Proposed Method • STEP 1: Scale Invariant Feature Transform (SIFT) keypoint detection • STEP2: SIFT keypoint matching and manipulation transform estimation • STEP3: Obtaining duplication map

  19. Obtaining Duplication Map • A perspective image is generated from the original image using the estimated parameters Tampered Image Perspective Image

  20. Obtaining Duplication Map (cont.) • Both images are then segmented into overlapping 4 × 4 pixels contour blocks • A correlation map can be generated by computing the correlation coefficient between each pair of corresponding contour blocks in original and perspective image respectively

  21. Obtaining Duplication Map (cont.) • Apply 7 × 7 Gaussian filter to smooth the correlation map • Binarize the correlation map using a preset threshold • Remove small isolated regions caused by noise using a pre-given area threshold • The final contour is connected using mathematical morphological operations [Suzuki, 85] • Erosion and Dilation

  22. Obtaining Duplication Map (cont.)

  23. Outline • Motivation • Related Works • Detection Method • Experimental Results • Discussion and future Work

  24. Qualitative Testing Results • We define two quantitative measure of performance based on the detection accuracy and false positives • Pixel detection accuracy (PDA) • Pixel false positive (PFP)

  25. PDA and PFP

  26. Copy-move Tampered image using copy-move PDA = 91.3%, PFP = 0.3%

  27. Scaling Tampered image using scaling factor: 1.2 PDA = 93.4%, PFP = 1.2%

  28. Rotation Tampered image using rotation: 60⁰ PDA = 81.4%, PFP = 1.9%

  29. Qualitative Testing Results (cont.) Possible duplicated regions confirmed by inspection of photography experts Detected duplicated region using our method

  30. Qualitative Testing Results (cont.) Forgeries generated with using the Smart Fill tool [Alien Skin Software LLC]

  31. Video Forgery

  32. Detection of Video Forgery

  33. Quantitative Testing Results • An image database of tampered color images of 720 × 436 pixels which are originally captured by Nikon D100 digital camera • In each image, a random square region of size 64 × 64 pixels (1.3% of the original image) or 96 × 96 pixels was copied and pasted onto a random position in the same image

  34. Robustness and Sensitivity on JPEG and Noise Average detection accuracies and false positives (both in percentage) on100 testing images.

  35. Outline • Motivation • Related Works • Detection Method • Experimental Results • Discussion and Future work

  36. Summary • In this work, we propose an efficient technique to detect region duplication in digital images based on the matching of SIFT features • Compared to previous methods, our method is effective to the detection of duplicated regions undergone geometric and illumination adjustments • Experimental results with several credible forgeries demonstrate the efficacy of our method

  37. Discussion • Advantages • Reliably detect duplicated regions that are geometrically distorted • Robust to general image degradations caused by JPEG compression or additive noise • Efficient running time – analyzing images of normal size takes about 10 seconds on a computer of Intel 2.0GHz processor with 2 GB memory • Limitations • The specific manipulation transform must be known before the detection, which is usually impracticable • Detection performance reduces as the duplicated regions become smaller or homogeneous (e.g. sky) • Certain distortion of the duplicated region (e.g., extreme scaling or reflection) can affect the invariance of the SIFT features.

  38. Future Work • Convert the algorithm into a plug-in for Photoshop, so that it can become part of the image forensic examiner’s toolkit • Detecting forged image created by duplicated regions from original image with statistical similarity (e.g., texture synthesis)

  39. Thank You!

  40. Questions?

More Related