paper-with-me

Papers

A Multi-task Supervised Compression Model for Split Computing

2025-01-02 · Yoshitomo Matsubara, Matteo Mendula, Marco Levorato

Split computing ($\neq$ split learning) is a promising approach to deep learning models for resource-constrained edge computing systems, where weak sensor (mobile) devices are wirelessly connected to stronger edge servers through channels with limited communication capacity. State-of-theart work on split computing presents methods for single tasks such as image classification, object detection, or semantic segmentation. The application of existing methods to multitask problems degrades model accuracy and/or significantly increase runtime latency. In this study, we propose Ladon, the first multi-task-head supervised compression model for multi-task split computing. Experimental results show that the multi-task supervised compression model either outperformed or rivaled strong lightweight baseline models in terms of predictive performance for ILSVRC 2012, COCO 2017, and PASCAL VOC 2012 datasets while learning compressed representations at its early layers. Furthermore, our models reduced end-to-end latency (by up to 95.4%) and energy consumption of mobile devices (by up to 88.2%) in multi-task split computing scenarios.

📄 PDF Abstract BibTeX arXiv:2501.01420

Code (1)

yoshitomo-matsubara/ladon-multi-task-sc2 공식 구현 pytorch

Tasks

Edge-computingimage-classificationImage Classificationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

SC2 Benchmark: Supervised Compression for Split Computing

2022-03-16 · Yoshitomo Matsubara, Ruihan Yang, Marco Levorato, Stephan Mandt

With the increasing demand for deep learning models on mobile devices, splitting neural network computation between the device and a more powerful edge server has become an attractive solution. However, existing split co…

Data CompressionEdge-computingFeature CompressionImage Compression+1

Supervised Compression for Resource-Constrained Edge Computing Systems

2021-08-21 · Yoshitomo Matsubara, Ruihan Yang, Marco Levorato, Stephan Mandt

There has been much interest in deploying deep learning algorithms on low-powered devices, including smartphones, drones, and medical sensors. However, full-scale deep neural networks are often too resource-intensive in …

Data CompressionEdge-computingFeature CompressionImage Compression+1

A Low-Complexity Approach to Rate-Distortion Optimized Variable Bit-Rate Compression for Split DNN Computing

2022-08-24 · Parual Datta, Nilesh Ahuja, V. Srinivasa Somayazulu, Omesh Tickoo

Split computing has emerged as a recent paradigm for implementation of DNN-based AI workloads, wherein a DNN model is split into two parts, one of which is executed on a mobile/client device and the other on an edge-serv…

Data Compression

Neural Rate Estimator and Unsupervised Learning for Efficient Distributed Image Analytics in Split-DNN Models

2023-01-01 · CVPR 2023 1 · Nilesh Ahuja, Parual Datta, Bhavya Kanzariya, V. Srinivasa Somayazulu 외

Thanks to advances in computer vision and AI, there has been a large growth in the demand for cloud-based visual analytics in which images captured by a low-powered edge device are transmitted to the cloud for analyt…

image-classificationImage ClassificationSemantic Segmentation

Memory- and Latency-Constrained Inference of Large Language Models via Adaptive Split Computing

2025-11-06 · Mingyu Sung, Vikas Palakonda, Suhwan Im, Sunghwan Moon 외 arxiv

Large language models (LLMs) have achieved near-human performance across diverse reasoning tasks, yet their deployment on resource-constrained Internet-of-Things (IoT) devices remains impractical due to massive parameter…