-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (82 loc) · 3.92 KB
/
Copy pathindex.html
File metadata and controls
82 lines (82 loc) · 3.92 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="https://zilimeng.com/jemdoc.css" type="text/css" />
<title>PiTree Dataset
</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">PiTree Dataset</div>
<div class="menu-item"><a href="index.html" class="current">Home</a></div>
<div class="menu-item"><a href="traces/index.html" class="current">Traces</a></div>
<div class="menu-item"><a href="video/index.html" class="current">Video</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>PiTree Dataset
</h1>
</div>
<h2>About
</h2>
<p>PiTree dataset is motivated by the insufficiency of existing datasets in adaptive video streaming.
Many existing emulation datasets, such as <a href="https://github.com/hongzimao/pensieve">Pensieve</a> or <a href="https://github.com/usc-nsl/oboe">Oboe</a>, are collected years ago with the average bandiwdth of around 1Mbps.
However, with the recent development of communication technology (e.g., 5G), Internet nowadays usually provides a much higher bandwidth of more than 10Mbps.
Therefore, we feel that it is essential to construct a new dataset on both videos and network traces to faithfully evaluate the performance of bitrate adaption algorithms.
</p>
<p>You may want to visit the following pages for the details of the dataset:
</p>
<ul>
<li><p><a href="traces/index.html">Traces</a>
</p>
</li>
<li><p><a href="video/index.html">Video</a>
</p>
</li>
</ul>
<p>The GitHub repository hosting the PiTree dataset:
</p>
<a class="github-button" href="https://github.com/transys-project/pitree-dataset" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star transys-project/pitree-dataset on GitHub">Star</a>
<a class="github-button" href="https://github.com/transys-project/pitree-dataset/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork transys-project/pitree-dataset on GitHub">Fork</a>
<div class="infoblock">
<div class="blocktitle">Citation</div>
<div class="blockcontent">
<p>@inproceedings{meng2019pitree,<br />
   author = {Meng, Zili and Chen, Jing and Guo, Yaning and Sun, Chen and Hu, Hongxin and Xu, Mingwei},<br />
   title = {PiTree: Practical Implementation of ABR Algorithms Using Decision Trees},<br />
   year = {2019},<br />
   url = {<a href="https://doi.org/10.1145/3343031.3350866">https://doi.org/10.1145/3343031.3350866</a>},<br />
   booktitle = {Proceedings of the 27th ACM International Conference on Multimedia},<br />
   pages = {2431–2439},<br />
   location = {Nice, France},<br />
   series = {MM ’19}<br />
}
</p>
<p>@article{meng2021practically,<br />
   author = {Meng, Zili and Guo, Yaning and Shen, Yixin and Chen, Jing and Zhou, Chao and Wang, Minhu and Zhang, Jia and Xu, Mingwei and Sun, Chen and Hu, Hongxin},<br />
   title = {Practically Deploying Heavyweight Adaptive Bitrate Algorithms With Teacher-Student Learning},<br />
   year = {2021},<br />
   url = {<a href="https://doi.org/10.1109/TNET.2020.3048666">https://doi.org/10.1109/TNET.2020.3048666</a>},<br />
   journal = {IEEE/ACM Transactions on Networking}, <br />
   pages = {723-736},<br />
   volume = {29},<br />
   number = {2}<br />
}
</p>
</div></div>
<div id="footer">
<div id="footer-text">
Page generated 2020-02-26, by <a href="http://jemdoc.jaboc.net/">jemdoc</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>