paper-with-me

홈 › Papers

Swift Hydra: Self-Reinforcing Generative Framework for Anomaly Detection with Multiple Mamba Models

2025-03-09 · Nguyen Do, Truc Nguyen, Malik Hassanaly, Raed Alharbi, Jung Taek Seo, My T. Thai

Despite a plethora of anomaly detection models developed over the years, their ability to generalize to unseen anomalies remains an issue, particularly in critical systems. This paper aims to address this challenge by introducing Swift Hydra, a new framework for training an anomaly detection method based on generative AI and reinforcement learning (RL). Through featuring an RL policy that operates on the latent variables of a generative model, the framework synthesizes novel and diverse anomaly samples that are capable of bypassing a detection model. These generated synthetic samples are, in turn, used to augment the detection model, further improving its ability to handle challenging anomalies. Swift Hydra also incorporates Mamba models structured as a Mixture of Experts (MoE) to enable scalable adaptation of the number of Mamba experts based on data complexity, effectively capturing diverse feature distributions without increasing the model's inference time. Empirical evaluations on ADBench benchmark demonstrate that Swift Hydra outperforms other state-of-the-art anomaly detection models while maintaining a relatively short inference time. From these results, our research highlights a new and auspicious paradigm of integrating RL and generative AI for advancing anomaly detection.

📄 PDF Abstract BibTeX arXiv:2503.06413

Code (1)

nguyendohoangkhoiUF/Swift-Hydra 공식 구현 pytorch

Tasks

Anomaly DetectionMambaMixture-of-ExpertsReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
Hydra 설명 없음

Similar Papers 제목 키워드 기반

SwiftVR: Real-Time One-Step Generative Video Restoration

2026-06-08 · Jiaqi Yan, Xiangyu Chen, Xinlin Zhong, Haibin Huang 외 arxiv

Real-time video restoration (VR) for live streams requires high-resolution outputs under strict per-frame latency constraints. Existing one-step diffusion-based VR models remain difficult to deploy on consumer-grade GPUs…

Video Restoration

SwiftSage: A Generative Agent with Fast and Slow Thinking for Complex Interactive Tasks

2023-05-27 · NeurIPS 2023 11 · Bill Yuchen Lin, Yicheng Fu, Karina Yang, Faeze Brahman 외

We introduce SwiftSage, a novel agent framework inspired by the dual-process theory of human cognition, designed to excel in action planning for complex interactive reasoning tasks. SwiftSage integrates the strengths of …

Decoder

You can monitor your hydration level using your smartphone camera

2024-02-12 · Rose Alaslani, Levina Perzhilla, Muhammad Mahboob Ur Rahman, Taous-Meriem Laleg-Kirati 외

This work proposes for the first time to utilize the regular smartphone -- a popular assistive gadget -- to design a novel, non-invasive method for self-monitoring of one's hydration level on a scale of 1 to 4. The propo…

Binary ClassificationDimensionality ReductionExplainable artificial intelligencefeature selection+1

Modeling Emergent Lexicon Formation with a Self-Reinforcing Stochastic Process

2022-06-22 · Brendon Boldt, David Mortensen

We introduce FiLex, a self-reinforcing stochastic process which models finite lexicons in emergent language experiments. The central property of FiLex is that it is a self-reinforcing process, parallel to the intuition t…

Hydra Attention: Efficient Attention with Many Heads

2022-09-15 · Daniel Bolya, Cheng-Yang Fu, Xiaoliang Dai, Peizhao Zhang 외

While transformers have begun to dominate many tasks in vision, applying them to large images is still computationally difficult. A large reason for this is that self-attention scales quadratically with the number of tok…