Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–50 of 148 results for author: Feizi, S

.
  1. arXiv:2608.07968  [pdf, ps, other

    cs.CL cs.AI

    Thinking Hard, Not Smart: Reasoning Models Fail to Ration Test-Time Compute Across Questions

    Authors: Chenrui Fan, Yize Cheng, Ming Li, Yongyuan Liang, Tianyi Zhou, Soheil Feizi

    Abstract: Reasoning language models increasingly use test-time compute to improve performance, but existing evaluations typically study this compute one question at a time. Yet when multiple problems share an end-to-end cost or latency constraint, models must decide how to divide limited inference compute among them. We introduce an exam-style evaluation framework for studying this setting, in which a model… ▽ More

    Submitted 10 August, 2026; v1 submitted 8 August, 2026; originally announced August 2026.

  2. arXiv:2607.22554  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Same Question, Different Answers: Evaluating LLM Reliability Beyond Accuracy

    Authors: Kazem Faghih, Yize Cheng, Shoumik Saha, Mobina Pournemat, Armin Gerami, Soheil Feizi

    Abstract: Large language models (LLMs) often achieve strong accuracy on benchmarks, yet it remains unclear how reliably they apply this knowledge when the same question is phrased in different but equivalent ways. In this work, we study how model answers change under meaning-preserving paraphrases across factual question answering and mathematical reasoning tasks. Across four benchmarks and 13 models, we fi… ▽ More

    Submitted 18 May, 2026; originally announced July 2026.

  3. arXiv:2607.16448  [pdf, ps, other

    cs.LG cs.AI

    Retrieval is Enough: Training-Free Interpretability with a Tool-Using Agent

    Authors: Sriram Balasubramanian, Soheil Feizi

    Abstract: Interpretability methods for neural network activations span a wide cost spectrum, from cheap, training-free techniques (such as linear probes, PCA, SVD) to more expensive training-based ones (such as SAEs and activation oracles). Training-based methods are typically more powerful, in part because they leverage large activation datasets during training. This raises a natural question - do they act… ▽ More

    Submitted 17 July, 2026; originally announced July 2026.

    Comments: 25 pages, 7 figures

  4. arXiv:2607.14004  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0

    Authors: Wenxiao Wang, Priyatham Kattakinda, Soheil Feizi

    Abstract: Most reported gains from agent-optimization methods are one-shot: an agent is optimized against a fixed benchmark and the resulting improvement is reported as if it were a stable property of the method. This does not test the setting that matters for deployed agents, where optimization is applied recursively as new failures and new tasks appear over time. The central question this raises is whethe… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

    Comments: Technical Report by RELAI (relai.ai)

  5. arXiv:2606.11599  [pdf, ps, other

    cs.CL cs.LG

    When is Your LLM Steerable?

    Authors: Chenrui Fan, Yize Cheng, Ming Li, Soheil Feizi, Tianyi Zhou

    Abstract: Activation steering offers a lightweight approach to control language models' behavior at inference time, but whether it succeeds or fails heavily depends on the prompt, concept, model, and steering configuration. Finding the regime and boundaries of successful steering typically requires expensive grid searches and post-hoc evaluation of full autoregressive rollouts. In this work, we investigate… ▽ More

    Submitted 9 June, 2026; originally announced June 2026.

  6. arXiv:2606.01682  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Off-the-Shelf LLMs as Process Scorers: Training-Free Alternative to PRMs for Mathematical Reasoning

    Authors: Atoosa Chegini, Soheil Feizi

    Abstract: Selecting the best response from multiple small-model samples using a stronger scorer is a simple inference-time strategy, but fails when the small model has already committed to incorrect reasoning paths. PRM guided search avoids this by scoring candidate continuations during generation, but requires a reward model trained with step-level labels. We propose Chunk-Level Guided Generation, a trai… ▽ More

    Submitted 1 June, 2026; originally announced June 2026.

  7. arXiv:2605.21965  [pdf, ps, other

    cs.CL

    SpecHop: Continuous Speculation for Accelerating Multi-Hop Retrieval Agents

    Authors: Mehrdad Saberi, Keivan Rezaei, Soheil Feizi

    Abstract: Large language models increasingly use external tools such as web search and document retrieval to solve information-intensive tasks. However, multi-hop tool use in complex tasks introduces substantial latency, since the model must repeatedly wait for tool observations before continuing. We study how to accelerate such trajectories without changing the final trajectory the model would have taken w… ▽ More

    Submitted 20 May, 2026; originally announced May 2026.

  8. arXiv:2605.14038  [pdf, ps, other

    cs.AI

    Model-Adaptive Tool Necessity Reveals the Knowing-Doing Gap in LLM Tool Use

    Authors: Yize Cheng, Chenrui Fan, Mahdi JafariRaviz, Keivan Rezaei, Soheil Feizi

    Abstract: Large language models (LLMs) increasingly act as autonomous agents that must decide when to answer directly vs. when to invoke external tools. Prior work studying adaptive tool use has largely treated tool necessity as a model-agnostic property, annotated by human or LLM judge, and mostly cover cases where the answer is obvious (e.g., fetching the weather vs. paraphrasing text). However, tool nece… ▽ More

    Submitted 17 May, 2026; v1 submitted 13 May, 2026; originally announced May 2026.

  9. arXiv:2605.11418  [pdf, ps, other

    cs.AI cs.CR

    Under the Hood of SKILL.md: Semantic Supply-chain Attacks on AI Agent Skill Registry

    Authors: Shoumik Saha, Kazem Faghih, Soheil Feizi

    Abstract: Autonomous AI agents increasingly extend their capabilities through Agent Skills: modular filesystem packages whose SKILL.md files describe when and how agents should use them. While this design enables scalable, on-demand capability expansion, it also introduces a semantic supply-chain risk in which natural-language metadata and instructions can affect which skills are admitted, surfaced, selecte… ▽ More

    Submitted 11 May, 2026; originally announced May 2026.

    Comments: 31 pages, 21 figures, 10 tables

  10. arXiv:2604.04930  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Early Stopping for Large Reasoning Models via Confidence Dynamics

    Authors: Parsa Hosseini, Sumit Nawathe, Mahdi Salmani, Meisam Razaviyayn, Soheil Feizi

    Abstract: Large reasoning models rely on long chain-of-thought generation to solve complex problems, but extended reasoning often incurs substantial computational cost and can even degrade performance due to overthinking. A key challenge is determining when the model should stop reasoning and produce the final answer. In this work, we study the confidence of intermediate answers during reasoning and observe… ▽ More

    Submitted 14 August, 2026; v1 submitted 6 April, 2026; originally announced April 2026.

  11. arXiv:2601.22345  [pdf, ps, other

    cs.LG

    Failing to Explore: Language Models on Interactive Tasks

    Authors: Mahdi JafariRaviz, Keivan Rezaei, Arshia Soltani Moakhar, Zahra Sodagar, Yize Cheng, Soheil Feizi

    Abstract: We evaluate language models on their ability to explore interactive environments under a limited interaction budget. We introduce three parametric tasks with controllable exploration difficulty, spanning continuous and discrete environments. Across state-of-the-art models, we find systematic under-exploration and suboptimal solutions, with performance often significantly worse than simple explore-… ▽ More

    Submitted 29 January, 2026; originally announced January 2026.

  12. arXiv:2512.19995  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Schoenfeld's Anatomy of Mathematical Reasoning by Language Models

    Authors: Ming Li, Chenrui Fan, Yize Cheng, Soheil Feizi, Tianyi Zhou

    Abstract: Large language models increasingly expose reasoning traces, yet their underlying cognitive structure and steps remain difficult to identify and analyze beyond surface-level statistics. We adopt Schoenfeld's Episode Theory as an inductive, intermediate-scale lens and introduce ThinkARM (Anatomy of Reasoning in Models), a scalable framework that explicitly abstracts reasoning traces into functional… ▽ More

    Submitted 11 May, 2026; v1 submitted 22 December, 2025; originally announced December 2025.

    Comments: ACL2026, camera-ready

  13. arXiv:2512.09081  [pdf, ps, other

    cs.CV

    AgentComp: From Agentic Reasoning to Compositional Mastery in Text-to-Image Models

    Authors: Arman Zarei, Jiacheng Pan, Matthew Gwilliam, Soheil Feizi, Zhenheng Yang

    Abstract: Text-to-image generative models have achieved remarkable visual quality but still struggle with compositionality$-$accurately capturing object relationships, attribute bindings, and fine-grained details in prompts. A key limitation is that models are not explicitly trained to differentiate between compositionally similar prompts and images, resulting in outputs that are close to the intended descr… ▽ More

    Submitted 9 December, 2025; originally announced December 2025.

  14. arXiv:2511.09715  [pdf, ps, other

    cs.CV

    SliderEdit: Continuous Image Editing with Fine-Grained Instruction Control

    Authors: Arman Zarei, Samyadeep Basu, Mobina Pournemat, Sayan Nag, Ryan Rossi, Soheil Feizi

    Abstract: Instruction-based image editing models have recently achieved impressive performance, enabling complex edits to an input image from a multi-instruction prompt. However, these models apply each instruction in the prompt with a fixed strength, limiting the user's ability to precisely and continuously control the intensity of individual edits. We introduce SliderEdit, a framework for continuous image… ▽ More

    Submitted 12 November, 2025; originally announced November 2025.

  15. arXiv:2510.25766  [pdf, ps, other

    cs.CL

    Decomposition-Enhanced Training for Post-Hoc Attributions In Language Models

    Authors: Sriram Balasubramanian, Samyadeep Basu, Koustava Goswami, Ryan Rossi, Varun Manjunatha, Roshan Santhosh, Ruiyi Zhang, Soheil Feizi, Nedim Lipka

    Abstract: Large language models (LLMs) are increasingly used for long-document question answering, where reliable attribution to sources is critical for trust. Existing post-hoc attribution methods work well for extractive QA but struggle in multi-hop, abstractive, and semi-extractive settings, where answers synthesize information across passages. To address these challenges, we argue that post-hoc attribut… ▽ More

    Submitted 5 November, 2025; v1 submitted 29 October, 2025; originally announced October 2025.

    Comments: Post-hoc attribution

  16. arXiv:2510.23853  [pdf, ps, other

    cs.CL

    Your LLM Agents are Temporally Blind: The Misalignment Between Tool Use Decisions and Human Time Perception

    Authors: Yize Cheng, Arshia Soltani Moakhar, Chenrui Fan, Parsa Hosseini, Kazem Faghih, Zahra Sodagar, Wenxiao Wang, Soheil Feizi

    Abstract: Large language model (LLM) agents are increasingly used to interact with and execute tasks in dynamic environments. However, a critical yet overlooked limitation of these agents is that they, by default, assume a stationary context, failing to account for the real-world time elapsed between messages. We refer to this as "temporal blindness". This limitation hinders decisions about when to invoke t… ▽ More

    Submitted 15 April, 2026; v1 submitted 27 October, 2025; originally announced October 2025.

    Comments: ACL 2026 (findings), Camera-ready

  17. arXiv:2509.25178  [pdf, ps, other

    cs.CV cs.AI cs.LG

    GHOST: Hallucination-Inducing Image Generation for Multimodal LLMs

    Authors: Aryan Yazdan Parast, Parsa Hosseini, Hesam Asadollahzadeh, Arshia Soltani Moakhar, Basim Azam, Soheil Feizi, Naveed Akhtar

    Abstract: Object hallucination in Multimodal Large Language Models (MLLMs) is a persistent failure mode that causes the model to perceive objects absent in the image. This weakness of MLLMs is currently studied using static benchmarks with fixed visual scenarios, which preempts the possibility of uncovering model-specific or unanticipated hallucination vulnerabilities. We introduce GHOST (Generating Halluci… ▽ More

    Submitted 31 January, 2026; v1 submitted 29 September, 2025; originally announced September 2025.

  18. arXiv:2509.10739  [pdf, ps, other

    cs.CL

    Reasoning Under Uncertainty: Exploring Probabilistic Reasoning Capabilities of LLMs

    Authors: Mobina Pournemat, Keivan Rezaei, Gaurang Sriramanan, Arman Zarei, Jiaxiang Fu, Yang Wang, Hamid Eghbalzadeh, Soheil Feizi

    Abstract: Despite widespread success in language understanding and generation, large language models (LLMs) exhibit unclear and often inconsistent behavior when faced with tasks that require probabilistic reasoning. In this work, we present the first comprehensive study of the reasoning capabilities of LLMs over explicit discrete probability distributions. Given observations from a probability distribution,… ▽ More

    Submitted 26 September, 2025; v1 submitted 12 September, 2025; originally announced September 2025.

    Comments: 27 pages, 4 figures

  19. arXiv:2509.04642  [pdf, ps, other

    cs.AI cs.CL cs.LG cs.SE

    Maestro: Joint Graph & Config Optimization for Reliable AI Agents

    Authors: Wenxiao Wang, Priyatham Kattakinda, Soheil Feizi

    Abstract: Building reliable LLM agents requires decisions at two levels: the graph (which modules exist and how information flows) and the configuration of each node (models, prompts, tools, control knobs). Most existing optimizers tune configurations while holding the graph fixed, leaving structural failure modes unaddressed. We introduce Maestro, a framework-agnostic holistic optimizer for LLM agents that… ▽ More

    Submitted 4 September, 2025; originally announced September 2025.

    Comments: Technical Report by RELAI.ai

  20. arXiv:2507.13407  [pdf, ps, other

    cs.CV cs.AI cs.CR

    IConMark: Robust Interpretable Concept-Based Watermark For AI Images

    Authors: Vinu Sankar Sadasivan, Mehrdad Saberi, Soheil Feizi

    Abstract: With the rapid rise of generative AI and synthetic media, distinguishing AI-generated images from real ones has become crucial in safeguarding against misinformation and ensuring digital authenticity. Traditional watermarking techniques have shown vulnerabilities to adversarial attacks, undermining their effectiveness in the presence of attackers. We propose IConMark, a novel in-generation robust… ▽ More

    Submitted 17 July, 2025; originally announced July 2025.

    Comments: Accepted at ICLR 2025 Workshop on GenAI Watermarking (WMARK)

  21. arXiv:2507.06256  [pdf, ps, other

    cs.CR cs.AI cs.SD eess.AS

    Attacker's Noise Can Manipulate Your Audio-based LLM in the Real World

    Authors: Vinu Sankar Sadasivan, Soheil Feizi, Rajiv Mathews, Lun Wang

    Abstract: This paper investigates the real-world vulnerabilities of audio-based large language models (ALLMs), such as Qwen2-Audio. We first demonstrate that an adversary can craft stealthy audio perturbations to manipulate ALLMs into exhibiting specific targeted behaviors, such as eliciting responses to wake-keywords (e.g., "Hey Qwen"), or triggering harmful behaviors (e.g. "Change my calendar event"). Sub… ▽ More

    Submitted 7 July, 2025; originally announced July 2025.

  22. arXiv:2506.20941  [pdf, ps, other

    cs.LG

    Revisiting the Past: Data Unlearning with Model State History

    Authors: Keivan Rezaei, Mehrdad Saberi, Abhilasha Ravichander, Soheil Feizi

    Abstract: Large language models are trained on massive corpora of web data, which may include private data, copyrighted material, factually inaccurate data, or data that degrades model performance. Eliminating the influence of such problematic datapoints on a model through complete retraining -- by repeatedly pretraining the model on datasets that exclude these specific instances -- is computationally prohi… ▽ More

    Submitted 27 April, 2026; v1 submitted 25 June, 2025; originally announced June 2025.

    Comments: Accepted to ICLR 2026

  23. arXiv:2506.07001  [pdf, ps, other

    cs.CL

    Adversarial Paraphrasing: A Universal Attack for Humanizing AI-Generated Text

    Authors: Yize Cheng, Vinu Sankar Sadasivan, Mehrdad Saberi, Shoumik Saha, Soheil Feizi

    Abstract: The increasing capabilities of Large Language Models (LLMs) have raised concerns about their misuse in AI-generated plagiarism and social engineering. While various AI-generated text detectors have been proposed to mitigate these risks, many remain vulnerable to simple evasion techniques such as paraphrasing. However, recent detectors have shown greater robustness against such basic attacks. In th… ▽ More

    Submitted 29 October, 2025; v1 submitted 8 June, 2025; originally announced June 2025.

    Comments: NeurIPS 2025

  24. arXiv:2505.23945  [pdf, ps, other

    cs.CL cs.AI

    A Closer Look at Bias and Chain-of-Thought Faithfulness of Large (Vision) Language Models

    Authors: Sriram Balasubramanian, Samyadeep Basu, Soheil Feizi

    Abstract: Chain-of-thought (CoT) reasoning enhances performance of large language models, but questions remain about whether these reasoning traces faithfully reflect the internal processes of the model. We present the first comprehensive study of CoT faithfulness in large vision-language models (LVLMs), investigating how both text-based and previously unexplored image-based biases affect reasoning and bias… ▽ More

    Submitted 1 November, 2025; v1 submitted 29 May, 2025; originally announced May 2025.

    Comments: Accepted in EMNLP 2025, 34 pages, 25 figures

    ACM Class: I.2.10; I.2.7

  25. arXiv:2505.23001  [pdf, ps, other

    cs.CL

    DyePack: Provably Flagging Test Set Contamination in LLMs Using Backdoors

    Authors: Yize Cheng, Wenxiao Wang, Mazda Moayeri, Soheil Feizi

    Abstract: Open benchmarks are essential for evaluating and advancing large language models, offering reproducibility and transparency. However, their accessibility makes them likely targets of test set contamination. In this work, we introduce DyePack, a framework that leverages backdoor attacks to identify models that used benchmark test sets during training, without requiring access to the loss, logits, o… ▽ More

    Submitted 23 September, 2025; v1 submitted 28 May, 2025; originally announced May 2025.

    Comments: EMNLP2025 main, Camera-ready

  26. arXiv:2505.18832  [pdf, ps, other

    cs.CV

    Localizing Knowledge in Diffusion Transformers

    Authors: Arman Zarei, Samyadeep Basu, Keivan Rezaei, Zihao Lin, Sayan Nag, Soheil Feizi

    Abstract: Understanding how knowledge is distributed across the layers of generative models is crucial for improving interpretability, controllability, and adaptation. While prior work has explored knowledge localization in UNet-based architectures, Diffusion Transformer (DiT)-based models remain underexplored in this context. In this paper, we propose a model- and knowledge-agnostic method to localize wher… ▽ More

    Submitted 25 January, 2026; v1 submitted 24 May, 2025; originally announced May 2025.

  27. arXiv:2505.18135  [pdf, ps, other

    cs.AI cs.CL cs.CR cs.LG

    Tool Preferences in Agentic LLMs are Unreliable

    Authors: Kazem Faghih, Wenxiao Wang, Yize Cheng, Siddhant Bharti, Gaurang Sriramanan, Sriram Balasubramanian, Parsa Hosseini, Soheil Feizi

    Abstract: Large language models (LLMs) can now access a wide range of external tools, thanks to the Model Context Protocol (MCP). This greatly expands their abilities as various agents. However, LLMs rely entirely on the text descriptions of tools to decide which ones to use--a process that is surprisingly fragile. In this work, we expose a vulnerability in prevalent tool/function-calling protocols by inves… ▽ More

    Submitted 21 September, 2025; v1 submitted 23 May, 2025; originally announced May 2025.

    Comments: Conference on Empirical Methods in Natural Language Processing (EMNLP) 2025, main

  28. arXiv:2504.20769  [pdf, other

    cs.CL cs.AI cs.LG

    Chain-of-Defensive-Thought: Structured Reasoning Elicits Robustness in Large Language Models against Reference Corruption

    Authors: Wenxiao Wang, Parsa Hosseini, Soheil Feizi

    Abstract: Chain-of-thought prompting has demonstrated great success in facilitating the reasoning abilities of large language models. In this work, we explore how these enhanced reasoning abilities can be exploited to improve the robustness of large language models in tasks that are not necessarily reasoning-focused. In particular, we show how a wide range of large language models exhibit significantly impr… ▽ More

    Submitted 29 April, 2025; originally announced April 2025.

  29. arXiv:2504.13412  [pdf, other

    cs.CV cs.LG

    How Learnable Grids Recover Fine Detail in Low Dimensions: A Neural Tangent Kernel Analysis of Multigrid Parametric Encodings

    Authors: Samuel Audia, Soheil Feizi, Matthias Zwicker, Dinesh Manocha

    Abstract: Neural networks that map between low dimensional spaces are ubiquitous in computer graphics and scientific computing; however, in their naive implementation, they are unable to learn high frequency information. We present a comprehensive analysis comparing the two most common techniques for mitigating this spectral bias: Fourier feature encodings (FFE) and multigrid parametric encodings (MPE). FFE… ▽ More

    Submitted 17 April, 2025; originally announced April 2025.

  30. arXiv:2503.11921  [pdf, other

    cs.LG

    RePanda: Pandas-powered Tabular Verification and Reasoning

    Authors: Atoosa Malemir Chegini, Keivan Rezaei, Hamid Eghbalzadeh, Soheil Feizi

    Abstract: Fact-checking tabular data is essential for ensuring the accuracy of structured information. However, existing methods often rely on black-box models with opaque reasoning. We introduce RePanda, a structured fact verification approach that translates claims into executable pandas queries, enabling interpretable and verifiable reasoning. To train RePanda, we construct PanTabFact, a structured dat… ▽ More

    Submitted 20 March, 2025; v1 submitted 14 March, 2025; originally announced March 2025.

  31. arXiv:2503.08884  [pdf, ps, other

    cs.CV cs.CL cs.LG

    SpurLens: Automatic Detection of Spurious Cues in Multimodal LLMs

    Authors: Parsa Hosseini, Sumit Nawathe, Mazda Moayeri, Sriram Balasubramanian, Soheil Feizi

    Abstract: Unimodal vision models are known to rely on spurious correlations, but it remains unclear to what extent Multimodal Large Language Models (MLLMs) exhibit similar biases despite language supervision. In this paper, we investigate spurious bias in MLLMs and introduce SpurLens, a pipeline that leverages GPT-4 and open-set object detectors to automatically identify spurious visual cues without human s… ▽ More

    Submitted 12 July, 2026; v1 submitted 11 March, 2025; originally announced March 2025.

  32. arXiv:2502.17516  [pdf, other

    cs.LG cs.AI

    A Survey on Mechanistic Interpretability for Multi-Modal Foundation Models

    Authors: Zihao Lin, Samyadeep Basu, Mohammad Beigi, Varun Manjunatha, Ryan A. Rossi, Zichao Wang, Yufan Zhou, Sriram Balasubramanian, Arman Zarei, Keivan Rezaei, Ying Shen, Barry Menglong Yao, Zhiyang Xu, Qin Liu, Yuxiang Zhang, Yan Sun, Shilong Liu, Li Shen, Hongxuan Li, Soheil Feizi, Lifu Huang

    Abstract: The rise of foundation models has transformed machine learning research, prompting efforts to uncover their inner workings and develop more efficient and reliable applications for better control. While significant progress has been made in interpreting Large Language Models (LLMs), multimodal foundation models (MMFMs) - such as contrastive vision-language models, generative vision-language models,… ▽ More

    Submitted 22 February, 2025; originally announced February 2025.

    Comments: 30 pages, 4 Figures, 10 Tables

  33. arXiv:2502.15666  [pdf, other

    cs.CL cs.AI cs.HC cs.LG

    Almost AI, Almost Human: The Challenge of Detecting AI-Polished Writing

    Authors: Shoumik Saha, Soheil Feizi

    Abstract: The growing use of large language models (LLMs) for text generation has led to widespread concerns about AI-generated content detection. However, an overlooked challenge is AI-polished text, where human-written content undergoes subtle refinements using AI tools. This raises a critical question: should minimally polished text be classified as AI-generated? Such classification can lead to false pla… ▽ More

    Submitted 4 May, 2025; v1 submitted 21 February, 2025; originally announced February 2025.

    Comments: 18 pages, 18 figures, 6 tables

  34. arXiv:2502.08059  [pdf, other

    cs.CL cs.LG

    On Mechanistic Circuits for Extractive Question-Answering

    Authors: Samyadeep Basu, Vlad Morariu, Zichao Wang, Ryan Rossi, Cherry Zhao, Soheil Feizi, Varun Manjunatha

    Abstract: Large language models are increasingly used to process documents and facilitate question-answering on them. In our paper, we extract mechanistic circuits for this real-world language modeling task: context-augmented language modeling for extractive question-answering (QA) tasks and understand the potential benefits of circuits towards downstream applications such as data attribution to context inf… ▽ More

    Submitted 11 February, 2025; originally announced February 2025.

  35. arXiv:2411.00204  [pdf, other

    cs.CL

    RESTOR: Knowledge Recovery in Machine Unlearning

    Authors: Keivan Rezaei, Khyathi Chandu, Soheil Feizi, Yejin Choi, Faeze Brahman, Abhilasha Ravichander

    Abstract: Large language models trained on web-scale corpora can memorize undesirable data containing misinformation, copyrighted material, or private or sensitive information. Recently, several machine unlearning algorithms have been proposed to eliminate the effect of such datapoints from trained models -- that is, to approximate a model that had never been trained on these datapoints in the first place.… ▽ More

    Submitted 26 May, 2025; v1 submitted 31 October, 2024; originally announced November 2024.

    Comments: Accepted to TMLR 2025

  36. arXiv:2410.13826  [pdf, other

    cs.LG cs.AI cs.CV

    Unearthing Skill-Level Insights for Understanding Trade-Offs of Foundation Models

    Authors: Mazda Moayeri, Vidhisha Balachandran, Varun Chandrasekaran, Safoora Yousefi, Thomas Fel, Soheil Feizi, Besmira Nushi, Neel Joshi, Vibhav Vineet

    Abstract: With models getting stronger, evaluations have grown more complex, testing multiple skills in one benchmark and even in the same instance at once. However, skill-wise performance is obscured when inspecting aggregate accuracy, under-utilizing the rich signal modern benchmarks contain. We propose an automatic approach to recover the underlying skills relevant for any evaluation instance, by way of… ▽ More

    Submitted 24 October, 2024; v1 submitted 17 October, 2024; originally announced October 2024.

    Comments: Code at: github.com/microsoft/skill-slice-insights

  37. arXiv:2407.12999  [pdf, other

    cs.CY cs.AI cs.CR

    Securing the Future of GenAI: Policy and Technology

    Authors: Mihai Christodorescu, Ryan Craven, Soheil Feizi, Neil Gong, Mia Hoffmann, Somesh Jha, Zhengyuan Jiang, Mehrdad Saberi Kamarposhti, John Mitchell, Jessica Newman, Emelia Probasco, Yanjun Qi, Khawaja Shams, Matthew Turek

    Abstract: The rise of Generative AI (GenAI) brings about transformative potential across sectors, but its dual-use nature also amplifies risks. Governments globally are grappling with the challenge of regulating GenAI, balancing innovation against safety. China, the United States (US), and the European Union (EU) are at the forefront with initiatives like the Management of Algorithmic Recommendations, the E… ▽ More

    Submitted 21 May, 2024; originally announced July 2024.

  38. arXiv:2406.13683  [pdf, other

    cs.CV cs.AI

    IntCoOp: Interpretability-Aware Vision-Language Prompt Tuning

    Authors: Soumya Suvra Ghosal, Samyadeep Basu, Soheil Feizi, Dinesh Manocha

    Abstract: Image-text contrastive models such as CLIP learn transferable and robust representations for zero-shot transfer to a variety of downstream tasks. However, to obtain strong downstream performances, prompts need to be carefully curated, which can be a tedious engineering task. To address the issue of manual prompt engineering, prompt-tuning is used where a set of contextual vectors are learned by le… ▽ More

    Submitted 19 June, 2024; originally announced June 2024.

  39. arXiv:2406.11674  [pdf, other

    cs.CL

    Endor: Hardware-Friendly Sparse Format for Offloaded LLM Inference

    Authors: Donghyeon Joo, Ramyad Hadidi, Soheil Feizi, Bahar Asgari

    Abstract: The increasing size of large language models (LLMs) challenges their usage on resource-constrained platforms. For example, memory on modern GPUs is insufficient to hold LLMs that are hundreds of Gigabytes in size. Offloading is a popular method to escape this constraint by storing weights of an LLM model to host CPU memory and SSD, then loading each weight to GPU before every use. In our case stud… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

    Comments: 14 pages, 16 figures

  40. arXiv:2406.07844  [pdf, other

    cs.CV

    Improving Compositional Attribute Binding in Text-to-Image Generative Models via Enhanced Text Embeddings

    Authors: Arman Zarei, Keivan Rezaei, Samyadeep Basu, Mehrdad Saberi, Mazda Moayeri, Priyatham Kattakinda, Soheil Feizi

    Abstract: Text-to-image diffusion-based generative models have the stunning ability to generate photo-realistic images and achieve state-of-the-art low FID scores on challenging image generation benchmarks. However, one of the primary failure modes of these text-to-image generative models is in composing attributes, objects, and their associated relationships accurately into an image. In our paper, we inves… ▽ More

    Submitted 24 March, 2025; v1 submitted 11 June, 2024; originally announced June 2024.

  41. arXiv:2406.04236  [pdf, other

    cs.CV

    Understanding Information Storage and Transfer in Multi-modal Large Language Models

    Authors: Samyadeep Basu, Martin Grayson, Cecily Morrison, Besmira Nushi, Soheil Feizi, Daniela Massiceti

    Abstract: Understanding the mechanisms of information storage and transfer in Transformer-based models is important for driving model understanding progress. Recent work has studied these mechanisms for Large Language Models (LLMs), revealing insights on how information is stored in a model's parameters and how information flows to and from these parameters in response to specific prompts. However, these st… ▽ More

    Submitted 6 June, 2024; originally announced June 2024.

    Comments: 20 pages

  42. arXiv:2406.02836  [pdf, other

    cs.CR cs.CV

    DREW : Towards Robust Data Provenance by Leveraging Error-Controlled Watermarking

    Authors: Mehrdad Saberi, Vinu Sankar Sadasivan, Arman Zarei, Hessam Mahdavifar, Soheil Feizi

    Abstract: Identifying the origin of data is crucial for data provenance, with applications including data ownership protection, media forensics, and detecting AI-generated content. A standard approach involves embedding-based retrieval techniques that match query data with entries in a reference dataset. However, this method is not robust against benign and malicious edits. To address this, we propose Data… ▽ More

    Submitted 20 June, 2024; v1 submitted 4 June, 2024; originally announced June 2024.

  43. arXiv:2406.02542  [pdf, other

    cs.LG

    Loki: Low-rank Keys for Efficient Sparse Attention

    Authors: Prajwal Singhania, Siddharth Singh, Shwai He, Soheil Feizi, Abhinav Bhatele

    Abstract: Inference on large language models (LLMs) can be expensive in terms of the compute and memory costs involved, especially when long sequence lengths are used. In particular, the self-attention mechanism used in LLM inference contributes significantly to these costs, which has sparked an interest in approximating the self-attention computation to reduce such costs. In this work, we propose to approx… ▽ More

    Submitted 7 November, 2024; v1 submitted 4 June, 2024; originally announced June 2024.

    Comments: Proceedings of the Thirty-Eighth Annual Conference on Neural Information Processing Systems (Main Conference Track)

  44. arXiv:2406.01583  [pdf, other

    cs.CV cs.LG

    Decomposing and Interpreting Image Representations via Text in ViTs Beyond CLIP

    Authors: Sriram Balasubramanian, Samyadeep Basu, Soheil Feizi

    Abstract: Recent work has explored how individual components of the CLIP-ViT model contribute to the final representation by leveraging the shared image-text representation space of CLIP. These components, such as attention heads and MLPs, have been shown to capture distinct image features like shape, color or texture. However, understanding the role of these components in arbitrary vision transformers (ViT… ▽ More

    Submitted 21 October, 2024; v1 submitted 3 June, 2024; originally announced June 2024.

    Comments: NeurIPS 2024, 31 pages, 15 figures

    ACM Class: I.5.1

  45. arXiv:2405.16401  [pdf, other

    cs.CV cs.LG

    Understanding the Effect of using Semantically Meaningful Tokens for Visual Representation Learning

    Authors: Neha Kalibhat, Priyatham Kattakinda, Sumit Nawathe, Arman Zarei, Nikita Seleznev, Samuel Sharpe, Senthil Kumar, Soheil Feizi

    Abstract: Vision transformers have established a precedent of patchifying images into uniformly-sized chunks before processing. We hypothesize that this design choice may limit models in learning comprehensive and compositional representations from visual data. This paper explores the notion of providing semantically-meaningful visual tokens to transformer encoders within a vision-language pre-training fram… ▽ More

    Submitted 19 May, 2025; v1 submitted 25 May, 2024; originally announced May 2024.

    Comments: Published at CVPR Workshops 2025

  46. arXiv:2405.01008  [pdf, other

    cs.CV

    On Mechanistic Knowledge Localization in Text-to-Image Generative Models

    Authors: Samyadeep Basu, Keivan Rezaei, Priyatham Kattakinda, Ryan Rossi, Cherry Zhao, Vlad Morariu, Varun Manjunatha, Soheil Feizi

    Abstract: Identifying layers within text-to-image models which control visual attributes can facilitate efficient model editing through closed-form updates. Recent work, leveraging causal tracing show that early Stable-Diffusion variants confine knowledge primarily to the first layer of the CLIP text-encoder, while it diffuses throughout the UNet.Extending this framework, we observe that for recent models (… ▽ More

    Submitted 7 May, 2024; v1 submitted 2 May, 2024; originally announced May 2024.

    Comments: Appearing in ICML 2024

  47. arXiv:2404.08030  [pdf, other

    cs.CV cs.AI

    Rethinking Artistic Copyright Infringements in the Era of Text-to-Image Generative Models

    Authors: Mazda Moayeri, Samyadeep Basu, Sriram Balasubramanian, Priyatham Kattakinda, Atoosa Chengini, Robert Brauneis, Soheil Feizi

    Abstract: Recent text-to-image generative models such as Stable Diffusion are extremely adept at mimicking and generating copyrighted content, raising concerns amongst artists that their unique styles may be improperly copied. Understanding how generative models copy "artistic style" is more complex than duplicating a single image, as style is comprised by a set of elements (or signature) that frequently co… ▽ More

    Submitted 11 April, 2024; originally announced April 2024.

  48. arXiv:2403.02580  [pdf, other

    cs.CV cs.LG

    What do we learn from inverting CLIP models?

    Authors: Hamid Kazemi, Atoosa Chegini, Jonas Geiping, Soheil Feizi, Tom Goldstein

    Abstract: We employ an inversion-based approach to examine CLIP models. Our examination reveals that inverting CLIP models results in the generation of images that exhibit semantic alignment with the specified target prompts. We leverage these inverted images to gain insights into various aspects of CLIP models, such as their ability to blend concepts and inclusion of gender biases. We notably observe insta… ▽ More

    Submitted 4 March, 2024; originally announced March 2024.

    Comments: Warning: This paper contains sexually explicit images and language, offensive visuals and terminology, discussions on pornography, gender bias, and other potentially unsettling, distressing, and/or offensive content for certain readers

  49. arXiv:2402.15570  [pdf, other

    cs.CR cs.AI cs.CL

    Fast Adversarial Attacks on Language Models In One GPU Minute

    Authors: Vinu Sankar Sadasivan, Shoumik Saha, Gaurang Sriramanan, Priyatham Kattakinda, Atoosa Chegini, Soheil Feizi

    Abstract: In this paper, we introduce a novel class of fast, beam search-based adversarial attack (BEAST) for Language Models (LMs). BEAST employs interpretable parameters, enabling attackers to balance between attack speed, success rate, and the readability of adversarial prompts. The computational efficiency of BEAST facilitates us to investigate its applications on LMs for jailbreaking, eliciting halluci… ▽ More

    Submitted 23 February, 2024; originally announced February 2024.

  50. arXiv:2312.05464  [pdf, other

    cs.CV cs.LG

    Identifying and Mitigating Model Failures through Few-shot CLIP-aided Diffusion Generation

    Authors: Atoosa Chegini, Soheil Feizi

    Abstract: Deep learning models can encounter unexpected failures, especially when dealing with challenging sub-populations. One common reason for these failures is the occurrence of objects in backgrounds that are rarely seen during training. To gain a better understanding of these failure modes, human-interpretable descriptions are crucial for further analysis and improvement which is expensive. In this st… ▽ More

    Submitted 8 December, 2023; originally announced December 2023.