paper-with-me

Papers

Progressive Weight Loading: Accelerating Initial Inference and Gradually Boosting Performance on Resource-Constrained Environments

2025-09-26 · Hyunwoo Kim, Junha Lee, Mincheol Choi, Jeonghwan Lee, Jaeshin Cho arxiv

Deep learning models have become increasingly large and complex, resulting in higher memory consumption and computational demands. Consequently, model loading times and initial inference latency have increased, posing significant challenges in mobile and latency-sensitive environments where frequent model loading and unloading are required, which directly impacts user experience. While Knowledge Distillation (KD) offers a solution by compressing large teacher models into smaller student ones, it often comes at the cost of reduced performance. To address this trade-off, we propose Progressive Weight Loading (PWL), a novel technique that enables fast initial inference by first deploying a lightweight student model, then incrementally replacing its layers with those of a pre-trained teacher model. To support seamless layer substitution, we introduce a training method that not only aligns intermediate feature representations between student and teacher layers, but also improves the overall output performance of the student model. Our experiments on VGG, ResNet, and ViT architectures demonstrate that models trained with PWL maintain competitive distillation performance and gradually improve accuracy as teacher layers are loaded-matching the final accuracy of the full teacher model without compromising initial inference speed. This makes PWL particularly suited for dynamic, resource-constrained deployments where both responsiveness and performance are critical.

📄 PDF Abstract BibTeX arXiv:2509.22319

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

LimitNet: Progressive, Content-Aware Image Offloading for Extremely Weak Devices & Networks

2025-04-18 · Ali Hojjat, Janek Haberer, Tayyaba Zainab, Olaf Landsiedel

IoT devices have limited hardware capabilities and are often deployed in remote areas. Consequently, advanced vision models surpass such devices' processing and storage capabilities, requiring offloading of such tasks to…

Image Compression

Inference-Time Scaling of Diffusion Models via Progressive Seed Pruning

2026-07-23 · Rogerio Guimaraes, Pietro Perona arxiv

Diffusion and flow-matching models dominate conditional image generation, yet inference-time scaling for these models is far less developed than for autoregressive language models. Because final quality is highly sensiti…

Conditional Image Generation

SpecOffload: Unlocking Latent GPU Capacity for LLM Inference on Resource-Constrained Devices

2025-05-15 · Xiangwen Zhuge, Xu Shen, Zeyu Wang, Fan Dang 외

Efficient LLM inference on resource-constrained devices presents significant challenges in compute and memory utilization. Due to limited GPU memory, existing systems offload model weights to CPU memory, incurring substa…

CPUGPU

Accelerating Data Loading in Deep Neural Network Training

2019-10-02 · Chih-Chieh Yang, Guojing Cong

Data loading can dominate deep neural network training time on large-scale systems. We present a comprehensive study on accelerating data loading performance in large-scale distributed training. We first identify perform…

CPU

Expert Streaming: Accelerating Low-Batch MoE Inference via Multi-chiplet Architecture and Dynamic Expert Trajectory Scheduling

2026-03-29 · Songchen Ma, Hongyi Li, Weihao Zhang, Yonghao Tan 외 arxiv

Mixture-of-Experts is a promising approach for edge AI with low-batch inference. Yet, on-device deployments often face limited on-chip memory and severe workload imbalance; the prevalent use of offloading further incurs …