This document summarizes two object tracking algorithms: Support Vector Tracking (SVT) and Ensemble Tracking. SVT uses support vector machines to classify pixels as object or background and finds the maximum scoring bounding rectangle. Ensemble Tracking trains an ensemble of weak classifiers over time to distinguish the object from background and outputs a confidence map, then uses mean shift to locate the object. Both algorithms use multiple resolutions and can handle challenges like occlusion and camera motion.