TL++: Accuracy and Privacy Preserving Traversal Learning for Distributed Intelligent Systems

14d ago · Global · primary source: export.arxiv.org

Multi-source synthesis by The Embedding Report from 2 sources. Every numeric and quoted claim traces to a cited source body (see methodology).

Researchers have proposed TL++, a framework for distributed intelligent systems that preserves accuracy and privacy, achieving up to 91.41% accuracy on CIFAR-10 while reducing per-step communication by 13.1-fold[1].

Distributed intelligent systems often need to train across data silos without centralizing raw data. Federated learning and split learning have limitations, including high communication costs and potential exposure of sensitive information[1]. TL++ addresses these issues by constructing virtual batches across nodes and using a secure mode to secret-share cut-layer activations and gradients between an orchestrator and a non-colluding helper. This approach prevents either server from observing plaintext cut-layer tensors. The framework was evaluated against federated and split-learning baselines on CIFAR-10 and BioGPT/PubMedQA using full fine-tuning and LoRA. On CIFAR-10, TL++ achieved accuracies of 91.41% (standard deviation 0.19) and 90.93% (standard deviation 0.17) for base cut 1 and exact secure cut 3, respectively. In a related development, researchers explored the use of fully homomorphic encryption for privacy-preserving inference tasks, achieving minimal drop in classification accuracy for various datasets, including MNIST, Kuzushiji MNIST, Fashion-MNIST, and CIFAR-10[2]. Microsoft SEAL was used for performing homomorphic encryption.

research-papertool-release

Background sources we checked (5)
  • arxiv.org ↗ Distributed intelligent systems increasingly need to train across data silos without centralizing raw data. Federated learning keeps data local but can suffer under heterogeneous partitions and requires repeated full-model exchange. Split learning reduces communication through cu…
  • arxiv.org ↗ Distributed intelligent systems increasingly need to train across data silos without centralizing raw data. Federated learning keeps data local, but heterogeneous partitions can degrade accuracy and require repeated full-model exchange. Split learning reduces communication throug…
  • arxiv.org ↗ Distributed intelligent systems increasingly need to train across data silos without centralizing raw data. Federated learning keeps data local, but heterogeneous partitions can degrade accuracy and require repeated full-model exchange. Split learning reduces communication throug…
  • arxiv.org ↗ Distributed intelligent systems increasingly need to train across data silos without centralizing raw data. Federated learning keeps data local, but heterogeneous partitions can degrade accuracy and require repeated full-model exchange. Split learning reduces communication throug…
  • en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…

Sources cited (2)

  1. arxiv.org ↗ E
  2. arxiv.org ↗ E
Spot something wrong? Report an issue