paper-with-me

Papers

Safety and Performance, Why not Both? Bi-Objective Optimized Model Compression toward AI Software Deployment

2022-08-11 · Jie Zhu, Leye Wang, Xiao Han

The size of deep learning models in artificial intelligence (AI) software is increasing rapidly, which hinders the large-scale deployment on resource-restricted devices (e.g., smartphones). To mitigate this issue, AI software compression plays a crucial role, which aims to compress model size while keeping high performance. However, the intrinsic defects in the big model may be inherited by the compressed one. Such defects may be easily leveraged by attackers, since the compressed models are usually deployed in a large number of devices without adequate protection. In this paper, we try to address the safe model compression problem from a safety-performance co-optimization perspective. Specifically, inspired by the test-driven development (TDD) paradigm in software engineering, we propose a test-driven sparse training framework called SafeCompress. By simulating the attack mechanism as the safety test, SafeCompress can automatically compress a big model to a small one following the dynamic sparse training paradigm. Further, considering a representative attack, i.e., membership inference attack (MIA), we develop a concrete safe model compression mechanism, called MIA-SafeCompress. Extensive experiments are conducted to evaluate MIA-SafeCompress on five datasets for both computer vision and natural language processing tasks. The results verify the effectiveness and generalization of our method. We also discuss how to adapt SafeCompress to other attacks besides MIA, demonstrating the flexibility of SafeCompress.

📄 PDF Abstract BibTeX arXiv:2208.05969

Code (2)

jiepku/mia-safecompress 공식 구현 pytorch
jiepku/safecompress pytorch

Tasks

Inference AttackMembership Inference AttackModel Compressiontest driven development

Similar Papers 제목 키워드 기반

Safety and Performance, Why Not Both? Bi-Objective Optimized Model Compression against Heterogeneous Attacks Toward AI Software Deployment

2024-01-02 · Jie Zhu, Leye Wang, Xiao Han, Anmin Liu 외

The size of deep learning models in artificial intelligence (AI) software is increasing rapidly, hindering the large-scale deployment on resource-restricted devices (e.g., smartphones). To mitigate this issue, AI softwar…

Inference AttackMembership Inference AttackModel Compressiontest driven development

Safety Optimized Reinforcement Learning via Multi-Objective Policy Optimization

2024-02-23 · Homayoun Honari, Mehran Ghafarian Tamizi, Homayoun Najjaran

Safe reinforcement learning (Safe RL) refers to a class of techniques that aim to prevent RL algorithms from violating constraints in the process of decision-making and exploration during trial and error. In this paper, …

Decision Makingreinforcement-learningReinforcement LearningSafe Reinforcement Learning

LKV: End-to-End Learning of Head-wise Budgets and Token Selection for LLM KV Cache Eviction

2026-04-22 · Enshuai Zhou, Yifan Hao, Chao Wang, Rui Zhang 외 arxiv

Long-context inference in Large Language Models (LLMs) is bottlenecked by the linear growth of Key-Value (KV) cache memory. Existing KV cache compression paradigms are fundamentally limited by heuristics: heuristic budge…

Optimized Learned Image Compression for Facial Expression Recognition

2025-09-21 · Xiumei Li, Marc Windsheimer, Misha Sadeghi, Björn Eskofier 외 arxiv

Efficient data compression is crucial for the storage and transmission of visual data. However, in facial expression recognition (FER) tasks, lossy compression often leads to feature degradation and reduced accuracy. To …

Facial Expression RecognitionImage Compression

Universal Representations for Classification-enhanced Lossy Compression

2025-04-12 · Nam Nguyen

In lossy compression, the classical tradeoff between compression rate and reconstruction distortion has traditionally guided algorithm design. However, Blau and Michaeli [5] introduced a generalized framework, known as t…

ClassificationImage Compression