Difference between revisions of "Network and Multimedia Systems Lab (NMSL)"

From NMSL
 
(23 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
'''Welcome to the Network and Multimedia Systems Lab (NMSL) at SFU!'''
 
'''Welcome to the Network and Multimedia Systems Lab (NMSL) at SFU!'''
  
 +
The Network and Multimedia Systems Lab is led by [http://www.cs.sfu.ca/~mhefeeda/ Dr. Mohamed Hefeeda,] and it is located in the TASC1 building, room 8208.
  
We are interested in the broad areas of multimedia systems and computer networks. We develop algorithms and systems to efficiently distribute multimedia content to large-scale user communities over wired and wireless networks. We design machine learning models to address important and challenging problems in multimedia and network systems. In most of our works, we develop prototypes and testbeds to demonstrate the practicality of our solutions and show their performance in actual environments.  
+
We are interested in the broad areas of multimedia systems, machine learning, and computer networks. We develop algorithms and systems to efficiently distribute multimedia content to large-scale user communities over wired and wireless networks. We design machine learning models to address important and challenging problems in multimedia and network systems. Our current research projects include hyperspectral imaging, datacenter networking, scalable multicast systems, cloud gaming, multimedia forensics, mobile multimedia, and AR/VR content processing and streaming. In most of our works, we develop prototypes and testbeds to demonstrate the practicality of our solutions and show their performance in actual environments.
  
The Network and Multimedia Systems Lab is led by [http://www.cs.sfu.ca/~mhefeeda/ Dr. Mohamed Hefeeda.] and it is located in the TASC1 building, room 8208. We hold regular [[group meeting]] for discussion and brainstorming.
+
At a high level, our current research interests include:  
  
Our current research projects include hyperspectral imaging, scalable multicast systems, cloud gaming, multimedia forensics, mobile multimedia, and AR/VR content processing and streaming. Brief descriptions and links to some of our active projects are given below.  
+
'''<big>Machine Learning for Multimedia:</big>''' We design learning-based solutions to address complex real-life problems that involve multiple modalities and entities, such as:   
 +
* '''''Multimedia Forensics:''''' detecting makeup attacks in biometric systems using generative adversarial models, fighting content forgery and deepfake using deep watermarking, and detecting food fraud using hyperspectral imaging and deep-learning models.  
 +
* '''''Content Enhancement:''''' removing reflection in images using unsupervised learning models, and up-sampling of rendered contents in cloud gaming using deep learning.  
  
  
== '''Next Generation Video''' ==
+
'''<big>Multimedia Networking:</big>''' We design systems for efficient encoding, processing, and delivery of immersive (3D, AR, and VR) multimedia content, such as:
 +
* '''''Augmented and Virtual Reality (AR/VR):''''' automatically converting 2D videos to 3D and VR, and adaptively streaming AR/VR content to heterogeneous receivers.
 +
* '''''Cloud Gaming:''''' designing next-generation cloud gaming systems that optimize video quality, player engagement, and required computing and bandwidth resources. 
  
With massive investments in the virtual reality (VR) hardware sector, companies encounter the challenge of providing VR content.  The current solution of installing and operating VR camera rigs is expensive and not scalable. This project provides novel algorithms and methods to automatically convert standard broadcast 2D video streams to 3D and immersive VR streams of high quality. It also provides algorithms for adaptively streaming such complex multimedia content over the Internet to heterogeneous receivers.
 
  
* '''[[Multimedia Forensics]]'''
+
'''<big>Network Protocols and Systems:</big>'''  We design protocols and systems to efficiently manage the resources of different networks and support the growing computation and communication demands of machine learning models, such as: 
 +
* '''''Datacenter Multicast:''''' designing scalable multicast systems for datacenters to support efficient group communications patterns common in training machine learning models. 
 +
* '''''ISP and CDN Traffic Management:''''' developing algorithms to support multicast traffic engineering in ISP and CDN networks.
 +
* '''''Datacenter Task Scheduling:''''' designing in-network, fine-grain, schedulers for micro-second scale tasks to support interactive workloads. 
  
* '''[[Immersive_Videos|Immersive Videos]]'''
 
  
* '''[[Hyperspectral Imaging]]'''
+
We publish papers in reputable conferences and journals. Most of our Journal Publications are in the premier IEEE and ACM transactions in our areas, such as IEEE Trans. on MM, ACM Trans. on MM, and IEEE/ACM Trans. on Networking. Similarly, most of our Conference Publications are in selective and high-quality conferences, including MM, NSDI, MobiCom, INFOCOM, ICNP, and MMSys.
  
== '''Mobile Multimedia''' ==
+
Brief descriptions and links to some of our active and concluded projects are given below.
  
We are designing algorithms to optimize video streaming in mobile wireless networks from different perspectives, including energy consumption of mobile receivers, quality of the videos delivered, and efficient utilization of the wireless bandwidth.  
+
== '''Hyperspectral Imaging''' ==
 +
{|
 +
| Hyperspectral cameras capture scenes in many wavelength bands across the spectrum, providing far more information than regular cameras that operate in the visible light range. Hyperspectral imaging can be useful in many commercial/civilian applications such as agricultural research, land-cover mapping, forest monitoring, and mapping of natural disasters, as well as military applications including remote sensing, surveillance, and identification of camouflaged objects.  
  
* '''[[hybridStreaming|Hybrid Multicast-Unicast Streaming over Mobile Networks]]'''
+
Despite the substantial potential of hyperspectral imaging, its utilization has been limited to a small subset of large-scale military and industrial applications. The long-term goal of this research is to enable the wide adoption of hyperspectral imaging in many real-life applications.
 +
 
 +
'''[[Hyperspectral Imaging|Project Page ...]]'''  
 +
 
 +
|| 
 +
[[File:Hyperspectral signatures.png|thumb|Hyperspctral imaging.|right]]
 +
|}
  
 
== '''Cloud Gaming''' ==
 
== '''Cloud Gaming''' ==
 +
{|
 +
|
 +
Cloud gaming enables users to play games on virtually any device. This is achieved by offloading the game rendering and encoding to cloud datacenters. As game resolutions and frame rates increase, cloud gaming platforms face a major challenge to stream high-quality games due to the high bandwidth and low latency requirements.
 +
 +
The goal of this project is to design and implement a comprehensive, end-to-end, framework for next-generation cloud gaming systems to optimize the video quality, bitrate, and end-to-end delay.
 +
 +
This project is supported by '''AMD Canada''' and an '''NSERC Alliance''' project.
 +
 +
'''[[Cloud Gaming | Project Page ...]]'''
 +
 +
|| [[File:CloudGaming.png|thumb|Overview of cloud gaming architectures.|right]]
 +
|}
 +
 +
== '''Datacenter and ISP Networks''' ==
 +
 +
{|
 +
|
 +
We develop algorithms and systems to optimize the performance of datacenter and ISP (Internet Service Provider) Networks. This includes designing scalable multicast systems for datacenters and developing stateless and efficient protocols to support service chaining and multicast traffic engineering in ISP networks.
 +
 +
This work was supported by '''Cisco''' and an '''NSERC Strategic''' project.
  
We are designing methods to improve the quality of encoded video games in cloud gaming using state-of-the-art video encoders. The goal of these methods is to optimize the quality of the encoded videos based on the content while running in realtime.
+
'''[[Scalable Multicast | Project Page ...]]'''
 +
||
 +
[[File:Orca.png|thumb|Design of Orca (multicast system for datacenters). |right]]
 +
|}
  
* '''[[Content-aware_Video_Encoding_for_Cloud_Gaming|Content-aware Video Encoding for Cloud Gaming]]'''
+
== '''Immersive and Next-Generation Videos''' ==
 +
{|
 +
| With massive investments in augmented and virtual reality (AR/VR) hardware, companies encounter the challenge of providing VR content.  The current solution for installing and operating VR camera rigs is expensive and not scalable. This project provides novel algorithms and methods to automatically convert standard broadcast 2D video streams to 3D and immersive VR streams of high quality. It also provides algorithms for adaptively streaming AR/VR content over the Internet to large-scale receivers.
 +
||
 +
[[File:VR2.jpg|thumb|right|Generating VR content from 2D videos. ]]
 +
|}
  
* '''[[DeepGame-Efficient_Video_Encoding_for_Cloud_Gaming|DeepGame: Efficient Video Encoding for Cloud Gaming]]'''
+
'''[[Immersive_Videos|Project Page ...]]'''
  
== '''ISP and CDN Traffic Management''' ==
+
== '''Multimedia Forensics''' ==  
 +
{|
 +
| Recent advances in machine learning have made it easier to create fake images and videos. Users and computing systems are facing increasing difficulties in differentiating forged contents from original ones. In this project, we focus on various aspects of detecting fake content, including detecting makeup attacks in biometrics systems and identifying forged videos and images.
  
We develop algorithms and systems for future ISP and CDN architectures. This includes resource management of ISP-managed CDNs (often called Telco-CDN). We develop stateless and efficient protocols and tools to support multicast traffic engineering in the ISP network.
 
  
* '''[[telcoCDN| Resource Management in Telco-CDNs]]'''
+
'''[[Multimedia Forensics | Project Page ...]]'''
  
* '''[[Multicast in Carrier-Grade Networks| Multicast in Carrier-Grade Networks]]'''
+
|| 
 +
[[File:MakeupAttacks.png|thumb|right|Sample makeup attacks. ]]
 +
|}
  
  

Latest revision as of 14:10, 25 October 2023


Welcome to the Network and Multimedia Systems Lab (NMSL) at SFU!

The Network and Multimedia Systems Lab is led by Dr. Mohamed Hefeeda, and it is located in the TASC1 building, room 8208.

We are interested in the broad areas of multimedia systems, machine learning, and computer networks. We develop algorithms and systems to efficiently distribute multimedia content to large-scale user communities over wired and wireless networks. We design machine learning models to address important and challenging problems in multimedia and network systems. Our current research projects include hyperspectral imaging, datacenter networking, scalable multicast systems, cloud gaming, multimedia forensics, mobile multimedia, and AR/VR content processing and streaming. In most of our works, we develop prototypes and testbeds to demonstrate the practicality of our solutions and show their performance in actual environments.

At a high level, our current research interests include:

Machine Learning for Multimedia: We design learning-based solutions to address complex real-life problems that involve multiple modalities and entities, such as:

  • Multimedia Forensics: detecting makeup attacks in biometric systems using generative adversarial models, fighting content forgery and deepfake using deep watermarking, and detecting food fraud using hyperspectral imaging and deep-learning models.
  • Content Enhancement: removing reflection in images using unsupervised learning models, and up-sampling of rendered contents in cloud gaming using deep learning.


Multimedia Networking: We design systems for efficient encoding, processing, and delivery of immersive (3D, AR, and VR) multimedia content, such as:

  • Augmented and Virtual Reality (AR/VR): automatically converting 2D videos to 3D and VR, and adaptively streaming AR/VR content to heterogeneous receivers.
  • Cloud Gaming: designing next-generation cloud gaming systems that optimize video quality, player engagement, and required computing and bandwidth resources.


Network Protocols and Systems: We design protocols and systems to efficiently manage the resources of different networks and support the growing computation and communication demands of machine learning models, such as:

  • Datacenter Multicast: designing scalable multicast systems for datacenters to support efficient group communications patterns common in training machine learning models.
  • ISP and CDN Traffic Management: developing algorithms to support multicast traffic engineering in ISP and CDN networks.
  • Datacenter Task Scheduling: designing in-network, fine-grain, schedulers for micro-second scale tasks to support interactive workloads.


We publish papers in reputable conferences and journals. Most of our Journal Publications are in the premier IEEE and ACM transactions in our areas, such as IEEE Trans. on MM, ACM Trans. on MM, and IEEE/ACM Trans. on Networking. Similarly, most of our Conference Publications are in selective and high-quality conferences, including MM, NSDI, MobiCom, INFOCOM, ICNP, and MMSys.

Brief descriptions and links to some of our active and concluded projects are given below.

Hyperspectral Imaging

Hyperspectral cameras capture scenes in many wavelength bands across the spectrum, providing far more information than regular cameras that operate in the visible light range. Hyperspectral imaging can be useful in many commercial/civilian applications such as agricultural research, land-cover mapping, forest monitoring, and mapping of natural disasters, as well as military applications including remote sensing, surveillance, and identification of camouflaged objects.

Despite the substantial potential of hyperspectral imaging, its utilization has been limited to a small subset of large-scale military and industrial applications. The long-term goal of this research is to enable the wide adoption of hyperspectral imaging in many real-life applications.

Project Page ...

Hyperspctral imaging.

Cloud Gaming

Cloud gaming enables users to play games on virtually any device. This is achieved by offloading the game rendering and encoding to cloud datacenters. As game resolutions and frame rates increase, cloud gaming platforms face a major challenge to stream high-quality games due to the high bandwidth and low latency requirements.

The goal of this project is to design and implement a comprehensive, end-to-end, framework for next-generation cloud gaming systems to optimize the video quality, bitrate, and end-to-end delay.

This project is supported by AMD Canada and an NSERC Alliance project.

Project Page ...

Overview of cloud gaming architectures.

Datacenter and ISP Networks

We develop algorithms and systems to optimize the performance of datacenter and ISP (Internet Service Provider) Networks. This includes designing scalable multicast systems for datacenters and developing stateless and efficient protocols to support service chaining and multicast traffic engineering in ISP networks.

This work was supported by Cisco and an NSERC Strategic project.

Project Page ...

Design of Orca (multicast system for datacenters).

Immersive and Next-Generation Videos

With massive investments in augmented and virtual reality (AR/VR) hardware, companies encounter the challenge of providing VR content. The current solution for installing and operating VR camera rigs is expensive and not scalable. This project provides novel algorithms and methods to automatically convert standard broadcast 2D video streams to 3D and immersive VR streams of high quality. It also provides algorithms for adaptively streaming AR/VR content over the Internet to large-scale receivers.
Generating VR content from 2D videos.

Project Page ...

Multimedia Forensics

Recent advances in machine learning have made it easier to create fake images and videos. Users and computing systems are facing increasing difficulties in differentiating forged contents from original ones. In this project, we focus on various aspects of detecting fake content, including detecting makeup attacks in biometrics systems and identifying forged videos and images.


Project Page ...

Sample makeup attacks.


Concluded Projects

Please check this link for some of our previous projects.