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

Showing 1–50 of 55 results for author: Kempe, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2606.20937  [pdf, ps, other

    cs.LG

    Learning through Internalization

    Authors: Nikolaos Tsilivis, Nirmit Joshi, Marko Medvedev, Julia Kempe, Nati Srebro

    Abstract: We study internalization processes, by which neural-network-based systems absorb an explicit computational procedure into their own weights, and how they facilitate learning. We investigate how transformers internalize the simulation of semiautomata by internalizing chain-of-thought (CoT) tokens, which classes of semiautomata are harder to internalize, and expose the flip side of internalization,… ▽ More

    Submitted 18 June, 2026; originally announced June 2026.

    Comments: first version, 43 pages

  2. arXiv:2605.29955  [pdf, ps, other

    cs.AI

    Formalizing Mathematics at Scale

    Authors: Ahmad Rammal, Niket Patel, Fabian Gloeckle, Amaury Hayat, Julia Kempe, Remi Munos, Charles Arnal, Vivien Cabannes

    Abstract: We present AutoformBot, a multi-agent system for building an Autoformalized Textbook Library At Scale (Atlas) in Lean 4. AutoformBot orchestrates thousands of LLM agents, equipped with formal verification tools, dependency-aware task scheduling, and collaborative version control, to translate informal textbook prose into machine-checked definitions and proofs. We apply our methods to a corpus of 2… ▽ More

    Submitted 28 May, 2026; originally announced May 2026.

  3. arXiv:2604.08706  [pdf, ps, other

    cs.LG

    Efficient RL Training for LLMs with Experience Replay

    Authors: Charles Arnal, Vivien Cabannes, Taco Cohen, Julia Kempe, Remi Munos

    Abstract: While Experience Replay - the practice of storing rollouts and reusing them multiple times during training - is a foundational technique in general RL, it remains largely unexplored in LLM post-training due to the prevailing belief that fresh, on-policy data is essential for high performance. In this work, we challenge this assumption. We present a systematic study of replay buffers for LLM post-t… ▽ More

    Submitted 9 April, 2026; originally announced April 2026.

  4. arXiv:2602.03979  [pdf, ps, other

    cs.CL

    Likelihood-Based Reward Designs for General LLM Reasoning

    Authors: Ariel Kwiatkowski, Natasha Butt, Ismail Labiad, Julia Kempe, Yann Ollivier

    Abstract: Fine-tuning large language models (LLMs) on reasoning benchmarks via reinforcement learning requires a specific reward function, often binary, for each benchmark. This comes with two potential limitations: the need to design the reward, and the potentially sparse nature of binary rewards. Here, we systematically investigate rewards derived from the probability or log-probability of emitting the re… ▽ More

    Submitted 3 February, 2026; originally announced February 2026.

  5. arXiv:2601.18778  [pdf, ps, other

    cs.LG cs.CL

    Teaching Models to Teach Themselves: Reasoning at the Edge of Learnability

    Authors: Shobhita Sundaram, John Quan, Ariel Kwiatkowski, Kartik Ahuja, Yann Ollivier, Julia Kempe

    Abstract: RL methods for scaling large reasoning models stall on datasets with low initial success rates, and thus little training signal. We investigate a fundamental question: Can a pretrained LLM leverage latent knowledge to generate an automated curriculum for problems it cannot solve? We explore this with SOAR: An asymmetric self-play framework that uses meta-RL to surface these pedagogical signals. A… ▽ More

    Submitted 30 June, 2026; v1 submitted 26 January, 2026; originally announced January 2026.

    Comments: ICML 2026. Blog post: https://ssundaram21.github.io/soar/

  6. arXiv:2511.20766  [pdf, ps, other

    cs.AI

    OpenApps: Simulating Environment Variations to Measure UI-Agent Reliability

    Authors: Karen Ullrich, Jingtong Su, Claudia Shi, Arjun Subramonian, Amir Bar, Ivan Evtimov, Nikolaos Tsilivis, Randall Balestriero, Julia Kempe, Mark Ibrahim

    Abstract: Reliability is key to realizing the promise of autonomous UI-Agents, multimodal agents that directly interact with apps in the same manner as humans, as users must be able to trust an agent to complete a given task. Current evaluations rely on fixed environments, often clones of existing apps, which are limited in that they can only shed light on whether or how often an agent can complete a task w… ▽ More

    Submitted 25 November, 2025; originally announced November 2025.

  7. arXiv:2510.21891  [pdf, ps, other

    cs.CL cs.AI cs.LG stat.ME stat.ML

    Embedding Trust: Semantic Isotropy Predicts Nonfactuality in Long-Form Text Generation

    Authors: Dhrupad Bhardwaj, Julia Kempe, Tim G. J. Rudner

    Abstract: To deploy large language models (LLMs) in high-stakes application domains that require substantively accurate responses to open-ended prompts, we need reliable, computationally inexpensive methods that assess the trustworthiness of long-form responses generated by LLMs. However, existing approaches often rely on claim-by-claim fact-checking, which is computationally expensive and brittle in long-f… ▽ More

    Submitted 9 August, 2026; v1 submitted 23 October, 2025; originally announced October 2025.

    Comments: Published in Proceedings of the 43rd International Conference on Machine Learning (ICML 2026)

  8. arXiv:2510.11495  [pdf, ps, other

    cs.LG stat.ML

    How Reinforcement Learning After Next-Token Prediction Facilitates Learning

    Authors: Nikolaos Tsilivis, Eran Malach, Karen Ullrich, Julia Kempe

    Abstract: Recent advances in reasoning domains with neural networks have primarily been enabled by a training recipe that optimizes Large Language Models, previously trained to predict the next-token in a sequence, with reinforcement learning algorithms. We introduce a framework to study the success of this paradigm, and we theoretically expose the optimization mechanisms by which reinforcement learning imp… ▽ More

    Submitted 16 December, 2025; v1 submitted 13 October, 2025; originally announced October 2025.

  9. arXiv:2510.08696  [pdf, ps, other

    cs.LG

    Don't Waste Mistakes: Leveraging Negative RL-Groups via Confidence Reweighting

    Authors: Yunzhen Feng, Parag Jain, Anthony Hartshorn, Yaqi Duan, Julia Kempe

    Abstract: Reinforcement learning with verifiable rewards (RLVR) has become a standard recipe for improving large language models (LLMs) on reasoning tasks, with Group Relative Policy Optimization (GRPO) widely used in practice. Yet GRPO wastes substantial compute on negative groups: groups in which no sampled response is correct yield zero advantage and thus no gradient. We ask whether negative groups can b… ▽ More

    Submitted 9 October, 2025; originally announced October 2025.

  10. arXiv:2509.19284  [pdf, ps, other

    cs.LG

    What Characterizes Effective Reasoning? Revisiting Length, Review, and Structure of CoT

    Authors: Yunzhen Feng, Julia Kempe, Cheng Zhang, Parag Jain, Anthony Hartshorn

    Abstract: Large reasoning models (LRMs) spend substantial test-time compute on long chain-of-thought (CoT) traces, but what *characterizes* an effective CoT remains unclear. While prior work reports gains from lengthening CoTs and increasing review (revisiting earlier steps) via appended *wait* tokens, recent studies suggest that shorter thinking can outperform longer traces. We therefore conduct a systemat… ▽ More

    Submitted 23 September, 2025; originally announced September 2025.

  11. arXiv:2509.19170  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Soft Tokens, Hard Truths

    Authors: Natasha Butt, Ariel Kwiatkowski, Ismail Labiad, Julia Kempe, Yann Ollivier

    Abstract: The use of continuous instead of discrete tokens during the Chain-of-Thought (CoT) phase of reasoning LLMs has garnered attention recently, based on the intuition that a continuous mixture of discrete tokens could simulate a superposition of several reasoning paths simultaneously. Theoretical results have formally proven that continuous tokens have much greater expressivity and can solve specific… ▽ More

    Submitted 24 September, 2025; v1 submitted 23 September, 2025; originally announced September 2025.

  12. arXiv:2509.06941  [pdf, ps, other

    cs.LG cs.CL

    Outcome-based Exploration for LLM Reasoning

    Authors: Yuda Song, Julia Kempe, Remi Munos

    Abstract: Reinforcement learning (RL) has emerged as a powerful method for improving the reasoning abilities of large language models (LLMs). Outcome-based RL, which rewards policies solely for the correctness of the final answer, yields substantial accuracy gains but also induces a systematic loss in generation diversity. This collapse undermines real-world performance, where diversity is critical for test… ▽ More

    Submitted 8 September, 2025; originally announced September 2025.

    Comments: 26 pages, 11 figures

  13. arXiv:2507.01752  [pdf, ps, other

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

    Tuning without Peeking: Provable Generalization Bounds and Robust LLM Post-Training

    Authors: Ismail Labiad, Mathurin Videau, Matthieu Kowalski, Marc Schoenauer, Alessandro Leite, Julia Kempe, Olivier Teytaud

    Abstract: Gradient-based optimization is the workhorse of deep learning, offering efficient and scalable training via backpropagation. However, exposing gradients during training can leak sensitive information about the underlying data, raising privacy and security concerns such as susceptibility to data poisoning attacks. In contrast, black-box optimization methods, which treat the model as an opaque funct… ▽ More

    Submitted 23 June, 2026; v1 submitted 2 July, 2025; originally announced July 2025.

  14. arXiv:2506.20520  [pdf, ps, other

    cs.LG cs.CL

    Asymmetric REINFORCE for off-Policy Reinforcement Learning: Balancing positive and negative rewards

    Authors: Charles Arnal, Gaëtan Narozniak, Vivien Cabannes, Yunhao Tang, Julia Kempe, Remi Munos

    Abstract: Reinforcement learning (RL) is increasingly used to align large language models (LLMs). Off-policy methods offer greater implementation simplicity and data efficiency than on-policy techniques, but often result in suboptimal performance. In this work, we study the intermediate range of algorithms between off-policy RL and supervised fine-tuning by analyzing a simple off-policy REINFORCE algorithm,… ▽ More

    Submitted 28 November, 2025; v1 submitted 25 June, 2025; originally announced June 2025.

  15. arXiv:2506.17052  [pdf, ps, other

    cs.LG cs.AI cs.CL

    From Concepts to Components: Concept-Agnostic Attention Module Discovery in Transformers

    Authors: Jingtong Su, Julia Kempe, Karen Ullrich

    Abstract: Transformers have achieved state-of-the-art performance across language and vision tasks. This success drives the imperative to interpret their internal mechanisms with the dual goals of enhancing performance and improving behavioral control. Attribution methods help advance interpretability by assigning model outputs associated with a target concept to specific model components. Current attributi… ▽ More

    Submitted 20 June, 2025; originally announced June 2025.

  16. arXiv:2502.04270  [pdf, other

    cs.LG stat.ML

    PILAF: Optimal Human Preference Sampling for Reward Modeling

    Authors: Yunzhen Feng, Ariel Kwiatkowski, Kunhao Zheng, Julia Kempe, Yaqi Duan

    Abstract: As large language models increasingly drive real-world applications, aligning them with human values becomes paramount. Reinforcement Learning from Human Feedback (RLHF) has emerged as a key technique, translating preference data into reward models when oracle human values remain inaccessible. In practice, RLHF mostly relies on approximate reward models, which may not consistently guide the policy… ▽ More

    Submitted 6 February, 2025; originally announced February 2025.

  17. arXiv:2410.22069  [pdf, ps, other

    cs.LG stat.ML

    Flavors of Margin: Implicit Bias of Steepest Descent in Homogeneous Neural Networks

    Authors: Nikolaos Tsilivis, Eitan Gronich, Julia Kempe, Gal Vardi

    Abstract: We study the implicit bias of the general family of steepest descent algorithms with infinitesimal learning rate in deep homogeneous neural networks. We show that: (a) an algorithm-dependent geometric margin starts increasing once the networks reach perfect training accuracy, and (b) any limit point of the training trajectory corresponds to a KKT point of the corresponding margin-maximization prob… ▽ More

    Submitted 22 September, 2025; v1 submitted 29 October, 2024; originally announced October 2024.

    Comments: Fix the authors order

  18. arXiv:2410.16073  [pdf, other

    stat.ML cond-mat.dis-nn cs.LG math.ST

    On the Geometry of Regularization in Adversarial Training: High-Dimensional Asymptotics and Generalization Bounds

    Authors: Matteo Vilucchio, Nikolaos Tsilivis, Bruno Loureiro, Julia Kempe

    Abstract: Regularization, whether explicit in terms of a penalty in the loss or implicit in the choice of algorithm, is a cornerstone of modern machine learning. Indeed, controlling the complexity of the model class is particularly important when data is scarce, noisy or contaminated, as it translates a statistical belief on the underlying structure of the data. This work investigates the question of how to… ▽ More

    Submitted 21 October, 2024; originally announced October 2024.

  19. arXiv:2410.07041  [pdf, other

    cs.LG cs.AI

    Emergent properties with repeated examples

    Authors: François Charton, Julia Kempe

    Abstract: We study the performance of transformers as a function of the number of repetitions of training examples with algorithmically generated datasets. On three problems of mathematics: the greatest common divisor, modular multiplication, and matrix eigenvalues, we show that for a fixed number of training steps, models trained on smaller sets of repeated examples outperform models trained on larger sets… ▽ More

    Submitted 9 October, 2024; originally announced October 2024.

  20. arXiv:2410.04840  [pdf, other

    cs.LG stat.ML

    Strong Model Collapse

    Authors: Elvis Dohmatob, Yunzhen Feng, Arjun Subramonian, Julia Kempe

    Abstract: Within the scaling laws paradigm, which underpins the training of large neural networks like ChatGPT and Llama, we consider a supervised regression setting and establish the existance of a strong form of the model collapse phenomenon, a critical performance degradation due to synthetic data in the training corpus. Our results show that even the smallest fraction of synthetic data (e.g., as little… ▽ More

    Submitted 8 October, 2024; v1 submitted 7 October, 2024; originally announced October 2024.

  21. arXiv:2408.01420  [pdf, other

    cs.LG cs.AI cs.CL

    Mission Impossible: A Statistical Perspective on Jailbreaking LLMs

    Authors: Jingtong Su, Julia Kempe, Karen Ullrich

    Abstract: Large language models (LLMs) are trained on a deluge of text data with limited quality control. As a result, LLMs can exhibit unintended or even harmful behaviours, such as leaking information, fake news or hate speech. Countermeasures, commonly referred to as preference alignment, include fine-tuning the pretrained LLMs with carefully crafted text examples of desired behaviour. Even then, empiric… ▽ More

    Submitted 2 August, 2024; originally announced August 2024.

  22. arXiv:2406.07515  [pdf, other

    cs.LG cs.AI stat.ML

    Beyond Model Collapse: Scaling Up with Synthesized Data Requires Verification

    Authors: Yunzhen Feng, Elvis Dohmatob, Pu Yang, Francois Charton, Julia Kempe

    Abstract: Large Language Models (LLM) are increasingly trained on data generated by other LLM, either because generated text and images become part of the pre-training corpus, or because synthetized data is used as a replacement for expensive human-annotation. This raises concerns about \emph{model collapse}, a drop in model performance when their training sets include generated data. Considering that it is… ▽ More

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

  23. arXiv:2406.04981  [pdf, other

    cs.LG stat.ML

    The Price of Implicit Bias in Adversarially Robust Generalization

    Authors: Nikolaos Tsilivis, Natalie Frank, Nathan Srebro, Julia Kempe

    Abstract: We study the implicit bias of optimization in robust empirical risk minimization (robust ERM) and its connection with robust generalization. In classification settings under adversarial perturbations with linear models, we study what type of regularization should ideally be applied for a given perturbation set to improve (robust) generalization. We then show that the implicit bias of optimization… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

  24. arXiv:2406.02128  [pdf, other

    cs.LG cs.AI cs.CL

    Iteration Head: A Mechanistic Study of Chain-of-Thought

    Authors: Vivien Cabannes, Charles Arnal, Wassim Bouaziz, Alice Yang, Francois Charton, Julia Kempe

    Abstract: Chain-of-Thought (CoT) reasoning is known to improve Large Language Models both empirically and in terms of theoretical approximation power. However, our understanding of the inner workings and conditions of apparition of CoT capabilities remains limited. This paper helps fill this gap by demonstrating how CoT reasoning emerges in transformers in a controlled and interpretable setting. In particul… ▽ More

    Submitted 28 October, 2024; v1 submitted 4 June, 2024; originally announced June 2024.

  25. arXiv:2404.19640  [pdf, other

    cs.LG cs.AI cs.CV stat.ME stat.ML

    Attacking Bayes: On the Adversarial Robustness of Bayesian Neural Networks

    Authors: Yunzhen Feng, Tim G. J. Rudner, Nikolaos Tsilivis, Julia Kempe

    Abstract: Adversarial examples have been shown to cause neural networks to fail on a wide range of vision and language tasks, but recent work has claimed that Bayesian neural networks (BNNs) are inherently robust to adversarial perturbations. In this work, we examine this claim. To study the adversarial robustness of BNNs, we investigate whether it is possible to successfully break state-of-the-art BNN infe… ▽ More

    Submitted 26 April, 2024; originally announced April 2024.

  26. arXiv:2404.05579  [pdf, other

    cs.LG cs.CV

    DRoP: Distributionally Robust Data Pruning

    Authors: Artem Vysogorets, Kartik Ahuja, Julia Kempe

    Abstract: In the era of exceptionally data-hungry models, careful selection of the training data is essential to mitigate the extensive costs of deep learning. Data pruning offers a solution by removing redundant or uninformative samples from the dataset, which yields faster convergence and improved neural scaling laws. However, little is known about its impact on classification bias of the trained models.… ▽ More

    Submitted 9 February, 2025; v1 submitted 8 April, 2024; originally announced April 2024.

  27. arXiv:2403.09869  [pdf, other

    stat.ML cs.AI cs.LG stat.ME

    Mind the GAP: Improving Robustness to Subpopulation Shifts with Group-Aware Priors

    Authors: Tim G. J. Rudner, Ya Shi Zhang, Andrew Gordon Wilson, Julia Kempe

    Abstract: Machine learning models often perform poorly under subpopulation shifts in the data distribution. Developing methods that allow machine learning models to better generalize to such shifts is crucial for safe deployment in real-world settings. In this paper, we develop a family of group-aware prior (GAP) distributions over neural network parameters that explicitly favor models that generalize well… ▽ More

    Submitted 14 March, 2024; originally announced March 2024.

    Comments: Published in Proceedings of the 27th International Conference on Artificial Intelligence and Statistics (AISTATS 2024)

  28. arXiv:2402.07712  [pdf, other

    cs.LG cs.AI stat.ML

    Model Collapse Demystified: The Case of Regression

    Authors: Elvis Dohmatob, Yunzhen Feng, Julia Kempe

    Abstract: In the era of proliferation of large language and image generation models, the phenomenon of "model collapse" refers to the situation whereby as a model is trained recursively on data generated from previous generations of itself over time, its performance degrades until the model eventually becomes completely useless, i.e the model collapses. In this work, we study this phenomenon in the setting… ▽ More

    Submitted 30 April, 2024; v1 submitted 12 February, 2024; originally announced February 2024.

  29. arXiv:2402.07043  [pdf, other

    cs.LG cs.AI cs.CL

    A Tale of Tails: Model Collapse as a Change of Scaling Laws

    Authors: Elvis Dohmatob, Yunzhen Feng, Pu Yang, Francois Charton, Julia Kempe

    Abstract: As AI model size grows, neural scaling laws have become a crucial tool to predict the improvements of large models when increasing capacity and the size of original (human or natural) training data. Yet, the widespread use of popular models means that the ecosystem of online data and text will co-evolve to progressively contain increased amounts of synthesized data. In this paper we ask: How will… ▽ More

    Submitted 31 May, 2024; v1 submitted 10 February, 2024; originally announced February 2024.

    Journal ref: ICML 2024

  30. arXiv:2402.03579  [pdf, other

    cs.LG math.OC

    Deconstructing the Goldilocks Zone of Neural Network Initialization

    Authors: Artem Vysogorets, Anna Dawid, Julia Kempe

    Abstract: The second-order properties of the training loss have a massive impact on the optimization dynamics of deep learning models. Fort & Scherlis (2019) discovered that a large excess of positive curvature and local convexity of the loss Hessian is associated with highly trainable initial points located in a region coined the "Goldilocks zone". Only a handful of subsequent studies touched upon this rel… ▽ More

    Submitted 4 June, 2024; v1 submitted 5 February, 2024; originally announced February 2024.

    Journal ref: Proceedings of the 41st International Conference on Machine Learning, PMLR (2024) 235:49717-49732

  31. arXiv:2311.17967  [pdf, other

    cs.CV astro-ph.IM cs.LG

    Discovering Galaxy Features via Dataset Distillation

    Authors: Haowen Guan, Xuan Zhao, Zishi Wang, Zhiyang Li, Julia Kempe

    Abstract: In many applications, Neural Nets (NNs) have classification performance on par or even exceeding human capacity. Moreover, it is likely that NNs leverage underlying features that might differ from those humans perceive to classify. Can we "reverse-engineer" pertinent features to enhance our scientific understanding? Here, we apply this idea to the notoriously difficult task of galaxy classificatio… ▽ More

    Submitted 29 November, 2023; originally announced November 2023.

    Comments: Accepted to NeurIPS Workshop on Machine Learning and the Physical Sciences, 2023

  32. arXiv:2311.07444  [pdf, other

    cs.LG

    On the Robustness of Neural Collapse and the Neural Collapse of Robustness

    Authors: Jingtong Su, Ya Shi Zhang, Nikolaos Tsilivis, Julia Kempe

    Abstract: Neural Collapse refers to the curious phenomenon in the end of training of a neural network, where feature vectors and classification weights converge to a very simple geometrical arrangement (a simplex). While it has been observed empirically in various cases and has been theoretically motivated, its connection with crucial properties of neural networks, like their generalization and robustness,… ▽ More

    Submitted 13 November, 2024; v1 submitted 13 November, 2023; originally announced November 2023.

    Comments: Transactions on Machine Learning Research, 2024

  33. arXiv:2311.07025  [pdf, other

    cs.LG cs.AI stat.ML

    Embarassingly Simple Dataset Distillation

    Authors: Yunzhen Feng, Ramakrishna Vedantam, Julia Kempe

    Abstract: Dataset distillation extracts a small set of synthetic training samples from a large dataset with the goal of achieving competitive performance on test data when trained on this sample. In this work, we tackle dataset distillation at its core by treating it directly as a bilevel optimization problem. Re-examining the foundational back-propagation through time method, we study the pronounced varian… ▽ More

    Submitted 12 November, 2023; originally announced November 2023.

    Comments: Short version appears at NeurIPS 2023 WANT workshop

  34. arXiv:2307.02693  [pdf, other

    cs.LG stat.ML

    Kernels, Data & Physics

    Authors: Francesco Cagnetta, Deborah Oliveira, Mahalakshmi Sabanayagam, Nikolaos Tsilivis, Julia Kempe

    Abstract: Lecture notes from the course given by Professor Julia Kempe at the summer school "Statistical physics of Machine Learning" in Les Houches. The notes discuss the so-called NTK approach to problems in machine learning, which consists of gaining an understanding of generally unsolvable problems by finding a tractable kernel formulation. The notes are mainly focused on practical applications such as… ▽ More

    Submitted 5 July, 2023; originally announced July 2023.

    Comments: These are notes from the lecture of Julia Kempe given at the summer school "Statistical Physics \& Machine Learning", that took place in Les Houches School of Physics in France from 4th to 29th July 2022

  35. arXiv:2304.09403  [pdf, other

    cs.LG cs.CV

    Wavelets Beat Monkeys at Adversarial Robustness

    Authors: Jingtong Su, Julia Kempe

    Abstract: Research on improving the robustness of neural networks to adversarial noise - imperceptible malicious perturbations of the data - has received significant attention. The currently uncontested state-of-the-art defense to obtain robust deep neural networks is Adversarial Training (AT), but it consumes significantly more resources compared to standard training and trades off accuracy for robustness.… ▽ More

    Submitted 18 April, 2023; originally announced April 2023.

    Comments: Machine Learning and the Physical Sciences Workshop, NeurIPS 2022

  36. arXiv:2210.05577  [pdf, other

    cs.LG cs.CR

    What Can the Neural Tangent Kernel Tell Us About Adversarial Robustness?

    Authors: Nikolaos Tsilivis, Julia Kempe

    Abstract: The adversarial vulnerability of neural nets, and subsequent techniques to create robust models have attracted significant attention; yet we still lack a full understanding of this phenomenon. Here, we study adversarial examples of trained neural networks through analytical tools afforded by recent theory advances connecting neural networks and kernel methods, namely the Neural Tangent Kernel (NTK… ▽ More

    Submitted 30 January, 2023; v1 submitted 11 October, 2022; originally announced October 2022.

    Comments: NeurIPS 2022; added link to GitHub repository

  37. arXiv:2210.01987  [pdf, other

    cs.CV cs.LG

    ImpressLearn: Continual Learning via Combined Task Impressions

    Authors: Dhrupad Bhardwaj, Julia Kempe, Artem Vysogorets, Angela M. Teng, Evaristus C. Ezekwem

    Abstract: This work proposes a new method to sequentially train deep neural networks on multiple tasks without suffering catastrophic forgetting, while endowing it with the capability to quickly adapt to unseen tasks. Starting from existing work on network masking (Wortsman et al., 2020), we show that simply learning a linear combination of a small number of task-specific supermasks (impressions) on a rando… ▽ More

    Submitted 31 January, 2023; v1 submitted 4 October, 2022; originally announced October 2022.

  38. arXiv:2207.11727  [pdf, other

    cs.LG cs.CV

    Can we achieve robustness from data alone?

    Authors: Nikolaos Tsilivis, Jingtong Su, Julia Kempe

    Abstract: We introduce a meta-learning algorithm for adversarially robust classification. The proposed method tries to be as model agnostic as possible and optimizes a dataset prior to its deployment in a machine learning system, aiming to effectively erase its non-robust features. Once the dataset has been created, in principle no specialized algorithm (besides standard gradient descent) is needed to train… ▽ More

    Submitted 30 January, 2023; v1 submitted 24 July, 2022; originally announced July 2022.

  39. arXiv:2107.02306  [pdf, other

    cs.LG cs.CV

    Connectivity Matters: Neural Network Pruning Through the Lens of Effective Sparsity

    Authors: Artem Vysogorets, Julia Kempe

    Abstract: Neural network pruning is a fruitful area of research with surging interest in high sparsity regimes. Benchmarking in this domain heavily relies on faithful representation of the sparsity of subnetworks, which has been traditionally computed as the fraction of removed connections (direct sparsity). This definition, however, fails to recognize unpruned parameters that detached from input or output… ▽ More

    Submitted 7 April, 2023; v1 submitted 5 July, 2021; originally announced July 2021.

  40. Hardness of approximation for quantum problems

    Authors: Sevag Gharibian, Julia Kempe

    Abstract: The polynomial hierarchy plays a central role in classical complexity theory. Here, we define a quantum generalization of the polynomial hierarchy, and initiate its study. We show that not only are there natural complete problems for the second level of this quantum hierarchy, but that these problems are in fact hard to approximate. Using these techniques, we also obtain hardness of approximation… ▽ More

    Submitted 5 September, 2012; originally announced September 2012.

    Comments: 21 pages, 1 figure, extended abstract appeared in Proceedings of the 39th International Colloquium on Automata, Languages and Programming (ICALP), pages 387-398, Springer, 2012

    Journal ref: Quantum Information & Computation 14 (5 & 6): 517-540, 2014. Also in Proceedings of ICALP 2012

  41. arXiv:1101.3884  [pdf, ps, other

    quant-ph cs.CC

    Approximation algorithms for QMA-complete problems

    Authors: Sevag Gharibian, Julia Kempe

    Abstract: Approximation algorithms for classical constraint satisfaction problems are one of the main research areas in theoretical computer science. Here we define a natural approximation version of the QMA-complete local Hamiltonian problem and initiate its study. We present two main results. The first shows that a non-trivial approximation ratio can be obtained in the class NP using product states. The s… ▽ More

    Submitted 20 January, 2011; originally announced January 2011.

    Comments: 22 pages, comments welcome

    Journal ref: SIAM Journal on Computing 41(4): 1028-1050, 2012. Also in Proceedings of 26th IEEE Conference on Computational Complexity (CCC), 178-188, 2011

  42. arXiv:1005.0512  [pdf, ps, other

    quant-ph cs.CC

    Two-Source Extractors Secure Against Quantum Adversaries

    Authors: Roy Kasher, Julia Kempe

    Abstract: We initiate the study of multi-source extractors in the quantum world. In this setting, our goal is to extract random bits from two independent weak random sources, on which two quantum adversaries store a bounded amount of information. Our main result is a two-source extractor secure against quantum adversaries, with parameters closely matching the classical case and tight in several instances. M… ▽ More

    Submitted 4 May, 2010; originally announced May 2010.

    Comments: 20 pages, no figures

  43. A Quantum Lovasz Local Lemma

    Authors: Andris Ambainis, Julia Kempe, Or Sattath

    Abstract: The Lovasz Local Lemma (LLL) is a powerful tool in probability theory to show the existence of combinatorial objects meeting a prescribed collection of "weakly dependent" criteria. We show that the LLL extends to a much more general geometric setting, where events are replaced with subspaces and probability is replaced with relative dimension, which allows to lower bound the dimension of the int… ▽ More

    Submitted 9 November, 2009; originally announced November 2009.

    Comments: 19 pages

    Journal ref: Journal of the ACM, Volume 59 Issue 5, October 2012, Article No. 24

  44. arXiv:0911.0201  [pdf, ps, other

    quant-ph cs.CC

    No Strong Parallel Repetition with Entangled and Non-signaling Provers

    Authors: Julia Kempe, Oded Regev

    Abstract: We consider one-round games between a classical verifier and two provers. One of the main questions in this area is the \emph{parallel repetition question}: If the game is played $\ell$ times in parallel, does the maximum winning probability decay exponentially in $\ell$? In the classical setting, this question was answered in the affirmative by Raz. More recently the question arose whether the… ▽ More

    Submitted 1 November, 2009; originally announced November 2009.

    Comments: 15 pages, 2 figures

  45. arXiv:quant-ph/0607174  [pdf, ps, other

    quant-ph cs.CC

    Exponential Separation of Quantum and Classical One-Way Communication Complexity for a Boolean Function

    Authors: Dmytro Gavinsky, Julia Kempe, Ronald de Wolf

    Abstract: We give an exponential separation between one-way quantum and classical communication complexity for a Boolean function. Earlier such a separation was known only for a relation. A very similar result was obtained earlier but independently by Kerenidis and Raz [KR06]. Our version of the result gives an example in the bounded storage model of cryptography, where the key is secure if the adversary… ▽ More

    Submitted 25 July, 2006; originally announced July 2006.

    Comments: 8 pages, no figures

  46. arXiv:quant-ph/0603173  [pdf, ps, other

    quant-ph cs.CC

    Strengths and Weaknesses of Quantum Fingerprinting

    Authors: Dmytro Gavinsky, Julia Kempe, Ronald de Wolf

    Abstract: We study the power of quantum fingerprints in the simultaneous message passing (SMP) setting of communication complexity. Yao recently showed how to simulate, with exponential overhead, classical shared-randomness SMP protocols by means of quantum SMP protocols without shared randomness ($Q^\parallel$-protocols). Our first result is to extend Yao's simulation to the strongest possible model: eve… ▽ More

    Submitted 20 March, 2006; originally announced March 2006.

    Comments: 13 pages, no figures, to appear in CCC'06

    Journal ref: Proc. 21st CCC (Complexity), p. 288-295 (2006)

  47. arXiv:quant-ph/0511013  [pdf, ps, other

    quant-ph cs.CC

    Bounded-Error Quantum State Identification and Exponential Separations in Communication Complexity

    Authors: Dmytro Gavinsky, Julia Kempe, Oded Regev, Ronald de Wolf

    Abstract: We consider the problem of bounded-error quantum state identification: given either state α_0 or state α_1, we are required to output `0', `1' or `?' ("don't know"), such that conditioned on outputting `0' or `1', our guess is correct with high probability. The goal is to maximize the probability of not outputting `?'. We prove a direct product theorem: if we're given two such problems, with opt… ▽ More

    Submitted 2 November, 2005; originally announced November 2005.

    Comments: 20 pages, no figures

  48. arXiv:quant-ph/0411051  [pdf, ps, other

    quant-ph cs.CC

    Quantum Communication Cannot Simulate a Public Coin

    Authors: Dmytro Gavinsky, Julia Kempe, Ronald de Wolf

    Abstract: We study the simultaneous message passing model of communication complexity. Building on the quantum fingerprinting protocol of Buhrman et al., Yao recently showed that a large class of efficient classical public-coin protocols can be turned into efficient quantum protocols without public coin. This raises the question whether this can be done always, i.e. whether quantum communication can alway… ▽ More

    Submitted 8 November, 2004; originally announced November 2004.

    Comments: 12 pages LaTeX

  49. arXiv:quant-ph/0406180  [pdf, ps, other

    quant-ph cs.CC

    The Complexity of the Local Hamiltonian Problem

    Authors: Julia Kempe, Alexei Kitaev, Oded Regev

    Abstract: The k-local Hamiltonian problem is a natural complete problem for the complexity class QMA, the quantum analog of NP. It is similar in spirit to MAX-k-SAT, which is NP-complete for k<=2. It was known that the problem is QMA-complete for any k <= 3. On the other hand 1-local Hamiltonian is in P, and hence not believed to be QMA-complete. The complexity of the 2-local Hamiltonian problem has long… ▽ More

    Submitted 2 October, 2005; v1 submitted 24 June, 2004; originally announced June 2004.

    Comments: 30 pages, 3 figures, replaced with revised version, numerous improvements to readability and expanded adiabatic section

    Journal ref: SIAM Journal of Computing, Vol. 35(5), p. 1070-1097 (2006), conference version in Proc. 24th FSTTCS, p. 372-383 (2004)

  50. arXiv:quant-ph/0406046  [pdf, ps, other

    quant-ph cs.CC

    The hidden subgroup problem and permutation group theory

    Authors: Julia Kempe, Aner Shalev

    Abstract: We employ concepts and tools from the theory of finite permutation groups in order to analyse the Hidden Subgroup Problem via Quantum Fourier Sampling (QFS) for the symmetric group. We show that under very general conditions both the weak and the random-strong form (strong form with random choices of basis) of QFS fail to provide any advantage over classical exhaustive search. In particular we g… ▽ More

    Submitted 8 June, 2004; originally announced June 2004.

    Comments: 12 pages

    Journal ref: Proc. 16th ACM-SIAM SODA, p. 1118-1125 (2005)