Playback control using mind

Slides:



Advertisements
Similar presentations
Electrical and Computer Engineering Team14: BMW Brainwave Manipulated Wagon Midway Design Review.
Advertisements

Classification of Sleep EEG Václav Gerla cvut
VTrack: Accurate, Energy-Aware Road Traffic Delay Estimation Using Mobile Phones Arvind Thiagarajan, Lenin Ravindranath, Katrina LaCurts, Sivan Toledo,
Abstract Overview Analog Circuit EEG signals have magnitude in the microvolt range. A much larger voltage magnitude is needed to detect changes in the.
LYU0103 Speech Recognition Techniques for Digital Video Library Supervisor : Prof Michael R. Lyu Students: Gao Zheng Hong Lei Mo.
1 Affective Learning with an EEG Approach Xiaowei Li School of Information Science and Engineering, Lanzhou University, Lanzhou, China
Two main requirements: 1. Implementation Inspection policies (scheduling algorithms) that will extand the current AutoSched software : Taking to account.
EEG Machine By The All-American Boys Featuring Slo- Mo Motaz Alturayef Shawn Arni Adam Bierman Jon Ohman.
Discussion Section: Review, Viirre Lecture Adrienne Moore
Brainwave Gaming Paras Kaul Brainwave Specialist Brainwave Spaces brainwavespaces.com.
COMSATS Institute of Information Technology,Sahiwal.
Brain Computer Interfaces
Final Presentation James Lin Son Phan Michael Oduselu
Digital to Analogue Conversion Natural signals tend to be analogue Need to convert to digital.
Knowledge Base approach for spoken digit recognition Vijetha Periyavaram.
Electrical and Computer Engineering Team14: BMW Brainwave Manipulated Wagon Comprehensive Design Review.
Your brain is made up of billions of brain cells called neurons, which use electricity to communicate with each other. The combination of millions of neurons.
Da’Janel Roberts Matthew Morgan Jonathan James
Demo. Overview Overall the project has two main goals: 1) Develop a method to use sensor data to determine behavior probability. 2) Use the behavior probability.
Brain-Computer-Interface for Stress Detection Hassan Farooq, Ilona Wong Supervisor: Steve Mann Administrator: Cristiana Amza Section 8 Collecting Brainwave.
Mind Control – Array (Final Presentation) Trenton Dunn, David Moreland, David Moreland, Sabrina Vellino Sabrina Vellino April 23, 2002.
EEG Biofeedback Neurofeedback. Brain Wave Activity  Delta – sleep state (1-3 Hz)  Theta – between sleep and awake (4-7 Hz)  Alpha – relaxed state (8-12.
Biofeedback and Stress Management BME 402 Spring 2004.
MULTIMEDIA INPUT / OUTPUT TECHNOLOGIES INTRODUCTION 6/1/ A.Aruna, Assistant Professor, Faculty of Information Technology.
Gary O’ Donoghue Electronic & Computer Engineering, National University of Ireland, Galway Final Year Project A small number of consumer electronics.
Electromyography (EMG)
SLEEP AND DREAMS… Chapter 5 Huffman/Ch 6 Nairne States of Consciousness.
Research and Transcendental Meditation practice Fred Travis, PhD Director, Center for Brain, Consciousness and Cognition Maharishi University of Management.
 Project overview  Block diagram  Design challenges  Individual contributions  Project demonstration  Questions / discussion.
Definition from the Association for Applied Psychophysiology and Biofeedback “ Neurofeedback teaches the ability to modify brainwave activity. It is a.
1 Introduction to Self Hypnosis Workshop Mike Bryant LSE Counselling Service.
C - IT Acumens. COMIT Acumens. COM. To demonstrate the use of Neural Networks in the field of Character and Pattern Recognition by simulating a neural.
Abstract Automatic detection of sleep state is an important queue in accurate detection of sleep conditions. The analysis of EEGs is a difficult time-consuming.
MIND CONTROLLED ROBOT BY ADITHYA KUMAR EIGHTH GRADE.
Electroencephalogram (EEG) Salahaddin University-Erbil College of Science, Physics Dept., Medical Branch, 3rd Stage MSc Abdulrahman MSc Hemn BSc Karzan.
SLEEP AND DREAMS… Consciousness: an organism’s subjective awareness of internal and external events in its environment Attention: internal processes.
Computer Architecture and Networks Lab. 컴퓨터 구조 및 네트워크 연구실 EEG Oscillations and Wavelet Analysis 이 윤 섭이 윤 섭.
EEG Biofeedback Improving Treatment Effectiveness.
ADDICTION AVOIDER USING MICRO CONTROLLER
Introduction to Self Hypnosis Workshop
Correspondence between Brain Waves and Human Trust using EEG in Autonomous System Seeung Oh.
SCHEMATIC DIAGRAM OF AN EEG MACHINE
This presentation is made for free educational purposes.
Deep Blue Brain Drone Introduction Brain Drone Components Purpose
Brain operated wheelchair
Making Waves With Your Brain!!!!
When to engage in interaction – and how
Major Project Presentation Phase - I
Nick Hauenstein Signals, Intelligence, and Intelligent Actions
technical presentation barbara compagnoni | fall 2014
Research and Transcendental Meditation practice
INITIAL GOAL: Detecting personality based on interaction with Alexa
Continuous - Discrete Sampling Demo (CON2DIS) team
Robert A. Monroe and the Emergence of Higher Consciousness
Mind Control of Systems
TRENDS IN CNS DEVELOPMENT
Home Automation Enhancement with EEG Based Headset (Orpheus)
Unified Modeling Language
Ultradian Rhythm STAGES OF SLEEP: Link to Spec 4.2.2
Command Me Specification
Sleep stages Awake Stage 1 Stage 2 Stage 3 Stage 4
DIY Brainwave Monitoring
Input-Output-Process Demo
Uses of filters To remove unwanted components in a signal
Presented by James Phillips
TOPIC 3 Brain Dr. Yasmin Ahmad UUW322- KEMAHIRAN BERFIKIR
ECE Computer Engineering Design Project
Name of Research Program: TRUST, SPRING 2011
Playback control using mind
P19045 Essential Tremor Test Rig II Final Review April 7th, 2019
Presentation transcript:

Playback control using mind

Mind wave controller MindWave Mobile safely measures and outputs the EEG power spectrums Output Spectrums are : Alpha Beta Gamma Delta Theta These signals capture present state of mind.

Project model GUI Mind Wave Headset Input Processor SIS SERVER

Control flow Video Play/ Pause Processing.java Raw Data Mindwave.java Bluetooth Information Processed Information

Processing data Raw Data is categorized into : Attention Event Meditation Event Blink Event Poor Signal Event By assigning a threshold limit given to the Attention Event we can decide if a person is paying attention or not. This information can be used to play/pause the video. This method can be ineffective.

Applying ML Categorize Data Send Output Train Data Collect Data Video Raw Data Mindwave.java Processed Information

Processing Data Raw data is continuously collected This model is then trained to identify the different possible signals The relationship between the data and the type of signals are established Using Weka Workbench as tool for applying Machine Learning Algorithm With enough training data, will be able to accurately distinguish different signals Can avoid false positives and improve accuracy of judgement

LIMITATIONS OF MINDWAVE SENSOR Lot of noise in data Unreliable connection.

SIGNALS Gamma Waves :- Beta Waves :- Reflects Consciousness Frequency is 31Hz and higher Beta Waves :- Frequency range is 12 – 30 Hz Associated with focused Concentration Eg. Solving a math task Beta Waves and Gamma Waves together are associated with attention, recognition and perception.

signals Alpha Waves :- Delta Waves :- Frequency range is 3.5 – 7.5 Hz Linked with inefficiency and Day Dreaming Represent the fine line between being Awake and Asleep Arises from emotional stress, frustration and disappointments Delta Waves :- Frequency is between 0.5 – 3.5 Hz Slowest wave form and occur in sleeping state.

environment Visual Studio Think Gear Connector

Current implementation Video Receive Data 2 4 Simulator Mindwave.cs 1 Process Data 3

Current implementation Input Simulation Values Read the data and categorize them Process the information Send output signal

Component diagram 5 1 Simulation data Index Cell Video Player Index Cell 4 2 3 Mindwave Data Parsing Index Cell Mindwave Data Processing Index Cell

Component Diagram 1 Sample Simulation Data from user Parse Simulated Data Process Data Pass Play/Pause Control to Output Final Information to the User 2 3 4 5

Sequence diagram USER SIMULATOR PARSER PROCESS OUTPUT Add Data Parse Data Process Data Play/Pause Success Output to User

demo https://youtu.be/tzTQy0rsh70

Future Applications GAMES MEDICAL

references http://support.neurosky.com/kb/science/how-are-brainwaves-read-and- converted-in-to-energy Classification of EEG Signals in a BrainComputer Interface System by Erik Andreas Larsen