← Search

Elias Abad Rocamora

7 accepted papers

2025

Certified Robustness Under Bounded Levenshtein Distance

ICLR 2025poster

Text classifiers suffer from small perturbations, that if chosen adversarially, can dramatically change the output of the model. Verification methods can provide robustness certificates against such adversarial perturbations, by computing a sound lower bound on the robust accuracy. Nevertheless, exi…

2025

Linear Attention for Efficient Bidirectional Sequence Modeling

NeurIPS 2025poster

Linear Transformers and State Space Models have emerged as efficient alternatives to softmax Transformers for causal sequence modeling, enabling parallel training via matrix multiplication and efficient RNN-style inference. However, despite their success in causal tasks, no unified framework exists…

Cited by 0SourcecodeScholar
2025

Robustness in Both Domains: CLIP Needs a Robust Text Encoder

NeurIPS 2025poster

Adversarial input attacks can cause a significant shift of CLIP embeddings. This can affect the downstream robustness of models incorporating CLIP in the pipeline, such as text-to-image generative models or large vision language models. While some efforts have been done towards making the CLIP image…

Cited by 0SourceScholar
2024

Efficient local linearity regularization to overcome catastrophic overfitting

ICLR 2024poster

Catastrophic overfitting (CO) in single-step adversarial training (AT) results in abrupt drops in the adversarial test accuracy (even down to $0$%). For models trained with multi-step AT, it has been observed that the loss function behaves locally linearly with respect to the input, this is however…

2024

Membership Inference Attacks against Large Vision-Language Models

NeurIPS 2024poster

Large vision-language models (VLLMs) exhibit promising capabilities for processing multi-modal tasks across various application scenarios. However, their emergence also raises significant data security concerns, given the potential inclusion of sensitive information, such as private photos and medic…

2024

Revisiting Character-level Adversarial Attacks for Language Models

ICML 2024poster

Adversarial attacks in Natural Language Processing apply perturbations in the character or token levels. Token-level attacks, gaining prominence for their use of gradient-based methods, are susceptible to altering sentence semantics, leading to invalid adversarial examples. While character-level att…

2022

Sound and Complete Verification of Polynomial Networks

NeurIPS 2022accept

Polynomial Networks (PNs) have demonstrated promising performance on face and image recognition recently. However, robustness of PNs is unclear and thus obtaining certificates becomes imperative for enabling their adoption in real-world applications. Existing verification algorithms on ReLU neural n…