-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopic_vr.html
More file actions
225 lines (212 loc) · 8.49 KB
/
topic_vr.html
File metadata and controls
225 lines (212 loc) · 8.49 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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>FSA Labs - VR and Hardware Research</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<div class="hero-image" style='background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/bg/opera_t5.png");'>
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="title">
<svg width="160" height="160">
<image xlink:href="assets/logo/logo.svg" width="160" height="160"/>
</svg>
</span>
<div class="hero-text"><span class="title">Future Systems Architecture<br /> Laboratory</span></div>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
</div>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="seminars.html">Seminars</a></li>
<li><a href="topic_quantum.html">Quantum Computing Research</a></li>
<li><a href="topic_ml.html">Machine Learning Research</a></li>
<li><a href="topic_vr.html">VR/AR Hardware Research</a></li>
<li><a href="topic_hpc.html">High Performance Computing Research</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<br/>
<h1>Planet-Scale Extended Reality System</h1>
<span class="image main"><img src="images/vr/topic-image.jpeg" alt="" /></span>
<p>In today's emerging computer technology domains, research on a single stack is no longer adequate to support our fourth wave of technology transformation: we are
moving towards a meta-verse era where human perception, hardware design, low-latency low-power constraints and photorealistic context-aware immersion all co-exist in a tiny IoT/edge device, which can communicate with you through natural
language processing models, entertain you via sophisticated prediction of your desire, while customising a universe just for your own personal statistics and imagination. Now we not only have to care about the independent component's efficiency such as
algorithm, compiler, runtime, operating system, hardware design, etc, but also have to put them together in a cohesive fashion so they efficiently perform together and pose a positive impact on user quality of experience (QoE).
For the last several years, we and our collaborators have published some of the first papers (HPCA'17, HPCA'18, HPCA'19, ISCA'19, ASPLOS'21) on future VR system characterisations and system-level design & optimisations (including both multi-accelerator based HMD SoC and cloud server designs) in the field of computer architecture.
Ultimately, FSA and our international collaborators aim to prototype the first planet-scale virtual reality metaverse system that is accessible by users who may not have sophisticated mobile hardware and high-speed wireless network. </p>
<section>
<hr/>
<br/>
<h2>Publications</h2>
<div class="row">
<div class="col-12 col-12-medium">
<ul>
<li>Post0-VR: Enabling Universal Realistic Rendering for Modern VR via Exploiting Architectural Similarity and Data Sharing, <b>HPCA'23</b></li>
<li>Q-VR: System-Level Design for Future Mobile Collaborative Virtual Reality Rendering, <b>ASPLOS'21</b></li>
<li>OO-VR: NUMA Friendly Object-Oriented VR Rendering Framework For Future NUMA-Based Multi-GPU Systems, <b>ISCA'19</b></li>
<li>PIM-VR: Erasing Motion Anomalies In Highly-Interactive Virtual Reality World With Customised Memory Cube, <b>HPCA'19</b></li>
<li>Perception-Oriented 3D Rendering Approximation for Modern Graphics Processors, <b>HPCA'18</b></li>
<li>Processing-in-Memory Enabled Graphics Processors for 3D Rendering, <b>HPCA'17</b></li>
</ul>
</div>
</div>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Our Supporters and Collaborators</h2>
<ul class="icons">
<li>
<a href="https://nvidia.com" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/nvidia.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://microsoft.com" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/microsoft.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://facebook.com" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/facebook.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://google.com" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/google.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://intel.com" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/intel.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://alibabagroup.com" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/alibaba.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://sydney.edu.au" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/usyd.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://www.washington.edu/" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/uw.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://www.pnnl.gov/" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/pnnl.png" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://www.energy.gov/" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/doe.svg" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://science.osti.gov/" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/doesc.png" width="120" height="120"/>
</svg>
</span>
</a>
</li>
<li>
<a href="https://www.arc.gov.au/" class="icon brands">
<span class="symbol">
<svg width="120" height="120">
<image xlink:href="assets/logo/arc.png" width="120" height="120"/>
</svg>
</span>
</a>
</li>
</ul>
<!-- <ul class="copyright"> -->
<!-- <li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> -->
<!-- </ul> -->
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>