← Search

Adel Bibi

46 accepted papers

2026

Beyond Linear Probes: Dynamic Safety Monitoring for Language Models

ICLR 2026poster

Monitoring large language models' (LLMs) activations is an effective way to detect harmful requests before they lead to unsafe outputs. However, traditional safety monitors often require the same amount of compute for every query. This creates a trade-off: expensive monitors waste resources on easy…

Cited by 0SourcecodeScholar
2026

BiasBusters: Uncovering and Mitigating Tool Selection Bias in Large Language Models

ICLR 2026poster

Agents backed by large language models (LLMs) often rely on external tools drawn from marketplaces where multiple providers offer functionally equivalent options. This raises a critical point concerning fairness: if selection is systematically biased, it can degrade user experience and distort compe…

Cited by 0SourcecodeScholar
2026

FORCE: Transferable Visual Jailbreaking Attacks via Feature Over-Reliance CorrEction

CVPR 2026

The integration of new modalities enhances the capabilities of multimodal large language models (MLLMs) but also introduces additional vulnerabilities. In particular, simple visual jailbreaking attacks can manipulate open-source MLLMs more readily than sophisticated textual attacks. However, these u

Cited by 0SourcecodeScholar
2026

It's a TRAP! Task-Redirecting Agent Persuasion Benchmark for Web Agents

ICML 2026poster

Web-based agents powered by large language models are increasingly used for tasks such as email management or professional networking. Their reliance on dynamic web content, however, makes them vulnerable to prompt injection attacks: adversarial instructions hidden in interface elements that persuad…

Cited by 0SourceScholar
2025

Bi-Factorial Preference Optimization: Balancing Safety-Helpfulness in Language Models

ICLR 2025spotlight

Fine-tuning large language models (LLMs) on human preferences, typically through reinforcement learning from human feedback (RLHF), has proven successful in enhancing their capabilities. However, ensuring the safety of LLMs during fine-tuning remains a critical concern, and mitigating the potentia…

Cited by 9SourcePDFScholar
2025

Detecting LLM Hallucination Through Layer-wise Information Deficiency: Analysis of Ambiguous Prompts and Unanswerable Questions

EMNLP 2025

Large language models (LLMs) frequently generate confident yet inaccurate responses, introducing significant risks for deployment in safety-critical domains. We present a novel, test-time approach to detecting model hallucination through systematic analysis of information flow across model layers. W

Cited by 0SourcePDFScholar
2025

Do as I do (Safely): Mitigating Task-Specific Fine-tuning Risks in Large Language Models

ICLR 2025poster

Recent research shows that fine-tuning on benign instruction-following data can inadvertently undo the safety alignment process and increase a model's propensity to comply with harmful queries. While instruction-following fine-tuning is important, task-specific fine-tuning-where models are trained o…

Cited by 1SourcePDFScholar
2025

MIP against Agent: Malicious Image Patches Hijacking Multimodal OS Agents

NeurIPS 2025poster

Recent advances in operating system (OS) agents have enabled vision-language models (VLMs) to directly control a user’s computer. Unlike conventional VLMs that passively output text, OS agents autonomously perform computer-based tasks in response to a single user prompt. OS agents do so by capturing…

Cited by 0SourceScholar
2025

Measuring what Matters: Construct Validity in Large Language Model Benchmarks

NeurIPS 2025poster

Evaluating large language models (LLMs) is crucial for both assessing their capabilities and identifying safety or robustness issues prior to deployment. Reliably measuring abstract and complex phenomena such as `safety' and `robustness' requires strong construct validity, that is, having measures t…

Cited by 0SourceScholar
2025

Mixture of Experts Made Intrinsically Interpretable

ICML 2025poster

Neurons in large language models often exhibit \emph{polysemanticity}, simultaneously encoding multiple unrelated concepts and obscuring interpretability. Instead of relying on post-hoc methods, we present \textbf{MoE-X}, a mixture-of-experts (MoE) language model designed to be \emph{intrinsically}…

Cited by 0SourcePDFScholar
2025

On the Coexistence and Ensembling of Watermarks

NeurIPS 2025poster

Watermarking, the practice of embedding imperceptible information into media such as images, videos, audio, and text, is essential for intellectual property protection, content provenance and attribution. The growing complexity of digital ecosystems necessitates watermarks for different uses to be e…

Cited by 0SourceScholar
2025

Shh, don't say that! Domain Certification in LLMs

ICLR 2025poster

Large language models (LLMs) are often deployed to do constrained tasks, with narrow domains. For example, customer support bots can be built on top of LLMs, relying on their broad language understanding and capabilities to enhance performance. However, these LLMs are adversarially susceptible, pote…

Cited by 1SourcePDFScholar
2025

Towards Certification of Uncertainty Calibration under Adversarial Attacks

ICLR 2025poster

Since neural classifiers are known to be sensitive to adversarial perturbations that alter their accuracy, certification methods have been developed to provide provable guarantees on the insensitivity of their predictions to such perturbations. On the other hand, in safety-critical applications, the…

Cited by 0SourcePDFScholar
2024

Can Large Language Model Agents Simulate Human Trust Behavior?

NeurIPS 2024poster

Large Language Model (LLM) agents have been increasingly adopted as simulation tools to model humans in social science and role-playing applications. However, one fundamental question remains: can LLM agents really simulate human behavior? In this paper, we focus on one critical and elemental behavi…

2024

Continual Learning on a Diet: Learning from Sparsely Labeled Streams Under Constrained Computation

ICLR 2024poster

We propose and study a realistic Continual Learning (CL) setting where learning algorithms are granted a restricted computational budget per time step while training. We apply this setting to large-scale semi-supervised Continual Learning scenarios with sparse label rate. Previous proficient CL met…

2024

Efficient Error Certification for Physics-Informed Neural Networks

ICML 2024poster

Recent work provides promising evidence that Physics-Informed Neural Networks (PINN) can efficiently solve partial differential equations (PDE). However, previous works have failed to provide guarantees on the *worst-case* residual error of a PINN across the spatio-temporal domain - a measure akin t…

Cited by 3SourcePDFScholar
2024

Efficient Lifelong Model Evaluation in an Era of Rapid Progress

NeurIPS 2024poster

Standardized benchmarks drive progress in machine learning. However, with repeated testing, the risk of overfitting grows as algorithms over-exploit benchmark idiosyncrasies. In our work, we seek to mitigate this challenge by compiling \textit{ever-expanding} large-scale benchmarks called \textit{Li…

2024

Illusory Attacks: Information-theoretic detectability matters in adversarial attacks

ICLR 2024spotlight

Autonomous agents deployed in the real world need to be robust against adversarial attacks on sensory inputs. Robustifying agent policies requires anticipating the strongest attacks possible. We demonstrate that existing observation-space attacks on reinforcement learning agents have a common weakn…

Cited by 5SourcePDFScholar
2024

Label Delay in Online Continual Learning

NeurIPS 2024poster

Online continual learning, the process of training models on streaming data, has gained increasing attention in recent years. However, a critical aspect often overlooked is the label delay, where new data may not be labeled due to slow and costly annotation processes. We introduce a new continual le…

Cited by 2SourcePDFScholar
2024

Model Merging and Safety Alignment: One Bad Model Spoils the Bunch

EMNLP 2024finding

Merging Large Language Models (LLMs) is a cost-effective technique for combining multiple expert LLMs into a single versatile model, retaining the expertise of the original ones. However, current approaches often overlook the importance of safety alignment during merging, leading to highly misaligne…

2024

No "Zero-Shot" Without Exponential Data: Pretraining Concept Frequency Determines Multimodal Model Performance

NeurIPS 2024poster

Web-crawled pretraining datasets underlie the impressive "zero-shot" evaluation performance of multimodal models, such as CLIP for classification and Stable-Diffusion for image generation. However, it is unclear how meaningful the notion of "zero-shot" generalization is for such multimodal models, a…

2024

On Pretraining Data Diversity for Self-Supervised Learning

ECCV 2024poster

"We explore the impact of training with more diverse datasets, characterized by the number of unique samples, on the performance of self-supervised learning (SSL) under a fixed computational budget. Our findings demonstrate that increasing pretraining data diversity enhances SSL performance, albeit…

2024

Position: Near to Mid-term Risks and Opportunities of Open-Source Generative AI

ICML 2024oral

In the next few years, applications of Generative AI are expected to revolutionize a number of different areas, ranging from science & medicine to education. The potential for these seismic changes has triggered a lively debate about potential risks and resulted in calls for tighter regulation, in p…

Cited by 9SourcePDFScholar
2024

SimCS: Simulation for Domain Incremental Online Continual Segmentation

AAAI 2024technical

Continual Learning is a step towards lifelong intelligence where models continuously learn from recently collected data without forgetting previous knowledge. Existing continual learning approaches mostly focus on image classification in the class-incremental setup with clear task boundaries and unl…

Cited by 7SourcePDFScholar
2024

Towards Interpretable Deep Local Learning with Successive Gradient Reconciliation

ICML 2024poster

Relieving the reliance of neural network training on a global back-propagation (BP) has emerged as a notable research topic due to the biological implausibility and huge memory consumption caused by BP. Among the existing solutions, local learning optimizes gradient-isolated modules of a neural netw…

Cited by 1SourcePDFScholar
2024

Universal In-Context Approximation By Prompting Fully Recurrent Models

NeurIPS 2024poster

Zero-shot and in-context learning enable solving tasks without model fine-tuning, making them essential for developing generative model solutions. Therefore, it is crucial to understand whether a pretrained model can be prompted to approximate any function, i.e., whether it is a universal in-context…

2024

When Do Prompting and Prefix-Tuning Work? A Theory of Capabilities and Limitations

ICLR 2024poster

Context-based fine-tuning methods, including prompting, in-context learning, soft prompting (also known as prompt tuning), and prefix-tuning, have gained popularity due to their ability to often match the performance of full fine-tuning with a fraction of the parameters. Despite their empirical succ…

2023

Certifying Ensembles: A General Certification Theory with S-Lipschitzness

ICML 2023poster

Improving and guaranteeing the robustness of deep learning models has been a topic of intense research. Ensembling, which combines several classifiers to provide a better model, has been shown to be beneficial for generalisation, uncertainty estimation, calibration, and mitigating the effects of con…

Cited by 2SourcePDFScholar
2023

Computationally Budgeted Continual Learning: What Does Matter?

CVPR 2023poster

Continual Learning (CL) aims to sequentially train models on streams of incoming data that vary in distribution by preserving previous knowledge while adapting to new data. Current CL literature focuses on restricted access to previously seen data, while imposing no constraints on the computational…

2023

Language Model Tokenizers Introduce Unfairness Between Languages

NeurIPS 2023poster

Recent language models have shown impressive multilingual performance, even when not explicitly trained for it. Despite this, there are concerns about the quality of their outputs across different languages. In this paper, we show how disparity in the treatment of different languages arises at the t…

2023

Rapid Adaptation in Online Continual Learning: Are We Evaluating It Right?

ICCV 2023poster

We revisit the common practice of evaluating adaptation of Online Continual Learning (OCL) algorithms through the metric of online accuracy, which measures the accuracy of the model on the immediate next few samples. However, we show that this metric is unreliable, as even vacuous blind classifiers,…

Cited by 0PDFcodeScholar
2023

Real-Time Evaluation in Online Continual Learning: A New Hope

CVPR 2023highlight

Current evaluations of Continual Learning (CL) methods typically assume that there is no constraint on training time and computation. This is an unrealistic assumption for any real-world setting, which motivates us to propose: a practical real-time evaluation of continual learning, in which the stre…

2022

Combating Adversaries with Anti-adversaries

AAAI 2022technical

Deep neural networks are vulnerable to small input perturbations known as adversarial attacks. Inspired by the fact that these adversaries are constructed by iteratively minimizing the confidence of a network for the true class label, we propose the anti-adversary layer, aimed at countering this eff…

2022

DeformRS: Certifying Input Deformations with Randomized Smoothing

AAAI 2022technical

Deep neural networks are vulnerable to input deformations in the form of vector fields of pixel displacements and to other parameterized geometric deformations e.g. translations, rotations, etc. Current input deformation certification methods either (i) do not scale to deep networks on large input d…

2022

Make Some Noise: Reliable and Efficient Single-Step Adversarial Training

NeurIPS 2022accept

Recently, Wong et al. (2020) showed that adversarial training with single-step FGSM leads to a characteristic failure mode named catastrophic overfitting (CO), in which a model becomes suddenly vulnerable to multi-step attacks. Experimentally they showed that simply adding a random perturbation prio…

2020

A Stochastic Derivative Free Optimization Method with Momentum

ICLR 2020poster

We consider the problem of unconstrained minimization of a smooth objective function in $\mathbb{R}^d$ in setting where only function evaluations are possible. We propose and analyze stochastic zeroth-order method with heavy ball momentum. In particular, we propose, SMTP, a momentum version of the s…

Cited by 34SourceScholar
2020

Gabor Layers Enhance Network Robustness

ECCV 2020poster

We revisit the benefits of merging classical vision concepts with deep learning models. In particular, we explore the effect of replacing the first layers of various deep architectures with Gabor layers (i.e. convolutional layers with filters that are based on learnable Gabor parameters) on robustne…

2018

Analytic Expressions for Probabilistic Moments of PL-DNN With Gaussian Input

CVPR 2018poster

The outstanding performance of deep neural networks (DNNs), for the visual recognition task in particular, has been demonstrated on several large-scale benchmarks. This performance has immensely strengthened the line of re- search that aims to understand and analyze the driving reasons behind the ef…

Cited by 36SourcePDFScholar
2018

TrackingNet: A Large-Scale Dataset and Benchmark for Object Tracking in the Wild

ECCV 2018poster

Despite the numerous developments in object tracking, further development of current tracking algorithms is limited by small and mostly saturated datasets. As a matter of fact, data-hungry trackers based on deep-learning currently rely on object detection datasets due to the scarcity of dedicated la…

Cited by 1191SourcePDFScholar