Privacy-Preserving Multimedia Mobile Cloud Computing Using Protective Perturbation

Zhongze Tang,Mengmei Ye,Yao Liu,Sheng Wei
2024-09-03
Abstract:Mobile cloud computing has been adopted in many multimedia applications, where the resource-constrained mobile device sends multimedia data (e.g., images) to remote cloud servers to request computation-intensive multimedia services (e.g., image recognition). While significantly improving the performance of the mobile applications, the cloud-based mechanism often causes privacy concerns as the multimedia data and services are offloaded from the trusted user device to untrusted cloud servers. Several recent studies have proposed perturbation-based privacy preserving mechanisms, which obfuscate the offloaded multimedia data to eliminate privacy exposures without affecting the functionality of the remote multimedia services. However, the existing privacy protection approaches require the deployment of computation-intensive perturbation generation on the resource-constrained mobile devices. Also, the obfuscated images are typically not compliant with the standard image compression algorithms and suffer from significant bandwidth consumption. In this paper, we develop a novel privacy-preserving multimedia mobile cloud computing framework, namely $PMC^2$, to address the resource and bandwidth challenges. $PMC^2$ employs secure confidential computing in the cloud to deploy the perturbation generator, which addresses the resource challenge while maintaining the privacy. Furthermore, we develop a neural compressor specifically trained to compress the perturbed images in order to address the bandwidth challenge. We implement $PMC^2$ in an end-to-end mobile cloud computing system, based on which our evaluations demonstrate superior latency, power efficiency, and bandwidth consumption achieved by $PMC^2$ while maintaining high accuracy in the target multimedia service.
Multimedia
What problem does this paper attempt to address?
The paper attempts to address the challenges of privacy protection and resource consumption in processing multimedia data (such as images) in mobile cloud computing. Specifically: 1. **Privacy Protection Issue**: When user devices send multimedia data to cloud servers for compute-intensive services (e.g., image recognition), this data may contain sensitive information, leading to privacy leakage risks. 2. **Resource Consumption Issue**: Some existing privacy protection methods require resource-constrained mobile devices to perform compute-intensive perturbation generation tasks, which not only increases device latency and power consumption but also affects user experience. 3. **Bandwidth Issue**: Perturbed images often do not conform to standard image compression algorithms, resulting in significant bandwidth consumption during transmission. To address the above issues, researchers have proposed a new framework called PMC2, which adopts the following strategies: - **Protective Perturbation Generation**: By deploying perturbation generators on trusted edge servers to alleviate the computational burden on mobile devices and utilizing confidential computing technology to ensure data security. - **Neural Compression**: Developing a neural compression method specifically for perturbed images to reduce bandwidth consumption in cross-domain communication. Through these methods, PMC2 aims to achieve an efficient, low-power, and privacy-protecting mobile cloud computing system.