Persistent Homology-Guided Frequency Filtering for Image Compression
Anil Chintapalli, Peter Tenholder, Henry Chen, Arjun Rao
TL;DR
Persistent Homology-Guided Frequency Filtering for Image Compression introduces a method that couples PH with the DFT to identify image frequencies tied to robust topological features. The approach computes persistence diagrams for grayscale images, ranks Fourier frequencies by a topological-impact score using Wasserstein distance, and uses selected frequencies for PH-based compression with Gaussian smoothing. The study compares PH compression with JPEG across six metrics and demonstrates competitive visual quality while improving topological fidelity at moderate to high frequency retention, though with larger file sizes. The work suggests potential benefits for topology-aware preprocessing in noisy imaging and for improving classification tasks without heavy augmentation.
Abstract
Feature extraction in noisy image datasets presents many challenges in model reliability. In this paper, we use the discrete Fourier transform in conjunction with persistent homology analysis to extract specific frequencies that correspond with certain topological features of an image. This method allows the image to be compressed and reformed while ensuring that meaningful data can be differentiated. Our experimental results show a level of compression comparable to that of using JPEG using six different metrics. The end goal of persistent homology-guided frequency filtration is its potential to improve performance in binary classification tasks (when augmenting a Convolutional Neural Network) compared to traditional feature extraction and compression methods. These findings highlight a useful end result: enhancing the reliability of image compression under noisy conditions.
