paper-with-me

홈 › Papers

Holistic Adversarially Robust Pruning

2024-12-19 · Qi Zhao, Christian Wressnegger

Neural networks can be drastically shrunk in size by removing redundant parameters. While crucial for the deployment on resource-constraint hardware, oftentimes, compression comes with a severe drop in accuracy and lack of adversarial robustness. Despite recent advances, counteracting both aspects has only succeeded for moderate compression rates so far. We propose a novel method, HARP, that copes with aggressive pruning significantly better than prior work. For this, we consider the network holistically. We learn a global compression strategy that optimizes how many parameters (compression rate) and which parameters (scoring connections) to prune specific to each layer individually. Our method fine-tunes an existing model with dynamic regularization, that follows a step-wise incremental function balancing the different objectives. It starts by favoring robustness before shifting focus on reaching the target compression rate and only then handles the objectives equally. The learned compression strategies allow us to maintain the pre-trained model natural accuracy and its adversarial robustness for a reduction by 99% of the network original size. Moreover, we observe a crucial influence of non-uniform compression across layers.

📄 PDF Abstract BibTeX arXiv:2412.14714

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Robustness for Non-Parametric Classification: A Generic Attack and Defense

2019-06-07 · Yao-Yuan Yang, Cyrus Rashtchian, Yizhen Wang, Kamalika Chaudhuri

Adversarially robust machine learning has received much recent attention. However, prior attacks and defenses for non-parametric classifiers have been developed in an ad-hoc or classifier-specific basis. In this work, we…

Adversarial AttackAdversarial DefenseClassificationGeneral Classification

Holistic Filter Pruning for Efficient Deep Neural Networks

2020-09-17 · Lukas Enderich, Fabian Timm, Wolfram Burgard

Deep neural networks (DNNs) are usually over-parameterized to increase the likelihood of getting adequate initial weights by random initialization. Consequently, trained DNNs have many redundancies which can be pruned fr…

Don't Just Chase "Highlighted Tokens" in MLLMs: Revisiting Visual Holistic Context Retention

2025-10-03 · Xin Zou, Di Lu, Yizhou Wang, Yibo Yan 외 arxiv

Despite their powerful capabilities, Multimodal Large Language Models (MLLMs) suffer from considerable computational overhead due to their reliance on massive visual tokens. Recent studies have explored token pruning to …

Physically Plausible 3D Human-Scene Reconstruction from Monocular RGB Image using an Adversarial Learning Approach

2023-07-27 · Sandika Biswas, Kejie Li, Biplab Banerjee, Subhasis Chaudhuri 외

Holistic 3D human-scene reconstruction is a crucial and emerging research area in robot perception. A key challenge in holistic 3D human-scene reconstruction is to generate a physically plausible 3D scene from a single m…

3D ReconstructionRobot Navigation

Pruning Adversarially Robust Neural Networks without Adversarial Examples

2022-10-09 · Tong Jian, Zifeng Wang, Yanzhi Wang, Jennifer Dy 외

Adversarial pruning compresses models while preserving robustness. Current methods require access to adversarial examples during pruning. This significantly hampers training efficiency. Moreover, as new adversarial attac…

Adversarial Robustness