TL;DR
Vertical federated learning (VFL) faces risks from sample reconstruction attacks, which can compromise privacy. CausShield is a new method that employs causal representation learning to enhance privacy without sacrificing model performance.
✦ Why It Matters
Engineers can implement CausShield to improve privacy in VFL applications while maintaining model accuracy.
Key Takeaways
How It Works
CausShield employs a structural causal model to identify and separate causal features from non-causal features in the data. By focusing on task-relevant information, it mitigates the risk of privacy leakage while maintaining model performance.
The optimization problem formulated allows for unsupervised learning, ensuring that the model can adapt without exposing sensitive data during early training phases.
Related