Hands-On Convolutional Neural Networks with TensorFlow by Iffat Zafar

Hands-On Convolutional Neural Networks with TensorFlow by Iffat Zafar

Author:Iffat Zafar [Leonardo Araujo]
Language: eng
Format: epub
Tags: COM004000 - COMPUTERS / Intelligence (AI) and Semantics, COM044000 - COMPUTERS / Neural Networks, COM062000 - COMPUTERS / Data Modeling and Design
Publisher: Packt Publishing
Published: 2018-08-27T10:26:31+00:00


Fast R-CNN

In 2015, Fast R-CNN was proposed to remedy the speed problems of R-CNN. In this method, the main change is where we get proposal regions in the pipeline. Instead of getting them directly from the input image, we first run the entire input image through a CNN and extract the generated feature map close to the end of the network. Next, again using a region-proposal method, candidate regions are extracted from this feature map in a similar manner to R-CNN.

Getting proposals in this way helps reuse and share expensive convolutional computations. The fully connected layers further down in the network that will classify, and additionally localize, only accept fixed-size input. For this reason, the proposed regions from the feature map are warped to a fixed size using a new layer called RoI pooling (discussed further in the next section). RoI Pooling resizes the regions into the size needed by the last FC layers. The whole process is shown in the following diagram:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.