Skip to content

IreneLu12/GenRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

GenRTC

Perceptual comparison for paper titled "GenRTC: Low Bandwidth Video Conferencing System with Generative Face Coding". In this perceptual experiment, frame dropping is introduced to maintain playback synchronization, it results in substantial content loss and stuttering due to excessive frame loss. Note that timeout frames are marked as "Timeout! Drop!", and frames dropped due to webrtc internal bitrate requirement detection mechanism are marked as "Loss". Based on below comparison, it shows that GenRTC, with its more effective adaptive encoder and precise bandwidth estimator, efficiently handles network fluctuations, providing a more stable transmission. At the same time, GenRTC maintains relatively high perceptual quality.

Case 1

Baseline:

  • missrate = 0.54 Vmaf = 86.74, PSNR = 42.02 SSIM = 0.99, LPIPS = 0.037

Ours:

  • missrate = 0.04 Vmaf = 77.43, PSNR = 38.69 SSIM = 0.96, LPIPS = 0.055
case1.mp4

Case 2

Baseline:

  • missrate = 0.32 Vmaf = 87.09, PSNR = 32.17 SSIM = 0.97, LPIPS = 0.031

Ours:

  • missrate = 0.05 Vmaf = 79.51, PSNR = 29.69 SSIM = 0.95, LPIPS = 0.045
case2.mp4

Case 3

Baseline:

  • missrate = 0.29 Vmaf = 88.18, PSNR = 36.63 SSIM = 0.97, LPIPS = 0.030

Ours:

  • missrate = 0.03 Vmaf = 76.11, PSNR = 33.41 SSIM = 0.96, LPIPS = 0.054
case3.mp4

High Resolution Case

480Pdemo.mp4
720Pdemov2.mp4

E2E Delay Analysis

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors