中文
相关论文

相关论文: FERD: Fairness-Enhanced Data-Free Robustness Disti…

200 篇论文

Deep learning models are vulnerable to adversarial examples, posing critical security challenges in real-world applications. While Adversarial Training (AT ) is a widely adopted defense mechanism to enhance robustness, it often incurs a…

机器学习 · 计算机科学 2025-09-16 Jing Zou , Shungeng Zhang , Meikang Qiu , Chong Li

Adversarial Robustness Distillation (ARD) is a promising task to solve the issue of limited adversarial robustness of small capacity models while optimizing the expensive computational costs of Adversarial Training (AT). Despite the good…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Yuzheng Wang , Zhaoyu Chen , Dingkang Yang , Pinxue Guo , Kaixun Jiang , Wenqiang Zhang , Lizhe Qi

Dataset Distillation (DD) is an emerging technique that compresses large-scale datasets into significantly smaller synthesized datasets while preserving high test performance and enabling the efficient training of large models. However,…

计算机视觉与模式识别 · 计算机科学 2024-11-15 Zheng Zhou , Wenquan Feng , Shuchang Lyu , Guangliang Cheng , Xiaowei Huang , Qi Zhao

Federated Learning (FL) is a privacy-constrained decentralized machine learning paradigm in which clients enable collaborative training without compromising private data. However, how to learn a robust global model in the data-heterogeneous…

计算机视觉与模式识别 · 计算机科学 2023-10-10 Kangyang Luo , Shuai Wang , Yexuan Fu , Xiang Li , Yunshi Lan , Ming Gao

We propose a conceptually simple and lightweight framework for improving the robustness of vision models through the combination of knowledge distillation and data augmentation. We address the conjecture that larger models do not make for…

机器学习 · 计算机科学 2024-02-06 Andy Zhou , Jindong Wang , Yu-Xiong Wang , Haohan Wang

Knowledge distillation (KD) has enabled remarkable progress in model compression and knowledge transfer. However, KD requires a large volume of original data or their representation statistics that are not usually available in practice.…

机器学习 · 计算机科学 2021-02-11 Pengchao Han , Jihong Park , Shiqiang Wang , Yejun Liu

Generalizing to out-of-distribution data while being aware of model fairness is a significant and challenging problem in meta-learning. The goal of this problem is to find a set of fairness-aware invariant parameters of classifier that is…

机器学习 · 计算机科学 2024-11-05 Kai Jiang , Chen Zhao , Haoliang Wang , Feng Chen

Knowledge Distillation (KD) has made remarkable progress in the last few years and become a popular paradigm for model compression and knowledge transfer. However, almost all existing KD algorithms are data-driven, i.e., relying on a large…

机器学习 · 计算机科学 2020-03-03 Gongfan Fang , Jie Song , Chengchao Shen , Xinchao Wang , Da Chen , Mingli Song

Adversarial Training (AT) has been widely proved to be an effective method to improve the adversarial robustness against adversarial examples for Deep Neural Networks (DNNs). As a variant of AT, Adversarial Robustness Distillation (ARD) has…

机器学习 · 计算机科学 2024-11-01 Shiji Zhao , Ranjie Duan , Xizhe Wang , Xingxing Wei

The robustness of federated learning (FL) is vital for the distributed training of an accurate global model that is shared among large number of clients. The collaborative learning framework by typically aggregating model updates is…

Adversarial robustness distillation (ARD) aims to transfer both performance and robustness from teacher model to lightweight student model, enabling resilient performance on resource-constrained scenarios. Though existing ARD approaches…

计算机视觉与模式识别 · 计算机科学 2025-09-17 Liming Lu , Shuchao Pang , Xu Zheng , Xiang Gu , Anan Du , Yunhuai Liu , Yongbin Zhou

Although the diffusion model has achieved remarkable performance in the field of image generation, its high inference delay hinders its wide application in edge devices with scarce computing resources. Therefore, many training-free sampling…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Weilun Feng , Chuanguang Yang , Zhulin An , Libo Huang , Boyu Diao , Fei Wang , Yongjun Xu

Deep learning models are shown to be vulnerable to adversarial examples. Though adversarial training can enhance model robustness, typical approaches are computationally expensive. Recent works proposed to transfer the robustness to…

机器学习 · 计算机科学 2020-09-22 Tao Bai , Jinnan Chen , Jun Zhao , Bihan Wen , Xudong Jiang , Alex Kot

Data-free knowledge distillation aims to learn a compact student network from a pre-trained large teacher network without using the original training data of the teacher network. Existing collection-based and generation-based methods train…

计算机视觉与模式识别 · 计算机科学 2024-12-19 Jialiang Tang , Shuo Chen , Chen Gong

Knowledge Distillation (KD) aims to transfer knowledge in a teacher-student framework, by providing the predictions of the teacher network to the student network in the training stage to help the student network generalize better. It can…

计算机视觉与模式识别 · 计算机科学 2019-09-25 SeongUk Park , Nojun Kwak

Adversarial Training (AT) is widely recognized as an effective approach to enhance the adversarial robustness of Deep Neural Networks. As a variant of AT, Adversarial Robustness Distillation (ARD) has shown outstanding performance in…

计算机视觉与模式识别 · 计算机科学 2025-06-11 Shiji Zhao , Chi Chen , Ranjie Duan , Xizhe Wang , Xingxing Wei

Dataset distillation (DD) allows datasets to be distilled to fractions of their original size while preserving the rich distributional information, so that models trained on the distilled datasets can achieve a comparable accuracy while…

机器学习 · 计算机科学 2025-04-08 Eric Xue , Yijiang Li , Haoyang Liu , Peiran Wang , Yifan Shen , Haohan Wang

Adversarial Robustness Distillation (ARD) has emerged as an effective method to enhance the robustness of lightweight deep neural networks against adversarial attacks. Current ARD approaches have leveraged a large robust teacher network to…

机器学习 · 计算机科学 2025-11-18 Seyedhamidreza Mousavi , Seyedali Mousavi , Masoud Daneshtalab

Benefiting from well-trained deep neural networks (DNNs), model compression have captured special attention for computing resource limited equipment, especially edge devices. Knowledge distillation (KD) is one of the widely used compression…

机器学习 · 计算机科学 2024-06-06 Jinyin Chen , Xiaoming Zhao , Haibin Zheng , Xiao Li , Sheng Xiang , Haifeng Guo

Achieving resiliency against adversarial attacks is necessary prior to deploying neural network classifiers in domains where misclassification incurs substantial costs, e.g., self-driving cars or medical imaging. Recent work has…

计算机视觉与模式识别 · 计算机科学 2024-02-27 Jieren Deng , Aaron Palmer , Rigel Mahmood , Ethan Rathbun , Jinbo Bi , Kaleel Mahmood , Derek Aguiar
‹ 上一页 1 2 3 10 下一页 ›