SlideShare uma empresa Scribd logo
1 de 39
XLcloud – 3D Rendering in the Cloud 
Open Stack Summit, Paris, November, 2014 
Marius PREDA, TELECOM SudParis 
Philippe GRAVEZ, CEA
Summary 
Some words about the project 
Remote rendering principle and optimizations 
Remote Rendering middleware 
Demos
Consortium 
ATEME: H264/MPEG-4/AVC low latency 
compression algorithms 
Bull: cloud infrastructure, distributed systems 
architecture and HPC cluster 
CEA List: interactive simulation of natural 
phenomenons, virtual reality 
EISTI: marketplace, OpenERP integration 
Inria Reso: energy efficiency 
TSP (Artemis Lab): remote rendering, video 
compression, multimodality 
Silkan: massively distributed (HPC) software 
architecture for interactive simulation 
OW2: communication, dissemination 
Origin of the project 
Winner of 1st Call for Projects 
“Cloud Computing” by the FSN 
in 2011 
Project length: 36 months 
Official Start: 01/01/2012 
Coordinator: Bull 
Open Source (Apache V2) 
http://gitorious.ow2.org/xlcloud 
http://xlcloud.org/ 
http://gitorious.ow2.org/xlcloud
XLcloud objective 
Establish the demonstration of a High Performance Cloud 
Computing (HPCC) platform designed to run effectively a 
representative set of compute intensive workloads including 
interactive games and 3D graphics applications
Capabilities of the XLcloud platform 
The platform exposes an on-demand Platform-as-a-Service service 
endpoint (and GUI) which developers can use to manage software stacks 
of nearly any scale and complexity without sacrificing control 
The platform's main design paradigm is to make it easy to manage the 
complete application lifecycle, including resource provisioning, 
configuration management, application deployment, software updates, 
monitoring, and access control. 
The software stack artefacts produced by XLcloud are primarily targeted 
toward delivering two kinds of virtual clusters, but could easily be 
extended to produce other types of virtual platforms: 
● An HPC Virtual Cluster based on SLURM 
● A Remote Rendering Virtual Cluster based on Ogre3D Today’s topic
Remote Rendering
Scene 
analyzer 
Local Input 
Scene 
Data 
AI 
description 
Remote Input 
Network 
parameters 
User interaction 
Segmentation map 
Depth 
map 
Motion vectors 
Application 
Engine 
Scene Graph 
Rendering 
engine 
2D/3D graphics 
Video 
Encoder 
Graphics 
Encoder 
Server 
RTP/UDP 
Packetizer 
Network ready 
packets 
Streamer 
Compressed stream 
Player 
Terminal 
parameters 
Interactivity 
Network 
Client 
Network 
How remote rendering works?
Scene 
analyzer 
Local Input 
Scene 
Data 
AI 
description 
Remote Input 
Network 
parameters 
User interaction 
Segmentation map 
Depth 
map 
Motion vectors 
Application 
Engine 
Scene Graph 
Rendering 
engine 
2D/3D graphics 
Video 
Encoder 
Graphics 
Encoder 
Server 
RTP/UDP 
Packetizer 
Network ready 
packets 
Streamer 
Compressed stream 
Player 
Terminal 
parameters 
Interactivity 
Network 
Client 
Network 
How remote rendering works? 
xlcloud added value 
Transmoder 
Depth MAP 
Quality 
control 
Buffers 
extraction 
optimizations 
Pre- 
Processing
Scene 
analyzer 
Local Input 
Scene 
Data 
AI 
description 
Remote Input 
Network 
parameters 
User interaction 
Segmentation map 
Depth 
map 
Motion vectors 
Application 
Engine 
Scene Graph 
Rendering 
engine 
2D/3D graphics 
Video 
Encoder 
Graphics 
Encoder 
Server 
RTP/UDP 
Packetizer 
Network ready 
packets 
Streamer 
Compressed stream 
Player 
Terminal 
parameters 
Interactivity 
Network 
Client 
Network 
How remote rendering works? 
xlcloud added value 
Transmoder 
Depth MAP 
Quality 
control 
RoA 
Quality 
control 
Region Of 
Attention 
Map 
Buffers 
extraction 
optimizations 
Pre- 
Processing
Examples of applications in Remote Rendering
The problem that the Cloud can solve for Remote Rendering 
Video bitrate 
Network Bitrate (kb/s) 
Time (s) 
Frozen 
image 
Frozen 
image 
Frozen 
image 
Frozen 
image
The problem that the Cloud can solve for Remote Rendering 
Network Bitrate (kb/s) 
Time (s) 
Reduce the video bitrate to keep it under the network bitrate
The objective is simple, the results when applying traditional 
rate control are just … horrible
Problem Statement 
Find new representation spaces of video sequences that allows to 
reduce the debit beyond the theoretical limit of the pixel space 
while preserving the user experience
Proposed Approach 
Statistically detect regions of interest (ROI) 
Create importance maps 
Concentrate the coding error in “less important” areas 
Correlate importance maps with the characteristics of the image, 
measured in real time 
Perform a segmentation of the image in relation to these 
characteristics 
Build a hybrid space 
Compress the hybrid space 
Transmit, decode and display the rendered hybrid space
What is the “important” info? 
Player’s attention is game specific and it depends on the graphical content, 
action, interaction
What is the “important” info? “Ask” the user … 
5 players, 2 games (Doom3 and 0AD), 1 eye-tracker and many playing hours 
To get this …
What is the “important” info? “Ask” the user …
Intra-player analysis 
Strong correlation if rp>0,5
Inter-player analysis 
Doom3, rp > 0,85 (between ¯xDoom3 and all the tests) 
0 A.D., rp > 0,69 (between ¯x0AD and all the tests)
Region of Attention Model 
Modulate the quality of the video encoding based on RoA
Additional control: adaptive video coding based on depth map 
Control of region quality based on distance from viewpoint 
Inverse exponential function to correct non-linear depth values 
Variable range support
Displacing the errors in the video frame is fine, however it 
has theoretical limits imposed by the “Pixel” space 
푧5, 푚2 
푧6, 푚1 
푧1, 푚3 
푧3, 푚1 
푧2, 푚2 
푧4, 푚2 
푧7, 푚4 
Additional improvement: represent the image by using two spaces 
Regions containing edges – represented as color pixels 
Edge free regions – represented as polynomial coefficients
Hybrid Space – Visual Results 
Original Image 
Hybrid Space 
Pixel Information 
Polynomial Information 
Reconstructed Image
Remote Rendering Middleware
Remote Rendering – 3 Layers structure 
Lobby 
Node 1 Node 2 
Lobby Agent Lobby Agent 
RR Session 1 
RR Session 2 
RR Session 3 
RR Session 1 
RR Session 2 
RR Session 3 
Application Catalog 
Client 
Remote Rendering Virtual Cluster 
Cluster : Lobby Component 
Node : Lobby Agent Component 
Application 
Load Table
Remote Rendering – 3 Layers Structure 
Sequence Diagram for Remote Rendering Session Submission
Lobby 
Remote Rendering – 3 Layers Structure 
Node 1 
Lobby Agent 
X server 
Application 1 
Application Catalog 
Client 
Streaming 
server 
Remote Rendering Virtual Cluster 
Session Initialization 
X Server launch 
RR Middleware components launch 
Application launch 
Load Table 
Streaming 
server 
X server 
Application 2
Remote Rendering Middleware - Components 
Remote Rendering Library 
Graphics Engine Video Output (GEVO) 
Interaction Module (NetInput) 
Open Source Graphics Engine (OGRE) 
Ogre-GEVO Plugin 
Video Encoder 
Local Dependencies 
Streaming Server 
Lobby Agent
RR Middleware – Application Integration 
Ogre Application 3D Application 
RR Middleware 
Remote Rendering Library 
GEVO - RRStream Interactivity (NetInput) 
RR Dependencies 
Video 
Encoder 
Ogre – GEVO Plugin 
Streaming 
Server
Demo
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores 
CPU
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores 
CPU
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores 
GPU
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores 
GPU
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores 
Network
Games 
4 sessions, 1280x 720 
Nvidia K340 grid 
Intel Xeon 2 cores 
Network
Concluding Remarks 
A demonstration of a High Performance Cloud Computing platform 
More computation is available, better compression is possible 
Modulate the compression quality with respect to user attention and 
application behavior 
Generate in real time complementary representation spaces for images

Mais conteúdo relacionado

Mais procurados

Basics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics CompressionBasics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics CompressionMarius Preda PhD
 
Point Cloud Compression in MPEG
Point Cloud Compression in MPEGPoint Cloud Compression in MPEG
Point Cloud Compression in MPEGMarius Preda PhD
 
Filmic Tonemapping - EA 2006
Filmic Tonemapping - EA 2006Filmic Tonemapping - EA 2006
Filmic Tonemapping - EA 2006hpduiker
 
Multimedia presentation video compression
Multimedia presentation video compressionMultimedia presentation video compression
Multimedia presentation video compressionLaLit DuBey
 
MPEG-1 Part 2 Video Encoding
MPEG-1 Part 2 Video EncodingMPEG-1 Part 2 Video Encoding
MPEG-1 Part 2 Video EncodingChristian Kehl
 
Mmsys slideshare-intel-nokia
Mmsys slideshare-intel-nokiaMmsys slideshare-intel-nokia
Mmsys slideshare-intel-nokiaRufael Mekuria
 
Introduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag JainIntroduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag JainVideoguy
 
MPEG Immersive Media
MPEG Immersive MediaMPEG Immersive Media
MPEG Immersive MediaITU
 
New Media Services from a Mobile Chipset Vendor and Standardization Perspective
New Media Services from a Mobile Chipset Vendor and Standardization PerspectiveNew Media Services from a Mobile Chipset Vendor and Standardization Perspective
New Media Services from a Mobile Chipset Vendor and Standardization PerspectiveFörderverein Technische Fakultät
 
8 k shd presentation
8 k shd presentation8 k shd presentation
8 k shd presentationvanshkumar20
 
To Understand Video
To Understand VideoTo Understand Video
To Understand Videoadil raja
 
Performance Analysis of Digital Watermarking Of Video in the Spatial Domain
Performance Analysis of Digital Watermarking Of Video in the Spatial DomainPerformance Analysis of Digital Watermarking Of Video in the Spatial Domain
Performance Analysis of Digital Watermarking Of Video in the Spatial Domainpaperpublications3
 
8k high resolution camera
8k high resolution camera8k high resolution camera
8k high resolution cameraAnkit Tandekar
 
ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015
ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015
ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015hpduiker
 
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...Unity Technologies
 
Video Compression Technology
Video Compression TechnologyVideo Compression Technology
Video Compression TechnologyTong Teerayuth
 

Mais procurados (20)

Basics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics CompressionBasics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics Compression
 
Mpeg v-awareness event
Mpeg v-awareness eventMpeg v-awareness event
Mpeg v-awareness event
 
Tutorial MPEG 3D Graphics
Tutorial MPEG 3D GraphicsTutorial MPEG 3D Graphics
Tutorial MPEG 3D Graphics
 
Point Cloud Compression in MPEG
Point Cloud Compression in MPEGPoint Cloud Compression in MPEG
Point Cloud Compression in MPEG
 
Filmic Tonemapping - EA 2006
Filmic Tonemapping - EA 2006Filmic Tonemapping - EA 2006
Filmic Tonemapping - EA 2006
 
Multimedia presentation video compression
Multimedia presentation video compressionMultimedia presentation video compression
Multimedia presentation video compression
 
MPEG-1 Part 2 Video Encoding
MPEG-1 Part 2 Video EncodingMPEG-1 Part 2 Video Encoding
MPEG-1 Part 2 Video Encoding
 
Mmsys slideshare-intel-nokia
Mmsys slideshare-intel-nokiaMmsys slideshare-intel-nokia
Mmsys slideshare-intel-nokia
 
Introduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag JainIntroduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag Jain
 
Jpeg and mpeg ppt
Jpeg and mpeg pptJpeg and mpeg ppt
Jpeg and mpeg ppt
 
MPEG Immersive Media
MPEG Immersive MediaMPEG Immersive Media
MPEG Immersive Media
 
New Media Services from a Mobile Chipset Vendor and Standardization Perspective
New Media Services from a Mobile Chipset Vendor and Standardization PerspectiveNew Media Services from a Mobile Chipset Vendor and Standardization Perspective
New Media Services from a Mobile Chipset Vendor and Standardization Perspective
 
8 k shd presentation
8 k shd presentation8 k shd presentation
8 k shd presentation
 
To Understand Video
To Understand VideoTo Understand Video
To Understand Video
 
Performance Analysis of Digital Watermarking Of Video in the Spatial Domain
Performance Analysis of Digital Watermarking Of Video in the Spatial DomainPerformance Analysis of Digital Watermarking Of Video in the Spatial Domain
Performance Analysis of Digital Watermarking Of Video in the Spatial Domain
 
8k high resolution camera
8k high resolution camera8k high resolution camera
8k high resolution camera
 
ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015
ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015
ACEScg: A Common Color Encoding for Visual Effects Applications - DigiPro 2015
 
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
 
Video Compression Technology
Video Compression TechnologyVideo Compression Technology
Video Compression Technology
 
Sem vaibhav belkhude
Sem vaibhav belkhudeSem vaibhav belkhude
Sem vaibhav belkhude
 

Semelhante a XLcloud 3-d remote rendering

OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...
OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...
OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...xlcloud
 
Presentation NBMP and PCC
Presentation NBMP and PCCPresentation NBMP and PCC
Presentation NBMP and PCCRufael Mekuria
 
Introduction to Software Defined Visualization (SDVis)
Introduction to Software Defined Visualization (SDVis)Introduction to Software Defined Visualization (SDVis)
Introduction to Software Defined Visualization (SDVis)Intel® Software
 
HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)
HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)
HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)DevGAMM Conference
 
Cloud Gaming - A Green Solution to Massive Multiplayer Online Games
Cloud Gaming - A Green Solution to Massive Multiplayer Online Games Cloud Gaming - A Green Solution to Massive Multiplayer Online Games
Cloud Gaming - A Green Solution to Massive Multiplayer Online Games Suhas Urs
 
Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...
Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...
Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...mfrancis
 
Cloud Graphical Rendering: A New Paradigm
Cloud Graphical Rendering:  A New ParadigmCloud Graphical Rendering:  A New Paradigm
Cloud Graphical Rendering: A New ParadigmJoel Isaacson
 
Imaging automotive 2015 addfor v002
Imaging automotive 2015   addfor v002Imaging automotive 2015   addfor v002
Imaging automotive 2015 addfor v002Enrico Busto
 
Imaging automotive 2015 addfor v002
Imaging automotive 2015   addfor v002Imaging automotive 2015   addfor v002
Imaging automotive 2015 addfor v002Enrico Busto
 
Qualcomm Snapdragon Processors: A Super Gaming Platform
Qualcomm Snapdragon Processors: A Super Gaming Platform Qualcomm Snapdragon Processors: A Super Gaming Platform
Qualcomm Snapdragon Processors: A Super Gaming Platform Qualcomm Developer Network
 
UplinQ - qualcomm® snapdragon™ processors a super gaming platform
UplinQ - qualcomm® snapdragon™ processors a super gaming platformUplinQ - qualcomm® snapdragon™ processors a super gaming platform
UplinQ - qualcomm® snapdragon™ processors a super gaming platformSatya Harish
 
Enabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid ChowEnabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid ChowMyNOG
 
OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016
OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016 OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016
OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016 otoyinc
 
“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...
“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...
“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...Edge AI and Vision Alliance
 
FrameGraph: Extensible Rendering Architecture in Frostbite
FrameGraph: Extensible Rendering Architecture in FrostbiteFrameGraph: Extensible Rendering Architecture in Frostbite
FrameGraph: Extensible Rendering Architecture in FrostbiteElectronic Arts / DICE
 
Video Conferencing : Fundamentals and Application
Video Conferencing : Fundamentals and ApplicationVideo Conferencing : Fundamentals and Application
Video Conferencing : Fundamentals and ApplicationVideoguy
 
Fyp ca4 yss_ver2
Fyp ca4 yss_ver2Fyp ca4 yss_ver2
Fyp ca4 yss_ver2Sishuo Yang
 
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...Christopher Diamantopoulos
 
Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...
Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...
Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...Johan Andersson
 

Semelhante a XLcloud 3-d remote rendering (20)

OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...
OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...
OW2con'14 - XLcoud, 3D rendering in the cloud, Marius Preda, Institut Mines T...
 
Presentation NBMP and PCC
Presentation NBMP and PCCPresentation NBMP and PCC
Presentation NBMP and PCC
 
Introduction to Software Defined Visualization (SDVis)
Introduction to Software Defined Visualization (SDVis)Introduction to Software Defined Visualization (SDVis)
Introduction to Software Defined Visualization (SDVis)
 
HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)
HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)
HMS Core Game Solution- create the immersive game world / Fei Tong (Huawei)
 
Cloud Gaming - A Green Solution to Massive Multiplayer Online Games
Cloud Gaming - A Green Solution to Massive Multiplayer Online Games Cloud Gaming - A Green Solution to Massive Multiplayer Online Games
Cloud Gaming - A Green Solution to Massive Multiplayer Online Games
 
Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...
Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...
Leveraging the strength of OSGi to deliver a convergent IoT Ecosystem - O Log...
 
Cloud Graphical Rendering: A New Paradigm
Cloud Graphical Rendering:  A New ParadigmCloud Graphical Rendering:  A New Paradigm
Cloud Graphical Rendering: A New Paradigm
 
Imaging automotive 2015 addfor v002
Imaging automotive 2015   addfor v002Imaging automotive 2015   addfor v002
Imaging automotive 2015 addfor v002
 
Imaging automotive 2015 addfor v002
Imaging automotive 2015   addfor v002Imaging automotive 2015   addfor v002
Imaging automotive 2015 addfor v002
 
Qualcomm Snapdragon Processors: A Super Gaming Platform
Qualcomm Snapdragon Processors: A Super Gaming Platform Qualcomm Snapdragon Processors: A Super Gaming Platform
Qualcomm Snapdragon Processors: A Super Gaming Platform
 
UplinQ - qualcomm® snapdragon™ processors a super gaming platform
UplinQ - qualcomm® snapdragon™ processors a super gaming platformUplinQ - qualcomm® snapdragon™ processors a super gaming platform
UplinQ - qualcomm® snapdragon™ processors a super gaming platform
 
Enabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid ChowEnabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid Chow
 
OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016
OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016 OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016
OTOY Presentation - 2016 NVIDIA GPU Technology Conference - April 5 2016
 
“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...
“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...
“Open Standards: Powering the Future of Embedded Vision,” a Presentation from...
 
FrameGraph: Extensible Rendering Architecture in Frostbite
FrameGraph: Extensible Rendering Architecture in FrostbiteFrameGraph: Extensible Rendering Architecture in Frostbite
FrameGraph: Extensible Rendering Architecture in Frostbite
 
Video Conferencing : Fundamentals and Application
Video Conferencing : Fundamentals and ApplicationVideo Conferencing : Fundamentals and Application
Video Conferencing : Fundamentals and Application
 
Fyp ca4 yss_ver2
Fyp ca4 yss_ver2Fyp ca4 yss_ver2
Fyp ca4 yss_ver2
 
Real Time Video Processing in FPGA
Real Time Video Processing in FPGA Real Time Video Processing in FPGA
Real Time Video Processing in FPGA
 
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
 
Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...
Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...
Frostbite Rendering Architecture and Real-time Procedural Shading & Texturing...
 

Último

Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSSLeenakshiTyagi
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 

Último (20)

Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSS
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 

XLcloud 3-d remote rendering

  • 1. XLcloud – 3D Rendering in the Cloud Open Stack Summit, Paris, November, 2014 Marius PREDA, TELECOM SudParis Philippe GRAVEZ, CEA
  • 2. Summary Some words about the project Remote rendering principle and optimizations Remote Rendering middleware Demos
  • 3. Consortium ATEME: H264/MPEG-4/AVC low latency compression algorithms Bull: cloud infrastructure, distributed systems architecture and HPC cluster CEA List: interactive simulation of natural phenomenons, virtual reality EISTI: marketplace, OpenERP integration Inria Reso: energy efficiency TSP (Artemis Lab): remote rendering, video compression, multimodality Silkan: massively distributed (HPC) software architecture for interactive simulation OW2: communication, dissemination Origin of the project Winner of 1st Call for Projects “Cloud Computing” by the FSN in 2011 Project length: 36 months Official Start: 01/01/2012 Coordinator: Bull Open Source (Apache V2) http://gitorious.ow2.org/xlcloud http://xlcloud.org/ http://gitorious.ow2.org/xlcloud
  • 4. XLcloud objective Establish the demonstration of a High Performance Cloud Computing (HPCC) platform designed to run effectively a representative set of compute intensive workloads including interactive games and 3D graphics applications
  • 5. Capabilities of the XLcloud platform The platform exposes an on-demand Platform-as-a-Service service endpoint (and GUI) which developers can use to manage software stacks of nearly any scale and complexity without sacrificing control The platform's main design paradigm is to make it easy to manage the complete application lifecycle, including resource provisioning, configuration management, application deployment, software updates, monitoring, and access control. The software stack artefacts produced by XLcloud are primarily targeted toward delivering two kinds of virtual clusters, but could easily be extended to produce other types of virtual platforms: ● An HPC Virtual Cluster based on SLURM ● A Remote Rendering Virtual Cluster based on Ogre3D Today’s topic
  • 7. Scene analyzer Local Input Scene Data AI description Remote Input Network parameters User interaction Segmentation map Depth map Motion vectors Application Engine Scene Graph Rendering engine 2D/3D graphics Video Encoder Graphics Encoder Server RTP/UDP Packetizer Network ready packets Streamer Compressed stream Player Terminal parameters Interactivity Network Client Network How remote rendering works?
  • 8. Scene analyzer Local Input Scene Data AI description Remote Input Network parameters User interaction Segmentation map Depth map Motion vectors Application Engine Scene Graph Rendering engine 2D/3D graphics Video Encoder Graphics Encoder Server RTP/UDP Packetizer Network ready packets Streamer Compressed stream Player Terminal parameters Interactivity Network Client Network How remote rendering works? xlcloud added value Transmoder Depth MAP Quality control Buffers extraction optimizations Pre- Processing
  • 9. Scene analyzer Local Input Scene Data AI description Remote Input Network parameters User interaction Segmentation map Depth map Motion vectors Application Engine Scene Graph Rendering engine 2D/3D graphics Video Encoder Graphics Encoder Server RTP/UDP Packetizer Network ready packets Streamer Compressed stream Player Terminal parameters Interactivity Network Client Network How remote rendering works? xlcloud added value Transmoder Depth MAP Quality control RoA Quality control Region Of Attention Map Buffers extraction optimizations Pre- Processing
  • 10. Examples of applications in Remote Rendering
  • 11. The problem that the Cloud can solve for Remote Rendering Video bitrate Network Bitrate (kb/s) Time (s) Frozen image Frozen image Frozen image Frozen image
  • 12. The problem that the Cloud can solve for Remote Rendering Network Bitrate (kb/s) Time (s) Reduce the video bitrate to keep it under the network bitrate
  • 13. The objective is simple, the results when applying traditional rate control are just … horrible
  • 14. Problem Statement Find new representation spaces of video sequences that allows to reduce the debit beyond the theoretical limit of the pixel space while preserving the user experience
  • 15. Proposed Approach Statistically detect regions of interest (ROI) Create importance maps Concentrate the coding error in “less important” areas Correlate importance maps with the characteristics of the image, measured in real time Perform a segmentation of the image in relation to these characteristics Build a hybrid space Compress the hybrid space Transmit, decode and display the rendered hybrid space
  • 16. What is the “important” info? Player’s attention is game specific and it depends on the graphical content, action, interaction
  • 17. What is the “important” info? “Ask” the user … 5 players, 2 games (Doom3 and 0AD), 1 eye-tracker and many playing hours To get this …
  • 18. What is the “important” info? “Ask” the user …
  • 19. Intra-player analysis Strong correlation if rp>0,5
  • 20. Inter-player analysis Doom3, rp > 0,85 (between ¯xDoom3 and all the tests) 0 A.D., rp > 0,69 (between ¯x0AD and all the tests)
  • 21. Region of Attention Model Modulate the quality of the video encoding based on RoA
  • 22. Additional control: adaptive video coding based on depth map Control of region quality based on distance from viewpoint Inverse exponential function to correct non-linear depth values Variable range support
  • 23. Displacing the errors in the video frame is fine, however it has theoretical limits imposed by the “Pixel” space 푧5, 푚2 푧6, 푚1 푧1, 푚3 푧3, 푚1 푧2, 푚2 푧4, 푚2 푧7, 푚4 Additional improvement: represent the image by using two spaces Regions containing edges – represented as color pixels Edge free regions – represented as polynomial coefficients
  • 24. Hybrid Space – Visual Results Original Image Hybrid Space Pixel Information Polynomial Information Reconstructed Image
  • 26. Remote Rendering – 3 Layers structure Lobby Node 1 Node 2 Lobby Agent Lobby Agent RR Session 1 RR Session 2 RR Session 3 RR Session 1 RR Session 2 RR Session 3 Application Catalog Client Remote Rendering Virtual Cluster Cluster : Lobby Component Node : Lobby Agent Component Application Load Table
  • 27. Remote Rendering – 3 Layers Structure Sequence Diagram for Remote Rendering Session Submission
  • 28. Lobby Remote Rendering – 3 Layers Structure Node 1 Lobby Agent X server Application 1 Application Catalog Client Streaming server Remote Rendering Virtual Cluster Session Initialization X Server launch RR Middleware components launch Application launch Load Table Streaming server X server Application 2
  • 29. Remote Rendering Middleware - Components Remote Rendering Library Graphics Engine Video Output (GEVO) Interaction Module (NetInput) Open Source Graphics Engine (OGRE) Ogre-GEVO Plugin Video Encoder Local Dependencies Streaming Server Lobby Agent
  • 30. RR Middleware – Application Integration Ogre Application 3D Application RR Middleware Remote Rendering Library GEVO - RRStream Interactivity (NetInput) RR Dependencies Video Encoder Ogre – GEVO Plugin Streaming Server
  • 31. Demo
  • 32. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores
  • 33. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores CPU
  • 34. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores CPU
  • 35. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores GPU
  • 36. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores GPU
  • 37. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores Network
  • 38. Games 4 sessions, 1280x 720 Nvidia K340 grid Intel Xeon 2 cores Network
  • 39. Concluding Remarks A demonstration of a High Performance Cloud Computing platform More computation is available, better compression is possible Modulate the compression quality with respect to user attention and application behavior Generate in real time complementary representation spaces for images