Predictive View Generation to Enable Mobile 360-degree and VR Experiences

Size: px
Start display at page:

Download "Predictive View Generation to Enable Mobile 360-degree and VR Experiences"

Transcription

1 Predictive View Generation to Enable Mobile 360-degree and VR Experiences Xueshi Hou, Sujit Dey Mobile Systems Design Lab, Center for Wireless Communications, UC San Diego Jianzhong Zhang, Madhukar Budagavi Samsung Research America

2 Motivation: Towards a Truly Mobile VR Experience Goal: Enable wireless and light VR experience Observation: Existing head-mounted displays (HMDs) have limitations How to make it mobile and portable: wireless and lighter? Rendering with tethered PC Not mobile Rendering on mobile device attached to HMD Clunkyto wear Solution: Shifting computing tasks (e.g. rendering) to the edge/cloud, and streaming videos to the HMD Streaming only Field of View () 2 Example for Cloud-based Solution : 1. Transmit Head Motion and Control to Cloud 2. Field-of-View Rendering on Cloud 3. Transmit Rendered Video to VR Glass

3 Challenges of Cloud/Edge-based Wireless VR VR head-mounted devices make the requirements much steeper than cloud/edge-based video streaming - User experience much more sensitive to video artifacts à Significantly higher video quality needed - Head motion significantly increases latency sensitivity à Significantly higher frame rate and bitrate needed Experiment setup: - VR space created using Unity; VR HMD: Oculus Rift DK2; Video: H264, 1080p/4K, GOP=30 Display Device Head Motion Framerate & QP Virtual Classroom (Mbps) Bitrate (Mbps) (Racing Game) (Virtual Classroom) 1080p 4K 1080p 4K Acceptable Latency PC Monitor - 45fps, QP= ms(for VC) <100ms(for Game) Oculus - 45fps, QP= ms 75fps, QP= ms Oculus Racing Game Bitrate Note: For Virtual Classroom with 50 students, bitrate needed for 4k > 3.5 Gbps; For head motion, cloud/edge-based wireless VR will require very high frame rate and bit rate, and also needs to satisfy ultra-low latency! 3

4 Solution for Ultra-low Latency: MachineLearningBasedPredictive Pre-Rendering Possible Method 1: Render 360-degree video on cloud, transmit to RAN edge, and extraction at edge depending on head motion Advantage: lowcomputation overhead on edge device Problem: Very high (backhaul) data rate Possible Method 2: Render 360-degree video on edge device and extraction depending on head motion Advantage: theoretically low (backhaul) data rate Problem: Restricted to edge device with very high computation; ( Extraction) 4

5 Solution for Ultra-low Latency: MachineLearningBasedPredictive Pre-Rendering Solution: Based on head motion prediction, pre-render and stream predicted inadvance fromedge device Advantages: Latency: No rendering/encoding delay, minimal communication delay with significantly reduced bandwidth Edge can be RAN or local; can be mobile device System overview for proposed approach: Data Control Video Cellular Connection Data Control Video WiFi/Millimeter Wave Glasses Glasses Cloud Server MEC (Predictive Generation) Generation) Controller (a) Using Mobile Edge Computing node (MEC) Cloud Server LEC (Predictive (Predictive Generation) (b) Generation) Question: Is it possible to predict Head Motion? 5 Controller (b) Using Local Edge Computing node (LEC)

6 Predictive View Generation to Enable Mobile 360-degree and VR Experiences: // // Early experiments with Samsung Dataset y 90 Euler Coordinates Projection ~90 x ~90 in a 360-degree view Motivation: address both bandwidth & latency challenges Common approach to reduce bandwidth: streaming only à still cannot address latency problem System overview for proposed approach: Data Control Video Cellular Connection Data Control Video WiFi/Millimeter Wave Glasses Glasses Cloud Server MEC (Predictive Generation) Generation) Controller (a) Using Mobile Edge Computing node (MEC) 6 Cloud Server LEC (Predictive Generation) (b) Generation) Controller (b) Using Local Edge Computing node (LEC)

7 Idea: predictive view generation approach only predicted view is extracted (for 360-degree video) or rendered (in case of VR) and transmitted in advance (viewpoint refers to the center of ) y ~90 x 180 Tile (30 x30 ) Viewpoint 7 ~90-90

8 CDF Predictive View Generation to Enable Mobile 360-degree and VR Experiences: Early experiments with Samsung Dataset Setup: Samsung Gear VR, sampling frequency f=5hz Dataset: head motion traces from over 36,000 viewers for degree/VR videos during 7 days Tiles options: 12x6 tiles (30 x30 ), 18x6 tiles (20 x30 ), etc Video Duration (s) VR dataset statistics CDF # Viewers Over 80% of videos have >100s for duration Around 85% of videos have >1000 viewers Head Motion Speed ( /s) Time (s) Max 75 th Percentile Median 25 th Percentile Min Head motion speed versus time in Kong VR 8 This boxplot shows head motion speed distribution for over 1500 viewers during 60s; it presents the challenging situation of predicting head motion since viewers may change viewing direction fast as well as frequently

9 Predictive View Generation to Enable Mobile 360-degree and VR Experiences Attention heatmap is defined as a series of probability that a viewpoint is within a tile for n viewers during time-period from cts 1 to cts 2 Example of attention heatmap Brighter tiles attract more attention and viewers are more likely to lookat these areas Feasibility of performing viewpoint prediction (some areas attracting more attention than remaining areas within a 360-degree view) Multiple tiles (as high as 11 tiles) have relatively high probabilities (>5%), indicatingthe difficulties ofpredicting viewpointaccurately 9

10 Viewpoint Prediction using Deep Learning Goal: predict viewpoint position (tile) for 200ms in advance Model: multi-layer long short-term memory (LSTM) networks Input Features: tile-based one-hot encoding representation for viewpoint traces as 72x10 matrix (72 tiles, 10 timestamps in 2s) Label for training: whether viewpoint belonging to each tile as 72x1 matrix Output: probability of viewpoint belonging to each of the 72 tiles Viewpointtrace duringt (3,5], in seconds t=3s t=5s Where is the viewpoint when t= 5.2s (200ms afterwards)? 10

11 Viewpoint Prediction using Deep Learning Goal: predict viewpoint position (tile) for 200ms in advance Model: multi-layer long short-term memory (LSTM) networks Input Features: tile-based one-hot encoding representation for viewpoint traces as 72x10 matrix (72 tiles, 10 timestamps in 2s) Label for training: whether viewpoint belonging to each tile as 72x1 matrix Output: probability of viewpoint belonging to each of the 72 tiles Viewpoint traces during t (3,5) seconds <0.01 <0.01 <0.01 < <0.01 < <0.01 <0.01 <0.01 <

12 Viewpoint Prediction using Deep Learning LSTM Unit LSTM Unit Predicted Viewpoint Softmax Layer Fully Connected Layer LSTM Unit LSTM Unit Viewpoint Features LSTM Unit LSTM Unit Dataset: Head motion traces of 36,000 viewers during 7 days for degree/VR videos; Each trace point 200ms Training Data: 45,000 head motion sampling traces (each for 2s long) Test Data: 5,000 head motion sampling traces (where viewers are different from training data) Parameters: first layer: 128 LSTM units; second layer: 128 LSTM units; fully connected layer: 72 nodes; We explore four deep learning or classical machine learning models for viewpoint prediction: LSTM, Stacked sparse autoencoders (SAE), Bootstrapaggregated decision trees (BT), and Weighted k-nearest neighbors (knn) SAE: two fully-connected layers with 100 and 80 nodes respectively; BT: ensembles with 30 bagged decision trees; knn: 100 nearest neighbors 12

13 Predictive View Generation: Accuracy and Bitrate Selection: Accuracy and Bitrate generation generation method: Select m tiles with highest probabilities predicted by the LSTM model Compose the predicted as the combination of s for each selected tile Transmit the predicted with high quality while leaving the rest of tiles blank prediction accuracy: the probability that actual user view will be within the predicted depends on the LSTM model accuracy and generation method, and thus reflects both the performance of our LSTM model and generation method 13

14 Predictive View Generation: Accuracy and Bitrate Selection: Accuracy and Tradeoff Bitrate between size (bitrate) and prediction accuracy generation Prediction accuracy is 100% if predicted is the whole 360-degree but very high bitrate By selecting more tiles (i.e. larger m) with high viewpoint probability, we can achieve higher prediction accuracy but also higher bitrate Use choice of m to achieve the desired tradeoff between prediction accuracy and bandwidth consumed: Choice of larger m à higher bandwidth but better prediction accuracy Choice ofsmaller m à lower bandwidth but higher riskin prediction accuracy 14

15 Predictive View Generation: Accuracy and Bitrate prediction accuracy and pixel savings obtained when selecting different number of tiles (i.e. the choice of m) to generate Medium Motion Sequence SAE: Stacked sparse autoencoders; BT: Bootstrap-aggregated decision trees; knn: Weighted k-nearest neighbors 15

16 Predictive View Generation: Accuracy and Bitrate As number of tiles m increases, prediction accuracy continuously increases and pixel saving simultaneously decreases à tradeoff between prediction accuracy and pixel saving High Motion Sequence SAE: Stacked sparse autoencoders; BT: Bootstrap-aggregated decision trees; knn: Weighted k-nearest neighbors 16

17 Predictive View Generation: Accuracy and Bitrate Results below for one strategy show possible to achieve high prediction accuracy while significantly reducing bitrate (to rate comparable to real-time generated ) Selection: Accuracy and Bitrate We set prediction accuracy as ~95%, and compare pixel savings achieved for each model Model Kong VR Medium Motion Sequence High Motion Sequence Acc.(%) Pixel Saving(%) Acc.(%) Pixel Saving(%) SAE LSTM BT knn Model Fashion Show Acc.(%) Pixel Saving (%) Whale Encounter Acc.(%) Pixel Saving (%) Roller Coaster Acc. (%) Pixel Saving (%) SAE LSTM BT knn SAE: Stacked sparse autoencoders; BT: Bootstrap-aggregated decision trees; knn: Weighted k-nearest neighbors 17

18 Summary and Future Work We propose a predictive view generation approach in order to reduce the latency and bandwidth needed to deliver 360-degree videos and cloud/edgebased VR applications, leading to better mobile VR experiences We present a multi-layer LSTM model which can learn general head motion pattern and predict the future viewpoint based on past traces Our method presents good results on on a real head motion trace dataset and shows great potential to reduce bandwidth Future Work: Adaptively streaming using our training model (tiles with different video quality) 3DOF à 6DOF: View prediction considering body motion (6DoF) and hand motion *Photo Source: Qualcomm 3 Degrees of Freedom (3DoF) 18 6 Degrees of Freedom (6DoF)

19 Thanks!

Wireless VR/AR with Edge/Cloud Computing

Wireless VR/AR with Edge/Cloud Computing Wireless VR/AR with Edge/Cloud Computing Xueshi Hou Mobile Systems Design Lab, ECE Department University of California, San Diego x7hou@ucsd.edu Yao Lu Owlii Inc. yao.lu@owlii.com Sujit Dey Mobile Systems

More information

Adaptive Encoding of Zoomable Video Streams based on User Access Pattern

Adaptive Encoding of Zoomable Video Streams based on User Access Pattern Adaptive Encoding of Zoomable Video Streams based on User Access Pattern Ngo Quang Minh Khiem Guntur Ravindra Wei Tsang Ooi National University of Singapore Zoomable Video Zoomable Video with Bitstream

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

Sky Italia & Immersive Media Experience Age. Geneve - Jan18th, 2017

Sky Italia & Immersive Media Experience Age. Geneve - Jan18th, 2017 Sky Italia & Immersive Media Experience Age Geneve - Jan18th, 2017 Sky Italia Sky Italia, established on July 31st, 2003, has a 4.76-million-subscriber base. It is part of Sky plc, Europe s leading entertainment

More information

Interframe Coding of Global Image Signatures for Mobile Augmented Reality

Interframe Coding of Global Image Signatures for Mobile Augmented Reality Interframe Coding of Global Image Signatures for Mobile Augmented Reality David Chen 1, Mina Makar 1,2, Andre Araujo 1, Bernd Girod 1 1 Department of Electrical Engineering, Stanford University 2 Qualcomm

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

Video formats for VR. A new opportunity to increase the content value But what is missing today? MPEG workshop on Immersive media Jan.

Video formats for VR. A new opportunity to increase the content value But what is missing today? MPEG workshop on Immersive media Jan. Video formats for VR A new opportunity to increase the content value But what is missing today? MPEG workshop on Immersive media Jan. 18 th 2017 Consumption models have dramatically changed Content offer

More information

T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University

T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University Cross-layer design for video streaming over wireless ad hoc networks T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University Outline Cross-layer

More information

Diving into VR World with Oculus. Homin Lee Software Engineer at Oculus

Diving into VR World with Oculus. Homin Lee Software Engineer at Oculus Diving into VR World with Oculus Homin Lee Software Engineer at Oculus Topics Who is Oculus Oculus Rift DK2 Positional Tracking SDK Latency Roadmap 1. Who is Oculus 1. Oculus is Palmer Luckey & John Carmack

More information

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events 2017 Freeman. All Rights Reserved. 2 The explosive development of virtual reality (VR) technology in recent

More information

Unpredictable movement performance of Virtual Reality headsets

Unpredictable movement performance of Virtual Reality headsets Unpredictable movement performance of Virtual Reality headsets 2 1. Introduction Virtual Reality headsets use a combination of sensors to track the orientation of the headset, in order to move the displayed

More information

New Challenges of immersive Gaming Services

New Challenges of immersive Gaming Services New Challenges of immersive Gaming Services Agenda State-of-the-Art of Gaming QoE The Delay Sensitivity of Games Added value of Virtual Reality Quality and Usability Lab Telekom Innovation Laboratories,

More information

SVEn. Shared Virtual Environment. Tobias Manroth, Nils Pospischil, Philipp Schoemacker, Arnulph Fuhrmann. Cologne University of Applied Sciences

SVEn. Shared Virtual Environment. Tobias Manroth, Nils Pospischil, Philipp Schoemacker, Arnulph Fuhrmann. Cologne University of Applied Sciences SVEn Shared Virtual Environment Tobias Manroth, Nils Pospischil, Philipp Schoemacker, Arnulph Fuhrmann Cologne University of Applied Sciences 1. Introduction Scope Module in a Media Technology Master s

More information

EnSight in Virtual and Mixed Reality Environments

EnSight in Virtual and Mixed Reality Environments CEI 2015 User Group Meeting EnSight in Virtual and Mixed Reality Environments VR Hardware that works with EnSight Canon MR Oculus Rift Cave Power Wall Canon MR MR means Mixed Reality User looks through

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

TOUCH & FEEL VIRTUAL REALITY. DEVELOPMENT KIT - VERSION NOVEMBER 2017

TOUCH & FEEL VIRTUAL REALITY. DEVELOPMENT KIT - VERSION NOVEMBER 2017 TOUCH & FEEL VIRTUAL REALITY DEVELOPMENT KIT - VERSION 1.1 - NOVEMBER 2017 www.neurodigital.es Minimum System Specs Operating System Windows 8.1 or newer Processor AMD Phenom II or Intel Core i3 processor

More information

Miguel Rodriguez Analogix Semiconductor. High-Performance VR Applications Drive High- Resolution Displays with MIPI DSI SM

Miguel Rodriguez Analogix Semiconductor. High-Performance VR Applications Drive High- Resolution Displays with MIPI DSI SM Miguel Rodriguez Analogix Semiconductor High-Performance VR Applications Drive High- Resolution Displays with MIPI DSI SM Today s Agenda VR Head Mounted Device (HMD) Use Cases and Trends Cardboard, high-performance

More information

5G Video Experience VR/AR Live Streaming InterDigital, Inc. All Rights Reserved.

5G Video Experience VR/AR Live Streaming InterDigital, Inc. All Rights Reserved. 5G Video Experience VR/AR Live Streaming UHD Video Streaming 5G Video Experience 360 Immersive Media VR and AR Social Experience Sharing 2 Immersive Experience Immersive Content ü 4K, 8K, 12K, 24K ü 60fps,

More information

/ Impact of Human Factors for Mixed Reality contents: / # How to improve QoS and QoE? #

/ Impact of Human Factors for Mixed Reality contents: / # How to improve QoS and QoE? # / Impact of Human Factors for Mixed Reality contents: / # How to improve QoS and QoE? # Dr. Jérôme Royan Definitions / 2 Virtual Reality definition «The Virtual reality is a scientific and technical domain

More information

Dexta Robotics Inc. DEXMO Development Kit 1. Introduction. Features. User Manual [V2.3] Motion capture ability. Variable force feedback

Dexta Robotics Inc. DEXMO Development Kit 1. Introduction. Features. User Manual [V2.3] Motion capture ability. Variable force feedback DEXMO Development Kit 1 User Manual [V2.3] 2017.04 Introduction Dexmo Development Kit 1 (DK1) is the lightest full hand force feedback exoskeleton in the world. Within the Red Dot Design Award winning

More information

Head Tracking for Google Cardboard by Simond Lee

Head Tracking for Google Cardboard by Simond Lee Head Tracking for Google Cardboard by Simond Lee (slee74@student.monash.edu) Virtual Reality Through Head-mounted Displays A head-mounted display (HMD) is a device which is worn on the head with screen

More information

Team Breaking Bat Architecture Design Specification. Virtual Slugger

Team Breaking Bat Architecture Design Specification. Virtual Slugger Department of Computer Science and Engineering The University of Texas at Arlington Team Breaking Bat Architecture Design Specification Virtual Slugger Team Members: Sean Gibeault Brandon Auwaerter Ehidiamen

More information

On the data compression and transmission aspects of panoramic video

On the data compression and transmission aspects of panoramic video Title On the data compression and transmission aspects of panoramic video Author(s) Ng, KT; Chan, SC; Shum, HY; Kang, SB Citation Ieee International Conference On Image Processing, 2001, v. 2, p. 105-108

More information

M2M massive wireless access: challenges, research issues, and ways forward

M2M massive wireless access: challenges, research issues, and ways forward M2M massive wireless access: challenges, research issues, and ways forward Petar Popovski Aalborg University Andrea Zanella, Michele Zorzi André D. F. Santos Uni Padova Alcatel Lucent Nuno Pratas, Cedomir

More information

VR/AR with ArcGIS. Pascal Mueller, Rex Hansen, Eric Wittner & Adrien Meriaux

VR/AR with ArcGIS. Pascal Mueller, Rex Hansen, Eric Wittner & Adrien Meriaux VR/AR with ArcGIS Pascal Mueller, Rex Hansen, Eric Wittner & Adrien Meriaux Agenda Introduction & Terminology Pascal Mobile VR with ArcGIS 360VR Eric Premium VR with CityEngine & Game Engines Pascal Dedicated

More information

Photographing Long Scenes with Multiviewpoint

Photographing Long Scenes with Multiviewpoint Photographing Long Scenes with Multiviewpoint Panoramas A. Agarwala, M. Agrawala, M. Cohen, D. Salesin, R. Szeliski Presenter: Stacy Hsueh Discussant: VasilyVolkov Motivation Want an image that shows an

More information

Manual Web Portal pettracer GPS cat collar Version 1.0

Manual Web Portal pettracer GPS cat collar Version 1.0 Page 1 / 10 Table of Content System Overview... 3 How the pettracer system works... 3 Live Tracking Mode (Real Time)... 3 Passive Tracking Mode... 3 Web portal access via Smartphone and Web browser...

More information

BeNoGo Image Volume Acquisition

BeNoGo Image Volume Acquisition BeNoGo Image Volume Acquisition Hynek Bakstein Tomáš Pajdla Daniel Večerka Abstract This document deals with issues arising during acquisition of images for IBR used in the BeNoGo project. We describe

More information

Performance of the IEEE b WLAN Standards for Fast-Moving Platforms

Performance of the IEEE b WLAN Standards for Fast-Moving Platforms Performance of the IEEE 82.b WLAN Standards for Fast-Moving Platforms Item Type text; Proceedings Authors Kasch, William T.; Burbank, Jack L.; Andrusenko, Julia; Lauss, Mark H. Publisher International

More information

Motion sickness issues in VR content

Motion sickness issues in VR content Motion sickness issues in VR content Beom-Ryeol LEE, Wookho SON CG/Vision Technology Research Group Electronics Telecommunications Research Institutes Compliance with IEEE Standards Policies and Procedures

More information

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt alexey.rybakov@dataart.com Agenda 1. XR/AR/MR/MR/VR/MVR? 2. Mobile Hardware 3. SDK/Tools/Development

More information

Mobile Terminal Energy Management for Sustainable Multi-homing Video Transmission

Mobile Terminal Energy Management for Sustainable Multi-homing Video Transmission 1 Mobile Terminal Energy Management for Sustainable Multi-homing Video Transmission Muhammad Ismail, Member, IEEE, and Weihua Zhuang, Fellow, IEEE Abstract In this paper, an energy management sub-system

More information

5G: New Air Interface and Radio Access Virtualization. HUAWEI WHITE PAPER April 2015

5G: New Air Interface and Radio Access Virtualization. HUAWEI WHITE PAPER April 2015 : New Air Interface and Radio Access Virtualization HUAWEI WHITE PAPER April 2015 5 G Contents 1. Introduction... 1 2. Performance Requirements... 2 3. Spectrum... 3 4. Flexible New Air Interface... 4

More information

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX OBJECTIVES Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX INTRODUCTION WIMAX the Worldwide Interoperability for Microwave Access, is a telecommunications

More information

Virtual Grasping Using a Data Glove

Virtual Grasping Using a Data Glove Virtual Grasping Using a Data Glove By: Rachel Smith Supervised By: Dr. Kay Robbins 3/25/2005 University of Texas at San Antonio Motivation Navigation in 3D worlds is awkward using traditional mouse Direct

More information

High Performance Imaging Using Large Camera Arrays

High Performance Imaging Using Large Camera Arrays High Performance Imaging Using Large Camera Arrays Presentation of the original paper by Bennett Wilburn, Neel Joshi, Vaibhav Vaish, Eino-Ville Talvala, Emilio Antunez, Adam Barth, Andrew Adams, Mark Horowitz,

More information

Step. A Big Step Forward for Virtual Reality

Step. A Big Step Forward for Virtual Reality Step A Big Step Forward for Virtual Reality Advisor: Professor Goeckel 1 Team Members Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical

More information

Grundlagen der Rechnernetze. Introduction

Grundlagen der Rechnernetze. Introduction Grundlagen der Rechnernetze Introduction Overview Building blocks and terms Basics of communication Addressing Protocols and Layers Performance Historical development Grundlagen der Rechnernetze Introduction

More information

II. Basic Concepts in Display Systems

II. Basic Concepts in Display Systems Special Topics in Display Technology 1 st semester, 2016 II. Basic Concepts in Display Systems * Reference book: [Display Interfaces] (R. L. Myers, Wiley) 1. Display any system through which ( people through

More information

HMD based VR Service Framework. July Web3D Consortium Kwan-Hee Yoo Chungbuk National University

HMD based VR Service Framework. July Web3D Consortium Kwan-Hee Yoo Chungbuk National University HMD based VR Service Framework July 31 2017 Web3D Consortium Kwan-Hee Yoo Chungbuk National University khyoo@chungbuk.ac.kr What is Virtual Reality? Making an electronic world seem real and interactive

More information

Intro to Virtual Reality (Cont)

Intro to Virtual Reality (Cont) Lecture 37: Intro to Virtual Reality (Cont) Computer Graphics and Imaging UC Berkeley CS184/284A Overview of VR Topics Areas we will discuss over next few lectures VR Displays VR Rendering VR Imaging CS184/284A

More information

Using the Kinect body tracking in virtual reality applications

Using the Kinect body tracking in virtual reality applications Ninth Hungarian Conference on Computer Graphics and Geometry, Budapest, 2018 Using the Kinect body tracking in virtual reality applications Tamás Umenhoffer 1, Balázs Tóth 1 1 Department of Control Engineering

More information

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Alvaro Pinto, Zhe Zhang, Xin Dong, Senem Velipasalar, M. Can Vuran, M. Cenk Gursoy Electrical Engineering Department, University

More information

Digital Television Lecture 5

Digital Television Lecture 5 Digital Television Lecture 5 Forward Error Correction (FEC) Åbo Akademi University Domkyrkotorget 5 Åbo 8.4. Error Correction in Transmissions Need for error correction in transmissions Loss of data during

More information

(some) Device Localization, Mobility Management and 5G RAN Perspectives

(some) Device Localization, Mobility Management and 5G RAN Perspectives (some) Device Localization, Mobility Management and 5G RAN Perspectives Mikko Valkama Tampere University of Technology Finland mikko.e.valkama@tut.fi +358408490756 December 16th, 2016 TAKE-5 and TUT, shortly

More information

Evolution of cellular wireless systems from 2G to 5G. 5G overview th October Enrico Buracchini TIM INNOVATION DEPT.

Evolution of cellular wireless systems from 2G to 5G. 5G overview th October Enrico Buracchini TIM INNOVATION DEPT. Evolution of cellular wireless systems from 2G to 5G 5G overview 6-13 th October 2017 Enrico Buracchini TIM INNOVATION DEPT. Up to now.we are here. Source : Qualcomm presentation @ 5G Tokyo Bay Summit

More information

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism REPORT ON THE CURRENT STATE OF FOR DESIGN XL: Experiments in Landscape and Urbanism This report was produced by XL: Experiments in Landscape and Urbanism, SWA Group s innovation lab. It began as an internal

More information

MUVR: Supporting Multi-User Mobile Virtual Reality with Resource Constrained Edge Cloud

MUVR: Supporting Multi-User Mobile Virtual Reality with Resource Constrained Edge Cloud 2018 Third ACM/IEEE Symposium on Edge Computing MUVR: Supporting Multi-User Mobile Virtual Reality with Resource Constrained Edge Cloud Yong Li Department of Electrical Engineering and Computer Science

More information

Using Cooperation for Low Power Low Latency Cellular Connectivity

Using Cooperation for Low Power Low Latency Cellular Connectivity Using Cooperation for Low Power Low Latency Cellular Connectivity Cătălin Nicuțar, Dragoș Niculescu, Costin Raiciu University Politehnica of Bucharest, ROMANIA UE FP7 Project UEFISCDI Romania mobile kibbutz

More information

PRODUCTS DOSSIER. / DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1

PRODUCTS DOSSIER.  / DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1 PRODUCTS DOSSIER DEVELOPMENT KIT - VERSION 1.1 - NOVEMBER 2017 www.neurodigital.es / hello@neurodigital.es Product information PAGE 1 Minimum System Specs Operating System Windows 8.1 or newer Processor

More information

Exploring the Effects of Image Persistence in Low Frame Rate Virtual Environments

Exploring the Effects of Image Persistence in Low Frame Rate Virtual Environments Exploring the Effects of Image Persistence in Low Frame Rate Virtual Environments David J. Zielinski Hrishikesh M. Rao Marc A. Sommer Duke immersive Virtual Environment Duke University Dept. of Biomedical

More information

Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance

Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance Mehrdad Bagheri, Matti Siekkinen, Jukka K. Nurminen Aalto University - Department of Computer Science and Engineering

More information

Virtual Reality. Lecture #11 NBA 6120 Donald P. Greenberg September 30, 2015

Virtual Reality. Lecture #11 NBA 6120 Donald P. Greenberg September 30, 2015 Virtual Reality Lecture #11 NBA 6120 Donald P. Greenberg September 30, 2015 Virtual Reality What is Virtual Reality? Virtual Reality A term used to describe a computer generated environment which can simulate

More information

Exploring Computation- Communication Tradeoffs in Camera Systems

Exploring Computation- Communication Tradeoffs in Camera Systems Exploring Computation- Communication Tradeoffs in Camera Systems Amrita Mazumdar Thierry Moreau Sung Kim Meghan Cowan Armin Alaghi Luis Ceze Mark Oskin Visvesh Sathe IISWC 2017 1 Camera applications are

More information

Ultra-Low Power Gaze Tracking for Virtual Reality

Ultra-Low Power Gaze Tracking for Virtual Reality Ultra-Low Power Gaze Tracking for Virtual Reality Department of Computer Science, Dartmouth College, Hanover, NH {tianxing,qliu,xia}@cs.dartmouth.edu ABSTRACT Tracking user s eye fixation direction is

More information

Digital Image Processing (a modern approach) (DIPAMA)

Digital Image Processing (a modern approach) (DIPAMA) DIPAMA-2018 ECE 484/ECE 5584, Fall 2018 Digital Image Processing (a modern approach) (DIPAMA) Zhu Li Dept of CSEE, UMKC Office: FH560E, Email: lizhu@umkc.edu, Ph: x 2346. http://l.web.umkc.edu/lizhu Z.

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

Virtual Reality I. Visual Imaging in the Electronic Age. Donald P. Greenberg November 9, 2017 Lecture #21

Virtual Reality I. Visual Imaging in the Electronic Age. Donald P. Greenberg November 9, 2017 Lecture #21 Virtual Reality I Visual Imaging in the Electronic Age Donald P. Greenberg November 9, 2017 Lecture #21 1968: Ivan Sutherland 1990s: HMDs, Henry Fuchs 2013: Google Glass History of Virtual Reality 2016:

More information

Portfolio. Swaroop Kumar Pal swarooppal.wordpress.com github.com/swarooppal1088

Portfolio. Swaroop Kumar Pal swarooppal.wordpress.com github.com/swarooppal1088 Portfolio About Me: I am a Computer Science graduate student at The University of Texas at Dallas. I am currently working as Augmented Reality Engineer at Aireal, Dallas and also as a Graduate Researcher

More information

Sergi Fernández (i2cat), Project Coordinator Luk Overmeire, VRT Senior Researcher. IBC 2016 Innovation Theatre 11 th of September 2016

Sergi Fernández (i2cat), Project Coordinator Luk Overmeire, VRT Senior Researcher. IBC 2016 Innovation Theatre 11 th of September 2016 Sergi Fernández (i2cat), Project Coordinator Luk Overmeire, VRT Senior Researcher EBU @ IBC 2016 Innovation Theatre 11 th of September 2016 Call Start January 2016 30 Months Budget 3.8M VR-T Exploring

More information

Joint Optimization of Relay Strategies and Resource Allocations in Cooperative Cellular Networks

Joint Optimization of Relay Strategies and Resource Allocations in Cooperative Cellular Networks Joint Optimization of Relay Strategies and Resource Allocations in Cooperative Cellular Networks Truman Ng, Wei Yu Electrical and Computer Engineering Department University of Toronto Jianzhong (Charlie)

More information

CloudSense. Con%nuous Fine- Grain Cloud Monitoring with Compressive Sensing. H. T. Kung, Chit- Kwan Lin, Dario Vlah

CloudSense. Con%nuous Fine- Grain Cloud Monitoring with Compressive Sensing. H. T. Kung, Chit- Kwan Lin, Dario Vlah CloudSense Con%nuous Fine- Grain Cloud Monitoring with Compressive Sensing H. T. Kung, Chit- Kwan Lin, Dario Vlah Monitoring and Performance Cloud monitoring and performance can be in%mately related Finer-

More information

Efficient Bitrate Reduction Using A Game Attention Model in Cloud Gaming

Efficient Bitrate Reduction Using A Game Attention Model in Cloud Gaming Efficient Bitrate Reduction Using A Game Attention Model in Cloud Gaming Hamed Ahmadi 1, Sepideh Khoshnood 1, Mahmoud Reza Hashemi 1, Shervin Shirmohammadi 1,2 1 Multimedia Processing Laboratory (MPL),

More information

Lecture 8: Media Access Control. CSE 123: Computer Networks Stefan Savage

Lecture 8: Media Access Control. CSE 123: Computer Networks Stefan Savage Lecture 8: Media Access Control CSE 123: Computer Networks Stefan Savage Overview Methods to share physical media: multiple access Fixed partitioning Random access Channelizing mechanisms Contention-based

More information

From large-scale, multi-user VR to cloud streamed car configurator. Martin Rademacher & Thomas Orenz, AUDI AG

From large-scale, multi-user VR to cloud streamed car configurator. Martin Rademacher & Thomas Orenz, AUDI AG From large-scale, multi-user VR to cloud streamed car configurator Martin Rademacher & Thomas Orenz, AUDI AG AUDI AG I/VS AUDI AG - From large-scale, multi-user VR to cloud streamed car configurator Virtual

More information

Abstract. Keywords virtual reality, wireless, head mounted display, IEEE ax, IEEE ay, 5G

Abstract. Keywords virtual reality, wireless, head mounted display, IEEE ax, IEEE ay, 5G This work was partly supported by Institute for Information & communications Technology Promotion(IITP) grant funded by the Korea government(msit) (No.2017-0-00794, Wireless Module Developments for wireless

More information

Synchronization Requirements of 5G and Corresponding Solutions. Dr. Han Li, China Mobile San Jose,

Synchronization Requirements of 5G and Corresponding Solutions. Dr. Han Li, China Mobile San Jose, Synchronization Requirements of 5G and Corresponding Solutions Dr. Han Li, China Mobile San Jose, 2017.4 Outline Overview of China Mobile PTP network 5G Backhaul/Fronthaularchitecture and Synchronization

More information

ELEC E7210: Communication Theory. Lecture 11: MIMO Systems and Space-time Communications

ELEC E7210: Communication Theory. Lecture 11: MIMO Systems and Space-time Communications ELEC E7210: Communication Theory Lecture 11: MIMO Systems and Space-time Communications Overview of the last lecture MIMO systems -parallel decomposition; - beamforming; - MIMO channel capacity MIMO Key

More information

Basler IP Fixed Dome Camera. User s Manual

Basler IP Fixed Dome Camera. User s Manual Basler IP Fixed Dome Camera User s Manual Document Number: AW000903 Version: 05 Language: 000 (English) Release Date: 16 September 2010 Contacting Basler Support Worldwide Europe and the Middle East: Basler

More information

Solution Paper: Contention Slots in PMP 450

Solution Paper: Contention Slots in PMP 450 Solution Paper: Contention Slots in PMP 450 CN CN PMP 450 CS OG 03052014 01192014 This solution paper describes how Contention Slots are used in a PMP 450 wireless broadband access network system, and

More information

Quality of Experience for Virtual Reality: Methodologies, Research Testbeds and Evaluation Studies

Quality of Experience for Virtual Reality: Methodologies, Research Testbeds and Evaluation Studies Quality of Experience for Virtual Reality: Methodologies, Research Testbeds and Evaluation Studies Mirko Sužnjević, Maja Matijašević This work has been supported in part by Croatian Science Foundation

More information

Lecture 23: Media Access Control. CSE 123: Computer Networks Alex C. Snoeren

Lecture 23: Media Access Control. CSE 123: Computer Networks Alex C. Snoeren Lecture 23: Media Access Control CSE 123: Computer Networks Alex C. Snoeren Overview Finish encoding schemes Manchester, 4B/5B, etc. Methods to share physical media: multiple access Fixed partitioning

More information

Digital Transmission

Digital Transmission Digital Transmission Line Coding Some Characteristics Line Coding Schemes Some Other Schemes Line coding Signal level versus data level DC component Pulse Rate versus Bit Rate Bit Rate = Pulse Rate x Log2

More information

Exploring Geoscience with AR/VR Technologies

Exploring Geoscience with AR/VR Technologies Exploring Geoscience with AR/VR Technologies Tim Scheitlin Computational & Information Systems Laboratory (CISL), National Center for Atmospheric Research (NCAR), Boulder, Colorado, USA Using ECMWF's Forecasts

More information

DICOM Correction Proposal

DICOM Correction Proposal Tracking Information - Administration Use Only DICOM Correction Proposal Correction Proposal Number Status CP-1713 Letter Ballot Date of Last Update 2018/01/23 Person Assigned Submitter Name David Clunie

More information

Haptic Rendering and Volumetric Visualization with SenSitus

Haptic Rendering and Volumetric Visualization with SenSitus Haptic Rendering and Volumetric Visualization with SenSitus Stefan Birmanns, Ph.D. Department of Molecular Biology The Scripps Research Institute 10550 N. Torrey Pines Road, Mail TPC6 La Jolla, California,

More information

VIRTUAL REALITY LAB Research group Softwarevisualisation in 3D and VR

VIRTUAL REALITY LAB Research group Softwarevisualisation in 3D and VR VIRTUAL REALITY LAB Research group Softwarevisualisation in 3D and VR softvis@uni-leipzig.de http://home.uni-leipzig.de/svis/vr-lab/ VR Labor Hardware Portfolio OVERVIEW HTC Vive Oculus Rift Leap Motion

More information

CS 6956 Wireless & Mobile Networks April 1 st 2015

CS 6956 Wireless & Mobile Networks April 1 st 2015 CS 6956 Wireless & Mobile Networks April 1 st 2015 The SIM Card Certain phones contain SIM lock and thus work only with the SIM card of a certain operator. However, this is not a GSM restriction introduced

More information

Long Term Evolution (LTE) Radio Network Planning Using Atoll

Long Term Evolution (LTE) Radio Network Planning Using Atoll Long Term Evolution (LTE) Radio Network Planning Using Atoll Gullipalli S.D. Rohit Gagan, Kondamuri N. Nikhitha, Electronics and Communication Department, Baba Institute of Technology and Sciences - Vizag

More information

DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1

DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1 DEVELOPMENT KIT - VERSION 1.1 - NOVEMBER 2017 Product information PAGE 1 Minimum System Specs Operating System Windows 8.1 or newer Processor AMD Phenom II or Intel Core i3 processor or greater Memory

More information

Addressing Future Wireless Demand

Addressing Future Wireless Demand Addressing Future Wireless Demand Dave Wolter Assistant Vice President Radio Technology and Strategy 1 Building Blocks of Capacity Core Network & Transport # Sectors/Sites Efficiency Spectrum 2 How Do

More information

On Building a Programmable Wireless High-Quality Virtual Reality System Using Commodity Hardware

On Building a Programmable Wireless High-Quality Virtual Reality System Using Commodity Hardware On Building a Programmable Wireless High-Quality Virtual Reality System Using Commodity Hardware Ruiguang Zhong, Manni Wang, Zijian Chen, Luyang Liu, Yunxin Liu, Jiansong Zhang, Lintao Zhang, Thomas Moscibroda

More information

PoC #1 On-chip frequency generation

PoC #1 On-chip frequency generation 1 PoC #1 On-chip frequency generation This PoC covers the full on-chip frequency generation system including transport of signals to receiving blocks. 5G frequency bands around 30 GHz as well as 60 GHz

More information

Virtual reality and Immersive Media

Virtual reality and Immersive Media Jingfei Lin (Jade) Phase 2 Paper Data Visualization In The Community November 8, 2017 Virtual reality and Immersive Media Visualization and understanding of how immersive experiences like virtual reality

More information

RF exposure impact on 5G rollout A technical overview

RF exposure impact on 5G rollout A technical overview RF exposure impact on 5G rollout A technical overview ITU Workshop on 5G, EMF & Health Warsaw, Poland, 5 December 2017 Presentation: Kamil BECHTA, Nokia Mobile Networks 5G RAN Editor: Christophe GRANGEAT,

More information

Multiplayer Cloud Gaming System with Cooperative Video Sharing

Multiplayer Cloud Gaming System with Cooperative Video Sharing Multiplayer Cloud Gaming System with Cooperative Video Sharing Wei Cai and Victor C.M. Leung Department of Electrical and Computer Engineering The University of British Columbia Vancouver, Canada VT 1Z

More information

Optimal Coded Information Network Design and Management via Improved Characterizations of the Binary Entropy Function

Optimal Coded Information Network Design and Management via Improved Characterizations of the Binary Entropy Function Optimal Coded Information Network Design and Management via Improved Characterizations of the Binary Entropy Function John MacLaren Walsh & Steven Weber Department of Electrical and Computer Engineering

More information

THE PINNACLE OF VIRTUAL REALITY CONTROLLERS

THE PINNACLE OF VIRTUAL REALITY CONTROLLERS THE PINNACLE OF VIRTUAL REALITY CONTROLLERS PRODUCT INFORMATION The Manus VR Glove is a high-end data glove that brings intuitive interaction to virtual reality. Its unique design and cutting edge technology

More information

Scrabble Board Automatic Detector for Third Party Applications

Scrabble Board Automatic Detector for Third Party Applications Scrabble Board Automatic Detector for Third Party Applications David Hirschberg Computer Science Department University of California, Irvine hirschbd@uci.edu Abstract Abstract Scrabble is a well-known

More information

Lecture 3 Cellular Systems

Lecture 3 Cellular Systems Lecture 3 Cellular Systems I-Hsiang Wang ihwang@ntu.edu.tw 3/13, 2014 Cellular Systems: Additional Challenges So far: focus on point-to-point communication In a cellular system (network), additional issues

More information

Radio Frequency Analysis at Fiber-Based Cell Sites

Radio Frequency Analysis at Fiber-Based Cell Sites Radio equipment at conventional cell sites is located at the base of the tower, transmitting RF signals via coax to antennas at the top of the tower. However, these coax-based feeders produce most problems

More information

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO Introduction to RNNs for NLP SHANG GAO About Me PhD student in the Data Science and Engineering program Took Deep Learning last year Work in the Biomedical Sciences, Engineering, and Computing group at

More information

CWIC Starter: Immersive Richard Mills - Technical Director, Sky VR Studios Founder, Imaginary Pictures

CWIC Starter: Immersive Richard Mills - Technical Director, Sky VR Studios Founder, Imaginary Pictures CWIC Starter: Immersive Richard Mills - Technical Director, Sky VR Studios Founder, Imaginary Pictures www.imaginarypictures.co.uk www.sky.com 360 and VR Content Intoduction 1 - Planning and Shooting for

More information

WIRELESS 20/20. Twin-Beam Antenna. A Cost Effective Way to Double LTE Site Capacity

WIRELESS 20/20. Twin-Beam Antenna. A Cost Effective Way to Double LTE Site Capacity WIRELESS 20/20 Twin-Beam Antenna A Cost Effective Way to Double LTE Site Capacity Upgrade 3-Sector LTE sites to 6-Sector without incurring additional site CapEx or OpEx and by combining twin-beam antenna

More information

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD Jaewoo Chung Positioning System INTRODUCTION Indoor positioning system using magnetic field as location reference Magnetic field inside building? Heading

More information

Hype, Myths, Fundamental Limits and New Directions in Wireless Systems

Hype, Myths, Fundamental Limits and New Directions in Wireless Systems Hype, Myths, Fundamental Limits and New Directions in Wireless Systems Reinaldo A. Valenzuela, Director, Wireless Communications Research Dept., Bell Laboratories Rutgers, December, 2007 Need to greatly

More information

Remote Shoulder-to-shoulder Communication Enhancing Co-located Sensation

Remote Shoulder-to-shoulder Communication Enhancing Co-located Sensation Remote Shoulder-to-shoulder Communication Enhancing Co-located Sensation Minghao Cai and Jiro Tanaka Graduate School of Information, Production and Systems Waseda University Kitakyushu, Japan Email: mhcai@toki.waseda.jp,

More information

Construction of visualization system for scientific experiments

Construction of visualization system for scientific experiments Construction of visualization system for scientific experiments A. V. Bogdanov a, A. I. Ivashchenko b, E. A. Milova c, K. V. Smirnov d Saint Petersburg State University, 7/9 University Emb., Saint Petersburg,

More information

IMMERSIVE VIRTUAL REALITY SCENES USING RADIANCE

IMMERSIVE VIRTUAL REALITY SCENES USING RADIANCE IMMERSIVE VIRTUAL REALITY SCENES USING RADIANCE COMPARISON OF REAL AND VIRTUAL ENVIRONMENTS KYNTHIA CHAMILOTHORI RADIANCE INTERNATIONAL WORKSHOP 2016 Prof. Marilyne Andersen thesis director Dr.-Ing. Jan

More information

Informatica Universiteit van Amsterdam. A visual programming environment for the Visualization Toolkit in Virtual Reality. Henk Dreuning.

Informatica Universiteit van Amsterdam. A visual programming environment for the Visualization Toolkit in Virtual Reality. Henk Dreuning. Bachelor Informatica Informatica Universiteit van Amsterdam A visual programming environment for the Visualization Toolkit in Virtual Reality Henk Dreuning June 8, 2016 Supervisor: Robert Belleman Signed:

More information