This document summarizes key applications of deep learning in computer vision discussed in a lecture, including:
1. Classification, localization, detection, and segmentation using convolutional neural networks (CNNs) like AlexNet, VGG, GoogLeNet, ResNet and their variants.
2. CNN architectures for detection tasks like YOLO, SSD, Faster R-CNN, and Mask R-CNN using region proposals, bounding box regression and segmentation.
3. Other applications discussed include 3D shape inference, face landmark recognition, pose estimation, style transfer and generative adversarial networks (GANs). Labeled datasets are important for many vision tasks.