Title: An image registration technique for recovering rotation, scale and translation parameters
1An image registration technique for recovering
rotation, scale and translation parameters
- March 25, 1998
- Morgan McGuire
2Acknowledgements
- Dr. Harold Stone, NEC Research Institute
- Bo Tao, Princeton University
- NEC Research Institute
3Problem Domain
Satellite, Aerial, and Medical sensors produce
series images which need to be aligned for
analysis. These images may differ by any
transformation (possible noninvertible).
Images courtesy of Positive Systems
4New Technique
- Solves subproblem (practical case)
- O(ns(NlogN)/4kNk) compared to O(NlogN), O(N3)
- Correlations typically gt .75 compared to .03
5Structure of the Talk
- Differences Between Images
- Fourier RST Theorem
- Degradation in the Finite Case
- New Registration Algorithm
- Edge Blurring Filter
- Rotation Scale Signatures
- Experimental Results
- Conclusions
6Differences Between Images
- Alignment
- Occlusion
- Noise
- Change
7Sub-problem Domain
- Alignment RSTL
- Occlusion lt 50
- Noise Change Small
- Square, finite, discrete images
- Image cropped from arbitrary infinite texture
8RST Transformation
9Fourier Rotation, Scale, and Translation Theorem
Pixel Domain Fourier Domain p rotate(r,
f) P rotate(R, f) p dilate(r, s) Fp s2
. dilate(Fr, 1/s) p translate(r, Dx, Dy) ÐFp
translate(ÐFr, Dx, Dy)
10For Infinite Images
11In practice, we use the DFT
Let X0 DFT(x0) X0 and x0 are discrete, with N
non-zero coefficients. Let X DTFT(x)
X0 and x0 are sub-sampled tiles (one period
spans) of X and x. The Fourier RST theorem holds
for X and x... does it also hold for X0 and x0?
12Fourier Transform and Rotations
13Theorem
Infinite case Fourier transform commutes
with rotation
Folklore It is true for the finite case
14Using Fourier-Mellin Theory
- Magnitude of Fourier Transform exhibits rotation,
but not translation - Registration algorithm
- Correlate Fourier Transform magnitudes for
rotation - Remove rotation, find translation
- Generalizes to find scale factors, rotations, and
translation as distinct operations
15Folklore is wrong
Image
Tile
Rotate
Tile
Image
Rotate
16The Mathematical Proof
The Finite Fourier transform
continuous
Windowing, sampling, infinite tiling
Transform, then rotate
17The Mathematical Proof
Rotate, then transform
18Finite-Transform Pairs
19The Artifacts
20Fourier Transforms
Oppenheim Willsky Signals Systems Oppenheim
and Schafer, Discrete-Time Signal Processing
21Tiling does not Commute with Rotation
Tiled Image
Rotated Tiled Image
Tiled Rotated Image
so the Fourier RST Theorem does not hold for DFT
transforms.
22Correlation Computation
23Prior Art
- Alliney Morandi (1986)
- use projections to register translation-only in
O(n), show aliasing in Fourier T theorem - Reddy Chatterji (1996)
- use Fourier RST theorem to register in O(NlogN)
- Stone, Tao McGuire (1997)
- show aliasing in Fourier RST theorem
24An Empirical Observation
Even though the Fourier RST Theorem does not hold
for finite images, we observe the DFT does have a
signature that transforms in a method predicted
by the Theorem.
Image
DFT Magnitude
25Sources of Degradation
- Frequency
- Aliasing (from Tiling)
- Artifact
- Sampling Error
- Pixel
- Image Window Occlusion
- Image Noise
26Algorithm Overview
1. Pre-Process
5. Recover Translation Parameters
2. FMLP Transform
4. Recover Rotation Parameter
3. Recover Scale Parameter
Norm. Circ. Corr.
27Problem Artifact
28Solution Edge-Blurring Filter, G
29ProblemNeed Orthogonal Invariants
Fourier-Mellin transform
In the log-polar (logr,q) domain
30Mapping (wx,wy) to (logr,q)
wx4 wy4
31Sample Image Pair
f 17.0o s 0.80 Dx 10.0 Dy -15.0
N 65536 k 2
G(r)
G(p)
32Nonzero Fourier Coefficients
P
R
33Solution I Rotation Signature
1. Selectively weight edge coefficients (J
filter) 2. Integrate along r axis F is Scale and
Translation Invariant. Pixel rotation appears as
a cyclic shift gt use simple 1d O(nlogn)
correlation to recover rotation parameter.
34F Signatures of r and p
35F Correlations
36Solution II Scale Signature
1. Integrate along q axis (rings) 2. Normalize by
r (area) 3. Enhance S/N ratio (H filter) S is
Rotation and Translation Invariant. Pixel
dilation appears as a translation gt use simple
1d O(nlogn) correlation to recover scale
parameter.
37Raw S Signature
38Filtered S Signature
39S Correlation
40New Registration Algorithm
Norm. Circ. Corr.
Compute full-resolution Correlation for small
neighborhood of Coarse (Dx, Dy) to refine.
41Recovered Parameters
42Disparity Map
43Multiresolution for Speed
- Algorithm is O(NlogN) because of FFTs
- With kth order wavelet, O((NlogN)/4k)
- To refine, search 22k 4k positions
- Using binary search, k extra trials _at_ O(N) each
- Total algorithm is O((NlogN)/4k Nk)
44Results Confidence
45Analysis of Results
46Future Directions
- Better scale signature
- Use occlusion masks for FM techniques?
- Combining FM technique with feature based
techniques