This document describes an image denoising technique called the TWIST (Transform With Iterative Sampling and Thresholding) method. It begins with background on common types of image noise like Gaussian, salt-and-pepper, and quantization noise. It then discusses related work using eigendecomposition and the Nystrom extension for denoising. The proposed TWIST method uses the Nystrom extension to approximate the filter matrix with a low-rank matrix, allowing efficient processing of the entire image. It performs eigendecomposition on sample pixels to estimate eigenvalues and eigenvectors, then iterates this process with thresholding to denoise the image while preserving edges.