paper-with-me

Papers

Knowledge Enhanced Machine Learning Pipeline against Diverse Adversarial Attacks

2021-06-11 · Nezihe Merve Gürel, Xiangyu Qi, Luka Rimanic, Ce Zhang, Bo Li

Despite the great successes achieved by deep neural networks (DNNs), recent studies show that they are vulnerable against adversarial examples, which aim to mislead DNNs by adding small adversarial perturbations. Several defenses have been proposed against such attacks, while many of them have been adaptively attacked. In this work, we aim to enhance the ML robustness from a different perspective by leveraging domain knowledge: We propose a Knowledge Enhanced Machine Learning Pipeline (KEMLP) to integrate domain knowledge (i.e., logic relationships among different predictions) into a probabilistic graphical model via first-order logic rules. In particular, we develop KEMLP by integrating a diverse set of weak auxiliary models based on their logical relationships to the main DNN model that performs the target task. Theoretically, we provide convergence results and prove that, under mild conditions, the prediction of KEMLP is more robust than that of the main DNN model. Empirically, we take road sign recognition as an example and leverage the relationships between road signs and their shapes and contents as domain knowledge. We show that compared with adversarial training and other baselines, KEMLP achieves higher robustness against physical attacks, $\mathcal{L}_p$ bounded attacks, unforeseen attacks, and natural corruptions under both whitebox and blackbox settings, while still maintaining high clean accuracy.

📄 PDF Abstract BibTeX arXiv:2106.06235

Code (1)

AI-secure/Knowledge-Enhanced-Machine-Learning-Pipeline 공식 구현 pytorch

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

QSTAformer: A Quantum-Enhanced Transformer for Robust Short-Term Voltage Stability Assessment against Adversarial Attacks

2025-11-29 · Yang Li, Chong Ma, Yuanzheng Li, Sen Li 외 arxiv

Short-term voltage stability assessment (STVSA) is critical for secure power system operation. While classical machine learning-based methods have demonstrated strong performance, they still face challenges in robustness…

Quantum Machine Learning

Classification Auto-Encoder based Detector against Diverse Data Poisoning Attacks

2021-08-09 · Fereshteh Razmi, Li Xiong

Poisoning attacks are a category of adversarial machine learning threats in which an adversary attempts to subvert the outcome of the machine learning systems by injecting crafted data into training data set, thus increa…

BIG-bench Machine LearningClassificationData Poisoning

SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning

2024-10-22 · Yizhou Chi, Yizhang Lin, Sirui Hong, Duyi Pan 외

Automated Machine Learning (AutoML) approaches encompass traditional methods that optimize fixed pipelines for model selection and ensembling, as well as newer LLM-based frameworks that autonomously build pipelines. Whil…

AutoMLDiversityModel Selection

Knowledge-enhanced Neural Machine Reasoning: A Review

2023-02-04 · Tanmoy Chowdhury, Chen Ling, Xuchao Zhang, Xujiang Zhao 외

Knowledge-enhanced neural machine reasoning has garnered significant attention as a cutting-edge yet challenging research area with numerous practical applications. Over the past few years, plenty of studies have leverag…

ExeKGLib: A Platform for Machine Learning Analytics based on Knowledge Graphs

2025-08-01 · Antonis Klironomos, Baifan Zhou, Zhipeng Tan, Zhuoxun Zheng 외 arxiv

Nowadays machine learning (ML) practitioners have access to numerous ML libraries available online. Such libraries can be used to create ML pipelines that consist of a series of steps where each step may invoke up to sev…

Knowledge Graphs