This document summarizes a research paper that proposes a deep learning model for detecting and recognizing traffic lights using transfer learning. It begins with an introduction describing the challenges of autonomous vehicle perception and how deep learning can help overcome these challenges. It then reviews 9 other related works on traffic light detection using techniques like RFID, background subtraction, object tracking networks and HSV color modeling. Finally, it proposes a model using Faster R-CNN and Inception V2 for transfer learning to detect traffic lights in images and determine their state (red, yellow, or green). The model is trained on a dataset of Indian traffic signals.