-
Notifications
You must be signed in to change notification settings - Fork 0
/
ref.bib
4135 lines (3640 loc) · 140 KB
/
ref.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
% bibliography. 6 sections: 1) signal processing, 2) networking, 3) communications,
% 4) optimization, 5) gaming & graphics, and 6) standards.
% within each section, first sorted by year, then by last name, then month.
% *********************************************************************************
% signal processing **
% *********************************************************************************
@INPROCEEDINGS(shoham88,
TITLE = "Efficient Bit Allocation for an Aibitrary Set of Quantizers",
AUTHOR = "Y. Shoham and A. Gersho",
BOOKTITLE = "IEEE Trans. ASSP",
VOLUME = "36",
MONTH = "September",
YEAR = "1988")
@BOOK(vq92,
TITLE = "Vector Quantization and Signal Compression",
AUTHOR = "Allen Gersho and Robert M. Gray",
PUBLISHER = "Kluwer Academic Publishers",
YEAR = "1992")
@INPROCEEDINGS(wiegand96,
TITLE = "Rate-Distortion Optimized Mode Selection for Very Low Bit Rate Video Coding and the Emergin H.263 Standard",
AUTHOR = "T. Wiegand and others",
BOOKTITLE = "IEEE Trans. on CSVT",
VOLUME = "6, no.2",
MONTH = "April",
YEAR = "1996")
@INPROCEEDINGS(mukherjee97,
TITLE = "Combined Mode Selection and Macroblock Quantization Step Adaptation for the H.263 Video Encoder",
AUTHOR = "D. Mukherjee and S. Mitra",
BOOKTITLE = "ICIP",
YEAR = "1997")
@article{apost99,
Author = "Apostolopoulos, J.G.",
Title = "Error-Resilient Video Compression Via Multiple State Streams",
Journal = "Proc. International Workshop on Very Low Bitrate Video Coding
(VLBV'99)",
Pages = "168-171",
Month = "October",
Year = 1999}
@INPROCEEDINGS(swee99,
TITLE = "Field-to-Frame Transcoding with Temporal and Spatial Downsampling",
AUTHOR = "S. Wee and J. Apostolopoulos and N. Feamster",
BOOKTITLE = "ICIP",
MONTH = "October",
YEAR = "1999")
@INPROCEEDINGS(schuster96,
TITLE = "Fast and Efficient Mode and Quantizer Selection in the Rate Distortion Sense for H.263",
AUTHOR = "G. Schuster and A. Katsaggelos",
BOOKTITLE = "VCIP, SPIE",
VOLUME = "2727, no.2",
MONTH = "March",
YEAR = "1996")
@INPROCEEDINGS(sullivan98,
TITLE = "Rate-Distortion Optimization for Video Compression",
AUTHOR = "G. Sullivan and T. Wiegand",
BOOKTITLE = "IEEE SP Magazine",
MONTH = "November",
YEAR = "1998")
@TECHREPORT(podolsky98,
TITLE = "Soft ARQ for Layered Streaming Media",
AUTHOR = "M. Podolsky and S. McCanne and M. Vetterli",
INSTITUTION = "University of California, Berkeley",
NUMBER = "UCB/CSD-98-1024",
MONTH = "November",
YEAR = "1998")
@INPROCEEDINGS(chou99,
TITLE = "Multiple Description Decoding of Overcomplete Expansions Using
Projections onto Convex Sets",
AUTHOR = "P. A. Chou and S. Mehrotra and A. Wang",
BOOKTITLE = "Proceeindgs of IEEE Data Compression Conference",
PAGES = "72-81",
MONTH = mar,
ADDRESS = "Snowbird, UT",
YEAR = "1999")
@INPROCEEDINGS(girod99,
TITLE = "3-{D} Image Models and Compression --- Synthetic Hybrid or Natural Fit?",
AUTHOR = "B. Girod and others",
BOOKTITLE = "International Conference on Image Processing",
MONTH = "October",
YEAR = "1999")
@INPROCEEDINGS(xylomenos99,
TITLE = "Link Layer Support for Quality of Service on Wireless Internet Links",
AUTHOR = "G. Xylomenos and G. Polyzos",
BOOKTITLE = "IEEE Personal Communications",
MONTH = "October",
YEAR = "1999")
@INPROCEEDINGS(chande00,
TITLE = "Progressive Transmission of Images over Memoryless Noisy Channels",
AUTHOR = "V. Chande and N. Farvardin",
BOOKTITLE = "IEEE JSAC",
VOLUME = "18, no.6",
MONTH = "June",
YEAR = "2000")
@INPROCEEDINGS(miao00,
TITLE = "Optimal Scheduling for Streaming of Scalable Media",
AUTHOR = "Z. Miao and A. Ortega",
BOOKTITLE = "Asilomar Conference on Signals, Systems, and Computers",
MONTH = "November",
LOCATION = "Pacific Grove, CA",
YEAR = "2000")
@INPROCEEDINGS(shin00,
TITLE = "Relative Priority based QoS Interaction between Video Applications and Differentiated Service Networks",
AUTHOR = "J. Shin and J. Kim and J. Kuo",
BOOKTITLE = "IEEE International Conference on Image Processing",
ADDRESS = "Vancouver, Canada",
MONTH = "September",
YEAR = "2000")
@INPROCEEDINGS(wiegand00,
TITLE = "Error-resilient video transmission using long-term memory motion-compensated prediction",
AUTHOR = "T. Wiegand and N. Farber and B. Girod",
BOOKTITLE = "IEEE J. Select. Areas. Comm.",
PAGES = "1050-1062",
VOLUME = "18, no.6",
MONTH = "June",
YEAR = "2000")
@INPROCEEDINGS(cheung01,
TITLE = "Directed Acyclic Graph Based Mode Optimization for H.263 Video Encoding",
AUTHOR = "G. Cheung",
BOOKTITLE = "IEEE International Conference on Image Processing",
ADDRESS = "Thessaloniki, Greece",
MONTH = "October",
YEAR = "2001")
@TECHREPORT(chou01,
TITLE = "Rate-Distortion Optimized Streaming of Packetized Media",
AUTHOR = "P. Chou and Z. Miao",
INSTITUTION = "Microsoft Research",
NUMBER = "MSR-TR-2001-35",
MONTH = "February",
YEAR = "2001")
@INPROCEEDINGS(elsen01,
TITLE = "Streaming Technology in 3G Mobile Communication Systems",
AUTHOR = "I. Elsen et. al",
BOOKTITLE = "IEEE Computer Magazine",
MONTH = "September",
YEAR = "2001")
@INPROCEEDINGS(frossard01,
TITLE = "Joint Source/{FEC} Rate Selection for Quality-Optimal {MPEG}-2 Video Delivery",
AUTHOR = "P. Frossard and O. Verscheure",
BOOKTITLE = "IEEE Trans. Image Processing",
PAGES = "1815-1825",
VOLUME = "10, no.12",
MONTH = "December",
YEAR = "2001")
@INPROCEEDINGS(qzhang01,
TITLE = "Network-adaptive Scalable Video Streaming Over {3G} Wireless Network",
AUTHOR = "Q. Zhang and W. Zhu and Y.-Q. Zhang",
BOOKTITLE = "IEEE International Conference on Image Processing",
ADDRESS = "Thessaloniki, Greece",
MONTH = "October",
YEAR = "2001")
@INPROCEEDINGS(wiegand01,
TITLE = "Lagrange multiplier selection in hybrid video coder control",
AUTHOR = "T. Wiegand and Bernd Girod",
BOOKTITLE = "IEEE International Conference on Image Processing",
ADDRESS = "Thessaloniki, Greece",
MONTH = "October",
YEAR = "2001")
@INPROCEEDINGS(cheung02,
TITLE = "Streaming Agent: A Network Proxy for Media Streaming in {3G} Wireless Networks",
AUTHOR = "G. Cheung and T. Yoshimura",
BOOKTITLE = "Packet Video Workshop",
ADDRESS = "Pittsburgh, PA",
MONTH = "May",
YEAR = "2002")
@INPROCEEDINGS(cheung02icme,
TITLE = "Directed Acyclic Graph based Source Modeling for Data Unit Selection of Streaming Media over QoS Networks,",
AUTHOR = "G. Cheung and W.-t. Tan",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
ADDRESS = "Lausanne, Switzerland",
MONTH = "August",
YEAR = "2002")
@INPROCEEDINGS(cheung02icip,
TITLE = "Rate-Distortion Optimized Application-level Retransmission Using Streaming Agent for Video Streaming over {3G} Wireless Network",
AUTHOR = "G. Cheung and W.-t. Tan and T. Yoshimura",
BOOKTITLE = "IEEE International Conference on Image Processing",
ADDRESS = "Rochester, NY",
MONTH = "September",
YEAR = "2002")
@INPROCEEDINGS(cheung02mmsp,
TITLE = "Streaming Agent for Wired Network / Wireless Link Rate-mismatch Environment",
AUTHOR = "G. Cheung and W.-t. Tan",
BOOKTITLE = "International Workshop on Multimedia Signal Processing",
ADDRESS = "St. Thomas, Virgin Islands",
MONTH = "December",
YEAR = "2002")
@INPROCEEDINGS(chakareski02icassp,
TITLE = "Application Layer Error Correction Coding for Rate-Distortion Optimized Streaming to Wireless Clients",
AUTHOR = "J. Chakareski and P. Chou",
BOOKTITLE = "IEEE International Conference on Acoustics, Speech, and Signal Processing",
PAGES = "2513--2516",
VOLUME = "3",
MONTH = "May",
ADDRESS = "Orlando, FL",
YEAR = "2002")
@INPROCEEDINGS(chakareski02dcc,
TITLE = "Computing Rate-Distortion Optimized Policies for Streaming Media to Wireless Clients",
AUTHOR = "J. Chakareski and P. Chou and B. Aazhang",
BOOKTITLE = "IEEE Data Compression Conference",
PAGES = "53-62",
MONTH = "April",
ADDRESS = "Snowbird, UT",
YEAR = "2002")
@TECHREPORT(chakareski02msr,
TITLE = "Application Layer Error Correction Coding for Rate-Distortion Optimized Streaming to Wireless Clients",
AUTHOR = "J. Chakareski and P. Chou",
INSTITUTION = "Microsoft Research",
NUMBER = "MSR-TR-2002-81",
MONTH = "August",
YEAR = 2002)
@INPROCEEDINGS(chakareski02asi,
TITLE = "Computing Rate-Distortion Optimized Policies for Hybrid Receiver/Sender Driven Streaming of Multimedia",
AUTHOR = "J. Chakareski and P. Chou and B. Girod",
BOOKTITLE = "Asilomar Conference on Signals, Systems, and Computers",
MONTH = "November",
ADDRESS = "Pacific Groove, CA",
YEAR = "2002")
@INPROCEEDINGS(chakareski02mmsp,
TITLE = "Rate-Distortion Optimized Streaming from the Edge of the Network",
AUTHOR = "J. Chakareski and P. Chou and B. Girod",
BOOKTITLE = "IEEE Workshop on Multimedia Signal Processing",
MONTH = "December",
ADDRESS = "St. Thomas, US Virgin Islands",
YEAR = "2002")
@INPROCEEDINGS(chou02,
TITLE = "Rate-Distortion Optimized Receiver-Driven Streaming over Best-Effort Networks",
AUTHOR = "P. Chou and A. Sehgal",
BOOKTITLE = "Packet Video Workshop",
MONTH = "April",
ADDRESS = "Pittsburg, PA",
YEAR = "2002")
@INPROCEEDINGS(dogan02,
TITLE = "Error-Resilient Video Transcoding for Robust Internetwork Communications Using GPRS",
AUTHOR = "S. Dogan and others",
BOOKTITLE = "IEEE Transactions on Circuits and Systems for Video Technology",
VOLUME = "12, no.6",
PAGES = "453-464",
MONTH = "June",
YEAR = "2002")
@INPROCEEDINGS(liang02model,
TITLE = "Model-Based Delay-Distortion Optimization for Video Streaming Using Packet Interleaving",
AUTHOR = "Y. Liang and J. Apostolopoulos and B. Girod",
BOOKTITLE = "Asilomar Conference on Signals, Systems, and Computers",
MONTH = "November",
ADDRESS = "Pacific Grove, CA",
YEAR = "2002")
@INPROCEEDINGS(liang02,
TITLE = "Low-Latency Video Transmission Over Lossy Packet Networks Using Rate-distortion Optimized Reference Picture Selection",
AUTHOR = "Y.J. Liang and M. Flieri and B. Girod",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "September",
ADDRESS = "Rochester, NY",
YEAR = "2002")
@INPROCEEDINGS(liang02b,
TITLE = "Channel-Adaptive Video Streaming Using Packet Path Diversity and Rate-Distortion Optimized Reference Picture Selection",
AUTHOR = "Y.J. Liang and E. Setton and B. Girod",
BOOKTITLE = "IEEE Workshop on Multimedia Signal Processing",
MONTH = "December",
ADDRESS = "St. Thomas, US Virgin Islands",
YEAR = "2002")
@INPROCEEDINGS(chakareski03dcc,
TITLE = "Rate-distortion optimized packet scheduling and routing for media streaming with path diversity",
AUTHOR = "J. Chakareski and B.Girod",
BOOKTITLE = "IEEE Data Compression Conference",
MONTH = "March",
ADDRESS = "Snowbird, UT",
YEAR = 2003)
@INPROCEEDINGS(cheong03,
TITLE = "A New Scanning Method for H.264 Based Fine Granular Scalable Video Coding",
AUTHOR = "W.-S. Cheong and K. Kim and G. H. Park",
BOOKTITLE = "ACM Multimedia",
MONTH = "November",
ADDRESS = "Berkeley, CA",
YEAR = "2003")
@INPROCEEDINGS(cheung03,
TITLE = "Jointly Optimal Reference Frame \& Quality of Service Selection for {H.26L} Video Coding over Lossy Networks",
AUTHOR = "G. Cheung and Connie Chan",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
MONTH = "July",
ADDRESS = "Baltimore, MD",
YEAR = "2003")
@INPROCEEDINGS(cheung03icip,
TITLE = "Near-Optimal Multipath Streaming of H.264 Using Reference Frame Selection",
AUTHOR = "G. Cheung",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "September",
ADDRESS = "Barcelona, Spain",
YEAR = "2003")
@INPROCEEDINGS(liang03,
TITLE = "Analysis of Packet Loss for Compressed Video: Does Burst Length matter?",
AUTHOR = "Y. Liang and J. Apostolopoulos and B. Girod",
BOOKTITLE = "Proceedings of IEEE International Conference on Acoustics, Speech, and Signal Processing",
MONTH = "April",
ADDRESS = "Hong Kong",
YEAR = "2003")
@INPROCEEDINGS(nguyen03,
TITLE = "Path Diversity with Forward Error Correction ({PDF}) System for Packet Switched Networks",
AUTHOR = "T. Nguyen and A. Zakhor",
BOOKTITLE = "IEEE INFOCOM",
MONTH = "April",
ADDRESS = "San Francisco, CA",
YEAR = "2003")
@INPROCEEDINGS(sun03,
TITLE = "The Improved {SP} Frame Coding Technique for the {JVT} Standard",
AUTHOR = "X. Sun and S. Li and F. Wu and J. Shen and W. Gao",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "September",
ADDRESS = "Barcelona, Spain",
YEAR = "2003")
@INPROCEEDINGS(karczewicz03,
TITLE = "The {SP}- and {SI}-Frames Design for {H.264}/{AVC}",
AUTHOR = "M. Karczewicz and R. Kurceren",
BOOKTITLE = "IEEE Transactions on Circuits and Systems for Video Technology",
VOLUME = "13, no.7",
MONTH = "July",
YEAR = "2003")
@INPROCEEDINGS(vetro03,
TITLE = "Video Transcoding Architectures and Techniques: An Overview",
AUTHOR = "A. Vetro and others",
BOOKTITLE = "IEEE Signal Processing Magazine",
PAGES = "18-29",
MONTH = "March",
YEAR = "2003")
@INPROCEEDINGS(wiegand03,
TITLE = "Overview of the {H}.264/{AVC} Video Coding Standard",
AUTHOR = "T. Wiegand and G. Sullivan and G. Bjontegaard and A. Luthra",
BOOKTITLE = "IEEE Transactions on Circuits and Systems for Video Technology",
VOLUME = "13, no.7",
PAGES = "560-576",
MONTH = "July",
YEAR = "2003")
@INPROCEEDINGS(cheung04transmm,
TITLE = "Double Feedback Streaming Agent for Real-time Delivery of Media over {3G} Wireless Networks",
AUTHOR = "G. Cheung and W.-t. Tan and T. Yoshimura",
BOOKTITLE = "IEEE Transactions on Multimedia",
VOLUME = "6, no.2",
PAGES = "304-314",
MONTH = "April",
YEAR = "2004")
@INPROCEEDINGS(cheung04icip,
TITLE = "Graphics-to-Video Encoding for {3G} Mobile Game Viewer Multicast Using Depth Values",
AUTHOR = "G. Cheung, T. Sakamoto, W.-t. Tan",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "October",
ADDRESS = "Singapore",
YEAR = "2004")
@INPROCEEDINGS(cheung04pv,
TITLE = "Reference Frame Optimization for Multi-path Video Streaming using Complexity Scaling",
AUTHOR = "G. Cheung and W.-t. Tan",
BOOKTITLE = "International Packet Video Workshop",
MONTH = "December",
ADDRESS = "Irvine, CA",
YEAR = "2004")
@INPROCEEDINGS(huang04,
TITLE = "Error Resilience Supporting Bi-Directional Frame Recovery for Video Streaming",
AUTHOR = "C.-M. Huang and K.-C. Yang and J.-S. Wang",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "October",
ADDRESS = "Singapore",
YEAR = "2004")
@INPROCEEDINGS(li04,
TITLE = "Joint Server/Peer Receiver-Driven Rate-Distortion Optimized Video Streaming Using Asynchronous Clocks",
AUTHOR = "D. Li and G. Cheung and C. N. Chuah and S. J. Yoo",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "October",
ADDRESS = "Singapore",
YEAR = "2004")
@INPROCEEDINGS(liebl04,
TITLE = "Radio Link Buffer Management and Scheduling for Video Streaming over Wireless Shared Channels",
AUTHOR = "G. Liebl and H. Jenkac and T. Stockhammer and C. Buchner",
BOOKTITLE = "International Packet Video Workshop",
MONTH = "December",
ADDRESS = "Irvine, CA",
YEAR = "2004")
@INPROCEEDINGS(zhai04,
TITLE = "Rate-Distortion Optimized Product Code Forward Error Correction for
Video Transmission over {IP}-Based Wireless Networks",
AUTHOR = "F. Zhai and Y. Eisenberg and T. N. Pappas and R. Berry and
A. K. Katsaggelos",
BOOKTITLE = "Proceedings of IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP 2004)",
MONTH = "May",
ADDRESS = "Montreal, Canada",
YEAR = "2004")
@INPROCEEDINGS(chen05,
TITLE = "{AIO-TRFC}: A Light-weight Rate Control Scheme for Streaming over Wireless",
AUTHOR = "M. Chen and A. Zakhor",
BOOKTITLE = "IEEE WirelessCom",
MONTH = "June",
ADDRESS = "Maui, HI",
YEAR = "2005")
@INPROCEEDINGS(cheung05,
TITLE = "Striping Delay-sensitive Packets over Multiple Bursty Wireless Channels",
AUTHOR = "G. Cheung and P. Sharma and S. J. Lee",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
MONTH = "July",
ADDRESS = "Amsterdam, the Netherlands",
YEAR = "2005")
@INPROCEEDINGS(cheung05rfs,
TITLE = "Loss-compensated Reference Frame Optimization for Multi-path Video Streaming",
AUTHOR = "G. Cheung and W.-t. Tan",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
MONTH = "July",
ADDRESS = "Amsterdam, the Netherlands",
YEAR = "2005")
@INPROCEEDINGS(cheung05transmm,
TITLE = "Streaming Agent for Video Streaming over {3G} Wireless Networks",
AUTHOR = "G. Cheung and W.-t. Tan and T. Yoshimura",
BOOKTITLE = "IEEE Transactions on Multimedia",
VOLUME = "7, no.4",
PAGES = "777-785",
MONTH = "August",
YEAR = "2005")
@INPROCEEDINGS(cheung05ism,
TITLE = "Striping Delay-sensitive Packets over Multiple Burst-loss Channels with
Random Delays",
AUTHOR = "G. Cheung and P. Sharma and S. J. Lee",
BOOKTITLE = "IEEE International Symposium on Multimedia",
MONTH = "December",
ADDRESS = "Irvine, CA",
YEAR = "2005")
@INPROCEEDINGS(cheung05ismsp,
TITLE = "{SP}-Frame Selection for Video Streaming over Burst-loss Networks",
AUTHOR = "W.-t. Tan and G. Cheung",
BOOKTITLE = "IEEE International Symposium on Multimedia",
MONTH = "December",
ADDRESS = "Irvine, CA",
YEAR = "2005")
@INPROCEEDINGS(liebl05,
TITLE = "Deadline-Aware Scheduling for Wireless Video Streaming",
AUTHOR = "G. Liebl and M. Kalman and B. Girod",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
MONTH = "July",
ADDRESS = "Amsterdam, the Netherlands",
YEAR = "2005")
@INPROCEEDINGS(tan06icip,
TITLE = "Using {SP}-Frames for Error Resilience in Optimized Video Streaming",
AUTHOR = "W.-t. Tan and G. Cheung",
BOOKTITLE = "IEEE International Conference on Image Processing",
MONTH = "October",
ADDRESS = "Atlanta, GA",
YEAR = "2006")
@TECHREPORT(cheung06techRep,
TITLE = "Optimizing {SP}-Frames for Error Resilience in Video Streaming",
AUTHOR = "W.-t. Tan and G. Cheung",
INSTITUTION = "HP Laboratories",
MONTH = "May",
YEAR = "2006")
@INPROCEEDINGS(cheung06stripe,
TITLE = "Implementation and Evoluation of Packet Striping for Media Streaming over Multiple Burst-loss Channels",
AUTHOR = "G. Cheung and P. Sharma and S. J. Lee",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
MONTH = "July",
ADDRESS = "Toronto, Canada",
YEAR = "2006")
@INPROCEEDINGS(kahmann06,
TITLE = "Collaborative Streaming and Dynamic Scenarios",
AUTHOR = "V. Kahmann and J. Brandt and L. Wolf",
BOOKTITLE = "Communications of the ACM",
VOLUME = "49, no.11",
MONTH = "November",
YEAR = "2006")
% *********************************************************************************
% networking **
% *********************************************************************************
@INPROCEEDINGS(elliott65,
TITLE = "A Model of the Switched Telephone Network for Data Communications",
AUTHOR = "E. O. Elliott",
BOOKTITLE = "Bell System Technical Journal",
VOLUME = "44",
PAGES = "89-109",
MONTH = "January",
YEAR = "1965")
@INPROCEEDINGS(chlamtac85,
TITLE = "On Broadcasting in Radio Networks--Problem Analysis and Protocol Design",
AUTHOR = "I. Chlamtac and S. Kutten",
BOOKTITLE = "IEEE Transactions on Cummunications",
VOLUME = "33, no.12",
MONTH = "December",
YEAR = "1985")
@INPROCEEDINGS(mukherjee94,
TITLE = "On the dynamics and significance of low frequency components of internet load",
AUTHOR = "A. Mukherjee",
BOOKTITLE = "Internetworking: Res. Experience",
VOLUME = "5",
PAGES = "163-205",
MONTH = "December",
YEAR = "1994")
@INPROCEEDINGS{LinInfocom11,
author={Minghong Lin and Wierman, A. and Andrew, L.L.H. and Thereska, E.},
booktitle={INFOCOM, 2011 Proceedings IEEE}, title={Dynamic right-sizing for power-proportional data centers},
year={2011},
month={april},
volume={},
number={},
pages={1098 -1106},
keywords={cloud services;dynamic right-sizing algorithm;lazy online algorithm;power consumption;power-proportional data centers;cloud computing;computer centres;power aware computing;power consumption;},
ISSN={0743-166X},}
@INPROCEEDINGS(Adiseshu96,
AUTHOR="H. Adiseshu and G. Parulkar and G. Varghese",
TITLE="A Reliable and Scalable Striping Protocol",
OPTBOOKTITLE="Proceedings of the ACM Conference on Applications,
Technologies, Architectures, and Protocols for Computer
Communications (SIGCOMM'96)",
BOOKTITLE="Proceedings of the ACM SIGCOMM'96",
ADDRESS="Stanford, CA",
MONTH=aug,
YEAR="1996",
PAGES="131-141")
@INPROCEEDINGS(Nguyen96,
AUTHOR="G. T. Nguyen and R. H. Katz and B. Noble and M. Satyanarayanan",
TITLE="A Trace-Based Approach for Modeling Wireless Channel Behavior",
BOOKTITLE="Proceedings of the WSC'96",
OPTBOOKTITLE="Proceedings of the 1996 Winter Simulation Conference",
ADDRESS="Coronado, CA",
MONTH=dec,
YEAR="1996",
PAGES="597-604")
@INPROCEEDINGS(hari97,
TITLE = "A Comparison of Mechanisms for Improving {TCP} Performance over Wireless Links",
AUTHOR = "H. Balakrishnan and V. Padmanabhan and S. Seshan and R. Katz",
BOOKTITLE = "IEEE/ACM Trans. Networking",
VOLUME = "5, no.6",
MONTH = "December",
YEAR = "1997")
@INPROCEEDINGS(floyd97,
TITLE = "A Reliable Multicast Framework for Light-weight Sessions and Application Level Framing",
AUTHOR = "S. Floyd and V. Jacobson and S. Mccanne and L. Zhang",
BOOKTITLE = "IEEE/ACM Trans. Networking",
VOLUME = "5, no.6",
MONTH = "December",
YEAR = "1997")
@ARTICLE{Lakshman97,
AUTHOR="T. V. Lakshman and U. Madhow",
TITLE="The Performance of {TCP/IP} for Networks with High
Bandwidth-Delay Products and Random Loss",
JOURNAL=IEEE_J_NET,
VOLUME="5",
NUMBER="3",
MONTH=jul,
YEAR="1997",
PAGES="336-350"
};
@INPROCEEDINGS{xu97,
AUTHOR="R. Xu and A. Myers and H. Zhang and R. Yavatkar",
TITLE="Resilient Multicast Support for Continuous-Media Applications",
BOOKTITLE="International Workshop on Network and Operating System Support for Digital Audio and Video (NOSSDAV)",
ADDRESS="St. Louis, MI",
MONTH="May",
YEAR="1997"
};
@INPROCEEDINGS{Padhye98,
AUTHOR="J. Padhye and V. Firoiu and D. Towsley and J. Kurose",
TITLE="Modeling {TCP} Throughput: A Simple Model and its Empirical
Validation",
OPTBOOKTITLE="Proceedings of ACM SIGCOMM",
BOOKTITLE="Proceedings of the ACM Conference on Applications,
Technologies, Architectures, and Protocols for
Computer Communications (ACM SIGCOMM'98)",
ADDRESS="Vancouver, Canada",
MONTH=sep,
YEAR="1998",
PAGES="303-314"
};
@INPROCEEDINGS(clark98,
TITLE = "Explicit Allocation of Best-Effort Packet Delivery Service",
AUTHOR = "D. Clark and W. Fang",
BOOKTITLE = "IEEE/ACM Trans. Networking",
VOLUME = "6, no.4",
MONTH = "August",
YEAR = "1998")
@INPROCEEDINGS{Padhye98,
AUTHOR="J. Padhye and V. Firoiu and D. Towsley and J. KurosE",
TITLE="Modeling {TCP} Throughput: A Simple Model and its Empirical
Validation",
OPTBOOKTITLE="Proceedings of ACM SIGCOMM",
BOOKTITLE="Proceedings of the ACM Conference on Applications,
Technologies, Architectures, and Protocols for
Computer Communications (ACM SIGCOMM'98)",
ADDRESS="Vancouver, Canada",
MONTH=sep,
YEAR="1998",
PAGES="303-314"
};
@INPROCEEDINGS(kelly98,
TITLE = "Rate control for communication networks: shadow prices, proportional fairness and stability",
AUTHOR = "F. Kelly and A. Maulloo and D. Tan",
BOOKTITLE = "Journal of Operation Research Society",
VOLUME = "49, no.3",
PAGES = "237-252",
MONTH = "March",
YEAR = "1998")
@INPROCEEDINGS(bolot99,
TITLE = "Simple Performance Models of Differentiated Services Schemes for the Internet",
AUTHOR = "M. May and others",
BOOKTITLE = "INFOCOM",
YEAR = "1999")
@ARTICLE{Chaskar99,
AUTHOR="H. M. Chaskar and T. V. Lakshman and U. Madhow",
TITLE="{TCP} Over Wireless with Link Level Error Control: Analysis and
Design Methodology",
JOURNAL=IEEE_J_NET,
VOLUME="7",
NUMBER="5",
MONTH=oct,
YEAR="1999",
PAGES="605-615"
}
@INPROCEEDINGS(floyd99,
TITLE = "Promoting the Use of End-to-End Congestion Control in the Internet",
AUTHOR = "S. Floyd and K. Fall",
BOOKTITLE = "IEEE/ACM Trans. Networking",
MONTH = "August",
YEAR = "1999")
@INPROCEEDINGS(handley99,
TITLE = "RAP: an end-to-end based congestion control mechanism for realtime streams in the internet",
AUTHOR = "R. Rejaie and M. Handley and D. Estrin",
BOOKTITLE = "INFOCOM",
MONTH = "March",
YEAR = "1999")
@INPROCEEDINGS(Shakkottai99,
AUTHOR="S. Shakkottai and R. Srikant",
TITLE="Scheduling Real-time Traffic With Deadlines over a Wireless
Channel",
BOOKTITLE="Proceedings of the {ACM} WoWMoM'99",
OPTBOOKTITLE="Proceedings of the {ACM} International Workshop on Wireless
Mobile Multimedia (WoWMoM'99)",
ADDRESS="Seattle, WA",
MONTH=aug,
YEAR="1999",
PAGES="35-42")
@INPROCEEDINGS(Snoeren99,
AUTHOR="A. C. Snoeren",
TITLE="Adaptive Inverse Multiplexing for Wide Area Wireless Networks",
OPTBOOKTITLE="Proceedings of the IEEE Conference on Global
Communications (GLOBECOM'99)",
BOOKTITLE="Proceedings of the IEEE GLOBECOM'99",
OPTADDRESS="Rio de Janeiro, Brazil",
OPTMONTH=dec,
YEAR="1999",
OPTPAGES="1665-1672")
@INPROCEEDINGS(suchi99,
TITLE = "A Model, Analysis, and Protocol Framework for Soft State-based Communication",
AUTHOR = "S. Raman and S. McCanne",
BOOKTITLE = "SIGCOMM",
YEAR = "1999")
@INPROCEEDINGS{Abouzeid00,
AUTHOR="A. Abouzeid and S. Roy and M. Azizoglu",
TITLE="Stochastic Modeling of TCP over Lossy Links",
BOOKTITLE="Proceedings of the IEEE Conference on Computer Communications
(INFOCOM)",
ADDRESS="Tel Aviv, Israel",
MONTH=mar,
YEAR="2000",
PAGES="1724-1733"
};
@INPROCEEDINGS(floyd00,
TITLE = "Equation-Based Congestion Control for Unicast Applications",
AUTHOR = "S. Floyd and M. Handley and J. Padhye and J. Widmer",
BOOKTITLE = "ACM SIGCOMM",
MONTH = "August",
ADDRESS = "Stockholm, Sweden",
YEAR = "2000")
@INPROCEEDINGS(keller00,
TITLE = "An Active Router Architecture for Multicast Video Distribution",
AUTHOR = "R. Keller and others",
BOOKTITLE = "IEEE INFOCOM",
MONTH = "March",
ADDRESS = "Tel-Aviv, Israel",
YEAR = "2000")
@INPROCEEDINGS(margaritidis00,
TITLE = "MOBIWEB: Enabling Adaptive Continuous Media Applications over 3G Wireless Links",
AUTHOR = "M. Margaritidis and G. Polyzos",
BOOKTITLE = "IEEE Personal Comm. Magazine",
VOLUME = "5, no.6",
MONTH = "December",
YEAR = "2000")
@INPROCEEDINGS(alee01,
TITLE = "Optimal Allocation of Packet-Level and Byte-Level FEC in Video Multicasting over Wired and Wireless Networks",
AUTHOR = "A. Lee and G. Chan and Q. Zhang and W.-W. Zhu and Y.-Q. Zhang",
BOOKTITLE = "GLOBECOM",
YEAR = "2001")
@INPROCEEDINGS(yoshimura01b,
TITLE = "Layer2 Combined Queueing for Real-time Wireless Communications",
AUTHOR = "T. Yoshimura and others",
BOOKTITLE = "Japanese Conference 2001",
YEAR = "2001")
@INPROCEEDINGS(bliu02,
TITLE = "{TCP}-Cognizant Adaptive Forward Error Correction in Wireless Networks",
AUTHOR = "B. Liu and D. Goeckel and D. Towsley",
BOOKTITLE = "INFOCOM",
MONTH = "June",
ADDRESS = "New York, NY",
YEAR = "2002")
@INPROCEEDINGS(gunter02,
TITLE = "Internet Service Monitoring with Mobile Agents",
AUTHOR = "M. Gunter and T. Braun",
BOOKTITLE = "IEEE Network Magazine",
MONTH = "May/June",
YEAR = "2002")
@INPROCEEDINGS(hsieh02,
AUTHOR="H.-Y. Hsieh and R. Sivakumar",
TITLE="A Transport Layer Approach for Achieving Aggregate Bandwidth on
Mutli-homed Mobile Hosts",
OPTBOOKTITLE="Proceedings of the {ACM} International Conference on Mobile
Computing and Networking (MobiCom 2002)",
BOOKTITLE="Proceedings of the {ACM} MobiCom 2002",
ADDRESS="Atlanta, GA",
MONTH=sep,
YEAR="2002",
PAGES="83-94")
@INPROCEEDINGS(huang02,
TITLE = "Proxy-based {TCP}-friendly streaming over Mobile Networks",
AUTHOR = "L. Huang and U. Horn and F. Hartung and M. Kampmann",
BOOKTITLE = "IEEE International Symposium on a World of Wireless, Mobile and Multimedia Networks",
MONTH = "September",
ADDRESS = "Atlanta, GA",
YEAR = "2002")
@INPROCEEDINGS(matsuoka02,
TITLE = "Design, Implementation and Performance Measurement of Multimedia Streaming Protocol (MSP)",
AUTHOR = "H. Matsuoka and T. Yoshimura and T. Ohya",
BOOKTITLE = "Asian International Mobile Computing Conference (AMOC'2002)",
MONTH = "May",
YEAR = "2002")
@INPROCEEDINGS(Pathak02,
AUTHOR="D. S. Phatak and T. Goff",
TITLE="A Novel Mechanism for Data Streaming Across Multiple {IP} Links
for Improving Throughput and Reliability in Mobile
Environments",
OPTBOOKTITLE="Proceedings of the IEEE International
Conference on Computer Communications (INFOCOM 2002)",
BOOKTITLE="Proceedings of the IEEE INFOCOM 2002",
OPTADDRESS="New York, NY",
OPTMONTH=jun,
YEAR="2002",
OPTPAGES="773-781")
@INPROCEEDINGS(yoshimura02,
TITLE = "Rate and Robustness Control with {RTP} Monitoring Agent for Mobile Multimedia Streaming",
AUTHOR = "T. Yoshimura and T. Ohya and T. Kawahara and M. Etoh",
BOOKTITLE = "IEEE International Conference on Communication",
MONTH = "April",
ADDRESS = "New York, NY",
YEAR = "2002")
@INPROCEEDINGS(gandhi03,
TITLE = "Minimizing Braodcast Latency and Redundancy in Ad Hoc Networks",
AUTHOR = "R. Gandhi and S. Parthasarathy and A. Mishra",
BOOKTITLE = "MobiHoc",
MONTH = "June",
ADDRESS = "Annapolis, MD",
YEAR = "2003")
@INPROCEEDINGS(jain03,
AUTHOR="K. Jain and J. Padhye and V. Padmanabhan and L. Qiu",
TITLE="Impact of Interference on Multi-hop Wireless Network Performance",
BOOKTITLE="Proceedings of the {ACM} International Conference on Mobile
Computing and Networking ({MobiCom} 2003)",
ADDRESS="San Diego, CA",
MONTH="September",
YEAR="2003")
@INPROCEEDINGS(liu03,
AUTHOR="P. Liu and R. Berry and M. Honig",
TITLE="Delay-Sensitive Packet Scheduling in Wireless Networks",
OPTBOOKTITLE="Proceedings of the IEEE Wireless Communications and
Networking Conference (WCNC 2003)",
BOOKTITLE="Proceedings of the IEEE WCNC 2003",
ADDRESS="New Orleans, LA",
MONTH=mar,
YEAR="2003")
@INPROCEEDINGS(meyer03,
AUTHOR="M. Meyer and J. Sachs and M. Holzke",
TITLE="Performance Evaluation of a {TCP} Proxy in {WCDMA} Networks",
BOOKTITLE="IEEE Wireless Communications",
MONTH="October",
YEAR="2003")
@INPROCEEDINGS(chan04,
TITLE = "Improving {TCP}/{IP} Performance over Third Generation Wireless Networks",
AUTHOR = "M. Chan and R. Ramjee",
BOOKTITLE = "IEEE Infocom",
MONTH = "March",
ADDRESS = "Hong Kong",
YEAR = "2004")
@INPROCEEDINGS(knightly04,
TITLE = "Opportunistic Traffic Scheduling over Multiple Network Paths",
AUTHOR = "C. Cetinkaya and E.W. Knightly",
BOOKTITLE = "IEEE INFOCOM",
MONTH = "March",
ADDRESS = "Hong Kong",
YEAR = "2004")
@INPROCEEDINGS(yang04,
TITLE = "Bit Allocation for Scalable Video Streaming over Mobile Wireless Internet",
AUTHOR = "F. Yang and Q. Zhang and W. Zhu and Y.-Q. Zhang",
BOOKTITLE = "IEEE Infocom",
MONTH = "March",
ADDRESS = "Hong Kong",
YEAR = "2004")
@INPROCEEDINGS(zhou04,
TITLE = "Impact of Radio Irregularity on Wireless Sensor Networks",
AUTHOR = "G. Zhou and T. He and S. Krishnamurthy and J. Stankovic",
BOOKTITLE = "ACM MobiSYS",
MONTH = "June",
ADDRESS = "Boston, MA",
YEAR = "2004")
@INPROCEEDINGS(ghosh05,
TITLE = "A Cross-Layer Design to Improve Quality of Service in Online Multiplayer Wireless Gaming Networks",
AUTHOR = "P. Ghosh and K. Basu and S. Das",
BOOKTITLE = "IEEE Broadnets",
MONTH = "October",
ADDRESS = "Boston, MA",
YEAR = "2005")
@TECHREPORT(maldonado05,
TITLE = "{TCP}-Friendly Rate Control with Token Bucket for {VoIP} Congestion Control",
AUTHOR = "M. Maldonado and S. Abdul Baset and H. Schulzrinne",
INSTITUTION = "Columbia University",
NUMBER = "CUCS-043-05",
MONTH = "October",
YEAR = "2005")
@INPROCEEDINGS(mao05,
TITLE = "On optimal traffic partitioning for multipath transport",
AUTHOR = "S. Mao and S. Panwar and Y. Hou",
BOOKTITLE = "IEEE INFOCOM 2005",
MONTH = "March",
ADDRESS = "Miami, FL",
YEAR = "2005")
@INPROCEEDINGS(mao05md,
TITLE = "Multipath Routing for Multiple Description Video in Wireless Ad Hoc Networks",
AUTHOR = "S. Mao and Y.T. Hou and X. Cheng and H.D. Sherali and S.F. Midkiff",
BOOKTITLE = "IEEE INFOCOM 2005",
MONTH = "March",
ADDRESS = "Miami, FL",
YEAR = "2005")
@INPROCEEDINGS(sharma05,
TITLE = "Distributed Communication Paradigm for Wireless Community Networks",
AUTHOR = "P. Sharma and S.-J. Lee and J. Brassil and K. Shin",
BOOKTITLE = "IEEE International Conference on Communications",
MONTH = "May",
ADDRESS = "Seoul, Korea",
YEAR = "2005")
@INPROCEEDINGS(cheung06comletter,
TITLE = "On the Complexity of Cooperative Peer-to-peer Repair for Wireless Broadcast",
AUTHOR = "Gene Cheung and Danjue Li and Chen-Nee Chuah",
BOOKTITLE = "IEEE Communications Letters",
VOLUME = "10, no.11",
MONTH = "November",
YEAR = "2006")
@INPROCEEDINGS(chen07,
TITLE = "A Constant Approximation Algorithm for Inteference Aware Broadcast in Wireless Networks",
AUTHOR = "Z. Chen and C. Qiao and J. Xu and T. Lee",
BOOKTITLE = "IEEE INFOCOM 2007",
MONTH = "May",
ADDRESS = "Anchorage, AL",
YEAR = "2007")
@INPROCEEDINGS(huang07,
TITLE = "Minimum-Latency Broadcast Scheduling in Wireless Ad Hoc Networks",
AUTHOR = "S. C.-H. Huang and P.-J. Wan and X. Jia and H. Du and W. Shang",
BOOKTITLE = "IEEE INFOCOM 2007",
MONTH = "May",
ADDRESS = "Anchorage, AL",
YEAR = "2007")
@INPROCEEDINGS(li07,
TITLE = "Network Coding-Based Broadcast in Mobile Ad hoc Networks",
AUTHOR = "L. Li and R. Ramjee and M. Buddhikot and S. Miller",
BOOKTITLE = "IEEE INFOCOM 2007",
MONTH = "May",
ADDRESS = "Anchorage, AL",
YEAR = "2007")
@INPROCEEDINGS(shacham07,
TITLE = "Ubiquitous Device Personalization and Use: The Next Generation of IP Multimedia Communications",
AUTHOR = "R. Shacham and H. Schulzrinne and S. Thakolsri and W. Kellerer",
BOOKTITLE = "ACM Transactions on Multimedia Computing, Communications and Applications",
VOLUME = "3, no.2",
MONTH = "May",
YEAR = "2007")
@INPROCEEDINGS(raza07,
TITLE = "Cooperative Peer-to-peer Repair for Wireless Multimedia Broadcast",
AUTHOR = "S. Raza and D. Li and C.-N. Chuah and G. Cheung",
BOOKTITLE = "IEEE International Conference on Multimedia and Expo",
MONTH = "July",
ADDRESS = "Beijing, China",
YEAR = "2007")
% *********************************************************************************
% communications (include 3G networks) **
% *********************************************************************************