-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmy_bib.bib
2626 lines (2444 loc) · 107 KB
/
my_bib.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
% This file was created with JabRef 2.4.1.
% Encoding: UTF8
@MISC{DBLP:journals/comcom/CamONMS06,
author = {Hasan \c{C}am and Suat {\"O}zdemir and Prashant Nair and Devasenapathy
Muthuavinashiappan and Hidayet Ozgur Sanli},
title = {Energy-efficient secure pattern based data aggregation for wireless
sensor networks},
year = {2006},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1016/j.comcom.2004.12.029},
journal = {Computer Communications},
number = {4},
pages = {446-455},
volume = {29}
}
@ARTICLE{AraiDGK07,
author = {Benjamin Arai and Gautam Das and Dimitrios Gunopulos and Vana Kalogeraki},
title = {Efficient Approximate Query Processing in Peer-to-Peer Networks},
journal = {IEEE Transactions on Knowledge and Data Engineering},
year = {2007},
volume = {19},
pages = {919-933},
number = {7},
address = {Los Alamitos, CA, USA},
doi = {http://doi.ieeecomputersociety.org/10.1109/TKDE.2007.1064},
issn = {1041-4347},
publisher = {IEEE Computer Society}
}
@INPROCEEDINGS{DBLP:conf/pods/ArasuM04,
author = {Arvind Arasu and Gurmeet Singh Manku},
title = {Approximate Counts and Quantiles over Sliding Windows},
booktitle = {PODS},
year = {2004},
pages = {286-296},
ee = {http://doi.acm.org/10.1145/1055558.1055598, http://www.acm.org/sigmod/pods/proc04/pdf/P-29.pdf}
}
@INPROCEEDINGS{DBLP:conf/esorics/AtenieseCMT05,
author = {Giuseppe Ateniese and Daniel H. Chou and Breno de Medeiros and Gene
Tsudik},
title = {Sanitizable Signatures},
booktitle = {ESORICS},
year = {2005},
pages = {159-177},
ee = {http://dx.doi.org/10.1007/11555827_10}
}
@INPROCEEDINGS{BabcockCD03,
author = {Brian Babcock and Surajit Chaudhuri and Gautam Das},
title = {Dynamic sample selection for approximate query processing},
booktitle = {SIGMOD '03},
year = {2003},
pages = {539--550},
address = {New York, NY, USA},
publisher = {ACM},
doi = {http://doi.acm.org/10.1145/872757.872822},
isbn = {1-58113-634-X},
location = {San Diego, California}
}
@INPROCEEDINGS{DBLP:conf/lcn/BagaaLOC07,
author = {Miloud Bagaa and Noureddine Lasla and Abdelraouf Ouadjaout and Yacine
Challal},
title = {{SEDAN}: Secure and Efficient protocol for Data Aggregation in wireless
sensor Networks},
booktitle = {LCN},
year = {2007},
pages = {1053-1060},
ee = {http://doi.ieeecomputersociety.org/10.1109/LCN.2007.144}
}
@PHDTHESIS{Benaloh:1987,
author = {Josh Daniel Cohen Benaloh},
title = {Verifiable secret-ballot elections},
school = {Yale University},
year = {1987},
order_no = {AAI8809191},
publisher = {Yale University}
}
@ARTICLE{DBLP:journals/cacm/Bloom70,
author = {Burton H. Bloom},
title = {Space/Time Trade-offs in Hash Coding with Allowable Errors},
journal = {Commun. ACM},
year = {1970},
volume = {13},
pages = {422-426},
number = {7},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {db/journals/cacm/Bloom70.html}
}
@MISC{DBLP:conf/eurocrypt/BonehGLS03,
author = {Dan Boneh and Craig Gentry and Ben Lynn and Hovav Shacham},
title = {Aggregate and Verifiably Encrypted Signatures from Bilinear Maps},
year = {2003},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {EUROCRYPT},
ee = {http://link.springer.de/link/service/series/0558/bibs/2656/26560416.htm},
pages = {416-432}
}
@ARTICLE{DBLP:conf/mobiquitous/CastellucciaMT05,
author = {Claude Castelluccia and Einar Mykletun and Gene Tsudik},
title = {Efficient Aggregation of encrypted data in Wireless Sensor Networks},
year = {2005},
pages = {109-117},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {MobiQuitous},
ee = {http://doi.ieeecomputersociety.org/10.1109/MOBIQUITOUS.2005.25}
}
@ARTICLE{ChakGRS01,
author = {Chakrabarti, Kaushik and Garofalakis, Minos and Rastogi, Rajeev and
Shim, Kyuseok },
title = {Approximate query processing using wavelets},
journal = {The VLDB Journal},
year = {2001},
volume = {10},
pages = {199--223},
number = {2-3},
address = {Secaucus, NJ, USA},
citeulike-article-id = {2202684},
issn = {1066-8888},
keywords = {approximation, databases, wavelets},
posted-at = {2008-07-04 13:32:29},
priority = {0},
publisher = {Springer-Verlag New York, Inc.}
}
@INPROCEEDINGS{ChanPS06,
author = {Haowen Chan and Adrian Perrig and Dawn Xiaodong Song},
title = {Secure Hierarchical In-network Aggregation in Sensor Networks},
booktitle = {Proceedings of the 13th ACM Conference on Computer and Communications
Security},
year = {2006},
pages = {278-287},
address = {Alexandria, Virginia, USA},
month = {Oct},
publisher = {ACM},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1180405.1180440}
}
@INPROCEEDINGS{Chen:2007,
author = {Y. S. Chen and J. M. Hellerstein and C. L. Lei},
title = {{EVIA}: Efficient and Verifiable In-Network Aggregation in Sensor
Networks},
booktitle = {iCAST/TRUST/CMU joint Conference},
year = {2007},
timestamp = {2007.12.06}
}
@INPROCEEDINGS{DBLP:conf/focs/ChorGMA85,
author = {Benny Chor and Shafi Goldwasser and Silvio Micali and Baruch Awerbuch},
title = {Verifiable Secret Sharing and Achieving Simultaneity in the Presence
of Faults (Extended Abstract)},
booktitle = {FOCS},
year = {1985},
pages = {383-395},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@ARTICLE{DBLP:conf/icde/ConsidineLKB04,
author = {Jeffrey Considine and Feifei Li and George Kollios and John W. Byers},
title = {Approximate Aggregation Techniques for Sensor Databases},
year = {2004},
pages = {449-460},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {ICDE},
ee = {http://csdl.computer.org/comp/proceedings/icde/2004/2065/00/20650449abs.htm}
}
@INPROCEEDINGS{CormodeG05,
author = {Graham Cormode and Minos N. Garofalakis},
title = {Sketching Streams Through the Net: Distributed Approximate Query
Tracking},
booktitle = {VLDB},
year = {2005},
pages = {13-24},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://www.vldb2005.org/program/paper/tue/p13-cormode.pdf}
}
@INPROCEEDINGS{CormodeGMR05,
author = {Graham Cormode and Minos N. Garofalakis and S. Muthukrishnan and
Rajeev Rastogi},
title = {Holistic Aggregates in a Networked World: Distributed Tracking of
Approximate Quantiles},
booktitle = {SIGMOD Conference},
year = {2005},
pages = {25-36},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1066157.1066161}
}
@INPROCEEDINGS{CormodeH08,
author = {Graham Cormode and Marios Hadjieleftheriou},
title = {Finding Frequent Items in Data Streams},
booktitle = {Proceedings of the VLDB Endowment},
year = {2008},
volume = {1},
number = {2},
pages = {1530-1541},
address = {Auckland, New Zealand},
month = {Aug},
publisher = {VLDB Endowment},
doi = {http://doi.acm.org/10.1145/1454159.1454225},
journal = {Proceedings of the VLDB Endowment}
}
@INPROCEEDINGS{CormodeKMS06,
author = {Graham Cormode and Flip Korn and S. Muthukrishnan and Divesh Srivastava},
title = {Space- and time-efficient deterministic algorithms for biased quantiles
over data streams},
booktitle = {PODS},
year = {2006},
pages = {263-272},
ee = {http://doi.acm.org/10.1145/1142351.1142389}
}
@INPROCEEDINGS{CormodeKMS05,
author = {Graham Cormode and Flip Korn and S. Muthukrishnan and Divesh Srivastava},
title = {Effective Computation of Biased Quantiles over Data Streams},
booktitle = {ICDE},
year = {2005},
pages = {20-31},
ee = {http://csdl.computer.org/comp/proceedings/icde/2005/2285/00/22850020abs.htm}
}
@INPROCEEDINGS{CormodeM04,
author = {Graham Cormode and S. Muthukrishnan},
title = {An Improved Data Stream Summary: The Count-Min Sketch and Its Applications},
booktitle = {LATIN},
year = {2004},
pages = {29-38},
ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=2976{\&}spage=29}
}
@ARTICLE{CormodeMZ06,
author = {Graham Cormode and S. Muthukrishnan and Wei Zhuang},
title = {What's Different: Distributed, Continuous Monitoring of Duplicate-Resilient
Aggregates on Data Streams},
year = {2006},
pages = {57},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {ICDE},
ee = {http://doi.ieeecomputersociety.org/10.1109/ICDE.2006.173}
}
@INPROCEEDINGS{DBLP:conf/podc/CormodeTX07,
author = {Graham Cormode and Srikanta Tirthapura and Bojian Xu},
title = {Time-decaying sketches for sensor data aggregation},
booktitle = {PODC},
year = {2007},
pages = {215-224},
ee = {http://doi.acm.org/10.1145/1281100.1281132}
}
@BOOK{DavisonH97,
title = {Bootstrap Methods and Their Application},
publisher = {Cambridge University Press},
year = {1997},
author = {Davison, A. C. and Hinkley, D. V. },
month = {Oct},
citeulike-article-id = {212049},
howpublished = {Paperback},
isbn = {0521574714},
keywords = {bootstrap, statistics},
posted-at = {2007-04-10 23:26:05},
priority = {2}
}
@ARTICLE{FlajoletM85,
author = {Philippe Flajolet and G. Nigel Martin},
title = {Probabilistic Counting Algorithms for Data Base Applications},
journal = {Journal of Computer and System Sciences},
year = {1985},
volume = {31},
pages = {182-209},
number = {2},
month = {Sep},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@INPROCEEDINGS{FrikkenD08,
author = {Keith B. Frikken and Joseph A. Dougherty, IV},
title = {An efficient integrity-preserving scheme for hierarchical sensor
aggregation},
booktitle = {WiSec '08},
year = {2008},
pages = {68--76},
address = {New York, NY, USA},
publisher = {ACM},
doi = {http://doi.acm.org/10.1145/1352533.1352546},
isbn = {978-1-59593-814-5},
location = {Alexandria, VA, USA}
}
@INPROCEEDINGS{GaneriwalS04,
author = {Saurabh Ganeriwal and Mani B. Srivastava},
title = {Reputation-based framework for high integrity sensor networks},
booktitle = {SASN},
year = {2004},
pages = {66-77},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1029102.1029115}
}
@INPROCEEDINGS{GarofalakisHM07,
author = {Minos N. Garofalakis and Joseph M. Hellerstein and Petros Maniatis},
title = {Proof Sketches: Verifiable In-Network Aggregation},
booktitle = {Proceedings of IEEE 23rd International Conference on Data Engineering
(ICDE)},
year = {2007},
pages = {996-1005},
address = {Istanbul, Turkey},
month = {Apr},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1109/ICDE.2007.368958}
}
@INPROCEEDINGS{DBLP:conf/pkc/GentryR06,
author = {Craig Gentry and Zulfikar Ramzan},
title = {Identity-Based Aggregate Signatures},
booktitle = {Public Key Cryptography},
year = {2006},
pages = {257-273},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1007/11745853_17}
}
@INPROCEEDINGS{GreenwaldK04,
author = {Michael Greenwald and Sanjeev Khanna},
title = {Power-Conserving Computation of Order-Statistics over Sensor Networks},
booktitle = {PODS},
year = {2004},
pages = {275-285},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1055558.1055597, http://www.acm.org/sigmod/pods/proc04/pdf/P-28.pdf}
}
@INPROCEEDINGS{GreenwaldK01,
author = {Michael Greenwald and Sanjeev Khanna},
title = {Space-Efficient Online Computation of Quantile Summaries},
booktitle = {SIGMOD Conference},
year = {2001},
pages = {58-66},
ee = {http://doi.acm.org/10.1145/375663.375670, http://www.acm.org/sigs/sigmod/sigmod01/eproceedings/papers/Research-Greenwald-Khanna.pdf}
}
@INPROCEEDINGS{GuhaM06,
author = {Sudipto Guha and Andrew McGregor},
title = {Approximate quantiles and the order of the stream},
booktitle = {PODS},
year = {2006},
pages = {273-279},
ee = {http://doi.acm.org/10.1145/1142351.1142390}
}
@INPROCEEDINGS{Haghani07,
author = {Haghani, Parisa and Papadimitratos, Panos and Poturalski, Marcin
and Aberer, Karl and Hubaux, Jean-Pierre},
title = {Efficient and Robust Secure Aggregation for Sensor Networks},
booktitle = {Proc. 3rd IEEE Workshop on Secure Network Protocols NPSec 2007},
year = {2007},
pages = {1--6},
doi = {10.1109/NPSEC.2007.4371623},
timestamp = {2007.12.05}
}
@BOOK{Hampel86,
title = {Robust Statistics -- The Approach Based on Influence Functions},
publisher = {Wiley},
year = {1986},
author = {Frank R. Hampel and Elvezio M. Ronchetti and Peter J. Rousseeuw and
Werner A. Stahel}
}
@ARTICLE{DBLP:conf/infocom/HeLNNA07,
author = {Wenbo He and Xue Liu and Hoang Nguyen and Klara Nahrstedt and Tarek
F. Abdelzaher},
title = {{PDA}: Privacy-Preserving Data Aggregation in Wireless Sensor Networks},
year = {2007},
pages = {2045-2053},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {INFOCOM},
ee = {http://dx.doi.org/10.1109/INFCOM.2007.237}
}
@INPROCEEDINGS{PHI,
author = {Joseph M. Hellerstein and Tyson Condie and Minos N. Garofalakis and
Boon Thau Loo and Petros Maniatis and Timothy Roscoe and Nina Taft},
title = {Public Health for the Internet ($\phi$)},
booktitle = {Proceedings of Third Biennial Conference on Innovative Data Systems
Research (CIDR)},
year = {2007},
pages = {332-340},
address = {Asilomar, California, USA},
month = {Jan},
ee = {http://www.cidrdb.org/cidr2007/papers/cidr07p38.pdf}
}
@INPROCEEDINGS{HellersteinHMS03,
author = {Joseph M. Hellerstein and Wei Hong and Samuel Madden and Kyle Stanek},
title = {Beyond Average: Toward Sophisticated Sensing with Queries},
booktitle = {IPSN},
year = {2003},
pages = {63-79},
ee = {http://link.springer.de/link/service/series/0558/bibs/2634/26340063.htm}
}
@TECHREPORT{FM3,
author = {Hsu Chun Hsiao and Chih Yuan Wang and Joseph M. Hellerstein and Wei
Chung Teng and Chin Laung Lei},
title = {Verifiable Order Statistics for Secure Aggregation},
institution = {Technical Report No. UCB/EECS-2009-48},
year = {2009},
address = {Berkeley, California, USA},
month = {Apr},
owner = {jason},
timestamp = {2009.06.09}
}
@INPROCEEDINGS{HuE03,
author = {Hu, Lingxuan and Evans, D.},
title = {Secure aggregation for wireless networks},
booktitle = {Proc. Symposium on Applications and the Internet Workshops},
year = {2003},
pages = {384--391},
keywords = {ad hoc networks, cryptography, energy conservation, protocols, sensor
fusion, telecommunication security, ad hoc wireless networks, computation
limits, hostile environment, intermediate network nodes, intruder
devices, low-power sensor devices, memory limits, monitoring, power
asymmetry, power conservation, power consumption limits, powerful
base station, secure aggregation mechanism, single device key compromises,
wired network},
timestamp = {2007.12.05}
}
@BOOK{Huber81,
title = {Robust Statistics},
publisher = {Wiley},
year = {1981},
author = {P.J. Huber}
}
@INPROCEEDINGS{HuebschCHLMRSSY05,
author = {Ryan Huebsch and Brent N. Chun and Joseph M. Hellerstein and Boon
Thau Loo and Petros Maniatis and Timothy Roscoe and Scott Shenker
and Ion Stoica and Aydan R. Yumerefendi},
title = {The Architecture of {PIER}: an Internet-Scale Query Processor},
booktitle = {Proceedings of Second Biennial Conference on Innovative Data Systems
Research (CIDR)},
year = {2005},
pages = {28-43},
address = {Asilomar, California, USA},
month = {Jan},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://www.cidrdb.org/cidr2005/papers/P03.pdf}
}
@INPROCEEDINGS{DBLP:conf/sigmod/HuebschGHS07,
author = {Ryan Huebsch and Minos N. Garofalakis and Joseph M. Hellerstein and
Ion Stoica},
title = {Sharing aggregate computation for distributed queries},
booktitle = {SIGMOD Conference},
year = {2007},
pages = {485-496},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1247480.1247535}
}
@INPROCEEDINGS{DBLP:conf/ispec/IzuKOTY07,
author = {Tetsuya Izu and Noboru Kunihiro and Kazuo Ohta and Masahiko Takenaka
and Takashi Yoshioka},
title = {A Sanitizable Signature Scheme with Aggregation},
booktitle = {ISPEC},
year = {2007},
pages = {51-64},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1007/978-3-540-72163-5_6}
}
@INPROCEEDINGS{DBLP:conf/eurocrypt/JakobssonSI96,
author = {Markus Jakobsson and Kazue Sako and Russell Impagliazzo},
title = {Designated Verifier Proofs and Their Applications},
booktitle = {EUROCRYPT},
year = {1996},
pages = {143-154},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://link.springer.de/link/service/series/0558/bibs/1070/10700143.htm}
}
@INPROCEEDINGS{DBLP:conf/ctrsa/JohnsonMSW02,
author = {Robert Johnson and David Molnar and Dawn Xiaodong Song and David
Wagner},
title = {Homomorphic Signature Schemes},
booktitle = {CT-RSA},
year = {2002},
pages = {244-262},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://link.springer.de/link/service/series/0558/bibs/2271/22710244.htm}
}
@ARTICLE{JohnsonS07,
author = {Rob Johnson and Jessica Staddon},
title = {Deflation secure web metering},
journal = {Int. J. Inf. Comput. Secur.},
year = {2007},
volume = {1},
pages = {39--63},
number = {1/2},
address = {Inderscience Publishers, Geneva, SWITZERLAND},
doi = {http://dx.doi.org/10.1504/IJICS.2007.012244},
issn = {1744-1765},
publisher = {Inderscience Publishers}
}
@PHDTHESIS{Kissner:2006,
author = {Lea Kissner},
title = {Privacy-Preserving Distributed Information Sharing},
school = {Carnegie Mellon University, CMU-CS-06-149},
year = {2006}
}
@INPROCEEDINGS{KotiVDSD07,
author = {Yannis Kotidis and Vasilis Vassalos and Antonios Deligiannakis and
Vassilis Stoumpos and Alex Delis},
title = {Robust Management of Outliers in Sensor Network Aggregate Queries},
booktitle = {Proceedings of the 6th ACM International Workshop on Data Engineering
for Wireless and Mobile Access (MobiDE)},
year = {2007},
pages = {17-24},
address = {Beijing, China},
month = {Jun},
publisher = {ACM},
doi = {http://doi.acm.org/10.1145/1254850.1254854},
isbn = {978-1-59593-765-0},
location = {Beijing, China}
}
@INPROCEEDINGS{Kuhn00,
author = {Markus G. Kuhn},
title = {Probabilistic counting of large digital signature collections},
booktitle = {SSYM'00: Proceedings of the 9th conference on USENIX Security Symposium},
year = {2000},
pages = {6--6},
publisher = {USENIX Association},
location = {Denver, Colorado}
}
@ARTICLE{DBLP:journals/tecs/LiuN04,
author = {Donggang Liu and Peng Ning},
title = {Multilevel $\mu${TESLA}: Broadcast authentication for distributed
sensor networks},
journal = {ACM Trans. Embedded Comput. Syst.},
year = {2004},
volume = {3},
pages = {800-836},
number = {4},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1027794.1027800}
}
@INPROCEEDINGS{DBLP:conf/mobiquitous/LiuNZJ05,
author = {Donggang Liu and Peng Ning and Sencun Zhu and Sushil Jajodia},
title = {Practical Broadcast Authentication in Sensor Networks},
booktitle = {MobiQuitous},
year = {2005},
pages = {118-132},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.ieeecomputersociety.org/10.1109/MOBIQUITOUS.2005.49}
}
@CONFERENCE{OVE,
author = {Boon Thau Loo and Tyson Condie and Minos Garofalakis and David E.
Gay and Joseph M. Hellerstein and Petros Maniatis and Raghu Ramakrishnan
and Timothy Roscoe and Ion Stoica},
title = {Declarative Networking: Language, Execution and Optimization},
booktitle = {Proceedings of the 2006 ACM Special International Conference on Management
of Data (SIGMOD)},
year = {2006},
pages = {97-108},
address = {Chicago, Illinois, USA},
month = {Jun},
publisher = {ACM},
owner = {jason},
timestamp = {2009.06.09}
}
@INPROCEEDINGS{IMP,
author = {Boon Thau Loo and Tyson Condie and Joseph M. Hellerstein and Petros
Maniatis and Timothy Roscoe and Ion Stoica},
title = {Implementing Declarative Overlays},
booktitle = {Proceedings of the Twentieth ACM Symposium on Operating Systems Principles
(SOSP)},
year = {2005},
pages = {75-90},
address = {Brighton, United Kingdom},
month = {Oct},
publisher = {ACM},
owner = {jason},
timestamp = {2009.06.09}
}
@INPROCEEDINGS{DBLP:conf/ipsn/LukMPG07,
author = {Mark Luk and Ghita Mezzour and Adrian Perrig and Virgil D. Gligor},
title = {MiniSec: a secure sensor network communication architecture},
booktitle = {IPSN},
year = {2007},
pages = {479-488},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1236360.1236421}
}
@INPROCEEDINGS{DBLP:conf/eurocrypt/LysyanskayaMRS04,
author = {Anna Lysyanskaya and Silvio Micali and Leonid Reyzin and Hovav Shacham},
title = {Sequential Aggregate Signatures from Trapdoor Permutations},
booktitle = {EUROCRYPT},
year = {2004},
pages = {74-90},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=3027{\&}spage=74}
}
@ARTICLE{DBLP:journals/tods/MaddenFHH05,
author = {Samuel Madden and Michael J. Franklin and Joseph M. Hellerstein and
Wei Hong},
title = {TinyDB: an acquisitional query processing system for sensor networks},
journal = {ACM Trans. Database Syst.},
year = {2005},
volume = {30},
pages = {122-173},
number = {1},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1061318.1061322}
}
@INPROCEEDINGS{MaddenFHH02,
author = {Samuel Madden and Michael J. Franklin and Joseph M. Hellerstein and
Wei Hong},
title = {TAG: A Tiny Aggregation Service for Ad-Hoc Sensor Networks},
booktitle = {Proceedings of the 5th Symposium on Operating Systems Design and
Implementation (OSDI)},
year = {2002},
volume = {36},
number = {SI},
pages = {131-146},
address = {Boston, Massachusetts, USA},
month = {Dec},
publisher = {ACM},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://www.usenix.org/events/osdi02/tech/madden.html}
}
@ARTICLE{MahimkarT04,
author = {A. Mahimkar and T. S. Rappaport},
title = {{SecureDAV}: a secure data aggregation and verification protocol
for sensor networks},
journal = {Global Telecommunications Conference, 2004. GLOBECOM '04. IEEE},
year = {29 Nov.-3 Dec. 2004},
volume = {4},
pages = { 2175-2179 Vol.4},
doi = {10.1109/GLOCOM.2004.1378395},
issn = { },
keywords = { cryptography, protocols, telecommunication security, wireless sensor
networks Merkle hash trees, SecureDAV protocol, base station aggregate
reading reception, cluster keys, cluster-heads, data verification
protocol, elliptic curve cryptosystems, key establishment protocol,
key size, reading integrity checking, resource constraints, secure
data aggregation, verifiable secret sharing, wireless sensor networks}
}
@INPROCEEDINGS{ManjhiNG05,
author = {Amit Manjhi and Suman Nath and Phillip B. Gibbons},
title = {Tributaries and Deltas: Efficient and Robust Aggregation in Sensor
Network Streams},
booktitle = {Proceedings of the 2005 ACM Special International Conference on Management
of Data (SIGMOD)},
year = {2005},
pages = {287-298},
address = {Baltimore, Maryland},
month = {Jan},
publisher = {ACM},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1066157.1066191}
}
@INPROCEEDINGS{MankuM02,
author = {Gurmeet Singh Manku and Rajeev Motwani},
title = {Approximate Frequency Counts over Data Streams},
booktitle = {VLDB},
year = {2002},
pages = {346-357},
ee = {http://www.vldb.org/conf/2002/S10P03.pdf}
}
@INPROCEEDINGS{MankuRL98,
author = {Gurmeet Singh Manku and Sridhar Rajagopalan and Bruce G. Lindsay},
title = {Approximate Medians and other Quantiles in One Pass and with Limited
Memory},
booktitle = {SIGMOD Conference},
year = {1998},
pages = {426-435}
}
@ARTICLE{MunroP80,
author = {J. Ian Munro and Mike Paterson},
title = {Selection and Sorting with Limited Storage},
journal = {Theor. Comput. Sci.},
year = {1980},
volume = {12},
pages = {315-323}
}
@TECHREPORT{Murty:2007,
author = {Rohan Murty and Abhimanyu Gosain and Matthew Tierney and Andrew Brody
and Amal Fahad and Josh Bers and Matt Welsh},
title = {{CitySense}: A Vision for an Urban-Scale Wireless Networking Testbed},
institution = {Harvard University},
year = {2007},
number = {TR-13-07},
month = sep
}
@ARTICLE{NathGSA08,
author = {Suman Nath and Phillip B. Gibbons and Srinivasan Seshan and Zachary
R. Anderson},
title = {Synopsis diffusion for robust aggregation in sensor networks},
journal = {TOSN},
year = {2008},
volume = {4},
number = {2},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1340771.1340773}
}
@MISC{Ning:2007,
author = {Peng Ning and An Liu and Panos kampanakis},
title = {{TinyECC}: elliptic curve cryptography for sensor networks (Version
0.3). http://discovery.csc.ncsu.edu/software/TinyECC/},
month = {Feburary},
year = {2007}
}
@INPROCEEDINGS{DBLP:conf/sutc/PaiH06,
author = {Hung-Ta Pai and Yunghsiang S. Han},
title = {Power-Efficient Data Fusion Assurance Using Direct Voting Mechanism
in Wireless Sensor Networks},
booktitle = {SUTC (1)},
year = {2006},
pages = {368-375},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.ieeecomputersociety.org/10.1109/SUTC.2006.105}
}
@INPROCEEDINGS{DBLP:conf/eurocrypt/Paillier99,
author = {Pascal Paillier},
title = {Public-Key Cryptosystems Based on Composite Degree Residuosity Classes},
booktitle = {EUROCRYPT},
year = {1999},
pages = {223-238},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://link.springer.de/link/service/series/0558/bibs/1592/15920223.htm}
}
@INPROCEEDINGS{DBLP:conf/ccs/Perrig01,
author = {Adrian Perrig},
title = {The BiBa one-time signature and broadcast authentication protocol},
booktitle = {ACM Conference on Computer and Communications Security},
year = {2001},
pages = {28-37},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/501983.501988}
}
@MISC{Perrig:2002,
author = {A. Perrig and R. Canetti and D. Tygar and D. Song},
title = {The {TESLA} Broadcast Authentication Protocol},
year = {2002},
text = {A. Perrig, R. Canetti, D. Tygar, and D. Song, The TESLA Broadcast
Authentication Protocol, Cryptobytes,, Volume 5, No. 2 (RSA Laboratories,
Summer/Fall 2002), pp. 2--13. Available at www.rsasecurity.com/rsalabs/cryptobytes/}
}
@ARTICLE{DBLP:journals/winet/PerrigSTWC02,
author = {Adrian Perrig and Robert Szewczyk and J. D. Tygar and Victor Wen
and David E. Culler},
title = {SPINS: Security Protocols for Sensor Networks},
journal = {Wireless Networks},
year = {2002},
volume = {8},
pages = {521-534},
number = {5},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@ARTICLE{PrzySP03,
author = {Bartosz Przydatek and Dawn Xiaodong Song and Adrian Perrig},
title = {{SIA}: Secure Information Aggregation in Sensor Networks},
journal = {Journal of Computer Security: Special Issue on Security of Ad-hoc
and Sensor Networks},
year = {2007},
volume = {15},
pages = {69-102},
number = {1},
month = {Jan},
booktitle = {SenSys}
}
@INPROCEEDINGS{RabinovichS07,
author = {Rabinovich, P. and Simon, R.},
title = {Secure Aggregation in Sensor Networks Using Neighborhood Watch},
booktitle = {Proc. IEEE International Conference on Communications ICC '07},
year = {2007},
pages = {1484--1491},
doi = {10.1109/ICC.2007.249},
timestamp = {2007.12.05}
}
@ARTICLE{RousseeuwC93,
author = {P J Rousseeuw and C Croux},
title = {Alternatives to the Median Absolute Deviation},
journal = {Journal of the American Statistical Association},
year = {1993},
volume = {88},
pages = {1273-1283}
}
@ARTICLE{DBLP:journals/cacm/Shamir79,
author = {Adi Shamir},
title = {How to Share a Secret},
journal = {Commun. ACM},
year = {1979},
volume = {22},
pages = {612-613},
number = {11},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@INPROCEEDINGS{ShengLMJ07,
author = {Bo Sheng and Qun Li and Weizhen Mao and Wen Jin},
title = {Outlier Detection in Sensor Networks},
booktitle = {Proceedings of the 8th ACM International Symposium on Mobile Ad Hoc
Networking and Computing (MobiHoc)},
year = {2007},
pages = {219--228},
address = {Montreal, Quebec, Canada},
month = {Sep},
publisher = {ACM},
doi = {http://doi.acm.org/10.1145/1288107.1288137},
isbn = {978-1-59593-684-4},
location = {Montreal, Quebec, Canada}
}
@INPROCEEDINGS{DBLP:conf/sensys/ShrivastavaBAS04,
author = {Nisheeth Shrivastava and Chiranjeeb Buragohain and Divyakant Agrawal
and Subhash Suri},
title = {Medians and beyond: new aggregation techniques for sensor networks},
booktitle = {SenSys},
year = {2004},
pages = {239-249},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1031495.1031524}
}
@INPROCEEDINGS{DBLP:conf/eurocrypt/Stadler96,
author = {Markus Stadler},
title = {Publicly Verifiable Secret Sharing},
booktitle = {EUROCRYPT},
year = {1996},
pages = {190-199},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://link.springer.de/link/service/series/0558/bibs/1070/10700190.htm}
}
@INPROCEEDINGS{SubrPPKG06,
author = {S. Subramaniam and T. Palpanas and D. Papadopoulos and V. Kalogeraki
and D. Gunopulos},
title = {Online Outlier Detection in Sensor Data Using Non-Parametric Models},
booktitle = {Proceedings of the 32nd International Conference on Very Large Data
Bases (VLDB)},
year = {2006},
pages = {187-198},
address = {Seoul, Korea},
month = {Sep},
publisher = {VLDB Endowment},
location = {Seoul, Korea}
}
@INPROCEEDINGS{Wagner04,
author = {David Wagner},
title = {Resilient Aggregation in Sensor Networks},
booktitle = {Proceedings of the 2nd ACM Workshop on Security of Ad Hoc and Sensor
Networks (SASN)},
year = {2004},
pages = {78-87},
address = {Washington DC, USA},
month = {Oct},
publisher = {ACM},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1029102.1029116}
}
@ARTICLE{DBLP:journals/tmc/WesthoffGA06,
author = {Dirk Westhoff and Joao Gir{\~a}o and Mithun Acharya},
title = {Concealed Data Aggregation for Reverse Multicast Traffic in Sensor
Networks: Encryption, Key Distribution, and Routing Adaptation},
journal = {IEEE Trans. Mob. Comput.},
year = {2006},
volume = {5},
pages = {1417-1431},
number = {10},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.ieeecomputersociety.org/10.1109/TMC.2006.144}
}
@ARTICLE{DBLP:journals/adhoc/WuDSX07,
author = {Kui Wu and Dennis Dreef and Bo Sun and Yang Xiao},
title = {Secure data aggregation without persistent cryptographic operations
in wireless sensor networks},
journal = {Ad Hoc Networks},
year = {2007},
volume = {5},
pages = {100-111},
number = {1},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1016/j.adhoc.2006.05.009}
}
@INPROCEEDINGS{YalagandulaD04,
author = {Praveen Yalagandula and Michael Dahlin},
title = {A Scalable Distributed Information Management System},
booktitle = {ACM Special Interest Group on Data Communication Proceedings of the
2004 Conference on Applications, Technologies, Architectures, and
Protocols for Computer Communications (SIGCOMM)},
year = {2004},
pages = {379-390},
address = {Portland, Oregon, USA},
month = {Sep},
publisher = {ACM},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://doi.acm.org/10.1145/1015467.1015509}
}
@ARTICLE{YangWZ06,
author = {Yi Yang and Xinran Wang and Sencun Zhu and Guohong Cao},
title = {{SDAP}: A Secure Hop-by-Hop Data Aggregation Protocol for Sensor
Networks},
journal = {ACM Transactions on Information and System Security (TISSEC)},
year = {2008},
volume = {11},
number = {18},
month = {Jul},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {ACM Transactions on Information and System Security (TISSEC)},
ee = {http://doi.acm.org/10.1145/1132905.1132944},
publisher = {ACM}
}
@ARTICLE{DBLP:conf/icde/ZhangLYKZY07,
author = {Ying Zhang and Xuemin Lin and Yidong Yuan and Masaru Kitsuregawa
and Xiaofang Zhou and Jeffrey Xu Yu},
title = {Summarizing Order Statistics over Data Streams with Duplicates},
year = {2007},
pages = {1329-1333},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {ICDE},
ee = {http://dx.doi.org/10.1109/ICDE.2007.369004}
}
@MISC{CTP,
title = {{TEP} 123: Collection Tree Protocol. http://www.tinyos.net/tinyos-2.x/doc/},
url = {http://www.tinyos.net/tinyos-2.x/doc/}
}
@MISC{motedata,
title = {Intel Lab Data.},
url = {http://db.csail.mit.edu/labdata/labdata.html}
}
@MISC{xbow,
title = {Crossbow Technology. http://www.xbow.com/},
url = {http://www.xbow.com/}
}
@MISC{PHIWWW,
title = {PHI Offical Website: http://openphi.net/},
month = {Jan},
year = {2007},
owner = {jason},
timestamp = {2009.07.17},
url = {http://openphi.net/}
}
@comment{jabref-meta: selector_publisher:}