MSC projects for for CMSC5720(term1), CMSC5721(term2)

Slides:



Advertisements
Similar presentations
Free-viewpoint Immersive Networked Experience February 2010.
Advertisements

Introduction to Machine Learning BITS C464/BITS F464
Page 1 SIXTH SENSE TECHNOLOGY Presented by: KIRTI AGGARWAL 2K7-MRCE-CS-035.
Overview of Computer Vision CS491E/791E. What is Computer Vision? Deals with the development of the theoretical and algorithmic basis by which useful.
2007Theo Schouten1 Introduction. 2007Theo Schouten2 Human Eye Cones, Rods Reaction time: 0.1 sec (enough for transferring 100 nerve.
MACHINE LEARNING AND ARTIFICIAL NEURAL NETWORKS FOR FACE VERIFICATION
Computer Science AND DOCTORS Jolena Co Truong- 6 th period.
 Introduction  Devices  Technology – Hardware & Software  Architecture  Applications.
FYPs supervised by KH Wong1 FYP projects Supervisor : K.H. Wong See Projects under my webpage or
(CMSC5720-1) MSC projects by Prof K.H. Wong (21 July 2015) (shb907) MSC projects supervised by Prof.
Presentation by: K.G.P.Srikanth. CONTENTS  Introduction  Components  Working  Applications.
GOOGLE GLASS Contents:-  Introduction  Technologies used  How it works?  Advantages  Disadvantages  Future scope  Conclusion.
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
INTRODUCTION Generally, after stroke, patient usually has cerebral cortex functional barrier, for example, the impairment in the following capabilities,
(CMSC5720-1) MSC projects by Prof K.H. Wong (21 July2014) (shb907) MSC projects supervised by Prof.
GENESIS OF VIRTUAL REALITY  The term ‘Virtual reality’ (VR) was initially coined by Jaron Lanier, founder of VPL Research (1989)..
Fundamentals of Information Systems, Sixth Edition1 Natural Language Processing and Voice Recognition Processing that allows the computer to understand.
I Robot.
Jack Chen TJHSST Computer Systems Lab Abstract The purpose of this project is to explore Artificial Intelligence techniques in the board game.
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
Augmented Reality Authorized By: Miss.Trupti Pardeshi. NDMVP, Comp Dept. Augmented Reality 1/ 23.
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
CONTENT FOCUS FOCUS INTRODUCTION INTRODUCTION COMPONENTS COMPONENTS TYPES OF GESTURES TYPES OF GESTURES ADVANTAGES ADVANTAGES CHALLENGES CHALLENGES REFERENCE.
Chapter 1: Image processing and computer vision Introduction
What is Multimedia Anyway? David Millard and Paul Lewis.
SixthSense Technology Visit to download
FYP titles By Prof. KH Wong FYP v6.31.
Face Detection 蔡宇軒.
Virtual Reality - by Arpit Gupta. Introduction  Virtual reality is an artificial environment that is created with software and presented to the user.
Visual Information Processing. Human Perception V.S. Machine Perception  Human perception: pictorial information improvement for human interpretation.
TensorFlow CS 5665 F16 practicum Karun Joseph, A Reference:
Introducing virtual REALITY
Deep Learning: What is it good for? R. Burgmann
To be supervised by Prof. KH Wong
SIXTH SENSE TECHNOLOGY
Applying Deep Neural Network to Enhance EMPI Searching
  A preliminary study: Perceptions of aviation maintenance students related to the use of Augmented Reality maintenance instructions Amadou Anne, Yu Wang.
Introduction Characteristics Advantages Limitations
Principles of Information Systems, Tenth Edition
The design of smart glasses for VR applications The CU-GLASSES
TASK Windita Kusumaningtyas 윈디따 꾸수마닝띠아스
Augmented Reality And Virtual Reality.
What is Augmented Reality?
Augmented Reality By: Erica Baas.
Submitted by imtiaz hussain BBE/785.
- A new medium for social table top gaming? -
Implementing Boosting and Convolutional Neural Networks For Particle Identification (PID) Khalid Teli .
SIXTH SENSE TECHNOLOGY
Techshare Pro | BREAKTHROUGH WEARABLE ASSISTIVE TECHNOLOGY
SPECIALIZED APPLICATION SOFTWARE
Machine Learning Training
AV Autonomous Vehicles.
Play game, pause video, move cursor… with your eyes
What is Pattern Recognition?
To be supervised by Prof. KH Wong
Innovative content & language solutions: Transforming digital.
Graphical User Interface Based Digital Sixth Sense
Chapter 1: Image processing and computer vision Introduction
Introduction to Deep Learning with Keras
MSC projects for for CMSC5720(term1), CMSC5721(term2)
Virtual Reality.
Image processing and computer vision
AI Stick Easy to learn and use, accelerate the industrialization of artificial intelligence, and let the public become an expert in AI.
TECHNOLOGICAL PROGRESS
Integrating Deep Learning with Cyber Forensics
Title of Project Joseph Hallahan Computer Systems Lab
Fundamentals of Information Systems, Sixth Edition
COMPUTER GRAPHICS with OpenGL (3rd Edition) Donald Hearn M
What's New in eCognition 9
THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU
Presentation transcript:

MSC projects for 2017-8 for CMSC5720(term1), CMSC5721(term2) To be supervised by Prof. KH Wong MSC projects for 2017-8 v.7a

MSC-Khw-1701 : Smart wearable glasses development Wearable glasses such as the google glass draw a lot of attention from the public because it provides novel applications to users. For example, it can display texts and information directly to users onto the glasses they are wearing. At CUHK, we designed a novel wearable glass hardware that enlarges the display area and can be built at low cost. The function is more versatile such that one can see through the display so that texts and graphics can be overlaid onto the real scene. This project is to develop software applications such as text recognition, language translation or face recognition applications that can be incorporated into our wearable glass system. The project is suitable for those who are interested in system development and the creation of new products and ideas. We expect the system has high commercial potential and can be turned into a successful commercial product in future. The hardware design of our system can be found at http://www.cse.cuhk.edu.hk/~khwong/proj/msc_khw_1617.pptx MSC projects for 2017-8 v.7a

MSC-khw-1702 : Artificial Neural Network research for 3D computer vision Normally Artificial Neural Networks such as the Convolution or Deep Neural Networks can perform well in object recognition tasks, etc. We suggest we can use the networks for 3D reconstruction of models or camera pose tracking as well. The results can be useful in virtual reality systems and other applications such as automatic driving. Traditionally, a network takes the raw images as the input, our new idea is to feed the 2D feature tracking data to the network rather than the raw images to enable better results. We hope this can also enhance the efficiency of the network in terms of training and recognition. Our approach is not just preparing data for large scale training but rather to investigate ways to redesign a new network architecture for better performances. References are: http://deeplearning.net/tutorial/lenet.html , https://www.tensorflow.org/, http://www.cse.cuhk.edu.hk/~khwong/proj/msc_khw_1718.pptx MSC projects for 2017-8 v.7a

MSC-khw-1703: Health diagnosis by measuring pulses with a Smart-Watch It is believed pulse patterns reflect the health status of a person. Traditional, doctors of Chinese medicine diagnose diseases by measuring patterns of patient’s pulses to find out the problems and cure. It is found that latest Smart-Watches can provide accurate measurements of such pulse data. By analyzing pulses using machine learning and other artificial intelligence techniques, it is hoped that it will provide enough information for accurate disease classification. The student will work on the development of machine algorithms tailored for this application. MSC projects for 2017-8 v.7a

MSC-Khw-1701 : Smart wearable glasses development Wearable glasses such as the google glass draw a lot of attention from the public because it provides novel applications to users. For example, it can display texts and information directly to users onto the glasses they are wearing. At CUHK, we designed a novel wearable glass hardware that enlarges the display area and can be built at low cost. The function is more versatile such that one can see through the display so that texts and graphics can be overlaid onto the real scene. This project is to develop software applications such as text recognition, language translation or face recognition applications that can be incorporated into our wearable glass system. The project is suitable for those who are interested in system development and the creation of new products and ideas. We expect the system has high commercial potential and can be turned into a successful commercial product in future. The hardware design of our system can be found at http://www.cse.cuhk.edu.hk/~khwong/proj/msc_khw_1617.pptx MSC projects for 2017-8 v.7a

MSC-khw-1702 : Artificial Neural Network research for 3D computer vision Normally Artificial Neural Networks such as the Convolution or Deep Neural Networks can perform well in object recognition tasks, etc. We suggest we can use the networks for 3D reconstruction of models or camera pose tracking as well. The results can be useful in virtual reality systems and other applications such as automatic driving. Traditionally, a network takes the raw images as the input, our new idea is to feed the 2D feature tracking data to the network rather than the raw images to enable better results. We hope this can also enhance the efficiency of the network in terms of training and recognition. Our approach is not just preparing data for large scale training but rather to investigate ways to redesign a new network architecture for better performances. References are: http://deeplearning.net/tutorial/lenet.html , https://www.tensorflow.org/, http://www.cse.cuhk.edu.hk/~khwong/proj/msc_khw_1617.pptx MSC projects for 2017-8 v.7a

MSC-khw-1703: Health diagnosis by measuring pulses with Smart-Watch It is believed pulse patterns reflect the health status of a person. Traditional, doctors of Chinese medicine diagnose diseases by measuring patterns of patient’s pulses to find out the problems and cure. It is found that latest Smart-Watches can provide accurate measurements of such pulse data. By analyzing pulses using machine learning and other Artificial Intelligence techniques, it is hoped that it will provide enough information for disease classification. The student will work on the development of machine algorithms tailored for this application. MSC projects for 2017-8 v.7a

The design of smart glasses for VR applications The CU-GLASSES KH Wong MSC projects for 2017-8 v.7a

Introduction Be able to overlay images or text to our normal view Glass frame(no lens) Be able to overlay images or text to our normal view Simple, low cost and easy to build Can duplicate for the 2nd eye See through glass Close up Lens CCD display For text or graphics The CU-GLASSES MSC projects for 2017-8 v.7a

The idea Top down view Eye See through glass CCD display Close up Lens MSC projects for 2017-8 v.7a

Tests Video link https://youtu.be/i2lpo0DHaWA MSC projects for 2017-8 v.7a

Applications Translation Education Real time translate what you see into other languages Education Overlay more information to students when reading books MSC projects for 2017-8 v.7a

MSC projects for 2017-8 v.7a

Extension Add stereo display and cameras Application Gaming Add 3D information to the scene MSC projects for 2017-8 v.7a

End Q&A MSC projects for 2017-8 v.7a