paper-with-me

Papers

Distilling Universal and Joint Knowledge for Cross-Domain Model Compression on Time Series Data

2023-07-07 · Qing Xu, Min Wu, XiaoLi Li, Kezhi Mao, Zhenghua Chen

For many real-world time series tasks, the computational complexity of prevalent deep leaning models often hinders the deployment on resource-limited environments (e.g., smartphones). Moreover, due to the inevitable domain shift between model training (source) and deploying (target) stages, compressing those deep models under cross-domain scenarios becomes more challenging. Although some of existing works have already explored cross-domain knowledge distillation for model compression, they are either biased to source data or heavily tangled between source and target data. To this end, we design a novel end-to-end framework called Universal and joint knowledge distillation (UNI-KD) for cross-domain model compression. In particular, we propose to transfer both the universal feature-level knowledge across source and target domains and the joint logit-level knowledge shared by both domains from the teacher to the student model via an adversarial learning scheme. More specifically, a feature-domain discriminator is employed to align teacher's and student's representations for universal knowledge transfer. A data-domain discriminator is utilized to prioritize the domain-shared samples for joint knowledge transfer. Extensive experimental results on four time series datasets demonstrate the superiority of our proposed method over state-of-the-art (SOTA) benchmarks.

📄 PDF Abstract BibTeX arXiv:2307.03347

Code (1)

ijcai2023/uni_kd 공식 구현 pytorch

Tasks

Knowledge DistillationModel CompressionTime SeriesTransfer Learning

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.…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Universal Representations: A Unified Look at Multiple Task and Domain Learning

2022-04-06 · Wei-Hong Li, Xialei Liu, Hakan Bilen

We propose a unified look at jointly learning multiple vision tasks and visual domains through universal representations, a single deep neural network. Learning multiple problems simultaneously involves minimizing a weig…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot Learningimage-classification+1

Towards Universal LiDAR-Based 3D Object Detection by Multi-Domain Knowledge Transfer

2023-01-01 · ICCV 2023 1 · Guile Wu, Tongtong Cao, Bingbing Liu, Xingxin Chen 외

Contemporary LiDAR-based 3D object detection methods mostly focus on single-domain learning or cross-domain adaptive learning. However, for autonomous driving systems, optimizing a specific LiDAR-based 3D object dete…

3D Object DetectionAutonomous DrivingObjectobject-detection+2

Universal Representation Learning from Multiple Domains for Few-shot Classification

2021-03-25 · ICCV 2021 10 · Wei-Hong Li, Xialei Liu, Hakan Bilen

In this paper, we look at the problem of few-shot classification that aims to learn a classifier for previously unseen classes and domains from few labeled samples. Recent methods use adaptation networks for aligning the…

ClassificationFew-Shot Image ClassificationGeneral ClassificationRepresentation Learning

Distilling Morphology-Conditioned Hypernetworks for Efficient Universal Morphology Control

2024-02-09 · Zheng Xiong, Risto Vuorio, Jacob Beck, Matthieu Zimmer 외

Learning a universal policy across different robot morphologies can significantly improve learning efficiency and enable zero-shot generalization to unseen morphologies. However, learning a highly performant universal po…

Zero-shot Generalization

U-Harmony: Enhancing Joint Training for Segmentation Models with Universal Harmonization

2026-01-21 · Weiwei Ma, Xiaobing Yu, Peijie Qiu, Jin Yang 외 arxiv

In clinical practice, medical segmentation datasets are often limited and heterogeneous, with variations in modalities, protocols, and anatomical targets across institutions. Existing deep learning models struggle to joi…

Medical Image Segmentation