-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.bib
2451 lines (2429 loc) · 130 KB
/
library.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
Automatically generated by Mendeley 1.7.1
Any changes to this file will be lost if it is regenerated by Mendeley.
@inproceedings{Kinnunen2010,
address = {New York, New York, USA},
author = {Kinnunen, Tomi and Sedlak, Filip and Bednarik, Roman},
booktitle = {Proceedings of the 2010 Symposium on Eye-Tracking Research \& Applications - ETRA '10},
doi = {10.1145/1743666.1743712},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Kinnunen, Sedlak, Bednarik - 2010 - Towards task-independent person authentication using eye movement signals.pdf:pdf},
isbn = {9781605589947},
keywords = {biometrics,eye tracking,task independence},
month = mar,
pages = {187},
publisher = {ACM Press},
title = {{Towards task-independent person authentication using eye movement signals}},
url = {http://dl.acm.org/citation.cfm?id=1743666.1743712},
year = {2010}
}
@article{needlemanwunsch,
author = {Needleman, S B and Wunsch, C D},
doi = {DOI: 10.1016/0022-2836(70)90057-4},
issn = {0022-2836},
journal = {Journal of Molecular Biology},
number = {3},
pages = {443--453},
title = {{A general method applicable to the search for similarities in the amino acid sequence of two proteins}},
url = {http://www.sciencedirect.com/science/article/B6WK7-4DN8W3K-7X/2/0d99b8007b44cca2d08a031a445276e1},
volume = {48},
year = {1970}
}
@article{atutorialonsvm,
author = {Burges, C J C},
journal = {Data Min. Knowl. Discov.},
keywords = {svm},
number = {2},
pages = {121--167},
title = {{A Tutorial on Support Vector Machines for Pattern Recognition}},
url = {http://dblp.uni-trier.de/rec/bibtex/journals/datamine/Burges98},
volume = {2},
year = {1998}
}
@inproceedings{Biedert2010,
address = {New York, New York, USA},
author = {Biedert, Ralf and Buscher, Georg and Schwarz, Sven and Hees, J\"{o}rn and Dengel, Andreas},
booktitle = {Proceedings of the 28th of the international conference extended abstracts on Human factors in computing systems - CHI EA '10},
doi = {10.1145/1753846.1754093},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Biedert et al. - 2010 - Text 2.0.pdf:pdf},
isbn = {9781605589305},
keywords = {attentive text,eye tracking,reading},
month = apr,
pages = {4003},
publisher = {ACM Press},
title = {{Text 2.0}},
url = {http://dl.acm.org/citation.cfm?id=1753846.1754093},
year = {2010}
}
@article{fasthandsfreewritingbygaze,
author = {Ward, D J and Mackay, D J C},
journal = {Nature},
keywords = {bibtex-import},
number = {6900},
title = {{Fast Hands-free writing by Gaze Direction}},
volume = {418},
year = {2002}
}
@book{onintelligence,
author = {Hawkins, J},
publisher = {Cambridge University Press},
title = {{On Intelligence}},
year = {2004}
}
@article{nnandai,
address = {New York, NY, USA},
author = {Sondak, N E and Sondak, V K},
doi = {10.1145/65294.71221},
issn = {0097-8418},
journal = {SIGCSE Bull.},
keywords = { intelligence, networks, neural,artificial},
number = {1},
pages = {241--245},
publisher = {ACM},
title = {{Neural networks and artificial intelligence}},
url = {http://dx.doi.org/10.1145/65294.71221},
volume = {21},
year = {1989}
}
@techreport{htmwhitepaper,
author = {Hawkins, J},
institution = {Numenta},
title = {{Hierarchical Temporal Memory, Concepts, Theory, and Terminology}},
year = {2006}
}
@inproceedings{Kumar2007a,
address = {New York, New York, USA},
author = {Kumar, Manu and Garfinkel, Tal and Boneh, Dan and Winograd, Terry},
booktitle = {Proceedings of the 3rd symposium on Usable privacy and security - SOUPS '07},
doi = {10.1145/1280680.1280683},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Kumar et al. - 2007 - Reducing shoulder-surfing by using gaze-based password entry.pdf:pdf},
isbn = {9781595938015},
keywords = {eye tracking,gaze-based password entry,password entry,shoulder surfing},
month = jul,
pages = {13},
publisher = {ACM Press},
title = {{Reducing shoulder-surfing by using gaze-based password entry}},
url = {http://dl.acm.org/citation.cfm?id=1280680.1280683},
year = {2007}
}
@article{Negin2000,
abstract = {Much work in the emerging field of biometrics has focused on identification applications. Biometrics offers the means to identify individuals without requiring that they carry ID cards and badges or memorize passwords. A leading concern in the development of such applications, however, is how to avoid rejecting valid users or approving imposters. The iris of the eye may provide a solution by offering a much more discriminating biometric than fingerprint or face recognition. The authors have designed and implemented an iris biometric system for personal electronic identification. Further, their system solves problems associated with public use devices such as automated teller machines, where habituated use is not the norm. The system also addresses personal-use arenas, such as home banking, and other Internet and network applications, such as secure business logons. The article describes the public- and personal-use systems, as well as relating statistical analysis and field trials to gauge the effectiveness of their system},
author = {Negin, M. and Chmielewski, T.A. and Salganicoff, M. and von Seelen, U.M. and Venetainer, P.L. and Zhang, G.G.},
doi = {10.1109/2.820042},
issn = {00189162},
journal = {Computer},
number = {2},
pages = {70--75},
title = {{An iris biometric system for public and personal use}},
url = {http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=820042},
volume = {33},
year = {2000}
}
@conference{vickerssnapclutch,
address = {Savannah, GA},
author = {Vickers, S and Istance, H O and Bates, R and Hyrskykari, A},
booktitle = {ETRA \{\&\}\#039;08: Proceedings of the 2008 symposium on Eye Tracking Research Applications},
keywords = { eye tracking, feedback, gaze control, gaze gestures,disabled users},
publisher = {ACM Press},
title = {{Snap Clutch, a Moded Approach to Solving the Midas Touch Problem}},
url = {http://doi.acm.org/10.1145/1344471.1344523},
year = {2008}
}
@inproceedings{emilieetra,
author = {Mollenbach, E and Lillholm, M and Gail, A and Hansen, J P},
booktitle = {Proceedings of the 2010 Symposium on Eye-Tracking Research \& Applications},
pages = {177--180},
series = {ETRA '10},
title = {{Single gaze gestures}},
year = {2010}
}
@article{neocortexcircuits,
author = {Douglas, R J and Martin, K A C},
doi = {10.1146/annurev.neuro.27.070203.144152},
journal = {Annual Review of Neuroscience},
number = {1},
pages = {419--451},
title = {{NEURONAL CIRCUITS OF THE NEOCORTEX}},
url = {http://arjournals.annualreviews.org/doi/abs/10.1146/annurev.neuro.27.070203.144152},
volume = {27},
year = {2004}
}
@article{bayesianapproachnn,
abstract = {We give a short review on the Bayesian approach for neural network learning and demonstrate the advantages of the approach in three real applications. We discuss the Bayesian approach with emphasis on the role of prior knowledge in Bayesian models and in classical error minimization approaches. The generalization capability of a statistical model, classical or Bayesian, is ultimately based on the prior assumptions. The Bayesian approach permits propagation of uncertainty in quantities which are ...},
author = {Lampinen, J and Vehtari, A},
journal = {Neural Networks},
keywords = { mathematics, networks,bayesian},
number = {3},
pages = {257--274},
title = {{Bayesian approach for neural networks - review and case studies}},
url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.16.9915},
volume = {14},
year = {2001}
}
@inproceedings{writingWithYourEye,
author = {Bee, N and Andr�, E},
booktitle = {Proceedings of the 4th IEEE tutorial and research workshop on Perception and Interactive Technologies for Speech-Based Systems},
pages = {111--122},
publisher = {Springer-Verlag},
title = {{Writing with your eye: A dwell time free writing system adapted to the nature of human eye gaze}},
year = {2008}
}
@article{ErlynnMaeAngRamos,
abstract = {The purpose of this study was to determine the average time school children spend on computers and electronic games, the positions they assume, and any associated discomfort related to their use. A twenty three-point questionnaire was distributed to 476 children in first to eighth grade from three parochial schools in one of the New York City boroughs. The findings of this study suggest that children use the computer and electronic games differently than adults and that more boys than girls engage in electronic game playing. Results clearly indicated that children are experiencing discomfort from the use of computers or electronic games, and that the discomfort is largely concentrated in the neck region. Occupational therapy could be instrumental in terms of educating the children, their parents/guardians, and their teachers on proper body mechanics, applications of ergonomically suited workstations, and the use of rest/stretch breaks while engaged in computing and electronic game playing.},
author = {Ramos, Erlynn Mae Ang and James, Christine A. and Bear-Lehman, Jane},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Unknown - Unknown - Children's computer usage Are they at risk of developing repetitive strain injury.html:html},
journal = {Work: A Journal of Prevention, Assessment and Rehabilitation},
number = {2},
pages = {143--154},
title = {{Children's computer usage: Are they at risk of developing repetitive strain injury?}},
url = {http://iospress.metapress.com/content/2la2bt1qhue7lc4f/},
volume = {25},
year = {2005}
}
@article{blast,
abstract = {A new approach to rapid sequence comparison, basic local alignment
search tool (BLAST), directly approximates alignments that optimize
a measure of local similarity, the maximal segment pair (MSP) score.
Recent mathematical results on the stochastic properties of MSP scores
allow an analysis of the performance of this method as well as the
statistical significance of alignments it generates. The basic algorithm
is simple and robust; it can be implemented in a number of ways and
applied in a variety of contexts including straightforward DNA and
protein sequence database searches, motif searches, gene identification
searches, and in the analysis of multiple regions of similarity in
long DNA sequences. In addition to its flexibility and tractability
to mathematical analysis, BLAST is an order of magnitude faster than
existing sequence comparison tools of comparable sensitivity.},
address = {National Center for Biotechnology Information, National Library of Medicine, National Institutes of Health, Bethesda, MD 20894.},
author = {Altschul, S},
doi = {10.1006/jmbi.1990.9999},
issn = {00222836},
journal = {Journal of Molecular Biology},
keywords = { local,alignment},
number = {3},
pages = {403--410},
title = {{Basic Local Alignment Search Tool}},
url = {http://dx.doi.org/10.1006/jmbi.1990.9999},
volume = {215},
year = {1990}
}
@techreport{problemsthatfithtms,
author = {Numenta},
institution = {Numenta},
title = {{Problems that Fit HTM}},
year = {2006}
}
@inproceedings{Poulos,
abstract = {Person identification based on parametric spectral analysis of the EEG signal is addressed in this work-a problem that has not yet been seen in a signal-processing framework, to the best of our knowledge. AR parameters are estimated from a signal containing only the alpha, rhythm activity of the EEG. These parameters are used as features in the classification step, which employs a learning vector quantizer network. The proposed method was applied on a set of real EEG recordings made on healthy individuals, in an attempt to experimentally investigate the connection between a person's EEG and genetically-specific information. Correct classification scores at the range of 72\% to 84\% show the potential of our approach for person classification/identification and are in agreement with previous research showing evidence that the EEG carries genetic information},
author = {Poulos, M. and Rangoussi, M. and Chrissikopoulos, V. and Evangelou, A.},
booktitle = {ICECS'99. Proceedings of ICECS '99. 6th IEEE International Conference on Electronics, Circuits and Systems (Cat. No.99EX357)},
doi = {10.1109/ICECS.1999.812278},
isbn = {0-7803-5682-9},
pages = {283--286},
publisher = {IEEE},
title = {{Person identification based on parametric processing of the EEG}},
url = {http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=812278},
volume = {1}
}
@book{neuroscienceexploringthebrain,
author = {Bear, M and Connors, B and Paradiso, M and Bear, M F and Connors, B W and Paradiso, M A},
edition = {Second},
howpublished = {Hardcover},
isbn = {0781739446},
keywords = { brain, event, potential,action},
publisher = {Lippincott Williams \& Wilkins},
title = {{Neuroscience: Exploring the Brain (Book with CD-ROM)}},
url = {http://www.amazon.com/exec/obidos/redirect?tag=citeulike07-20\&path=ASIN/0781739446},
year = {2002}
}
@article{dasher,
author = {Mackay, D},
journal = {ACNR},
number = {2},
pages = {24},
title = {{Dasher - an Efficient Keyboard Alternative}},
url = {http://www.acnr.co.uk/contents3-2.htm},
volume = {3},
year = {2003}
}
@book{henrikch,
author = {Skovsgaard, Henrik and Kari-Jouko, Raiha and Tall, Martin},
doi = {10.4018/978-1-61350-098-9.ch009},
pages = {78--102},
publisher = {IGI Global},
title = {{Computer Control by Gaze. Gaze Interaction and Applications of Eye Tracking: Advances in Assistive Technologies}},
url = {http://books.google.com/books?id=zSfEQgAACAAJ},
year = {2012}
}
@article{simplereactiontime,
author = {N��t�nen, Risto and Koskinen, Pirjo},
doi = {DOI: 10.1016/0001-6918(75)90020-7},
issn = {0001-6918},
journal = {Acta Psychologica},
number = {1},
pages = {43--50},
title = {{Simple reaction time with very small imperative- stimulus probabilities}},
url = {http://www.sciencedirect.com/science/article/pii/0001691875900207},
volume = {39},
year = {1975}
}
@article{mccullochPitts1943,
annote = {10.1007/BF02459570},
author = {McCulloch, W and Pitts, W},
issn = {0092-8240},
journal = {Bulletin of Mathematical Biology},
number = {1},
pages = {99--115},
publisher = {Springer New York},
title = {{A logical calculus of the ideas immanent in nervous activity}},
url = {http://dx.doi.org/10.1007/BF02459570},
volume = {52},
year = {1990}
}
@article{speedandaccuracyofgg,
author = {Heikkil�, H},
journal = {SciencesNew York},
number = {2},
pages = {1--14},
title = {{Speed and Accuracy of Gaze Gestures}},
url = {http://www.jemr.org/download/pictures/68/w9x29ckly31c07g14zw195mxaasba2/heikkila-jemr-2009.pdf},
volume = {3},
year = {2009}
}
@article{temporalintegration,
author = {P�ppel, E},
doi = {DOI: 10.1016/S1364-6613(97)01008-5},
issn = {1364-6613},
journal = {Trends in Cognitive Sciences},
number = {2},
pages = {56--61},
title = {{A hierarchical model of temporal perception}},
url = {http://www.sciencedirect.com/science/article/B6VH9-3XBTXD2-Y/2/077e9f68e80e366183101f96828b9eeb},
volume = {1},
year = {1997}
}
@inproceedings{istance,
address = {New York, NY, USA},
author = {Istance, Howell and Hyrskykari, Aulikki and Immonen, Lauri and Mansikkamaa, Santtu and Vickers, Stephen},
booktitle = {Proceedings of the 2010 Symposium on Eye-Tracking Research \&\#38; Applications},
doi = {http://doi.acm.org/10.1145/1743666.1743740},
isbn = {978-1-60558-994-7},
keywords = { feedback, gaze and gaming, gaze control, gaze gestures,eye tracking},
pages = {323--330},
publisher = {ACM},
series = {ETRA '10},
title = {{Designing gaze gestures for gaming: an investigation of performance}},
url = {http://doi.acm.org/10.1145/1743666.1743740},
year = {2010}
}
@article{ASLrecognition,
annote = {10.1007/s00138-005-0003-1},
author = {Holden, E J and Lee, G and Owens, R},
issn = {0932-8092},
journal = {Machine Vision and Applications},
number = {5},
pages = {312--320},
publisher = {Springer Berlin / Heidelberg},
title = {{Australian sign language recognition}},
url = {http://dx.doi.org/10.1007/s00138-005-0003-1},
volume = {16},
year = {2005}
}
@article{latorresnn,
author = {Latorre, R and Rodriguez, F B and Varona, P},
doi = {10.1109/TNN.2010.2060495},
issn = {1045-9227},
journal = {Neural Networks, IEEE Transactions on},
keywords = {artificial neural network;information coding;infor},
number = {1},
pages = {8--23},
title = {{Signature Neural Networks: Definition and Application to Multidimensional Sorting Problems}},
volume = {22},
year = {2011}
}
@inproceedings{magicPointing,
address = {New York, NY, USA},
author = {Zhai, S and Morimoto, C and Ihde, S},
booktitle = {CHI '99: Proceedings of the SIGCHI conference on Human factors in computing systems},
doi = {http://doi.acm.org/10.1145/302979.303053},
isbn = {0-201-48559-1},
pages = {246--253},
publisher = {ACM},
title = {{Manual and gaze input cascaded (MAGIC) pointing}},
year = {1999}
}
@incollection{newbornferretsrewiring,
author = {Newton, J and Sur, M},
booktitle = {Plasticity and Signal Representation in the Auditory System},
editor = {Syka, Josef and Merzenich, Michael M},
isbn = {978-0-387-23181-5},
pages = {127--137},
publisher = {Springer US},
title = {{Rewiring Cortex: Functional Plasticity of the Auditory Cortex during Development}},
url = {http://dx.doi.org/10.1007/0-387-23181-1\_11},
year = {2005}
}
@inproceedings{italianslr,
author = {Infantino, I and Rizzo, R and Gaglio, S},
booktitle = {Computer as a Tool, 2005. EUROCON 2005.The International Conference on},
doi = {10.1109/EURCON.2005.1630228},
keywords = {Italian sign language;cognitive architecture;commo},
pages = {1421--1424},
title = {{A System for Sign Language Sentence Recognition Based on Common Sense Context}},
volume = {2},
year = {2005}
}
@inproceedings{gazeinputformobiledevicesbydwellandgestures,
address = {New York, NY, USA},
author = {Dybdal, Morten Lund and Agustin, Javier San and Hansen, John Paulin},
booktitle = {Proceedings of the Symposium on Eye Tracking Research and Applications},
doi = {10.1145/2168556.2168601},
isbn = {978-1-4503-1221-9},
keywords = { gaze interaction, mobile phones,gaze gestures},
pages = {225--228},
publisher = {ACM},
series = {ETRA '12},
title = {{Gaze input for mobile devices by dwell and gestures}},
url = {http://doi.acm.org/10.1145/2168556.2168601},
year = {2012}
}
@inproceedings{Hillaire2008,
abstract = {This paper describes the use of user's focus point to improve some visual effects in virtual environments (VE). First, we describe how to retrieve user's focus point in the 3D VE using an eye-tracking system. Then, we propose the adaptation of two rendering techniques which aim at improving users' sensations during first-person navigation in VE using his/her focus point: (1) a camera motion which simulates eyes movement when walking, i.e., corresponding to vestibulo-ocular and vestibulocollic reflexes when the eyes compensate body and head movements in order to maintain gaze on a specific target, and (2) a depth-of-field (DoF) blur effect which simulates the fact that humans perceive sharp objects only within some range of distances around the focal distance. Second, we describe the results of an experiment conducted to study users' subjective preferences concerning these visual effects during first-person navigation in VE. It showed that participants globally preferred the use of these effects when they are dynamically adapted to the focus point in the VE. Taken together, our results suggest that the use of visual effects exploiting users' focus point could be used in several VR applications involving first- person navigation such as the visit of architectural site, training simulations, video games, etc.},
author = {Hillaire, Sebastien and Lecuyer, Anatole and Cozot, Remi and Casiez, Gery},
booktitle = {2008 IEEE Virtual Reality Conference},
doi = {10.1109/VR.2008.4480749},
isbn = {978-1-4244-1971-5},
pages = {47--50},
publisher = {IEEE},
title = {{Using an Eye-Tracking System to Improve Camera Motions and Depth-of-Field Blur Effects in Virtual Environments}},
url = {http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=4480749},
year = {2008}
}
@book{prandnn,
abstract = {\{This book uses tools from statistical decision theory and computational learning theory to create a rigorous foundation for the theory of neural networks. On the theoretical side, <I>Pattern Recognition and Neural Networks</I> emphasizes probability and statistics. Almost all the results have proofs that are often original. On the application side, the emphasis is on pattern recognition. Most of the examples are from real world problems. In addition to the more common types of networks, the book has chapters on decision trees and belief networks from the machine-learning field. This book is intended for use in graduate courses that teach statistics and engineering. A strong background in statistics is needed to fully appreciate the theoretical developments and proofs. However, undergraduate-level linear algebra, calculus, and probability knowledge is sufficient to follow the book.\} \{Ripley brings together two crucial ideas in pattern recognition: statistical methods and machine learning via neural networks. He brings unifying principles to the fore, and reviews the state of the subject. Ripley also includes many examples to illustrate real problems in pattern recognition and how to overcome them.\}},
author = {Ripley, B D},
howpublished = {Hardcover},
isbn = {0521460867},
keywords = {machine-learning},
publisher = {Cambridge University Press},
title = {{Pattern Recognition and Neural Networks}},
url = {http://www.amazon.com/exec/obidos/redirect?tag=citeulike07-20\&path=ASIN/0521460867},
year = {1996}
}
@article{learningandrelearninginboltzmannmachines,
address = {Cambridge, MA, USA},
author = {Hinton, G E and Sejnowski, T J},
isbn = {026268053X},
pages = {282--317},
publisher = {MIT Press},
title = {{Learning and relearning in Boltzmann machines}},
url = {http://portal.acm.org/citation.cfm?id=104279.104291},
year = {1986}
}
@article{hierarchysupport,
abstract = {This paper addresses the question of the organization of memory processes
within the medial temporal lobe. Evidence obtained in patients with
late-onset amnesia resulting from medial temporal pathology has given
rise to two opposing interpretations of the effects of such damage
on long-term cognitive memory. One view is that cognitive memory,
including memory for both facts and events, is served in a unitary
manner by the hippocampus and its surrounding cortices; the other
is that the basic function affected in amnesia is event memory, the
memory for factual material often showing substantial preservation.
Recent findings in patients with amnesia resulting from relatively
selective hippocampal damage sustained early in life suggest a possible
reconciliation of the two views. The new findings suggest that the
hippocampus may be especially important for event as opposed to fact
memory, with the surrounding cortical areas contributing to both.
Evidence from neuroanatomical and neurobehavioural studies in monkeys
is presented in support of this proposal.},
address = {Laboratory of Neuropsychology, National Institute of Mental Health, Bethesda, MD 20892, USA.},
author = {Mishkin, M and Suzuki, W A and Gadian, D G and Vargha-Khadem, F},
issn = {0962-8436},
journal = {Philos Trans R Soc Lond B Biol Sci},
keywords = { episodic, hippocampus, human, memory, monkey,declarative},
number = {1360},
pages = {1461--1467},
title = {{Hierarchical organization of cognitive memory.}},
url = {http://view.ncbi.nlm.nih.gov/pubmed/9368934},
volume = {352},
year = {1997}
}
@inproceedings{Yamamoto2011,
address = {New York, New York, USA},
author = {Yamamoto, Michiya and Komeda, Munehiro and Nagamatsu, Takashi and Watanabe, Tomio},
booktitle = {Proceedings of the 1st Conference on Novel Gaze-Controlled Applications - NGCA '11},
doi = {10.1145/1983302.1983307},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Yamamoto et al. - 2011 - Hyakunin-Eyesshu.pdf:pdf},
isbn = {9781450306805},
keywords = {eye tracking,human interaction,media arts,tabletop},
month = may,
pages = {1--4},
publisher = {ACM Press},
title = {{Hyakunin-Eyesshu}},
url = {http://dl.acm.org/citation.cfm?id=1983302.1983307},
year = {2011}
}
@book{minsky,
author = {Minsky, M L and Papert, S A},
howpublished = {Paperback},
isbn = {0262631113},
month = dec,
publisher = {The MIT Press},
title = {{Perceptrons}},
url = {http://www.amazon.com/exec/obidos/redirect?tag=citeulike07-20\&path=ASIN/0262631113},
year = {1969}
}
@phdthesis{signlanguagethesis,
author = {Kadous, M W},
school = {The University of New South Wales},
title = {{Temporal Classification: Extending the Classification Paradigm to Multivariate Time Series}},
year = {2002}
}
@article{Greening1998,
author = {Greening, Jane and Lynn, Bruce},
doi = {10.1007/s004200050246},
issn = {0340-0131},
journal = {International Archives of Occupational and Environmental Health},
month = feb,
number = {1},
pages = {29--34},
title = {{Vibration sense in the upper limb in patients with repetitive strain injury and a group of at-risk office workers}},
url = {http://www.springerlink.com/content/apytmr5y6aemmu47/},
volume = {71},
year = {1998}
}
@article{surveygesturerecognition,
author = {Mitra, S and Acharya, T},
doi = {10.1109/TSMCC.2007.893280},
issn = {1094-6977},
journal = {Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on},
keywords = {condensation;connectionist models;facial expressio},
month = may,
number = {3},
pages = {311--324},
title = {{Gesture Recognition: A Survey}},
volume = {37},
year = {2007}
}
@article{hmmsr,
author = {Ostendorf, M and Digalakis, V V and Kimball, O A},
doi = {10.1109/89.536930},
issn = {1063-6676},
journal = {Speech and Audio Processing, IEEE Transactions on},
keywords = {HMM;correlation;experimental results;general stoch},
month = sep,
number = {5},
pages = {360--378},
title = {{From HMM's to segment models: a unified view of stochastic modeling for speech recognition}},
volume = {4},
year = {1996}
}
@article{useofeyemovementGesturesforwebbrowsing,
abstract = {Web browsing is one of the most common tasks performed by modern day computer users. Any improvement to typical web browser interaction could thus yield a wideranging benefit in terms of user efficiency or satisfaction. Studies have shown the advantages of traditional mousebased gestures in web and hypertext browser applications, so a logical step would be to examine the potential for similar gestures using eye movement interaction. Here we implement such a system and study its effectiveness. Key issues when working with gestures are the quantity and complexity of the implemented gestures. Because of the established shortcomings in using eye gaze tracking for conventional motor control tasks, we severely limit the number of eye movement gestures in our system and constrain them to single-line motions. We believe that this allows our system to apply a more natural mapping between gesture and meaning. We test users in a simulated browser environment conducting a navigation task, comparing our eye movement gestures to traditional point-and-click mouse input. We contend that our eye gesture system compares favorably to mouse input in terms of user performance and satisfaction. Author Keywords Eye movements, eye tracking, gestures, web browsers,},
author = {Juang, Kevin and Jasen, Frank and Katrekar, Akshay and Ahn, Joe and Duchowski, Andrew T},
institution = {CiteSeerX - Scientific Literature Digital Library and Search Engine [http://citeseerx.ist.psu.edu/oai2] (United States)},
keywords = {interaction},
title = {{Use of Eye Movement Gestures for Web Browsing}},
url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.124.2377},
year = {2008}
}
@misc{datasetrepository,
author = {Frank, A and Asuncion, A},
institution = {University of California, Irvine, School of Information and Computer Sciences},
title = {{\{UCI\} Machine Learning Repository}},
url = {http://archive.ics.uci.edu/ml},
year = {2010}
}
@techreport{htmalgorithms,
author = {George, D and Jarosy, B},
institution = {Numenta},
title = {{The \{HTM\} Learning Algorithms}},
year = {2007}
}
@article{ControllingASmartphoneUsingGazeGesturesAsAnInputMechanismideoYoutubeVideo,
annote = {$\backslash$url\{http://www.youtube.com/watch?v=JGg5olMmM\_g\}},
author = {Rozado, David},
journal = {Youtube},
month = jul,
title = {{Controlling a Smartphone Using Gaze Gestures}},
year = {2012}
}
@techreport{Chau05realtime,
author = {Chau, Michael and Betke, Margrit},
title = {{Real time eye tracking and blink detection with USB cameras}},
year = {2005}
}
@inproceedings{Kumar2007,
address = {New York, New York, USA},
author = {Kumar, Manu and Paepcke, Andreas and Winograd, Terry},
booktitle = {Proceedings of the SIGCHI conference on Human factors in computing systems - CHI '07},
doi = {10.1145/1240624.1240692},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Kumar, Paepcke, Winograd - 2007 - EyePoint.pdf:pdf},
isbn = {9781595935939},
keywords = {eye pointing,eye tracking,gaze-enhanced user interface design,pointing and selection},
month = apr,
pages = {421},
publisher = {ACM Press},
title = {{EyePoint}},
url = {http://dl.acm.org/citation.cfm?id=1240624.1240692},
year = {2007}
}
@book{shepherd2004,
abstract = {It is widely recognized that the neural basis of brain function can be fully understood only by integrating many disciplines at many levels. Studies of synaptic organization are bringing about a quiet revolution in achieving this goal, as documented by this unique book over the past 30 years. In this fifth edition, the results of the mouse and human genome projects are incorporated for the first time. Molecular biologists interested in functional genomics and proteomics of the brain will find answers here to the critical questions: what are the cell and circuit functions of gene products? Also for the first time, the reader is oriented to supporting neuroscience databases. Among the new advances covered are 2-photon confocal laser microscopy of dendrites and dendritic spines, biochemical analyses, and dual patch and multielectrode recordings, applied together with an increasing range of behavioral and gene-targeting methods. Leading experts in the best understood brain regions bring together the molecular, anatomical, functional, and behavioral data in authoritative integrated accounts. The chapters are organized in the same format, covering the neural elements, synaptic connections, basic circuits, physiology, neurotransmitters, neuromodulators, membrane properties, dendritic properties, and with a final section on how the circuits mediate specific behaviors. The uniform framework for each chapter enables the authors to higlight the principles that are common to all regions, as well as the adaptations unique to each, thus serving as a model for understanding the neural basis of behavior.},
author = {Shepherd, G M},
editor = {Shepherd, Gordon MEditor},
pages = {1--719},
publisher = {Oxford University Press},
title = {{The synaptic organization of the brain}},
url = {http://www.amazon.com/dp/019515956X},
volume = {5th ed},
year = {2004}
}
@phdthesis{javierSanAgustinThesis,
author = {{San Agustin}, J},
school = {IT University of Copenhagen},
title = {{Off-the-Shelf Gaze Interaction}},
year = {2010}
}
@article{neurocomputingslr,
address = {Amsterdam, The Netherlands, The Netherlands},
author = {Shanableh, T and Assaleh, K},
doi = {http://dx.doi.org/10.1016/j.neucom.2009.11.045},
issn = {0925-2312},
journal = {Neurocomput.},
keywords = { Pattern classification, Polynomial classifier, Vision-based intelligent systems,Image/video processing},
number = {10-12},
pages = {1752--1759},
publisher = {Elsevier Science Publishers B. V.},
title = {{Feature modeling using polynomial classifiers and stepwise regression}},
url = {http://dx.doi.org/10.1016/j.neucom.2009.11.045},
volume = {73},
year = {2010}
}
@book{nnlearningmachines,
author = {Haykin, S},
edition = {3},
howpublished = {Hardcover},
isbn = {0131471392},
keywords = { machine, networks, neural,learning},
publisher = {Prentice Hall},
title = {{Neural Networks and Learning Machines}},
url = {http://www.amazon.com/exec/obidos/redirect?tag=citeulike07-20\&path=ASIN/0131471392},
year = {2008}
}
@article{dean,
author = {Dean, T},
doi = {http://www.springerlink.com/content/l51xv7350597jxh7},
journal = {Annals of Mathematics and Artificial Intelligence},
pages = {223--250},
title = {{Learning invariant features using inertial priors}},
volume = {47},
year = {2006}
}
@inproceedings{fine98thehierarchical,
abstract = {Abstract. We introduce, analyze and demonstrate a recursive hierarchical generalization of the widely used hidden Markov models, which we name Hierarchical Hidden Markov Models (HHMM). Our model is motivated by the complex multi-scale structure which appears in many natural sequences, particularly in language, handwriting and speech. We seek a systematic unsupervised approach to the modeling of such structures. By extending the standard Baum-Welch (forwardbackward) algorithm, we derive an efficient procedure for estimating the model parameters from unlabeled data. We then use the trained model for automatic hierarchical parsing of observation sequences. We describe two applications of our model and its parameter estimation procedure. In the first application we show how to construct hierarchical models of natural English text. In these models different levels of the hierarchy correspond to structures on different length scales in the text. In the second application we demonstrate how HHMMs can be used to automatically identify repeated strokes that represent combination of letters in cursive handwriting. 1.},
author = {Fine, S},
booktitle = {Machine Learning},
keywords = { hmm,hierarchic},
pages = {41--62},
title = {{The hierarchical hidden markov model: Analysis and applications}},
url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.33.2863},
volume = {32},
year = {1998}
}
@inproceedings{gazeinputformobiledevices,
address = {New York, NY, USA},
author = {Dybdal, Morten Lund and Agustin, Javier San and Hansen, John Paulin},
booktitle = {Proceedings of the Symposium on Eye Tracking Research and Applications},
doi = {10.1145/2168556.2168601},
isbn = {978-1-4503-1221-9},
keywords = { gaze interaction, mobile phones,gaze gestures},
pages = {225--228},
publisher = {ACM},
series = {ETRA '12},
title = {{Gaze input for mobile devices by dwell and gestures}},
url = {http://doi.acm.org/10.1145/2168556.2168601},
year = {2012}
}
@inproceedings{aslr,
author = {Mohandes, M and Quadri, S I and King, M D},
booktitle = {Advanced Information Networking and Applications Workshops, 2007, AINAW '07. 21st International Conference on},
doi = {10.1109/AINAW.2007.98},
keywords = {Arabic sign language recognition;Gaussian skin col},
month = may,
pages = {272--276},
title = {{Arabic Sign Language Recognition an Image-Based Approach}},
volume = {1},
year = {2007}
}
@article{mygazegesturesyoutubevideo,
annote = {$\backslash$url\{http://www.youtube.com/watch?v=uPLtNpONjHw\}},
author = {Rozado, David},
month = jul,
title = {{Real Time Gaze Gesture Recognition System from Universidad Auton�ma de Madrid}},
year = {2011}
}
@book{Maltoni2004,
address = {Berlin, Heidelberg},
doi = {10.1007/b99174},
editor = {Maltoni, Davide and Jain, Anil K.},
isbn = {978-3-540-22499-0},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
title = {{Biometric Authentication}},
url = {http://www.springerlink.com/content/jgfy7cmjcnrjd1np/},
volume = {3087},
year = {2004}
}
@book{pearl,
address = {San Francisco, CA, USA},
author = {Pearl, J},
isbn = {1558604790},
publisher = {Morgan Kaufmann Publishers Inc.},
title = {{Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference}},
year = {1988}
}
@inproceedings{bleiweisskinect,
address = {New York, NY, USA},
author = {Bleiweiss, Amit and Eshar, Dagan and Kutliroff, Gershom and Lerner, Alon and Oshrat, Yinon and Yanai, Yaron},
booktitle = {ACM SIGGRAPH ASIA 2010 Sketches},
doi = {http://doi.acm.org/10.1145/1899950.1899984},
isbn = {978-1-4503-0523-5},
pages = {34:1----34:2},
publisher = {ACM},
series = {SA '10},
title = {{Enhanced interactive gaming by blending full-body tracking and gesture animation}},
url = {http://doi.acm.org/10.1145/1899950.1899984},
year = {2010}
}
@online{aionline,
author = {Rios, D},
title = {{Artificial intelligence}},
url = {http://www.learnartificialneuralnetworks.com},
year = {2007}
}
@article{whatareann,
author = {Krogh, A},
doi = {10.1038/nbt1386},
issn = {1546-1696},
journal = {Nature biotechnology},
keywords = { networks, neural, reference,artificial},
number = {2},
pages = {195--197},
pmid = {18259176},
publisher = {Nature Publishing Group},
title = {{What are artificial neural networks?}},
url = {http://dx.doi.org/10.1038/nbt1386},
volume = {26},
year = {2008}
}
@inproceedings{signsegmentation2,
author = {Santemiz, P and Aran, O and Saraclar, M and Akarun, L},
pages = {2001--2008},
title = {{Automatic sign segmentation from continuous signing via multiplesequence alignment}},
year = {2009}
}
@inproceedings{readingandestimatinggazeonsmartphones,
address = {New York, NY, USA},
author = {Biedert, Ralf and Dengel, Andreas and Buscher, Georg and Vartan, Arman},
booktitle = {Proceedings of the Symposium on Eye Tracking Research and Applications},
doi = {10.1145/2168556.2168643},
isbn = {978-1-4503-1221-9},
keywords = { reading, smart phone, touch,eye tracking},
pages = {385--388},
publisher = {ACM},
series = {ETRA '12},
title = {{Reading and estimating gaze on smart phones}},
url = {http://doi.acm.org/10.1145/2168556.2168643},
year = {2012}
}
@article{Frischholz2000,
abstract = {Biometric identification systems, which use physical features to check a person's identity, ensure much greater security than password and number systems. Biometric features such as the face or a fingerprint can be stored on a microchip in a credit card, for example. A single feature, however, sometimes fails to be exact enough for identification. Another disadvantage of using only one feature is that the chosen feature is not always readable. Dialog Communication Systems (DCS AG) developed BioID, a multimodal identification system that uses three different features-face, voice, and lip movement-to identify people. With its three modalities, BioID achieves much greater accuracy than single-feature systems. Even if one modality is somehow disturbed-for example, if a noisy environment drowns out the voice-the ether two modalities still lead to an accurate identification. This article goes into detail about the system functions, explaining the data acquisition and preprocessing techniques for voice, facial, and lip imagery data. The authors also explain the classification principles used for optical features and the sensor fusion options (the combinations of the three results-face, voice, lip movement-to obtain varying levels of security)},
author = {Frischholz, R.W. and Dieckmann, U.},
doi = {10.1109/2.820041},
issn = {00189162},
journal = {Computer},
number = {2},
pages = {64--68},
title = {{BiolD: a multimodal biometric identification system}},
url = {http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=820041},
volume = {33},
year = {2000}
}
@inproceedings{emiliechi,
address = {New York, NY, USA},
author = {Mollenbach, E and Hansen, J P and {Lillholm M.G.}, Alastair G},
booktitle = {Proceedings of the 27th international conference extended abstracts on Human factors in computing systems},
doi = {http://doi.acm.org/10.1145/1520340.1520699},
isbn = {978-1-60558-247-4},
keywords = { gaze based interaction, gaze gestures,eye tracking},
pages = {4555--4560},
publisher = {ACM},
series = {CHI '09},
title = {{Single stroke gaze gestures}},
url = {http://doi.acm.org/10.1145/1520340.1520699},
year = {2009}
}
@article{TSL,
author = {Liang, R H and M., Ouhyoung.},
doi = {10.1109/AFGR.1998.671007},
journal = {Automatic Face and Gesture Recognition, 1998. Proceedings. Third IEEE International Conference on},
keywords = {Taiwanese Sign Language;data glove;end-point detec},
pages = {558--567},
title = {{A real-time continuous gesture recognition system for sign language}},
year = {1998}
}
@article{robinson_mechanics_1965,
author = {Robinson, D A},
doi = {VL - 180},
journal = {The Journal of Physiology},
number = {3},
pages = {569--591},
title = {{The mechanics of human smooth pursuit eye movement.}},
url = {http://jphysiol.highwire.org/content/180/3/569.short},
volume = {180},
year = {1965}
}
@inproceedings{Biedert2012,
address = {New York, New York, USA},
author = {Biedert, Ralf and Dengel, Andreas and K\"{a}ding, Christoph},
booktitle = {Proceedings of the Symposium on Eye Tracking Research and Applications - ETRA '12},
doi = {10.1145/2168556.2168637},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Biedert, Dengel, K\"{a}ding - 2012 - Universal eye-tracking based text cursor warping.pdf:pdf},
isbn = {9781450312219},
keywords = {OCR,cursor placement,eye tracking,text},
month = mar,
pages = {361},
publisher = {ACM Press},
title = {{Universal eye-tracking based text cursor warping}},
url = {http://dl.acm.org/citation.cfm?id=2168556.2168637},
year = {2012}
}
@book{Cabestany2011,
address = {Berlin, Heidelberg},
doi = {10.1007/978-3-642-21501-8},
editor = {Cabestany, Joan and Rojas, Ignacio and Joya, Gonzalo},
isbn = {978-3-642-21500-1},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
title = {{Advances in Computational Intelligence}},
url = {http://www.springerlink.com/content/k15m71630366572t/},
volume = {6691},
year = {2011}
}
@article{Ashmore2005,
author = {Ashmore, Michael and Duchowski, Andrew T. and Shoemaker, Garth},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Ashmore, Duchowski, Shoemaker - 2005 - Efficient eye pointing with a fisheye lens.pdf:pdf},
isbn = {1-56881-265-5},
keywords = {eye pointing,fisheyes},
month = may,
pages = {203--210},
title = {{Efficient eye pointing with a fisheye lens}},
url = {http://dl.acm.org/citation.cfm?id=1089508.1089542},
year = {2005}
}
@misc{slrperformancemetrics,
author = {Minnen, D and Westeyn, R and Starner, T},
title = {{Performance metrics and evaluation issues for continuous activity recognition,� in Performance Metrics for Intelligent Systems}},
year = {2006}
}
@article{synapticplasticity,
abstract = {Temporal separation and juxtaposition of stimulations for the induction of associative short-term potentiation in the rat hippocampus were examined. A series of stimulations of stratum radiatum during brief tetanic stimulations of stratum oriens resulted in a short-term potentiation (of about 3 min duration) of stratum radiatum-induced CA1 population excitatory postsynaptic potential. Potentiation was evident when the stratum radiatum stimulus preceded the onset of the conditioning tetanus by no more than 50 ms, or followed by no more than 80 ms. These parameters closely resemble those found for associative long-term potentiation, suggesting the possibility of shared mechanisms for the induction of these two forms of potentiation.},
author = {Auyeung, A and May, P B and Goh, J W and Sastry, B R},
journal = {Neuroscience Letters},
number = {1-2},
pages = {117--122},
title = {{Temporal requirements of associative short-term potentiation in CA1 neurons of rat hippocampus.}},
volume = {79},
year = {1987}
}
@inproceedings{contextawarenessandmobilehci,
address = {New York, NY, USA},
author = {Bulling, Andreas and Roggen, Daniel and Troster, Gerhard},
booktitle = {Proceedings of the 10th international conference on Ubiquitous computing},
doi = {http://doi.acm.org/10.1145/1409635.1409647},
isbn = {978-1-60558-136-1},
keywords = { electrooculography (EOG), eye gestures, eye tracking, human-computer interaction (HCI), wearable computing,context-awareness},
pages = {84--93},
publisher = {ACM},
series = {UbiComp '08},
title = {{It's in your eyes: towards context-awareness and mobile HCI using wearable EOG goggles}},
url = {http://doi.acm.org/10.1145/1409635.1409647},
year = {2008}
}
@misc{TobiiTechnologyAB,
abstract = {This document provides an overview of tests in terms of accuracy and precision regarding the Tobii X1 Light Eye Tracker. The tests were conducted by the Department of Quality Assurance, Hardware Division of Tobii Technology AB, and took place in November 2011.},
author = {{Tobii Technology AB}},
booktitle = {Tobii},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Unknown - Unknown - Accuracy and precision Test report X1 Light Eye Tracker.html:html},
title = {{Accuracy and precision Test report X1 Light Eye Tracker}},
url = {http://www.tobii.com/Global/Analysis/Training/Metrics/Tobii\_X1\_Light\_Eye\_Tracker\_Accuracy\_and\_Precision\_Test\_Report.pdf},
urldate = {07/09/12},
year = {2012}
}
@article{dynamicProgrammingInBioinformatics,
abstract = {Motivation: Dynamic programming is probably the most popular programming
method in bioinformatics. Sequence comparison, gene recognition,
RNA structure prediction and hundreds of other problems are solved
by ever new variants of dynamic programming. Currently, the development
of a successful dynamic programming algorithm is a matter of experience,
talent and luck. The typical matrix recurrence relations that make
up a dynamic programming algorithm are intricate to construct, and
difficult to implement reliably. No general problem independent guidance
is available. Results: This article introduces a systematic method
for constructing dynamic programming solutions to problems in biosequence
analysis. By a conceptual splitting of the algorithm into a recognition
and an evaluation phase, algorithm development is simplified considerably,
and correct recurrences can be derived systematically. Without additional
effort, the method produces an early, executable prototype expressed
in a functional programming language. The method is quite generally
applicable, and, while programming effort decreases, no overhead
in terms of ultimate program efficiency is incurred. Contact: [email protected]},
author = {Giegerich, R},
doi = {10.1093/bioinformatics/16.8.665},
journal = {Bioinformatics},
number = {8},
pages = {665--677},
title = {{A systematic approach to dynamic programming in bioinformatics}},
url = {http://bioinformatics.oxfordjournals.org/cgi/content/abstract/16/8/665},
volume = {16},
year = {2000}
}
@inproceedings{eyebasedtextentry,
author = {Wobbrock, J O and Rubinstein, J and Sawyer, M and Duchowski, A T},
booktitle = {The 3rd Conference on Communication by Gaze Interaction - COGAIN 2007},
title = {{Gaze-based Creativity Not Typing but Writing: Eye-based Text Entry Using Letter-like Gestures}},
year = {2007}
}
@book{duchowski,
address = {Secaucus, NJ, USA},
author = {Duchowski, A T},
isbn = {1846286085},
publisher = {Springer-Verlag New York, Inc.},
title = {{Eye Tracking Methodology: Theory and Practice}},
year = {2007}
}
@inproceedings{eyegazeinteractionformobilephones,
address = {New York, NY, USA},
author = {Drewes, Heiko and {De Luca}, Alexander and Schmidt, Albrecht},
booktitle = {Proceedings of the 4th international conference on mobile technology, applications, and systems and the 1st international symposium on Computer human interaction in mobile technology},
doi = {10.1145/1378063.1378122},
isbn = {978-1-59593-819-0},
keywords = { eye-gestures, eye-tracking, mobile phones,eye-gaze interaction},
pages = {364--371},
publisher = {ACM},
series = {Mobility '07},
title = {{Eye-gaze interaction for mobile phones}},
url = {http://doi.acm.org/10.1145/1378063.1378122},
year = {2007}
}
@misc{hmooric,
author = {Riesenhuber, M and Poggio, T},
title = {{Hierarchical models of object recognition in cortex}},
url = {http://www.cog.brown.edu/~tarr/pdf/RiPo99.pdf},
year = {1999}
}
@inproceedings{mobigaze,
address = {New York, NY, USA},
author = {Nagamatsu, Takashi and Yamamoto, Michiya and Sato, Hiroshi},
booktitle = {Proceedings of the 28th of the international conference extended abstracts on Human factors in computing systems},
doi = {10.1145/1753846.1753983},
isbn = {978-1-60558-930-5},
keywords = { gaze, mobile device, stereo camera,eye tracking},
pages = {3349--3354},
publisher = {ACM},
series = {CHI EA '10},
title = {{MobiGaze: development of a gaze interface for handheld mobile devices}},
url = {http://doi.acm.org/10.1145/1753846.1753983},
year = {2010}
}
@inproceedings{Forget2010a,
address = {New York, New York, USA},
author = {Forget, Alain and Chiasson, Sonia and Biddle, Robert},
booktitle = {Proceedings of the 28th international conference on Human factors in computing systems - CHI '10},
doi = {10.1145/1753326.1753491},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Forget, Chiasson, Biddle - 2010 - Shoulder-surfing resistance with eye-gaze entry in cued-recall graphical passwords.pdf:pdf},
isbn = {9781605589299},
keywords = {eye tracking,graphical passwords,usable security},
month = apr,
pages = {1107},
publisher = {ACM Press},
title = {{Shoulder-surfing resistance with eye-gaze entry in cued-recall graphical passwords}},
url = {http://dl.acm.org/citation.cfm?id=1753326.1753491},
year = {2010}
}
@article{gesturebasedinteraction,
author = {Gupta, L and Suwei, M},
doi = {10.1109/5326.923274},
issn = {1094-6977},
journal = {Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on},
keywords = {American Sign Language;alternative communication d},
number = {1},
pages = {114--120},
title = {{Gesture-based interaction and communication: automated classification of hand gesture contours}},
volume = {31},
year = {2001}
}
@article{understandingvideoevents,
author = {Lavee, G and Rivlin, E and Rudzsky, M},
doi = {10.1109/TSMCC.2009.2023380},
issn = {1094-6977},
journal = {Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on},
keywords = {data molding;informative units;pattern recognition},
number = {5},
pages = {489--504},
title = {{Understanding Video Events: A Survey of Methods for Automatic Interpretation of Semantic Occurrences in Video}},
volume = {39},
year = {2009}
}
@techreport{3dhandtracker,
author = {Holden, E J and Owens, R and Geoffrey, G R},
institution = {in Proceedings of the International Conference on Signal and Image Processing SIP'2000. 1999: Las Vegas},
title = {{Adaptive Fuzzy Expert System for Sign Recognition}},
year = {1999}
}
@inproceedings{Kobayashi2008,
address = {New York, New York, USA},
author = {Kobayashi, Masatomo and Igarashi, Takeo},
booktitle = {Proceeding of the twenty-sixth annual CHI conference on Human factors in computing systems - CHI '08},
doi = {10.1145/1357054.1357201},
file = {:C$\backslash$:/Users/roz015/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Kobayashi, Igarashi - 2008 - Ninja cursors.pdf:pdf},
isbn = {9781605580111},
keywords = {Fitts' law,large screens,multiple cursors,pointing},
month = apr,
pages = {949},
publisher = {ACM Press},
title = {{Ninja cursors}},
url = {http://dl.acm.org/citation.cfm?id=1357054.1357201},
year = {2008}
}
@article{arslr,