Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.bib 63KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506
  1. % This file was created with JabRef 2.3.1.
  2. % Encoding: UTF-8
  3. @INPROCEEDINGS{Liao2007a,
  4. author = {Lin Liao and Tanzeem Choudhury and Dieter Fox and Henry A. Kautz},
  5. title = {Training Conditional Random Fields Using Virtual Evidence Boosting},
  6. booktitle = {IJCAI},
  7. year = {2007},
  8. pages = {2530-2535},
  9. bibsource = {DBLP, http://dblp.uni-trier.de},
  10. crossref = {DBLP:conf/ijcai/2007},
  11. ee = {http://dli.iiit.ac.in/ijcai/IJCAI-2007/PDF/IJCAI07-407.pdf},
  12. file = {Liao2007a.pdf:Liao2007a.pdf:PDF},
  13. owner = {chris},
  14. timestamp = {2009.12.03}
  15. }
  16. @INPROCEEDINGS{Mahdaviani2007,
  17. author = {Maryam Mahdaviani and Tanzeem Choudhury},
  18. title = {Fast and Scalable Training of Semi-Supervised CRFs with Application
  19. to Activity Recognition},
  20. booktitle = {NIPS},
  21. year = {2007},
  22. bibsource = {DBLP, http://dblp.uni-trier.de},
  23. crossref = {DBLP:conf/nips/2007},
  24. ee = {http://books.nips.cc/papers/files/nips20/NIPS2007_0863.pdf},
  25. file = {Mahdaviani2007.pdf:Mahdaviani2007.pdf:PDF},
  26. owner = {chris},
  27. timestamp = {2009.12.03}
  28. }
  29. @MISC{Abowd1997,
  30. author = {Gregory D. Abowd and Christopher G. Atkeson and Jason Hong and Sue
  31. Long and Rob Kooper},
  32. title = {Cyberguide: A Mobile Context-Aware Tour Guide},
  33. year = {1997},
  34. citeseercitationcount = {0},
  35. citeseerurl = {http://citeseer.ist.psu.edu/36540.html},
  36. comment = {Not relevant.},
  37. file = {Abowd1997.pdf:Abowd1997.pdf:PDF},
  38. owner = {chris},
  39. pdf = {Abowd1997.pdf},
  40. timestamp = {2009.12.01}
  41. }
  42. @ARTICLE{Aha1991,
  43. author = {Aha, David W. and Kibler, Dennis and Albert, Marc K.},
  44. title = {Instance-Based Learning Algorithms},
  45. journal = {Machine Learning},
  46. year = {1991},
  47. volume = {6},
  48. pages = {37--66},
  49. number = {1},
  50. month = {January},
  51. abstract = {Storing and using specific instances improves the performance of several
  52. supervised learning algorithms. These include algorithms that learn
  53. decision trees, classification rules, and distributed networks. However,
  54. no investigation has analyzed algorithms that use only specific instances
  55. to solve incremental learning tasks. In this paper, we describe a
  56. framework and methodology, called instance-based learning, that generates
  57. classification predictions using only specific instances. Instance-based
  58. learning algorithms do not maintain a set of abstractions derived
  59. from specific instances. This approach extends the nearest neighbor
  60. algorithm, which has large storage requirements. We describe how
  61. storage requirements can be significantly reduced with, at most,
  62. minor sacrifices in learning rate and classification accuracy. While
  63. the storage-reducing algorithm performs well on several real-world
  64. databases, its performance degrades rapidly with the level of attribute
  65. noise in training instances. Therefore, we extended it with a significance
  66. test to distinguish noisy instances. This extended algorithm's performance
  67. degrades gracefully with increasing noise levels and compares favorably
  68. with a noise-tolerant decision tree algorithm.},
  69. address = {Hingham, MA, USA},
  70. citeulike-article-id = {1527614},
  71. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=104717},
  72. citeulike-linkout-1 = {http://dx.doi.org/10.1023/A:1022689900470},
  73. citeulike-linkout-2 = {http://www.springerlink.com/content/kn127378pg361187},
  74. day = {1},
  75. doi = {10.1023/A:1022689900470},
  76. file = {Aha1991.pdf:Aha1991.pdf:PDF},
  77. issn = {0885-6125},
  78. keywords = {learning},
  79. owner = {chris},
  80. posted-at = {2007-08-01 14:37:32},
  81. priority = {4},
  82. publisher = {Kluwer Academic Publishers},
  83. timestamp = {2009.12.06},
  84. url = {http://dx.doi.org/10.1023/A:1022689900470}
  85. }
  86. @ARTICLE{Bannach2008,
  87. author = {Bannach, D. and Lukowicz, P. and Amft, O.},
  88. title = {Rapid Prototyping of Activity Recognition Applications},
  89. journal = IEEE_M_PVC,
  90. year = {2008},
  91. volume = {7},
  92. pages = {22--31},
  93. number = {2},
  94. month = {April--June },
  95. comment = {The concept of the CRN Toolbox stems from the observation that most
  96. activity recognition systems rely on a relatively small set of algorithms.
  97. These include sliding-window signal partitioning, standard time and
  98. frequency domain features, classifiers, and time series or event-based
  99. modeling algorithms.},
  100. doi = {10.1109/MPRV.2008.36},
  101. file = {Bannach2008.pdf:Bannach2008.pdf:PDF},
  102. owner = {chris},
  103. pdf = {Bannach2008.pdf},
  104. timestamp = {2009.12.01}
  105. }
  106. @ARTICLE{Bao2004,
  107. author = {Bao, L. and Intille, S. S.},
  108. title = {Activity Recognition from User-Annotated Acceleration Data},
  109. journal = {Pervasive Computing},
  110. year = {2004},
  111. volume = {3001},
  112. pages = {1--17},
  113. abstract = {In this work, algorithms are developed and evaluated to detect physical
  114. activities from data acquired using five small biaxial accelerometers
  115. worn simultaneously on different parts of the body. Acceleration
  116. data was collected from 20 subjects without researcher supervision
  117. or observation. Subjects were asked to perform a sequence of everyday
  118. tasks but not told specifically where or how to do them. Mean, energy,
  119. frequency-domain entropy, and correlation of acceleration data was
  120. calculated and several classifiers using these features were tested.
  121. Decision tree classifiers showed the best performance recognizing
  122. everyday activities with an overall accuracy rate of 84\%. The results
  123. show that although some activities are recognized well with subject-independent
  124. training data, others appear to require subject-specific training
  125. data. The results suggest that multiple accelerometers aid in recognition
  126. because conjunctions in acceleration feature values can effectively
  127. discriminate many activities. With just two biaxial accelerometers
  128. – thigh and wrist – the recognition performance dropped only slightly.
  129. This is the first work to investigate performance of recognition
  130. algorithms with multiple, wire-free accelerometers on 20 activities
  131. using datasets annotated by the subjects themselves.},
  132. citeulike-article-id = {1188357},
  133. citeulike-linkout-0 = {http://www.springerlink.com/content/9aqflyk4f47khyjd},
  134. comment = {Multiple accelerometers in different locations. Decision-tree classifiers.
  135. Some activities are subject-specific.
  136. For instance, laboratory acceleration data of walking displays distinct
  137. phases of a consistent gait cycle which can aide recognition of pace
  138. and incline [2]. However, acceleration data from the same subject
  139. outside of the laboratory may display marked fluctuation in the relation
  140. of gait phases and total gait length due to decreased self-awareness
  141. and fluctuations in traffic.},
  142. file = {Bao2004.pdf:Bao2004.pdf:PDF},
  143. keywords = {acceleration},
  144. owner = {chris},
  145. posted-at = {2008-04-16 11:42:22},
  146. priority = {4},
  147. timestamp = {2009.12.06},
  148. url = {http://www.springerlink.com/content/9aqflyk4f47khyjd}
  149. }
  150. @INCOLLECTION{Bardram2005,
  151. author = {Bardram, Jakob E.},
  152. title = {The Java Context Awareness Framework (JCAF) - A Service Infrastructure
  153. and Programming Framework for Context-Aware Applications},
  154. booktitle = {Pervasive Computing},
  155. publisher = {IEEE},
  156. year = {2005},
  157. pages = {98--115},
  158. abstract = {Context-awareness is a key concept in ubiquitous computing. But to
  159. avoid developing dedicated context-awareness sub-systems for specific
  160. application areas there is a need for more generic programming frameworks.
  161. Such frameworks can help the programmer develop and deploy context-aware
  162. applications faster. This paper describes the Java Context-Awareness
  163. Framework – JCAF, which is a Java-based context-awareness infrastructure
  164. and programming API for creating context-aware computer applications.
  165. The paper presents the design goals of JCAF, its runtime architecture,
  166. and its programming model. The paper presents some applications of
  167. using JCAF in three different applications and discusses lessons
  168. learned from using JCAF.},
  169. citeulike-article-id = {1145979},
  170. citeulike-linkout-0 = {http://dx.doi.org/10.1007/11428572_7},
  171. citeulike-linkout-1 = {http://www.springerlink.com/content/yl2fen8clqqwq2tb},
  172. doi = {10.1007/11428572_7},
  173. file = {Bardram2005.pdf:Bardram2005.pdf:PDF},
  174. journal = {Pervasive Computing},
  175. keywords = {awareness, context, framework},
  176. owner = {chris},
  177. posted-at = {2007-06-26 09:54:05},
  178. priority = {4},
  179. timestamp = {2009.12.06},
  180. url = {http://dx.doi.org/10.1007/11428572_7}
  181. }
  182. @ARTICLE{Bellavista2008,
  183. author = {Bellavista, P. and Kupper, A. and Helal, S.},
  184. title = {Location-Based Services: Back to the Future},
  185. journal = IEEE_M_PVC,
  186. year = {2008},
  187. volume = {7},
  188. pages = {85--89},
  189. number = {2},
  190. month = {April--June },
  191. comment = {Android mail milestone in LBSs, LBS originated with E911 mandate.
  192. Moving LSBs from operator controlled to user controlled major factor
  193. in success, helped by open systems such as Android and Openmoko.},
  194. doi = {10.1109/MPRV.2008.34},
  195. file = {Bellavista2008.pdf:Bellavista2008.pdf:PDF},
  196. owner = {chris},
  197. timestamp = {2009.12.01}
  198. }
  199. @INPROCEEDINGS{Bellotti2008,
  200. author = {Bellotti, Victoria and Begole, Bo and Chi, Ed H. and Ducheneaut,
  201. Nicolas and Fang, Ji and Isaacs, Ellen and King, Tracy and Newman,
  202. Mark W. and Partridge, Kurt and Price, Bob and Rasmussen, Paul and
  203. Roberts, Michael and Schiano, Diane J. and Walendowski, Alan},
  204. title = {Activity-based serendipitous recommendations with the Magitti mobile
  205. leisure guide},
  206. booktitle = {CHI '08: Proceeding of the twenty-sixth annual SIGCHI conference
  207. on Human factors in computing systems},
  208. year = {2008},
  209. pages = {1157--1166},
  210. address = {New York, NY, USA},
  211. publisher = {ACM},
  212. citeulike-article-id = {2859755},
  213. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1357237},
  214. citeulike-linkout-1 = {http://dx.doi.org/10.1145/1357054.1357237},
  215. doi = {10.1145/1357054.1357237},
  216. file = {Bellotti2008.pdf:Bellotti2008.pdf:PDF},
  217. isbn = {9781605580111},
  218. keywords = {ibm, iphone, triage},
  219. owner = {chris},
  220. posted-at = {2008-06-03 19:57:41},
  221. priority = {5},
  222. timestamp = {2009.12.03},
  223. url = {http://dx.doi.org/10.1145/1357054.1357237}
  224. }
  225. @INPROCEEDINGS{Caros2005,
  226. author = {Car\'os, JS. and Ch\'etelat, O. and Celka, P. and Dasen, S.},
  227. title = {Very low complexity algorithm for ambulatory activity classification},
  228. booktitle = {European Medical \& Biological Engineering Conference and IFMBE European
  229. Conference on Biomedical Engineering},
  230. year = {2005},
  231. comment = {Mechanism of walking is defined as controlled falling, where the centre
  232. of gravity oscillates over the supporting limb following an inverted
  233. pendulum movement. At the end of each pendulum movement, the strike
  234. of the heel on the floor deaccelerates the swinging phase by generating
  235. an abrupt vertical acceleration. *Discrete time index, discrete time
  236. Dirac distribution*. Double integration - walking/stairs.},
  237. file = {Caros2005.pdf:Caros2005.pdf:PDF},
  238. owner = {chris},
  239. timestamp = {2009.12.01}
  240. }
  241. @ARTICLE{Choudhury2008,
  242. author = {Choudhury, T. and Consolvo, S. and Harrison, B. and Hightower, J.
  243. and LaMarca, A. and LeGrand, L. and Rahimi, A. and Rea, A. and Bordello,
  244. G. and Hemingway, B. and Klasnja, P. and Koscher, K. and Landay,
  245. J.A. and Lester, J. and Wyatt, D. and Haehnel, D.},
  246. title = {The Mobile Sensing Platform: An Embedded Activity Recognition System},
  247. journal = IEEE_M_PVC,
  248. year = {2008},
  249. volume = {7},
  250. pages = {32--41},
  251. number = {2},
  252. month = {April--June },
  253. comment = {Requirements, general architecture, privacy - audio. Structured prediction
  254. - temporal/structure & activity/context dependencies. Difficulties
  255. with training (labelling large amount of data); semi-supervised training},
  256. doi = {10.1109/MPRV.2008.39},
  257. file = {Choudhury2008.pdf:Choudhury2008.pdf:PDF},
  258. owner = {chris},
  259. timestamp = {2009.12.01}
  260. }
  261. @INPROCEEDINGS{Consolvo2008,
  262. author = {Consolvo, Sunny and Mcdonald, David W. and Toscos, Tammy and Chen,
  263. Mike Y. and Froehlich, Jon and Harrison, Beverly and Klasnja, Predrag
  264. and Lamarca, Anthony and Legrand, Louis and Libby, Ryan and Smith,
  265. Ian and Landay, James A.},
  266. title = {Activity sensing in the wild: a field trial of ubifit garden},
  267. booktitle = {CHI '08: Proceeding of the twenty-sixth annual SIGCHI conference
  268. on Human factors in computing systems},
  269. year = {2008},
  270. pages = {1797--1806},
  271. address = {New York, NY, USA},
  272. publisher = {ACM},
  273. citeulike-article-id = {2977124},
  274. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1357054.1357335},
  275. citeulike-linkout-1 = {http://dx.doi.org/10.1145/1357054.1357335},
  276. doi = {10.1145/1357054.1357335},
  277. file = {Consolvo2008.pdf:Consolvo2008.pdf:PDF},
  278. isbn = {9781605580111},
  279. keywords = {sensing, ubiquitous},
  280. location = {Florence, Italy},
  281. owner = {chris},
  282. posted-at = {2008-08-25 01:26:32},
  283. priority = {2},
  284. timestamp = {2009.12.06},
  285. url = {http://dx.doi.org/10.1145/1357054.1357335}
  286. }
  287. @ARTICLE{Davies2008,
  288. author = {Davies, Nigel and Siewiorek, Daniel P. and Sukthankar, Rahul},
  289. title = {Activity-Based Computing},
  290. journal = IEEE_M_PVC,
  291. year = {2008},
  292. volume = {7},
  293. pages = {20--21},
  294. number = {2},
  295. comment = {General intro and basic history},
  296. doi = {10.1109/MPRV.2008.26},
  297. file = {Davies2008.pdf:Davies2008.pdf:PDF},
  298. issn = {1536-1268},
  299. keywords = {activity recognition, activity-based computing, context-aware computing},
  300. owner = {chris},
  301. pdf = {Davies2008.pdf},
  302. timestamp = {2009.11.30}
  303. }
  304. @ARTICLE{Serugendo2008,
  305. author = {Di Marzo Serugendo, G.},
  306. title = {Activity-Based Computing},
  307. journal = IEEE_M_PVC,
  308. year = {2008},
  309. volume = {7},
  310. pages = {58--61},
  311. number = {2},
  312. month = {April--June },
  313. comment = {Not relevant.},
  314. doi = {10.1109/MPRV.2008.25},
  315. file = {Serugendo2008.pdf:Serugendo2008.pdf:PDF},
  316. owner = {chris},
  317. timestamp = {2009.12.01}
  318. }
  319. @INPROCEEDINGS{Dornbush2005,
  320. author = {Dornbush, S. and Fisher, K. and McKay, K. and Prikhodko, A. and Segall,
  321. Z.},
  322. title = {XPOD - A Human Activity and Emotion Aware Mobile Music Player},
  323. booktitle = {Proc. 2nd International Conference on Mobile Technology, Applications
  324. and Systems},
  325. year = {2005},
  326. pages = {1--6},
  327. comment = {We used classifiers from the open source Weka library[Witten and Frank,
  328. 2005] and neural networks from the open source Joone library[Marrone
  329. and Team, 2006]. Decision Tree (J48) [Quinlan, 1993] 41% acc. AdaBoost
  330. [Freund and Schapire, 1996] 46% acc. Support Vector Machine (SVM)
  331. [Platt, 1998; Keerthi et al 2001] 43%. K-Nearest Neighbours [Aha
  332. and Kibler, 1991] 47% acc. Neural networks 43% acc.},
  333. doi = {10.1109/MTAS.2005.207159},
  334. file = {Dornbush2005.pdf:Dornbush2005.pdf:PDF},
  335. keywords = {audio equipment, humanities, mobile handsets, XPod, emotion aware
  336. mobile music player, human activity, mobile MP3 player, mobile devices,
  337. mobile phone user experience},
  338. owner = {chris},
  339. timestamp = {2009.12.01}
  340. }
  341. @MISC{Eagle2004,
  342. author = {Eagle, N. and Pentland, A.},
  343. title = {Mobile Matchmaking: Proximity Sensing and Cueing},
  344. year = {2004},
  345. comment = {Bluetooth battery life; relationship type based on time of day and
  346. bluetooth density; Gaussian mixture model 90%, SVM better?},
  347. file = {Eagle2004.pdf:Eagle2004.pdf:PDF},
  348. journal = {IEEE Pervasive, Special Issue on Smart Phones},
  349. owner = {chris},
  350. timestamp = {2009.12.01}
  351. }
  352. @ARTICLE{Eagle2006,
  353. author = {Eagle, Nathan and Sandy Pentland, Alex},
  354. title = {Reality mining: sensing complex social systems},
  355. journal = {Personal and Ubiquitous Computing},
  356. year = {2006},
  357. volume = {10},
  358. pages = {255--268},
  359. number = {4},
  360. month = {May},
  361. abstract = {Abstract\ \ We introduce a system for sensing complex social
  362. systems with data collected from 100 mobile phones over the course
  363. of 9\ months. We demonstrate the ability to use standard Bluetooth-enabled
  364. mobile telephones to measure information access and use in different
  365. contexts, recognize social patterns in daily user activity, infer
  366. relationships, identify socially significant locations, and model
  367. organizational rhythms.},
  368. address = {London, UK},
  369. citeulike-article-id = {899208},
  370. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1122739.1122745},
  371. citeulike-linkout-1 = {http://dx.doi.org/10.1007/s00779-005-0046-3},
  372. citeulike-linkout-2 = {http://www.springerlink.com/content/l562745318077t54},
  373. day = {1},
  374. doi = {10.1007/s00779-005-0046-3},
  375. file = {Eagle2006.pdf:Eagle2006.pdf:PDF},
  376. issn = {1617-4909},
  377. keywords = {complex, mining, reality, sensing, social, systems},
  378. owner = {chris},
  379. posted-at = {2009-10-12 11:59:33},
  380. priority = {2},
  381. publisher = {Springer-Verlag},
  382. timestamp = {2009.12.06},
  383. url = {http://dx.doi.org/10.1007/s00779-005-0046-3}
  384. }
  385. @MISC{Floreen2008,
  386. author = {Patrik Floréen and Joonas Kukkonen and Eemil Lagerspetz and Petteri
  387. Nurmi and Jukka Suomela},
  388. title = {BeTelGeuse: Tool for Context Data Gathering via Bluetooth},
  389. year = {2008},
  390. comment = {Not relevant.},
  391. file = {Floreen2008.pdf:Floreen2008.pdf:PDF},
  392. owner = {chris},
  393. timestamp = {2009.12.01}
  394. }
  395. @MASTERSTHESIS{Garakani2009,
  396. author = {AB Garakani},
  397. title = {Real-Time Classification of Everyday Fitness Activities on Windows
  398. Mobile},
  399. school = {University of Washington},
  400. year = {2009},
  401. comment = {Instant/smooth classification ideas. Discrete fourier transform on
  402. accelerometer data. 24 features per axis. Naive bayes model. 25Hz
  403. accelerometer sampling battery life - 7 days down to 24 hours.},
  404. file = {Garakani2009.pdf:Garakani2009.pdf:PDF},
  405. owner = {chris},
  406. timestamp = {2009.12.01}
  407. }
  408. @INBOOK{Han2006,
  409. chapter = {6},
  410. pages = {348-350},
  411. title = {Data mining: concepts and techniques},
  412. publisher = {Morgan Kaufmann},
  413. year = {2006},
  414. author = {Han, J and Kamber, M},
  415. owner = {chris},
  416. timestamp = {2010.01.14}
  417. }
  418. @MISC{Hein2008,
  419. author = {Albert Hein and Thomas Kirste},
  420. title = {Towards Recognizing Abstract Activities: An Unsupervised Approach},
  421. year = {2008},
  422. = {http://www.scientificcommons.org/48837277},
  423. abstract = {Abstract. The recognition of abstract high-level activities using
  424. wearable sensors is an important prerequisite for context aware mobile
  425. assistance, especially in AAL and medical care applications. A major
  426. difficulty in detecting this type of activities is that different
  427. activities often share similar motion patterns. One possible solution
  428. is to aggregate these activities from shorter, easier to detect base
  429. level actions, but the explicit annotation of these is not trivial
  430. and very time consuming. In this paper we introduce a simple clustering
  431. based method for the recognition of compound activities at a high
  432. level of abstraction using k-Means as an unsupervised learning algorithm.
  433. A general problem of these methods is that the resulting cluster
  434. affiliations are typically not human readable and some kind of interpretation
  435. is needed. To achieve this, we developed a hybrid approach using
  436. a generative probabilistic model built on top of the clusterer. We
  437. adapted a Hidden Markov Model for mapping the cluster memberships
  438. onto high-level activities and sucessfully evaluated the feasibility
  439. of this technique using experimental data from two test runs of a
  440. home care scenario showing a higher accuracy and robustness than
  441. conventional discriminative methods.},
  442. comment = {Unsupervised learning for basic actions, then overlying hiden markov
  443. model to classify into higher-level activities. K-means clustering
  444. algorithm for identification and detection of base-level motion patterns.},
  445. file = {Hein2008.pdf:Hein2008.pdf:PDF},
  446. institution = {CiteSeerX - Scientific Literature Digital Library and Search Engine
  447. [http://citeseerx.ist.psu.edu/oai2] (United States)},
  448. keywords = {High-Level Activities, Clustering, Probabilistic Models, AAL},
  449. owner = {chris},
  450. timestamp = {2009.12.01},
  451. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.142.6671}
  452. }
  453. @INPROCEEDINGS{Hightower2005,
  454. author = {Hightower, Jeffrey and Consolvo, Sunny and Lamarca, Anthony and Smith,
  455. Ian and Hughes, Jeff},
  456. title = {Learning and Recognizing the Places We Go},
  457. booktitle = {UbiComp 2005: Ubiquitous Computing},
  458. year = {2005},
  459. pages = {159--176},
  460. abstract = {Location-enhanced mobile devices are becoming common, but applications
  461. built for these devices find themselves suffering a mismatch between
  462. the latitude and longitude that location sensors provide and the
  463. colloquial place label that applications need. Conveying my location
  464. to my spouse, for example as (48.13641N, 11.57471E), is less informative
  465. than saying "at home". We introduce an algorithm called BeaconPrint
  466. that uses WiFi and GSM radio fingerprints collected by someone's
  467. personal mobile device to automatically learn the places they go
  468. and then detect when they return to those places. BeaconPrint does
  469. not automatically assign names or semantics to places. Rather, it
  470. provides the technological foundation to support this task. We compare
  471. BeaconPrint to three existing algorithms using month-long trace logs
  472. from each of three people. Algorithmic results are supplemented with
  473. a survey study about the places people go. BeaconPrint is over 90\%
  474. accurate in learning and recognizing places. Additionally, it improves
  475. accuracy in recognizing places visited infrequently or for short
  476. durations - a category where previous approaches have fared poorly.
  477. BeaconPrint demonstrates 63\% accuracy for places someone returns
  478. to only once or visits for less than 10 minutes, increasing to 80\%
  479. accuracy for places visited twice.},
  480. citeulike-article-id = {1382076},
  481. citeulike-linkout-0 = {http://dx.doi.org/10.1007/11551201_10},
  482. comment = {K-means clustering. 9.6 minute windows. Most algorithms rely on GPS
  483. blackouts or Wifi beacons.},
  484. doi = {10.1007/11551201_10},
  485. file = {Hightower2005.pdf:Hightower2005.pdf:PDF},
  486. journal = {UbiComp 2005: Ubiquitous Computing},
  487. keywords = {learning, location, places, prediction, significant},
  488. owner = {chris},
  489. posted-at = {2009-03-24 14:34:56},
  490. priority = {0},
  491. timestamp = {2009.12.06},
  492. url = {http://dx.doi.org/10.1007/11551201_10}
  493. }
  494. @INPROCEEDINGS{Horvitz1998,
  495. author = {Horvitz, E. and Breese, J. and Heckerman, D. and Hovel, D. and Rommelse,
  496. K.},
  497. title = {The Lumiere project: Bayesian user modeling for inferring the goals
  498. and needs of software users},
  499. booktitle = {In Proceedings of the Fourteenth Conference on Uncertainty in Artificial
  500. Intelligence},
  501. year = {1998},
  502. pages = {256--265},
  503. address = {Madison, WI},
  504. month = {July},
  505. abstract = {The Lumi`ere Project centers on harnessing probability and utility
  506. to provide assistance to computer software users. We review work
  507. on Bayesian user models that can be employed to infer a user's needs
  508. by considering a user's background, actions, and queries. Several
  509. problems were tackled in Lumi`ere research, including (1) the construction
  510. of Bayesian models for reasoning about the time-varying goals of
  511. computer users from their observed actions and queries, (2) gaining
  512. access to a stream of...},
  513. citeulike-article-id = {1269522},
  514. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.8472},
  515. file = {Horvitz1998.pdf:Horvitz1998.pdf:PDF},
  516. keywords = {bayesian, computing, inference, modeling, user},
  517. owner = {chris},
  518. posted-at = {2007-05-14 23:50:35},
  519. priority = {4},
  520. timestamp = {2009.12.06},
  521. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.8472}
  522. }
  523. @INPROCEEDINGS{Hudson2003,
  524. author = {Hudson, Scott and Fogarty, James and Atkeson, Christopher and Avrahami,
  525. Daniel and Forlizzi, Jodi and Kiesler, Sara and Lee, Johnny and Yang,
  526. Jie},
  527. title = {Predicting human interruptibility with sensors: a Wizard of Oz feasibility
  528. study},
  529. booktitle = {CHI '03: Proceedings of the SIGCHI conference on Human factors in
  530. computing systems},
  531. year = {2003},
  532. pages = {257--264},
  533. publisher = {ACM Press},
  534. = {New York, NY, USA},
  535. citeulike-article-id = {410042},
  536. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=642657},
  537. citeulike-linkout-1 = {http://dx.doi.org/10.1145/642611.642657},
  538. doi = {10.1145/642611.642657},
  539. file = {Hudson2003.pdf:Hudson2003.pdf:PDF},
  540. isbn = {1581136307},
  541. keywords = {interruptibility, wizard\_of\_oz},
  542. owner = {chris},
  543. posted-at = {2005-12-04 00:50:45},
  544. priority = {0},
  545. timestamp = {2010.01.11},
  546. url = {http://dx.doi.org/10.1145/642611.642657}
  547. }
  548. @INPROCEEDINGS{Huynh2005,
  549. author = {Huynh, T\^{a}m and Schiele, Bernt},
  550. title = {Analyzing features for activity recognition},
  551. booktitle = {sOc-EUSAI '05: Proceedings of the 2005 joint conference on Smart
  552. objects and ambient intelligence},
  553. year = {2005},
  554. pages = {159--163},
  555. address = {New York, NY, USA},
  556. publisher = {ACM},
  557. abstract = {Human activity is one of the most important ingredients of context
  558. information. In wearable computing scenarios, activities such as
  559. walking, standing and sitting can be inferred from data provided
  560. by body-worn acceleration sensors. In such settings, most approaches
  561. use a single set of features, regardless of which activity to be
  562. recognized. In this paper we show that recognition rates can be improved
  563. by careful selection of individual features for each activity. We
  564. present a systematic analysis of features computed from a real-world
  565. data set and show how the choice of feature and the window length
  566. over which the feature is computed affects the recognition rates
  567. for different activities. Finally, we give a recommendation of suitable
  568. features and window lengths for a set of common activities.},
  569. citeulike-article-id = {1076182},
  570. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1107591},
  571. citeulike-linkout-1 = {http://dx.doi.org/10.1145/1107548.1107591},
  572. comment = {Better recognition rates when selecting features based on activity.
  573. Popular features: mean, standard deviation, energy, entropy, correleation
  574. between axis, discrete FFT coefficients. FFT features generally best,
  575. but different coefficients and windows for each activity.},
  576. doi = {10.1145/1107548.1107591},
  577. file = {Huynh2005.pdf:Huynh2005.pdf:PDF},
  578. isbn = {1-59593-304-2},
  579. keywords = {activity, recognition},
  580. location = {Grenoble, France},
  581. owner = {chris},
  582. posted-at = {2007-03-17 06:17:32},
  583. priority = {2},
  584. timestamp = {2009.12.06},
  585. url = {http://dx.doi.org/10.1145/1107548.1107591}
  586. }
  587. @MISC{Keerthi1999,
  588. author = {Keerthi, S. and Shevade, S. and Bhattacharyya, C. and Murthy, K.},
  589. title = {Improvements to Platt's SMO algorithm for SVM classifier design},
  590. year = {1999},
  591. abstract = {This paper points out an important source of confusion and ineciency
  592. in Platt's Sequential
  593. Minimal Optimization (SMO) algorithm that is caused by the use of
  594. a single threshold value.
  595. Using clues from the KKT conditions for the dual problem, two threshold
  596. parameters are employed
  597. to derive modi cations of SMO. These modi ed algorithms perform signi cantly
  598. faster
  599. than the original SMO on all benchmark datasets tried.
  600. 1 Introduction
  601. In the past few years, there has been a lot of excitement...},
  602. citeulike-article-id = {1772853},
  603. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.46.8538},
  604. file = {Keerthi1999.pdf:Keerthi1999.pdf:PDF},
  605. keywords = {smo, svm},
  606. owner = {chris},
  607. posted-at = {2008-04-12 20:18:51},
  608. priority = {2},
  609. timestamp = {2009.12.06},
  610. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.46.8538}
  611. }
  612. @INPROCEEDINGS{Lee2007,
  613. author = {Jae Young Lee and Hoff, W.},
  614. title = {Activity Identification Utilizing Data Mining Techniques},
  615. booktitle = {Proc. IEEE Workshop on Motion and Video Computing WMVC '07},
  616. year = {2007},
  617. pages = {12--12},
  618. month = {Feb. },
  619. doi = {10.1109/WMVC.2007.4},
  620. file = {Lee2007.pdf:Lee2007.pdf:PDF},
  621. owner = {chris},
  622. timestamp = {2009.12.03}
  623. }
  624. @INPROCEEDINGS{Lester2006,
  625. author = {Lester, Jonathan and Choudhury, Tanzeem and Borriello, Gaetano},
  626. title = {A Practical Approach to Recognizing Physical Activities},
  627. booktitle = {Pervasive Computing},
  628. year = {2006},
  629. pages = {1--16},
  630. = {We are developing a personal activity recognition system that is practical,
  631. reliable, and can be incorporated into a variety of health-care related
  632. applications ranging from personal fitness to elder care. To make
  633. our system appealing and useful, we require it to have the following
  634. properties: (i) data only from a single body location needed, and
  635. it is not required to be from the same point for every user; (ii)
  636. should work out of the box across individuals, with personalization
  637. only enhancing its recognition abilities; and (iii) should be effective
  638. even with a cost-sensitive subset of the sensors and data features.
  639. In this paper, we present an approach to building a system that exhibits
  640. these properties and provide evidence based on data for 8 different
  641. activities collected from 12 different subjects. Our results indicate
  642. that the system has an accuracy rate of approximately 90\% while
  643. meeting our requirements. We are now developing a fully embedded
  644. version of our system based on a cell-phone platform augmented with
  645. a Bluetooth-connected sensor board.},
  646. citeulike-article-id = {997656},
  647. citeulike-linkout-0 = {http://dx.doi.org/10.1007/11748625_1},
  648. citeulike-linkout-1 = {http://www.springerlink.com/content/7048888592382352},
  649. doi = {10.1007/11748625_1},
  650. file = {Lester2006.pdf:Lester2006.pdf:PDF},
  651. journal = {Pervasive Computing},
  652. keywords = {accelerometer, activity-recognition},
  653. owner = {chris},
  654. posted-at = {2007-10-12 10:21:05},
  655. priority = {2},
  656. timestamp = {2009.12.03},
  657. url = {http://dx.doi.org/10.1007/11748625_1}
  658. }
  659. @INPROCEEDINGS{Lester2005,
  660. author = {Lester, Jonathan and Choudhury, Tanzeem and Kern, Nicky and Borriello,
  661. Gaetano and Hannaford, Blake},
  662. title = {A hybrid discriminative/generative approach for modeling human activities},
  663. booktitle = {In Proc. of the International Joint Conference on Artificial Intelligence
  664. (IJCAI},
  665. year = {2005},
  666. pages = {766--772},
  667. abstract = {Accurate recognition and tracking of human activities is an important
  668. goal of ubiquitous computing. Recent advances in the development
  669. of multi-modal wearable sensors enable us to gather rich datasets
  670. of human activities. However, the problem of automatically identifying
  671. the most useful features for modeling such activities remains largely
  672. unsolved. In this paper we present a hybrid approach to recognizing
  673. activities, which combines boosting to discriminatively select useful
  674. features and learn an ensemble of static classifiers to recognize
  675. different activities, with hidden Markov models (HMMs) to capture
  676. the temporal regularities and smoothness of activities. We tested
  677. the activity recognition system using over 12 hours of wearable-sensor
  678. data collected by volunteers in natural unconstrained environments.
  679. The models succeeded in identifying a small set of maximally informative
  680. features, and were able identify ten different human activities with
  681. an accuracy of 95\%. 1},
  682. citeulike-article-id = {3291348},
  683. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.77.5776},
  684. file = {Lester2005.pdf:Lester2005.pdf:PDF},
  685. keywords = {transitgenie},
  686. owner = {chris},
  687. posted-at = {2009-07-11 19:30:29},
  688. priority = {4},
  689. timestamp = {2009.12.06},
  690. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.77.5776}
  691. }
  692. @ARTICLE{Liao2007,
  693. author = {Liao, Lin and Fox, Dieter and Kautz, Henry},
  694. title = {Extracting Places and Activities from GPS Traces Using Hierarchical
  695. Conditional Random Fields},
  696. journal = {Int. J. Rob. Res.},
  697. year = {2007},
  698. volume = {26},
  699. pages = {119--134},
  700. number = {1},
  701. abstract = {Learning patterns of human behavior from sensor data is extremely
  702. important for high-level activity inference. This paper describes
  703. how to extract a person's activities and significant places from
  704. traces of GPS data. The system uses hierarchically structured conditional
  705. random fields to generate a consistent model of a person's activities
  706. and places. In contrast to existing techniques, this approach takes
  707. the high-level context into account in order to detect the significant
  708. places of a person. Experiments show significant improvements over
  709. existing techniques. Furthermore, they indicate that the proposed
  710. system is able to robustly estimate a person's activities using a
  711. model that is trained from data collected by other persons.},
  712. address = {Thousand Oaks, CA, USA},
  713. citeulike-article-id = {3480910},
  714. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1229555.1229562},
  715. citeulike-linkout-1 = {http://dx.doi.org/10.1177/0278364907073775},
  716. doi = {10.1177/0278364907073775},
  717. file = {Liao2007.pdf:Liao2007.pdf:PDF},
  718. issn = {0278-3649},
  719. keywords = {activity-prediction, place-finding},
  720. owner = {chris},
  721. posted-at = {2008-11-04 21:40:32},
  722. priority = {2},
  723. publisher = {Sage Publications, Inc.},
  724. timestamp = {2009.12.03},
  725. url = {http://dx.doi.org/10.1177/0278364907073775}
  726. }
  727. @ARTICLE{Liao2007b,
  728. author = {Liao, Lin and Patterson, Donald J. and Fox, Dieter and Kautz, Henry},
  729. title = {Learning and inferring transportation routines},
  730. journal = {Artificial Intelligence},
  731. year = {2007},
  732. volume = {171},
  733. pages = {311--331},
  734. number = {5-6},
  735. month = {April},
  736. = {This paper introduces a hierarchical Markov model that can learn and
  737. infer a user's daily movements through an urban community. The model
  738. uses multiple levels of abstraction in order to bridge the gap between
  739. raw GPS sensor measurements and high level information such as a
  740. user's destination and mode of transportation. To achieve efficient
  741. inference, we apply Rao-Blackwellized particle filters at multiple
  742. levels of the model hierarchy. Locations such as bus stops and parking
  743. lots, where the user frequently changes mode of transportation, are
  744. learned from GPS data logs without manual labeling of training data.
  745. We experimentally demonstrate how to accurately detect novel behavior
  746. or user errors (e.g. taking a wrong bus) by explicitly modeling activities
  747. in the context of the user's historical data. Finally, we discuss
  748. an application called "Opportunity Knocks" that employs our techniques
  749. to help cognitively-impaired people use public transportation safely.},
  750. citeulike-article-id = {1541495},
  751. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1238288},
  752. citeulike-linkout-1 = {http://dx.doi.org/10.1016/j.artint.2007.01.006},
  753. citeulike-linkout-2 = {http://www.sciencedirect.com/science/article/B6TYF-4N49VP9-1/2/8f05b8caf7327ceb8762ab5e1b95efc9},
  754. doi = {10.1016/j.artint.2007.01.006},
  755. file = {Liao2007b.pdf:Liao2007b.pdf:PDF},
  756. keywords = {learning, statistical-inference},
  757. owner = {chris},
  758. posted-at = {2008-11-28 02:40:32},
  759. priority = {2},
  760. timestamp = {2010.01.13},
  761. url = {http://dx.doi.org/10.1016/j.artint.2007.01.006}
  762. }
  763. @ARTICLE{Lukowicz2002,
  764. author = {Lukowicz, P. and Junker, H. and St\"{a}ger, M. and von B\"{u}ren,
  765. T. and Tr\"{o}ster, G.},
  766. title = {WearNET: A Distributed Multi-sensor System for Context Aware Wearables},
  767. journal = {UbiComp 2002: Ubiquitous Computing},
  768. year = {2002},
  769. volume = {1},
  770. pages = {361--370},
  771. abstract = {This paper describes a distributed, multi-sensor system architecture
  772. designed to provide a wearable computer with a wide range of complex
  773. context information. Starting from an analysis of useful high level
  774. context information we present a top down design that focuses on
  775. the peculiarities of wearable applications. Thus, our design devotes
  776. particular attention to sensor placement, system partitioning as
  777. well as resource requirements given by the power consumption, computational
  778. intensity and communication overhead. We describe an implementation
  779. of our architecture and initial experimental results obtained with
  780. the system.},
  781. citeulike-article-id = {3909016},
  782. citeulike-linkout-0 = {http://dx.doi.org/10.1007/3-540-45809-3_28},
  783. citeulike-linkout-1 = {http://www.springerlink.com/content/kky208rx9e98m0xg},
  784. doi = {10.1007/3-540-45809-3_28},
  785. file = {Lukowicz2002.pdf:Lukowicz2002.pdf:PDF},
  786. keywords = {action, sensors},
  787. owner = {chris},
  788. posted-at = {2009-01-19 18:25:29},
  789. priority = {5},
  790. timestamp = {2009.12.03},
  791. url = {http://dx.doi.org/10.1007/3-540-45809-3_28}
  792. }
  793. @ARTICLE{Mathie2004,
  794. author = {Mathie, M. and Celler, B. and Lovell, N. and Coster, A.},
  795. title = {Classification of basic daily movements using a triaxial accelerometer},
  796. journal = {Medical and Biological Engineering and Computing},
  797. year = {2004},
  798. volume = {42},
  799. pages = {679--687},
  800. number = {5},
  801. month = {September},
  802. abstract = {Abstract\ \ A generic framework for the automated classification
  803. of human movements using an accelerometry monitoring system is introduced.
  804. The framework was structured around a binary decision tree in which
  805. movements were divided into classes and subclasses at different hierarchical
  806. levels. General distinctions between movements were applied in the
  807. top levels, and successively more detailed subclassifications were
  808. made in the lower levels of the tree. The structure was modular and
  809. flexible: parts of the tree could be reordered, pruned or extended,
  810. without the remainder of the tree being affected. This framework
  811. was used to develop a classifier to identify basic movements from
  812. the signals obtained from a single, waist-mounted triaxial accelerometer.
  813. The movements were first divided into activity and rest. The activities
  814. were classified as falls, walking, transition between postural orientations,
  815. or other movement. The postural orientations during rest were classified
  816. as sitting, standing or lying. In controlled laboratory studies in
  817. which 26 normal, healthy subjects carried out a set of basic movements,
  818. the sensitivity of every classification exceeded 87\%, and the specificity
  819. exceeded 94\%; the overall accuracy of the system, measured as the
  820. number of correct classifications across all levels of the hierarchy,
  821. was a sensitivity of 97.7\% and a specificity of 98.7\% over a data
  822. set of 1309 movements.},
  823. citeulike-article-id = {4636969},
  824. citeulike-linkout-0 = {http://dx.doi.org/10.1007/BF02347551},
  825. citeulike-linkout-1 = {http://www.springerlink.com/content/wm35501wq8352865},
  826. day = {12},
  827. doi = {10.1007/BF02347551},
  828. file = {Mathie2004.pdf:Mathie2004.pdf:PDF},
  829. owner = {chris},
  830. posted-at = {2009-05-26 20:42:51},
  831. timestamp = {2009.12.06},
  832. url = {http://dx.doi.org/10.1007/BF02347551}
  833. }
  834. @INPROCEEDINGS{Maurer2006,
  835. author = {Maurer, U. and Rowe, A. and Smailagic, A. and Siewiorek, D.P.},
  836. title = {eWatch: a wearable sensor and notification platform},
  837. booktitle = {Proc. International Workshop on Wearable and Implantable Body Sensor
  838. Networks BSN 2006},
  839. year = {2006},
  840. pages = {4 pp.--145},
  841. doi = {10.1109/BSN.2006.24},
  842. file = {Maurer2006.pdf:Maurer2006.pdf:PDF},
  843. keywords = {Bluetooth, biomedical equipment, electric sensing devices, patient
  844. monitoring, watches, wearable computers, Bluetooth communication,
  845. eWatch platform, notification platform, online nearest neighbor classification,
  846. power aware hardware, software architecture, wearable computing platform,
  847. wearable sensors, wireless links, wrist watch form factor},
  848. owner = {chris},
  849. timestamp = {2009.12.03}
  850. }
  851. @MISC{Miluzzo2009,
  852. author = {Miluzzo, E., and Oakley, J., and Lu, H., and Lane, N., and Peterson,
  853. R., and Campbell, A.},
  854. title = {Evaluating the iPhone as a Mobile Platform for People-Centric Sensing
  855. Applications},
  856. year = {2009},
  857. comment = {No background apps on iPhone, no access to BT or Wifi stacks.},
  858. file = {Miluzzo2009.pdf:Miluzzo2009.pdf:PDF},
  859. owner = {chris},
  860. timestamp = {2009.12.01}
  861. }
  862. @INPROCEEDINGS{Nicolai2006,
  863. author = {Tom Nicolai and Nils Behrens and Holger Kenn},
  864. title = {Exploring Social Context with the Wireless Rope},
  865. booktitle = {In Proc. Workshop MONET: LNCS 4277},
  866. year = {2006},
  867. comment = {Definition of familiar strangers. DynStra/DynFam formula.},
  868. file = {Nicolai2006.pdf:Nicolai2006.pdf:PDF},
  869. owner = {chris},
  870. timestamp = {2009.12.01}
  871. }
  872. @INPROCEEDINGS{Nurmi2006,
  873. author = {Nurmi, Petteri and Koolwaaij, Johan},
  874. title = {Identifying meaningful locations},
  875. booktitle = {Mobile and Ubiquitous Systems: Networking \& Services, 2006 Third
  876. Annual International Conference on},
  877. year = {2006},
  878. pages = {1--8},
  879. abstract = {Existing context-aware mobile applications often rely on location
  880. information. However, raw location data such as GPS coordinates or
  881. GSM cell identifiers are usually meaningless to the user and, as
  882. a consequence, researchers have proposed different methods for inferring
  883. so-called places from raw data. The places are locations that carry
  884. some meaning to user and to which the user can potentially attach
  885. some (meaningful) semantics. Examples of places include home, work
  886. and airport. A lack in existing work is that the labeling has been
  887. done in an ad hoc fashion and no motivation has been given for why
  888. places would be interesting to the user. As our first contribution
  889. we use social identity theory to motivate why some locations really
  890. are significant to the user. We also discuss what potential uses
  891. for location information social identity theory implies. Another
  892. flaw in the existing work is that most of the proposed methods are
  893. not suited to realistic mobile settings as they rely on the availability
  894. of GPS information. As our second contribution we consider a more
  895. realistic setting where the information consists of GSM cell transitions
  896. that are enriched with GPS information whenever a GPS device is available.
  897. We present four different algorithms for this problem and compare
  898. them using real data gathered throughout Europe. In addition, we
  899. analyze the suitability of our algorithms for mobile devices},
  900. citeulike-article-id = {2420217},
  901. citeulike-linkout-0 = {http://dx.doi.org/10.1109/MOBIQ.2006.340429},
  902. citeulike-linkout-1 = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4141782},
  903. comment = {Algorithms for identifying places, use cases, recognise commuting},
  904. doi = {10.1109/MOBIQ.2006.340429},
  905. file = {Nurmi2006.pdf:Nurmi2006.pdf:PDF},
  906. journal = {Mobile and Ubiquitous Systems: Networking \& Services, 2006 Third
  907. Annual International Conference on},
  908. keywords = {cs-location, read},
  909. owner = {chris},
  910. posted-at = {2008-02-24 02:03:54},
  911. priority = {2},
  912. timestamp = {2009.12.06},
  913. url = {http://dx.doi.org/10.1109/MOBIQ.2006.340429}
  914. }
  915. @ARTICLE{Parkka2006,
  916. author = {Parkka, J. and Ermes, M. and Korpipaa, P. and Mantyjarvi, J. and
  917. Peltola, J. and Korhonen, I.},
  918. title = {Activity classification using realistic data from wearable sensors},
  919. journal = {Information Technology in Biomedicine, IEEE Transactions on},
  920. year = {2006},
  921. volume = {10},
  922. pages = {119--128},
  923. number = {1},
  924. abstract = {Automatic classification of everyday activities can be used for promotion
  925. of health-enhancing physical activities and a healthier lifestyle.
  926. In this paper, methods used for classification of everyday activities
  927. like walking, running, and cycling are described. The aim of the
  928. study was to find out how to recognize activities, which sensors
  929. are useful and what kind of signal processing and classification
  930. is required. A large and realistic data library of sensor data was
  931. collected. Sixteen test persons took part in the data collection,
  932. resulting in approximately 31 h of annotated, 35-channel data recorded
  933. in an everyday environment. The test persons carried a set of wearable
  934. sensors while performing several activities during the 2-h measurement
  935. session. Classification results of three classifiers are shown: custom
  936. decision tree, automatically generated decision tree, and artificial
  937. neural network. The classification accuracies using leave-one-subject-out
  938. cross validation range from 58 to 97\% for custom decision tree classifier,
  939. from 56 to 97\% for automatically generated decision tree, and from
  940. 22 to 96\% for artificial neural network. Total classification accuracy
  941. is 82\% for custom decision tree classifier, 86\% for automatically
  942. generated decision tree, and 82\% for artificial neural network.},
  943. booktitle = {Information Technology in Biomedicine, IEEE Transactions on},
  944. citeulike-article-id = {3759728},
  945. citeulike-linkout-0 = {http://dx.doi.org/10.1109/TITB.2005.856863},
  946. citeulike-linkout-1 = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1573714},
  947. citeulike-linkout-2 = {http://dx.doi.org/http://dx.doi.org/10.1109/TITB.2005.856863},
  948. citeulike-linkout-3 = {http://dx.doi.org/10.1109/TITB.2005.856863},
  949. doi = {10.1109/TITB.2005.856863},
  950. file = {Parkka2006.pdf:Parkka2006.pdf:PDF},
  951. keywords = {activity, coact, health, walton, wearable},
  952. owner = {chris},
  953. pdf = {Parkka2006.pdf},
  954. posted-at = {2008-12-09 14:55:55},
  955. priority = {2},
  956. timestamp = {2009.12.03},
  957. url = {http://dx.doi.org/10.1109/TITB.2005.856863}
  958. }
  959. @MISC{Patterson2004,
  960. author = {Donald J. Patterson and Dieter Fox and Henry Kautz and Kenneth Fishkin
  961. and Mike Perkowitz and Matthai Philipose},
  962. title = {Contextual Computer Support for Human Activity},
  963. year = {2004},
  964. citeseercitationcount = {0},
  965. citeseerurl = {http://citeseer.ist.psu.edu/635960.html},
  966. file = {Patterson2004.pdf:Patterson2004.pdf:PDF},
  967. owner = {chris},
  968. timestamp = {2009.12.01}
  969. }
  970. @MISC{Philipose2003,
  971. author = {Matthai Philipose and Sunny Consolvo and Kenneth Fishkin and Perkowitz
  972. Ian Smith},
  973. title = {Fast, Detailed Inference of Diverse Daily Human Activities},
  974. year = {2003},
  975. file = {Philipose2003.pdf:Philipose2003.pdf:PDF},
  976. owner = {chris},
  977. timestamp = {2009.12.01}
  978. }
  979. @ARTICLE{Philipose2004,
  980. author = {Philipose, M. and Fishkin, K.P. and Perkowitz, M. and Patterson,
  981. D.J. and Fox, D. and Kautz, H. and Hahnel, D.},
  982. title = {Inferring activities from interactions with objects},
  983. journal = IEEE_M_PVC,
  984. year = {2004},
  985. volume = {3},
  986. pages = {50--57},
  987. number = {4},
  988. doi = {10.1109/MPRV.2004.7},
  989. file = {Philipose2004.pdf:Philipose2004.pdf:PDF},
  990. issn = {1536-1268},
  991. keywords = {computerised monitoring, data mining, home automation, home computing,
  992. radiofrequency identification, ubiquitous computing, ADL inferencing,
  993. ADL monitoring, Proactive Activity Toolkit, daily living activity
  994. recognition, daily living activity recording, data mining, elder
  995. care, pervasive computing, probabilistic inference engine, radio-frequency-identification
  996. technology, ADL monitoring, Proact, Proactive Activity Toolkit, context-aware
  997. computing, sensor networks},
  998. owner = {chris},
  999. timestamp = {2009.12.01}
  1000. }
  1001. @MISC{Philipose2003a,
  1002. author = {Philipose, M. and Fishkin, K. and Perkowitz, M. and Patterson, D.
  1003. and H\"ahnel, D.},
  1004. title = {The Probabilistic Activity Toolkit: Towards Enabling Activity-Aware
  1005. Computer Interfaces},
  1006. year = {2003},
  1007. file = {Philipose2003a.pdf:Philipose2003a.pdf:PDF},
  1008. owner = {chris},
  1009. timestamp = {2009.12.01}
  1010. }
  1011. @ARTICLE{Raento2005,
  1012. author = {Raento, Mika and Oulasvirta, Antti and Petit, Renaud and Toivonen,
  1013. Hannu},
  1014. title = {ContextPhone: A Prototyping Platform for Context-Aware Mobile Applications},
  1015. journal = {IEEE Pervasive Computing},
  1016. year = {2005},
  1017. volume = {4},
  1018. pages = {51--59},
  1019. number = {2},
  1020. month = {April},
  1021. abstract = {ContextPhone is an open-source prototyping platform for context-aware
  1022. mobile applications. Its development was based on an iterative, human-centered
  1023. strategy aimed at enabling real-world applications that are easily
  1024. integrated into users\&\#253; everyday lives. The strategy included
  1025. rapid response to feedback from field evaluations. The developers
  1026. also studied other applications as well as general mobility issues.
  1027. Their work resulted in prioritized design goals, including an emphasis
  1028. on context, unobtrusiveness, truthfulness, seamfulness, timeliness
  1029. and fast interaction. These design goals have been realized in several
  1030. robust components running on top of the Series 60 Smartphone platform.
  1031. These components include basic services like error recovery and service
  1032. starting, sensors for gathering context data, communication channels
  1033. for interacting with the outside world, and customizable versions
  1034. of the Smartphone applications. Several real-world applications have
  1035. been built on top of ContextPhone and the platform is released under
  1036. an open-source license for use in further research.},
  1037. address = {Piscataway, NJ, USA},
  1038. booktitle = {Pervasive Computing, IEEE},
  1039. citeulike-article-id = {2926228},
  1040. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1070601.1070628},
  1041. citeulike-linkout-1 = {http://dx.doi.org/10.1109/MPRV.2005.29},
  1042. citeulike-linkout-2 = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1427649},
  1043. doi = {10.1109/MPRV.2005.29},
  1044. file = {Raento2005.pdf:Raento2005.pdf:PDF},
  1045. issn = {1536-1268},
  1046. keywords = {adaptive\_interfaces, location\_aware\_computing},
  1047. owner = {chris},
  1048. posted-at = {2008-06-25 17:18:22},
  1049. priority = {2},
  1050. publisher = {IEEE Educational Activities Department},
  1051. timestamp = {2009.12.06},
  1052. url = {http://dx.doi.org/10.1109/MPRV.2005.29}
  1053. }
  1054. @INPROCEEDINGS{Ravi2005,
  1055. author = {Ravi, Nishkam and Nikhil, D. and Mysore, Preetham and Littman, Michael
  1056. L.},
  1057. title = {Activity recognition from accelerometer data},
  1058. booktitle = {Proceedings of the Seventeenth Conference on Innovative Applications
  1059. of Artificial Intelligence(IAAI},
  1060. year = {2005},
  1061. pages = {1541--1546},
  1062. abstract = {Activity recognition fits within the bigger framework of context awareness.
  1063. In this paper, we report on our efforts to recognize user activity
  1064. from accelerometer data. Activity recognition is formulated as a
  1065. classification problem. Performance of base-level classifiers and
  1066. meta-level classifiers is compared. Plurality Voting is found to
  1067. perform consistently well across different settings.},
  1068. citeulike-article-id = {5157220},
  1069. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.92.1333},
  1070. citeulike-linkout-1 = {https://www.aaai.org/Papers/IAAI/2005/IAAI05-013.pdf},
  1071. file = {Ravi2005.pdf:Ravi2005.pdf:PDF},
  1072. keywords = {accelerometer, activity-inferencing},
  1073. owner = {chris},
  1074. posted-at = {2009-07-15 10:33:20},
  1075. priority = {2},
  1076. timestamp = {2009.12.06},
  1077. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.92.1333}
  1078. }
  1079. @ARTICLE{Reynolds2008,
  1080. author = {Reynolds, F.},
  1081. title = {Camera Phones: A Snapshot of Research and Applications},
  1082. journal = IEEE_M_PVC,
  1083. year = {2008},
  1084. volume = {7},
  1085. pages = {16--19},
  1086. number = {2},
  1087. month = {April--June },
  1088. comment = {"over one billion camera phones were sold last year"},
  1089. doi = {10.1109/MPRV.2008.28},
  1090. file = {Reynolds2008.pdf:Reynolds2008.pdf:PDF},
  1091. owner = {chris},
  1092. pdf = {Reynolds2008.pdf},
  1093. timestamp = {2009.12.01}
  1094. }
  1095. @INPROCEEDINGS{Rudstroem2004,
  1096. author = {Asa Rudstr\"om and Martinn Svensson and Martin Svensson and Rickard
  1097. C\"oster and Kristina H\"o\"ok},
  1098. title = {MobiTip: Using Bluetooth as a Mediator of Social Context},
  1099. booktitle = {In Ubicomp 2004 Adjunct Proceedings},
  1100. year = {2004},
  1101. file = {Rudstroem2004.pdf:Rudstroem2004.pdf:PDF},
  1102. owner = {chris},
  1103. timestamp = {2009.12.01}
  1104. }
  1105. @MISC{Salber1999,
  1106. author = {Salber, Daniel and Dey, Anind K. and Abowd, Gregory D.},
  1107. title = {The Context Toolkit: Aiding the Development of Context-Enabled Applications},
  1108. year = {1999},
  1109. abstract = {Context-enabled applications are just emerging and promise richer
  1110. interaction by taking environmental context into account. However,
  1111. they are difficult to build due to their distributed nature and the
  1112. use of unconventional sensors. The concepts of toolkits and widget
  1113. libraries in graphical user interfaces has been tremendously successful,
  1114. allowing programmers to leverage off existing building blocks to
  1115. build interactive systems more easily. We introduce the concept of
  1116. context widgets that mediate between the environment and the application
  1117. in the same way graphical widgets mediate between the user and the
  1118. application. We illustrate the concept of context widgets with the
  1119. beginnings of a widget library we have developed for sensing presence,
  1120. identity and activity of people and things. We assess the success
  1121. of our approach with two example context-enabled applications we
  1122. have built and an existing application to which we have added contextsensing
  1123. capabilities.},
  1124. citeulike-article-id = {3753280},
  1125. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.32.2110},
  1126. citeulike-linkout-1 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.32.2110},
  1127. file = {Salber1999.pdf:Salber1999.pdf:PDF},
  1128. keywords = {applications, context, context\_awareness, toolkit},
  1129. owner = {chris},
  1130. pages = {434--441},
  1131. posted-at = {2008-12-07 12:33:46},
  1132. priority = {4},
  1133. timestamp = {2009.12.06},
  1134. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.32.2110}
  1135. }
  1136. @MISC{Schapire1999,
  1137. author = {Schapire, Robert E.},
  1138. title = {A Brief Introduction to Boosting},
  1139. year = {1999},
  1140. abstract = {Boosting is a general method for improving the accuracy of any given
  1141. learning algorithm. This short paper introduces the boosting algorithm
  1142. AdaBoost, and explains the underlying theory of boosting, including
  1143. an explanation of why boosting often does not suffer from overfitting.
  1144. Some examples of recent applications of boosting are also described.
  1145. Background Boosting is a general method which attempts to \&\#034;boost\&\#034;
  1146. the accuracy of any given learning algorithm. Boosting has its roots
  1147. in a theoretical framework for studying machine learning called the
  1148. \&\#034;PAC\&\#034; learning model, due to Valiant [37]; see Kearns
  1149. and Vazirani [24] for a good introduction to this model. Kearns and
  1150. Valiant [22, 23] were the first to pose the question of whether a
  1151. \&\#034;weak\&\#034; learning algorithm which performs just slightly
  1152. better than random guessing in the PAC model can be \&\#034;boosted\&\#034;
  1153. into an arbitrarily accurate \&\#034;strong\&\#034; learning algorithm.
  1154. Schapire [30] came up with the first provable polynomial-time boosting
  1155. algorithm in ...},
  1156. citeulike-article-id = {6212085},
  1157. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.7.8772},
  1158. file = {Schapire1999.pdf:Schapire1999.pdf:PDF},
  1159. keywords = {boosting},
  1160. owner = {chris},
  1161. posted-at = {2009-11-25 20:48:42},
  1162. priority = {2},
  1163. timestamp = {2009.12.03},
  1164. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.7.8772}
  1165. }
  1166. @MISC{Schilit1994,
  1167. author = {Bill Schilit and Norman Adams and Roy Want},
  1168. title = {Context-Aware Computing Applications},
  1169. year = {1994},
  1170. citeseercitationcount = {0},
  1171. citeseerurl = {http://citeseer.ist.psu.edu/339782.html},
  1172. file = {Schilit1994.pdf:Schilit1994.pdf:PDF},
  1173. owner = {chris},
  1174. timestamp = {2009.12.01}
  1175. }
  1176. @MISC{Schmidt2008,
  1177. author = {Albrecht Schmidt and Kofi Asante Aidoo and Antti Takaluoma and Urpo
  1178. Tuomela and Kristof Van Laerhoven and Walter Van de Velde},
  1179. title = {iLearn on the iPhone: Real-Time Human Activity Classification on
  1180. Commodity Mobile Phones},
  1181. year = {2008},
  1182. file = {Schmidt2008.pdf:Schmidt2008.pdf:PDF},
  1183. owner = {chris},
  1184. timestamp = {2009.12.03}
  1185. }
  1186. @ARTICLE{Schmidt1999,
  1187. author = {Schmidt, A. and Aidoo, K. A. and Takaluoma, A. and Tuomela, U. and
  1188. Van Laerhoven, K. and Van de Velde, W.},
  1189. title = {Advanced Interaction in Context},
  1190. journal = {Lecture Notes in Computer Science},
  1191. year = {1999},
  1192. volume = {1707},
  1193. pages = {89--??},
  1194. abstract = {. Mobile information appliances are increasingly used in numerous
  1195. different situations and locations, setting new requirements to their
  1196. interaction
  1197. methods. When the user's situation, place or activity changes, the
  1198. functionality
  1199. of the device should adapt to these changes. In this work we propose
  1200. a layered
  1201. real-time architecture for this kind of context-aware adaptation based
  1202. on
  1203. redundant collections of low-level sensors. Two kinds of sensors are
  1204. distinguished: physical and logical...},
  1205. citeulike-article-id = {1284635},
  1206. citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.40.2408},
  1207. file = {Schmidt1999.pdf:Schmidt1999.pdf:PDF},
  1208. keywords = {context, mobile, pervasive, ubicomp},
  1209. owner = {chris},
  1210. posted-at = {2007-05-09 07:15:21},
  1211. priority = {4},
  1212. timestamp = {2009.12.03},
  1213. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.40.2408}
  1214. }
  1215. @MISC{Shen2004,
  1216. author = {Jianqiang Shen},
  1217. title = {Machine Learning for Activity Recognition},
  1218. year = {2004},
  1219. file = {Shen2004.pdf:Shen2004.pdf:PDF},
  1220. owner = {chris},
  1221. timestamp = {2009.12.01}
  1222. }
  1223. @INPROCEEDINGS{Siewiorek2003,
  1224. author = {Siewiorek, D. and Smailagic, A. and Furukawa, J. and Krause, A. and
  1225. Moraveji, N. and Reiger, K. and Shaffer, J. and Wong, Fei L.},
  1226. title = {SenSay: a context-aware mobile phone},
  1227. booktitle = {Wearable Computers, 2003. Proceedings. Seventh IEEE International
  1228. Symposium on},
  1229. year = {2003},
  1230. pages = {248--249},
  1231. citeulike-article-id = {898575},
  1232. citeulike-linkout-0 = {http://dx.doi.org/10.1109/ISWC.2003.1241422},
  1233. citeulike-linkout-1 = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1241422},
  1234. doi = {10.1109/ISWC.2003.1241422},
  1235. file = {Siewiorek2003.pdf:Siewiorek2003.pdf:PDF},
  1236. journal = {Wearable Computers, 2003. Proceedings. Seventh IEEE International
  1237. Symposium on},
  1238. keywords = {aware, context, mobile, phone},
  1239. owner = {chris},
  1240. posted-at = {2008-09-16 14:38:06},
  1241. priority = {2},
  1242. timestamp = {2009.12.06},
  1243. url = {http://dx.doi.org/10.1109/ISWC.2003.1241422}
  1244. }
  1245. @INPROCEEDINGS{Song2005,
  1246. author = {Song, K. and Wang, Y.},
  1247. title = {Remote Activity Monitoring of the Elderly Using a Two-Axis Accelerometer},
  1248. booktitle = {CACS Automatic Control Conference},
  1249. year = {2005},
  1250. file = {Song2005.pdf:Song2005.pdf:PDF},
  1251. owner = {chris},
  1252. timestamp = {2009.12.01}
  1253. }
  1254. @ARTICLE{Stiefmeier2008,
  1255. author = {Stiefmeier, T. and Roggen, D. and Troster, G. and Ogris, G. and Lukowicz,
  1256. P.},
  1257. title = {Wearable Activity Tracking in Car Manufacturing},
  1258. journal = IEEE_M_PVC,
  1259. year = {2008},
  1260. volume = {7},
  1261. pages = {42--50},
  1262. number = {2},
  1263. month = {April--June },
  1264. doi = {10.1109/MPRV.2008.40},
  1265. file = {Stiefmeier2008.pdf:Stiefmeier2008.pdf:PDF},
  1266. owner = {chris},
  1267. timestamp = {2009.12.01}
  1268. }
  1269. @ARTICLE{Tentori2008,
  1270. author = {Tentori, M. and Favela, J.},
  1271. title = {Activity-Aware Computing for Healthcare},
  1272. journal = IEEE_M_PVC,
  1273. year = {2008},
  1274. volume = {7},
  1275. pages = {51--57},
  1276. number = {2},
  1277. month = {April--June },
  1278. doi = {10.1109/MPRV.2008.24},
  1279. file = {Tentori2008.pdf:Tentori2008.pdf:PDF},
  1280. owner = {chris},
  1281. timestamp = {2009.12.01}
  1282. }
  1283. @INPROCEEDINGS{Terry2002,
  1284. author = {Terry, Michael and Mynatt, Elizabeth D. and Ryall, Kathy and Leigh,
  1285. Darren},
  1286. title = {Social net: using patterns of physical proximity over time to infer
  1287. shared interests},
  1288. booktitle = {CHI '02: CHI '02 extended abstracts on Human factors in computing
  1289. systems},
  1290. year = {2002},
  1291. pages = {816--817},
  1292. address = {New York, NY, USA},
  1293. publisher = {ACM Press},
  1294. citeulike-article-id = {934249},
  1295. citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=506443.506612},
  1296. citeulike-linkout-1 = {http://dx.doi.org/10.1145/506443.506612},
  1297. doi = {10.1145/506443.506612},
  1298. file = {Terry2002.pdf:Terry2002.pdf:PDF},
  1299. isbn = {1581134541},
  1300. keywords = {networking, social},
  1301. owner = {chris},
  1302. posted-at = {2008-08-21 15:56:49},
  1303. priority = {2},
  1304. timestamp = {2009.12.06},
  1305. url = {http://dx.doi.org/10.1145/506443.506612}
  1306. }
  1307. @ARTICLE{Voida2002,
  1308. author = {Voida, S. and Mynatt, E.D. and MacIntyre, B. and Corso, G.M.},
  1309. title = {Integrating virtual and physical context to support knowledge workers},
  1310. journal = IEEE_M_PVC,
  1311. year = {2002},
  1312. volume = {1},
  1313. pages = {73--79},
  1314. number = {3},
  1315. doi = {10.1109/MPRV.2002.1037725},
  1316. file = {Voida2002.pdf:Voida2002.pdf:PDF},
  1317. issn = {1536-1268},
  1318. keywords = {distributed processing, groupware, management information systems,
  1319. user interfaces, Kimura system, data sources, electronic whiteboard,
  1320. knowledge workers, networked peripheral devices, pervasive computing},
  1321. owner = {chris},
  1322. timestamp = {2009.12.01}
  1323. }
  1324. @INPROCEEDINGS{Wang2009,
  1325. author = {Wang, Yi and Lin, Jialiu and Annavaram, Murali and Jacobson, Quinn
  1326. A. and Hong, Jason and Krishnamachari, Bhaskar and Sadeh, Norman},
  1327. title = {A framework of energy efficient mobile sensing for automatic user
  1328. state recognition},
  1329. booktitle = {MobiSys '09: Proceedings of the 7th international conference on Mobile
  1330. systems, applications, and services},
  1331. year = {2009},
  1332. pages = {179--192},
  1333. address = {New York, NY, USA},
  1334. publisher = {ACM},
  1335. doi = {http://doi.acm.org/10.1145/1555816.1555835},
  1336. file = {Wang2009.pdf:Wang2009.pdf:PDF},
  1337. isbn = {978-1-60558-566-6},
  1338. location = {Krak\'{o}w, Poland},
  1339. owner = {chris},
  1340. pdf = {Wang2009.pdf},
  1341. timestamp = {2009.12.03}
  1342. }
  1343. @INBOOK{Witten2000,
  1344. chapter = {3},
  1345. pages = {72-75},
  1346. title = {Data Mining: Practical Machine Learning Tools and. Techniques with
  1347. Java Implementations},
  1348. publisher = {Morgan Kaufmann},
  1349. year = {2000},
  1350. author = {Ian H. Witten and Eibe Frank},
  1351. owner = {chris},
  1352. timestamp = {2010.01.14}
  1353. }
  1354. @INPROCEEDINGS{Wyatt2007,
  1355. author = {Wyatt, D. and Choudhury, T. and Kautz, H.},
  1356. title = {Capturing Spontaneous Conversation and Social Dynamics: A Privacy-Sensitive
  1357. Data Collection Effort},
  1358. booktitle = {Proc. IEEE International Conference on Acoustics, Speech and Signal
  1359. Processing ICASSP 2007},
  1360. year = {2007},
  1361. volume = {4},
  1362. pages = {IV-213--IV-216},
  1363. doi = {10.1109/ICASSP.2007.367201},
  1364. file = {Wyatt2007.pdf:Wyatt2007.pdf:PDF},
  1365. issn = {1520-6149},
  1366. keywords = {data acquisition, speech intelligibility, UW dynamic social network,
  1367. paralinguistic features, privacy constraints, privacy-sensitive data
  1368. collection effort, prosodic features, social dynamics, spontaneous
  1369. conversation, spontaneous face-to-face conversations, Data acquisition,
  1370. oral communication, privacy, speech analysis},
  1371. owner = {chris},
  1372. timestamp = {2009.12.03}
  1373. }
  1374. @INPROCEEDINGS{Yang2008,
  1375. author = {Sung-Ihk Yang and Sung-Bae Cho},
  1376. title = {Recognizing human activities from accelerometer and physiological
  1377. sensors},
  1378. booktitle = {Proc. IEEE International Conference on Multisensor Fusion and Integration
  1379. for Intelligent Systems MFI 2008},
  1380. year = {2008},
  1381. pages = {100--105},
  1382. month = {20--22 Aug. },
  1383. doi = {10.1109/MFI.2008.4648116},
  1384. file = {Yang2008.pdf:Yang2008.pdf:PDF},
  1385. owner = {chris},
  1386. timestamp = {2009.12.03}
  1387. }
  1388. @MISC{ChangeWave2010,
  1389. title = {http://www.changewaveresearch.com/articles/2010/01/smart\_phone\_20100104.html},
  1390. owner = {chris},
  1391. timestamp = {2010.01.12},
  1392. url = {http://www.changewaveresearch.com/articles/2010/01/smart_phone_20100104.html}
  1393. }
  1394. @MISC{ComputerWorld2010,
  1395. title = {http://www.computerworld.com/s/article/9139026/},
  1396. owner = {chris},
  1397. timestamp = {2010.01.12},
  1398. url = {http://www.computerworld.com/s/article/9139026/Android_to_grab_No._2_spot_by_2012_says_Gartner}
  1399. }
  1400. @MISC{TwoFortyFourAm2010,
  1401. title = {http://www.twofortyfouram.com/},
  1402. owner = {chris},
  1403. timestamp = {2010.01.14},
  1404. url = {http://www.twofortyfouram.com/}
  1405. }
  1406. @comment{jabref-meta: selector_publisher:}
  1407. @comment{jabref-meta: selector_author:}
  1408. @comment{jabref-meta: selector_journal:}
  1409. @comment{jabref-meta: selector_keywords:}
  1410. @comment{jabref-meta: groupsversion:3;}
  1411. @comment{jabref-meta: groupstree:
  1412. 0 AllEntriesGroup:;
  1413. 1 ExplicitGroup:Unread\;0\;Aha1991\;Bardram2005\;Bellotti2008\;Consolv
  1414. o2008\;Eagle2006\;Horvitz1998\;Hudson2003\;Keerthi1999\;Lee2007\;Leste
  1415. r2005\;Lester2006\;Liao2007\;Liao2007a\;Liao2007b\;Lukowicz2002\;Mahda
  1416. viani2007\;Mathie2004\;Maurer2006\;Parkka2006\;Patterson2004\;Philipos
  1417. e2003\;Philipose2003a\;Philipose2004\;Quinlan1986\;Raento2005\;Ravi200
  1418. 5\;Rudstroem2004\;Salber1999\;Schapire1999\;Schilit1994\;Schmidt1999\;
  1419. Siewiorek2003\;Song2005\;Stiefmeier2008\;Tentori2008\;Terry2002\;Voida
  1420. 2002\;Wang2009\;Wyatt2007\;Yang2008\;;
  1421. }