This document discusses subspace clustering with missing data. It summarizes two algorithms for solving this problem: 1) an EM-type algorithm that formulates the problem probabilistically and iteratively estimates the subspace parameters using an EM approach. 2) A k-means form algorithm called k-GROUSE that alternates between assigning vectors to subspaces based on projection residuals and updating each subspace using incremental gradient descent on the Grassmannian manifold. It also discusses the sampling complexity results from a recent paper, showing subspace clustering is possible without an impractically large sample size.