TL;DR
fSEAD is a flexible FPGA-based streaming ensemble anomaly detection library that maximizes scalability and reconfigurability, supporting multiple algorithms and achieving significant speed-ups over CPU implementations.
Contribution
This work introduces a novel FPGA architecture with reconfigurable regions supporting multiple anomaly detection algorithms in an ensemble, enhancing scalability and adaptability.
Findings
Achieves 3x to 8x speed-up over CPU implementations.
Supports multiple algorithms: Loda, RS-Hash, xStream.
Enables dynamic reconfiguration at run-time.
Abstract
Machine learning ensembles combine multiple base models to produce a more accurate output. They can be applied to a range of machine learning problems, including anomaly detection. In this paper, we investigate how to maximize the composability and scalability of an FPGA-based streaming ensemble anomaly detector (fSEAD). To achieve this, we propose a flexible computing architecture consisting of multiple partially reconfigurable regions, pblocks, which each implement anomaly detectors. Our proof-of-concept design supports three state-of-the-art anomaly detection algorithms: Loda, RS-Hash and xStream. Each algorithm is scalable, meaning multiple instances can be placed within a pblock to improve performance. Moreover, fSEAD is implemented using High-level synthesis (HLS), meaning further custom anomaly detectors can be supported. Pblocks are interconnected via an AXI-switch, enabling…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBalanced Selection
