paper-with-me

홈 › Papers

Counter-Empirical Attacking based on Adversarial Reinforcement Learning for Time-Relevant Scoring System

2023-11-09 · Xiangguo Sun, Hong Cheng, Hang Dong, Bo Qiao, Si Qin, QIngwei Lin

Scoring systems are commonly seen for platforms in the era of big data. From credit scoring systems in financial services to membership scores in E-commerce shopping platforms, platform managers use such systems to guide users towards the encouraged activity pattern, and manage resources more effectively and more efficiently thereby. To establish such scoring systems, several "empirical criteria" are firstly determined, followed by dedicated top-down design for each factor of the score, which usually requires enormous effort to adjust and tune the scoring function in the new application scenario. What's worse, many fresh projects usually have no ground-truth or any experience to evaluate a reasonable scoring system, making the designing even harder. To reduce the effort of manual adjustment of the scoring function in every new scoring system, we innovatively study the scoring system from the preset empirical criteria without any ground truth, and propose a novel framework to improve the system from scratch. In this paper, we propose a "counter-empirical attacking" mechanism that can generate "attacking" behavior traces and try to break the empirical rules of the scoring system. Then an adversarial "enhancer" is applied to evaluate the scoring system and find the improvement strategy. By training the adversarial learning problem, a proper scoring function can be learned to be robust to the attacking activity traces that are trying to violate the empirical criteria. Extensive experiments have been conducted on two scoring systems including a shared computing resource platform and a financial credit system. The experimental results have validated the effectiveness of our proposed framework.

📄 PDF Abstract BibTeX arXiv:2311.05144

Code (1)

sheldonresearch/microsoft-scoring-system 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Computational Asymmetries in Robust Classification

2023-06-25 · Samuele Marro, Michele Lombardi

In the context of adversarial robustness, we make three strongly related contributions. First, we prove that while attacking ReLU classifiers is $\mathit{NP}$-hard, ensuring their robustness at training time is $\Sigma^2…

Adversarial RobustnessClassificationRobust classification

Tactics of Adversarial Attack on Deep Reinforcement Learning Agents

2017-03-08 · Yen-Chen Lin, Zhang-Wei Hong, Yuan-Hong Liao, Meng-Li Shih 외

We introduce two tactics to attack agents trained by deep reinforcement learning algorithms using adversarial examples, namely the strategically-timed attack and the enchanting attack. In the strategically-timed attack, …

Adversarial AttackAtari GamesDeep Reinforcement Learningreinforcement-learning+2

Learning to Attack: Towards Textual Adversarial Attacking in Real-world Situations

2020-09-19 · Yuan Zang, Bairu Hou, Fanchao Qi, Zhiyuan Liu 외

Adversarial attacking aims to fool deep neural networks with adversarial examples. In the field of natural language processing, various textual adversarial attack models have been proposed, varying in the accessibility t…

Adversarial AttackNatural Language InferenceSentiment Analysistext-classification+1

Sparse Black-box Video Attack with Reinforcement Learning

2020-01-11 · Xingxing Wei, Huanqian Yan, Bo Li

Adversarial attacks on video recognition models have been explored recently. However, most existing works treat each video frame equally and ignore their temporal interactions. To overcome this drawback, a few methods tr…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Video Recognition

Strategically-timed State-Observation Attacks on Deep Reinforcement Learning Agents

2021-06-18 · ICML Workshop AML 2021 7 · You Qiaoben, Xinning Zhou, Chengyang Ying, Jun Zhu

Deep reinforcement learning (DRL) policies are vulnerable to the adversarial attack on their observations, which may mislead real-world RL agents to catastrophic failures. Several works have shown the effectiveness of t…

Adversarial Attackcontinuous-controlContinuous ControlDeep Reinforcement Learning+3