paper-with-me

Papers

AntiDote: Attention-based Dynamic Optimization for Neural Network Runtime Efficiency

2020-08-14 · Fuxun Yu, ChenChen Liu, Di Wang, Yanzhi Wang, Xiang Chen

Convolutional Neural Networks (CNNs) achieved great cognitive performance at the expense of considerable computation load. To relieve the computation load, many optimization works are developed to reduce the model redundancy by identifying and removing insignificant model components, such as weight sparsity and filter pruning. However, these works only evaluate model components' static significance with internal parameter information, ignoring their dynamic interaction with external inputs. With per-input feature activation, the model component significance can dynamically change, and thus the static methods can only achieve sub-optimal results. Therefore, we propose a dynamic CNN optimization framework in this work. Based on the neural network attention mechanism, we propose a comprehensive dynamic optimization framework including (1) testing-phase channel and column feature map pruning, as well as (2) training-phase optimization by targeted dropout. Such a dynamic optimization framework has several benefits: (1) First, it can accurately identify and aggressively remove per-input feature redundancy with considering the model-input interaction; (2) Meanwhile, it can maximally remove the feature map redundancy in various dimensions thanks to the multi-dimension flexibility; (3) The training-testing co-optimization favors the dynamic pruning and helps maintain the model accuracy even with very high feature pruning ratio. Extensive experiments show that our method could bring 37.4% to 54.5% FLOPs reduction with negligible accuracy drop on various of test networks.

📄 PDF Abstract BibTeX arXiv:2008.06543

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Jailbreak Antidote: Runtime Safety-Utility Balance via Sparse Representation Adjustment in Large Language Models

2024-10-03 · Guobin Shen, Dongcheng Zhao, Yiting Dong, Xiang He 외

As large language models (LLMs) become integral to various applications, ensuring both their safety and utility is paramount. Jailbreak attacks, which manipulate LLMs into generating harmful content, pose significant cha…

Prompt Engineering

FairRoad: Achieving Fairness for Recommender Systems with Optimized Antidote Data

2022-12-13 · Minghong Fang, Jia Liu, Michinari Momma, Yi Sun

Today, recommender systems have played an increasingly important role in shaping our experiences of digital environments and social interactions. However, as recommender systems become ubiquitous in our society, recent y…

FairnessRecommendation Systems

Fighting Fire with Fire: Using Antidote Data to Improve Polarization and Fairness of Recommender Systems

2018-12-02 · Bashir Rastegarpanah, Krishna P. Gummadi, Mark Crovella

The increasing role of recommender systems in many aspects of society makes it essential to consider how such systems may impact social good. Various modifications to recommendation algorithms have been proposed to impro…

FairnessRecommendation Systems

Learning Antidote Data to Individual Unfairness

2022-11-29 · Peizhao Li, Ethan Xia, Hongfu Liu

Fairness is essential for machine learning systems deployed in high-stake applications. Among all fairness notions, individual fairness, deriving from a consensus that `similar individuals should be treated similarly,' i…

Fairness

AntiDote: Bi-level Adversarial Training for Tamper-Resistant LLMs

2025-09-06 · Debdeep Sanyal, Manodeep Ray, Murari Mandal arxiv

The release of open-weight large language models (LLMs) creates a tension between advancing accessible research and preventing misuse, such as malicious fine-tuning to elicit harmful content. Current safety measures stru…