This document discusses image segmentation techniques. It begins by introducing the goal of image segmentation as clustering pixels into salient image regions. Segmentation can be used for tasks like object recognition, image compression, and image editing. The document then discusses several bottom-up image segmentation approaches, including clustering pixels in feature space using mixtures of Gaussians models or K-means, mean-shift segmentation which models feature density non-parametrically, and graph-based segmentation methods which construct similarity graphs between pixels. It provides examples and discusses assumptions and limitations of each approach. The key approaches discussed are clustering in feature space, mean-shift segmentation, and graph-based similarity methods like the local variation algorithm.