paper-with-me

홈 › Papers

Tiny Adversarial Mulit-Objective Oneshot Neural Architecture Search

2021-02-28 · Guoyang Xie, Jinbao Wang, Guo Yu, Feng Zheng, Yaochu Jin

Due to limited computational cost and energy consumption, most neural network models deployed in mobile devices are tiny. However, tiny neural networks are commonly very vulnerable to attacks. Current research has proved that larger model size can improve robustness, but little research focuses on how to enhance the robustness of tiny neural networks. Our work focuses on how to improve the robustness of tiny neural networks without seriously deteriorating of clean accuracy under mobile-level resources. To this end, we propose a multi-objective oneshot network architecture search (NAS) algorithm to obtain the best trade-off networks in terms of the adversarial accuracy, the clean accuracy and the model size. Specifically, we design a novel search space based on new tiny blocks and channels to balance model size and adversarial performance. Moreover, since the supernet significantly affects the performance of subnets in our NAS algorithm, we reveal the insights into how the supernet helps to obtain the best subnet under white-box adversarial attacks. Concretely, we explore a new adversarial training paradigm by analyzing the adversarial transferability, the width of the supernet and the difference between training the subnets from scratch and fine-tuning. Finally, we make a statistical analysis for the layer-wise combination of certain blocks and channels on the first non-dominated front, which can serve as a guideline to design tiny neural network architectures for the resilience of adversarial perturbations.

📄 PDF Abstract BibTeX arXiv:2103.00363

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

One Shot Audio to Animated Video Generation

2021-02-19 · Neeraj Kumar, Srishti Goel, Ankur Narang, Brejesh lall 외

We consider the challenging problem of audio to animated video generation. We propose a novel method OneShotAu2AV to generate an animated video of arbitrary length using an audio clip and a single unseen image of a perso…

Video Generation

Robust One Shot Audio to Video Generation

2020-12-14 · Neeraj Kumar, Srishti Goel, Ankur Narang, Mujtaba Hasan

Audio to Video generation is an interesting problem that has numerous applications across industry verticals including film making, multi-media, marketing, education and others. High-quality video generation with express…

Generative Adversarial NetworkMarketingOne-Shot LearningSSIM+1

Oneshot Differentially Private Top-k Selection

2021-05-18 · Gang Qiao, Weijie J. Su, Li Zhang

Being able to efficiently and accurately select the top-$k$ elements with differential privacy is an integral component of various private data analysis tasks. In this paper, we present the oneshot Laplace mechanism, whi…

OneShotSTL: One-Shot Seasonal-Trend Decomposition For Online Time Series Anomaly Detection And Forecasting

2023-04-04 · Xiao He, Ye Li, Jian Tan, Bin Wu 외

Seasonal-trend decomposition is one of the most fundamental concepts in time series analysis that supports various downstream tasks, including time series anomaly detection and forecasting. However, existing decompositio…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Adversarially Robust and Explainable Model Compression with On-Device Personalization for Text Classification

2021-01-10 · Yao Qiang, Supriya Tumkur Suresh Kumar, Marco Brocanelli, Dongxiao Zhu

On-device Deep Neural Networks (DNNs) have recently gained more attention due to the increasing computing power of the mobile devices and the number of applications in Computer Vision (CV), Natural Language Processing (N…

Adversarial RobustnessGeneral ClassificationKnowledge DistillationModel Compression+2