paper-with-me

홈 › Papers

Enabling Adversarial Robustness in AI Models through Kubeflow MLOps

2026-05-14 · Stavros Bouras, Ioannis Korontanis, Antonios Makris, Konstantinos Tserpes arxiv

AI models are increasingly deployed in cloud-native environments to support scalable and automated services. However, while platforms such as Kubernetes provide strong infrastructure orchestration, security mechanisms specifically designed to protect deployed AI models remain limited. This paper presents security measures for AI models deployed in Kubernetes clusters. The proposed architecture integrates Kubeflow-based MLOps to automatically detect adversarial attacks during the inference phase and trigger defense mechanisms that preserve the model's accuracy and reliability. Specifically, a Fast Gradient Sign Method (FGSM) attack is applied at inference time, and a Projected Gradient Descent (PGD)-based adversarial training defense is automatically deployed when a degradation in accuracy is detected. The experimental results indicate that the deployed defense robustifies the model, significantly recovering accuracy relative to the degradation caused by the attack.

📄 PDF Abstract BibTeX arXiv:2605.15249

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Towards Conversational AI for Human-Machine Collaborative MLOps

2025-04-16 · George Fatouros, Georgios Makridis, George Kousiouris, John Soldatos 외

This paper presents a Large Language Model (LLM) based conversational agent system designed to enhance human-machine collaboration in Machine Learning Operations (MLOps). We introduce the Swarm Agent, an extensible archi…

Language ModelingLanguage ModellingLarge Language ModelRAG+1

CLAIMED, a visual and scalable component library for Trusted AI

2021-03-04 · Romeo Kienzler, Ivan Nesic

Deep Learning models are getting more and more popular but constraints on explainability, adversarial robustness and fairness are often major concerns for production deployment. Although the open source ecosystem is abun…

Adversarial RobustnessFairness

Deployment of ML Models using Kubeflow on Different Cloud Providers

2022-06-27 · Aditya Pandey, Maitreya Sonawane, Sumit Mamtani

This project aims to explore the process of deploying Machine learning models on Kubernetes using an open-source tool called Kubeflow [1] - an end-to-end ML Stack orchestration toolkit. We create end-to-end Machine Learn…

BIG-bench Machine Learning

Towards Secure MLOps: Surveying Attacks, Mitigation Strategies, and Research Challenges

2025-05-30 · Raj Patel, Himanshu Tripathi, Jasper Stone, Noorbakhsh Amiri Golilarz 외

The rapid adoption of machine learning (ML) technologies has driven organizations across diverse sectors to seek efficient and reliable methods to accelerate model development-to-deployment. Machine Learning Operations (…

Red Teaming

Towards Trustworthy Machine Learning in Production: An Overview of the Robustness in MLOps Approach

2024-10-28 · Firas Bayram, Bestoun S. Ahmed

Artificial intelligence (AI), and especially its sub-field of Machine Learning (ML), are impacting the daily lives of everyone with their ubiquitous applications. In recent years, AI researchers and practitioners have in…