paper-with-me

Papers

Relation-Guided Adversarial Learning for Data-free Knowledge Transfer

2024-12-16 · Yingping Liang, Ying Fu

Data-free knowledge distillation transfers knowledge by recovering training data from a pre-trained model. Despite the recent success of seeking global data diversity, the diversity within each class and the similarity among different classes are largely overlooked, resulting in data homogeneity and limited performance. In this paper, we introduce a novel Relation-Guided Adversarial Learning method with triplet losses, which solves the homogeneity problem from two aspects. To be specific, our method aims to promote both intra-class diversity and inter-class confusion of the generated samples. To this end, we design two phases, an image synthesis phase and a student training phase. In the image synthesis phase, we construct an optimization process to push away samples with the same labels and pull close samples with different labels, leading to intra-class diversity and inter-class confusion, respectively. Then, in the student training phase, we perform an opposite optimization, which adversarially attempts to reduce the distance of samples of the same classes and enlarge the distance of samples of different classes. To mitigate the conflict of seeking high global diversity and keeping inter-class confusing, we propose a focal weighted sampling strategy by selecting the negative in the triplets unevenly within a finite range of distance. RGAL shows significant improvement over previous state-of-the-art methods in accuracy and data efficiency. Besides, RGAL can be inserted into state-of-the-art methods on various data-free knowledge transfer applications. Experiments on various benchmarks demonstrate the effectiveness and generalizability of our proposed method on various tasks, specially data-free knowledge distillation, data-free quantization, and non-exemplar incremental learning. Our code is available at https://github.com/Sharpiless/RGAL.

📄 PDF Abstract BibTeX arXiv:2412.11380

Code (1)

sharpiless/rgal 공식 구현 pytorch

Tasks

Data-free Knowledge DistillationData Free QuantizationDiversityImage GenerationIncremental LearningKnowledge DistillationQuantizationRelationTransfer LearningTriplet

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

Knowledge-Guided Adversarial Training for Infrared Object Detection via Thermal Radiation Modeling

2026-03-26 · Shiji Zhao, Shukun Xiong, Maoxun Yuan, Yao Huang 외 arxiv

In complex environments, infrared object detection exhibits broad applicability and stability across diverse scenarios. However, infrared object detection is vulnerable to both common corruptions and adversarial examples…

Object Detection

Improving Fast Adversarial Training with Prior-Guided Knowledge

2023-04-01 · Xiaojun Jia, Yong Zhang, Xingxing Wei, Baoyuan Wu 외

Fast adversarial training (FAT) is an efficient method to improve robustness. However, the original FAT suffers from catastrophic overfitting, which dramatically and suddenly reduces robustness after a few training epoch…

Knowledge-guided Text Structuring in Clinical Trials

2019-12-28 · Yingcheng Sun, Kenneth Loparo

Clinical trial records are variable resources or the analysis of patients and diseases. Information extraction from free text such as eligibility criteria and summary of results and conclusions in clinical trials would b…

Attribute

Improving Adversarial Robustness via Guided Complement Entropy

2019-03-23 · ICCV 2019 10 · Hao-Yun Chen, Jhao-Hong Liang, Shih-Chieh Chang, Jia-Yu Pan 외

Adversarial robustness has emerged as an important topic in deep learning as carefully crafted attack samples can significantly disturb the performance of a model. Many recent methods have proposed to improve adversarial…

Adversarial DefenseAdversarial Robustness

Reliability-Guided Adaptive Ensembling for Robust Test-Time Adaptation

2026-06-21 · Adam Koziak, Yuhong Guo arxiv

Test-time adaptation (TTA) can mitigate domain shift without source data, but it is highly brittle under adversarially contaminated test streams, where corrupted inputs also destabilize online updates. We study robust te…

Test-time AdaptationOutlier Detection