paper-with-me

Papers

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 terms of energy and storage. As a result, the bulk part of the machine learning operation is therefore often carried out on an edge server, where the data is compressed and transmitted. However, compressing data (such as images) leads to transmitting information irrelevant to the supervised task. Another popular approach is to split the deep network between the device and the server while compressing intermediate features. To date, however, such split computing strategies have barely outperformed the aforementioned naive data compression baselines due to their inefficient approaches to feature compression. This paper adopts ideas from knowledge distillation and neural image compression to compress intermediate feature representations more efficiently. Our supervised compression approach uses a teacher model and a student model with a stochastic bottleneck and learnable prior for entropy coding (Entropic Student). We compare our approach to various neural image and feature compression baselines in three vision tasks and found that it achieves better supervised rate-distortion performance while maintaining smaller end-to-end latency. We furthermore show that the learned feature representations can be tuned to serve multiple downstream tasks.

📄 PDF Abstract BibTeX arXiv:2108.11898

Code (2)

yoshitomo-matsubara/supervised-compression 공식 구현 pytorch
yoshitomo-matsubara/sc2-benchmark pytorch

Tasks

Data CompressionEdge-computingFeature CompressionImage CompressionKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar 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 server…

Edge-computingimage-classificationImage Classificationobject-detection+2

Model Compression for Resource-Constrained Mobile Robots

2022-07-20 · Timotheos Souroulla, Alberto Hata, Ahmad Terra, Özer Özkahraman 외

The number of mobile robots with constrained computing resources that need to execute complex machine learning models has been increasing during the past decade. Commonly, these robots rely on edge infrastructure accessi…

Knowledge DistillationmodelModel Compression

Feature Compression for Rate Constrained Object Detection on the Edge

2022-04-15 · Zhongzheng Yuan, Samyak Rawlekar, Siddharth Garg, Elza Erkip 외

Recent advances in computer vision has led to a growth of interest in deploying visual analytics model on mobile devices. However, most mobile devices have limited computing power, which prohibits them from running large…

CPUFeature CompressionImage Compressionobject-detection+1

PMKLC: Parallel Multi-Knowledge Learning-based Lossless Compression for Large-Scale Genomics Database

2025-07-17 · Hui Sun, Yanfeng Ding, Liping Yi, Huidong Ma 외 arxiv

Learning-based lossless compressors play a crucial role in large-scale genomic database backup, storage, transmission, and management. However, their 1) inadequate compression ratio, 2) low compression \& decompression t…

Empirical Guidelines for Deploying LLMs onto Resource-constrained Edge Devices

2024-06-06 · Ruiyang Qin, Dancheng Liu, Chenhui Xu, Zheyu Yan 외

The scaling laws have become the de facto guidelines for designing large language models (LLMs), but they were studied under the assumption of unlimited computing resources for both training and inference. As LLMs are in…

BenchmarkingRAG