Hiding Backdoors within Event Sequence Data via Poisoning Attacks
Alina Ermilova, Elizaveta Kovtun, Dmitry Berestnev, and Alexey Zaytsev

TL;DR
This paper introduces a novel method for embedding concealed backdoors into financial transaction sequence models, revealing vulnerabilities in deep learning systems and highlighting the need for improved defenses.
Contribution
It presents a new poisoning attack technique for sequence models that remains hidden and effective across various datasets and architectures, surpassing existing defenses.
Findings
Backdoors can be inserted without affecting model performance on clean data.
Hidden backdoors are resilient against detection methods and weight modifications.
Different datasets and models exhibit varying susceptibility to poisoning attacks.
Abstract
The financial industry relies on deep learning models for making important decisions. This adoption brings new danger, as deep black-box models are known to be vulnerable to adversarial attacks. In computer vision, one can shape the output during inference by performing an adversarial attack called poisoning via introducing a backdoor into the model during training. For sequences of financial transactions of a customer, insertion of a backdoor is harder to perform, as models operate over a more complex discrete space of sequences, and systematic checks for insecurities occur. We provide a method to introduce concealed backdoors, creating vulnerabilities without altering their functionality for uncontaminated data. To achieve this, we replace a clean model with a poisoned one that is aware of the availability of a backdoor and utilize this knowledge. Our most difficult for uncovering…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Adam · Label Smoothing · Tanh Activation · Layer Normalization · Softmax
