Artificial Intelligence in the Military Presented by Carson English, Jason Lukis, Nathan Morse and Nathan Swanson.

Slides:



Advertisements
Similar presentations
A Brief Overview of Neural Networks By Rohit Dua, Samuel A. Mulder, Steve E. Watkins, and Donald C. Wunsch.
Advertisements

1 Image Classification MSc Image Processing Assignment March 2003.
Neural Network I Week 7 1. Team Homework Assignment #9 Read pp. 327 – 334 and the Week 7 slide. Design a neural network for XOR (Exclusive OR) Explore.
Computer Science Department FMIPA IPB 2003 Neural Computing Yeni Herdiyeni Computer Science Dept. FMIPA IPB.
Artificial Neural Networks - Introduction -
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Classification Neural Networks 1
Machine Learning Neural Networks
Handwritten Character Recognition Using Artificial Neural Networks Shimie Atkins & Daniel Marco Supervisor: Johanan Erez Technion - Israel Institute of.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Prof. Carla P. Gomes Module: Intro Neural Networks (Reading:
Introduction to Neural Network Justin Jansen December 9 th 2002.
Machine Learning Motivation for machine learning How to set up a problem How to design a learner Introduce one class of learners (ANN) –Perceptrons –Feed-forward.
Artificial Neural Networks
Using Neural Networks to Improve the Performance of an Autonomous Vehicle By Jon Cory and Matt Edwards.
CS 484 – Artificial Intelligence
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks II PROF. DR. YUSUF OYSAL.
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Revision Michael J. Watts
1 Introduction to Artificial Neural Networks Andrew L. Nelson Visiting Research Faculty University of South Florida.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Intrusion Detection Using Hybrid Neural Networks Vishal Sevani ( )
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
1 Artificial Neural Networks Sanun Srisuk EECP0720 Expert Systems – Artificial Neural Networks.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
11 CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering
NEURAL NETWORKS FOR DATA MINING
 Diagram of a Neuron  The Simple Perceptron  Multilayer Neural Network  What is Hidden Layer?  Why do we Need a Hidden Layer?  How do Multilayer.
Artificial Neural Networks. The Brain How do brains work? How do human brains differ from that of other animals? Can we base models of artificial intelligence.
From Machine Learning to Deep Learning. Topics that I will Cover (subject to some minor adjustment) Week 2: Introduction to Deep Learning Week 3: Logistic.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 24 Nov 2, 2005 Nanjing University of Science & Technology.
Non-Bayes classifiers. Linear discriminants, neural networks.
Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, a Machine Learning.
12/4/981 Automatic Target Recognition with Support Vector Machines Qun Zhao, Jose Principe Computational Neuro-Engineering Laboratory Department of Electrical.
© SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya.
CS621 : Artificial Intelligence
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
IE 585 History of Neural Networks & Introduction to Simple Learning Rules.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
COMP53311 Other Classification Models: Neural Network Prepared by Raymond Wong Some of the notes about Neural Network are borrowed from LW Chan’s notes.
Artificial Neural Networks (ANN). Artificial Neural Networks First proposed in 1940s as an attempt to simulate the human brain’s cognitive learning processes.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Chapter 6 Neural Network.
Artificial Intelligence Methods Neural Networks Lecture 3 Rakesh K. Bissoondeeal Rakesh K. Bissoondeeal.
Violent Computers By: Jun Hyung Kwon. Smart Bombs Parts of a bomb Parts of smart bomb Types of smart bomb –TV/IR bombTV/IR bomb –Laser GuidedLaser Guided.
Neural Networks References: “Artificial Intelligence for Games” "Artificial Intelligence: A new Synthesis"
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
INTRODUCTION TO NEURAL NETWORKS 2 A new sort of computer What are (everyday) computer systems good at... and not so good at? Good at..Not so good at..
Other Classification Models: Neural Network
CSE 473 Introduction to Artificial Intelligence Neural Networks
CH. 1: Introduction 1.1 What is Machine Learning Example:
CSSE463: Image Recognition Day 17
Classification / Regression Neural Networks 2
CSC 578 Neural Networks and Deep Learning
Classification Neural Networks 1
network of simple neuron-like computing elements
Neural Network - 2 Mayank Vatsa
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 17
Introduction to Neural Network
CS621: Artificial Intelligence Lecture 22-23: Sigmoid neuron, Backpropagation (Lecture 20 and 21 taken by Anup on Graphical Models) Pushpak Bhattacharyya.
CS621: Artificial Intelligence Lecture 18: Feedforward network contd
Outline Announcement Neural networks Perceptrons - continued
Presentation transcript:

Artificial Intelligence in the Military Presented by Carson English, Jason Lukis, Nathan Morse and Nathan Swanson

Overview History Neural Networks Automated Target Discrimination Tomahawk Missile Navigation Ethical issues

History 1918 – first tests on guided missiles 1945 – Germany makes first ballistic missile 1950 – AIM-7 Sparrow –“fire-and-forget

History 1973 – remotely piloted vehicles (RPVs) –Used to confuse enemy air defenses 1983 – tomahawk missile first used by navy –Uses terrain contour matching system 1983 – Reagan make his famous star wars speech 1988 – U.S.S. Vincennes mistakenly destroys Iranian airbus due to autonomous friend/foe radar system

History 1991 – Smart bombs used in Gulf War to selectively destroy enemy targets –Praised for its precision and effectiveness

Neural Networks Inspired by studies of the brain Massively parallel Highly connected Many simple units

Structure of a neuron in a neural net

Neural net with three neuron layers

Three Main Neural Net Types Perceptron Multi-Layer-Perceptron Backpropagation Net

Perceptron

Multi-Layer-Perceptron

Backpropagation Net

· pattern association · pattern classification · regularity detection · image processing · speech analysis · optimization problems · robot steering · processing of inaccurate or incomplete inputs · quality assurance · simulation Areas where neural nets are useful

the operational problem encountered when attempting to simulate the parallelism of neural networks inability to explain any results that they obtain Limits to Neural Networks

Automated Target Discrimination SAR (Synthetic Aperture Radar) CFAR (Constant False Alarm Rate) QGD (Quadratic Gamma discriminator) NL-QGD (multi-layer perceptron) Example Results As researched by the Computational NeuroEngineering Laboratory in Gainsville, FL

Synthetic Aperture Radar Data collection for ATD Self-illuminating imaging radar Creates a height map of a surface Maintains spatial resolution regardless of distance from target Can be used day and night regardless of cloud cover

Picture of SAR rendering

Two Constant False Alarm method for determining targets

Quadratic Gamma discrimination

Non Linear QGD

Example

Results After training, all three discriminators were run on a data set representing 7km 2 of terrain. Target detection threshold was set to 100%. CAFR resulted in 4,455 false alarms. QGD resulted in 385 false alrams. NL-QGD resulted in 232 false alarms.

Tomahawk Missile Navigation Missile contains a map of terrain Figures out its current position from percepts (radar & altimeter) Uses a modified Gaussian least square differential correction algorithm, a step size limitation filter, and a radial basis function

Radial Basis Function Gaussian Least Square Correction Necessary Condition Sufficient Condition Step size limitation filter Weight matrix Tolerence error = 10^-8

Ethics Accountability –Legal –Political –Example: Aegis defense system shoots down an Iranian Airbus jetliner in 1988 Use of AI in warfare Ethics of Research and Development –Potential uses –Military Funding of AI –Passing of the blame “just doing my job”

Sources “Target Discrimination in Synthetic Aperture Radar (SAR) using Artificial Neural Networks” Jose C. Principe, Munchurl Kim, John W. Fisher III. Computational NeuroEngineering Laboratory. EB-486 Electrical and Computer Engineering Department. University of Florida. Sandia National Laboratories. Jet Propulsion Laboratory: California Institute of Technology. Wageningen University, The Netherlands.