SVD and PCA in Image Reconstruction
SVD and PCA in Image Reconstruction
In PCA-based reconstruction of face images, the quality improves as more Principal Components (PCs) are retained. With only a few PCs, images are highly blurred with missing details . Retaining 10-25 PCs helps capture basic facial structures, but finer details are lacking. Using 50-100 PCs significantly enhances image quality, closely approximating the original structure. For multiple images of the same person, fewer PCs are needed for moderate reconstruction due to low variance in differing details. However, for different individuals, at least 7-8 PCs are needed to capture distinguishing features and minimize the need for PCs 9 and 10 .
Gaussian noise primarily affects higher singular values, which correspond to fine image details. When few singular values are retained, the noisy reconstruction is similar to the clean reconstruction as the noise mainly impacts finer details not captured with low singular values. As more singular values are retained, noise becomes more apparent, causing artifacts and grainy textures, particularly in uniform areas. This indicates that while retaining fewer singular values can reduce noise impact, it sacrifices detailed reconstruction .
To balance noise reduction with detail retention in SVD-based image reconstruction, a selective retention of singular values is necessary. Retaining only the singular values that capture essential image structure while discarding those representing fine details can reduce noise's impact. Experimenting with the highest singular values (determined by testing with clean and noisy versions) and selecting a cut-off point based on visual quality assessments can enhance reconstruction quality. Additionally, applying thresholding techniques to distinguish between noise-influenced and genuine image details in high singular values can improve outcomes .
Retaining a low number of singular values results in similar reconstructions for both noisy and non-noisy images because noise predominantly affects higher singular values that capture finer details . As more singular values are retained, noise becomes more apparent in the reconstructed image, particularly in backgrounds and uniform textures. This is because higher singular values, which contain noise, contribute more significantly, leading to increased artifacts and graininess compared to non-noisy reconstruction. This highlights the trade-off between capturing fine details and minimizing noise impact .
In PCA, images of different individuals impact the distribution and requirement of Principal Components (PCs) significantly. The primary PCs capture prominent and common facial structures, but capturing unique features across different individuals requires more PCs. The diversity in individual features disperses across PCs such that while few PCs provide general structural information, more components are needed to adequately capture distinguishing facial characteristics. As a result, retaining a higher number of PCs ensures accurate reconstruction by accounting for individual variance .
The quality of an image reconstructed using SVD improves as the number of retained singular values increases. Retaining a very small number of singular values (1-5) leads to a severely blurred image with almost no recognizable details. Increasing the number of retained values (10-50) significantly improves image quality by enhancing key details like outlines and textures. When a high number of singular values (100 and above) are retained, the reconstructed image closely resembles the original image. However, beyond a certain point (around 200 singular values), the improvement becomes less noticeable, indicating diminishing returns .
Noise predominantly affects high-frequency details in images reconstructed using SVD. High singular values correspond to these fine details and are more susceptible to noise. In areas with uniform textures where high-frequency details exist, noise becomes more visible when a larger number of singular values are retained. Conversely, low-frequency details or general structures, represented by lower singular values, are less influenced by noise. Thus, reducing higher singular values can minimize noise impact but will also lead to a loss of detail .
PCA effectively manages variance among multiple images of the same individual by focusing most of the variance in the first few Principal Components (PCs). This allows for moderate quality reconstructions even with fewer PCs due to low overall variance. As more PCs are added, finer, person-specific details are captured, resulting in a more accurate reconstruction. This demonstrates PCA's capacity for efficient compression and reconstruction without a significant loss of detail for similar images .
The explained variance in PCA indicates the proportion of total data variance captured by each Principal Component (PC). Initially, a few PCs account for most of the variance, highlighting their importance in capturing essential image features. Observing the cumulative variance helps determine the number of PCs needed for effective reconstruction. If a substantial percentage of variance (e.g., 90-95%) is captured by a relatively low number of PCs, it indicates that rebuilding the image with these PCs would maintain high quality while achieving efficient data compression .
In singular value-based image reconstruction, significant quality improvements are seen with an increase in retained singular values up to a point. Most of the essential image information is captured by the top 100 to 200 singular values. Beyond this, additional singular values provide only slight enhancements to the image quality, indicating diminishing returns. Thus, while it is beneficial to retain many singular values for better quality, retaining values beyond a certain point does not yield significant improvements .