SlideShare uma empresa Scribd logo
1 de 39
Baixar para ler offline
Brain Computer Interface
By
Mohammed AbdelAal
Definition
A Brain-Computer Interface (BCI) is a
communication system that does not require
any peripheral muscular activity. BCI systems
enable a subject to send commands to an
electronic device only by means of brain
activity. Such interfaces can be considered as
being the only way of communication for
people affected by a number of motor
disabilities.
Applications
● Communication
– Spelling Programs
● Motor Restoration
– Controlling Robot Arm
● Environment Control
– Controlling TV
– Controlling OS
● Locomotion
– Wheel Chair
● Entertainment
– Play Games
● Neuromarketing
– Emotion Recognition
Wheel Chair
Controlling Robot Arm
Spelling Programs
Entertainment
Neuromarketing
BCI Stages
● Signal acquisition: capture the brain signals and may
also perform noise reduction and artifact processing.
● Preprocessing: prepare the signals in a suitable form
for further processing.
● Feature extraction: map the brain signals onto a vector
containing effective and discriminant features.
● Classification: classify the signals taking the feature
vectors into account, and decipher the user’s intentions.
● Application interface: translate the classified signals
into meaningful commands for any connected device.
BCI Stages
Brain Anatomy and Functions
● Every part of the brain do a specific function
Signal Acquisition Stage
● Electrophysiological (direct): it is generated by electro-
chemical transmitters exchanging information between
the neurons. The neurons generate ionic currents which
flow within and across neuronal assemblies.
● Hemodynamic (Indirect): the blood releases glucose to
active neurons at a greater rate than in the area of
inactive neurons.
Electrophysiological
● Invasive: intracranial microarrays are implanted in the
gray mater, that involves significant health risks.
● Partially-invasive: micro-electrods are implanted inside
the skull but rest outside the brain rather than within the
grey matter. They produce better resolution signals than
non-invasive BCIs and have a lower risks than fully
invasive BCIs.
● Non-invasive: signals are captured by external devices
(eg. Placing electrodes on surface of scalp), so there are
no risks in this methods but it produce poor resolution
signals.
1- Electroencephalography (EEG)
EEG is a non-invasive technique that records electrical
activity along the scalp. EEG measures voltage fluctuations
resulting from ionic current flows within the neurons of the
brain.
● Advantages:
– Non-invasive
– Lower costs
– Portable
– High temporal resolution
● Disadvantages:
– Low spatial resolution
– High noise ratio
2- Magnetoencephalography (MEG)
MEG is a non-invasive imaging technique that registers the
brain’s magnetic activity by means of magnetic induction.
● Advantages:
– Non-invasive
– Better spatial resolution (vs
EEG)
– Lower noise ratio (vs EEG)
● Disadvantages:
– Too expensive
– Non-portable (too bulky)
3- Electrocorticography (ECoG)
ECoG is a technique that measures electrical activity in
the cerebral cortex by means of electrodes placed directly
on the surface of the brain.
● Advantages:
– Higher temporal and
spatial resolution
– Higher amplitudes
– Lower noise ratio
● Disadvantages:
– Invasive
4- Intracortical Neuron Recording
Intracortical neuron recording is a neuroimaging technique
that measures electrical activity inside the gray matter of
the brain.
● Advantages:
– Higher temporal and spatial resolution
● Disadvantages:
– Invasive
– Signal quality may be affected by the reaction of cerebral
tissue to the implanted recording micro-electrode and by
changes in the sensitivity of the micro-electrode.
– Periodic re calibrations of electrode sensitivity may be
necessary.
5- Functional Magnetic Resonance Imaging (fMRI)
fMRI is a non-invasive neuroimaging technique which
detects changes in local cerebral blood volume, cerebral
blood flow and oxygenation levels during neural activation
by means of electromagnetic fields.
● Advantages:
– Non-invasive
– High spatial resolution
● Disadvantages:
– Too expensive
– Non-portable (too bulky)
– Low time resolution
6- Near Infrared Spectroscopy (NIRS)
NIRS is an optical spectroscopy method that employs
infrared light to characterize non-invasively acquired
fluctuations in cerebral metabolism during neural activity.
● Advantages:
– Non-invasive
– portable
– Low cost
● Disadvantages:
– Low time resolution
– Low spatial resolution
Summary of neuroimaging methods
Neuroimaging
method
Activity
measured
Direct/
Indirect
Measurement
Temporal
resolution
Spatial resolution Risk Portability
EEG Electrical Direct ~0.05 s ~10 mm Non-invasive Portable
MEG Magnetic Direct ~0.05 s ~5 mm Non-invasive Non-portable
ECoG Electrical Direct ~0.003 s ~1 mm Invasive Portable
Intracortical
neuron
recording
Electrical Direct ~0.003 s
~0.5 mm (LFP)
~0.1 mm (MUA)
~0.05 mm (SUA)
Invasive Portable
fMRI Metabolic Indirect ~1 s ~1 mm Non-invasive Non-portable
NIRS Metabolic Indirect ~1 s ~5 mm Non-invasive Portable
EEG: 10-20 System
EEG signals are easily recorded in a non-invasive manner through
electrodes placed on the scalp, for which that reason it is by far the
most widespread recording modality. The electrodes placed over the
scalp are commonly based on the International 10–20 system, which
has been standardized by the American EEG Society.
EEG signals
EEG raw data
EEG rhythmic activity frequency bands
Band Frequency Normally
Delta (δ) up to 4 Hz babies, and adults in deep sleep state
Theta (θ) 4 – 7 Hz children, and adults in drowsy, meditative
or sleep states
Alpha (α) 8 – 12 Hz closing the eyes and the body is relaxed
Beta (β) 12 – 30 Hz thinking and concentration with no motor
activity
Gamma (γ) 30 – 100 Hz - maximal muscle contraction
- perception of both visual and auditory
stimuli
- affected by artifacts such as EMG or
EOG
Mu (μ) 7 – 13 Hz the body is physically at rest
Artifacts in BCIs
● Physiological artifacts are usually due to muscular,
ocular and heart activity, known as electromyography
(EMG), electrooculography (EOG), and
electrocardiography (ECG) artifacts respectively.
● Technical artifacts are mainly attributed to power-line
noises or changes in electrode impedances, which can
usually be avoided by proper filtering or shielding.
Preprocessing Stage
Data from brain signals can be quite high-
dimensional, and potentially full of artifacts. So,
the aim of this stage is to enhance the quality
of the recorded brain signal and to prepare it
for further processing stages.
Features Extraction Stage
The aim of this stage is to identify and
generate a set of representative features which
target specific aspects of brain activity.
Features Extraction Stage (Challenges)
● Noise and outliers: BCI features are noisy or contain outliers
because EEG signals have a poor signal-to-noise ratio.
● High dimensionality: In BCI systems, feature vectors are
often of high dimensionality.
● Time information: BCI features should contain time
information as brain activity patterns are generally related to
specific time variations of EEG.
● Non-stationarity: BCI features are non-stationary since EEG
signals may rapidly vary over time and more especially over
sessions.
● Small training sets: The training sets are relatively small,
since the training process is time consuming and demanding
for the subjects.
Features Extraction Stage (Methods)
● Principal Component Analysis (PCA)
● Independent Component Analysis (ICA)
● Recursive Feature Elimination (RFE)
● Auto-Regressive Components (AR)
● Matched Filtering (MF)
● Wavelet Transform (WT)
● Common Spatial Pattern (CSP)
Classification Stage
The aim of the classification step in a BCI
system is recognition of a user’s intentions on
the basis of a feature vector that characterizes
the brain activity provided by the feature step.
Classification Stage (Methods)
● Support Vector Machine (SVM)
● Linear Discriminant Analysis (LDA)
● Artificial Neural Network (ANN)
● K-Nearest Neighbor (k-NN)
● Hidden Markov Models (HMM)
● Bayesian Statistical
● Combinations of classifiers
– Boosting
– Voting
– Stacking
Types of BCIs
According to the nature of the signals used as input:
● Exogenous BCI: uses the neuron activity elicited in the
brain by an external stimulus such as visually or auditory
evoked potentials.
● Endogenous BCI: user can operate the BCI at free will
(like moving a cursor to any point in a two-dimensional
space)
Types of BCIs
According to the input data processing modality:
● Synchronous BCI: analyze brain signals during
predefined time windows, and any brain signal outside
the predefined window is ignored.
● Asynchronous BCI: continuously analyze brain signals
no matter when the user acts.
Types of BCIs
According to the analysis time:
● Offline analysis: brain signals are acquired then
analyzed in later time.
● Online analysis: EEG device is connected to BCI
system directly, and brain signals are acquired and
analyzed in the same time.
Datasets on the Internet
● BCI Competitions: II (2003), III (2004), and IV (2008)
● Multimedia Signal Processing Group (MMSPG)
● Neurotycho.org: a project that aims to share neural data
● Statistical Parametric Mapping (SPM): software for the
analysis of brain imaging data sequences
● LINI: share experimental data recorded and used by the
neuroimaging laboratory of UAM
● DEAP dataset: emotion recognition
● MAHNOB HCI Tagging Database: emotion & media tagging
● PhysioNet.org: EEG motor movement/imagery dataset
● Project BCI - EEG motor activity data set
BCI tools and frameworks
● EEGLAB: MATLAB toolbox
● BCILAB: MATLAB toolbox and EEGLAB plugin
● BioSig: open source software library for biomedical signal
processing (C++, Octave and MATLAB)
● BCI2000: general-purpose system for BCI research
● OpenViBE: software platform dedicated to designing,
testing and using BCI
● xBCI: platform for building an online BCI system
Commercial BCI systems
● Imec EEG
Handset
● Neurosky
Mindwave
headset
● Emotive EPOC
headset
Challenges to employing BCI control for
real-world tasks
● The information transfer rate provided by BCIs is too low for
natural interactive conversation, even for experienced subjects and
well-tuned BCI systems
● The high error rate further complicates the interaction
● BCI systems cannot be used autonomously by disabled people,
because BCI systems require assistants to apply electrodes or
signal-receiving devices before the disabled person can
communicate
● A BCI user may be able to turn the BCI system off by means of
brain activity as input, but usually cannot turn it back on again,
which is termed the “Midas touch” problem
● Handling BCI applications demands a high cognitive load that can
usually be achieved by users in quiet laboratory environment, but
not in the real world
References
● Luis Fernando Nicolas-Alonso and Jaime Gomez-Gil:
"Brain Computer Interfaces, a Review," Sensors, vol. 12,
no. 2, pp. 1211-1279, 2012.
● Fabien Lotte; M Congedo; A Lécuyer; F Lamarche and B
Arnaldi: "A Review of Classification Algorithms for EEG-
based Brain-Computer Interfaces," Journal of Neural
Engineering, vol. 4, no. 2, 2007.

Mais conteúdo relacionado

Mais procurados

Final thesis presentation on bci
Final thesis presentation on bciFinal thesis presentation on bci
Final thesis presentation on bciRedwan Islam
 
Brain computer interfaces
Brain computer interfacesBrain computer interfaces
Brain computer interfacespavanireddy86
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interfaceKomal Maloo
 
Brain Computer Interface.ppt
Brain Computer Interface.pptBrain Computer Interface.ppt
Brain Computer Interface.pptAmal Sanjay
 
EEG Artifact and How to Resolve
EEG Artifact and How to ResolveEEG Artifact and How to Resolve
EEG Artifact and How to ResolveLalit Bansal
 
BRAIN COMPUTER INTERFACE (BCI)
BRAIN COMPUTER INTERFACE (BCI)BRAIN COMPUTER INTERFACE (BCI)
BRAIN COMPUTER INTERFACE (BCI)Ayush Sharma
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interfaceNeurologyKota
 
BRAIN COMPUTER INTERFACE(BCI)
BRAIN COMPUTER INTERFACE(BCI)BRAIN COMPUTER INTERFACE(BCI)
BRAIN COMPUTER INTERFACE(BCI)josnapv
 
how brain computer interface works
how brain computer interface workshow brain computer interface works
how brain computer interface worksguest0cc23a8
 
Brain Machine Interface
Brain Machine InterfaceBrain Machine Interface
Brain Machine InterfaceRehan Fazal
 
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg WaveformWavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg Waveformshan pri
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interfacerahulnale175
 
BCI(Brain Computer Interface) project
BCI(Brain Computer Interface) projectBCI(Brain Computer Interface) project
BCI(Brain Computer Interface) projectNilay Patel
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interfacekvinitha
 

Mais procurados (20)

Final thesis presentation on bci
Final thesis presentation on bciFinal thesis presentation on bci
Final thesis presentation on bci
 
Brain computer interfaces
Brain computer interfacesBrain computer interfaces
Brain computer interfaces
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 
Brain Computer Interface.ppt
Brain Computer Interface.pptBrain Computer Interface.ppt
Brain Computer Interface.ppt
 
Brain computer Interface
Brain computer InterfaceBrain computer Interface
Brain computer Interface
 
EEG Artifact and How to Resolve
EEG Artifact and How to ResolveEEG Artifact and How to Resolve
EEG Artifact and How to Resolve
 
BRAIN COMPUTER INTERFACE (BCI)
BRAIN COMPUTER INTERFACE (BCI)BRAIN COMPUTER INTERFACE (BCI)
BRAIN COMPUTER INTERFACE (BCI)
 
Brain Computer Interface
Brain Computer InterfaceBrain Computer Interface
Brain Computer Interface
 
Brain Computer Interface PPT
Brain Computer Interface PPTBrain Computer Interface PPT
Brain Computer Interface PPT
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 
Brain Computer Interface-Webinar
Brain Computer Interface-WebinarBrain Computer Interface-Webinar
Brain Computer Interface-Webinar
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 
BRAIN COMPUTER INTERFACE(BCI)
BRAIN COMPUTER INTERFACE(BCI)BRAIN COMPUTER INTERFACE(BCI)
BRAIN COMPUTER INTERFACE(BCI)
 
Basics of eeg signal
Basics of eeg signalBasics of eeg signal
Basics of eeg signal
 
how brain computer interface works
how brain computer interface workshow brain computer interface works
how brain computer interface works
 
Brain Machine Interface
Brain Machine InterfaceBrain Machine Interface
Brain Machine Interface
 
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg WaveformWavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 
BCI(Brain Computer Interface) project
BCI(Brain Computer Interface) projectBCI(Brain Computer Interface) project
BCI(Brain Computer Interface) project
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 

Destaque

Make Me Think. A Brief Introduction to BCI.
Make Me Think. A Brief Introduction to BCI.Make Me Think. A Brief Introduction to BCI.
Make Me Think. A Brief Introduction to BCI.Nikita Lukianets
 
Brain Computer Interface (BCI) - seminar PPT
Brain Computer Interface (BCI) -  seminar PPTBrain Computer Interface (BCI) -  seminar PPT
Brain Computer Interface (BCI) - seminar PPTSHAMJITH KM
 
Brain Computer Interface ppt
Brain Computer Interface pptBrain Computer Interface ppt
Brain Computer Interface pptAjay George
 
Brain Computer Interface (BCI) -- Control Things with your Mind
Brain Computer Interface (BCI) -- Control Things with your MindBrain Computer Interface (BCI) -- Control Things with your Mind
Brain Computer Interface (BCI) -- Control Things with your MindExtentia Information Technology
 
asjadpresentation
asjadpresentationasjadpresentation
asjadpresentationAsjad K.
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interfacemrudu5
 
Towards second generation expert systems in telepathology for aid in diagnosis
Towards second generation expert systems in telepathology for aid in diagnosisTowards second generation expert systems in telepathology for aid in diagnosis
Towards second generation expert systems in telepathology for aid in diagnosisTouradj Ebrahimi
 
Brain gate technology
Brain gate technologyBrain gate technology
Brain gate technologysweeti sah
 
medical application of emf
medical application of emfmedical application of emf
medical application of emfjaya surya
 
Brain-Computer Interfaces
Brain-Computer InterfacesBrain-Computer Interfaces
Brain-Computer Interfacesguest9006ab
 
Introduction to BCI
Introduction to BCIIntroduction to BCI
Introduction to BCITing-Shuo Yo
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interfaceRahul Baghla
 
Brain Computer Interface (Bci)
Brain Computer Interface (Bci)Brain Computer Interface (Bci)
Brain Computer Interface (Bci)PavanKumar dhruv
 
Predictive Analytics/Data Mining – как извлечь максимум из корпоративных дан...
Predictive Analytics/Data Mining –  как извлечь максимум из корпоративных дан...Predictive Analytics/Data Mining –  как извлечь максимум из корпоративных дан...
Predictive Analytics/Data Mining – как извлечь максимум из корпоративных дан...zolik
 

Destaque (20)

Make Me Think. A Brief Introduction to BCI.
Make Me Think. A Brief Introduction to BCI.Make Me Think. A Brief Introduction to BCI.
Make Me Think. A Brief Introduction to BCI.
 
Brain Computer Interface (BCI) - seminar PPT
Brain Computer Interface (BCI) -  seminar PPTBrain Computer Interface (BCI) -  seminar PPT
Brain Computer Interface (BCI) - seminar PPT
 
Brain Computer Interface ppt
Brain Computer Interface pptBrain Computer Interface ppt
Brain Computer Interface ppt
 
Brain Computer Interface (BCI) -- Control Things with your Mind
Brain Computer Interface (BCI) -- Control Things with your MindBrain Computer Interface (BCI) -- Control Things with your Mind
Brain Computer Interface (BCI) -- Control Things with your Mind
 
asjadpresentation
asjadpresentationasjadpresentation
asjadpresentation
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 
Hs2014 bci mi
Hs2014 bci miHs2014 bci mi
Hs2014 bci mi
 
Brain gate ppt1
Brain gate ppt1Brain gate ppt1
Brain gate ppt1
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
Towards second generation expert systems in telepathology for aid in diagnosis
Towards second generation expert systems in telepathology for aid in diagnosisTowards second generation expert systems in telepathology for aid in diagnosis
Towards second generation expert systems in telepathology for aid in diagnosis
 
BCI
BCIBCI
BCI
 
Bci report
Bci reportBci report
Bci report
 
Brain gate technology
Brain gate technologyBrain gate technology
Brain gate technology
 
medical application of emf
medical application of emfmedical application of emf
medical application of emf
 
Bci report
Bci reportBci report
Bci report
 
Brain-Computer Interfaces
Brain-Computer InterfacesBrain-Computer Interfaces
Brain-Computer Interfaces
 
Introduction to BCI
Introduction to BCIIntroduction to BCI
Introduction to BCI
 
Brain computer interface
Brain computer interfaceBrain computer interface
Brain computer interface
 
Brain Computer Interface (Bci)
Brain Computer Interface (Bci)Brain Computer Interface (Bci)
Brain Computer Interface (Bci)
 
Predictive Analytics/Data Mining – как извлечь максимум из корпоративных дан...
Predictive Analytics/Data Mining –  как извлечь максимум из корпоративных дан...Predictive Analytics/Data Mining –  как извлечь максимум из корпоративных дан...
Predictive Analytics/Data Mining – как извлечь максимум из корпоративных дан...
 

Semelhante a Inroduction to BCI

Brain computer interface based
Brain computer interface basedBrain computer interface based
Brain computer interface basedMohammed Saeed
 
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEOBCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEOHarathi Devi Nalla
 
Basics of Brain-Computer Interface
Basics of Brain-Computer InterfaceBasics of Brain-Computer Interface
Basics of Brain-Computer InterfaceIsuru Jayarathne
 
Brain Computer Interface
Brain Computer InterfaceBrain Computer Interface
Brain Computer InterfaceSubham Kundu
 
Denoising Techniques for EEG Signals: A Review
Denoising Techniques for EEG Signals: A ReviewDenoising Techniques for EEG Signals: A Review
Denoising Techniques for EEG Signals: A ReviewIRJET Journal
 
RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES
RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES
RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES Touradj Ebrahimi
 
Interface neuronale directe
Interface neuronale directeInterface neuronale directe
Interface neuronale directeanisha potti
 
Brain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headsetBrain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headsetTELKOMNIKA JOURNAL
 
IRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET Journal
 
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...Hebin Raj
 
Automated_EEG_artifact_elimination_by_applying_mac.pdf
Automated_EEG_artifact_elimination_by_applying_mac.pdfAutomated_EEG_artifact_elimination_by_applying_mac.pdf
Automated_EEG_artifact_elimination_by_applying_mac.pdfmurali926139
 
Bci controlled calls
Bci controlled callsBci controlled calls
Bci controlled callsTejash Popate
 
IRJET- Survey on Home Automation System using Brain Computer Interface Pa...
IRJET-  	  Survey on Home Automation System using Brain Computer Interface Pa...IRJET-  	  Survey on Home Automation System using Brain Computer Interface Pa...
IRJET- Survey on Home Automation System using Brain Computer Interface Pa...IRJET Journal
 
IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...
IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...
IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...IRJET Journal
 
Technology Development for Unblessed people using BCI: A Survey
Technology Development for Unblessed people using BCI: A SurveyTechnology Development for Unblessed people using BCI: A Survey
Technology Development for Unblessed people using BCI: A SurveyMandeep Kaur
 

Semelhante a Inroduction to BCI (20)

Brain computer interface based
Brain computer interface basedBrain computer interface based
Brain computer interface based
 
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEOBCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
 
BRAIN GATE
BRAIN GATEBRAIN GATE
BRAIN GATE
 
Basics of Brain-Computer Interface
Basics of Brain-Computer InterfaceBasics of Brain-Computer Interface
Basics of Brain-Computer Interface
 
brain.ppts
brain.pptsbrain.ppts
brain.ppts
 
BRAINWAVE TECHNOLOGY
BRAINWAVE TECHNOLOGYBRAINWAVE TECHNOLOGY
BRAINWAVE TECHNOLOGY
 
Brain Computer Interface
Brain Computer InterfaceBrain Computer Interface
Brain Computer Interface
 
Brain access
Brain accessBrain access
Brain access
 
Denoising Techniques for EEG Signals: A Review
Denoising Techniques for EEG Signals: A ReviewDenoising Techniques for EEG Signals: A Review
Denoising Techniques for EEG Signals: A Review
 
RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES
RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES
RECENT ADVANCES IN BRAIN-COMPUTER INTERFACES
 
Interface neuronale directe
Interface neuronale directeInterface neuronale directe
Interface neuronale directe
 
Brain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headsetBrain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headset
 
Seminar
SeminarSeminar
Seminar
 
IRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A Survey
 
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
 
Automated_EEG_artifact_elimination_by_applying_mac.pdf
Automated_EEG_artifact_elimination_by_applying_mac.pdfAutomated_EEG_artifact_elimination_by_applying_mac.pdf
Automated_EEG_artifact_elimination_by_applying_mac.pdf
 
Bci controlled calls
Bci controlled callsBci controlled calls
Bci controlled calls
 
IRJET- Survey on Home Automation System using Brain Computer Interface Pa...
IRJET-  	  Survey on Home Automation System using Brain Computer Interface Pa...IRJET-  	  Survey on Home Automation System using Brain Computer Interface Pa...
IRJET- Survey on Home Automation System using Brain Computer Interface Pa...
 
IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...
IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...
IRJET- Fundamental of Electroencephalogram (EEG) Review for Brain-Computer In...
 
Technology Development for Unblessed people using BCI: A Survey
Technology Development for Unblessed people using BCI: A SurveyTechnology Development for Unblessed people using BCI: A Survey
Technology Development for Unblessed people using BCI: A Survey
 

Último

Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfAnubhavMangla3
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Skynet Technologies
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data SciencePaolo Missier
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdfMuhammad Subhan
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxFIDO Alliance
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptxFIDO Alliance
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...ScyllaDB
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsLeah Henrickson
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfdanishmna97
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024Stephen Perrenod
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfalexjohnson7307
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxFIDO Alliance
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligenceRevolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligencePrecisely
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftshyamraj55
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewDianaGray10
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Hiroshi SHIBATA
 

Último (20)

Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligenceRevolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoft
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 

Inroduction to BCI

  • 2. Definition A Brain-Computer Interface (BCI) is a communication system that does not require any peripheral muscular activity. BCI systems enable a subject to send commands to an electronic device only by means of brain activity. Such interfaces can be considered as being the only way of communication for people affected by a number of motor disabilities.
  • 3. Applications ● Communication – Spelling Programs ● Motor Restoration – Controlling Robot Arm ● Environment Control – Controlling TV – Controlling OS ● Locomotion – Wheel Chair ● Entertainment – Play Games ● Neuromarketing – Emotion Recognition
  • 9. BCI Stages ● Signal acquisition: capture the brain signals and may also perform noise reduction and artifact processing. ● Preprocessing: prepare the signals in a suitable form for further processing. ● Feature extraction: map the brain signals onto a vector containing effective and discriminant features. ● Classification: classify the signals taking the feature vectors into account, and decipher the user’s intentions. ● Application interface: translate the classified signals into meaningful commands for any connected device.
  • 11. Brain Anatomy and Functions ● Every part of the brain do a specific function
  • 12. Signal Acquisition Stage ● Electrophysiological (direct): it is generated by electro- chemical transmitters exchanging information between the neurons. The neurons generate ionic currents which flow within and across neuronal assemblies. ● Hemodynamic (Indirect): the blood releases glucose to active neurons at a greater rate than in the area of inactive neurons.
  • 13. Electrophysiological ● Invasive: intracranial microarrays are implanted in the gray mater, that involves significant health risks. ● Partially-invasive: micro-electrods are implanted inside the skull but rest outside the brain rather than within the grey matter. They produce better resolution signals than non-invasive BCIs and have a lower risks than fully invasive BCIs. ● Non-invasive: signals are captured by external devices (eg. Placing electrodes on surface of scalp), so there are no risks in this methods but it produce poor resolution signals.
  • 14. 1- Electroencephalography (EEG) EEG is a non-invasive technique that records electrical activity along the scalp. EEG measures voltage fluctuations resulting from ionic current flows within the neurons of the brain. ● Advantages: – Non-invasive – Lower costs – Portable – High temporal resolution ● Disadvantages: – Low spatial resolution – High noise ratio
  • 15. 2- Magnetoencephalography (MEG) MEG is a non-invasive imaging technique that registers the brain’s magnetic activity by means of magnetic induction. ● Advantages: – Non-invasive – Better spatial resolution (vs EEG) – Lower noise ratio (vs EEG) ● Disadvantages: – Too expensive – Non-portable (too bulky)
  • 16. 3- Electrocorticography (ECoG) ECoG is a technique that measures electrical activity in the cerebral cortex by means of electrodes placed directly on the surface of the brain. ● Advantages: – Higher temporal and spatial resolution – Higher amplitudes – Lower noise ratio ● Disadvantages: – Invasive
  • 17. 4- Intracortical Neuron Recording Intracortical neuron recording is a neuroimaging technique that measures electrical activity inside the gray matter of the brain. ● Advantages: – Higher temporal and spatial resolution ● Disadvantages: – Invasive – Signal quality may be affected by the reaction of cerebral tissue to the implanted recording micro-electrode and by changes in the sensitivity of the micro-electrode. – Periodic re calibrations of electrode sensitivity may be necessary.
  • 18. 5- Functional Magnetic Resonance Imaging (fMRI) fMRI is a non-invasive neuroimaging technique which detects changes in local cerebral blood volume, cerebral blood flow and oxygenation levels during neural activation by means of electromagnetic fields. ● Advantages: – Non-invasive – High spatial resolution ● Disadvantages: – Too expensive – Non-portable (too bulky) – Low time resolution
  • 19. 6- Near Infrared Spectroscopy (NIRS) NIRS is an optical spectroscopy method that employs infrared light to characterize non-invasively acquired fluctuations in cerebral metabolism during neural activity. ● Advantages: – Non-invasive – portable – Low cost ● Disadvantages: – Low time resolution – Low spatial resolution
  • 20. Summary of neuroimaging methods Neuroimaging method Activity measured Direct/ Indirect Measurement Temporal resolution Spatial resolution Risk Portability EEG Electrical Direct ~0.05 s ~10 mm Non-invasive Portable MEG Magnetic Direct ~0.05 s ~5 mm Non-invasive Non-portable ECoG Electrical Direct ~0.003 s ~1 mm Invasive Portable Intracortical neuron recording Electrical Direct ~0.003 s ~0.5 mm (LFP) ~0.1 mm (MUA) ~0.05 mm (SUA) Invasive Portable fMRI Metabolic Indirect ~1 s ~1 mm Non-invasive Non-portable NIRS Metabolic Indirect ~1 s ~5 mm Non-invasive Portable
  • 21. EEG: 10-20 System EEG signals are easily recorded in a non-invasive manner through electrodes placed on the scalp, for which that reason it is by far the most widespread recording modality. The electrodes placed over the scalp are commonly based on the International 10–20 system, which has been standardized by the American EEG Society.
  • 24. EEG rhythmic activity frequency bands Band Frequency Normally Delta (δ) up to 4 Hz babies, and adults in deep sleep state Theta (θ) 4 – 7 Hz children, and adults in drowsy, meditative or sleep states Alpha (α) 8 – 12 Hz closing the eyes and the body is relaxed Beta (β) 12 – 30 Hz thinking and concentration with no motor activity Gamma (γ) 30 – 100 Hz - maximal muscle contraction - perception of both visual and auditory stimuli - affected by artifacts such as EMG or EOG Mu (μ) 7 – 13 Hz the body is physically at rest
  • 25. Artifacts in BCIs ● Physiological artifacts are usually due to muscular, ocular and heart activity, known as electromyography (EMG), electrooculography (EOG), and electrocardiography (ECG) artifacts respectively. ● Technical artifacts are mainly attributed to power-line noises or changes in electrode impedances, which can usually be avoided by proper filtering or shielding.
  • 26. Preprocessing Stage Data from brain signals can be quite high- dimensional, and potentially full of artifacts. So, the aim of this stage is to enhance the quality of the recorded brain signal and to prepare it for further processing stages.
  • 27. Features Extraction Stage The aim of this stage is to identify and generate a set of representative features which target specific aspects of brain activity.
  • 28. Features Extraction Stage (Challenges) ● Noise and outliers: BCI features are noisy or contain outliers because EEG signals have a poor signal-to-noise ratio. ● High dimensionality: In BCI systems, feature vectors are often of high dimensionality. ● Time information: BCI features should contain time information as brain activity patterns are generally related to specific time variations of EEG. ● Non-stationarity: BCI features are non-stationary since EEG signals may rapidly vary over time and more especially over sessions. ● Small training sets: The training sets are relatively small, since the training process is time consuming and demanding for the subjects.
  • 29. Features Extraction Stage (Methods) ● Principal Component Analysis (PCA) ● Independent Component Analysis (ICA) ● Recursive Feature Elimination (RFE) ● Auto-Regressive Components (AR) ● Matched Filtering (MF) ● Wavelet Transform (WT) ● Common Spatial Pattern (CSP)
  • 30. Classification Stage The aim of the classification step in a BCI system is recognition of a user’s intentions on the basis of a feature vector that characterizes the brain activity provided by the feature step.
  • 31. Classification Stage (Methods) ● Support Vector Machine (SVM) ● Linear Discriminant Analysis (LDA) ● Artificial Neural Network (ANN) ● K-Nearest Neighbor (k-NN) ● Hidden Markov Models (HMM) ● Bayesian Statistical ● Combinations of classifiers – Boosting – Voting – Stacking
  • 32. Types of BCIs According to the nature of the signals used as input: ● Exogenous BCI: uses the neuron activity elicited in the brain by an external stimulus such as visually or auditory evoked potentials. ● Endogenous BCI: user can operate the BCI at free will (like moving a cursor to any point in a two-dimensional space)
  • 33. Types of BCIs According to the input data processing modality: ● Synchronous BCI: analyze brain signals during predefined time windows, and any brain signal outside the predefined window is ignored. ● Asynchronous BCI: continuously analyze brain signals no matter when the user acts.
  • 34. Types of BCIs According to the analysis time: ● Offline analysis: brain signals are acquired then analyzed in later time. ● Online analysis: EEG device is connected to BCI system directly, and brain signals are acquired and analyzed in the same time.
  • 35. Datasets on the Internet ● BCI Competitions: II (2003), III (2004), and IV (2008) ● Multimedia Signal Processing Group (MMSPG) ● Neurotycho.org: a project that aims to share neural data ● Statistical Parametric Mapping (SPM): software for the analysis of brain imaging data sequences ● LINI: share experimental data recorded and used by the neuroimaging laboratory of UAM ● DEAP dataset: emotion recognition ● MAHNOB HCI Tagging Database: emotion & media tagging ● PhysioNet.org: EEG motor movement/imagery dataset ● Project BCI - EEG motor activity data set
  • 36. BCI tools and frameworks ● EEGLAB: MATLAB toolbox ● BCILAB: MATLAB toolbox and EEGLAB plugin ● BioSig: open source software library for biomedical signal processing (C++, Octave and MATLAB) ● BCI2000: general-purpose system for BCI research ● OpenViBE: software platform dedicated to designing, testing and using BCI ● xBCI: platform for building an online BCI system
  • 37. Commercial BCI systems ● Imec EEG Handset ● Neurosky Mindwave headset ● Emotive EPOC headset
  • 38. Challenges to employing BCI control for real-world tasks ● The information transfer rate provided by BCIs is too low for natural interactive conversation, even for experienced subjects and well-tuned BCI systems ● The high error rate further complicates the interaction ● BCI systems cannot be used autonomously by disabled people, because BCI systems require assistants to apply electrodes or signal-receiving devices before the disabled person can communicate ● A BCI user may be able to turn the BCI system off by means of brain activity as input, but usually cannot turn it back on again, which is termed the “Midas touch” problem ● Handling BCI applications demands a high cognitive load that can usually be achieved by users in quiet laboratory environment, but not in the real world
  • 39. References ● Luis Fernando Nicolas-Alonso and Jaime Gomez-Gil: "Brain Computer Interfaces, a Review," Sensors, vol. 12, no. 2, pp. 1211-1279, 2012. ● Fabien Lotte; M Congedo; A Lécuyer; F Lamarche and B Arnaldi: "A Review of Classification Algorithms for EEG- based Brain-Computer Interfaces," Journal of Neural Engineering, vol. 4, no. 2, 2007.