English

ABE-VVS: Attribute-Based Encrypted Volumetric Video Streaming

Cryptography and Security 2026-01-15 v1 Multimedia Networking and Internet Architecture Image and Video Processing

Abstract

This work introduces ABE-VVS, a framework that performs attribute based selective coordinate encryption for point cloud based volumetric video streaming, enabling lightweight yet effective digital rights management (DRM). Rather than encrypting entire point cloud frames, our approach encrypts only selected subsets of coordinates (X,Y,ZX, Y, Z, or combinations), lowering computational overhead and latency while still producing strong visual distortion that prevents meaningful unauthorized viewing. Our experiments show that encrypting only the XX coordinates achieves effective obfuscation while reducing encryption and decryption times by up to 50% and 80%, respectively, compared to full-frame encryption. To our knowledge, this is the first work to provide a novel end-to-end evaluation of a DRM-enabled secure point cloud streaming system. We deployed a point cloud video streaming setup on the CloudLab testbed and evaluated three HTTP-based Attribute-Based Encryption (ABE) granularities - ABE-XYZ (encrypting all X,Y,ZX,Y,Z coordinates), ABE-XY, and ABE-X against conventional HTTPS/TLS secure streaming as well as an HTTP-only baseline without any security. Our streaming evaluation demonstrates that ABE-based schemes reduce server-side CPU load by up to 80% and cache CPU load by up to 63%, comparable to HTTP-only, while maintaining similar cache hit rates. Moreover, ABE-XYZ and ABE-XY exhibit lower client-side rebuffering than HTTPS, and ABE-X achieves zero rebuffering comparable to HTTP-only. Although ABE-VVS increases client-side CPU usage, the overhead is not large enough to affect streaming quality and is offset by its broader benefits, including simplified key revocation, elimination of per-client encryption, and reduced server and cache load.

Keywords

Cite

@article{arxiv.2601.08987,
  title  = {ABE-VVS: Attribute-Based Encrypted Volumetric Video Streaming},
  author = {Mohammad Waquas Usmani and Susmit Shannigrahi and Michael Zink},
  journal= {arXiv preprint arXiv:2601.08987},
  year   = {2026}
}

Comments

10 pages + 1 references and 9 figures with some sub-figures

R2 v1 2026-07-01T09:03:32.557Z