Split Learning Project: MIT Media Lab
splitlearning.mit.eduSplit learning attains high resource efficiency for distributed deep learning in comparison to existing methods by splitting the models architecture across distributed entities. It only communicates activations and gradients just from the split layer unlike other popular methods that share weights/gradients from all the layers.
Split Learning and Inference
splitlearning.mit.edu/inference.htmlSplit Learning and Inference. Split learning removes barriers for collaboration in a whole range of sectors including healthcare, finance, security, logistics, governance, operations and manufacturing. For example, a split learning configuration as shown below allows for resource-constrained local hospitals with smaller individual datasets to ...
[2004.12088] SplitFed: When Federated Learning Meets Split ...
https://arxiv.org/abs/2004.1208825.04.2020 · Federated learning (FL) and split learning (SL) are two popular distributed machine learning approaches. Both follow a model-to-data scenario; clients train and test machine learning models without sharing raw data. SL provides better model privacy than FL due to the machine learning model architecture split between clients and the server. Moreover, the split …