Tjayush commited on
Commit
67212b1
·
verified ·
1 Parent(s): 802faba

Add research paper

Browse files
Files changed (1) hide show
  1. paper.md +16 -0
paper.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sensitivity-Guided Contrastive Forgetting: Unified Label and Feature Unlearning in Vertical Federated Learning
2
+
3
+ > Full conference-ready paper. See repository for code and results.
4
+
5
+ Please refer to the paper.md file for the full content. The complete paper with all sections (Abstract, Introduction, Related Work, Method, Experiments, Results, Discussion, Conclusion) plus appendices is available in this repository.
6
+
7
+ ## Quick Summary
8
+
9
+ ### Abstract
10
+ We propose UFUSC — the first framework to simultaneously perform label and feature unlearning in Vertical Federated Learning. Through contrastive forgetting loss, Lipschitz feature sensitivity minimization, and dual-variable certification, UFUSC achieves state-of-the-art forgetting (4.8-13.0% forget accuracy) while maintaining competitive utility across MNIST, Fashion-MNIST, and CIFAR-10.
11
+
12
+ ### Key Results
13
+
14
+ **MNIST:** Retain 85.45%, Forget 13.00%, MIA ASR 29.70%
15
+ **Fashion-MNIST:** Retain 70.18%, Forget 3.00%, MIA ASR 19.10%
16
+ **CIFAR-10:** Retain 50.96%, Forget 4.80%, MIA ASR 38.80%