paper-with-me

Papers

SALT: A Lightweight Model Adaptation Method for Closed Split Computing Environments

2025-06-09 · Yuya Okada, Takayuki Nishio

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 edge-cloud environments. With minimal deployment overhead, SALT offers a practical solution for personalized inference in edge AI systems under strict system constraints.

📄 PDF Abstract BibTeX arXiv:2506.07355

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Lightweight User-Personalization Method for Closed Split Computing

2026-03-16 · Yuya Okada, Takayuki Nishio arxiv

Split Computing enables collaborative inference between edge devices and the cloud by partitioning a deep neural network into an edge-side head and a server-side tail, reducing latency and limiting exposure of raw input …

Salted Inference: Enhancing Privacy while Maintaining Efficiency of Split Inference in Mobile Computing

2023-10-20 · Mohammad Malekzadeh, Fahim Kawsar

In split inference, a deep neural network (DNN) is partitioned to run the early part of the DNN at the edge and the later part of the DNN in the cloud. This meets two key requirements for on-device machine learning: inpu…

Anisotropic mesh adaptation for region-based segmentation accounting for image spatial information

2021-12-19 · Matteo Giacomini, Simona Perotto

A finite element-based image segmentation strategy enhanced by an anisotropic mesh adaptation procedure is presented. The methodology relies on a split Bregman algorithm for the minimisation of a region-based energy func…

Image SegmentationSemantic Segmentation

SALT: Singular Value Adaptation with Low-Rank Transformation

2025-03-20 · Abdelrahman Elsayed, Sarim Hashmi, Mohammed Elseiagy, Hu Wang 외

The complex nature of medical image segmentation calls for models that are specifically designed to capture detailed, domain-specific features. Large foundation models offer considerable flexibility, yet the cost of fine…

Image SegmentationMedical Image Segmentationparameter-efficient fine-tuningSemantic Segmentation

SALT: Subspace Alignment as an Auxiliary Learning Task for Domain Adaptation

2019-06-11 · Kowshik Thopalli, Jayaraman J. Thiagarajan, Rushil Anirudh, Pavan Turaga

Unsupervised domain adaptation aims to transfer and adapt knowledge learned from a labeled source domain to an unlabeled target domain. Key components of unsupervised domain adaptation include: (a) maximizing performance…

Auxiliary LearningDomain AdaptationFormUnsupervised Domain Adaptation