paper-with-me

홈 › Papers

On-Device Learning with Cloud-Coordinated Data Augmentation for Extreme Model Personalization in Recommender Systems

2022-01-24 · Renjie Gu, Chaoyue Niu, Yikai Yan, Fan Wu, Shaojie Tang, Rongfeng Jia, Chengfei Lyu, Guihai Chen

Data heterogeneity is an intrinsic property of recommender systems, making models trained over the global data on the cloud, which is the mainstream in industry, non-optimal to each individual user's local data distribution. To deal with data heterogeneity, model personalization with on-device learning is a potential solution. However, on-device training using a user's small size of local samples will incur severe overfitting and undermine the model's generalization ability. In this work, we propose a new device-cloud collaborative learning framework, called CoDA, to break the dilemmas of purely cloud-based learning and on-device learning. The key principle of CoDA is to retrieve similar samples from the cloud's global pool to augment each user's local dataset to train the recommendation model. Specifically, after a coarse-grained sample matching on the cloud, a personalized sample classifier is further trained on each device for a fine-grained sample filtering, which can learn the boundary between the local data distribution and the outside data distribution. We also build an end-to-end pipeline to support the flows of data, model, computation, and control between the cloud and each device. We have deployed CoDA in a recommendation scenario of Mobile Taobao. Online A/B testing results show the remarkable performance improvement of CoDA over both cloud-based learning without model personalization and on-device training without data augmentation. Overhead testing on a real device demonstrates the computation, storage, and communication efficiency of the on-device tasks in CoDA.

📄 PDF Abstract BibTeX arXiv:2201.10382

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationRecommendation Systems

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

On Handling Catastrophic Forgetting for Incremental Learning of Human Physical Activity on the Edge

2023-02-18 · Jingwei Zuo, George Arvanitakis, Hakim Hacid

Human activity recognition (HAR) has been a classic research problem. In particular, with recent machine learning (ML) techniques, the recognition task has been largely investigated by companies and integrated into their…

Activity RecognitionHuman Activity RecognitionIncremental Learning

Micro Language Models Enable Instant Responses

2026-04-21 · Wen Cheng, Tuochao Chen, Karim Helwani, Sriram Srinivasan 외 arxiv

Edge devices such as smartwatches and smart glasses cannot continuously run even the smallest 100M-1B parameter language models due to power and compute constraints, yet cloud inference introduces multi-second latencies …

Device Tuning for Multi-Task Large Model

2023-02-21 · Penghao Jiang, Xuanchen Hou, Yinsi Zhou

Unsupervised pre-training approaches have achieved great success in many fields such as Computer Vision (CV), Natural Language Processing (NLP) and so on. However, compared to typical deep learning models, pre-training o…

modelMulti-Task LearningUnsupervised Pre-training

Hybrid Cloud-Edge Networks for Efficient Inference

2021-09-29 · Anil Kag, Igor Fedorov, Aditya Gangrade, Paul Whatmough 외

Although deep neural networks (DNNs) achieve state-of-the-art accuracy on large-scale and fine-grained prediction tasks, they are high capacity models and often cannot be deployed on edge devices. As such, two distinct p…