120 likes | 137 Views
Delve into the intricacies of KL Transform, PCA, and Blind Deconvolution for astronomical image processing. Learn about data scarcity challenges, improved PSF estimation, and iterative error minimization methods.
E N D
Commentary on “The Characterization, Subtraction, and Addition of Astronomical Images” by Robert Lupton Rebecca Willett
Focus of commentary • KL transform and data scarcity • Improved PSF estimation via blind deconvolution
First principal component Second principal component Principal Components Analysis(aka KL Transform) Compute sample covariance matrix (pXp) Determine directions of greatest variance using eigenanalysis
Principal Components Analysis(aka KL Transform) Key advantages: • Optimal linear method for dimensionality reduction • Model parameters computed directly from data • Reduction and expansion easy to compute
Data Scarcity • When using the KL to estimate the PSF, • p (dimension of data) = 120 • n (number of point sources observed) = 20 • p >> n • What effect does this have when performing PCA? • Sample covariance matrix not full rank • Need special care in implementation • Naïve computational complexity O(np2)
Working around the data scarcity problem • Preprocess data by performing dimensionality reduction (Johnstone & Lu, 2004) • Use an EM algorithm to solve for k-term PSF; O(knp) complexity (Roweis 1998) • Balance between decorrelation and sparsity (Chennubholta & Jepson, 2001) PCA Sparse PCA
Advantages Not necessary to pick out “training” stars Potential to use prior knowledge of image structure/statistics Possible to estimate distended PSF features (e.g. ghosting effects) Potential to use information from multiple exposures Disadvantages Computational complexity can be prohibitive Can be overkill if only PSF, and not deconvolved image, is desired Blind Deconvolution
Example of blind deconvolution: modified Richardson-Lucy • Start with initial intensity image estimate and initial PSF estimate • R-L update of intensity given PSF • R-L update of PSF estimate given intensity • Goto 2 (depends on good initial estimates) Tsumuraya, Miura, & Baba 1993
Iterative error minimization Minimize this function: Jefferies & Christou, 1993
Simulation example Observations WeinerDeconvolution MaximumEntropyDeconvolution IterativeBlindDeconvolution
If Hi = H.Si, where H is the imager PSF and Si is a known shift operator, then we can use multiple exposures to more accurately estimate H. H2 y2 H3 y3 Data from multiple exposures H1 y1 = Poisson
Takeaway messages • Exercise caution when using the KL transform to estimate the PSF • Avoid computing sample covariance matrix • Consider iterative, low computational complexity methods • Blind deconvolution indirectly estimates PSF • Uses prior knowledge of image structure/statistics • Requires less arbitrary user input • Can estimate non-local PSF components