Affine Transform Estimation
Definition
The recovery of the geometric transformation (rotation, scaling, shear) relating a copied region to its source, using matched keypoint pairs. Geometrically consistent matching across a region confirms that the same content appears in two places.
- Input
- Matched keypoint pairs
- Output
- Rotation, scaling, shear parameters
- Application
- Copy-move forgery detection
- Confirms
- Geometric consistency of a duplicated region
Common questions
Why is estimating the transform important beyond just finding matching keypoints?+
Matching keypoints alone can occur by chance or from repeated texture in a genuine image, but keypoints fitting a single consistent geometric transform across a region strongly indicate the region was copied and pasted rather than naturally similar.
What kind of forgery does affine transform estimation typically miss?+
It is built for rigid geometric copies, so a forger who applies non-rigid warping or heavy local retouching after pasting a region can disrupt the consistent transform the method depends on.
Related terms
- Block-Matching
- A copy-move detection strategy that divides the image into overlapping fixed-size blocks, computes a compact feature vector per block, sorts vectors, and...
- Chromatic Aberration
- Colour fringing at high-contrast edges caused by differential refraction of light wavelengths by a lens. The pattern is lens-specific and inconsistent across...
- Copy-Move Forgery
- An intra-image manipulation in which a patch copied from one location within the image is pasted over another location in the same...
- Localisation Map
- The output of a forgery detection algorithm that marks, at pixel or block resolution, which regions of the image are identified as...
- Noiseprint
- A CNN-based camera-model fingerprint extractor by Cozzolino and Verdoliva. Applied to deepfakes, it reveals inconsistency between the camera fingerprint in the genuine...
- Passive Forgery Detection
- Detection that operates on the image data alone, without any pre-embedded watermark or signature. Distinguished from active methods such as digital watermarking...
- SIFT (Scale-Invariant Feature Transform)
- A keypoint descriptor algorithm that detects interest points and computes 128-dimensional descriptors invariant to scale and rotation. In forgery detection, matching SIFT...
- Splicing
- An inter-image manipulation in which content from one or more external images is inserted into a target image. Splicing introduces cross-boundary inconsistencies...