paper-with-me

홈 › Papers

MixedNUTS: Training-Free Accuracy-Robustness Balance via Nonlinearly Mixed Classifiers

2024-02-03 · Yatong Bai, Mo Zhou, Vishal M. Patel, Somayeh Sojoudi

Adversarial robustness often comes at the cost of degraded accuracy, impeding real-life applications of robust classification models. Training-based solutions for better trade-offs are limited by incompatibilities with already-trained high-performance large models, necessitating the exploration of training-free ensemble approaches. Observing that robust models are more confident in correct predictions than in incorrect ones on clean and adversarial data alike, we speculate amplifying this "benign confidence property" can reconcile accuracy and robustness in an ensemble setting. To achieve so, we propose "MixedNUTS", a training-free method where the output logits of a robust classifier and a standard non-robust classifier are processed by nonlinear transformations with only three parameters, which are optimized through an efficient algorithm. MixedNUTS then converts the transformed logits into probabilities and mixes them as the overall output. On CIFAR-10, CIFAR-100, and ImageNet datasets, experimental results with custom strong adaptive attacks demonstrate MixedNUTS's vastly improved accuracy and near-SOTA robustness -- it boosts CIFAR-100 clean accuracy by 7.86 points, sacrificing merely 0.87 points in robust accuracy.

📄 PDF Abstract BibTeX arXiv:2402.02263

Code (1)

Bai-YT/MixedNUTS 공식 구현 pytorch

Tasks

Adversarial RobustnessRobust classification

Similar Papers 제목 키워드 기반

An Empirical Study of Accuracy-Robustness Tradeoff and Training Efficiency in Self-Supervised Learning

2025-01-07 · Fatemeh Ghofrani, Pooyan Jamshidi

Self-supervised learning (SSL) has significantly advanced image representation learning, yet efficiency challenges persist, particularly with adversarial training. Many SSL methods require extensive epochs to achieve con…

Adversarial RobustnessContrastive LearningRepresentation LearningSelf-Supervised Learning

What Makes VLMs Robust? Towards Reconciling Robustness and Accuracy in Vision-Language Models

2026-03-13 · Sen Nie, Jie Zhang, Zhongqi Wang, Zhaoyang Wei 외 arxiv

Achieving adversarial robustness in Vision-Language Models (VLMs) inevitably compromises accuracy on clean data, presenting a long-standing and challenging trade-off. In this work, we revisit this trade-off by investigat…

Adversarial Robustness

Robustness and Diversity Seeking Data-Free Knowledge Distillation

2020-11-07 · Pengchao Han, Jihong Park, Shiqiang Wang, Yejun Liu

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 availa…

Data-free Knowledge DistillationDiversityKnowledge DistillationModel Compression+1

Mitigating Accuracy-Robustness Trade-off via Balanced Multi-Teacher Adversarial Distillation

2023-06-28 · Shiji Zhao, Xizhe Wang, Xingxing Wei

Adversarial Training is a practical approach for improving the robustness of deep neural networks against adversarial attacks. Although bringing reliable robustness, the performance towards clean examples is negatively a…

Adversarial RobustnessKnowledge Distillation

Towards Resilient and Efficient LLMs: A Comparative Study of Efficiency, Performance, and Adversarial Robustness

2024-08-08 · Xiaojing Fan, Chunliang Tao

With the increasing demand for practical applications of Large Language Models (LLMs), many attention-efficient models have been developed to balance performance and computational cost. However, the adversarial robustnes…

Adversarial Robustness