-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathieee.bib
More file actions
2588 lines (2588 loc) · 188 KB
/
ieee.bib
File metadata and controls
2588 lines (2588 loc) · 188 KB
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
@INPROCEEDINGS{8622913,
author={T. {Asghar} and S. {Rasool} and M. {Iqbal} and Z. u. {Qayyum} and A. N. {Mian} and G. {Ubakanma}},
booktitle={2018 IEEE 20th International Conference on High Performance Computing and Communications; IEEE 16th International Conference on Smart City; IEEE 4th International Conference on Data Science and Systems (HPCC/SmartCity/DSS)},
title={Feasibility of Serverless Cloud Services for Disaster Management Information Systems},
year={2018},
volume={},
number={},
pages={1054-1057},
keywords={cloud computing;emergency management;information systems;quality of service;pay-per-use policy;Amazon;DMIS;operational cost reduction;scalability;QoS;quality degradation;Lambda based serverless cloud services;disaster management information systems;Containers;Quality of service;Cloud computing;Virtualization;Scalability;Color;Degradation;FaaS;Serverless;Lambda;QoS;DMIS;Disaster},
doi={10.1109/HPCC/SmartCity/DSS.2018.00175},
ISSN={},
month={June},}
@INPROCEEDINGS{7979855,
author={G. {McGrath} and P. R. {Brenner}},
booktitle={2017 IEEE 37th International Conference on Distributed Computing Systems Workshops (ICDCSW)},
title={Serverless Computing: Design, Implementation, and Performance},
year={2017},
volume={},
number={},
pages={405-410},
keywords={cloud computing;concurrency (computers);Microsoft Windows (operating systems);performance evaluation;performance-oriented serverless computing;.NET;Microsoft Azure;Windows containers;function execution environments;execution performance evaluation;AWS Lambda;Azure Functions;Google Cloud Functions;IBM's deployment;Apache OpenWhisk;concurrency levels;Containers;Web services;Metadata;Resource management;Prototypes;Runtime;Google;serverless computing;serverless performance;FaaS;Function-as-a-Service;AWS Lambda;Azure Functions;Google Cloud Functions;Apache OpenWhisk;IBM OpenWhisk},
doi={10.1109/ICDCSW.2017.36},
ISSN={},
month={June},}
@INPROCEEDINGS{8513710,
author={D. {Bardsley} and L. {Ryan} and J. {Howard}},
booktitle={2018 IEEE International Conference on Smart Cloud (SmartCloud)},
title={Serverless Performance and Optimization Strategies},
year={2018},
volume={},
number={},
pages={19-26},
keywords={cloud computing;object-oriented programming;open systems;software architecture;software performance evaluation;Web services;Lambda-based architectures;serverless computing;public Cloud;IT industry;mission critical enterprise systems;serverless ecosystem;serverless architectures;AWS Lambda;optimization strategies;Computer architecture;Logic gates;Servers;Time factors;Ecosystems;Monitoring;Computational modeling;serverless;aws;lambdas;architecture;performance},
doi={10.1109/SmartCloud.2018.00012},
ISSN={},
month={Sep.},}
@ARTICLE{8126823,
author={M. R. {HoseinyFarahabady} and A. Y. {Zomaya} and Z. {Tari}},
journal={IEEE Transactions on Parallel and Distributed Systems},
title={A Model Predictive Controller for Managing QoS Enforcements and Microarchitecture-Level Interferences in a Lambda Platform},
year={2018},
volume={29},
number={7},
pages={1442-1455},
keywords={application program interfaces;cloud computing;computer centres;optimal control;optimisation;predictive control;quality of service;resource allocation;software engineering;virtualisation;model predictive controller;QoS enforcements;microarchitecture-level interferences;Lambda platform;Lambda paradigm;reliable enterprise applications;serverless solution;multiple Lambda functions;resource management solutions;operating-system level metrics;resource allocation schema;shared-resource contention;function as a service;quality of service;total QoS violation incident reduction;CPU utilization;enhanced interference-awareness;Docker Swarm;Resource management;Quality of service;Interference;Bandwidth;Measurement;Servers;Cloud computing;Serverless lambda platform;function as a service (FaaS);model predictive control;dynamic resource allocation/scheduling;performance degradation},
doi={10.1109/TPDS.2017.2779502},
ISSN={},
month={July},}
@INPROCEEDINGS{8605778,
author={J. {Kuhlenkamp} and S. {Werner}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={Benchmarking FaaS Platforms: Call for Community Participation},
year={2018},
volume={},
number={},
pages={189-194},
keywords={cloud computing;knowledge based systems;serverless architecture;development paradigm;community participation;FaaS platforms;collaborative systematic literature review;community-driven knowledge base;FAA;Task analysis;Benchmark testing;Data mining;Search problems;Computer architecture;Bibliographies;FaaS;serverless;benchmarking;secondary study;SLR},
doi={10.1109/UCC-Companion.2018.00055},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8814583,
author={J. {Kim} and K. {Lee}},
booktitle={2019 IEEE 12th International Conference on Cloud Computing (CLOUD)},
title={FunctionBench: A Suite of Workloads for Serverless Cloud Function Service},
year={2019},
volume={},
number={},
pages={502-504},
keywords={cloud computing;cloud service providers;function applications;FunctionBench;serverless cloud function service;serverless computing;microbenchmarks;public services;data-oriented applications;function workloads;source codes;workload;benchmark;FaaS;serverless;cloud},
doi={10.1109/CLOUD.2019.00091},
ISSN={},
month={July},}
@INPROCEEDINGS{8360312,
author={W. {Lin} and C. {Krintz} and R. {Wolski} and M. {Zhang} and X. {Cai} and T. {Li} and W. {Xu}},
booktitle={2018 IEEE International Conference on Cloud Engineering (IC2E)},
title={Tracking Causal Order in AWS Lambda Applications},
year={2018},
volume={},
number={},
pages={50-60},
keywords={cloud computing;Web services;cloud applications;scalable distributed systems;serverless abstraction;increasingly complex applications;asynchronous applications;cloud service;AWS Lambda applications;serverless computing;cloud programming;wide-spread uptake;serverless offerings;Amazon Web Services Lambda;Google Functions;Azure Functions;simple functions;cloud-based event triggers;concurrency;parallelism;causal dependencies extraction;causal order tracking;GammaRay;Cloud computing;Containers;X-ray imaging;Tools;Monitoring;Concurrent computing;serverless;faas;causal dependencies;AWS Lambda;profiling},
doi={10.1109/IC2E.2018.00027},
ISSN={},
month={April},}
@INPROCEEDINGS{8605779,
author={W. {Lloyd} and M. {Vu} and B. {Zhang} and O. {David} and G. {Leavesley}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={Improving Application Migration to Serverless Computing Platforms: Latency Mitigation with Keep-Alive Workloads},
year={2018},
volume={},
number={},
pages={195-200},
keywords={cloud computing;Java;resource allocation;scheduling;serverless computing infrastructure;Java-based environmental modeling application;concurrent workloads;serverless infrastructure;serverless platforms;application migration;serverless computing platforms;load balancing;cloud server capacity;cloud providers;infrastructure management;function-as-a-service;serverless computing environments;keep-alive workloads;infrastructure management;precipitation runoff modeling system;AWS lambda serverless platform;cloud-based scheduled event triggers;Cloud computing;FAA;Containers;Computational modeling;Java;Load management;Load modeling;Resource Management and Performance;Serverless Computing;Function-as-a-Service;Application Migration},
doi={10.1109/UCC-Companion.2018.00056},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8374513,
author={J. {Kim} and T. J. {Jun} and D. {Kang} and D. {Kim} and D. {Kim}},
booktitle={2018 26th Euromicro International Conference on Parallel, Distributed and Network-based Processing (PDP)},
title={GPU Enabled Serverless Computing Framework},
year={2018},
volume={},
number={},
pages={533-540},
keywords={application program interfaces;cloud computing;graphics processing units;learning (artificial intelligence);public domain software;service-oriented architecture;GPU enabled serverless computing framework;cloud computing;microservices architectures;serverless computing environment;service functional units;function development environment;open source serverless computing framework;deploy services;open source framework;high-performance microservices;NVIDIA-Docker;GPU support container;GPU programming;deep learning programs;performance degradation;Graphics processing units;Servers;Cloud computing;Containers;Computer architecture;Libraries;Standards;Cloud Computing;Serverless Computing;Serverless Architecture;FaaS;GPGPU},
doi={10.1109/PDP2018.2018.00090},
ISSN={},
month={March},}
@INPROCEEDINGS{8360324,
author={W. {Lloyd} and S. {Ramesh} and S. {Chinthalapati} and L. {Ly} and S. {Pallickara}},
booktitle={2018 IEEE International Conference on Cloud Engineering (IC2E)},
title={Serverless Computing: An Investigation of Factors Influencing Microservice Performance},
year={2018},
volume={},
number={},
pages={159-169},
keywords={cloud computing;resource allocation;virtual machines;serverless computing platforms;hosting costs;fault tolerance;dynamic elasticity;individual functions;microservices;virtual machines;operating system containers;cloud server capacity;cloud providers;service demand;influence microservice performance;infrastructure elasticity;load balancing;infrastructure retention;serverless infrastructure including;infrastructure-as-a-service;infrastructure management;serverless computing environments;FaaS;IaaS;VM;Containers;Cloud computing;Load management;Elasticity;Servers;Operating systems;Fault tolerance;Resource Management and Performance;Serverless Computing;Function-as-a-Service;Provisioning Variation},
doi={10.1109/IC2E.2018.00039},
ISSN={},
month={April},}
@INPROCEEDINGS{8790945,
author={L. {Toader} and A. {Uta} and A. {Musaafir} and A. {Iosup}},
booktitle={2019 18th International Symposium on Parallel and Distributed Computing (ISPDC)},
title={Graphless: Toward Serverless Graph Processing},
year={2019},
volume={},
number={},
pages={66-73},
keywords={benchmark testing;Big Data;cloud computing;graph theory;serverless computing;cloud-based serverless resources;graphless graph-processing system;serverless graph processing;evidence graphless;stateless functions;serverless paradigm;graph processing systems focus;complex problems;graph-processing systems Apache Giraph;Computer architecture;Metadata;Engines;Elasticity;Cloud computing;FAA;Computational modeling;serverless;graph processing;elasticity;Function as a Service},
doi={10.1109/ISPDC.2019.00012},
ISSN={},
month={June},}
@INPROCEEDINGS{8768825,
author={A. {Parres-Peredo} and I. {Piza-Davila} and F. {Cervantes}},
booktitle={2019 42nd International Conference on Telecommunications and Signal Processing (TSP)},
title={Building and Evaluating User Network Profiles for Cybersecurity Using Serverless Architecture},
year={2019},
volume={},
number={},
pages={164-167},
keywords={cloud computing;computer network security;telecommunication traffic;Web services;cybersecurity;serverless architecture;serverless computing;cloud computing;serverless implementation;network users;user network traffic;Lambda;DynamoDB;SQS;S3;unexpected network behavior identification;TopK rankings;user network profiles;Amazon Web services;Computer architecture;Cloud computing;Computer security;Real-time systems;Electric breakdown;Buildings;Architecture;cybersecurity;serverless architecture;functions as a service;aws;network security},
doi={10.1109/TSP.2019.8768825},
ISSN={},
month={July},}
@INPROCEEDINGS{8791958,
author={J. {Kim} and J. {Park} and K. {Lee}},
booktitle={2019 IEEE 4th International Workshops on Foundations and Applications of Self* Systems (FAS*W)},
title={Network Resource Isolation in Serverless Cloud Function Service},
year={2019},
volume={},
number={},
pages={182-187},
keywords={cloud computing;computer network security;resource allocation;network resource isolation;serverless cloud function service;serverless computing;function execution;cloud computing services;subject considerable attention;network resource performance;serverless applications;network resource allocation;service providers;functional execution models;FAA;Cloud computing;Resource management;Containers;Time factors;Computational modeling;Bandwidth;serverless computing;FaaS;network},
doi={10.1109/FAS-W.2019.00051},
ISSN={},
month={June},}
@INPROCEEDINGS{8025307,
author={M. {HoseinyFarahabady} and J. {Taheri} and Z. {Tari} and A. Y. {Zomaya}},
booktitle={2017 46th International Conference on Parallel Processing (ICPP)},
title={A Dynamic Resource Controller for a Lambda Architecture},
year={2017},
volume={},
number={},
pages={332-341},
keywords={bin packing;business data processing;data handling;performance evaluation;predictive control;resource allocation;software architecture;performance variability;QoS violation prevention;resource utilization;spread approach;binpack approach;best-effort approach;performance evaluation;model predictive control;resource allocation;performance degradation;shared resources;computing resources;Lambda functions;Lambda service providers;enterprise applications;event-driven serverless paradigm;Lambda architecture;dynamic resource controller;Quality of service;Resource management;Sensitivity;Memory management;Interference;Servers;Dynamic Resource Allocation;Performance degradation;Lambda Platform Processing;Shared Resource Interference},
doi={10.1109/ICPP.2017.42},
ISSN={},
month={Aug},}
@INPROCEEDINGS{8622362,
author={S. {Werner} and J. {Kuhlenkamp} and M. {Klems} and J. {Müller} and S. {Tai}},
booktitle={2018 IEEE International Conference on Big Data (Big Data)},
title={Serverless Big Data Processing using Matrix Multiplication as Example},
year={2018},
volume={},
number={},
pages={358-365},
keywords={Big Data;cloud computing;matrix multiplication;pattern clustering;service-oriented architecture;serverless big data processing;matrix multiplication;serverless computing;popular alternative model;on-demand cloud computing;FaaS provider;cloud infrastructure;traditional cloud consumption;serverless big data applications;compute frameworks;function-as-a-service;Cloud computing;Scalability;FAA;Prototypes;Big Data applications;Task analysis;serverless;big data;cloud;matrix multiplication},
doi={10.1109/BigData.2018.8622362},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8605772,
author={P. {García López} and M. {Sánchez-Artigas} and G. {París} and D. {Barcelona Pons} and Á. {Ruiz Ollobarren} and D. {Arroyo Pinto}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={Comparison of FaaS Orchestration Systems},
year={2018},
volume={},
number={},
pages={148-153},
keywords={cloud computing;IBM Composer;serverless orchestration systems;billing models;FaaS orchestration systems;Amazon Lambda;cloud providers;Function as a Service model;serverless functions;Amazon Step Functions;Azure Durable Functions;Programming;Software;Packaging;Computer architecture;FAA;Measurement;DSL;Cloud computing;Serverless;Function Composition;Orchestration;Amazon Step Functions;Azure Durable Functions;IBM Composer},
doi={10.1109/UCC-Companion.2018.00049},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8567674,
author={T. {Elgamal}},
booktitle={2018 IEEE/ACM Symposium on Edge Computing (SEC)},
title={Costless: Optimizing Cost of Serverless Computing through Function Fusion and Placement},
year={2018},
volume={},
number={},
pages={300-312},
keywords={cloud computing;image fusion;Internet of Things;virtual machines;serverless computing;serverless platforms;serverless applications;Internet of Things;virtual machines;splitting functions;function fusion-placement solutions;AWS Lambda;edge resources;cloud resources;image processing workflows;nontrivial memory configuration;Computational modeling;Fuses;Pricing;Cloud computing;Internet of Things;Memory management;Face;Serverless;Edge computing;AWS Lambda;Cloud Computing;Cost Optimization},
doi={10.1109/SEC.2018.00029},
ISSN={},
month={Oct},}
@INPROCEEDINGS{8457830,
author={H. {Lee} and K. {Satyam} and G. {Fox}},
booktitle={2018 IEEE 11th International Conference on Cloud Computing (CLOUD)},
title={Evaluation of Production Serverless Computing Environments},
year={2018},
volume={},
number={},
pages={442-450},
keywords={cloud computing;virtual machines;distributed data processing;stateless functions;parallel requests;dynamic scaling manager;concurrent invocation;Lambda functions;event-driven compute;infrastructure management;production serverless computing environments;Google;Throughput;Cloud computing;Databases;Containers;Runtime;Data processing;FaaS, Serverless, Event-driven Computing, Amazon Lambda, Google Functions, Microsoft Azure Functions, IBM OpenWhisk},
doi={10.1109/CLOUD.2018.00062},
ISSN={},
month={July},}
@INPROCEEDINGS{8457882,
author={A. {Saha} and S. {Jindal}},
booktitle={2018 IEEE 11th International Conference on Cloud Computing (CLOUD)},
title={EMARS: Efficient Management and Allocation of Resources in Serverless},
year={2018},
volume={},
number={},
pages={827-830},
keywords={cloud computing;resource allocation;storage management;serverless cloud;open-source serverless platform;OpenLambda;serverless functions;memory limit settings;predictive efficient memory management;resource management system;EMARS system;Containers;Memory management;Resource management;Cloud computing;Servers;Predictive models;Time factors;Serverless;cloud computing;memory limit;response time},
doi={10.1109/CLOUD.2018.00113},
ISSN={},
month={July},}
@INPROCEEDINGS{8605775,
author={P. {Moczurad} and M. {Malawski}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={Visual-Textual Framework for Serverless Computation: A Luna Language Approach},
year={2018},
volume={},
number={},
pages={169-174},
keywords={application program interfaces;cloud computing;data visualisation;functional programming;Java;visual programming;Luna language approach;serverless technologies;cloud computing industry;serverless computing;visual-textual programming language;functional programming language;textual programming languages;Luna standard library;serverless function;visual-textual framework;Luna serverless framework;AWS Lambda;JavaScript;Visualization;Cloud computing;Computer languages;Computational modeling;Market research;Programming;Semantics;serverless;functional programming;visual programming},
doi={10.1109/UCC-Companion.2018.00052},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8360337,
author={V. {Ishakian} and V. {Muthusamy} and A. {Slominski}},
booktitle={2018 IEEE International Conference on Cloud Engineering (IC2E)},
title={Serving Deep Learning Models in a Serverless Platform},
year={2018},
volume={},
number={},
pages={257-262},
keywords={cloud computing;learning (artificial intelligence);neural nets;serverless platform;event based cloud applications;cloud providers;enterprise companies;machine learning;value added services;serverless computing environment;neural network models;AWS Lambda environment;MxNet deep learning framework;artificial intelligence;latency distribution;SLA;Machine learning;Cloud computing;Neural networks;Containers;Computational modeling;Delays;Training;AWS Lambda;Cloud Computing;Serverless Computing;Deep Learningm},
doi={10.1109/IC2E.2018.00052},
ISSN={},
month={April},}
@INPROCEEDINGS{8605776,
author={A. {Das} and S. {Patterson} and M. {Wittie}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={EdgeBench: Benchmarking Edge Computing Platforms},
year={2018},
volume={},
number={},
pages={175-180},
keywords={benchmark testing;cloud computing;Internet of Things;performance metrics;edge frameworks;cloud-only implementations;Amazon AWS Greengrass;edge platforms;edge applications;cloud providers;Microsoft Azure IoT Edge;cloud ecosystems;edge computing platform benchmarking;edge Lambda functions;EdgeBench;Cloud computing;Image edge detection;Benchmark testing;Edge computing;Performance evaluation;Pipelines;Internet of Things;Serverless Computing;Cloud Functions},
doi={10.1109/UCC-Companion.2018.00053},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8457833,
author={J. {Kijak} and P. {Martyna} and M. {Pawlik} and B. {Balis} and M. {Malawski}},
booktitle={2018 IEEE 11th International Conference on Cloud Computing (CLOUD)},
title={Challenges for Scheduling Scientific Workflows on Cloud Functions},
year={2018},
volume={},
number={},
pages={460-467},
keywords={cloud computing;graph theory;scheduling;scientific information systems;workflow management software;Function-as-a-Service;cloud providers;Serverless Deadline-Budget Workflow Scheduling;small-scale Montage workflow;scientific workflow scheduling;serverless computing;cloud functions;dependency graph;AWS Lambda infrastructure;Task analysis;Cloud computing;FAA;Processor scheduling;Computational modeling;Adaptation models;Engines;Faas;serverless computing;cloud functions;scientific workflow;task scheduling},
doi={10.1109/CLOUD.2018.00065},
ISSN={},
month={July},}
@INPROCEEDINGS{8457831,
author={Y. {Kim} and J. {Lin}},
booktitle={2018 IEEE 11th International Conference on Cloud Computing (CLOUD)},
title={Serverless Data Analytics with Flint},
year={2018},
volume={},
number={},
pages={451-455},
keywords={Big Data;cloud computing;data analysis;serverless data analytics;Flint;serverless architecture;loosely-coupled function invocations;analytical processing;big data;prototype Spark execution engine;pure pay-as-you-go cost model;actual Spark cluster;serverless analytics;AWS Lambda;PySpark;Sparks;Task analysis;Cloud computing;Engines;Standards;Metadata;Data analysis;serverless computing, cloud computing, data analytics, data science},
doi={10.1109/CLOUD.2018.00063},
ISSN={},
month={July},}
@INPROCEEDINGS{8590993,
author={C. {Cicconetti} and M. {Conti} and A. {Passarella}},
booktitle={2018 IEEE International Conference on Cloud Computing Technology and Science (CloudCom)},
title={An Architectural Framework for Serverless Edge Computing: Design and Emulation Tools},
year={2018},
volume={},
number={},
pages={48-55},
keywords={distributed algorithms;mobile computing;software defined networking;telecommunication network routing;software defined networking-enabled edge computing domain;distributed algorithms;serverless model;specific edge devices;mobile nodes;lambda functions;stateless computations;dynamic allocation;processing capabilities;networking devices;SDN;serverless edge computing;architectural framework;Edge computing;Computer architecture;Performance evaluation;Emulation;Servers;Optimization;Face;edge computing;software defined networking;serverless computing;computation delegation},
doi={10.1109/CloudCom2018.2018.00024},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8814497,
author={A. {Aytekin} and M. {Johansson}},
booktitle={2019 IEEE 12th International Conference on Cloud Computing (CLOUD)},
title={Exploiting Serverless Runtimes for Large-Scale Optimization},
year={2019},
volume={},
number={},
pages={499-501},
keywords={optimisation;parallel algorithms;regression analysis;serverless runtimes;cost-effective environments;sporadic computations;generic scale optimization problems;large-scale optimization problems;parallel optimization algorithm;regularized logistic regression problem;compute-intensive work;serverless;optimization;alternating direction method of multipliers;distributed optimization},
doi={10.1109/CLOUD.2019.00090},
ISSN={},
month={July},}
@INPROCEEDINGS{8457817,
author={L. {Feng} and P. {Kudva} and D. {Da Silva} and J. {Hu}},
booktitle={2018 IEEE 11th International Conference on Cloud Computing (CLOUD)},
title={Exploring Serverless Computing for Neural Network Training},
year={2018},
volume={},
number={},
pages={334-341},
keywords={cloud computing;learning (artificial intelligence);neural nets;serverless computing;neural network training;serverless functions;service runtimes;event-driven cloud applications;serverless runtimes;lightweight computation;machine learning prediction;cloud runtimes;lightweight memory;machine learning inference;deep learning models;hyperparameter optimization;data parallelism;Servers;Training;Merging;Runtime;Neural networks;Data transfer;Machine learning;serverless computing;cloud computing;deep learning;cloud scaling;cloud cost and performance},
doi={10.1109/CLOUD.2018.00049},
ISSN={},
month={July},}
@INPROCEEDINGS{8591002,
author={S. K. {Mohanty} and G. {Premsankar} and M. {di Francesco}},
booktitle={2018 IEEE International Conference on Cloud Computing Technology and Science (CloudCom)},
title={An Evaluation of Open Source Serverless Computing Frameworks},
year={2018},
volume={},
number={},
pages={115-120},
keywords={cloud computing;public domain software;software architecture;virtualisation;open source serverless computing frameworks;public cloud service providers;software architecture;resource management;virtualization;Fission;Kubeless;OpenFaaS;Time factors;Cloud computing;Containers;Concurrent computing;FAA;Python;Measurement;serverless computing;function-as-a-service;Kubeless;Fission;OpenFaas;performance evaluation},
doi={10.1109/CloudCom2018.2018.00033},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8605777,
author={J. {Manner} and M. {Endreß} and T. {Heckel} and G. {Wirtz}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={Cold Start Influencing Factors in Function as a Service},
year={2018},
volume={},
number={},
pages={181-188},
keywords={cloud computing;virtualisation;container starts;cold start problem;Microsoft Azure Functions;virtualization problems;cloud function executions;Function as a Service;AWS Lambda;FAA;Containers;Benchmark testing;Cloud computing;Java;Pipelines;Serverless Computing, Function as a Service, FaaS, Cloud Functions, Cold Start, Benchmarking},
doi={10.1109/UCC-Companion.2018.00054},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8116416,
author={H. {Puripunpinyo} and M. H. {Samadzadeh}},
booktitle={2017 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)},
title={Effect of optimizing Java deployment artifacts on AWS Lambda},
year={2017},
volume={},
number={},
pages={438-443},
keywords={Java;operating systems (computers);virtual machines;Web services;optimizing Java deployment artifacts;Amazon Web Services;Java Virtual Machine;JVM;complicate platform;deployment artifact;single jar file;AWS Lambda's allowable limit;self-contained artifacts;resource files;Java;Libraries;Computer architecture;Tools;Servers;XML;Big Data;Serverless Architecture;Deployment;AWS Lambda;JVM;Java;Optimization;Performance},
doi={10.1109/INFCOMW.2017.8116416},
ISSN={},
month={May},}
@INPROCEEDINGS{8814535,
author={J. R. {Gunasekaran} and P. {Thinakaran} and M. T. {Kandemir} and B. {Urgaonkar} and G. {Kesidis} and C. {Das}},
booktitle={2019 IEEE 12th International Conference on Cloud Computing (CLOUD)},
title={Spock: Exploiting Serverless Functions for SLO and Cost Aware Resource Procurement in Public Cloud},
year={2019},
volume={},
number={},
pages={199-208},
keywords={cloud computing;public domain software;resource allocation;virtual machines;Web services;Spock;serverless functions;cost aware resource procurement;public cloud infrastructures;cost-effectiveness;elasticity;dynamically-evolving user demand;dynamically scale resources;application demand;service level objective violations;scalable control system;elastic control system;resource procurement schemes;cost savings;elastic Web services;FaaS;serverless;autoscaling;cost-aware;SLO;lambda},
doi={10.1109/CLOUD.2019.00043},
ISSN={},
month={July},}
@INPROCEEDINGS{8821843,
author={L. {Baresi} and D. {Filgueira Mendonça}},
booktitle={2019 IEEE International Conference on Fog Computing (ICFC)},
title={Towards a Serverless Platform for Edge Computing},
year={2019},
volume={},
number={},
pages={1-10},
keywords={cloud computing;computer centres;fog;Internet of Things;mobile computing;peer-to-peer computing;resource allocation;application requirements;Serverless Edge Platform;data prosumers;cloud data centers;centralized data centers;mobile computing;data-intensive applications;heterogeneous fog nodes;prototype platform;serverless architecture;hosted applications;densely distributed fog nodes;mobile networks;emerging wireless communication technologies;FAA;Containers;Computer architecture;Cloud computing;Edge computing;Computational modeling;Data centers;fog-computing;edge-computing;serverless-computing;latency-sensitive;data-intensive},
doi={10.1109/ICFC.2019.00008},
ISSN={},
month={June},}
@INPROCEEDINGS{8582355,
author={X. {Geng} and O. {Ma} and Y. {Pei} and Z. {Xu} and W. {Zeng} and J. {Zou}},
booktitle={2018 2nd IEEE Conference on Energy Internet and Energy System Integration (EI2)},
title={Research on Early Warning System of Power Network Overloading Under Serverless Architecture},
year={2018},
volume={},
number={},
pages={1-6},
keywords={alarm systems;electricity supply industry;power system measurement;power system stability;smart power grids;economic feasibility;grid load monitoring;power industry development;smart grid;power grid;massive computing resources;power network overloading;serverless mode;grid overload;early warning system;serverless architecture;Cloud computing;Smart grids;FAA;Computer architecture;Monitoring;Alarm systems;serverless architecture;overload warning;smart grid;cloud computing},
doi={10.1109/EI2.2018.8582355},
ISSN={},
month={Oct},}
@INPROCEEDINGS{8622861,
author={W. {Ling} and C. {Tian} and L. {Ma} and Z. {Hu}},
booktitle={2018 IEEE 20th International Conference on High Performance Computing and Communications; IEEE 16th International Conference on Smart City; IEEE 4th International Conference on Data Science and Systems (HPCC/SmartCity/DSS)},
title={Lite-Service: A Framework to Build and Schedule Telecom Applications in Device, Edge and Cloud},
year={2018},
volume={},
number={},
pages={708-717},
keywords={cloud computing;service-oriented architecture;telecommunication computing;software application;fine-grained units;internal management;telecom industry;telecom logics;function-level runtime;complex telecom function scheduling;thread-level intra-service runtime;service management schemes;Function-as-a-Service;lite-service framework;telecom applications;microservice architecture;self-adaptive scheduler;business logics;loosely-coupled services;FaaS;Telecommunications;Cloud computing;FAA;Runtime;Software;Programming;Computational modeling;Serverless, FaaS, Stateless, Autonomous},
doi={10.1109/HPCC/SmartCity/DSS.2018.00123},
ISSN={},
month={June},}
@INPROCEEDINGS{8588841,
author={D. {Pinto} and J. P. {Dias} and H. {Sereno Ferreira}},
booktitle={2018 IEEE 16th International Conference on Embedded and Ubiquitous Computing (EUC)},
title={Dynamic Allocation of Serverless Functions in IoT Environments},
year={2018},
volume={},
number={},
pages={1-8},
keywords={cloud computing;computer networks;Internet of Things;serverless function;device requests;fog layer;local network;IoT devices;IoT environments;IoT area;serverless architectural design;local processing power;cloud servers;Cloud computing;Servers;Edge computing;Runtime environment;Internet of Things;Market research;Estimation;Fog Computing;Internet of Things;Multi Armed Bandit;Ubiquitous Computing;Serverless},
doi={10.1109/EUC.2018.00008},
ISSN={},
month={Oct},}
@INPROCEEDINGS{8814513,
author={A. {Pérez} and S. {Risco} and D. M. {Naranjo} and M. {Caballer} and G. {Moltó}},
booktitle={2019 IEEE 12th International Conference on Cloud Computing (CLOUD)},
title={On-Premises Serverless Computing for Event-Driven Data Processing Applications},
year={2019},
volume={},
number={},
pages={414-421},
keywords={application program interfaces;cloud computing;graphical user interfaces;parallel processing;pattern clustering;public domain software;storage management;FaaS framework;data storage back-end;computing platform;elastic Kubernetes cluster;data-driven workflow;event-driven data processing applications;open-source serverless computing frameworks;data-driven scientific applications;scalable computation;open-source framework;on-premises serverless computing;functions-as-a-service paradigm;multiclouds;REST API;graphical user interface;highly-parallel event-driven file-processing serverless applications;Docker containers;Cloud Computing;Scientific Computing;Distributed Infrastructures;Containers;Docker},
doi={10.1109/CLOUD.2019.00073},
ISSN={},
month={July},}
@INPROCEEDINGS{8752939,
author={G. {Aumala} and E. {Boza} and L. {Ortiz-Avilés} and G. {Totoy} and C. {Abad}},
booktitle={2019 19th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGRID)},
title={Beyond Load Balancing: Package-Aware Scheduling for Serverless Platforms},
year={2019},
volume={},
number={},
pages={282-291},
keywords={cache storage;cloud computing;optimisation;resource allocation;scheduling;package-aware scheduling;serverless platforms;cloud functions;Function-as-a-Service;worker nodes;FaaS schedulers;vanilla load balancers;package caching;package affinity;re-use execution environments;function executions;scheduling algorithm;consistent hashing;load balancing algorithm;PASch;openlambda framework;optimization;serverless computing;cloud computing;function as a service;scheduling;load balancing;data locality;performance;OpenLambda},
doi={10.1109/CCGRID.2019.00042},
ISSN={},
month={May},}
@INPROCEEDINGS{8514884,
author={Y. K. {Kim} and M. R. {HoseinyFarahabady} and Y. C. {Lee} and A. Y. {Zomaya} and R. {Jurdak}},
booktitle={2018 IEEE International Conference on Cluster Computing (CLUSTER)},
title={Dynamic Control of CPU Usage in a Lambda Platform},
year={2018},
volume={},
number={},
pages={234-244},
keywords={closed loop systems;microprocessor chips;quality of service;resource allocation;software engineering;virtualisation;simple resource allocation algorithms;QoS enforcement levels;highest priority QoS class close;end-to-end response time;outstanding Lambda functions;closed-loop CPU cap controller;CPU cap management;Lambda application;round-robin policy;multiple Lambda functions;scalable enterprise software;event-driven server-less computation;Lambda platform;CPU usage;dynamic control;Quality of service;Instruction sets;Delays;Time factors;Surges;Resource management;Server-less computing, FaaS (Function as a Service), QoS-aware resource manager, Dynamic CPU usage control},
doi={10.1109/CLUSTER.2018.00041},
ISSN={},
month={Sep.},}
@INPROCEEDINGS{8834566,
author={M. {Marefat} and A. {Juneja}},
booktitle={2019 IEEE EMBS International Conference on Biomedical Health Informatics (BHI)},
title={Serverless Data Parallelization for Training and Retraining of Deep Learning Architecture in Patient-Specific Arrhythmia Detection},
year={2019},
volume={},
number={},
pages={1-4},
keywords={Training;Computer architecture;Detectors;Testing;Feature extraction;Distributed databases;Servers;Stacked Denoising Autoencoders;Retraining;Arrhythmia Classification;Remote Continuous Health Devices;Patient Specific;Serverless;Deep Learning},
doi={10.1109/BHI.2019.8834566},
ISSN={},
month={May},}
@ARTICLE{8625892,
author={J. L. {Vázquez-Poletti} and I. M. {Llorente}},
journal={Computing in Science Engineering},
title={Serverless Computing: From Planet Mars to the Cloud},
year={2018},
volume={20},
number={6},
pages={73-79},
keywords={astronomy computing;data analysis;Mars;space vehicles;planet Mars;serverless computing;scientific data analysis;serverless architecture;ESA Mars Express orbiter;cloud;Cloud computing;Containers;Mars;Servers;Computational modeling;Artificial intelligence;Programming},
doi={10.1109/MCSE.2018.2875315},
ISSN={},
month={Nov},}
@ARTICLE{7577804,
author={P. {Li} and S. {Qu} and S. {Yang} and Z. {Nie}},
journal={IEEE Antennas and Wireless Propagation Letters},
title={Focused Array Antenna Based on Subarrays},
year={2017},
volume={16},
number={},
pages={888-891},
keywords={antenna arrays;antenna radiation patterns;power dividers;focused array antenna;FAA;subarrays;radiation power;Fresnel zone;multilevel power divider;insertion loss;mutual coupling;arranged array elements;FAA;Feeds;Phased arrays;Power dividers;Gratings;Antenna radiation patterns;Feed networks;focused array antennas (FAAs);Fresnel zone;subarrays},
doi={10.1109/LAWP.2016.2613887},
ISSN={},
month={},}
@INPROCEEDINGS{8790088,
author={A. {Bhattacharjee} and A. D. {Chhokra} and Z. {Kang} and H. {Sun} and A. {Gokhale} and G. {Karsai}},
booktitle={2019 IEEE International Conference on Cloud Engineering (IC2E)},
title={BARISTA: Efficient and Scalable Serverless Serving System for Deep Learning Prediction Services},
year={2019},
volume={},
number={},
pages={23-33},
keywords={cloud computing;data analysis;learning (artificial intelligence);minimisation;resource allocation;transportation;forecasting workloads;optimization problem;urban transportation service;BARISTA;scalable serverless serving system;deep learning prediction services;pre-trained deep learning models;compute-intensive predictive analytics services;serverless computing paradigm;dynamic workloads;management costs;resource management decisions;resource configurations;deployment costs;distributed scalable deep-learning prediction serving system;bounded prediction latency;intelligent agent;vertical scaling;horizontal scaling;representative real-world workloads;Predictive models;Load modeling;Containers;Computational modeling;Deep learning;Forecasting;Analytical models;Resource Management, Machine Learning Models, Predictive Analytics, Serverless Computing, Containers},
doi={10.1109/IC2E.2019.00-10},
ISSN={},
month={June},}
@INPROCEEDINGS{7820297,
author={G. {McGrath} and J. {Short} and S. {Ennis} and B. {Judson} and P. {Brenner}},
booktitle={2016 IEEE 9th International Conference on Cloud Computing (CLOUD)},
title={Cloud Event Programming Paradigms: Applications and Analysis},
year={2016},
volume={},
number={},
pages={400-406},
keywords={cloud computing;Web services;cloud event programming paradigm;Lambda Amazon Web service;OpenWhisk IBM Bluemix;Cloud Functions Google cloud platform;Microsoft Azure Functions;software development;cloud event services;Lambdefy platform;Web application;AWS Lambda;performant media management service;Trek10;AWS cloud technologies;Node.js;serverless framework;Cloud computing;Logic gates;Containers;Google;Hardware;Programming;cloud events;AWS;Lambda;Serverless;micro-services;containers;Google Cloud Platform;Cloud Functions;Microsoft Azure;IBM Bluemix;OpenWhisk},
doi={10.1109/CLOUD.2016.0060},
ISSN={},
month={June},}
@INPROCEEDINGS{7486390,
author={R. S. {Stansbury} and M. {Towhidnejead} and N. {Demidovich} and C. {Greenlow} and J. {Dinofrio} and J. R. {Olds}},
booktitle={2016 Integrated Communications Navigation and Surveillance (ICNS)},
title={Progress and future development toward a UAT ADS-B transmitter for space operations},
year={2016},
volume={},
number={},
pages={9A1-1-9A1-14},
keywords={aerospace testing;entry, descent and landing (spacecraft);radio transceivers;space vehicles;space operation;UAT ADS-B transmitter;spacecraft national airspace system;orbital spacecraft;low-cost tracking system;automatic dependent surveillance-broadcast technology;ADS-B technology;ground-based transceiver;FAA system;re-entry vehicle;planned flight test;frequency 978 MHz;Payloads;Space vehicles;Global Positioning System;FAA;Prototypes;NASA},
doi={10.1109/ICNSURV.2016.7486390},
ISSN={},
month={April},}
@INPROCEEDINGS{8815607,
author={I. {Gorton} and S. {Rajagopal} and Y. {Liu}},
booktitle={2019 IEEE/ACM 2nd International Workshop on Establishing the Community-Wide Infrastructure for Architecture-Based Software Engineering (ECASE)},
title={Towards a Cloud Performance Research Repository},
year={2019},
volume={},
number={},
pages={22-25},
keywords={cloud computing;resource allocation;software engineering;software performance evaluation;cloud performance research repository;cloud systems performance modeling;software engineering;cloud-deployed applications;cloud deployment;cloud-based infrastructure components;cloud applications;cloud services selections;performance analysis;performance prediction;resource utilization;performance, scalability, benchmarks, community research repository},
doi={10.1109/ECASE.2019.00012},
ISSN={},
month={May},}
@INPROCEEDINGS{8846970,
author={S. G. {Kulkarni} and G. {Liu} and K. K. {Ramakrishnan} and T. {Wood}},
booktitle={2019 IEEE International Symposium on Local and Metropolitan Area Networks (LANMAN)},
title={Living on the Edge: Serverless Computing and the Cost of Failure Resiliency},
year={2019},
volume={},
number={},
pages={1-6},
keywords={cloud computing;computer centres;fault tolerant computing;edge cloud services;resource costs;serverless computing platforms;container-based services;edge cloud data centers;storage resources;serverless platforms;edge cloud platforms;reliability guarantees;Reliability;Storms;Cloud computing;Semantics;Data centers;Fasteners;Containers},
doi={10.1109/LANMAN.2019.8846970},
ISSN={},
month={July},}
@INPROCEEDINGS{8457807,
author={W. {Lin} and C. {Krintz} and R. {Wolski}},
booktitle={2018 IEEE 11th International Conference on Cloud Computing (CLOUD)},
title={Tracing Function Dependencies across Clouds},
year={2018},
volume={},
number={},
pages={253-260},
keywords={causality;cloud computing;program debugging;function dependencies;clouds;crosscloud tracing tool;causal relationships;serverless applications;Lowgo records dependencies;cloud services;multicloud applications;microbenchmarks;causal dependencies;cloud-specific approach;Cloud computing;Tools;Pipelines;Servers;Google;Debugging;Computational modeling;cloud computing;serverless computing;function as a service;faas;AWS Lambda;Azure Functions},
doi={10.1109/CLOUD.2018.00039},
ISSN={},
month={July},}
@INPROCEEDINGS{8103476,
author={K. S. {Chang} and S. J. {Fink}},
booktitle={2017 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)},
title={Visualizing serverless cloud application logs for program understanding},
year={2017},
volume={},
number={},
pages={261-265},
keywords={cloud computing;data flow analysis;data visualisation;program debugging;resource allocation;system monitoring;user interfaces;program understanding;runtime data;timeline visualization;user interface;serverless cloud application;cloud service providers;resource usage;billing information;debugging;cloud platform;program execution;dashboard monitoring tools;cloud execution logs;JSON objects;Tools;Cloud computing;Data visualization;Unified modeling language;Bars;Computational modeling;Visualization;serverless computing;function as a service;program understanding;log visualization;cloud computing},
doi={10.1109/VLHCC.2017.8103476},
ISSN={},
month={Oct},}
@INPROCEEDINGS{8737391,
author={H. {Wang} and D. {Niu} and B. {Li}},
booktitle={IEEE INFOCOM 2019 - IEEE Conference on Computer Communications},
title={Distributed Machine Learning with a Serverless Architecture},
year={2019},
volume={},
number={},
pages={1288-1296},
keywords={distributed processing;learning (artificial intelligence);scheduling;virtual machines;distributed machine learning systems;dedicated cluster;physical machines;virtual machines;nontrivial cluster management;inflexible resource provisioning model;SIREN;asynchronous distributed machine;stateless functions;virtual machine infrastructures;Deep Reinforcement Learning;cluster-based systems;serverless architecture;AWS Lambda;Training;Servers;Computer architecture;Machine learning;Computational modeling;Cloud computing;Data models},
doi={10.1109/INFOCOM.2019.8737391},
ISSN={},
month={April},}
@INPROCEEDINGS{8622139,
author={V. {Gupta} and S. {Wang} and T. {Courtade} and K. {Ramchandran}},
booktitle={2018 IEEE International Conference on Big Data (Big Data)},
title={OverSketch: Approximate Matrix Multiplication for the Cloud},
year={2018},
volume={},
number={},
pages={298-304},
keywords={approximation theory;cloud computing;computational complexity;linear programming;mathematics computing;matrix multiplication;matrix sketching;high-performance computing;cost-efficient multiplication;straggling nodes;low-cost serverless architectures;approximate matrix multiplication;approximate algorithm;distributed matrix multiplication;serverless computing;OverSketch;Cloud computing;Bandwidth;Distributed algorithms;Memory management;Partitioning algorithms;serverless computing;straggler mitigation;sketched matrix multiplication},
doi={10.1109/BigData.2018.8622139},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8560183,
author={Y. {Cheng} and Z. {Zhou}},
booktitle={2018 IEEE SmartWorld, Ubiquitous Intelligence Computing, Advanced Trusted Computing, Scalable Computing Communications, Cloud Big Data Computing, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/CBDCom/IOP/SCI)},
title={Autonomous Resource Scheduling for Real-Time and Stream Processing},
year={2018},
volume={},
number={},
pages={1181-1184},
keywords={cloud computing;parallel processing;resource allocation;scheduling;autonomous resource scheduling;stream processing;provisioning resources;real-time response;unpredictable streaming data;fluctuating streaming data;facto platform;FaaS;HPC cloud platform;autonomous scheduling;steam processing;cloud computing;FaaS},
doi={10.1109/SmartWorld.2018.00205},
ISSN={},
month={Oct},}
@INPROCEEDINGS{8792007,
author={X. {Andrade} and J. {Cedeno} and E. {Boza} and H. {Aragon} and C. {Abad} and J. {Murillo}},
booktitle={2019 IEEE 4th International Workshops on Foundations and Applications of Self* Systems (FAS*W)},
title={Optimizing Cloud Caches For Free: A Case for Autonomic Systems with a Serverless Computing Approach},
year={2019},
volume={},
number={},
pages={140-145},
keywords={cache storage;cloud computing;costing;optimisation;query processing;resource allocation;storage management;autonomic systems;serverless computing approach;self-tuning cloud caches;request-serving control path;severless computing platforms;complex optimization problems;self-tuning loops;multiinstance Redis scenario;cost analysis;optimized memory management;SPREDS;self-partitioning redis;Cloud computing;Optimization;Partitioning algorithms;Heuristic algorithms;Memory management;Throughput;cloud cache;self partitoning;self tuning;memory partitioning},
doi={10.1109/FAS-W.2019.00044},
ISSN={},
month={June},}
@ARTICLE{6799224,
author={P. {Park} and C. {Tomlin}},
journal={IEEE Transactions on Parallel and Distributed Systems},
title={Performance Evaluation and Optimization of Communication Infrastructure for the Next Generation Air Transportation System},
year={2015},
volume={26},
number={4},
pages={1106-1116},
keywords={air traffic control;airborne radar;performance evaluation;surveillance;transportation;wireless channels;performance evaluation;communication infrastructure optimization;next generation air transportation system;automatic dependent surveillance-broadcast;surveillance technologies;radar systems;ADS-B systems;NextGen;safety;wireless channel;adaptive ADS-B protocol;air traffic control;radar system;frequency 1000 MHz;Aircraft;Atmospheric modeling;Surveillance;Interference;Airborne radar;Load modeling;Cyber-physical systems;air traffic surveillance network;performance evaluation;distributed adaptation},
doi={10.1109/TPDS.2014.2317720},
ISSN={},
month={April},}
@INPROCEEDINGS{8644599,
author={Z. {Li} and Z. {Xiao} and Q. {Xu} and E. {Sotthiwat} and R. S. {Mong Goh} and X. {Liang}},
booktitle={2018 IEEE 24th International Conference on Parallel and Distributed Systems (ICPADS)},
title={Blockchain and IoT Data Analytics for Fine-Grained Transportation Insurance},
year={2018},
volume={},
number={},
pages={1022-1027},
keywords={cryptocurrencies;data analysis;distributed databases;insurance data processing;Internet of Things;mobile computing;transportation;IoT data analytics;fine-grained transportation insurance;customer experience;streaming IoT data;private blockchain;vehicle usage;incentive mechanism;trusted multiparty collaborations;cloud;Internet of Things;insurance premium assessment;driver behavior;mobile sensors;safer driving style;Hyperledger;public blockchain;inbuilt cryptocurrency;Blockchain;Insurance;Data analysis;Prototypes;Transportation;Peer-to-peer computing;Cloud computing;Blockchain;IoT;Data Analytics;Transportation Insurance},
doi={10.1109/PADSW.2018.8644599},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8767419,
author={C. {Cicconetti} and M. {Conti} and A. {Passarella}},
booktitle={2019 IEEE International Conference on Pervasive Computing and Communications (PerCom},
title={Low-latency Distributed Computation Offloading for Pervasive Environments},
year={2019},
volume={},
number={},
pages={1-10},
keywords={augmented reality;cloud computing;mobile computing;low-latency execution;short-lived stateless tasks;user terminal;edge devices;mobile pervasive environments;large-scale emulated network environment;delay performance;low-latency distributed computation offloading;mobile augmented reality;computation demands;edge computing;end users;serverless computing;cloud technologies;highly scalable event-driven execution;delay constraints;pervasive applications;Edge computing;Computers;Task analysis;Servers;Computer architecture;Dispatching;Data centers;online job dispatching;serverless computing;computation offloading;edge computing},
doi={10.1109/PERCOM.2019.8767419},
ISSN={},
month={March},}
@INPROCEEDINGS{8754080,
author={C. {Meurisch} and B. {Bayrak} and M. {Mühlhäuser}},
booktitle={2019 IEEE 43rd Annual Computer Software and Applications Conference (COMPSAC)},
title={AssistantGraph: An Approach for Reusable and Composable Data-Driven Assistant Components},
year={2019},
volume={1},
number={},
pages={513-522},
keywords={backward chaining;configuration management;directed graphs;learning (artificial intelligence);recursive filters;software architecture;software reusability;ubiquitous computing;AssistantGraph;ubiquitous technologies;digital assistants;runtime support;directed acyclic graph;data access;reusability;shared component instance;component sharing;open assistant ecosystem;machine learning;data-driven assistant components;open assistant infrastructure;recursive filtering;control flow mechanisms;data flow mechanisms;backward chains;Runtime;Redundancy;Pipelines;Data analysis;Google;Software;Directed acyclic graph;ubiquitous personal assistant;data-driven analytics;versioning;serverless computing;operation graph;FaaS},
doi={10.1109/COMPSAC.2019.00079},
ISSN={},
month={Jul},}
@INPROCEEDINGS{8814512,
author={I. {Pelle} and J. {Czentye} and J. {Dóka} and B. {Sonkoly}},
booktitle={2019 IEEE 12th International Conference on Cloud Computing (CLOUD)},
title={Towards Latency Sensitive Cloud Native Applications: A Performance Study on AWS},
year={2019},
volume={},
number={},
pages={272-280},
keywords={cloud computing;Web services;latency sensitive cloud native applications;cloud native programming;cloud-grade service deployments;latency sensitive applications;comprehensive performance analysis;versatile cloud platforms;Amazon Web Services;delay characteristics;AWS components;drone control application;cloud technologies;AWS;Cloud computing;Latency sensitive applications;Performance measurement;Function as a Service},
doi={10.1109/CLOUD.2019.00054},
ISSN={},
month={July},}
@ARTICLE{8417957,
author={F. {Lin} and S. {Chen} and C. {Hsu}},
journal={IEEE Transactions on Fuzzy Systems},
title={Intelligent Backstepping Control Using Recurrent Feature Selection Fuzzy Neural Network for Synchronous Reluctance Motor Position Servo Drive System},
year={2019},
volume={27},
number={3},
pages={413-427},
keywords={adaptive control;asymptotic stability;control system synthesis;digital signal processing chips;fuzzy control;fuzzy neural nets;intelligent control;learning (artificial intelligence);Lyapunov methods;machine control;neurocontrollers;nonlinear control systems;position control;reluctance motor drives;robust control;servomotors;time-varying systems;torque;synchronous reluctance motor position servo drive system;low-cost motor;nonlinear time-varying control characteristics;high torque ripple confine;high-performance applications;intelligent backstepping control;recurrent feature selection fuzzy neural network;high-performance SynRM position;vector control SynRM position servo drive;position reference;control system;intelligent BSC system;Feature extraction;Servomotors;Fuzzy neural networks;Stator windings;Torque;Fuzzy control;Backstepping control (BSC);recurrent feature selection fuzzy neural network (RFSFNN);synchronous reluctance motor (SynRM);Taylor series expansion},
doi={10.1109/TFUZZ.2018.2858749},
ISSN={},
month={March},}
@INPROCEEDINGS{8515004,
author={V. {Koumaras} and A. {Foteas} and A. {Foteas} and M. {Kapari} and C. {Sakkas} and H. {Koumaras}},
booktitle={2018 IEEE 23rd International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD)},
title={5G Performance Testing of Mobile Chatbot Applications},
year={2018},
volume={},
number={},
pages={1-6},
keywords={5G mobile communication;electronic messaging;mobile computing;mobile radio;quality of service;social networking (online);mobile Chatbot applications;5G mobile network emulation;congested network conditions;chatbot QoS;diversified chatbot services;automated contextual communication;Testing;Quality of service;5G mobile communication;Keyboards;Servers;Quality of experience;Mobile handsets;Chatbot;QoS;QoE;5G;Benchmarking},
doi={10.1109/CAMAD.2018.8515004},
ISSN={},
month={Sep.},}
@INPROCEEDINGS{8396376,
author={C. {Mariano} and Z. {Silva} and G. M. {de Souza} and M. L. {de Oliveira e Souza}},
booktitle={2018 IEEE Aerospace Conference},
title={Proposals for a space product assurance process improvement based on an aeronautical process},
year={2018},
volume={},
number={},
pages={1-9},
keywords={aerospace industry;aerospace safety;certification;product design;quality control;aeronautical process;space industries;type certification;aeronautical industry;airworthiness;design organization approvals;spaceworthiness;SDOA;design quality;space agencies;space product assurance process improvement;satellite product;Space Authorities;Space Design Organization Approval;space product certification;space product operators;aeronautical products;Certification;Process control;Satellites;Industries;Aircraft;Safety;Standards},
doi={10.1109/AERO.2018.8396376},
ISSN={},
month={March},}
@INPROCEEDINGS{7979852,
author={R. {Chard} and K. {Chard} and J. {Alt} and D. Y. {Parkinson} and S. {Tuecke} and I. {Foster}},
booktitle={2017 IEEE 37th International Conference on Distributed Computing Systems Workshops (ICDCSW)},
title={Ripple: Home Automation for Research Data Management},
year={2017},
volume={},
number={},
pages={389-394},
keywords={astronomy computing;data acquisition;home automation;light sources;storage management;data volumes;data acquisition rates;complex research processes;research data management;home automation;high-level rules;RIPPLE;responsive storage architecture;storage systems;serverless computing;data lifecycles;astronomy;light source science;Monitoring;Telescopes;Observers;Home automation;Light sources;Reliability;Distributed databases;Responsive storage;Serverless;Software defined cyberinfrastructure},
doi={10.1109/ICDCSW.2017.30},
ISSN={},
month={June},}
@INPROCEEDINGS{8248273,
author={N. {Dimitrov} and A. {Topalov} and S. {Ahmed} and P. {Radev}},
booktitle={2017 4th International Conference on Systems and Informatics (ICSAI)},
title={Implementing neuro-adaptive control algorithms with sliding mode learning on industrial servo drives},
year={2017},
volume={},
number={},
pages={110-115},
keywords={adaptive control;brushless machines;control system synthesis;Lyapunov methods;machine control;motion control;neurocontrollers;permanent magnet motors;PI control;position control;servomechanisms;servomotors;stability;synchronous motors;variable structure systems;neuro-adaptive control algorithms;variable structure control concepts;VSC;industrial motion control systems;implemented advanced adaptive control approach;system PI controller;Motion Control Framework software platform;motion controllers PMC201/PMC202;software concept;open hardware;brushless synchronous servomotors;position control system;parameter adaptation;neuro-adaptive control scheme;industrial servo systems;adaptive control schemes;adaptive control capabilities;BLSM drive systems performance;performance requirements;permanent magnet brushless synchronous motors;high performance electric motors;industrial servo drives;Iron;FAA;Artificial intelligence;Informatics;5G mobile communication;Three-dimensional displays;sliding mode learning;stability;adaptive control;servo systems;industrial implementation},
doi={10.1109/ICSAI.2017.8248273},
ISSN={},
month={Nov},}
@ARTICLE{8672482,
author={F. {Lin} and M. {Huang} and S. {Chen} and C. {Hsu}},
journal={IEEE Transactions on Power Electronics},
title={Intelligent Maximum Torque per Ampere Tracking Control of Synchronous Reluctance Motor Using Recurrent Legendre Fuzzy Neural Network},
year={2019},
volume={34},
number={12},
pages={12080-12094},
keywords={adaptive control;angular velocity control;asymptotic stability;control system synthesis;digital signal processing chips;electric current control;electric machine analysis computing;fuzzy neural nets;Lyapunov methods;machine control;machine vector control;neurocontrollers;nonlinear control systems;permanent magnet motors;power engineering computing;reluctance motor drives;stators;synchronous motor drives;torque control;reluctance torque;TMTPA control;current speed control;RLFNN;optimal current angle command;MTPA online;ACC speed control;stator current magnitude command;ACC control;intelligent MTPA tracking control;intelligent maximum torque;ampere tracking control;recurrent Legendre fuzzy neural network;high-performance synchronous reluctance motor drive system;SynRM drive system;MTPA control system;TMS320F28075 32-bit floating-point digital signal processor;power 4.0 kW;Torque;Fuzzy neural networks;Velocity control;Mathematical model;Fuzzy control;Reluctance motors;Adaptive computed current (ACC) speed control;maximum torque per ampere (MTPA);recurrent Legendre fuzzy neural network (RLFNN);synchronous reluctance motor (SynRM)},
doi={10.1109/TPEL.2019.2906664},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8081557,
author={W. {Suleiman} and C. {Steffens} and A. {Sorg} and M. {Pesavento}},
booktitle={2017 25th European Signal Processing Conference (EUSIPCO)},
title={Gridless compressed sensing for fully augmentable arrays},
year={2017},
volume={},
number={},
pages={1986-1990},
keywords={array signal processing;compressed sensing;covariance analysis;direction-of-arrival estimation;signal reconstruction;gridless compressed sensing;fully augmentable arrays;direction-of-arrival estimation;nonuniform linear arrays;covariance lags;DOA estimation algorithm;sparse reconstruction;gridless SPARse ROW-norm reconstruction formulation;SPARROW formulation;Cramer-Rao bound;Direction-of-arrival estimation;Sensor arrays;Covariance matrices;Estimation;FAA;Signal processing algorithms;Fully augmentable arrays;Joint Sparsity;Grid-less Parameter Estimation;Direction-of-arrival estimation},
doi={10.23919/EUSIPCO.2017.8081557},
ISSN={},
month={Aug},}
@INPROCEEDINGS{8851828,
author={A. B. {Yusuf} and A. {Kor} and H. {Tawfik}},
booktitle={2019 International Joint Conference on Neural Networks (IJCNN)},
title={Development of a Simulation Experiment to Investigate In-Flight Startle using Fuzzy Cognitive Maps and Pupillometry},
year={2019},
volume={},
number={},
pages={1-10},
keywords={Human factors;Task analysis;Training;Decision making;Safety;Airplanes;Visualization;Flight Simulation;General Aviation;Safety;Loss of Control;Eye Tracking;Task Performance;Human Factors;Fuzzy Cognitive Maps},
doi={10.1109/IJCNN.2019.8851828},
ISSN={},
month={July},}
@INPROCEEDINGS{8659813,
author={N. D. {Dung} and J. {Rohacs}},
booktitle={2018 IEEE 59th International Scientific Conference on Power and Electrical Engineering of Riga Technical University (RTUCON)},
title={The drone-following models in smart cities},
year={2018},
volume={},
number={},
pages={1-6},
keywords={aerospace robotics;air safety;air traffic control;autonomous aerial vehicles;intelligent transportation systems;military aircraft;mobile robots;multi-robot systems;smart cities;stability;stochastic processes;telerobotics;secure environment;safe security standards;drone traffic safety;drone acceleration;smart city;multiple drone platforms;safe environment;drones operational quality;stochastic diffusion process;Markov drone-following model;intelligent transportation system;Federal Aviation Administration;FAA;cybersecurity;stability;Drones;FAA;Biological system modeling;Acceleration;Smart cities;Safety;drones;following-drone models;drone models;traffic flow;UAV;unmanned aerial vehicle},
doi={10.1109/RTUCON.2018.8659813},
ISSN={},
month={Nov},}
@INPROCEEDINGS{7313429,
author={L. {Cruciol} and J. {Clarke} and L. {Weigang}},
booktitle={2015 IEEE 18th International Conference on Intelligent Transportation Systems},
title={Trajectory Option Set Planning Optimization under Uncertainty in CTOP},
year={2015},
volume={},
number={},
pages={2084-2089},
keywords={air traffic control;decision making;game theory;optimisation;path planning;trajectory control;trajectory option set planning optimization;collaborative trajectory options program;air traffic management;ATM;National Airspace System;NAS;flight restriction;airspace restriction;route preference;Federal Aviation Administration;FAA;trajectory preference;greedy method;TOS strategy;airline flight;game theory approach;decision-making process;SG-CTOP cycle;SG-CTOP behavior;Delays;Trajectory;Games;Airports;Aircraft;FAA;Atmospheric modeling},
doi={10.1109/ITSC.2015.337},
ISSN={},
month={Sep.},}
@INPROCEEDINGS{8790194,
author={K. {Bhardwaj} and A. {Gavrilovska} and V. {Kolesnikov} and M. {Saunders} and H. {Yoon} and M. {Bondre} and M. {Babu} and J. {Walsh}},
booktitle={2019 IEEE International Conference on Cloud Engineering (IC2E)},
title={Addressing the Fragmentation Problem in Distributed and Decentralized Edge Computing: A Vision},
year={2019},
volume={},
number={},
pages={156-167},
keywords={distributed processing;multicast communication;peer-to-peer computing;video on demand;video streaming;video tape recorders;computational infrastructure;software services;Edge Exchange;decentralized directory service;multistakeholder edge;resource use;sharing policies;fragmentation problem;decentralized Edge computing;value proposition;data sources;edge resources;Edge computing;Stakeholders;Poles and towers;Servers;Peer-to-peer computing;Software;Data privacy;edge computing;edge exchange;decentralization;performance;serverless;cloud;orchestration;distributed system},
doi={10.1109/IC2E.2019.00030},
ISSN={},
month={June},}
@ARTICLE{8445623,
author={L. {Xiao} and S. {Li} and F. {Lin} and Z. {Tan} and A. H. {Khan}},
journal={IEEE Transactions on Industrial Informatics},
title={Zeroing Neural Dynamics for Control Design: Comprehensive Analysis on Stability, Robustness, and Convergence Speed},
year={2019},
volume={15},
number={5},
pages={2605-2616},
keywords={continuous time systems;control system synthesis;convergence;discrete time systems;Lyapunov matrix equations;Lyapunov methods;nonlinear control systems;nonlinear dynamical systems;robust control;dynamic Lyapunov equation;additive noises;finite-time convergence;dynamical problems;noise robustness property;novel control law;nonlinear neural dynamics;conventional ZND model;control design;effective controller;challenging scientific engineering problems;stability analysis;design control laws;zeroing neural dynamics;Mathematical model;Convergence;Artificial neural networks;Additive noise;Stability analysis;Informatics;Computational modeling;Design formula;dynamic Lyapunov equation;finite-time convergence;noise suppression;zeroing neural network (ZNN)},
doi={10.1109/TII.2018.2867169},
ISSN={},
month={May},}
@ARTICLE{7126947,
author={F. {Lin} and I. {Sun} and K. {Yang} and J. {Chang}},
journal={IEEE Transactions on Fuzzy Systems},
title={Recurrent Fuzzy Neural Cerebellar Model Articulation Network Fault-Tolerant Control of Six-Phase Permanent Magnet Synchronous Motor Position Servo Drive},
year={2016},
volume={24},
number={1},
pages={153-167},
keywords={adaptive control;cerebellar model arithmetic computers;closed loop systems;compensation;control system synthesis;fault tolerant control;fuzzy control;fuzzy neural nets;learning systems;Lyapunov methods;machine control;neurocontrollers;nonlinear equations;permanent magnet motors;position control;recurrent neural nets;robust control;rotors;servomotors;synchronous motor drives;torque control;recurrent fuzzy neural cerebellar model articulation network fault-tolerant control;six-phase permanent magnet synchronous motor position servo drive;RFNCMAN fault-tolerant control;six-phase PMSM position servo drive;fault detection;operating decision method;torque controller design;rotor position reference command tracking;ideal computed control law;recurrent fuzzy cerebellar model articulation network;recurrent fuzzy neural network;nonlinear equation;robust compensator;reconstructed error;adaptive learning algorithm;online training;Lyapunov stability;closed-loop stability;floating-point DSP;intelligent fault-tolerant control system;Windings;Torque;Fault tolerance;Fault tolerant systems;Servomotors;Uncertainty;Recurrent fuzzy neural cerebellar model articulation network (RFNCMAN);fault-tolerant control;six-phase permanent magnet synchronous motor (PMSM);Lyapunov stability;Taylor series expansion;Fault-tolerant control;Lyapunov stability;recurrent fuzzy neural cerebellar model articulation network (RFNCMAN);six-phase permanent magnet synchronous motor (PMSM);Taylor series expansion},
doi={10.1109/TFUZZ.2015.2446535},
ISSN={},
month={Feb},}
@INPROCEEDINGS{8605792,
author={S. {Imai} and C. A. {Varela} and S. {Patterson}},
booktitle={2018 IEEE/ACM International Conference on Utility and Cloud Computing Companion (UCC Companion)},
title={A Performance Study of Geo-Distributed IoT Data Aggregation for Fog Computing},
year={2018},
volume={},
number={},
pages={278-283},
keywords={cloud computing;computer centres;data aggregation;Internet of Things;parallel processing;query processing;geo-distributed IoT data aggregation;fog computing;MapReduce-based data aggregation;Internet-of-Things data;end-to-end hierarchical data aggregation;aggregated data requests;geo-distributed clients;application performance;deployment architectures;geo-distributed architecture;cloud-based approach;US Census data;query response time;multitier geo-distributed datacenter architecture;cloud resources;fog resources;cloud based deployment;edge resource proximity;query clients;end-to-end data aggregation time;Data aggregation;Sensors;Data models;Cloud computing;Topology;Urban areas;Computer architecture;geo-distributed;map-reduce;edge;fog},
doi={10.1109/UCC-Companion.2018.00068},
ISSN={},
month={Dec},}
@INPROCEEDINGS{8622378,
author={A. {Kaplunovich} and Y. {Yesha}},
booktitle={2018 IEEE International Conference on Big Data (Big Data)},
title={Consolidating billions of Taxi rides with AWS EMR and Spark in the Cloud : Tuning, Analytics and Best Practices},
year={2018},
volume={},
number={},
pages={4501-4507},
keywords={Big Data;cloud computing;data analysis;optimisation;parallel processing;public domain software;query processing;SQL;traffic information systems;big data analytics;EMR-Spark tuning options;Amazon Athena;serverless microservices;NoSql databases;SQL;Hadoop;total rides;optimal Spark queries;optimizing calculation time;Amazon EMR;pickup time;pickup location;New York taxi data;calculation complexities;data quality;optimization techniques;assorted tuning;optimal solution;New York taxi rides data;AWS EMR;Sparks;Public transportation;Servers;Tuning;Big Data;Structured Query Language;Tools;Analytics;Spark;EMR;Cloud;BigData;Best Practices;Parquet;AWS;Optimization;Tuning},
doi={10.1109/BigData.2018.8622378},
ISSN={},
month={Dec},}
@INPROCEEDINGS{7980047,
author={A. {Mehta} and R. {Baddour} and F. {Svensson} and H. {Gustafsson} and E. {Elmroth}},
booktitle={2017 IEEE 37th International Conference on Distributed Computing Systems (ICDCS)},
title={Calvin Constrained — A Framework for IoT Applications in Heterogeneous Environments},
year={2017},
volume={},
number={},
pages={1063-1073},
keywords={cloud computing;Internet of Things;IoT applications;heterogeneous environments;application development;distributed resources;application components;actor as a service;Calvin constrained;embedded devices;resource-constrained devices;MicroPython;statically allocated library;automatic management;state variables;code reusability enhancement;Python-coded actors;off-the-shelve microcontroller-equipped devices;Runtime;Temperature measurement;Frequency measurement;Sensors;Cloud computing;Actuators;Ports (Computers);IoT;Distributed Cloud;Serverless Architecture;Dataflow Application Development Model},
doi={10.1109/ICDCS.2017.181},
ISSN={},
month={June},}
@INPROCEEDINGS{8837006,
author={D. {Chen} and M. {Gao} and A. {Liu} and M. {Chen} and Z. {Zhang} and Y. {Feng}},
booktitle={2019 2nd International Conference on Artificial Intelligence and Big Data (ICAIBD)},
title={A Recurrent Neural Network Based Approach for Web Service QoS Prediction},
year={2019},
volume={},
number={},
pages={350-357},
keywords={decision trees;learning (artificial intelligence);multilayer perceptrons;quality of service;recurrent neural nets;regression analysis;Web services;deep learning based approach comparing;RNN based network;networked user-oriented online services;serverless microservices;function services;user experience;Web service QoS prediction;quality of service;recurrent neural network based approach;history service experience dataset;SOAP-JSON based Web services;regression problems;multiple LSTM;long term and short term memory;multilayer perceptron;decision tree;Throughput;Time factors;Quality of service;Web services;Predictive models;Prediction algorithms;Machine learning algorithms;QoS;recurrent neural network;LSTM;deep learning;web service},
doi={10.1109/ICAIBD.2019.8837006},
ISSN={},
month={May},}
@INPROCEEDINGS{8569321,
author={J. C. {Jones} and A. {Panken} and J. A. {Lopez}},
booktitle={2018 IEEE/AIAA 37th Digital Avionics Systems Conference (DASC)},
title={Surrogate-Based Optimization for Radar Surveillance Requirements to Support RWC and CA for Unmanned Aircraft},
year={2018},
volume={},
number={},
pages={1-10},
keywords={aerospace safety;air traffic control;aircraft control;autonomous aerial vehicles;collision avoidance;mobile robots;optimisation;search radar;sensors;surveillance;automated sensors;DAA requirements;radar surveillance requirements;ACAS Xu Minimum Operational Performance Standards;vendor design preferences;surveillance performance requirements;surrogate optimization techniques;alerting schemes;design parameters;high-dimensional design space;surveillance sensors;DAA implementation;Federal Aviation Administration;Airborne Collision Avoidance System Xu;unmanned aircraft;CA;Surveillance;Computational modeling;Measurement;Safety;Adaptation models;Aircraft;Radar tracking},
doi={10.1109/DASC.2018.8569321},
ISSN={},
month={Sep.},}
@INPROCEEDINGS{8741729,
author={M. {Uzun} and M. {Umut Demirezen} and E. {Koyuncu} and G. {Inalhan}},
booktitle={2019 IEEE Aerospace Conference},
title={Design of a Hybrid Digital-Twin Flight Performance Model Through Machine Learning},
year={2019},
volume={},
number={},
pages={1-14},
keywords={Fuels;Aircraft;Atmospheric modeling;Mathematical model;Planning;Data models;Estimation},
doi={10.1109/AERO.2019.8741729},
ISSN={},
month={March},}
@INPROCEEDINGS{8121623,
author={A. {Iosup} and G. {Andreadis} and V. V. {Beek} and M. {Bijman} and E. V. {Eyk} and M. {Neacsu} and L. {Overweel} and S. {Talluri} and L. {Versluis} and M. {Visser}},
booktitle={2017 16th International Symposium on Parallel and Distributed Computing (ISPDC)},
title={The OpenDC Vision: Towards Collaborative Datacenter Simulation and Exploration for Everybody},
year={2017},
volume={},
number={},
pages={85-94},
keywords={cloud computing;computer centres;OpenDC software;data artifacts;education practices;scientific methods;modern datacenters;cloud services;massive computer systems;Digital Economy;towards collaborative datacenter simulation;OpenDC vision;Cloud computing;FAA;Job shop scheduling;Resource management;OpenDC;datacenter operation;scheduling;cloud computing;big data;Simulation;Experimentation},
doi={10.1109/ISPDC.2017.25},
ISSN={},
month={July},}
@INPROCEEDINGS{7311486,
author={R. E. {Tompa} and M. J. {Kochenderfer} and R. {Cole} and J. K. {Kuchar}},
booktitle={2015 IEEE/AIAA 34th Digital Avionics Systems Conference (DASC)},
title={Optimal aircraft rerouting during commercial space launches},
year={2015},
volume={},
number={},
pages={9B1-1-9B1-9},
keywords={air safety;air traffic control;aircraft;decision theory;Markov processes;optimisation;space debris;optimal aircraft rerouting;commercial space launch process;FAA;risk reduction;airspace;Markov decision process;aircraft safety;launch vehicle trajectory;potential debris trajectory;anomaly probability;air traffic;optimization approach;backward induction value iteration;aircraft maneuvers;two-stage-to-orbit launch vehicle;Cape Canaveral air force base;Aircraft;Vehicles;Trajectory;Atmospheric modeling;Safety;Standards;Military aircraft},
doi={10.1109/DASC.2015.7311486},
ISSN={},
month={Sep.},}
@INPROCEEDINGS{8552277,
author={Y. {Reddy}},
booktitle={2018 IEEE 4th International Conference on Big Data Security on Cloud (BigDataSecurity), IEEE International Conference on High Performance and Smart Computing, (HPSC) and IEEE International Conference on Intelligent Data and Security (IDS)},
title={Big Data Processing and Access Controls in Cloud Environment},
year={2018},
volume={},
number={},
pages={25-33},
keywords={authorisation;Big Data;cloud computing;cryptographic protocols;storage management;stored data;cloud environment;access level;cloud provider;cloud access facilities;event-based access control model;social media data;text data;Big Data processing;Internet-enabled devices;encryption;Kerberos;third party authentication protocol;symmetric key;Cloud computing;Big Data;Access control;Social network services;Google;Data models;big data;access control;cloud environment;anomaly score;unauthorized user;social network;cloud computing;stored data;time series},
doi={10.1109/BDS/HPSC/IDS18.2018.00019},
ISSN={},
month={May},}
@INPROCEEDINGS{7926544,
author={J. M. {Goppert} and A. R. {Wagoner} and D. K. {Schrader} and S. {Ghose} and Y. {Kim} and S. {Park} and M. {Gomez} and E. T. {Matson} and M. J. {Hopmeier}},
booktitle={2017 First IEEE International Conference on Robotic Computing (IRC)},
title={Realization of an Autonomous, Air-to-Air Counter Unmanned Aerial System (CUAS)},
year={2017},
volume={},
number={},
pages={235-240},
keywords={autonomous aerial vehicles;mobile robots;operating systems (computers);protocols;radar tracking;target tracking;telerobotics;counter unmanned aerial system;air-to-air CUAS;autonomous CUAS;ground based RADAR system;target UAS tracking;hunter UAS;robot operating system;ROS;MAVLink protocol;PX4 autopilot;human-in-the-loop systems;cylindrical net design;Radar tracking;Jamming;Radiation detectors;Target tracking;Protocols;FAA;UAS;CUAS;Counter UAS},
doi={10.1109/IRC.2017.10},
ISSN={},
month={April},}
@INPROCEEDINGS{8362529,
author={J. {El Hadj Ali} and E. {Feki} and M. A. {Zermani} and C. {de Prada} and A. {Mami}},
booktitle={2018 9th International Renewable Energy Congress (IREC)},
title={Incubator system identification of humidity and temperature: Comparison between two identification environments},
year={2018},
volume={},
number={},
pages={1-6},
keywords={biomedical equipment;health care;Matlab;medical control systems;obstetrics;paediatrics;patient care;patient monitoring;temperature control;preterm infant;World Health Organization;South Asia;preterm babies;infant incubator;relative humidity;oxygen concentration;temperature control system;baby incubator;identification system toolbox;Matlab environment;Hito IDENTification;incubator system identification;identification environments;SubSaharan Africa;temperature 37.0 degC;Artificial intelligence;FAA;Three-dimensional displays;Identification;modeling;incubator process;HITO},
doi={10.1109/IREC.2018.8362529},
ISSN={},
month={March},}
@ARTICLE{8650568,
author={M. H. M. {Sathik} and S. {Prasanth} and F. {Sasongko} and J. {Pou}},
journal={IEEE Aerospace and Electronic Systems Magazine},
title={Lifetime estimation of off-the-shelf aerospace power converters},
year={2018},
volume={33},
number={12},
pages={26-38},
keywords={aerospace propulsion;aircraft maintenance;electric propulsion;fuel economy;hybrid electric vehicles;power convertors;lower noise level;maintenance cost reduction;carbon emission reduction;manned aircraft;off-the-shelf aerospace power converters;lifetime estimation;vibration levels;optimize fuel consumption;hybrid electric propulsion systems;unmanned aircraft;Unmanned aerial vehicles;Insulated gate bipolar transistors;Maintenance engineering;Energy consumption;FAA;Multichip modules;Mathematical model;Hybrid electric vehicles;Aircraft propulsion},
doi={10.1109/MAES.2018.180030},
ISSN={},
month={Dec},}
@INPROCEEDINGS{7934742,
author={M. {Mosca} and S. {Hoffenson}},
booktitle={2017 Annual IEEE International Systems Conference (SysCon)},
title={Using agent-based modeling to understand stakeholder interactions in the rollout of nextgen by the federal aviation administration},
year={2017},
volume={},
number={},
pages={1-8},
keywords={avionics;decision making;software agents;agent-based modeling;stakeholder interactions;Federal Aviation Administration;NextGen technologies;National Airspace System;United States;decision making tool;NextGen rollout;Stakeholders;FAA;Atmospheric modeling;Agent-based modeling;Airports;Delays;Industries;Federal Aviation Administration;NextGen;agent-based modeling;decision-making for complex systems},
doi={10.1109/SYSCON.2017.7934742},
ISSN={},
month={April},}
@INPROCEEDINGS{8274564,
author={A. {Majzoobi} and M. {Mahoor} and A. {Khodaei}},
booktitle={2017 IEEE Power Energy Society General Meeting},
title={Machine learning applications in estimating transformer loss of life},