SALT: A Lightweight Model Adaptation Method for Closed Split Computing Environments
Yuya Okada, Takayuki Nishio

TL;DR
SALT is a lightweight, client-side adaptation framework for split computing environments with proprietary models, enabling personalized inference without model modification or high communication costs.
Contribution
It introduces a compact adapter for user-specific model adaptation in closed environments, addressing the challenge of inaccessible proprietary models.
Findings
Improves classification accuracy on CIFAR datasets
Reduces training latency compared to fine-tuning
Enables robust inference over lossy networks
Abstract
We propose SALT (Split-Adaptive Lightweight Tuning), a lightweight model adaptation framework for Split Computing under closed constraints, where the head and tail networks are proprietary and inaccessible to users. In such closed environments, conventional adaptation methods are infeasible since they require access to model parameters or architectures. SALT addresses this challenge by introducing a compact, trainable adapter on the client side to refine latent features from the head network, enabling user-specific adaptation without modifying the original models or increasing communication overhead. We evaluate SALT on user-specific classification tasks with CIFAR-10 and CIFAR-100, demonstrating improved accuracy with lower training latency compared to fine-tuning methods. Furthermore, SALT facilitates model adaptation for robust inference over lossy networks, a common challenge in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · IoT and Edge/Fog Computing · Domain Adaptation and Few-Shot Learning
MethodsAdapter
