paper-with-me

Papers

Achieving Verified Robustness to Symbol Substitutions via Interval Bound Propagation

2019-09-03 · IJCNLP 2019 11 · Po-Sen Huang, Robert Stanforth, Johannes Welbl, Chris Dyer, Dani Yogatama, Sven Gowal, Krishnamurthy Dvijotham, Pushmeet Kohli

Neural networks are part of many contemporary NLP systems, yet their empirical successes come at the price of vulnerability to adversarial attacks. Previous work has used adversarial training and data augmentation to partially mitigate such brittleness, but these are unlikely to find worst-case adversaries due to the complexity of the search space arising from discrete text perturbations. In this work, we approach the problem from the opposite direction: to formally verify a system's robustness against a predefined class of adversarial attacks. We study text classification under synonym replacements or character flip perturbations. We propose modeling these input perturbations as a simplex and then using Interval Bound Propagation -- a formal model verification method. We modify the conventional log-likelihood training objective to train models that can be efficiently verified, which would otherwise come with exponential search complexity. The resulting models show only little difference in terms of nominal accuracy, but have much improved verified accuracy under perturbations and come with an efficiently computable formal guarantee on worst case adversaries.

📄 PDF Abstract BibTeX arXiv:1909.01492

Code (1)

deepmind/interval-bound-propagation 공식 구현 tf

Tasks

Data Augmentationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Certified Robustness to Adversarial Word Substitutions

2019-09-03 · IJCNLP 2019 11 · Robin Jia, aditi raghunathan, Kerem Göksel, Percy Liang

State-of-the-art NLP models can often be fooled by adversaries that apply seemingly innocuous label-preserving transformations (e.g., paraphrasing) to input text. The number of possible transformations scales exponential…

Data AugmentationNatural Language InferenceSentiment Analysis

Boosting Verified Training for Robust Image Classifications via Abstraction

2023-03-21 · CVPR 2023 1 · Zhaodi Zhang, Zhiyi Xue, Yang Chen, Si Liu 외

This paper proposes a novel, abstraction-based, certified training method for robust image classifiers. Via abstraction, all perturbed images are mapped into intervals before feeding into neural networks for training. By…

In-Context Symbolic Regression for Robustness-Improved Kolmogorov-Arnold Networks

2026-03-16 · Francesco Sovrano, Lidia Losavio, Giulia Vilone, Marc Langheinrich arxiv

Symbolic regression aims to replace black-box predictors with concise analytical expressions that can be inspected and validated in scientific machine learning. Kolmogorov-Arnold Networks (KANs) are well suited to this g…

Edit Distance Robust Watermarks via Indexing Pseudorandom Codes

2024-06-04 · Noah Golowich, Ankur Moitra

Motivated by the problem of detecting AI-generated text, we consider the problem of watermarking the output of language models with provable guarantees. We aim for watermarks which satisfy: (a) undetectability, a cryptog…

Language ModelingLanguage Modelling

Beyond Simulated Benchmarks: Evaluating Motion Representations for Fall Detection Under Real-World Data Scarcity

2026-08-13 · Timilehin B. Aderinola, Ilaria D'Ascanio, Luca Palmerini, Lorenzo Chiari 외 arxiv

Falls are a major health concern for older adults, and wearable sensors have been widely explored for detecting falls and enabling timely intervention. However, real-world falls are extremely rare: collecting 100 of them…