Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

P3SL: Personalized Privacy-Preserving Split Learning on Heterogeneous Edge Devices

Created by
  • Haebom

Author

Wei Fan, JinYi Yoon, Xiaochang Li, Huajie Shao, Bo Ji

Outline

This paper proposes P3SL, a personalized privacy-preserving segmentation learning framework for resource-constrained edge devices in heterogeneous environments. To address the inherent differences in resources, communication, environmental conditions, and privacy requirements in heterogeneous environments, which are inherent limitations of traditional segmentation learning (SL), we design a personalized sequential segmentation learning pipeline that allows each client to customize its own privacy level and local model. Furthermore, we use a bi-level optimization technique to enable clients to determine the optimal segmentation point without sharing their private information (computational resources, environmental conditions, and privacy requirements) with the server. We implement and evaluate P3SL using various model architectures and datasets in a test environment consisting of four Jetson Nano P3450s, two Raspberry Pis, and one laptop. We aim to achieve high model accuracy while maintaining a balance between energy consumption and privacy leakage risk.

Takeaways, Limitations

Takeaways:
We present a personalized segmentation learning framework that considers resource constraints and privacy requirements of edge devices in heterogeneous environments.
We present a bi-level optimization technique that determines the optimal split point without the client sharing any personal information.
We present a practical approach that considers the trade-offs between energy consumption, privacy risk, and model accuracy.
Validation of the framework's performance through experiments using actual edge devices.
Limitations:
Further research on generalizability is needed due to experiments using a limited number of edge devices and datasets.
Further research is needed to determine the security and robustness of the framework against various attack scenarios.
Stability and scalability evaluation for long-term operation in real environments is required.
Analysis and optimization of server-side computational load is required.
👍