paper-with-me

홈 › Papers

Adversarially Robust Out-of-Distribution Detection Using Lyapunov-Stabilized Embeddings

2024-10-14 · Hossein Mirzaei, Mackenzie W. Mathis

Despite significant advancements in out-of-distribution (OOD) detection, existing methods still struggle to maintain robustness against adversarial attacks, compromising their reliability in critical real-world applications. Previous studies have attempted to address this challenge by exposing detectors to auxiliary OOD datasets alongside adversarial training. However, the increased data complexity inherent in adversarial training, and the myriad of ways that OOD samples can arise during testing, often prevent these approaches from establishing robust decision boundaries. To address these limitations, we propose AROS, a novel approach leveraging neural ordinary differential equations (NODEs) with Lyapunov stability theorem in order to obtain robust embeddings for OOD detection. By incorporating a tailored loss function, we apply Lyapunov stability theory to ensure that both in-distribution (ID) and OOD data converge to stable equilibrium points within the dynamical system. This approach encourages any perturbed input to return to its stable equilibrium, thereby enhancing the model's robustness against adversarial perturbations. To not use additional data, we generate fake OOD embeddings by sampling from low-likelihood regions of the ID data feature space, approximating the boundaries where OOD data are likely to reside. To then further enhance robustness, we propose the use of an orthogonal binary layer following the stable feature space, which maximizes the separation between the equilibrium points of ID and OOD samples. We validate our method through extensive experiments across several benchmarks, demonstrating superior performance, particularly under adversarial attacks. Notably, our approach improves robust detection performance from 37.8% to 80.1% on CIFAR-10 vs. CIFAR-100 and from 29.0% to 67.0% on CIFAR-100 vs. CIFAR-10.

📄 PDF Abstract BibTeX arXiv:2410.10744

Code (1)

adaptivemotorcontrollab/aros 공식 구현 pytorch

Tasks

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Self-Configurable Stabilized Real-Time Detection Learning for Autonomous Driving Applications

2022-09-29 · Won Joon Yun, Soohyun Park, Joongheon Kim, David Mohaisen

Guaranteeing real-time and accurate object detection simultaneously is paramount in autonomous driving environments. However, the existing object detection neural network systems are characterized by a tradeoff between c…

Autonomous DrivingObjectobject-detectionObject Detection+2

The Controller Generated from Noise Can Be Lyapunuov Stable: A Controller Stabilized Method

2019-11-14

Aiming at the difficulty of stability analysis in practical application of existing control methods, a controller strategy based on lyapunov stability theory is proposed to realize stable control for any control method. …

Adversarially Learned Anomaly Detection

2018-12-06 · Houssam Zenati, Manon Romain, Chuan Sheng Foo, Bruno Lecouat 외

Anomaly detection is a significant and hence well-studied problem. However, developing effective anomaly detection methods for complex and high-dimensional data remains a challenge. As Generative Adversarial Networks (GA…

Anomaly Detection

DiffCAP: Diffusion-based Cumulative Adversarial Purification for Vision Language Models

2025-06-04 · Jia Fu, Yongtao Wu, Yihang Chen, Kunyu Peng 외

Vision Language Models (VLMs) have shown remarkable capabilities in multimodal understanding, yet their susceptibility to perturbations poses a significant threat to their reliability in real-world applications. Despite …

Adversarial PurificationDenoising

Critic as Lyapunov function (CALF): a model-free, stability-ensuring agent

2024-09-15 · Pavel Osinenko, Grigory Yaremenko, Roman Zashchitin, Anton Bolychev 외

This work presents and showcases a novel reinforcement learning agent called Critic As Lyapunov Function (CALF) which is model-free and ensures online environment, in other words, dynamical system stabilization. Online m…

Model Predictive Controlreinforcement-learningReinforcement Learning