paper-with-me

홈 › Papers

Non-transferable Pruning

2024-10-10 · Ruyi Ding, Lili Su, Aidong Adam Ding, Yunsi Fei

Pretrained Deep Neural Networks (DNNs), developed from extensive datasets to integrate multifaceted knowledge, are increasingly recognized as valuable intellectual property (IP). To safeguard these models against IP infringement, strategies for ownership verification and usage authorization have emerged. Unlike most existing IP protection strategies that concentrate on restricting direct access to the model, our study addresses an extended DNN IP issue: applicability authorization, aiming to prevent the misuse of learned knowledge, particularly in unauthorized transfer learning scenarios. We propose Non-Transferable Pruning (NTP), a novel IP protection method that leverages model pruning to control a pretrained DNN's transferability to unauthorized data domains. Selective pruning can deliberately diminish a model's suitability on unauthorized domains, even with full fine-tuning. Specifically, our framework employs the alternating direction method of multipliers (ADMM) for optimizing both the model sparsity and an innovative non-transferable learning loss, augmented with Fisher space discriminative regularization, to constrain the model's generalizability to the target dataset. We also propose a novel effective metric to measure the model non-transferability: Area Under the Sample-wise Learning Curve (SLC-AUC). This metric facilitates consideration of full fine-tuning across various sample sizes. Experimental results demonstrate that NTP significantly surpasses the state-of-the-art non-transferable learning methods, with an average SLC-AUC at $-0.54$ across diverse pairs of source and target domains, indicating that models trained with NTP do not suit for transfer learning to unauthorized target domains. The efficacy of NTP is validated in both supervised and self-supervised learning contexts, confirming its applicability in real-world scenarios.

📄 PDF Abstract BibTeX arXiv:2410.08015

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Evolving Transferable Neural Pruning Functions

2021-10-21 · Yuchen Liu, S. Y. Kung, David Wentzlaff

Structural design of neural networks is crucial for the success of deep learning. While most prior works in evolutionary learning aim at directly searching the structure of a network, few attempts have been made on anoth…

MULTIFLOW: Shifting Towards Task-Agnostic Vision-Language Pruning

2024-04-08 · CVPR 2024 1 · Matteo Farina, Massimiliano Mancini, Elia Cunegatti, Gaowen Liu 외

While excellent in transfer learning, Vision-Language models (VLMs) come with high computational costs due to their large number of parameters. To address this issue, removing parameters via model pruning is a viable sol…

Transfer Learning

Softer Pruning, Incremental Regularization

2020-10-19 · Linhang Cai, Zhulin An, Chuanguang Yang, Yongjun Xu

Network pruning is widely used to compress Deep Neural Networks (DNNs). The Soft Filter Pruning (SFP) method zeroizes the pruned filters during training while updating them in the next training epoch. Thus the trained in…

Network Pruning

A Second-Order Perspective on Pruning at Initialization and Knowledge Transfer

2025-09-28 · Leonardo Iurada, Beatrice Occhiena, Tatiana Tommasi arxiv

The widespread availability of pre-trained vision models has enabled numerous deep learning applications through their transferable representations. However, their computational and storage costs often limit practical de…

Enhancing Targeted Attack Transferability via Diversified Weight Pruning

2022-08-18 · Hung-Jui Wang, Yu-Yu Wu, Shang-Tse Chen

Malicious attackers can generate targeted adversarial examples by imposing tiny noises, forcing neural networks to produce specific incorrect outputs. With cross-model transferability, network models remain vulnerable ev…

DiversityModel Compression