-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bibliography.bib
3843 lines (3780 loc) · 351 KB
/
Bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{Linde2012,
title={Composed complex-cue histograms: An investigation of the information content in receptive field based image descriptors for object recognition},
author={Linde, Oskar and Lindeberg, Tony},
journal={Computer Vision and Image Understanding},
volume={116},
number={4},
pages={538--560},
year={2012},
publisher={Elsevier}
}
@inproceedings{Kai2008,
author={Kai Keng Ang and Zheng Yang Chin and Haihong Zhang and Cuntai Guan},
booktitle={2008 IEEE International Joint Conference on Neural Networks (IEEE World Congress on Computational Intelligence)},
title={Filter Bank Common Spatial Pattern (FBCSP) in Brain-Computer Interface},
year={2008},
volume={},
number={},
pages={2390-2397},
keywords={band-pass filters;brain-computer interfaces;electroencephalography;feature extraction;medical signal processing;filter bank common spatial pattern;motor imagery-based brain computer interfaces;electroencephalogram;EEG;common spatial pattern algorithm;CSP algorithm;spatial filter;classification algorithm;Classification algorithms;Filter bank;Filtering algorithms;Electroencephalography;Band pass filters;Gabor filters;Accuracy},
doi={10.1109/IJCNN.2008.4634130},
ISSN={2161-4393},
month={June},}
@article{Ribet2009,
author={B. Rivet* and A. Souloumiac and V. Attina and G. Gibert},
journal={IEEE Transactions on Biomedical Engineering},
title={xDAWN Algorithm to Enhance Evoked Potentials: Application to Brain–Computer Interface},
year={2009},
volume={56},
number={8},
pages={2035-2043},
keywords={Bayes methods;bioelectric potentials;brain-computer interfaces;electroencephalography;medical disorders;medical signal processing;signal classification;spatial filters;unsupervised learning;xDAWN algorithm;evoked potential;brain-computer interface;brain activity;P300 speller BCI paradigm;unsupervised algorithm;spatial filter;EEG signal;Bayesian linear discriminant analysis classifier;neuromuscular disorder;Application software;Brain computer interfaces;Computer interfaces;Electroencephalography;Stochastic processes;Communication system control;Control systems;Spatial filters;Bayesian methods;Linear discriminant analysis;Brain–computer interface (BCI);P300 speller;spatial enhancement;xDAWN algorithm;Adult;Algorithms;Artificial Intelligence;Brain;Electroencephalography;Evoked Potentials;Humans;Male;Man-Machine Systems;Signal Processing, Computer-Assisted},
doi={10.1109/TBME.2009.2012869},
ISSN={0018-9294},
month={Aug},}
@article{vanGerven2009,
title = "Attention modulations of posterior alpha as a control signal for two-dimensional brain–computer interfaces",
journal = "Journal of Neuroscience Methods",
volume = "179",
number = "1",
pages = "78 -- 84",
year = "2009",
issn = "0165-0270",
doi = "https://doi.org/10.1016/j.jneumeth.2009.01.016",
url = "http://www.sciencedirect.com/science/article/pii/S0165027009000430",
author = "Marcel van Gerven and Ole Jensen",
keywords = "Brain–computer interface, Covert spatial attention, Support vector machine"
}
@article{Fawcett2006,
title = "An introduction to ROC analysis",
journal = "Pattern Recognition Letters",
volume = "27",
number = "8",
pages = "861--874",
year = "2006",
note = "ROC Analysis in Pattern Recognition",
issn = "0167-8655",
doi = "https://doi.org/10.1016/j.patrec.2005.10.010",
url = "http://www.sciencedirect.com/science/article/pii/S016786550500303X",
author = "Tom Fawcett",
keywords = "ROC analysis, Classifier evaluation, Evaluation metrics"
}
@article{Arico2017,
author={P. Aricò and G. Borghini and G. Di Flumeri and N. Sciaraffa and A. Colosimo and F. Babiloni},
journal={IEEE Transactions on Biomedical Engineering},
title={Passive BCI in Operational Environments: Insights, Recent Advances, and Future Trends},
year={2017},
volume={64},
number={7},
pages={1431-1436},
keywords={biomedical electrodes;brain-computer interfaces;electroencephalography;learning (artificial intelligence);medical computing;neurophysiology;operational environments;passive brain-computer interface;pBCI systems;electroencephalography;brain activity;pBCI applications;machine learning technique;neurotechnology;EEG electrodes technology;human machine interaction;Electroencephalography;Real-time systems;Electrocardiography;Machine learning algorithms;Electrooculography;Brain;Adaptive automation;human-machine interaction (HMI);machine learning techniques;mental states;operational environments;passive brain-computer interface (pBCI);Algorithms;Brain Mapping;Brain-Computer Interfaces;Electroencephalography;Equipment Design;Forecasting;Humans;Man-Machine Systems;Pattern Recognition, Automated;Software;Technology Assessment, Biomedical},
doi={10.1109/TBME.2017.2694856},
ISSN={0018-9294},
month={July}
}
@inproceedings{Roy2013,
author={R. N. Roy and S. Bonnet and S. Charbonnier and A. Campagne},
booktitle={2013 35th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)},
title={Mental fatigue and working memory load estimation: Interaction and implications for EEG-based passive BCI},
year={2013},
pages={6607--6610},
keywords={brain-computer interfaces;cognition;electroencephalography;mental fatigue estimation;working memory load estimation;EEG based passive BCI;mental state monitoring systems;passive brain-computer interfaces;real time assessment;cognitive state;time-on-task;band power features;WKL assessment;alpha power distribution;WKL level discriminability;Electrodes;Fatigue;Electroencephalography;Brain-computer interfaces;Electronic mail;Time-frequency analysis;Accuracy;Adult;Brain-Computer Interfaces;Diagnostic Imaging;Diagnostic Imaging;Electroencephalography;Female;Humans;Male;Memory;Mental Fatigue;Mental Fatigue},
doi={10.1109/EMBC.2013.6611070},
ISSN={1094-687X},
month={July},}
@article{Bashore1991,
title = "Discovery of the P300: A tribute",
journal = "Biological Psychology",
volume = "32",
number = "2",
pages = "155--171",
year = "1991",
issn = "0301-0511",
doi = "https://doi.org/10.1016/0301-0511(91)90007-4",
url = "http://www.sciencedirect.com/science/article/pii/0301051191900074",
author = "Theodore R. Bashore and Maurits W. van der Molen",
keywords = "Samuel Sutton, Guessing task, P300, ERP, late positive component, Stimulus uncertainty, Stimulus probability, Exogenous, Endogenous, Information delivery"
}
@INPROCEEDINGS{Arandjelovic2012,
author = {R. Arandjelovic and A. Zisserman},
booktitle = {2012 IEEE Conference on Computer Vision and Pattern Recognition(CVPR)},
title = {Three things everyone should know to improve object retrieval},
year = {2012},
pages = {2911--2918},
keywords={image retrieval;retrieval performance;object retrieval;large scale image datasets;image query;image retrieval;video Google;SIFT descriptors;RootSIFT;query expansion;image augmentation method;Vectors;Visualization;Kernel;Standards;Support vector machines;Indexes;Euclidean distance},
doi = {10.1109/CVPR.2012.6248018},
url = {doi.ieeecomputersociety.org/10.1109/CVPR.2012.6248018},
ISSN = {1063-6919},
month={06}
}
@article{Rey-Otero2014,
abstract = {This article presents a detailed description and implementation of the Scale Invariant Feature Transform (SIFT), a popular image matching algorithm. This work contributes to a detailed dissection of SIFT's complex chain of transformations and to a careful presentation of each of its design parameters. A companion online demonstration allows the reader to use SIFT and individually set each parameter to analyze its impact on the algorithm results},
author = {Rey-Otero, I. and Delbracio, M.},
doi = {http://dx.doi.org/10.5201/ipol.2014.82},
issn = {2105-1232},
journal = {Image Processing On Line},
keywords = {feature detection,image comparison,sift},
mendeley-groups = {Thesis},
pages = {370--396},
title = {{Anatomy of the SIFT Method}},
year = {2014}
}
@article{VandenBerg2006,
abstract = {BACKGROUND Extracting relevant biological information from large data sets is a major challenge in functional genomics research. Different aspects of the data hamper their biological interpretation. For instance, 5000-fold differences in concentration for different metabolites are present in a metabolomics data set, while these differences are not proportional to the biological relevance of these metabolites. However, data analysis methods are not able to make this distinction. Data pretreatment methods can correct for aspects that hinder the biological interpretation of metabolomics data sets by emphasizing the biological information in the data set and thus improving their biological interpretability. RESULTS Different data pretreatment methods, i.e. centering, autoscaling, pareto scaling, range scaling, vast scaling, log transformation, and power transformation, were tested on a real-life metabolomics data set. They were found to greatly affect the outcome of the data analysis and thus the rank of the, from a biological point of view, most important metabolites. Furthermore, the stability of the rank, the influence of technical errors on data analysis, and the preference of data analysis methods for selecting highly abundant metabolites were affected by the data pretreatment method used prior to data analysis. CONCLUSION Different pretreatment methods emphasize different aspects of the data and each pretreatment method has its own merits and drawbacks. The choice for a pretreatment method depends on the biological question to be answered, the properties of the data set and the data analysis method selected. For the explorative analysis of the validation data set used in this study, autoscaling and range scaling performed better than the other pretreatment methods. That is, range scaling and autoscaling were able to remove the dependence of the rank of the metabolites on the average concentration and the magnitude of the fold changes and showed biologically sensible results after PCA (principal component analysis).In conclusion, selecting a proper data pretreatment method is an essential step in the analysis of metabolomics data and greatly affects the metabolites that are identified to be the most important.},
archivePrefix = {arXiv},
arxivId = {806598},
author = {van den Berg, Robert A. and Hoefsloot, Huub C J and Westerhuis, Johan A. and Smilde, Age K. and van der Werf, Mari{\"{e}}t J.},
doi = {10.1186/1471-2164-7-142},
eprint = {806598},
file = {:Users/rramele/Library/Application Support/Mendeley Desktop/Downloaded/van den Berg et al. - 2006 - Centering, scaling, and transformations improving the biological information content of metabolomics data.pdf:pdf},
isbn = {1471-2164},
issn = {14712164},
journal = {BMC Genomics},
mendeley-groups = {Thesis},
month = {jun},
number = {142},
pages = {15},
pmid = {16762068},
publisher = {BioMed Central},
title = {{Centering, scaling, and transformations: Improving the biological information content of metabolomics data}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/16762068 http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=PMC1534033},
volume = {7},
year = {2006}
}
@book{Oppenheim2009,
abstract = {This is the standard text for introductory advanced undergraduate and first-year graduate level courses in signal processing. The text gives a coherent and exhaustive treatment of discrete-time linear systems, sampling, filtering and filter design, reconstruction, the discrete-time Fourier and z-transforms, Fourier analysis of signals, the fast Fourier transform, and spectral estimation. The author develops the basic theory independently for each of the transform domains and provides illustrative examples throughout to aid the reader. Discussions of applications in the areas of speech processing, consumer electronics, acoustics, radar, geophysical signal processing, and remote sensing help to place the theory in context. The text assumes a background in advanced calculus, including an introduction to complex variables and a basic familiarity with signals and linear systems theory. If you have this background, the book forms an up-to-date and self-contained introduction to discrete-time signal processing that is appropriate for students and researchers. Discrete-Time Signal Processing also includes an extensive bibliography},
address = {Upper Saddle River, NJ},
author = {Oppenheim, Alan V and Schafer, Ronald W},
isbn = {0137549202},
mendeley-groups = {Thesis},
publisher = {Pearson Education},
title = {{Discrete Time Signal Processing}},
year = {2009}
}
@ARTICLE{Zanini2018,
author={P. Zanini and M. Congedo and C. Jutten and S. Said and Y. Berthoumieu},
journal={IEEE Transactions on Biomedical Engineering},
title={Transfer Learning: A Riemannian Geometry Framework With Applications to Brain–Computer Interfaces},
year={2018},
volume={65},
number={5},
pages={1107-1116},
keywords={brain-computer interfaces;covariance matrices;electroencephalography;Gaussian distribution;geometry;learning (artificial intelligence);medical signal processing;signal classification;cross-subject classification;classifier;spatial covariance matrices;symmetric positive definite matrices;reference covariance matrix;Riemannian Gaussian distributions;classification performances;affine transformation;BCI datasets;BCI transfer learning problem;Riemannian geometry framework;density function;probabilistic classifier;SPD matrices;cross-session classification;EEG-based BCI classification;electroencephalogram-based brain-computer interface classification;Covariance matrices;Manifolds;Symmetric matrices;Geometry;Electroencephalography;Probabilistic logic;Electronic mail;Brain–computer interface (BCI);covariance matrices;electroencephalography (EEG);mixtures of Gaussian;riemannian geometry},
doi={10.1109/TBME.2017.2742541},
ISSN={0018-9294},
month={May}
}
@article{Blankertz2008,
author = {Blankertz, Benjamin and Losch, Florian and Krauledat, Matthias and Dornhege, Guido and Curio, Gabriel and Muller, Klaus-Robert},
doi = {10.1109/TBME.2008.923152},
issn = {0018-9294},
journal = {IEEE Transactions on Biomedical Engineering},
mendeley-groups = {Thesis},
month = {oct},
number = {10},
pages = {2452--2462},
title = {{The Berlin Brain-Computer Interface: Accurate performance from first-session in BCI-naive subjects}},
url = {http://ieeexplore.ieee.org/document/4487097/},
volume = {55},
year = {2008}
}
@article{Pfurtscheller2003,
author = {Pfurtscheller, G. and Neuper, C. and Muller, G.R. and Obermaier, B. and Krausz, G. and Schlogl, A. and Scherer, R. and Graimann, B. and Keinrath, C. and Skliris, D. and Wortz, M. and Supp, G. and Schrank, C.},
doi = {10.1109/TNSRE.2003.814454},
issn = {1534-4320},
journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
mendeley-groups = {Thesis},
month = {jun},
number = {2},
pages = {1--4},
title = {{Graz-BCI: state of the art and clinical applications}},
url = {http://ieeexplore.ieee.org/document/1214714/},
volume = {11},
year = {2003}
}
@article{Neumann2003,
abstract = {Objectives: Direct brain-computer communication uses self regulation of brain potentials to select letters, words, or symbols from a computer menu to re-establish communication in severely paralysed patients. However, not all healthy subjects, or all paralysed patients acquire the skill to self regulate their brain potentials, and predictors of successful learning have not been found yet. Predictors are particularly important, because only successful self regulation will in the end lead to efficient brain-computer communication. This study investigates the question whether initial performance in the self regulation of slow cortical potentials of the brain (SCPs) may be positively correlated to later performance and could thus be used as a predictor. Methods: Five severely paralysed patients diagnosed with amyotrophic lateral sclerosis were trained to produce SCP amplitudes of negative and positive polarity by means of visual feedback and operant conditioning strategies. Performance was measured as percentage of correct SCP amplitude shifts. To determine the relation between initial and later performance in SCP self regulation, Spearman's rank correlations were calculated between maximum and mean performance at the beginning of training (runs 1–30) and mean performance at two later time points (runs 64–93 and 162–191). Results: Spearman's rank correlations revealed a significant relation between maximum and mean performance in runs 1–30 and mean performance in runs 64–93 (r= 0.9 and 1.0) and maximum and mean performance in runs 1–30 and mean performance in runs 162–191 (r=1.0 and 1.0). Conclusions: Initial performance in the self regulation of SCP is positively correlated with later performance in severely paralysed patients, and thus represents a useful predictor for efficient brain-computer communication.},
author = {Neumann, N and Birbaumer, N},
journal = {Journal of Neurology, Neurosurgery {\&}amp; Psychiatry},
mendeley-groups = {Thesis},
month = {aug},
number = {8},
pages = {1117--1121},
title = {{Predictors of successful self control during brain-computer communication}},
url = {http://jnnp.bmj.com/content/74/8/1117.abstract},
volume = {74},
year = {2003}
}
@article{Vaughan2006,
abstract = {The ultimate goal of brain-computer interface (BCI) technology is to provide communication and control capacities to people with severe motor disabilities. BCI research at the Wadsworth Center focuses primarily on noninvasive, electroencephalography (EEG)-based BCI methods. We have shown that people, including those with severe motor disabilities, can learn to use sensorimotor rhythms (SMRs) to move a cursor rapidly and accurately in one or two dimensions. We have also improved P300-based BCI operation. We are now translating this laboratory-proven BCI technology into a system that can be used by severely disabled people in their homes with minimal ongoing technical oversight. To accomplish this, we have: improved our general-purpose BCI software (BCI2000); improved online adaptation and feature translation for SMR-based BCI operation; improved the accuracy and bandwidth of P300-based BCI operation; reduced the complexity of system hardware and software and begun to evaluate home system use in appropriate users. These developments have resulted in prototype systems for every day use in people's homes.},
author = {Vaughan, Theresa M. and McFarland, Dennis J. and Schalk, Gerwin and Sarnacki, William A. and Krusienski, Dean J. and Sellers, Eric W. and Wolpaw, Jonathan R.},
doi = {10.1109/TNSRE.2006.875577},
isbn = {1534-4320},
issn = {15344320},
journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
keywords = {Augmentative communication,Brain-computer interface (BCI),Conditioning,Electroencephalography (EEG),Mu rhythm,P300,Rehabilitation,Sensorimotor cortex},
mendeley-groups = {Thesis},
month = {jun},
number = {2},
pages = {229--233},
pmid = {16792301},
title = {{The wadsworth BCI research and development program: At home with BCI}},
url = {http://ieeexplore.ieee.org/document/1642776/},
volume = {14},
year = {2006}
}
@ARTICLE{Shin2018,
author={J. Shin and J. Kwon and J. Choi and C. Im},
journal={IEEE Access},
title={Ternary Near-Infrared Spectroscopy Brain-Computer Interface With Increased Information Transfer Rate Using Prefrontal Hemodynamic Changes During Mental Arithmetic, Breath-Holding, and Idle State},
year={2018},
volume={6},
number={},
pages={19491-19498},
keywords={bioelectric phenomena;biomedical measurement;brain;brain-computer interfaces;haemodynamics;infrared spectroscopy;medical signal processing;neurophysiology;signal classification;information transfer rate;ternary near-infrared spectroscopy brain-computer interface;breath-holding state;mental arithmetic state;hybrid BCI task;ternary NIRS-BCI;traditional BCI tasks;breathing movements;prefrontal cortex hemodynamic changes;electrophysiological responses;brain hemodynamic responses;near-infrared spectroscopy;multiclass brain-computer interface;prefrontal hemodynamic changes;mental state changes;traditional binary BCI;PFC hemodynamic changes;average offline ternary classification accuracy;idle state;Task analysis;Hemodynamics;Band-pass filters;Spectroscopy;Electroencephalography;Low pass filters;Brain;Brain-computer interfaces;electroencephalography;multi-class classification;near-infrared spectroscopy},
doi={10.1109/ACCESS.2018.2822238},
ISSN={2169-3536}
}
@ARTICLE{Cruz2018,
author={A. Cruz and G. Pires and U. J. Nunes},
journal={IEEE Transactions on Neural Systems and Rehabilitation Engineering},
title={Double ErrP Detection for Automatic Error Correction in an ERP-Based BCI Speller},
year={2018},
volume={26},
number={1},
pages={26-36},
keywords={bioelectric potentials;brain-computer interfaces;electroencephalography;feature extraction;medical signal detection;medical signal processing;signal classification;electroencephalogram;tetraplegic participant;feature-level;evoked error potential;P300 classifier;second error detection;double error-related potential detection;P300-based BCI speller;severe motor disability;brain-computer interface;ERP-based BCI speller;automatic error correction;double ErrP detection;Calibration;Reliability;Error correction;Electroencephalography;Standards;Electric potential;Double error-related potentials (ErrP);automatic error correction;brain-computer interface (BCI);P300 ERP;electroencephalogram (EEG);speller},
doi={10.1109/TNSRE.2017.2755018},
ISSN={1534-4320},
month={Jan}
}
@ARTICLE{Cichocki2008,
author={A. Cichocki and R. Zdunek and S. Amari},
journal={IEEE Signal Processing Magazine},
title={Nonnegative Matrix and Tensor Factorization [Lecture Notes]},
year={2008},
volume={25},
number={1},
pages={142-145},
keywords={matrix decomposition;signal processing;tensors;nonnegative matrix factorization;nonnegative tensor factorization;FP-ALS;large-scale problems;IPC methods;QN methods;multilayer structure;multistart initialization conditions;nonnegative components;Tensile stress;Cost function;Matrix decomposition;Clustering algorithms;Data analysis;Brain modeling;Surges;Robustness;Pattern recognition;Image segmentation},
doi={10.1109/MSP.2008.4408452},
ISSN={1053-5888}
}
@article{Boto2018,
author = {Boto, Elena and Holmes, Niall and Leggett, James and Roberts, Gillian and Shah, Vishal and Meyer, Sofie S and Mu{\~{n}}oz, Leonardo Duque and Mullinger, Karen J and Tierney, Tim M and Bestmann, Sven and Barnes, Gareth R and Bowtell, Richard and Brookes, Matthew J},
journal = {Nature},
mendeley-groups = {Thesis},
month = {mar},
pages = {657},
publisher = {Macmillan Publishers Limited, part of Springer Nature. All rights reserved.},
title = {{Moving magnetoencephalography towards real-world applications with a wearable system}},
url = {http://dx.doi.org/10.1038/nature26147 http://10.0.4.14/nature26147 https://www.nature.com/articles/nature26147{\#}supplementary-information},
volume = {555},
year = {2018}
}
@INPROCEEDINGS{Herff2016,
author={C. Herff and G. Johnson and L. Diener and J. Shih and D. Krusienski and T. Schultz},
booktitle={2016 38th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)},
title={Towards direct speech synthesis from ECoG: A pilot study},
year={2016},
volume={},
number={},
pages={1540-1543},
keywords={audio signal processing;bioelectric potentials;brain-computer interfaces;electroencephalography;medical signal processing;signal reconstruction;speech synthesis;direct speech synthesis;ECoG;brain-computer interfaces;BCI;information transfer rates;spelling paradigms;stimulus-evoked potentials;neural activity;natural mode;verbal messages;electrocoticography intracranial activity;temporal areas;audio magnitude spectrogram;audio waveform;reconstructed spectrograms;original spectrograms;temporal waveforms;speech imagery;Spectrogram;Speech;Correlation;Biological system modeling;Image reconstruction;Real-time systems;Brain modeling;Brain-Computer Interfaces;Electroencephalography;Evoked Potentials;Humans;Pilot Projects;Speech},
doi={10.1109/EMBC.2016.7591004},
ISSN={1558-4615},
month={Aug}
}
@incollection{Chaudhary2016,
title = "Chapter 5 - Brain–computer interfaces in the completely locked-in state and chronic stroke",
editor = "Damien Coyle",
series = "Progress in Brain Research",
publisher = "Elsevier",
volume = "228",
pages = "131 - 161",
year = "2016",
booktitle = "Brain-Computer Interfaces: Lab Experiments to Real-World Applications",
issn = "0079-6123",
doi = "https://doi.org/10.1016/bs.pbr.2016.04.019",
url = "http://www.sciencedirect.com/science/article/pii/S0079612316300450",
author = "U. Chaudhary and N. Birbaumer and A. Ramos-Murguialday",
keywords = "Brain–computer interface, Amyotrophic lateral sclerosis, Locked-in state, Complete locked-in state, Stroke, Electroencephalography, Functional near-infrared spectroscopy, Classical conditioning, Communication, Rehabilitation"
}
@book{Dyson1998,
author = {Dyson, Esther},
title = {Release 2.1: A Design for Living in the Digital Age},
year = {1998},
isbn = {076790012X},
edition = {1st},
publisher = {Broadway Books}
}
@article{Temko2016,
abstract = {It is now generally accepted that EEG is the only reliable way to accurately detect newborn seizures and, as such, prolonged EEG monitoring is increasingly being adopted in neonatal intensive care units. Long EEG recordings may last from several hours to a few days. With neurophysiologists not always available to review the EEG during unsociable hours, there is a pressing need to develop a reliable and robust automatic seizure detection methodda computer algorithm that can take the EEG signal, process it, and output information that supports clinical decision making. In this study, we review existing algorithms based on how the relevant seizure information is exploited. We start with commonly used methods to extract signatures from seizure signals that range from those that mimic the clinical neurophysiologist to those that exploit mathematical models of neonatal EEG generation. Commonly used classification methods are reviewed that are based on a set of rules and thresholds that are either heuristically tuned or automatically derived from the data. These are followed by techniques to use information about spatiotemporal seizure context. The usual errors in system design and validation are discussed. Current clinical decision support tools that have met regulatory requirements and are available to detect neonatal seizures are reviewed with progress and the outstanding challenges are outlined. This review discusses the current state of the art regarding automatic detection of neonatal seizures.},
author = {Temko, Andriy and Lightbody, Gordon},
doi = {10.1097/WNP.0000000000000295},
isbn = {0000000000000},
issn = {15371603},
journal = {Journal of Clinical Neurophysiology},
keywords = {Computer algorithms,Neonatal seizures,Seizure detection},
mendeley-groups = {Thesis},
month = {oct},
number = {5},
pages = {394--402},
pmid = {27749459},
title = {{Detecting neonatal seizures with computer algorithms}},
url = {http://insights.ovid.com/crossref?an=00004691-201610000-00004},
volume = {33},
year = {2016}
}
@article{Fedele2012,
abstract = {Objective: Scalp-derived human somatosensory evoked potentials (SEPs) contain high-frequency oscillations (600. Hz; 'sigma-burst') reflecting concomitant bursts of spike responses in primary somatosensory cortex that repeat regularly at 600. Hz. Notably, recent human intracranial SEP have revealed also 1. kHz responses ('kappa-burst'), possibly reflecting non-rhythmic spiking summed over multiple cells (MUA: multi-unit activity). However, the non-invasive detection of EEG signals at 1. kHz typical for spikes has always been limited by noise contributions from both, amplifier and body/electrode interface. Accordingly, we developed a low-noise recording set-up optimised to map non-invasively 1. kHz SEP components. Methods: SEP were recorded upon 4. Hz left median nerve stimulation in 6 healthy human subjects. Scalp potentials were acquired inside an electrically and magnetically shielded room using low-noise custom-made amplifiers. Furthermore, in order to reduce thermal Johnson noise contributions from the sensor/skin interface, electrode impedances were adjusted to ≤1. k$\Omega$. Responses averaged after repeated presentation of the stimulus (n=. 4000 trials) were evaluated by spatio-temporal pattern analyses in complementary spectral bands. Results: Three distinct spectral components were identified: N20 ({\textless}100. Hz), sigma-burst (450-750. Hz), and kappa-burst (850-1200. Hz). The two high-frequency bursts (sigma, kappa) exhibited distinct and partially independent spatiotemporal evolutions, indicating subcortical as well as several cortical generators. Conclusions: Using a dedicated low-noise set-up, human SEP 'kappa-bursts' at 1. kHz can be non-invasively detected and their scalp distribution be mapped. Their topographies indicate a set of subcortical/cortical generators, at least partially distinct from the topography of the 600. Hz sigma-bursts described previously. Significance: The non-invasive detection and surface mapping of 1. kHz EEG signals presented here provides an essential step towards non-invasive monitoring of multi-unit spike activity. {\textcopyright} 2012 International Federation of Clinical Neurophysiology.},
author = {Fedele, T. and Scheer, H. J. and Waterstraat, G. and Telenczuk, B. and Burghoff, M. and Curio, G.},
doi = {10.1016/j.clinph.2012.04.028},
isbn = {1872-8952 (Electronic)$\backslash$r1388-2457 (Linking)},
issn = {13882457},
journal = {Clinical Neurophysiology},
keywords = {High-frequency EEG,Low-noise EEG acquisition system,Non-invasive electrophysiology,Somatosensory cortex},
mendeley-groups = {Thesis},
month = {dec},
number = {12},
pages = {2370--2376},
pmid = {22710032},
publisher = {Elsevier},
title = {{Towards non-invasive multi-unit spike recordings: Mapping 1kHz EEG signals over human somatosensory cortex}},
url = {https://www.sciencedirect.com/science/article/pii/S1388245712004130},
volume = {123},
year = {2012}
}
@article{Vanhatalo2005,
abstract = {While enormous resources have been recently invested into the development of a variety of neuroimaging techniques, the bandwidth of the clinical EEG, originally set by trivial technical limitations, has remained practically unaltered for over 50 years. An increasing amount of evidence shows that salient EEG signals are observed beyond the bandwidth of the routine clinical EEG, which is typically around 0.5-50 Hz. Physiological and pathological EEG activity ranges at least from 0.01 Hz to several hundred Hz, as demonstrated in recordings of spontaneous activity in the immature human brain, as well as during epileptic seizures, or various kinds of cognitive tasks and states in the adult brain. In the present paper, we will review several arguments leading to the conclusion that elimination of the lower (infraslow) or higher (ultrafast) bands of the EEG frequency spectrum in routine EEG leads to situations where salient and physiologically meaningful features of brain activity are ignored. Recording the full, physiologically relevant range of frequencies is readily attained with commercially available direct-current (DC) coupled amplifiers, which have a wide dynamic range and a high sampling rate. Such amplifiers, combined with appropriate DC-stable electrode-skin interface, provide a genuine full-band EEG (FbEEG). FbEEG is mandatory for a faithful, non-distorted and non-attenuated recording, and it does not have trade-offs that would favor any frequency band at the expense of another. With the currently available electrode, amplifier and data acquisition technology, FbEEG is likely to become the standard approach for a wide range of applications in both basic science and in the clinic. {\textcopyright} 2004 International Federation of Clinical Neurophysiology. Published by Elsevier Ireland Ltd. All rights reserved.},
author = {Vanhatalo, Sampsa and Voipio, Juha and Kaila, Kai},
doi = {10.1016/j.clinph.2004.09.015},
isbn = {1388-2457},
issn = {13882457},
journal = {Clinical Neurophysiology},
keywords = {Broadband EEG,DC-EEG,Epilepsy,Fast oscillations,Neonatal EEG,Sleep,Slow oscillations},
mendeley-groups = {Thesis},
month = {jan},
number = {1},
pages = {1--8},
pmid = {15589176},
publisher = {Elsevier},
title = {{Full-band EEG (FbEEG): An emerging standard in electroencephalography}},
url = {https://www.sciencedirect.com/science/article/pii/S1388245704003748},
volume = {116},
year = {2005}
}
@article{Berger2017,
abstract = {Permutation entropy (PeEn) is a complexity measure that originated
from dynamical systems theory. Specifically engineered to be robustly
applicable to real-world data, the quantity has since been utilised
for a multitude of time series analysis tasks. In electroencephalogram
(EEG) analysis, value changes of PeEn correlate with clinical observations,
among them the onset of epileptic seizures or the loss of consciousness
induced by anaesthetic agents. Regarding this field of application,
the present work suggests a relation between PeEn-based complexity
estimation and spectral methods of EEG analysis: for ordinal patterns
of three consecutive samples, the PeEn of an epoch of EEG appears
to approximate the centroid of its weighted power spectrum. To substantiate
this proposition, a systematic approach based on redundancy reduction
is introduced and applied to sleep and epileptic seizure EEG. The
interrelation demonstrated may aid the interpretation of PeEn in
EEG, and may increase its comparability with other techniques of
EEG analysis.},
author = {Berger, Sebastian and Schneider, Gerhard and Kochs, Eberhard F and Jordan, Denis},
doi = {10.3390/e19120692},
issn = {10994300},
journal = {Entropy},
keywords = {Electroencephalography,Ordinal pattern analysis,Permutation entropy},
mendeley-groups = {Thesis2},
month = {dec},
number = {12},
pages = {1--20},
publisher = {Multidisciplinary Digital Publishing Institute},
title = {{Permutation entropy: Too complex a measure for EEG time series?}},
url = {http://www.mdpi.com/1099-4300/19/12/692},
volume = {19},
year = {2017}
}
@misc{Blankertz2002,
author = {Blankertz, B},
journal = {BCI Classification Contest November},
mendeley-groups = {Thesis2},
title = {{Documentation second wadsworth {BCI} dataset {P}300 evoked potentials data acquired using {BCI}2000 {P}300 Speller Paradigm}},
year = {2002}
}
@inproceedings{j2018challenge,
author = {Bragg, M},
booktitle = {ACM Symposium on User Interface Software and Technology},
mendeley-groups = {Thesis2},
title = {{The Challenge of Crafting Intelligible Intelligence}},
year = {2018}
}
@article{Brunner2014,
author = {Brunner, Clemens and Blankertz, Benjamin and Cincotti, Febo and K{\"{u}}bler, Andrea and Mattia, Donatella and Miralles, Felip and Nijholt, Anton and Otal, Begonya},
journal = {Lecture Notes in Computer Science},
mendeley-groups = {Thesis2},
number = {1},
pages = {475--486},
title = {{BNCI Horizon 2020 – Towards a Roadmap for Brain / Neural Computer Interaction}},
volume = {8513},
year = {2014}
}
@book{Criminisi2013,
author = {Criminisi, Antonio and Shotton, Jamie},
mendeley-groups = {Thesis2},
publisher = {Springer Science {\&} Business Media},
title = {{Decision forests for computer vision and medical image analysis}},
year = {2013}
}
@incollection{Gasthuis2006,
address = {Milan},
author = {Gasthuis, Kennemer},
booktitle = {Cardiac Arrhythmias 2005},
doi = {10.1007/88-470-0371-7_74},
mendeley-groups = {Thesis2},
pages = {607--608},
publisher = {Springer-Verlag},
title = {{What Are the Benefits of Morphological Signal Analysis Using Digital Technology ?}},
url = {http://link.springer.com/10.1007/88-470-0371-7{\_}74},
year = {2006}
}
@incollection{Gasthuis2006,
address = {Milan},
author = {Gasthuis, Kennemer},
booktitle = {Cardiac Arrhythmias 2005},
doi = {10.1007/88-470-0371-7_74},
mendeley-groups = {Thesis2},
pages = {607--608},
publisher = {Springer-Verlag},
title = {{What Are the Benefits of Morphological Signal Analysis Using Digital Technology ?}},
url = {http://link.springer.com/10.1007/88-470-0371-7{\_}74},
year = {2006}
}
@article{Klein1976,
abstract = {This paper presents an approach to signal waveform analysis in the
frequency range of 1 to 50 Hz. The technique is applicable to any
waveform which is a single valued function of time with continuous
derivatives. The main application of this system has been on the
human EEG. The analyzer, to be described, performs its analysis in
the time domain and abstracts wave shape information from the original
wave and from the successive mathematical derivatives of that wave.
The output from this analyzer consists of six analog descriptors
of the input EEG wave. These descriptors are basic amplitude and
basic frequency of the original input wave, amplitude and frequency
of the first derivative of the input wave, and amplitude and frequency
of the second derivative of the input wave.},
author = {Klein, F},
doi = {10.1109/TBME.1976.324638},
issn = {0018-9294},
journal = {IEEE Transactions on Biomedical Engineering},
keywords = {diagnosis,electroencephalography,methodology,normal human},
mendeley-groups = {Thesis2},
month = {may},
number = {3},
pages = {246--252},
pmid = {1262036},
title = {{A waveform analyzer applied to the human EEG}},
url = {http://www.embase.com/search/results?subaction=viewrecord{\&}from=export{\&}id=L7176868{\%}5Cnhttp://bj7rx7bn7b.search.serialssolutions.com?sid=EMBASE{\&}issn=00189294{\&}id=doi:{\&}atitle=A+waveform+analyzer+applied+to+the+human+EEG{\&}stitle=IEEE+TRANS.+BIOMED.+ENG.{\&}title=I},
volume = {23},
year = {1976}
}
@book{Louis,
author = {Louis, Erik K St and Frey, Lauren C},
file = {:Users/rramele/GoogleDrive/BCI/Shape BCI/Electroencephalography Introductory.pdf:pdf},
isbn = {9780997975604},
mendeley-groups = {Thesis2},
title = {{Electroencephalography}}
}
@book{Louis,
author = {Louis, Erik K St and Frey, Lauren C},
file = {:Users/rramele/GoogleDrive/BCI/Shape BCI/Electroencephalography Introductory.pdf:pdf},
isbn = {9780997975604},
mendeley-groups = {Thesis2},
title = {{Electroencephalography}},
year = {2016}
}
@article{Owens1984,
author = {Owens, Thomas J and Zandt, George and Taylor, Steven R},
journal = {Journal of Geophysical Research: Solid Earth},
mendeley-groups = {Thesis2},
number = {B9},
pages = {7783--7795},
publisher = {Wiley Online Library},
title = {{Seismic evidence for an ancient rift beneath the Cumberland Plateau, Tennessee: A detailed analysis of broadband teleseismic P waveforms}},
volume = {89},
year = {1984}
}
@article{Picton2006,
author = {Picton, Terence W and Mazaheri, Ali},
doi = {10.1002/0470018860.s00309},
isbn = {0470016191},
issn = {0916-7250},
journal = {Encyclopedia of Cognitive Science},
mendeley-groups = {Thesis2},
number = {5},
pages = {1--4},
title = {{Electroencephalography (EEG)}},
url = {http://doi.wiley.com/10.1002/0470018860.s00309},
year = {2006}
}
@article{Picton2006,
author = {Picton, Terence W and Mazaheri, Ali},
doi = {10.1002/0470018860.s00309},
isbn = {0470016191},
issn = {0916-7250},
journal = {Encyclopedia of Cognitive Science},
mendeley-groups = {Thesis2},
number = {5},
pages = {1--4},
title = {{Electroencephalography (EEG)}},
url = {http://doi.wiley.com/10.1002/0470018860.s00309},
year = {2006}
}
@book{Skoog2000,
author = {Skoog, Douglas A and West, Donald M and Holler, F James and Crouch, Stanley R},
publisher = {Saunders College Publishing},
mendeley-groups = {Thesis2},
title = {{Analytical chemistry: an introduction}},
year = {2000}
}
@article{Stockman1976,
author = {Stockman, G. and Kanal, L and Kyle, M.C.},
journal = {Communications of the ACM},
mendeley-groups = {Thesis2},
number = {12},
pages = {688--695},
publisher = {ACM},
title = {{Structural pattern recognition of carotid pulse waves using a general waveform parsing system}},
volume = {19},
year = {1976}
}
@article{Vareka2012,
abstract = {A correctly preprocessed electroencephalographic signal is necessary
for building successful brain-computer interfaces (BCIs). Since the
evoked responses obtained by stimulation are much weaker than the
continuous EEG signal, the correct signal analysis enhances stimulation-driven
signal components. This paper proposes methods for event-related
potential processing for BCIs based on matching pursuit. The suggested
method is compared with other simple methods which are frequently
used for feature extraction. A multilayer perceptron was used for
classification. The results can be used to improve the feature extraction
for BCI systems. {\&}copy; 2012 IEEE.},
author = {Vareka, L},
doi = {10.1109/TSP.2012.6256347},
isbn = {9781467311182},
journal = {35th International Conference on Telecommunications and Signal Processing, TSP - Proceedings},
keywords = {BCI,electroencephalography,event related potentials,matching pursuit,neuroinformatics},
mendeley-groups = {Thesis2},
number = {2},
pages = {513--516},
title = {{Matching pursuit for {P}300-based brain-computer interfaces}},
year = {2012}
}
@article{Lindeberg2013,
abstract = {A receptive field constitutes a region in the visual field where a visual cell or a visual operator responds to visual stimuli. This paper presents a theory for what types of receptive field profiles can be regarded as natural for an idealized vision system, given a set of structural requirements on the first stages of visual processing that reflect symmetry properties of the surrounding world. These symmetry properties include (i) covariance properties under scale changes, affine image deformations, and Galilean transformations of space-time as occur for real-world image data as well as specific requirements of (ii) temporal causality implying that the future cannot be accessed and (iii) a time-recursive updating mechanism of a limited temporal buffer of the past as is necessary for a genuine real-time system. Fundamental structural requirements are also imposed to ensure (iv) mutual consistency and a proper handling of internal representations at different spatial and temporal scales. It is shown how a set of families of idealized receptive field profiles can be derived by necessity regarding spatial, spatio-chromatic, and spatio-temporal receptive fields in terms of Gaussian kernels, Gaussian derivatives, or closely related operators. Such image filters have been successfully used as a basis for expressing a large number of visual operations in computer vision, regarding feature detection, feature classification, motion estimation, object recognition, spatio-temporal recognition, and shape estimation. Hence, the associated so-called scale-space theory constitutes a both theoretically well-founded and general framework for expressing visual operations. There are very close similarities between receptive field profiles predicted from this scale-space theory and receptive field profiles found by cell recordings in biological vision. Among the family of receptive field profiles derived by necessity from the assumptions, idealized models with very good qualitative agreement are obtained for (i) spatial on-center/off-surround and off-center/on-surround receptive fields in the fovea and the LGN, (ii) simple cells with spatial directional preference in V1, (iii) spatio-chromatic double-opponent neurons in V1, (iv) space-time separable spatio-temporal receptive fields in the LGN and V1, and (v) non-separable space-time tilted receptive fields in V1, all within the same unified theory. In addition, the paper presents a more general framework for relating and interpreting these receptive fields conceptually and possibly predicting new receptive field profiles as well as for pre-wiring covariance under scaling, affine, and Galilean transformations into the representations of visual stimuli. This paper describes the basic structure of the necessity results concerning receptive field profiles regarding the mathematical foundation of the theory and outlines how the proposed theory could be used in further studies and modelling of biological vision. It is also shown how receptive field responses can be interpreted physically, as the superposition of relative variations of surface structure and illumination variations, given a logarithmic brightness scale, and how receptive field measurements will be invariant under multiplicative illumination variations and exposure control mechanisms.},
archivePrefix = {arXiv},
arxivId = {1701.06333},
author = {Lindeberg, Tony},
doi = {10.1007/s00422-013-0569-z},
eprint = {1701.06333},
file = {:Users/rramele/Library/Application Support/Mendeley Desktop/Downloaded/Lindeberg - 2013 - A computational theory of visual receptive fields.pdf:pdf},
isbn = {0340-1200},
issn = {03401200},
journal = {Biological Cybernetics},
keywords = {Affine covariance,Complex cell,Double-opponent cell,Functional model,Galilean covariance,Gaussian derivative,Illumination invariance,LGN,Primary visual cortex,Receptive field,Scale covariance,Scale space,Simple cell,Theoretical biology,Theoretical neuroscience,Vision,Visual area V1},
mendeley-groups = {Thesis,Thesis2},
month = {jan},
number = {6},
pages = {589--635},
pmid = {24197240},
title = {{A computational theory of visual receptive fields}},
url = {http://arxiv.org/abs/1701.06333},
volume = {107},
year = {2013}
}
@inproceedings{Dalal2005,
abstract = {We study the question of feature sets for robust visual object recognition, adopting linear SVM based human detection as a test case. After reviewing existing edge and gradient based descriptors, we show experimentally that grids of Histograms of Oriented Gradient (HOG) descriptors significantly outperform existing feature sets for human detection. We study the influence of each stage of the computation on performance, concluding that fine-scale gradients, fine orientation binning, relatively coarse spatial binning, and high-quality local contrast normalization in overlapping descriptor blocks are all important for good results. The new approach gives near-perfect separation on the original MIT pedestrian database, so we introduce a more challenging dataset containing over 1800 annotated human images with a large range of pose variations and backgrounds.},
archivePrefix = {arXiv},
arxivId = {chao-dyn/9411012},
author = {Dalal, Navneet and Triggs, Bill},
booktitle = {Proceedings - IEEE Computer Society Conference on Computer Vision and Pattern Recognition, CVPR 2005},
doi = {10.1109/CVPR.2005.177},
eprint = {9411012},
isbn = {0769523722},
issn = {1063-6919},
mendeley-groups = {Thesis,Thesis2},
pages = {886--893},
pmid = {9230594},
primaryClass = {chao-dyn},
publisher = {IEEE},
title = {{Histograms of oriented gradients for human detection}},
url = {http://ieeexplore.ieee.org/document/1467360/},
volume = {I},
year = {2005}
}
@article{Haegens2014,
abstract = {Converging electrophysiological evidence suggests that the alpha rhythm plays an important and active role in cognitive processing. Here, we systematically studied variability in posterior alpha peak frequency both between and within subjects. We recorded brain activity using MEG in 51 healthy human subjects under three experimental conditions - rest, passive visual stimulation and an N-back working memory paradigm, using source reconstruction methods to separate alpha activity from parietal and occipital sources. We asked how alpha peak frequency differed within subjects across cognitive conditions and regions of interest, and looked at the distribution of alpha peak frequency between subjects. In both regions we observed an increase of alpha peak frequency from resting state and passive visual stimulation conditions to the N-back paradigm, with a significantly higher alpha peak frequency in the 2-back compared to the 0-back condition. There was a trend for a greater increase in alpha peak frequency during the N-back task in the occipital vs. parietal cortex. The average alpha peak frequency across all subjects, conditions, and regions of interest was 10.3. Hz with a within-subject SD of 0.9. Hz and a between-subject SD of 2.8. Hz. We also measured beta peak frequencies, and except in the parietal cortex during rest, found no indication of a strictly harmonic relationship with alpha peak frequencies. We conclude that alpha peak frequency in posterior regions increases with increasing cognitive demands, and that the alpha rhythm operates across a wider frequency range than the 8-12. Hz band many studies tend to include in their analysis. Thus, using a fixed and limited alpha frequency band might bias results against certain subjects and conditions. {\textcopyright} 2014.},
author = {Haegens, Saskia and Cousijn, Helena and Wallis, George and Harrison, Paul J. and Nobre, Anna C.},
doi = {10.1016/j.neuroimage.2014.01.049},
isbn = {1053-8119},
issn = {10959572},
journal = {NeuroImage},
keywords = {Alpha,Beta,MEG,Oscillations},
mendeley-groups = {Thesis,Thesis2},
month = {may},
pages = {46--55},
pmid = {24508648},
publisher = {Academic Press},
title = {{Inter- and intra-individual variability in alpha peak frequency}},
url = {https://www.sciencedirect.com/science/article/pii/S1053811914000792},
volume = {92},
year = {2014}
}
@article{Basar2012,
abstract = {Aim of the review: Questions related to the genesis and functional correlates of the brain's alpha oscillations around 10. Hz (Alpha) are one of the fundamental research areas in neuroscience. In recent decades, analysis of this activity has been not only the focus of interest for description of sensory-cognitive processes, but has also led to trials for establishing new hypotheses. The present review and the companion review aim to constitute an ensemble of "reasonings and suggestions" to understand alpha oscillations based on a wide range of accumulated findings rather than a trial to launch a new "alpha theory". Surveyed descriptions related to physiology and brain function: The review starts with descriptions of earlier extracellular recordings, field potentials and also considers earlier alpha hypotheses. Analytical descriptions of evoked and event-related responses, event-related desynchronization, the relationship between spontaneous activity and evoked potentials, aging brain, pathology and alpha response in cognitive impairment are in the content of this review. In essence, the gamut of the survey includes a multiplicity of evidence on functional correlates in sensory processing, cognition, memory and vegetative system, including the spinal cord and heart. {\textcopyright} 2012 Elsevier B.V.},
author = {Başar, Erol},
doi = {10.1016/j.ijpsycho.2012.07.002},
isbn = {0167-8760},
issn = {01678760},
journal = {International Journal of Psychophysiology},
keywords = {Aging,Alpha,Child EEG,Cognitive impairment,EEG,Emotion,Event related alpha,Event related coherences,Event related oscillations,Evoked alpha,Evoked coherences,Memory,Pre-stimulus alpha},
mendeley-groups = {Thesis,Thesis2},
month = {oct},
number = {1},
pages = {1--24},
pmid = {22820267},
publisher = {Elsevier},
title = {{A review of alpha activity in integrative brain function: Fundamental physiology, sensory coding, cognition and pathology}},
url = {https://www.sciencedirect.com/science/article/abs/pii/S0167876012003492},
volume = {86},
year = {2012}
}
@article{Kathner2017,
abstract = {Current brain-computer interface (BCIs) software is often tailored to the needs of scientists and technicians and therefore complex to allow for versatile use. To facilitate home use of BCIs a multifunctional P300 BCI with a graphical user interface intended for non-expert set-up and control was designed and implemented. The system includes applications for spelling, web access, entertainment, artistic expression and environmental control. In addition to new software, it also includes new hardware for the recording of electroencephalogram (EEG) signals. The EEG system consists of a small and wireless amplifier attached to a cap that can be equipped with gel-based or dry contact electrodes. The system was systematically evaluated with a healthy sample, and targeted end users of BCI technology, i.e., people with a varying degree of motor impairment tested the BCI in a series of individual case studies. Usability was assessed in terms of effectiveness, efficiency and satisfaction. Feedback of users was gathered with structured questionnaires. Two groups of healthy participants completed an experimental protocol with the gel-based and the dry contact electrodes (N = 10 each). The results demonstrated that all healthy participants gained control over the system and achieved satisfactory to high accuracies with both gel-based and dry electrodes (average error rates of 6 and 13{\%}). Average satisfaction ratings were high, but certain aspects of the system such as the wearing comfort of the dry electrodes and design of the cap, and speed (in both groups) were criticized by some participants. Six potential end users tested the system during supervised sessions. The achieved accuracies varied greatly from no control to high control with accuracies comparable to that of healthy volunteers. Satisfaction ratings of the two end-users that gained control of the system were lower as compared to healthy participants. The advantages and disadvantages of the BCI and its applications are discussed and suggestions are presented for improvements to pave the way for user friendly BCIs intended to be used as assistive technology by persons with severe paralysis.},
author = {K{\"{a}}thner, Ivo and Halder, Sebastian and Hinterm{\"{u}}ller, Christoph and Espinosa, Arnau and Guger, Christoph and Miralles, Felip and Vargiu, Eloisa and Dauwalder, Stefan and Rafael-Palou, Xavier and Sol{\`{a}}, Marc and Daly, Jean M. and Armstrong, Elaine and Martin, Suzanne and K{\"{u}}bler, Andrea},
doi = {10.3389/fnins.2017.00286},
isbn = {1662-453X},
issn = {1662453X},
journal = {Frontiers in Neuroscience},
keywords = {Assistive technology,Brain-computer interface,EEG,End-user evaluation,Practical electrodes},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
pmid = {28588442},
title = {{A multifunctional brain-computer interface intended for home use: An evaluation with healthy participants and potential end users with dry and gel-based electrodes}},
pages={1--17},
year = {2017}
}
@article{Harris1978,
abstract = {This paper makes avaliable a concise review of data windows and their affect on the detection of harmonic signals inthe presence of broard-band noise, and in presence of nearby strong harmonic interference. We also call attention to a number of common errors in the application of windows when used with the fast Fourier transform. This paper includes a comprehensive catalog of data windows along with their significant performance parameters from which the different windows can be compared. Finally, an example demonstrates the use and value of windows to resolve closely apaced harmonic signals characterized by large differences inamplitude.},
author = {Harris, Fredric J.},
doi = {10.1109/PROC.1978.10837},
isbn = {0018-9219},
issn = {15582256},
journal = {Proceedings of the IEEE},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
number = {1},
pages = {51--83},
pmid = {1455106},
title = {{On the Use of Windows for Harmonic Analysis with the Discrete Fourier Transform}},
url = {http://ieeexplore.ieee.org/document/1455106/},
volume = {66},
year = {1978}
}
@article{Rakotomamonjy2008,
author = {Rakotomamonjy, Alain and Guigue, Vincent},
doi = {10.1109/TBME.2008.915728},
issn = {0018-9294},
journal = {IEEE Transactions on Biomedical Engineering},
mendeley-groups = {Thesis,Thesis2},
month = {mar},
number = {3},
pages = {1147--1154},
title = {{BCI Competition III: Dataset II- Ensemble of SVMs for BCI P300 Speller}},
url = {http://ieeexplore.ieee.org/document/4454051/},
volume = {55},
year = {2008}
}
@article{Tjepkema-Cloostermans2018,
abstract = {Objective: Visual assessment of the EEG still outperforms current computer algorithms in detecting epileptiform discharges. Deep learning is a promising novel approach, being able to learn from large datasets. Here, we show pilot results of detecting epileptiform discharges using deep neural networks. Methods: We selected 50 EEGs from focal epilepsy patients. All epileptiform discharges (n = 1815) were annotated by an experienced neurophysiologist and extracted as 2 s epochs. In addition, 50 normal EEGs were divided into 2 s epochs. All epochs were divided into a training (n = 41,381) and test (n = 8775) set. We implemented several combinations of convolutional and recurrent neural networks, providing the probability for the presence of epileptiform discharges. The network with the largest area under the ROC curve (AUC) in the test set was validated on seven independent EEGs with focal epileptiform discharges and twelve normal EEGs. Results: The final network had an AUC of 0.94 for the test set. Validation allowed detection of epileptiform discharges with 47.4{\%} sensitivity and 98.0{\%} specificity (FPR: 0.6/min). For the normal EEGs in the validation set, the specificity was 99.9{\%} (FPR: 0.03/min). Conclusions: Deep neural networks can accurately detect epileptiform discharges from scalp EEG recordings. Significance: Deep learning may result in a fundamental shift in clinical EEG analysis.},
author = {Tjepkema-Cloostermans, Marleen C. and de Carvalho, Rafael C.V. and van Putten, Michel J.A.M.},
doi = {10.1016/j.clinph.2018.06.024},
issn = {18728952},
journal = {Clinical Neurophysiology},
keywords = {Convolutional neural networks,Deep learning,EEG,Epilepsy,Epileptiform discharges},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
month = {oct},
number = {10},
pages = {2191--2196},
publisher = {Elsevier},
title = {{Deep learning for detection of focal epileptiform discharges from scalp EEG recordings}},
url = {https://www.sciencedirect.com/science/article/pii/S1388245718311465},
volume = {129},
year = {2018}
}
@article{Kaper2004,
abstract = {We propose an approach to analyze data from the P300 speller paradigm using the machine-learning technique support vector machines. In a conservative classification scheme, we found the correct solution after five repetitions. While the classification within the competition is designed for offline analysis, our approach is also well-suited for a real-world online solution: It is fast, requires only 10 electrode positions and demands only a small amount of preprocessing.},
author = {Kaper, Matthias and Meinicke, Peter and Grossekathoefer, Ulf and Lingner, Thomas and Ritter, Helge},
doi = {10.1109/TBME.2004.826698},
isbn = {0018-9294},
issn = {00189294},
journal = {IEEE Transactions on Biomedical Engineering},
keywords = {BCI competition 2003,Brain-computer interface,P300 speller,SVM},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
month = {jun},
number = {6},
pages = {1073--1076},
pmid = {15188881},
title = {{BCI competition 2003 - Data set IIb: Support vector machines for the P300 speller paradigm}},
url = {http://ieeexplore.ieee.org/document/1300805/},
volume = {51},
year = {2004}
}
@book{He2013,
abstract = {Human-computer interfaces (HCIs) have become ubiquitous. Interfaces such as keyboards and mouses are used daily while interacting$\backslash$n with computing devices (Ebrahimi et al., 2003). There is a developing need, however, for HCIs that can be used in situations$\backslash$n where these typical interfaces are not viable. Direct brain-computer interfaces (BCI) is a developing field that has been$\backslash$n adding this new dimension of functionality to HCI. BCI has created a novel communication channel, especially for those users$\backslash$n who are unable to generate necessary muscular movements to use typical HCI devices.},
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {He, Bin},
booktitle = {Neural Engineering: Second Edition},
publisher = {KA-PP},
doi = {10.1007/9781461452270},
eprint = {arXiv:1011.1669v3},
isbn = {9781461452270},
issn = {0090-6964},
pmid = {1000102564},
title = {{Neural engineering: Second edition}},
year = {2013}
}
@article{DaPelo2018,
abstract = {Objective. Event-related potentials (ERPs) are usually obtained by averaging thus neglecting the trial-to-trial latency variability in cognitive electroencephalography (EEG) responses. As a consequence the shape and the peak amplitude of the averaged ERP are smeared and reduced, respectively, when the single-trial latencies show a relevant variability. To date, the majority of the methodologies for single-trial latencies inference are iterative schemes providing suboptimal solutions, the most commonly used being the Woody's algorithm. Approach. In this study, a global approach is developed by introducing a fitness function whose global maximum corresponds to the set of latencies which renders the trial signals most aligned as possible. A suitable genetic algorithm has been implemented to solve the optimization problem, characterized by new genetic operators tailored to the present problem. Main results. The results, on simulated trials, showed that the proposed algorithm performs better than Woody's algorithm in all conditions, at the cost of an increased computational complexity (justified by the improved quality of the solution). Application of the proposed approach on real data trials, resulted in an increased correlation between latencies and reaction times w.r.t. the output from RIDE method. Significance. The above mentioned results on simulated and real data indicate that the proposed method, providing a better estimate of single-trial latencies, will open the way to more accurate study of neural responses as well as to the issue of relating the variability of latencies to the proper cognitive and behavioural correlates.},
author = {{Da Pelo}, P. and {De Tommaso}, M. and Monaco, A. and Stramaglia, S. and Bellotti, R. and Tangaro, S.},
doi = {10.1088/1741-2552/aa9b97},
issn = {17412552},
journal = {Journal of Neural Engineering},
keywords = {EEG,ERP,P300,genetic algorithm,intra-subject variability,latency,single-trial},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
month = {apr},
number = {2},
pages = {026016},
pmid = {29154255},
publisher = {IOP Publishing},
title = {{Trial latencies estimation of event-related potentials in EEG by means of genetic algorithms}},
url = {http://stacks.iop.org/1741-2552/15/i=2/a=026016?key=crossref.edbb5c30c593bdaafc1f43e77f1cc59d},
volume = {15},
year = {2018}
}
@article{Gramfort2013,
abstract = {Magnetoencephalography and electroencephalography (M/EEG) measure the weak electromagnetic signals generated by neuronal activity in the brain. Using these signals to characterize and locate neural activation in the brain is a challenge that requires expertise in physics, signal processing, statistics, and numerical methods. As part of the MNE software suite, MNE-Python is an open-source software package that addresses this challenge by providing state-of-the-art algorithms implemented in Python that cover multiple methods of data preprocessing, source localization, statistical analysis, and estimation of functional connectivity between distributed brain regions. All algorithms and utility functions are implemented in a consistent manner with well-documented interfaces, enabling users to create M/EEG data analysis pipelines by writing Python scripts. Moreover, MNE-Python is tightly integrated with the core Python libraries for scientific comptutation (NumPy, SciPy) and visualization (matplotlib and Mayavi), as well as the greater neuroimaging ecosystem in Python via the Nibabel package. The code is provided under the new BSD license allowing code reuse, even in commercial products. Although MNE-Python has only been under heavy development for a couple of years, it has rapidly evolved with expanded analysis capabilities and pedagogical tutorials because multiple labs have collaborated during code development to help share best practices. MNE-Python also gives easy access to preprocessed datasets, helping users to get started quickly and facilitating reproducibility of methods by other researchers. Full documentation, including dozens of examples, is available at http://martinos.org/mne.},
archivePrefix = {arXiv},
arxivId = {[1] A. Gramfort, “MEG and EEG data analysis with MNE-Python,” Front. Neurosci., vol. 7, no. December, pp. 1–13, 2013.},
author = {Gramfort, Alexandre and Luessi, Martin and Larson, Eric and Engemann, Denis A. and Strohmeier, Daniel and Brodbeck, Christian and Goj, Roman and Jas, Mainak and Brooks, Teon and Parkkonen, Lauri and H{\"{a}}m{\"{a}}l{\"{a}}inen, Matti},
doi = {10.3389/fnins.2013.00267},
eprint = {[1] A. Gramfort, “MEG and EEG data analysis with MNE-Python,” Front. Neurosci., vol. 7, no. December, pp. 1–13, 2013.},
file = {:Users/rramele/Library/Application Support/Mendeley Desktop/Downloaded/Gramfort et al. - 2013 - MEG and EEG data analysis with MNE-Python(2).pdf:pdf},
isbn = {1662-4548 (Print) 1662-453X (Linking)},
issn = {1662453X},
journal = {Frontiers in Neuroscience},
keywords = {Electroencephalography (EEG),Magnetoencephalography (MEG),Neuroimaging,Open-source,Python,Software},
mendeley-groups = {Thesis,Thesis2},
month = {dec},
number = {7},
pages = {267},
pmid = {24431986},
publisher = {Frontiers},
title = {{MEG and EEG data analysis with MNE-Python}},
url = {http://journal.frontiersin.org/article/10.3389/fnins.2013.00267/abstract},
volume = {7},
year = {2013}
}
@book{Freeman2013,
abstract = {The scalp and cortex lie like pages of an open book on which the cortex enciphers vast quantities of information and knowledge. They are recorded and analyzed as temporal and spatial patterns in the electroencephalogram and electrocorticogram. This book describes basic tools and concepts needed to measure and decipher the patterns extracted from the EEG and ECoG. This book emphasizes the need for single trial analysis using new methods and paradigms, as well as large, high-density spatial arrays of electrodes for pattern sampling. The deciphered patterns reveal neural mechanisms by which brains process sensory information into precepts and concepts. It describes the brain as a thermodynamic system that uses chemical energy to construct knowledge. The results are intended for use in the search for the neural correlates of intention, attention, perception and learning; in the design of human brain-computer interfaces enabling mental control of machines; and in exploring and explaining the physicochemical foundation of biological intelligence.},
address = {New York, NY},
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {Freeman, Walter J. and Quiroga, Rodrigo Quian},
booktitle = {Imaging Brain Function With EEG: Advanced Temporal and Spatial Analysis of Electroencephalographic Signals},
doi = {10.1007/978-1-4614-4984-3},
eprint = {arXiv:1011.1669v3},
isbn = {9781461449843},
issn = {1098-6596},
mendeley-groups = {Thesis,Thesis2},
pages = {1--248},
pmid = {25246403},
publisher = {Springer New York},
title = {{Imaging brain function with EEG: Advanced temporal and spatial analysis of electroencephalographic signals}},
url = {http://link.springer.com/10.1007/978-1-4614-4984-3},
year = {2013}
}
@inproceedings{Gu2012,
abstract = {EEG signal classification is a challenging task in that the nature of the EEG data may vary from subject to subject, and change over time for the same subject. To improve classification performance, we propose to construct heterogeneous classifier ensembles, where not only the base classifiers are of different types, but they have different input features as well. The classification performance of the proposed method has been examined on Berlin BCI competition III datasets IVa. Our comparative results clearly show that heterogeneous ensembles outperform single models as well as ensembles having the same input features. {\textcopyright} 2012 IEEE.},
author = {Gu, Shenkai and Jin, Yaochu},
booktitle = {2012 12th UK Workshop on Computational Intelligence, UKCI 2012},
doi = {10.1109/UKCI.2012.6335751},
isbn = {9781467343923},
keywords = {Classifier ensemble,autoregressive,brain-computer interface,common spatial pattern,linear discriminant analysis,support vector machine},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
month = {sep},
pages = {1--8},
publisher = {IEEE},
title = {{Heterogeneous classifier ensembles for EEG-based motor imaginary detection}},
url = {http://ieeexplore.ieee.org/document/6335751/},
year = {2012}
}
@article{Wulsin2011,
abstract = {Clinical electroencephalography (EEG) records vast amounts of human complex data yet is still reviewed primarily by human readers. Deep belief nets (DBNs) are a relatively new type of multi-layer neural network commonly tested on two-dimensional image data but are rarely applied to times-series data such as EEG. We apply DBNs in a semi-supervised paradigm to model EEG waveforms for classification and anomaly detection. DBN performance was comparable to standard classifiers on our EEG dataset, and classification time was found to be 1.7-103.7 times faster than the other high-performing classifiers. We demonstrate how the unsupervised step of DBN learning produces an autoencoder that can naturally be used in anomaly measurement. We compare the use of raw, unprocessed data--a rarity in automated physiological waveform analysis--with hand-chosen features and find that raw data produce comparable classification and better anomaly measurement performance. These results indicate that DBNs and raw data inputs may be more effective for online automated EEG waveform recognition than other common techniques.},
archivePrefix = {arXiv},
arxivId = {036015},
author = {Wulsin, D. F. and Gupta, J. R. and Mani, R. and Blanco, J. A. and Litt, B.},
doi = {10.1088/1741-2560/8/3/036015},
eprint = {036015},
isbn = {1741-2552 (Electronic)$\backslash$r1741-2552 (Linking)},
issn = {17412560},
journal = {Journal of Neural Engineering},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
month = {jun},
number = {3},
pages = {15},
pmid = {21525569},
title = {{Modeling electroencephalography waveforms with semi-supervised deep belief nets: Fast classification and anomaly measurement}},
url = {http://stacks.iop.org/1741-2552/8/i=3/a=036015?key=crossref.0b9a4c710e44d4f17f4f6aa5447f418e},
volume = {8},
year = {2011}
}
@book{Luck2005,
abstract = {Preface Acknowledgments 1 An Introduction to Event-Related Potentials and Their Neural Origins 2 The Design and Interpretation of ERP Experiments 3 Basic Principles of ERP Recording 4 Averaging, Artifact Rejection, and Artifact Correction 5 Filtering 6 Plotting, Measurement, and Analysis 7 ERP Localization 8 Setting Up an ERP Lab Appendix: Basic Principles of Electricity Notes References Index},
archivePrefix = {arXiv},
arxivId = {9780262621960},
author = {Luck, Steven J.},
booktitle = {Monographs of the Society for Research in Child Development},
doi = {10.1118/1.4736938},
eprint = {9780262621960},
isbn = {0262122774},
issn = {1540-5834},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
number = {3},
pages = {388},
pmid = {23782442},
title = {{An Introduction to the Event-Related Potential Technique}},
url = {http://mitpress.mit.edu/sites/default/files/titles/content/9780262621960{\_}sch{\_}0001.pdf{\%}5Cnhttp://cognet.mit.edu/library/books/view?isbn=0262122774{\%}5Cnhttp://www.amazon.com/Introduction-Event-Related-Potential-Technique-Neuroscience/dp/0262621967},
volume = {78},
year = {2005}
}
@article{Buzsaki2012,
abstract = {Neuronal activity in the brain gives rise to transmembrane currents that can be measured in the extracellular medium. Although the major contributor of the extracellular signal is the synaptic transmembrane current, other sources--including Na(+) and Ca(2+) spikes, ionic fluxes through voltage- and ligand-gated channels, and intrinsic membrane oscillations--can substantially shape the extracellular field. High-density recordings of field activity in animals and subdural grid recordings in humans, combined with recently developed data processing tools and computational modelling, can provide insight into the cooperative behaviour of neurons, their average synaptic input and their spiking output, and can increase our understanding of how these processes contribute to the extracellular signal.},
archivePrefix = {arXiv},
arxivId = {NIHMS150003},
author = {Buzs{\'{a}}ki, Gy{\"{o}}rgy and Anastassiou, Costas A. and Koch, Christof},
doi = {10.1038/nrn3241},
eprint = {NIHMS150003},
isbn = {1471-0048 (Electronic)$\backslash$r1471-003X (Linking)},
issn = {1471003X},
journal = {Nature Reviews Neuroscience},
keywords = {Cellular neuroscience,Computational neuroscience,Extracellular signalling molecules,Ion channels,Synaptic transmission},
mendeley-groups = {Thesis,Thesis2},
month = {jun},
number = {6},
pages = {407--420},
pmid = {22595786},
publisher = {Nature Publishing Group},
title = {{The origin of extracellular fields and currents-EEG, ECoG, LFP and spikes}},
url = {http://www.nature.com/articles/nrn3241},
volume = {13},
year = {2012}
}
@book{Lawrence2010,
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {Hirsch, Lawrence J. and Richard, Brenner P.},
doi = {10.1017/CBO9781107415324.004},
eprint = {arXiv:1011.1669v3},
file = {:Users/rramele/GoogleDrive/BasicBooks/Atlas-of-EEG-in-Critical-Care.pdf:pdf},
isbn = {9788578110796},
issn = {1098-6596},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
pages = {348},
pmid = {25246403},
publisher = {Wiley-Blackwell},
title = {{Atlas of EEG in critical care}},
year = {2010}
}
@book{Kappenman2012,
abstract = {Event-related potentials (ERPs) have been used for decades to study perception, cognition, emotion, neurological and psychiatric disorders, and lifespan development. ERPs consist of multiple components and reflect a specific neurocognitive process. In the past, there was no single source that could be consulted to learn about all the major ERP components; learning about a single ERP component required reading dozens or even hundreds of separate journal articles and book chapters. The Oxford Handbook of Event-Related Potential Components fills this longstanding void with a detailed and comprehensive review of the major ERP components. Comprising 22 chapters by the field's founders and leading researchers, this volume offers extensive coverage of all relevant topics: -the fundamental nature of ERP components, including essential information about how ERP components are defined and isolated -individual components, such as the N170, P300, and ERN -groups of related components within specific research domains, such as language, emotion, and memory -ERP components in special populations, including children, the elderly, nonhuman primates, and patients with neurological disorders, affective disorders, and schizophrenia While undeniably broad in scope, these chapters are accessible to novices while remaining informative and engaging to experts. The Oxford Handbook of Event-Related Potential Components is a unique and valuable resource for students and researchers throughout the brain sciences.},
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {Kappenman, Emily S. and Luck, Steven J.},
booktitle = {The Oxford Handbook of Event-Related Potential Components},
doi = {10.1093/oxfordhb/9780195374148.001.0001},
eprint = {arXiv:1011.1669v3},
isbn = {9780199940356},
issn = {1098-6596},
keywords = {ERP components,ERPs,Emotion,Event-related potentials,Language,Memory,Neurocognitive process},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
pmid = {16582340},
title = {{The Oxford Handbook of Event-Related Potential Components}},
year = {2012}
}
@book{Tatum2008,
abstract = {EEG interpretation is a critical skill for most practicing neurologists, as well as for an increasing number of specialists in other practice settings. Handbook of EEG Interpretation, the first illustrated, portable handbook to discuss all aspects of clinical neurophysiology, is an essential means of quick reference for anyone involved in EEG interpretation. Handbook of EEG Interpretation provides practical information on reading EEGs by juxtaposing actual EEGs with bullet points of critical information, making it an essential neurophysiology reference for use during bedside, OR, ER, and ICU EEG interpretation. At once more concise, illustrative, and portable than other texts on EEG, Handbook of EEG Interpretation fits in a labcoat pocket, providing immediate information for anyone involved in EEG interpretation. It is a useful tool for all residents, fellows, and clinicians in neurology as well as many internists, psychiatrists, neurosurgeons, anesthesiologists, ICU staff, ER staff, EEG technologists, and nurses. The book's seven main sections cover normal, abnormal, and epileptiform EEG patterns, as well as seizures, patterns of special significance (e.g., stupor and coma), polysomnography, and neurophysiologic intraoperative monitoring. About the Author},
author = {Tatum, William and Husain, Aatif and Benbadis, Selim and Kaplan, Peter},
booktitle = {Medicine},
doi = {10.1002/2014GB005021},
isbn = {9781933864112},
mendeley-groups = {EEGWaveformAnalysis,Thesis2},
publisher = {Demos Medical Publishing},
title = {{Handbook of EEG Interpretation}},
year = {2008}
}
@book{Clerc2016,
abstract = {Specialized. Fields of Application. Brain-Computer Interfaces in Disorders
of Consciousness / Jeremie Mattout, Jacques Luaute, Julien Jung,
Dominique Morlet -- Medical Applications: Neuroprostheses and Neurorehabilitation
/ Laurent Bougrain -- Medical Applications of BCIs for Patient Communication
/ Francois Cabestaing, Louis Mayaud -- BrainTV: Revealing the Neural
Bases of Human Cognition in Real Time / Jean-Philippe Lachaux --
BCIs and Video Games: State of the Art with the OpenViBE2 Project
/ Anatole Lecuyer -- Practical Aspects of BCI Implementation. Analysis
of Patient Need for Computer Interfaces / Louis Mayaud, Salvador
Cabanilles, Eric Azabou -- Sensors: Theory and Innovation / Jean-Michel
Badier, Thomas Lonjaret, Pierre Leleux -- Technical Requirements
for High-quality EEG Acquisition / Emmanuel Maby -- Practical Guide
to Performing an EEG Experiment / Emmanuel Maby -- Step by Step Guide
to BCI Design with OpenViBE. OpenViBE and Other BCI Software Platforms
/ Jussi Lindgren, Anatole Lecuyer -- Illustration of Electrophysiological
Phenomena with OpenViBE / Fabien Lotte, Alison Cellard -- Classification
of Brain Signals with OpenViBE / Laurent Bougrain, Guillaume Serriere
-- OpenViBE Illustration of a P300 Virtual Keyboard / Nathanael Foy,
Theodore Papadopoulo, Maureen Clerc -- Recreational Applications
of OpenViBE: Brain Invaders and Use-the-Force / Anton Andreev, Alexandre
Barachant, Fabien Lotte, Marco Congedo -- Societal Challenges and
Perspectives. Ethical Reflections on Brain-Computer Interfaces /
Florent Bocquelet, Gaelle Piret, Nicolas Aumonier, Blaise Yvert --
Acceptance of Brain-Machine Hybrids: How is Their Brain Perceived
In Vivo? / Bernard Andrieu -- Conclusion and Perspectives / Maureen