paper-with-me

Papers

Positive-Unlabeled Compression on the Cloud

2019-09-21 · NeurIPS 2019 12 · Yixing Xu, Yunhe Wang, Hanting Chen, Kai Han, Chunjing Xu, DaCheng Tao, Chang Xu

Many attempts have been done to extend the great success of convolutional neural networks (CNNs) achieved on high-end GPU servers to portable devices such as smart phones. Providing compression and acceleration service of deep learning models on the cloud is therefore of significance and is attractive for end users. However, existing network compression and acceleration approaches usually fine-tuning the svelte model by requesting the entire original training data (\eg ImageNet), which could be more cumbersome than the network itself and cannot be easily uploaded to the cloud. In this paper, we present a novel positive-unlabeled (PU) setting for addressing this problem. In practice, only a small portion of the original training set is required as positive examples and more useful training examples can be obtained from the massive unlabeled data on the cloud through a PU classifier with an attention based multi-scale feature extractor. We further introduce a robust knowledge distillation (RKD) scheme to deal with the class imbalance problem of these newly augmented training examples. The superiority of the proposed method is verified through experiments conducted on the benchmark models and datasets. We can use only $8\%$ of uniformly selected data from the ImageNet to obtain an efficient model with comparable performance to the baseline ResNet-34.

📄 PDF Abstract BibTeX arXiv:1909.09757

Code (2)

huawei-noah/DAFL pytorch
huawei-noah/Data-Efficient-Model-Compression pytorch

Tasks

GPUKnowledge 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 제목 키워드 기반

Recognizing Rigid Patterns of Unlabeled Point Clouds by Complete and Continuous Isometry Invariants with no False Negatives and no False Positives

2023-03-27 · CVPR 2023 1 · Daniel Widdowson, Vitaliy Kurlin

Rigid structures such as cars or any other solid objects are often represented by finite clouds of unlabeled points. The most natural equivalence on these point clouds is rigid motion or isometry maintaining all inter-po…

Unlabeled sample compression schemes and corner peelings for ample and maximum classes

2018-12-05 · Jérémie Chalopin, Victor Chepoi, Shay Moran, Manfred K. Warmuth

We examine connections between combinatorial notions that arise in machine learning and topological notions in cubical/simplicial geometry. These connections enable to export results from geometry to machine learning. Ou…

BIG-bench Machine Learning

Guided Point Contrastive Learning for Semi-supervised Point Cloud Semantic Segmentation

2021-10-15 · ICCV 2021 10 · Li Jiang, Shaoshuai Shi, Zhuotao Tian, Xin Lai 외

Rapid progress in 3D semantic segmentation is inseparable from the advances of deep network models, which highly rely on large-scale annotated data for training. To address the high cost and challenges of 3D point-level …

3D Semantic SegmentationContrastive LearningPseudo LabelSemantic Segmentation

Unlabeled Compression Schemes Exceeding the VC-dimension

2018-11-29 · Dömötör Pálvölgyi, Gábor Tardos

In this note we disprove a conjecture of Kuzmin and Warmuth claiming that every family whose VC-dimension is at most d admits an unlabeled compression scheme to a sample of size at most d. We also study the unlabeled com…

Harnessing PU Learning for Enhanced Cloud-based DDoS Detection: A Comparative Analysis

2024-10-24 · Robert Dilworth, Charan Gudla

This paper explores the application of Positive-Unlabeled (PU) learning for enhanced Distributed Denial-of-Service (DDoS) detection in cloud environments. Utilizing the $\texttt{BCCC-cPacket-Cloud-DDoS-2024}$ dataset, we…

Anomaly Detection