-
Notifications
You must be signed in to change notification settings - Fork 0
/
bib.bib
2952 lines (2557 loc) · 99.9 KB
/
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
%%%%%%%%%%%%%%%%%%%%%
% IPSN bib
%%%%%%%%%%%%%%%%%%%%%
@INPROCEEDINGS{arani2018,
author={Chakraborty, Ayon and Bhattacharya, Arani and Kamal, Snigdha and Das, Samir R. and Gupta, Himanshu and Djuric, Petar M.},
booktitle={IEEE INFOCOM '18},
title={Spectrum Patrolling with Crowdsourced Spectrum Sensors},
year={2018},
}
@article{map,
author = {Roos, Teemu and Myllymäki, Petri and Tirri, Henry and Misikangas, Pauli and Sievänen, Juha},
year = {2002},
title = {A Probabilistic Approach to WLAN User Location Estimation},
volume = {9},
journal = {IJWIN},
}
@inproceedings{mobicom17-splot,
title={Simultaneous Power-Based Localization of Transmitters for Crowdsourced Spectrum Monitoring},
author={Khaledi, Mojgan and Khaledi, Mehrdad and Sarkar, Shamik and Kasera, Sneha and Patwari, Neal and others},
booktitle={ACM MobiCom '17},
year={2017},
}
@INPROCEEDINGS{milind2015dyspan,
author={L. {Hartung} and M. {Milind}},
booktitle={IEEE DySpan '15},
title={Policy driven multi-band spectrum aggregation for ultra-broadband wireless networks},
year={2015},
}
@misc{nsf_workshop,
place={Albany, NY},
title={NSF Workshop on Spectrum Measurements Infrastructure}, journal={NSF Workshop on Spectrum Measurements Infrastructure},
institution={National Science Foundation},
year={2016}
}
@INPROCEEDINGS{shibo2014crowdssensing,
author={S. {He} and D. {Shin} and J. {Zhang} and J. {Chen}},
booktitle={IEEE {INFOCOM} '14},
title={Toward optimal allocation of location dependent tasks in crowdsensing},
year={2014},
}
@INPROCEEDINGS{shin2015crowdsensing-spectrum,
author={D. {Shin} and S. {He} and J. {Zhang}},
booktitle={IEEE INFOCOM '15},
title={Joint sensing task and subband allocation for large-scale spectrum profiling},
year={2015},
}
@ARTICLE{dutta2016see,
author={A. {Dutta} and M. {Chiang}},
journal={IEEE Trans. on Wireless Comm.},
title={``See Something, Say Something'' Crowdsourced Enforcement of Spectrum Policies},
year={2016},
volume={15},
}
@inproceedings{freq-sig,
title={Wireless interference identification with convolutional neural networks},
author={Schmidt, M. and others},
booktitle={IEEE Intl. Conf. on Industrial Informatics (INDIN)},
year={2017},
}
@article{merchant2018deep,
title={Deep learning for RF device fingerprinting in cognitive communication networks},
author={Merchant, Kevin and Revay, Shauna and Stantchev, George and Nousain, Bryan},
journal={IEEE Journal of Selected Topics in Signal Processing},
volume={12},
year={2018},
}
@article{mobicom-22,
title={Cooperative search of multiple unknown transient radio sources using multiple paired mobile robots},
author={Kim, Chang-Young and Song, Dezhen and Xu, Yiliang and Yi, Jingang and Wu, Xinyu},
journal={IEEE Transactions on Robotics},
volume={30},
year={2014},
}
@inproceedings{mobi-25,
title={Towards unlicensed cellular networks in TV white spaces},
author={Baig, Ghufran and Alistarh, Dan and Karagiannis, Thomas and Radunovic, Bozidar and Balkwill, Matthew and Qiu, Lili},
booktitle={Proceedings of the 13th International Conference on emerging Networking EXperiments and Technologies},
year={2017},
organization={ACM}
}
@article{mobicom-30,
title={Locating the nodes: cooperative localization in wireless sensor networks},
author={Patwari, Neal and others},
journal={IEEE Signal processing magazine},
volume={22},
year={2005},
}
@ARTICLE{Quasi-EM,
author={J. K. {Nelson} and others},
journal={IEEE Signal Processing Letters},
title={A Quasi {EM} Method for Estimating Multiple Transmitter Locations},
year={2009},
volume={16},
}
@inproceedings{yuxin-when,
title={Sequential information maximization: When is greedy near-optimal?},
author={Chen, Yuxin and Hassani, S Hamed and Karbasi, Amin and Krause, Andreas},
booktitle={Conference on Learning Theory},
year={2015}
}
@inproceedings{nika2014towards,
title={Towards commoditized real-time spectrum monitoring},
author={Nika, Ana and Zhang, Zengbin and Zhou, Xia and Zhao, Ben Y and Zheng, Haitao},
booktitle={Proceedings of the 1st ACM workshop on Hot topics in wireless},
year={2014},
organization={ACM}
}
@inproceedings{ben-zhao,
title={Scaling Deep Learning Models for Spectrum Anomaly Detection},
author={Li, Zhijing and Xiao, Zhujun and Wang, Bolun and Zhao, Ben Y and Zheng, Haitao},
booktitle={ACM MobiHoc '19},
year={2019},
}
@inproceedings{sensys-crowdsourcing,
author = {Nika, Ana and Li, Zhijing and Zhu, Yanzi and Zhu, Yibo and Zhao, Ben Y. and Zhou, Xia and Zheng, Haitao},
title = {Empirical Validation of Commodity Spectrum Monitoring},
booktitle = {ACM SenSys '16},
year = {2016},
}
@misc{iot-core,
title="Amazon IoT Core",
accessed="https://aws.amazon.com/iot-core/",
}
@inproceedings{zhang2014vehicle,
title={A vehicle-based measurement framework for enhancing whitespace spectrum databases},
author={Zhang, Tan and Leng, Ning and Banerjee, Suman},
booktitle={ACM MobiCom '14},
year={2014},
}
@article{martin2009algorithms,
title={Algorithms and bounds for estimating location, directionality, and environmental parameters of primary spectrum users},
author={Martin, Richard K and Thomas, Ryan},
journal={IEEE Transactions on Wireless Communications},
volume={8},
year={2009},
}
@article{nelson2009quasi,
title={A quasi EM method for estimating multiple transmitter locations},
author={Nelson, Jill K and Gupta, Maya R and Almodovar, Jaime E and Mortensen, William H},
journal={IEEE Signal Processing Letters},
volume={16},
year={2009},
}
@inproceedings{fft-power,
title={Towards commoditized real-time spectrum monitoring},
author={Nika, Ana and Zhang, Zengbin and Zhou, Xia and Zhao, Ben Y and Zheng, Haitao},
booktitle={Proceedings of the 1st ACM workshop on Hot topics in wireless},
year={2014},
organization={ACM}
}
@article{joshi2009sensor,
title={Sensor selection via convex optimization},
author={Joshi, Siddharth and Boyd, Stephen},
journal={IEEE Transactions on Signal Processing},
volume={57},
year={2009},
publisher={IEEE}
}
@inproceedings{calvo2017crowdsourcing,
title={Crowdsourcing spectrum data decoding},
author={Calvo-Palomino, Roberto and Giustiniano, Domenico and Lenders, Vincent and Fakhreddine, Aymen},
booktitle={IEEE INFOCOM '17},
year={2017},
}
@article{krause2008near,
title={Near-optimal sensor placements in Gaussian processes: Theory, efficient algorithms and empirical studies},
author={Krause, Andreas and Singh, Ajit and Guestrin, Carlos},
journal={Journal of Machine Learning Research},
volume={9},
year={2008}
}
@inproceedings{shamaiah2010greedy,
title={Greedy sensor selection: Leveraging submodularity},
author={Shamaiah, Manohar and Banerjee, Siddhartha and Vikalo, Haris},
booktitle={IEEE Decision and Control (CDC '10)},
year={2010},
}
@inproceedings{bian2006utility,
title={Utility based sensor selection},
author={Bian, Fang and Kempe, David and Govindan, Ramesh},
booktitle={ACM/IEEE IPSN '06},
year={2006},
}
@inproceedings{gauss,
title={WiGEM: A learning-based approach for indoor localization},
author={Goswami, A. and Ortiz, L.E. and Das, S.R.},
booktitle={ACM CoNEXT '11},
year={2011},
}
@article{krause2012near,
title={Near-optimal nonmyopic value of information in graphical models},
author={Krause, Andreas and Guestrin, Carlos E},
journal={arXiv preprint arXiv:1207.1394},
year={2012}
}
@inproceedings{chakraborty2017specsense,
title={{SpecSense}: Crowdsensing for efficient querying of spectrum occupancy},
author={Chakraborty, A. and Rahman, Md S. and Gupta, H. and others},
booktitle={IEEE INFOCOM '17},
year={2017},
}
@inproceedings{rowaihy2007survey,
title={A survey of sensor selection schemes in wireless sensor networks},
author={Rowaihy, Hosam and Eswaran, Sharanya and Johnson, Matthew and Verma, Dinesh and Bar-Noy, Amotz and Brown, Theodore and La Porta, Thomas},
booktitle={Unattended Ground, Sea, and Air Sensor Technologies and Applications IX},
volume={6562},
year={2007},
organization={International Society for Optics and Photonics}
}
@article{golovin2011adaptive,
title={Adaptive submodularity: Theory and applications in active learning and stochastic optimization},
author={Golovin, Daniel and Krause, Andreas},
journal={Journal of Artificial Intelligence Research},
volume={42},
year={2011}
}
@article{hahnel2012measuring,
title={Measuring energy consumption for short code paths using RAPL},
author={H{\"a}hnel, Marcus and D{\"o}bel, Bj{\"o}rn and V{\"o}lp, Marcus and H{\"a}rtig, Hermann},
journal={ACM SIGMETRICS Performance Evaluation Review},
volume={40},
year={2012},
}
@article{park2014security,
title={Security and enforcement in spectrum sharing},
author={Park, Jung-Min and Reed, Jeffrey H and Beex, AA and Clancy, T Charles and Kumar, Vireshwar and Bahrak, Behnam},
journal={Proceedings of the IEEE},
volume={102},
year={2014},
publisher={IEEE}
}
@article{boole,
title={On the history of the strong law of large numbers and Boole's inequality},
author={Seneta, Eugene},
journal={Historia Mathematica},
volume={19},
year={1992},
publisher={Academic Press}
}
@article{greedy_failure,
title = "When the greedy algorithm fails",
journal = "Discrete Optimization",
volume = "1",
year = "2004",
author = "Jørgen Bang-Jensen and Gregory Gutin and Anders Yeo",
}
@article{original_greedy,
title={An analysis of approximations for maximizing submodular set functions—I},
author={Nemhauser, George L and Wolsey, Laurence A and Fisher, Marshall L},
journal={Mathematical programming},
volume={14},
year={1978},
publisher={Springer}
}
@article{bian2017guarantees,
title={Guarantees for Greedy Maximization of Non-submodular Functions with Applications},
author={Bian, Andrew A and Buhmann, Joachim M and Krause, Andreas and Tschiatschek, Sebastian},
journal={ICML '17},
volume={70},
year={2017},
publisher={PMLR}
}
@inproceedings{ipsn2009,
title={Near-optimal Bayesian localization via incoherence and sparsity},
author={Cevher, Volkan and Boufounos, Petros and Baraniuk, Richard G and Gilbert, Anna C and Strauss, Martin J},
booktitle={Proceedings of the 2009 International Conference on Information Processing in Sensor Networks},
year={2009},
}
@INPROCEEDINGS{ipsn-04,
author={ and G. {Pottie} and and D. {Estrin}},
booktitle={Third International Symposium on Information Processing in Sensor Networks, 2004. IPSN 2004},
title={Entropy-based sensor selection heuristic for target localization},
year={2004},
}
@inproceedings{sigcomm15-workshop-interpolation,
author = {Molinari, Massimiliano and Fida, Mah-Rukh and Marina, Mahesh K. and Pescape, Antonio},
title = {Spatial Interpolation Based Cellular Coverage Prediction with Crowdsourced Measurements},
booktitle = {Proceedings of the 2015 ACM SIGCOMM Workshop on Crowdsourcing and Crowdsharing of Big (Internet) Data},
series = {C2B(1)D '15},
year = {2015},
publisher = {ACM},
}
@book{montero2015spatial,
title={Spatial and Spatio-Temporal Geostatistical Modeling and Kriging},
author={Montero, J.M. and Fern{\'a}ndez-Avil{\'e}s, G. and Mateu, J.},
series={Wiley Series in Probability and Statistics},
year={2015},
publisher={Wiley}
}
@misc{scte-isbe16-cbrs,
title = {The 3.5 {GHz} Citizens Broadband Radio Service ({CBRS}) },
author = {David Wright and Andrew Clegg},
year = {2016}
}
@inproceedings{clustering,
title={Global optimization for multiple transmitter localization},
author={Nelson, J. and Hazen, M. and Gupta, M.},
booktitle={IEEE MILCOM '06},
year={2006}
}
@INPROCEEDINGS{sas-paper,
author={C. W. {Kim} and J. {Ryoo} and M. M. {Buddhikot}},
booktitle={IEEE DySPAN '15},
title={Design and implementation of an end-to-end architecture for 3.5 {GHz} shared spectrum},
year={2015}}
@misc{splat,
author = {J. A. Magliacane},
title = {{SPLAT}! A Terrestrial {RF} Path Analysis Application for {Linux/Unix}},
howpublished = {\url{https://www.qsl.net/kd2bd/splat.html}},
year = 2008
}
@book{rappaport-2001,
author = {Rappaport, Theodore},
title = {Wireless Communications: Principles and Practice},
year = {2001},
edition = {2nd},
publisher = {Prentice Hall PTR},
address = {Upper Saddle River, NJ, USA},
}
@article{scikit-learn,
title={Scikit-learn: Machine Learning in {P}ython},
author={Pedregosa, F. and others},
journal={Journal of Machine Learning Research},
volume={12},
year={2011}
}
@book{map-optimal,
title={Pattern classification},
author={Duda, Richard O and Hart, Peter E and Stork, David G},
year={2012},
publisher={John Wiley \& Sons}
}
@INPROCEEDINGS{robot-ref,
author={P. K. {Penumarthi} and others},
booktitle={Intl. Symp. on Multi-Robot and Multi-Agent Systems},
title={Multirobot exploration for building communication maps with prior from communication models},
year={2017}
}
@online{cbrs,
howpublished={\url{https://en.wikipedia.org/wiki/Citizens_Broadband_Radio_Service}},
}
@INPROCEEDINGS{pam19-lowcostsensing,
author={M. Dasari and M. B. Atigue and A. Bhattacharya and others},
title={Spectrum Protection from Micro-Transmissions using Distributed Spectrum Patrolling},
booktitle={PAM '19},
year={2019}
}
@ARTICLE{zafari-19,
author={F. {Zafari} and A. {Gkelias} and K. K. {Leung}},
journal={IEEE Communications Surveys Tutorials},
title={A Survey of Indoor Localization Systems and Technologies},
year={2019},
volume={21},
}
@INPROCEEDINGS{info-20,
author={A. Bhattacharya and C. Zhan and H. Gupta and S. R. Das and P. M. Djuric},
booktitle={IEEE INFOCOM '20},
title={Selection of Sensors for Efficient Transmitter Localization},
year={2020},
}
@INPROCEEDINGS{multi-tx-dyspan-19,
author={M. Ghaderibaneh and M. Dasari and H. Gupta},
booktitle={IEEE DySpan '19},
title={Multiple Transmitter Localization Under Time-Skewed Observations},
year={2019},
}
@INPROCEEDINGS{infocom00-radar,
author={P. {Bahl} and V. N. {Padmanabhan}},
booktitle={IEEE INFOCOM '00},
title={{RADAR}: An in-building {RF}-based user location and tracking system},
year={2000},
}
@ARTICLE{aoa-multi,
author={R. Zhang and J. Liu and X. Du and others},
journal={Sensors},
volume={18},
title={{AOA}-Based Three-Dimensional Multi-Target Localization in Industrial {WSNs} for {LOS} Conditions},
year={2018},
}
@INPROCEEDINGS{ipsn19-chorus,
author={P. Corbalan and G.P. Picco and others},
title={Chorus: {UWB} Concurrent Transmissions for {GPS}-like Passive Localization of Countless Targets},
booktitle={ACM/IEEE IPSN '19},
year={2019},
}
@INPROCEEDINGS{ipsn19-snaploc,
author={B. Grobwindhager and M. Stocker and others},
title={{SnapLoc}: An Ultra-Fast {UWB}-Based Indoor Localization System
for an Unlimited Number of Tags},
booktitle={ACM/IEEE IPSN '19},
year={2019},
}
@INPROCEEDINGS{ipsn19-multipassive,
author={C. Karanam and B. Korany and others},
title={Tracking from One Side – Multi-Person Passive Tracking with
WiFi Magnitude Measurements},
booktitle={ACM/IEEE IPSN '19},
year={2019},
}
@INPROCEEDINGS{mobicom19-bigspec,
author={Y. Zeng and V. Chandrasekaran and S. Banerjee and others},
title={A Framework for Analyzing Spectrum Characteristics in Large Spatio-temporal Scales},
booktitle={ACM MobiCom},
year={2019},
}
@online{usrp,
url = {https://www.ettus.com/all-products/ub210-kit/},
year = {2014},
note = {Accessed: Jan. 2024}
}
@online{hackrf,
url = {https://greatscottgadgets.com/hackrf/one/},
year = {2014},
note = {Accessed: Jan. 2024}
}
%%%%%%%%%%%%%%%%%%%%
%% WoWMoM-PMC bib %%
%%%%%%%%%%%%%%%%%%%%
@inproceedings{sigcomm21-5G,
author = {Narayanan, Arvind and Zhang, Xumiao and others},
title = {A Variegated Look at {5G} in the Wild: Performance, Power, and {QoE} Implications},
year = {2021},
booktitle = {ACM SIGCOMM '21}
}
@techreport{dod20-spectrum,
author = "",
title = "Electromagnetic Spectrum Superiority Strategy",
institution = "US Department of Defence",
year = "2020"
}
@article{survey-specshare,
title = "A comprehensive survey on spectrum sharing: Architecture, energy efficiency and security issues",
journal = "Journal of Network and Computer Applications",
year = "2018",
author = "Haneet Kour and Rakesh Kumar Jha and Sanjeev Jain",
}
@INPROCEEDINGS{ipsn20-mtl,
author = {Zhan, Caitao and Gupta, Himanshu and Bhattacharya, Arani and Mohammand Ghaderibaneh},
title = {Efficient Localization of Multiple Intruders for Shared Spectrum System},
booktitle = {ACM/IEEE International Conference on Information Processing in Sensor Networks (IPSN)},
year = {2020}
}
@INPROCEEDINGS{icccn20-deeptxfinder,
author = {Zubow, Anatolij and Bayhan, Suzan and others},
title = {DeepTxFinder: Multiple Transmitter Localization by Deep Learning in Crowdsourced Spectrum Sensing},
booktitle = {{ICCCN} '20},
year = {2020}
}
@inproceedings{mobicom20-deeploc,
title={Deep learning based wireless localization for indoor navigation},
author={Ayyalasomayajula, Roshan and Arun, Aditya and others},
booktitle={ACM MobiCom '20},
year={2020}
}
@article{yolov3,
author = {Joseph Redmon and Ali Farhadi},
title = {{YOLOv3}: An Incremental Improvement},
year = {2018},
}
@article{psd,
author = {Hunter, J. D.},
title = {Matplotlib: A {2D} graphics environment},
journal = {Computing in Science \& Engineering},
year = {2007},
volume = {9},
}
@InProceedings{miccai15-unet,
author="Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas",
title="{U-Net}: Convolutional Networks for Biomedical Image Segmentation",
booktitle="MICCAI 2015",
year="2015",
}
@misc{receptive-field,
title={Understanding the Effective Receptive Field in Deep Convolutional Neural Networks},
author={Wenjie Luo and Yujia Li and Raquel Urtasun and Richard Zemel},
year={2017},
eprint={1701.04128},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{groupnorm,
title={Group Normalization},
author={Yuxin Wu and Kaiming He},
year={2018},
eprint={1803.08494},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{batchnorm,
title={Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift},
author={Sergey Ioffe and Christian Szegedy},
year={2015},
eprint={1502.03167},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
@misc{kingma2017adam,
title={Adam: A Method for Stochastic Optimization},
author={Diederik P. Kingma and Jimmy Ba},
year={2017},
}
@inproceedings{cvpr14-rcnn,
Author = {Girshick, Ross and Donahue, Jeff and Darrell, Trevor and Malik, Jitendra},
Title = {Rich feature hierarchies for accurate object detection and semantic segmentation},
Booktitle = {IEEE {CVPR} '14},
Year = {2014}
}
@inproceedings{cvpr16-yolo,
author = {Redmon, Joseph and Divvala, Santosh and Girshick, Ross and Farhadi, Ali},
year = {2016},
title = {You Only Look Once: Unified, Real-Time Object Detection},
booktitle = {IEEE {CVPR} '16}
}
@manual{yolo-github,
title = "Open source YOLOv3 implementation",
author = "Erik Linder-Norén",
url = "https://github.com/eriklindernoren/PyTorch-YOLOv3",
year = "2019"
}
@article{objectdetectionsurvey,
author = {Li Liu and
Wanli Ouyang and
Xiaogang Wang and
Paul W. Fieguth and
Jie Chen and
Xinwang Liu and
Matti Pietik{\"{a}}inen},
title = {Deep Learning for Generic Object Detection: {A} Survey},
year = {2018},
}
@article{mscoco,
author = {Tsung{-}Yi Lin and
Michael Maire and
Serge J. Belongie and
Lubomir D. Bourdev and
Ross B. Girshick and
others},
title = {Microsoft {COCO:} Common Objects in Context},
year = {2014},
}
@INPROCEEDINGS{Ureten2011powerlocation,
author={Üreten, O. and Willink, T. J.},
booktitle={IEEE International Workshop on Signal Processing Advances in Wireless Communications},
title={Joint estimation of emitter power and location in cognitive radio networks},
year={2011},
}
@article{PowerEstimate2010Zafer,
author = {Zafer, Murtaza and Ko, Bong Jun and Ho, Ivan Wang-Hei},
year = {2010},
volume={18},
title = {Transmit Power Estimation Using Spatially Diverse Measurements Under Wireless Fading},
journal = {IEEE/ACM TON},
}
@inproceedings{icoin2007-powerposition,
author = {Kim, Sunghun and Jeon, Hyoungsuk and Lee, Hyuckjae and Ma, Joongsoo},
year = {2007},
title = {Robust Transmission Power and Position Estimation in Cognitive Radio},
booktitle = {IEEE MILCOM '07},
}
@article{electrosense,
author = {Rajendran, Sreeraj and Calvo-Palomino, Roberto and Fuchs, Markus and Van den Bergh, Bertold and Cordobes, Hector and Giustiniano, Domenico and Pollin, Sofie and Lenders, Vincent},
title = {Electrosense: Open and Big Spectrum Data},
journal = {IEEE Communications Magazine},
volume = {56},
year = {2018}
}
@inproceedings{mobisys20-skysense,
author = {Reynders, Brecht and Minucci, Franco and Perenda, Erma and others},
title = {SkySense: Terrestrial and Aerial Spectrum Use Analysed Using Lightweight Sensing Technology with Weather Balloons},
year = {2020},
booktitle = {ACM MobiSys '20},
}
@INPROCEEDINGS{pimrc2021-localize,
author={de Almeida, Ivo Bizon Franco and Chafii, Marwa and others},
booktitle={IEEE PIMRC '21},
title={Blind Transmitter Localization in Wireless Sensor Networks: A Deep Learning Approach},
year={2021},
}
@ARTICLE{toccn18-sigclassify,
author={Rajendran, Sreeraj and Meert, Wannes and Giustiniano, Domenico and Lenders, Vincent and others},
journal={IEEE Transactions on Cognitive Communications and Networking},
volume={4},
title={Deep Learning Models for Wireless Signal Classification With Distributed Low-Cost Spectrum Sensors},
year={2018},
}
@inproceedings{bhattacharya2022fast,
title={Fast and Efficient Online Selection of Sensors for Transmitter Localization},
author={Bhattacharya, Arani and Abhishek, Maji and Champati, Jaya Prakash and Gross, James and others},
booktitle={International Conference on COMmunication Systems \& NETworkS},
year={2022}
}
@inproceedings{mobicom21-deepradar,
author = {Sarkar, Shamik and Buddhikot, Milind and Baset, Aniqua and Kasera, Sneha Kumar},
title = {{DeepRadar}: A Deep-Learning-Based Environmental Sensing Capability Sensor Design for {CBRS}},
year = {2021},
series = {ACM MobiCom '21},
}
@ARTICLE{DeepFi2016,
author={Wang, Xuyu and Gao, Lingjun and Mao, Shiwen and Pandey, Santosh},
journal={IEEE Transactions on Vehicular Technology},
title={{CSI-Based} Fingerprinting for Indoor Localization: A Deep Learning Approach},
year={2017}
}
@inproceedings{sigspatial19-monodcell,
author = {Rizk, Hamada and others},
title = {{MonoDCell}: A Ubiquitous and Low-Overhead Deep Learning-Based Indoor Localization with Limited Cellular Information},
year = {2019},
booktitle = {ACM SIGSPATIAL}
}
@ARTICLE{ton-sensorselect,
author={Bhattacharya, Arani and Zhan, Caitao and Maji, Abhishek and Gupta, Himanshu and Das, Samir R. and Djurić, Petar M.},
journal={IEEE/ACM Transactions on Networking},
title={Selection of Sensors for Efficient Transmitter Localization},
year={2022},
volume={30},
}
%%%%%%%%%%%%%%%%%%%%
% Temp bib
%%%%%%%%%%%%%%%%%%%%
@Article{Jeffrey14,
author = "Jeffrey G. Andrews and Stefano Buzzi and others",
title = "What Will {5G} Be?",
journal = "IEEE Journal on Selected Areas in Communications",
year = "2014",
volume = "32",
}
@ARTICLE{spectrumAllocationSurvey13,
author={E. Z. {Tragos} and others},
journal={IEEE Communications Surveys Tutorials},
title={Spectrum Assignment in Cognitive Radio Networks: A Comprehensive Survey},
year={2013},
}
@INPROCEEDINGS{parishad18,
author={P. {Karimi} and W. {Lehr} and I. {Seskar} and D. {Raychaudhuri}},
booktitle={IEEE DySPAN '18},
title={SMAP: A Scalable and Distributed Architecture for Dynamic Spectrum Management},
year={2018},
}
@INPROCEEDINGS{milind05,
author={Milind M. {Buddhikot} and others},
booktitle={IEEE {WoWMoM} '05},
title={{DIMSUMnet}: new directions in wireless networking using coordinated dynamic spectrum},
year={2005},
}
@ARTICLE{chamberlin82,
author={K. {Chamberlin} and R. {Luebbers}},
journal={IEEE Transactions on Antennas and Propagation},
title={An evaluation of Longley-Rice and GTD propagation models},
year={1982},
volume={30}
}
@INPROCEEDINGS{hata2000,
author={A. {Medeisis} and A. {Kajackas}},
booktitle={IEEE VTC '00},
title={On the use of the universal Okumura-Hata propagation prediction model in rural areas},
year={2000},
}
@article{google-nature-19,
author = {F. {Arute et al}},
title = {Quantum supremacy using a programmable superconducting processor},
journal = {Nature},
volume = 574,
year = 2019,
}
@misc{ibm-quantum-roadmap,
author = {J. Gambetta},
title = {{IBM’s Roadmap For Scaling Quantum Technology}},
howpublished = {\url{https://www.ibm.com/blogs/research/2020/09/ibm-quantum-roadmap/}},
year = 2020
}
@ARTICLE{Dieks-nocloning,
author = {{Dieks}, D.},
title = "{Communication by {EPR} devices}",
journal = {Physics Letters A},
year = 1982,
volume = {92},
}
@article{alizadeh21,
title = {Flood depth mapping in street photos with image processing and deep neural networks},
journal = {Computers, Environment and Urban Systems},
year = {2021},
author = {Bahareh {Alizadeh Kharazi} and Amir H. Behzadan},
}
@Article{sudeep16,
author = "Sudeep Bhattarai and others",
title = "An Overview of Dynamic Spectrum Sharing: Ongoing Initiatives, Challenges, and a Roadmap for Future Research",
journal = "IEEE TCCN",
year = "2016",
}
%%%%%%%%%%%%%%%%%%%%%%%
%%% QCE sensing %%%
%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{jindi2023,
author={Wu, Jindi and Hu, Tianjie and Li, Qun},
booktitle={IEEE QCE '23},
title={MORE: Measurement and Correlation Based Variational Quantum Circuit for Multi-Classification},
year={2023},
}
@article{McClean_2018,
year = 2018,
publisher = {Springer Science and Business Media {LLC}},
author = {Jarrod R. McClean and Sergio Boixo and Vadim N. Smelyanskiy and Ryan Babbush and Hartmut Neven},
title = {Barren plateaus in quantum neural network training landscapes},
journal = {Nature Communications},
volume = {9}
}
@misc{lloyd2020quantum,
title={Quantum embeddings for machine learning},
author={Seth Lloyd and Maria Schuld and Aroosa Ijaz and Josh Izaac and Nathan Killoran},
year={2020},
eprint={2001.03622},
archivePrefix={arXiv},
primaryClass={quant-ph}
}
@inproceedings{ICCAD21-wang,
author={Wang, Zhepeng and Liang, Zhiding and Zhou, Shanglin and Ding, Caiwen and others},
booktitle={IEEE/ACM ICCAD '21},
title={Exploration of Quantum Neural Architecture by Mixing Quantum Neuron Designs},
year={2021},
}
@INPROCEEDINGS{zhepeng2023,
author={Wang, Zhepeng and Li, Jinyang and Hu, Zhirui and Gage, Blake and others},
booktitle={IEEE QCE '23},
title={{QuMoS}: A Framework for Preserving Security of Quantum Machine Learning Model},
year={2023},
}
@misc{liang2023unleashing,
title={Unleashing the Potential of {LLMs} for Quantum Computing: A Study in Quantum Architecture Design},
author={Zhiding Liang and Jinglei Cheng and Rui Yang and Hang Ren and Zhixin Song and Di Wu and Xuehai Qian and Tongyang Li and Yiyu Shi},
year={2023},
eprint={2307.08191},
archivePrefix={arXiv},
primaryClass={quant-ph}
}
@inproceedings{quantumnat2022,
author = {Wang, Hanrui and Gu, Jiaqi and Ding, Yongshan and others},
title = {QuantumNAT: Quantum Noise-Aware Training with Noise Injection, Quantization and Normalization},
year = {2022},
booktitle = {ACM DAC '22}
}
@article{Benedetti_2019,
year = {2019},
publisher = {IOP Publishing},
author = {Marcello Benedetti and Erika Lloyd and Stefan Sack and Mattia Fiorentini},
title = {Parameterized quantum circuits as machine learning models},
journal = {Quantum Science and Technology},
}
@misc{qcompiler,
title={Introduction to {UniversalQCompiler}},
author={Raban Iten and Oliver Reardon-Smith and Emanuel Malvetti and Luca Mondada and Gabrielle Pauvert and Ethan Redmond and Ravjot Singh Kohli and Roger Colbeck},
year={2021},
eprint={1904.01072},
archivePrefix={arXiv},
primaryClass={quant-ph}
}
@article{PhysRevResearch.qsd-qnn,
title = {Quantum state discrimination using noisy quantum neural networks},
author = {Patterson, Andrew and Chen, Hongxiang and Wossnig, Leonard and Severini, Simone and Browne, Dan and Rungger, Ivan},
journal = {Phys. Rev. Res.},
volume = {3},
year = {2021},
publisher = {American Physical Society},
}
@inproceedings{caitao2023qsn,
author = {Caitao Zhan and Himanshu Gupta},
booktitle = {IEEE International Conference on Quantum Computing and Engineering (QCE '23)},
title = {Quantum Sensor Network Algorithms for Transmitter Localization},
year = {2023},
}
@article{Giovannetti_2011,
title = {Advances in quantum metrology},
journal = {Nature Photonics},
volume = {5},
year = 2011,
author = {Vittorio Giovannetti and Seth Lloyd and Lorenzo Maccone}
}
@article{RevModPhys.quantumsensing,
title = {Quantum sensing},
author = {Degen, C. L. and Reinhard, F. and Cappellaro, P.},
journal = {Rev. Mod. Phys.},
volume = {89},
year = {2017},
publisher = {American Physical Society},
}
@article{PRL20-qsn,
title = {Demonstration of a Reconfigurable Entangled Radio-Frequency Photonic Sensor Network},
author = {Xia, Yi and Li, Wei and Clark, William and Hart, Darlene and Zhuang, Quntao and Zhang, Zheshen},
journal = {Phys. Rev. Lett.},
volume = {124},
year = {2020},
}
@phdthesis{arizona21-thesis,
year = {2021},
author = {Xia, Yi},
title = {Distributed Quantum Sensing: Theoretical Foundation, Experimental Platform and Applications},
school = {University of Arizona},
}
@book{qcqi-book,
author = {Nielsen, Michael A. and Chuang, Isaac L.},
title = {Quantum Computation and Quantum Information: 10th Anniversary Edition},
year = {2011},
edition = {10th},
publisher = {Cambridge University Press},
}
@inproceedings{mobisys05-horus,
author = {Youssef, Moustafa and Agrawala, Ashok},
title = {The Horus WLAN Location Determination System},
year = {2005},
booktitle = {ACM MobiSys '05}
}
@inproceedings{lcn22-qloc,
author={Shokry, Ahmed and Youssef, Moustafa},
booktitle={IEEE LCN '22},
title={A Quantum Algorithm for RF-based Fingerprinting Localization Systems},
year={2022}
}
@article{pmc22-deepmtlpro,
title={{DeepMTL Pro}: Deep Learning Based Multiple Transmitter Localization and Power Estimation},
journal = {Elsevier Pervasive and Mobile Computing},
volume = {82},
author={Caitao Zhan and Mohammad Ghaderibaneh and Pranjal Sahu and Himanshu Gupta},
year={2022},
}
@article{tx-localization,
title={A Survey on Wireless Transmitter Localization Using Signal Strength Measurements},
journal = {Wireless Communications and Mobile Computing},
author={Henri Nurminen, Marzieh Dashti, Robert Piche},
year={2017},
}
@ARTICLE{devicefree-loc,
author={Patwari, Neal and others},
journal={Proceedings of the IEEE},
title={RF Sensor Networks for Device-Free Localization: Measurements, Models, and Algorithms},
year={2010},
}
@inproceedings{nsdi13-arraytrack,
author = {Jie Xiong and Kyle Jamieson},
title = {{ArrayTrack}: A {Fine-Grained} Indoor Location System},
booktitle = {USENIX {NSDI} '23},
year = {2013},
}
@book{slqc,
author = {Schuld, Maria and Petruccione, Francesco},
title = {Supervised Learning with Quantum Computers},
year = {2018},
publisher = {Springer Publishing Company, Incorporated},
}
@article{Zhang_2021,
year = 2021,
publisher = {{IOP} Publishing},
volume = {6},
author = {Zheshen Zhang and Quntao Zhuang},
title = {Distributed quantum sensing},
journal = {Quantum Science and Technology},
}
@article{nature21_phase,
year = 2021,
author = {Lizheng Liu and Yuzhe Zhang and Zhangda Li and others },
title = {Distributed quantum phase estimation with entangled photons},
journal = {Nature Photonics},
volume = {15}
}