MAV Optical Navigation

Slides:



Advertisements
Similar presentations
Face Recognition: A Convolutional Neural Network Approach
Advertisements

1 Image Classification MSc Image Processing Assignment March 2003.
G53MLE | Machine Learning | Dr Guoping Qiu
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
Detecting Faces in Images: A Survey
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
October 28, 2011 Adrian Fletcher (CECS), Jacob Schreiver (ECE), Justin Clark (CECS), & Nathan Armentrout (ECE) Sponsor: Dr. Adrian Lauf 1.
Robust Moving Object Detection & Categorization using self- improving classifiers Omar Javed, Saad Ali & Mubarak Shah.
Lecture 14 – Neural Networks
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks / Fall 2004 Shreekanth Mandayam ECE Department Rowan University.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE /ECE Fall 2008 Shreekanth Mandayam ECE Department Rowan University.
Prénom Nom Document Analysis: Artificial Neural Networks Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE /ECE Fall 2010 Shreekanth Mandayam ECE Department Rowan University.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks / Fall 2004 Shreekanth Mandayam ECE Department Rowan University.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE /ECE Fall 2010 Shreekanth Mandayam ECE Department Rowan University.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks / Spring 2002 Shreekanth Mandayam Robi Polikar ECE Department.
Neural Network Experiencing with different NN libraries By Manoj Katwal.
Optimal Adaptation for Statistical Classifiers Xiao Li.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE /ECE Fall 2006 Shreekanth Mandayam ECE Department Rowan University.
Oral Defense by Sunny Tang 15 Aug 2003
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
© N. Kasabov Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering, MIT Press, 1996 INFO331 Machine learning. Neural networks. Supervised.
Parallel Artificial Neural Networks Ian Wesley-Smith Frameworks Division Center for Computation and Technology Louisiana State University
An Example of Course Project Face Identification.
Artificial Neural Networks An Overview and Analysis.
Appendix B: An Example of Back-propagation algorithm
Update September 14, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Perceptron Networks and Vector Notation n CS/PY 231 Lab Presentation # 3 n January 31, 2005 n Mount Union College.
Linear Discrimination Reading: Chapter 2 of textbook.
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
Update September 21, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Non-Bayes classifiers. Linear discriminants, neural networks.
Neural Network Applications in OCR Daniel Hentschel Robert Johnston Center for Imaging Science Rochester Institute of Technology.
CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 09/18/091 Framework for Unit-testing.
An Artificial Neural Network Approach to Surface Waviness Prediction in Surface Finishing Process by Chi Ngo ECE/ME 539 Class Project.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
Progress Report and Discussion.  Demo and discussion of current features  UI development issues  Further work  Discussion of possible underlying models.
Start with student evals. What function does perceptron #4 represent?
Bab 5 Classification: Alternative Techniques Part 4 Artificial Neural Networks Based Classifer.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Building Smart Java Applications with Neural Networks, Using the Neuroph Framework Zoran Sevarac, Faculty of Organisational Sciences, University of Belgrade.
Fundamental ARTIFICIAL NEURAL NETWORK Session 1st
2. Skin - color filtering.
MAV Optical Navigation
Unsupervised Learning and Autoencoders
MLP Based Feedback System for Gas Valve Control in a Madison Symmetric Torus Andrew Seltzman Dec 14, 2010.
CSSE463: Image Recognition Day 17
MAV Optical Navigation
Training a Neural Network
XOR problem Input 2 Input 1
Prediction of Wine Grade
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
Neural Networks Chapter 5
Chapter 6: Feedforward mapping networks
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 13
MAV Optical Navigation
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 17
David Kauchak CS51A Spring 2019
Week 1 Emily Hand UNR.
MAV Optical Navigation
Coronary Artery Bypass Risk Prediction Using Neural Networks
MAV Optical Navigation
Artificial Neural Networks / Spring 2002
Presentation transcript:

MAV Optical Navigation Update November 2, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout

Agenda Progress Goals Questions

Progress Met with Mike Miller & CVIP Lab students Received three leads David Forsyth: wrote a textbook w/ 3D Recon. Tsai & Shah: updated algorithm vs. Bruss & Horn “Intrinsic images”: no idea what this means yet Further clues to be shared later Began ANN Testing using Haar Features

Machine Learning Progress Downloaded Neuroph Java Neural Network Framework Got Samples Working Trained XOR Gate with Multilayer Perceptron (MLP) Haar Feature Detection Vertical Horizontal Created Simple MLP for Haar Features

Machine Learning Progress Created Simple MLP to distinguish between two different classes using Haar Features 4 sample images 4 Sub regions per image with two classifiers each 11.9756, 25.3708 -21.1232, 52.48 11.5024, 17.7632 -19.352, 25.7808

Machine Learning Progress Test Input Two Classes Class: -1 Class: 1

Machine Learning Progress Test Output Two Classes Class: -0.896 Class: 0.985 Class: -0.896 Class: 0.985

Machine Learning TODO Fix Bug with ROI and Haar Features Improve Haar Feature Speed Create Test for Training with “static” Video Test to determine optimal sub region division Finish Sampler Create Learning Threads Integrate with Lucas Kanade Create Occlusion Recovery Algorithm

Goals Research leads provided by CVIP Lab Documentation: Start SDS Baseline ANN Demo

Questions Do you have any advice on 3D reconstruction?