false alarm reduction for active sonars using deep
play

False Alarm Reduction for Active Sonars using Deep Learning - PowerPoint PPT Presentation

Matthias Bu False Alarm Reduction for Active Sonars using Deep Learning Architectures False Alarm Reduction for Active Sonars using Deep Learning Architectures Matthias Bu University of Wuppertal 1 Matthias Bu False Alarm Reduction


  1. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures False Alarm Reduction for Active Sonars using Deep Learning Architectures Matthias Buß University of Wuppertal 1

  2. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Agenda ◼ Motivation and Application ◼ Proposed Solution for False Alarm Reduction ◼ Feature Extraction and Classification ◼ Data Labelling ◼ Classification Results ◼ Summary and Future Work 2

  3. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Motivation ◼ The false alarm rate (FAR) represents a crucial aspect in all active sonar applications. ◼ Every contact is represented in the detection display. ◼ Under different circumstances it results in an enormous number of false contacts. → Tracking algorithms might be unable to deal with the large number of contacts. → An operator is not able to identify true target contacts. Aim: Reduce number of false contacts without losing target contacts. 3

  4. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Application ◼ The False Alarm Reduction is investigated for Active Diver Detection Sonar Data. ◼ Several Datasets recorded with a Cerberus DDS are provided by the WTD 71. ◼ Raw Data is processed with experimental active signal processing in MATLAB. ◼ All results are based on the transmission of Frequency Modulated (FM) Pulses. Cerberus Diver Detection Sonars (left Mod1, right Mod2) 4

  5. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures PROPOSED SOLUTION FOR FALSE ALARM REDUCTION 5

  6. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Modification of the Signal Processing ◼ Standard Active Signal Processing Chain: Detection Display Matched Beamforming Normalisation Detection Tracking Filtering ◼ Modified Active Signal Processing Chain for False Alarm Reduction: Detection Display Matched Feature Extr. & Beamforming Normalisation Detection Tracking Filtering Classification 6

  7. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures FEATURE EXTRACTION AND CLASSIFICATION 7

  8. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Feature Extraction and Classification ◼ Two different machine learning techniques are considered: 1. Classical Machine Learning: → Machine Learning based on hand-crafted extracted features. 2. Convolutional Neural Networks: → Machine Learning techniques that automatically extract features for input signals/images. No feature engineering required. 8

  9. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Classification with Feed Forward Neural Network (FNN) Inputs: 𝑦 𝑜,1 Feature Vector for Contact 𝑜 : ℎ 1 𝐲 𝑜 ∈ ℝ 53×1 𝑦 𝑜,2 𝑧 1 𝑞 𝑑 1 𝐲 𝑜 One Hidden Layer: ℎ 2 20 Neurons Activation: hyperbolic tangent ⋮ Output Layer: ⋮ 𝑧 2 𝑞 𝑑 2 𝐲 𝑜 Binary Classification → 2 Neurons Softmax Function: ℎ 20 Probability for belonging to class 𝑦 𝑜,53 → Diver Contact → False Alarm 9

  10. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Feature Extraction and Classification ◼ Two different machine learning techniques are considered: 1. Classical Machine Learning: → Machine Learning based on hand-crafted extracted features. 2. Convolutional Neural Networks: → Machine Learning techniques that automatically extract features for input signals/images. No feature engineering required. 10

  11. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Two different types of Networks are considered 1. Shallow Convolutional Neural Network trained from scratch. 2. Pre-trained deep networks that are originally trained for distinguishing objects in R-G-B images. 11

  12. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Structure of Shallow CNN trained from scratch Kernel 100 Kernel 2 Kernel 1 12

  13. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Structure of Shallow CNN trained from scratch Average Pooling 1 0.6 0.1 0.9 0.8 0.5 0 0 0.3 0.7 0 0.5 0 0.4 0.5 0.9 0.2 0.7 0.6 0.4 0.6 0.2 0.5 0.4 13

  14. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Structure of Shallow CNN trained from scratch ℎ 1 Final Feature Map ℎ 2 ℎ 4096 14

  15. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Two different types of Networks are considered 1. Shallow Convolutional Neural Network trained from scratch. 2. Pre-trained deep networks that are originally trained for classifying objects in R-G-B images. 15

  16. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Transfer Learning of pre-trained Deep Networks ◼ Many different pre-trained Networks are available in MATLAB / Python / etc. ◼ These are originally trained for distinguishing 1000 different objects in R-G-B images. ◼ Nine networks that are firstly introduced in the ImageNet Large Scale Visual Recognition Challenges are considered: – AlexNet (5 Convolutional Layers) Reference: Krizhevsky, A. et al; ImageNet Classification with Deep Convolutional Neural Networks – GoogLeNet (57 Convolutional Layers) – Inception v3 (94 Convolutional Layers) – ResNet-18, ResNet-50 and ResNet-101 (20, 53 and 104 Convolutional Layers) – SqueezeNet (26 Convolutional Layers) – VGG-16 and VGG-19 (13 and 16 Convolutional Layers) 16

  17. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Transfer Learning of pre-trained Deep Networks ◼ Comparison of Shallow CNN and VGG-16. Shallow CNN VGG-16 17

  18. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Transfer Learning of pre-trained Deep Networks ◼ Two steps are required for transfer learning: 224 × 224 × 3 for GoogLeNet, ResNet, VGG Resample input images from 142 × 11 × 1 → 227 × 227 × 3 for AlexNet, SqueezeNet 1. 299 × 299 × 3 for Inception v3 2. Replace Output Layer of Fully Connected Layer. 18

  19. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Convolutional Neural Networks Transfer Learning of pre-trained Deep Networks ◼ Two steps are required for transfer learning: 224 × 224 × 3 for GoogLeNet, ResNet, VGG Resample input images from 142 × 11 × 1 → 227 × 227 × 3 for AlexNet, SqueezeNet 1. 299 × 299 × 3 for Inception v3 2. Replace Output Layer of Fully Connected Layer. 19

  20. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures DATA LABELLING 20

  21. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Data Labelling ◼ Contacts belonging to Track of the diver are labelled as “Diver Contact”. Tracking Results Positions of Diver Contacts 21

  22. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Data Labelling ◼ All reamaining contacts are labelled as “False Alarm”. Positions of False Alarms 22

  23. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures PERFORMANCE CRITERION 23

  24. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves 24

  25. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves TPR = 1.00 25

  26. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves TPR = 0.90 26

  27. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves TPR = 0.80 27

  28. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves TPR = 0.50 28

  29. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves TPR = 0.10 29

  30. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Performance Criterion Receiver-Operating-Characteristic (ROC) Curves TPR = 0.00 30

  31. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures IDEAL CASE 31

  32. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Ideal ROC Curve TPR = 1.00, FPR = 1.00 32

  33. Matthias Buß False Alarm Reduction for Active Sonars using Deep Learning Architectures Ideal ROC Curve ◼ All Diver Contacts and No False Alarms Remain. ◼ Ideal Case! ◼ Almost impossible to achieve! TPR = 1.00, FPR = 0.00 33

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