This document reviews decision-based filters for removing salt and pepper noise from images. It begins with background on salt and pepper noise and filtering techniques. The review then summarizes several recent decision-based filters proposed by other researchers. These filters use a simple detection scheme to identify corrupted pixels as either extreme values of 0 or 255. They then replace corrupted pixels using techniques like the median, mean, or mode of neighboring pixel values. The filters show good performance at low-to-medium noise densities but can produce streaking or blurring at very high noise levels over 60% due to all neighboring pixels being corrupted.