THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU

Slides:



Advertisements
Similar presentations
Overview of Program Features. Progress to Date  Discussed with DSS what they want accomplished  Broke tasks down into phases  Completed phase 1 based.
Advertisements

5/30/2006EE 148, Spring Visual Categorization with Bags of Keypoints Gabriella Csurka Christopher R. Dance Lixin Fan Jutta Willamowski Cedric Bray.
Predicting Matchability - CVPR 2014 Paper -
MACHINE LEARNING AND ARTIFICIAL NEURAL NETWORKS FOR FACE VERIFICATION
© 2013 IBM Corporation Efficient Multi-stage Image Classification for Mobile Sensing in Urban Environments Presented by Shashank Mujumdar IBM Research,
Vision-Based Biometric Authentication System by Padraic o hIarnain Final Year Project Presentation.
What is the Best Multi-Stage Architecture for Object Recognition Kevin Jarrett, Koray Kavukcuoglu, Marc’ Aurelio Ranzato and Yann LeCun Presented by Lingbo.
Walter Hop Web-shop Order Prediction Using Machine Learning Master’s Thesis Computational Economics.
West Virginia University
PSEUDO-RELEVANCE FEEDBACK FOR MULTIMEDIA RETRIEVAL Seo Seok Jun.
APPLICATIONS OF LIGHT FIELDS IN COMPUTER VISION WEEK 2 REU STUDENT: AMARI LEWIS P.H.D STUDENT: AIDEAN SHARGHI.
Prediction of Influencers from Word Use Chan Shing Hei.
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
Gang WangDerek HoiemDavid Forsyth. INTRODUCTION APROACH (implement detail) EXPERIMENTS CONCLUSION.
Classification (slides adapted from Rob Schapire) Eran Segal Weizmann Institute.
Andrew Ng, Director, Stanford Artificial Intelligence Lab
Team Members Ming-Chun Chang Lungisa Matshoba Steven Preston Supervisors Dr James Gain Dr Patrick Marais.
Understanding and Predicting Interestingness of Videos Yu-Gang Jiang, Yanran Wang, Rui Feng, Hanfang Yang, Yingbin Zheng, Xiangyang Xue School of Computer.
COMP24111: Machine Learning Ensemble Models Gavin Brown
1 Andrew Ng, Associate Professor of Computer Science Robots and Brains.
Carl Vondrick, Aditya Khosla, Tomasz Malisiewicz, Antonio Torralba Massachusetts Institute of Technology
Bringing Order to the Web : Automatically Categorizing Search Results Advisor : Dr. Hsu Graduate : Keng-Wei Chang Author : Hao Chen Susan Dumais.
1 Andrew Ng, Associate Professor of Computer Science Robots and Brains.
Neural networks (2) Reminder Avoiding overfitting Deep neural network Brief summary of supervised learning methods.
語音訊號處理之初步實驗 NTU Speech Lab 指導教授: 李琳山 助教: 熊信寬
Mustafa Gokce Baydogan, George Runger and Eugene Tuv INFORMS Annual Meeting 2011, Charlotte A Bag-of-Features Framework for Time Series Classification.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Naïve Bayes Classification Recitation, 1/25/07 Jonathan Huang.
National Taiwan Normal A System to Detect Complex Motion of Nearby Vehicles on Freeways C. Y. Fang Department of Information.
Introduction to Machine Learning, its potential usage in network area,
Classify A to Z Problem Statement Technical Approach Results Dataset
Recent developments in object detection
Big data classification using neural network
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Unsupervised Learning of Video Representations using LSTMs
Recognition of bumblebee species by their buzzing sound
Applying Deep Neural Network to Enhance EMPI Searching
Support Vector Machines
Deep Learning Amin Sobhani.
Artificial Intelligence with .NET
11.10 Human Computer Interface
Architecture Concept Documents
Supervised Time Series Pattern Discovery through Local Importance
Estimating Link Signatures with Machine Learning Algorithms
Customer Satisfaction Based on Voice
COMP61011 : Machine Learning Ensemble Models
Recognition using Nearest Neighbor (or kNN)
Deep learning and applications to Natural language processing
Computers Are Your Future
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Cheng-Ming Huang, Wen-Hung Liao Department of Computer Science
Machine Learning Week 1.
Assistive System Progress Report 1
Senior Design Capstone Project I
CellNetQL Image Segmentation without Feature Definition
A Kaggle Project By Ryan Bambrough
The Assistive System Progress Report 2 Shifali Kumar Bishwo Gurung
PROJECTS SUMMARY PRESNETED BY HARISH KUMAR JANUARY 10,2018.
Pattern Recognition & Machine Learning
Ensemble learning.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
A Mobile Application for the Blind and Dyslexic
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Earthen Mounds Recognition Using LiDAR Images
Interactive media.
Presentation By: Eryk Helenowski PURE Mentor: Vincent Bindschaedler
Automatic Handwriting Generation
Week 3 Volodymyr Bobyr.
Machine Learning.
Advisor: Dr.vahidipour Zahra salimian Shaghayegh jalali Dec 2017
Presentation transcript:

THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU SENIOR DESIGN II FINAL PRESENTATION THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU

Project Goal To develop an object recognition system which utilizes audio input and output to assist visually impaired individuals.

Methods Tested Algorithms: SIFT, SURF, HOG Models: Bag of Features Classifiers: SVM, Random Forest

Methods Abandoned SIFT Needs to be built from scratch. No native function. SURF with Bag of Features Very accurate but slow. (~ 2 minutes for 3 categories) Randomforest Easy to tune, requires several trees for more accuracy. 50+ trees for good accuracy but still slow. (~ 2 minutes for 6 categories)

HOG with SVM(~15 classes) Generally, Works in 30 seconds. Fast and fairly accurate. Feature extraction in 10 seconds. Classifier trained in 20 seconds. SVM doesn’t require a large dataset. Doesn’t require too much tuning.

User supervised learning

Text to Speech in Windows

Speech Recognition - Made progress but still requires development. - Researched several sources and methods to find a way incorporate speech to text. - Attained the first few steps which will help us later such as playing an audio file and recording voice input.

Audio Progress 1

Audio Progress 2

Accomplishments Local and global feature extraction of the images. Classifiers built and trained to predict the correct label of the image. Text-to-speech feature added in both Mac OS X and Windows system. Machine learning supervised by the user for better predictions.

Future Plans - Finishing speech-to-text feature and having it work reliably. - Working with classes that result in better time efficiency. - Getting more accurate predictions from images captured by the camera. - Adding more query options along with the corresponding results - Implementing neural network models.

Conclusion We’ve learned a lot about the field of computer vision where none of us have had prior experience in. We observed the performances of various algorithms and classifiers. We learned a lot about supervised machine learning. Speech recognition as a means of communication for the user to interact with the system was a more difficult task than anticipated.

Questions & Concerns are welcome. Thank You! Questions & Concerns are welcome.