Information Fusion Yu Cai. Research Article “Comparative Analysis of Some Neural Network Architectures for Data Fusion”, Authors: Juan Cires, PA Romo,

Slides:



Advertisements
Similar presentations
A brief review of non-neural-network approaches to deep learning
Advertisements

Neural networks Introduction Fitting neural networks
Fuzzy immune PID neural network control method based on boiler steam pressure system Third pacific-asia conference on circuits,communications and system,
Artificial Intelligence Lecture 2 Dr. Bo Yuan, Professor Department of Computer Science and Engineering Shanghai Jiaotong University
Modular Neural Networks CPSC 533 Franco Lee Ian Ko.
1 Part I Artificial Neural Networks Sofia Nikitaki.
Introduction CS/CMPE 537 – Neural Networks. CS/CMPE Neural Networks (Sp 2004/2005) - Asim LUMS2 Biological Inspiration The brain is a highly.
Prénom Nom Document Analysis: Artificial Neural Networks Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
I welcome you all to this presentation On: Neural Network Applications Systems Engineering Dept. KFUPM Imran Nadeem & Naveed R. Butt &
Fourth International Symposium on Neural Networks (ISNN) June 3-7, 2007, Nanjing, China A Hierarchical Self-organizing Associative Memory for Machine Learning.
Introduction to Neural Network Justin Jansen December 9 th 2002.
Prénom Nom Document Analysis: Artificial Neural Networks Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
Neural Networks Chapter Feed-Forward Neural Networks.
Artificial Neural Networks (ANNs)
SOMTIME: AN ARTIFICIAL NEURAL NETWORK FOR TOPOLOGICAL AND TEMPORAL CORRELATION FOR SPATIOTEMPORAL PATTERN LEARNING.
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks II PROF. DR. YUSUF OYSAL.
Convolutional Neural Networks for Image Processing with Applications in Mobile Robotics By, Sruthi Moola.
Presented by: Kamakhaya Argulewar Guided by: Prof. Shweta V. Jain
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Soft Computing Colloquium 2 Selection of neural network, Hybrid neural networks.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Artificial Neural Network Theory and Application Ashish Venugopal Sriram Gollapalli Ulas Bardak.
Using Neural Networks in Database Mining Tino Jimenez CS157B MW 9-10:15 February 19, 2009.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
Introduction to Neural Networks. Neural Networks in the Brain Human brain “computes” in an entirely different way from conventional digital computers.
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
Explorations in Neural Networks Tianhui Cai Period 3.
11 CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering
Outline What Neural Networks are and why they are desirable Historical background Applications Strengths neural networks and advantages Status N.N and.
Using Neural Networks to Predict Claim Duration in the Presence of Right Censoring and Covariates David Speights Senior Research Statistician HNC Insurance.
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.
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
Artificial Neural Networks An Introduction. What is a Neural Network? A human Brain A porpoise brain The brain in a living creature A computer program.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
CS 478 – Tools for Machine Learning and Data Mining Perceptron.
1 Lecture 6 Neural Network Training. 2 Neural Network Training Network training is basic to establishing the functional relationship between the inputs.
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
Lecture 5 Neural Control
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
Neural Networks 2nd Edition Simon Haykin
Artificial Neural Networks (ANN). Artificial Neural Networks First proposed in 1940s as an attempt to simulate the human brain’s cognitive learning processes.
Perceptrons Michael J. Watts
Robust Localization Kalman Filter & LADAR Scans
Kim HS Introduction considering that the amount of MRI data to analyze in present-day clinical trials is often on the order of hundreds or.
Neural networks (2) Reminder Avoiding overfitting Deep neural network Brief summary of supervised learning methods.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Machine Learning Artificial Neural Networks MPλ ∀ Stergiou Theodoros 1.
Data Mining: Concepts and Techniques1 Prediction Prediction vs. classification Classification predicts categorical class label Prediction predicts continuous-valued.
A Presentation on Adaptive Neuro-Fuzzy Inference System using Particle Swarm Optimization and it’s Application By Sumanta Kundu (En.R.No.
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
Fall 2004 Perceptron CS478 - Machine Learning.
Neural Networks.
Soft Computing Introduction.
A Neural Approach to Blind Motion Deblurring
FUNDAMENTAL CONCEPT OF ARTIFICIAL NETWORKS
Introduction to Neural Networks And Their Applications
Approximate Fully Connected Neural Network Generation
XOR problem Input 2 Input 1
Development of a Large Area Gamma-ray Detector
Ch4: Backpropagation (BP)
ARTIFICIAL NEURAL networks.
ARTIFICIAL NEURAL NETWORK Intramantra Global Solution PVT LTD, Indore
Introduction to Neural Network
Ch4: Backpropagation (BP)
Artificial Neural Network learning
Presentation transcript:

Information Fusion Yu Cai

Research Article “Comparative Analysis of Some Neural Network Architectures for Data Fusion”, Authors: Juan Cires, PA Romo, PJ Zufiria, IEEE International Conference on Neural Networks, 1995

Abstract The various characteristics of fusion algorithms yield different design alternatives for the architecture of the neural network. These alternatives are summarized with comparative results. This paper validate the use of neural network for data fusion and provide a design framework for future work

Introduction A data fusion system combines the information from several sensors, or several sensor information processing modules to reduce the uncertainty of the information or to produce information that is not available from any of the sensors by themselves.

Classification of data fusion By the type of information to be fused –Congruent information data fusion: from same type sensors or a sensor over a period of time –Complementary information data fusion: from different type sensors By the level of abstraction –Like images: signal, pixel, feature or symbolic level –Centralized architecture: low level fusion with low level data input –Distributed architecture: sensor fusion locally, output high level data for further fusion

Classification of data fusion By the interaction of fusion modules –Strongly coupled: modules output depends on each other –Loosely coupled: independent modules with little/no interaction By functional point of view –Positional fusion: the position/state of the observed object. –Identity fusion: the identity of those object.

Neural network An artificial neural network can be defined as a set of processing elements (neurons), a specific topology of weighted interconnection between these elements, and a learning law which updates the connection weights. Neurons provide non-linear input/output transfer functions Neural network topology fit into: a feed forward topology and a recursive topology Learning law includes supervised learning, unsupervised learning and reinforcement learning.

Why neural network for data fusion Adaptive fusion inference: –Neural network can infer the relationship between the fusion output and the multiple inputs Incomplete information generalization –Information is noisy, distorted and incomplete Non-linear filtering of noise Parallel data computing

Neural network for data fusion The architecture of neural network reflects the different characteristics of fusion algorithms, and the types of relations between modules. –Different types of information => different inputs to neural network –Level of data fusion =>where to use neural network –The coupling alternatives => interconnection of the neural networks

Simulation Simulation Environment –Video image sensor: 25*25 pixel –Ultrasound sensor: 32*1 pixel –Objects on table: sphere, block, others Goal: Train neural networks for using sensor data to estimate the object position (center of mass).

Image by sensor

System

Neural network A, B Loosely coupled system C vs. Strongly coupled system D After get A and B, the types of C: –C-NLC: C is a neural network, and output non linear combination of A and B –C-Retrain: the whole system ABC is further retrained –C-Avg: average A and B –C-OLC: get an optimal linear combination of A and B by minimizing the mean squared error –C-N-OLC: compute weights for this linear combination using neural network

Result

Discussion B is better than A because of high resolution of ultrasound than imaging (32*1 vs 25*25) Loosely coupled C is better than strongly coupled D For blocks, all the loosely get similar result; but for sphere, c-retrain is the best.

Result 2

Discussion 2 A and B is not fully trained with high error C-retrain still performs the best.

Conclusion It is possible to perform data fusion with neural network, without knowledge of the characteristic input signal. Neural network perform well in the presence of noise. The result show a modular, loosely coupled architecture perform better than a monolithic, strongly coupled architecture. Within the loosely coupled, C-retrain seems to be the best