paper-with-me

홈 › Papers

Dynamic Transformers Provide a False Sense of Efficiency

2023-05-20 · Yiming Chen, Simin Chen, Zexin Li, Wei Yang, Cong Liu, Robby T. Tan, Haizhou Li

Despite much success in natural language processing (NLP), pre-trained language models typically lead to a high computational cost during inference. Multi-exit is a mainstream approach to address this issue by making a trade-off between efficiency and accuracy, where the saving of computation comes from an early exit. However, whether such saving from early-exiting is robust remains unknown. Motivated by this, we first show that directly adapting existing adversarial attack approaches targeting model accuracy cannot significantly reduce inference efficiency. To this end, we propose a simple yet effective attacking framework, SAME, a novel slowdown attack framework on multi-exit models, which is specially tailored to reduce the efficiency of the multi-exit models. By leveraging the multi-exit models' design characteristics, we utilize all internal predictions to guide the adversarial sample generation instead of merely considering the final prediction. Experiments on the GLUE benchmark show that SAME can effectively diminish the efficiency gain of various multi-exit models by 80% on average, convincingly validating its effectiveness and generalization ability.

📄 PDF Abstract BibTeX arXiv:2305.12228

Code (1)

matthewcym/same 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

QADYNAMICS: Training Dynamics-Driven Synthetic QA Diagnostic for Zero-Shot Commonsense Question Answering

2023-10-17 · Haochen Shi, Weiqi Wang, Tianqing Fang, Baixuan Xu 외

Zero-shot commonsense Question-Answering (QA) requires models to reason about general situations beyond specific benchmarks. State-of-the-art approaches fine-tune language models on QA pairs constructed from CommonSense …

DiagnosticQuestion Answering

Classification of Gleason Grading in Prostate Cancer Histopathology Images Using Deep Learning Techniques: YOLO, Vision Transformers, and Vision Mamba

2024-09-25 · Amin Malekmohammadi, Ali Badiezadeh, Seyed Mostafa Mirhassani, Parisa Gifani 외

Prostate cancer ranks among the leading health issues impacting men, with the Gleason scoring system serving as the primary method for diagnosis and prognosis. This system relies on expert pathologists to evaluate sample…

Computational EfficiencyDiagnosticMambaPrognosis

CogSense: A Cognitively Inspired Framework for Perception Adaptation

2021-07-22 · Hyukseong Kwon, Amir Rahimi, Kevin G. Lee, Amit Agarwal 외

This paper proposes the CogSense system, which is inspired by sense-making cognition and perception in the mammalian brain to perform perception error detection and perception parameter adaptation using probabilistic sig…

valid

Debate Dynamics for Human-comprehensible Fact-checking on Knowledge Graphs

2020-01-09 · Marcel Hildebrandt, Jorge Andres Quintero Serna, Yunpu Ma, Martin Ringsquandl 외

We propose a novel method for fact-checking on knowledge graphs based on debate dynamics. The underlying idea is to frame the task of triple classification as a debate game between two reinforcement learning agents which…

Common Sense ReasoningFact CheckingFairnessKnowledge Graphs+2

Leveraging Commonsense Knowledge on Classifying False News and Determining Checkworthiness of Claims

2021-08-08 · Ipek Baris Schlicht, Erhan Sezerer, Selma Tekir, Oul Han 외

Widespread and rapid dissemination of false news has made fact-checking an indispensable requirement. Given its time-consuming and labor-intensive nature, the task calls for an automated support to meet the demand. In th…

Fact CheckingLanguage ModelingLanguage ModellingMulti-Task Learning+2