This document summarizes the research presented in the paper "Fully Convolutional Networks for Semantic Segmentation" by Jonathan Long, Evan Shelhamer, and Trevor Darrell. The paper introduces Fully Convolutional Networks (FCNs), which reinterpret standard convolutional networks as dense prediction models. FCNs leverage features from different layers to perform semantic segmentation of whole images pixel-to-pixel in a single pass. Experiments show FCNs achieve state-of-the-art segmentation results on PASCAL VOC 2011/2012, NYUDv2, and SIFT Flow datasets, while requiring less than one fifth of a second for inference on a typical image.