paper-with-me

홈 › Papers

Targeted Manipulation: Slope-Based Attacks on Financial Time-Series Data

2025-11-24 · Dominik Luszczynski arxiv

A common method of attacking deep learning models is through adversarial attacks, which occur when an attacker specifically modifies the input of a model to produce an incorrect result. Adversarial attacks have been deeply investigated in the image domain; however, there is less research in the time-series domain and very little for forecasting financial data. To address these concerns, this study aims to build upon previous research on adversarial attacks for time-series data by introducing two new slope-based methods aimed to alter the trends of the predicted stock forecast generated by an N-HiTS model. Compared to the normal N-HiTS predictions, the two new slope-based methods, the General Slope Attack and Least-Squares Slope Attack, can manipulate N-HiTS predictions by doubling the slope. These new slope attacks can bypass standard security mechanisms, such as a discriminator that filters real and perturbed inputs, reducing a 4-layered CNN's specificity to 28% and accuracy to 57%. Furthermore, the slope based methods were incorporated into a GAN architecture as a means of generating realistic synthetic data, while simultaneously fooling the model. Finally, this paper also proposes a sample malware designed to inject an adversarial attack in the model inference library, proving that ML-security research should not only focus on making the model safe, but also securing the entire pipeline.

📄 PDF Abstract BibTeX arXiv:2511.19330

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Harnessing adversarial examples with a surprisingly simple defense

2020-04-26 · Ali Borji

I introduce a very simple method to defend against adversarial examples. The basic idea is to raise the slope of the ReLU function at the test time. Experiments over MNIST and CIFAR-10 datasets demonstrate the effectiven…

Targeted Attack on Deep RL-based Autonomous Driving with Learned Visual Patterns

2021-09-16 · Prasanth Buddareddygari, Travis Zhang, Yezhou Yang, Yi Ren

Recent studies demonstrated the vulnerability of control policies learned through deep reinforcement learning against adversarial attacks, raising concerns about the application of such models to risk-sensitive tasks suc…

Autonomous DrivingDeep Reinforcement Learning

Understanding the Limits of Poisoning Attacks in Episodic Reinforcement Learning

2022-08-29 · Anshuka Rangi, Haifeng Xu, Long Tran-Thanh, Massimo Franceschetti

To understand the security threats to reinforcement learning (RL) algorithms, this paper studies poisoning attacks to manipulate \emph{any} order-optimal learning algorithm towards a targeted policy in episodic RL and ex…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Semantically Stealthy Adversarial Attacks against Segmentation Models

2021-04-05 · Zhenhua Chen, Chuhua Wang, David J. Crandall

Segmentation models have been found to be vulnerable to targeted and non-targeted adversarial attacks. However, the resulting segmentation outputs are often so damaged that it is easy to spot an attack. In this paper, we…

Adversarial AttackSegmentation

Claim-Guided Textual Backdoor Attack for Practical Applications

2024-09-25 · Minkyoo Song, Hanna Kim, Jaehan Kim, Youngjin Jin 외

Recent advances in natural language processing and the increased use of large language models have exposed new security vulnerabilities, such as backdoor attacks. Previous backdoor attacks require input manipulation afte…

Backdoor Attack