ammi introduction to deep learning 7 3 networks for
play

AMMI Introduction to Deep Learning 7.3. Networks for object - PowerPoint PPT Presentation

AMMI Introduction to Deep Learning 7.3. Networks for object detection Fran cois Fleuret https://fleuret.org/ammi-2018/ Wed Aug 29 16:58:03 CAT 2018 COLE POLYTECHNIQUE FDRALE DE LAUSANNE The simplest strategy to move from image


  1. AMMI – Introduction to Deep Learning 7.3. Networks for object detection Fran¸ cois Fleuret https://fleuret.org/ammi-2018/ Wed Aug 29 16:58:03 CAT 2018 ÉCOLE POLYTECHNIQUE FÉDÉRALE DE LAUSANNE

  2. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  3. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  4. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  5. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  6. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  7. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. . . . Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  8. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  9. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  10. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  11. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  12. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  13. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  14. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  15. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. . . . Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  16. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  17. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  18. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  19. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  20. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Parsing at fixed scale Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  21. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Final list of detections Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  22. The simplest strategy to move from image classification to object detection is to classify local regions, at multiple scales and locations. Final list of detections This “sliding window” approach evaluates a classifier multiple times, and its computational cost increases with the prediction accuracy. Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 1 / 15

  23. This was mitigated in overfeat (Sermanet et al., 2013) by adding a regression part to predict the object’s bounding box. 1000d FC layers classication Max-pooling Conv layers Input image Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 2 / 15

  24. This was mitigated in overfeat (Sermanet et al., 2013) by adding a regression part to predict the object’s bounding box. 1000d 4d FC layers FC layers classication Localization Max-pooling Conv layers Input image Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 2 / 15

  25. In the single-object case, the convolutional layers are frozen, and the localization layers are trained with a 퓁 2 loss. Figure 7: Examples of bounding boxes produced by the regression network , before being com- bined into final predictions. The examples shown here are at a single scale. Predictions may be more optimal at other scales depending on the objects. Here, most of the bounding boxes which are initially organized as a grid, converge to a single location and scale. This indicates that the network is very confident in the location of the object, as opposed to being spread out randomly. The top left image shows that it can also correctly identify multiple location if several objects are present. The various aspect ratios of the predicted bounding boxes shows that the network is able to cope with various object poses. (Sermanet et al., 2013) Combining the multiple boxes is done with an ad hoc greedy algorithm. Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 3 / 15

  26. This architecture can be applied directly to detection by adding a class “Background” to the object classes. Negative samples are taken in each scene either at random or by selecting the ones with the worst miss-classification. Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 4 / 15

  27. This architecture can be applied directly to detection by adding a class “Background” to the object classes. Negative samples are taken in each scene either at random or by selecting the ones with the worst miss-classification. Surprisingly, using class-specific localization layers did not provide better results than having a single one shared across classes (Sermanet et al., 2013). Fran¸ cois Fleuret AMMI – Introduction to Deep Learning / 7.3. Networks for object detection 4 / 15

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend