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

Showing 1–50 of 159 results for author: Foster, J

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

    cs.CL

    Consensus Measures for Unstructured Biomedical Text Annotations

    Authors: Pascal Wullschleger, Christian Kreis, Martin A. Walter, Jennifer Foster, Marc Pouly

    Abstract: Biomedical literature is increasingly mined for knowledge beyond the questions it was written to answer. Because the target concepts are not known in advance, annotators prefer open-ended labels, whose agreement is hard to quantify. We study soft inter-rater reliability for annotators providing unstructured texts for biomedical annotation tasks. Synthetic experiments show that soft reliability can… ▽ More

    Submitted 5 August, 2026; v1 submitted 4 August, 2026; originally announced August 2026.

  2. arXiv:2607.29617  [pdf, ps, other

    cs.LG cs.AI stat.ML

    When Does On-Policy Interaction Help? Representational Tradeoffs in Value-Based Imitation Learning

    Authors: Luca Viano, Antoine Moulin, Audrey Huang, Volkan Cevher, Philip Amortila, Dylan J. Foster

    Abstract: Imitation learning (IL)---training an agent to replicate expert behavior from demonstrations---underpins applications from robotics to language model training. Standard approaches such as Behavior Cloning (BC) are known to suffer from compounding errors and performance plateaus, particularly when the learner cannot perfectly represent the expert's policy (as is typical, e.g., in distillation). Two… ▽ More

    Submitted 31 July, 2026; originally announced July 2026.

  3. arXiv:2606.01086  [pdf, ps, other

    cs.LG cs.AI

    Strong Stochastic Flow Maps

    Authors: Sam McCallum, Zander W. Blasingame, Timothy Herschell, Niklas Rindtorff, Alexander Tong, James Foster

    Abstract: Flow and diffusion models generate high-quality samples in many modalities; however, many network evaluations are required during inference due to numerical integration of an underlying differential equation. Flow maps alleviate this problem by learning the solution map of the differential equation directly, enabling few-step sampling. Yet, current methods are restricted to approximating the solut… ▽ More

    Submitted 31 May, 2026; originally announced June 2026.

    Comments: Preprint

  4. arXiv:2605.17618  [pdf, ps, other

    cs.AI

    Prediction of Challenging Behaviors Associated with Profound Autism in a Classroom Setting Using Wearable Sensors

    Authors: Yadhu Kartha, Conor Anderson, Jenny Foster, Theresa Hamlin, Johanna Lantz, Ryan Lay, Juergen Hahn, Gari D. Clifford, Hyeokhyen Kwon

    Abstract: Autism Spectrum Disorder (ASD) is characterized by challenges with social interaction and communication and by restricted or repetitive patterns of thought and behavior, with significant variability in presentation. Approximately a quarter of children with ASD are classified as having profound autism, who often exhibit challenging behaviors, such as self-injurious behavior, aggression, elopement,… ▽ More

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

  5. arXiv:2603.18325  [pdf, ps, other

    cs.LG stat.ML

    Learning to Reason with Curriculum I: Provable Benefits of Autocurriculum

    Authors: Nived Rajaraman, Audrey Huang, Miro Dudik, Robert Schapire, Dylan J. Foster, Akshay Krishnamurthy

    Abstract: Chain-of-thought reasoning, where language models expend additional computation by producing thinking tokens prior to final responses, has driven significant advances in model capabilities. However, training these reasoning models is extremely costly in terms of both data and compute, as it involves collecting long traces of reasoning behavior from humans or synthetic generators and further post-t… ▽ More

    Submitted 18 March, 2026; originally announced March 2026.

    Comments: 39 pages, 4 figures

  6. arXiv:2603.07887  [pdf, ps, other

    cs.LG cs.AI cs.CL math.ST stat.ML

    Reject, Resample, Repeat: Understanding Parallel Reasoning in Language Model Inference

    Authors: Noah Golowich, Fan Chen, Dhruv Rohatgi, Raghav Singhal, Carles Domingo-Enrich, Dylan J. Foster, Akshay Krishnamurthy

    Abstract: Inference-time methods that aggregate and prune multiple samples have emerged as a powerful paradigm for steering large language models, yet we lack any principled understanding of their accuracy-cost tradeoffs. In this paper, we introduce a route to rigorously study such approaches using the lens of *particle filtering* algorithms such as Sequential Monte Carlo (SMC). Given a base language model… ▽ More

    Submitted 8 March, 2026; originally announced March 2026.

  7. arXiv:2602.17151  [pdf, ps, other

    math.NA cs.MS math.PR

    ARCANE: Scalable high-degree cubature formulae for simulating SDEs without Monte Carlo error

    Authors: Peter Koepernik, Thomas Coxon, James Foster

    Abstract: Monte Carlo sampling is the standard approach for estimating properties of solutions to stochastic differential equations (SDEs), but accurate estimates require huge sample sizes. Lyons and Victoir (2004) proposed replacing independently sampled Brownian driving paths with "cubature formulae", deterministic weighted sets of paths that match Brownian "signature moments" up to some degree $D$. They… ▽ More

    Submitted 19 February, 2026; originally announced February 2026.

    Comments: 57 pages

    MSC Class: 65C30 (Primary) 65D32; 60H35; 60L20 (Secondary) ACM Class: G.3; G.1

  8. arXiv:2602.16981  [pdf, ps, other

    cs.PL

    Mason: Type- and Name-Guided Program Synthesis

    Authors: Jasper Geer, Fox Huston, Jeffrey S. Foster

    Abstract: Object-oriented programs tend to be written using many common coding idioms, such as those captured by design patterns. While design patterns are useful, implementing them is often tedious and repetitive, requiring boilerplate code that distracts the programmer from more essential details. In this paper, we introduce Mason, a tool that synthesizes object-oriented programs from partial program piec… ▽ More

    Submitted 18 February, 2026; originally announced February 2026.

  9. arXiv:2601.17905  [pdf, ps, other

    cs.CV cs.AI stat.ML

    Feature-Space Generative Models for One-Shot Class-Incremental Learning

    Authors: Jack Foster, Kirill Paramonov, Mete Ozay, Umberto Michieli

    Abstract: Few-shot class-incremental learning (FSCIL) is a paradigm where a model, initially trained on a dataset of base classes, must adapt to an expanding problem space by recognizing novel classes with limited data. We focus on the challenging FSCIL setup where a model receives only a single sample (1-shot) for each novel class and no further training or model alterations are allowed after the base trai… ▽ More

    Submitted 25 January, 2026; originally announced January 2026.

  10. DafnyMPI: A Dafny Library for Verifying Message-Passing Concurrent Programs

    Authors: Aleksandr Fedchin, Antero Mejr, Hari Sundar, Jeffrey S. Foster

    Abstract: The Message Passing Interface (MPI) is widely used in parallel, high-performance programming, yet writing bug-free software that uses MPI remains difficult. We introduce DafnyMPI, a novel, scalable approach to formally verifying MPI software. DafnyMPI allows proving deadlock freedom, termination, and functional equivalence with simpler sequential implementations. In contrast to existing specialize… ▽ More

    Submitted 21 December, 2025; originally announced December 2025.

    Comments: To appear in Proceedings of the ACM on Programming Languages (POPL)

  11. arXiv:2512.00087  [pdf, ps, other

    cs.CV

    Exploring Automated Recognition of Instructional Activity and Discourse from Multimodal Classroom Data

    Authors: Ivo Bueno, Ruikun Hou, Babette Bühler, Tim Fütterer, James Drimalla, Jonathan Kyle Foster, Peter Youngs, Peter Gerjets, Ulrich Trautwein, Enkelejda Kasneci

    Abstract: Observation of classroom interactions can provide concrete feedback to teachers, but current methods rely on manual annotation, which is resource-intensive and hard to scale. This work explores AI-driven analysis of classroom recordings, focusing on multimodal instructional activity and discourse recognition as a foundation for actionable feedback. Using a densely annotated dataset of 164 hours of… ▽ More

    Submitted 11 December, 2025; v1 submitted 26 November, 2025; originally announced December 2025.

    Comments: This article has been accepted for publication in the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2026

  12. arXiv:2511.08203  [pdf, ps, other

    cs.CV

    Twist and Compute: The Cost of Pose in 3D Generative Diffusion

    Authors: Kyle Fogarty, Jack Foster, Boqiao Zhang, Jing Yang, Cengiz Öztireli

    Abstract: Despite their impressive results, large-scale image-to-3D generative models remain opaque in their inductive biases. We identify a significant limitation in image-conditioned 3D generative models: a strong canonical view bias. Through controlled experiments using simple 2D rotations, we show that the state-of-the-art Hunyuan3D 2.0 model can struggle to generalize across viewpoints, with performanc… ▽ More

    Submitted 11 November, 2025; originally announced November 2025.

    Comments: Accepted to EurIPS 2025 Workshop on Principles of Generative Modeling (PriGM)

  13. arXiv:2510.15020  [pdf, ps, other

    stat.ML cs.AI cs.CL cs.LG math.ST

    The Coverage Principle: How Pre-Training Enables Post-Training

    Authors: Fan Chen, Audrey Huang, Noah Golowich, Sadhika Malladi, Adam Block, Jordan T. Ash, Akshay Krishnamurthy, Dylan J. Foster

    Abstract: Language models demonstrate remarkable abilities when pre-trained on large text corpora and fine-tuned for specific tasks, but how and why pre-training shapes the success of the final model remains poorly understood. Notably, although pre-training success is often quantified by cross-entropy loss, cross-entropy can be a poor predictor of downstream performance. Instead, we provide a theoretical pe… ▽ More

    Submitted 22 October, 2025; v1 submitted 16 October, 2025; originally announced October 2025.

  14. arXiv:2510.11686  [pdf, ps, other

    cs.LG cs.AI

    Representation-Based Exploration for Language Models: From Test-Time to Post-Training

    Authors: Jens Tuyls, Dylan J. Foster, Akshay Krishnamurthy, Jordan T. Ash

    Abstract: Reinforcement learning (RL) promises to expand the capabilities of language models, but it is unclear if current RL techniques promote the discovery of novel behaviors, or simply sharpen those already present in the base model. In this paper, we investigate the value of deliberate exploration -- explicitly incentivizing the model to discover novel and diverse behaviors -- and aim to understand how… ▽ More

    Submitted 15 July, 2026; v1 submitted 13 October, 2025; originally announced October 2025.

    Comments: Accepted at ICLR 2026. Website and code: https://rep-exp.github.io

  15. arXiv:2510.03149  [pdf, ps, other

    cs.LG cs.DS

    Taming Imperfect Process Verifiers: A Sampling Perspective on Backtracking

    Authors: Dhruv Rohatgi, Abhishek Shetty, Donya Saless, Yuchen Li, Ankur Moitra, Andrej Risteski, Dylan J. Foster

    Abstract: Test-time algorithms that combine the generative power of language models with process verifiers that assess the quality of partial generations offer a promising lever for eliciting new reasoning capabilities, but the algorithmic design space and computational scaling properties of such approaches are still opaque, and their benefits are far from apparent when one accounts for the cost of learning… ▽ More

    Submitted 3 October, 2025; originally announced October 2025.

  16. arXiv:2509.12917  [pdf, ps, other

    cs.LG stat.ML

    Reversible Deep Equilibrium Models

    Authors: Sam McCallum, Kamran Arora, James Foster

    Abstract: Deep Equilibrium Models (DEQs) are an interesting class of implicit model where the model output is implicitly defined as the fixed point of a learned function. These models have been shown to outperform explicit (fixed-depth) models in large-scale tasks by trading many deep layers for a single layer that is iterated many times. However, gradient calculation through DEQs is approximate. This often… ▽ More

    Submitted 3 December, 2025; v1 submitted 16 September, 2025; originally announced September 2025.

  17. arXiv:2508.16485  [pdf, ps, other

    stat.ML cs.LG math.NA math.PR math.ST

    Underdamped Langevin MCMC with third order convergence

    Authors: Maximilian Scott, Dáire O'Kane, Andraž Jelinčič, James Foster

    Abstract: In this paper, we propose a new numerical method for the underdamped Langevin diffusion (ULD) and present a non-asymptotic analysis of its sampling error in the 2-Wasserstein distance when the $d$-dimensional target distribution $p(x)\propto e^{-f(x)}$ is strongly log-concave and has varying degrees of smoothness. Precisely, under the assumptions that the gradient and Hessian of $f$ are Lipschitz… ▽ More

    Submitted 22 August, 2025; originally announced August 2025.

    Comments: 62 pages, 7 figures

    MSC Class: 60J22; 60L90; 62F15; 65C30

  18. arXiv:2505.19838  [pdf, ps, other

    cs.CL cs.AI

    FoodTaxo: Generating Food Taxonomies with Large Language Models

    Authors: Pascal Wullschleger, Majid Zarharan, Donnacha Daly, Marc Pouly, Jennifer Foster

    Abstract: We investigate the utility of Large Language Models for automated taxonomy generation and completion specifically applied to taxonomies from the food technology industry. We explore the extent to which taxonomies can be completed from a seed taxonomy or generated without a seed from a set of known concepts, in an iterative fashion using recent prompting techniques. Experiments on five taxonomies u… ▽ More

    Submitted 26 May, 2025; originally announced May 2025.

    Comments: To be published in ACL 2025 Industry Track. Paper website: https://foodtaxo.github.io/

  19. arXiv:2505.11470  [pdf, ps, other

    cs.CL

    Reference-Free Evaluation of Taxonomies

    Authors: Pascal Wullschleger, Majid Zarharan, Donnacha Daly, Marc Pouly, Jennifer Foster

    Abstract: We introduce two reference-free metrics for quality evaluation of taxonomies in the absence of labels. The first metric evaluates robustness by calculating the correlation between semantic and taxonomic similarity, addressing error types not considered by existing metrics. The second uses Natural Language Inference to assess logical adequacy. Both metrics are tested on five taxonomies and are show… ▽ More

    Submitted 5 June, 2026; v1 submitted 16 May, 2025; originally announced May 2025.

  20. arXiv:2503.21878  [pdf, other

    cs.AI cs.LG stat.ML

    Is Best-of-N the Best of Them? Coverage, Scaling, and Optimality in Inference-Time Alignment

    Authors: Audrey Huang, Adam Block, Qinghua Liu, Nan Jiang, Akshay Krishnamurthy, Dylan J. Foster

    Abstract: Inference-time computation offers a powerful axis for scaling the performance of language models. However, naively increasing computation in techniques like Best-of-N sampling can lead to performance degradation due to reward hacking. Toward a theoretical understanding of how to best leverage additional computation, we focus on inference-time alignment, which we formalize as the problem of improvi… ▽ More

    Submitted 7 April, 2025; v1 submitted 27 March, 2025; originally announced March 2025.

  21. arXiv:2503.07453  [pdf, other

    cs.LG cs.AI cs.CL math.ST

    Is a Good Foundation Necessary for Efficient Reinforcement Learning? The Computational Role of the Base Model in Exploration

    Authors: Dylan J. Foster, Zakaria Mhammedi, Dhruv Rohatgi

    Abstract: Language model alignment (or, reinforcement learning) techniques that leverage active exploration -- deliberately encouraging the model to produce diverse, informative responses -- offer the promise of super-human capabilities. However, current understanding of algorithm design primitives for computationally efficient exploration with language models is limited. To better understand how to leverag… ▽ More

    Submitted 13 March, 2025; v1 submitted 10 March, 2025; originally announced March 2025.

    Comments: V2: Improved number of prompts used by Algorithm 1

  22. arXiv:2502.20511  [pdf, ps, other

    cs.CV

    Best Foot Forward: Robust Foot Reconstruction in-the-wild

    Authors: Kyle Fogarty, Jing Yang, Chayan Kumar Patodi, Jack Foster, Aadi Bhanti, Steven Chacko, Cengiz Oztireli, Ujwal Bonde

    Abstract: Accurate 3D foot reconstruction is crucial for personalized orthotics, digital healthcare, and virtual fittings. However, existing methods struggle with incomplete scans and anatomical variations, particularly in self-scanning scenarios where user mobility is limited, making it difficult to capture areas like the arch and heel. We present a novel end-to-end pipeline that refines Structure-from-Mot… ▽ More

    Submitted 18 August, 2025; v1 submitted 27 February, 2025; originally announced February 2025.

    Comments: ICCV 2025 Workshop on Advanced Perception for Autonomous Healthcare

  23. arXiv:2502.12465  [pdf, other

    cs.LG cs.DS

    Computational-Statistical Tradeoffs at the Next-Token Prediction Barrier: Autoregressive and Imitation Learning under Misspecification

    Authors: Dhruv Rohatgi, Adam Block, Audrey Huang, Akshay Krishnamurthy, Dylan J. Foster

    Abstract: Next-token prediction with the logarithmic loss is a cornerstone of autoregressive sequence modeling, but, in practice, suffers from error amplification, where errors in the model compound and generation quality degrades as sequence length $H$ increases. From a theoretical perspective, this phenomenon should not appear in well-specified settings, and, indeed, a growing body of empirical work hypot… ▽ More

    Submitted 17 February, 2025; originally announced February 2025.

    Comments: 75 pages

  24. arXiv:2502.08632  [pdf, ps, other

    cs.LG cs.CC

    Necessary and Sufficient Oracles: Toward a Computational Taxonomy For Reinforcement Learning

    Authors: Dhruv Rohatgi, Dylan J. Foster

    Abstract: Algorithms for reinforcement learning (RL) in large state spaces crucially rely on supervised learning subroutines to estimate objects such as value functions or transition probabilities. Since only the simplest supervised learning problems can be solved provably and efficiently, practical performance of an RL algorithm depends on which of these supervised learning "oracles" it assumes access to (… ▽ More

    Submitted 12 February, 2025; originally announced February 2025.

    Comments: 84 pages, 2 figures

  25. arXiv:2412.14008  [pdf

    cs.CL

    FarExStance: Explainable Stance Detection for Farsi

    Authors: Majid Zarharan, Maryam Hashemi, Malika Behroozrazegh, Sauleh Eetemadi, Mohammad Taher Pilehvar, Jennifer Foster

    Abstract: We introduce FarExStance, a new dataset for explainable stance detection in Farsi. Each instance in this dataset contains a claim, the stance of an article or social media post towards that claim, and an extractive explanation which provides evidence for the stance label. We compare the performance of a fine-tuned multilingual RoBERTa model to several large language models in zero-shot, few-shot,… ▽ More

    Submitted 18 December, 2024; originally announced December 2024.

    Comments: Accepted in COLING 2025

  26. arXiv:2412.01951  [pdf, other

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

    Self-Improvement in Language Models: The Sharpening Mechanism

    Authors: Audrey Huang, Adam Block, Dylan J. Foster, Dhruv Rohatgi, Cyril Zhang, Max Simchowitz, Jordan T. Ash, Akshay Krishnamurthy

    Abstract: Recent work in language modeling has raised the possibility of self-improvement, where a language models evaluates and refines its own generations to achieve higher performance without external feedback. It is impossible for this self-improvement to create information that is not already in the model, so why should we expect that this will lead to improved capabilities? We offer a new perspective… ▽ More

    Submitted 4 December, 2024; v1 submitted 2 December, 2024; originally announced December 2024.

  27. arXiv:2412.00761  [pdf, other

    cs.LG cs.AI cs.CR

    Learning to Forget using Hypernetworks

    Authors: Jose Miguel Lara Rangel, Stefan Schoepf, Jack Foster, David Krueger, Usman Anwar

    Abstract: Machine unlearning is gaining increasing attention as a way to remove adversarial data poisoning attacks from already trained models and to comply with privacy and AI regulations. The objective is to unlearn the effect of undesired data from a trained model while maintaining performance on the remaining data. This paper introduces HyperForget, a novel machine unlearning framework that leverages hy… ▽ More

    Submitted 1 December, 2024; originally announced December 2024.

    Comments: AdvML-Frontiers'24: The 3rd Workshop on New Frontiers in Adversarial Machine Learning@NeurIPS'24, Vancouver, CA

  28. arXiv:2410.17904  [pdf, other

    cs.LG cs.AI math.OC stat.ML

    Reinforcement Learning under Latent Dynamics: Toward Statistical and Algorithmic Modularity

    Authors: Philip Amortila, Dylan J. Foster, Nan Jiang, Akshay Krishnamurthy, Zakaria Mhammedi

    Abstract: Real-world applications of reinforcement learning often involve environments where agents operate on complex, high-dimensional observations, but the underlying (''latent'') dynamics are comparatively simple. However, outside of restrictive settings such as small latent spaces, the fundamental statistical requirements and algorithmic principles for reinforcement learning under latent dynamics are p… ▽ More

    Submitted 23 October, 2024; originally announced October 2024.

  29. arXiv:2410.11648  [pdf, other

    cs.LG stat.ML

    Efficient, Accurate and Stable Gradients for Neural ODEs

    Authors: Sam McCallum, James Foster

    Abstract: Training Neural ODEs requires backpropagating through an ODE solve. The state-of-the-art backpropagation method is recursive checkpointing that balances recomputation with memory cost. Here, we introduce a class of algebraically reversible ODE solvers that significantly improve upon both the time and memory cost of recursive checkpointing. The reversible solvers presented calculate exact gradients… ▽ More

    Submitted 29 January, 2025; v1 submitted 15 October, 2024; originally announced October 2024.

    Comments: Preprint

  30. arXiv:2410.05117  [pdf, ps, other

    cs.LG cs.IT math.ST stat.ML

    Assouad, Fano, and Le Cam with Interaction: A Unifying Lower Bound Framework and Characterization for Bandit Learnability

    Authors: Fan Chen, Dylan J. Foster, Yanjun Han, Jian Qian, Alexander Rakhlin, Yunbei Xu

    Abstract: We develop a unifying framework for information-theoretic lower bound in statistical estimation and interactive decision making. Classical lower bound techniques -- such as Fano's method, Le Cam's method, and Assouad's lemma -- are central to the study of minimax risk in statistical estimation, yet are insufficient to provide tight lower bounds for \emph{interactive decision making} algorithms tha… ▽ More

    Submitted 6 December, 2024; v1 submitted 7 October, 2024; originally announced October 2024.

  31. arXiv:2407.21691  [pdf, other

    cs.CV

    Explainable Artificial Intelligence for Quantifying Interfering and High-Risk Behaviors in Autism Spectrum Disorder in a Real-World Classroom Environment Using Privacy-Preserving Video Analysis

    Authors: Barun Das, Conor Anderson, Tania Villavicencio, Johanna Lantz, Jenny Foster, Theresa Hamlin, Ali Bahrami Rad, Gari D. Clifford, Hyeokhyen Kwon

    Abstract: Rapid identification and accurate documentation of interfering and high-risk behaviors in ASD, such as aggression, self-injury, disruption, and restricted repetitive behaviors, are important in daily classroom environments for tracking intervention effectiveness and allocating appropriate resources to manage care needs. However, having a staff dedicated solely to observing is costly and uncommon i… ▽ More

    Submitted 31 July, 2024; originally announced July 2024.

  32. arXiv:2407.15007  [pdf, other

    cs.LG cs.AI math.ST stat.ML

    Is Behavior Cloning All You Need? Understanding Horizon in Imitation Learning

    Authors: Dylan J. Foster, Adam Block, Dipendra Misra

    Abstract: Imitation learning (IL) aims to mimic the behavior of an expert in a sequential decision making task by learning from demonstrations, and has been widely applied to robotics, autonomous driving, and autoregressive text generation. The simplest approach to IL, behavior cloning (BC), is thought to incur sample complexity with unfavorable quadratic dependence on the problem horizon, motivating a vari… ▽ More

    Submitted 30 November, 2024; v1 submitted 20 July, 2024; originally announced July 2024.

    Comments: NeurIPS 2024

  33. arXiv:2407.13399  [pdf, other

    cs.AI cs.CL cs.LG

    Correcting the Mythos of KL-Regularization: Direct Alignment without Overoptimization via Chi-Squared Preference Optimization

    Authors: Audrey Huang, Wenhao Zhan, Tengyang Xie, Jason D. Lee, Wen Sun, Akshay Krishnamurthy, Dylan J. Foster

    Abstract: Language model alignment methods such as reinforcement learning from human feedback (RLHF) have led to impressive advances in language model capabilities, but are limited by a widely observed phenomenon known as overoptimization, where the quality of the language model degrades over the course of the alignment process. As the model optimizes performance with respect to an offline reward model, it… ▽ More

    Submitted 18 February, 2025; v1 submitted 18 July, 2024; originally announced July 2024.

  34. arXiv:2406.09173  [pdf, other

    cs.LG

    Potion: Towards Poison Unlearning

    Authors: Stefan Schoepf, Jack Foster, Alexandra Brintrup

    Abstract: Adversarial attacks by malicious actors on machine learning systems, such as introducing poison triggers into training datasets, pose significant risks. The challenge in resolving such an attack arises in practice when only a subset of the poisoned data can be identified. This necessitates the development of methods to remove, i.e. unlearn, poison triggers from already trained models with only a s… ▽ More

    Submitted 11 September, 2024; v1 submitted 13 June, 2024; originally announced June 2024.

    Comments: Accepted for publication in the Journal of Data-centric Machine Learning Research (DMLR) https://openreview.net/forum?id=4eSiRnWWaF

  35. arXiv:2405.21046  [pdf, other

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

    Exploratory Preference Optimization: Harnessing Implicit Q*-Approximation for Sample-Efficient RLHF

    Authors: Tengyang Xie, Dylan J. Foster, Akshay Krishnamurthy, Corby Rosset, Ahmed Awadallah, Alexander Rakhlin

    Abstract: Reinforcement learning from human feedback (RLHF) has emerged as a central tool for language model alignment. We consider online exploration in RLHF, which exploits interactive access to human or AI feedback by deliberately encouraging the model to produce diverse, maximally informative responses. By allowing RLHF to confidently stray from the pre-trained model, online exploration offers the possi… ▽ More

    Submitted 31 May, 2024; originally announced May 2024.

  36. arXiv:2405.19269  [pdf, other

    cs.LG

    Rich-Observation Reinforcement Learning with Continuous Latent Dynamics

    Authors: Yuda Song, Lili Wu, Dylan J. Foster, Akshay Krishnamurthy

    Abstract: Sample-efficiency and reliability remain major bottlenecks toward wide adoption of reinforcement learning algorithms in continuous settings with high-dimensional perceptual inputs. Toward addressing these challenges, we introduce a new theoretical framework, RichCLD (Rich-Observation RL with Continuous Latent Dynamics), in which the agent performs control based on high-dimensional observations, bu… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

    Comments: 63 pages, 4 figures, published at ICML 2024

  37. Tell Me Why: Explainable Public Health Fact-Checking with Large Language Models

    Authors: Majid Zarharan, Pascal Wullschleger, Babak Behkam Kia, Mohammad Taher Pilehvar, Jennifer Foster

    Abstract: This paper presents a comprehensive analysis of explainable fact-checking through a series of experiments, focusing on the ability of large language models to verify public health claims and provide explanations or justifications for their veracity assessments. We examine the effectiveness of zero/few-shot prompting and parameter-efficient fine-tuning across various open and closed-source models,… ▽ More

    Submitted 15 May, 2024; originally announced May 2024.

  38. arXiv:2405.07901  [pdf, other

    cs.RO

    Physically Consistent Online Inertial Adaptation for Humanoid Loco-manipulation

    Authors: James Foster, Stephen McCrory, Christian DeBuys, Sylvain Bertrand, Robert Griffin

    Abstract: The ability to accomplish manipulation and locomotion tasks in the presence of significant time-varying external loads is a remarkable skill of humans that has yet to be replicated convincingly by humanoid robots. Such an ability will be a key requirement in the environments we envision deploying our robots: dull, dirty, and dangerous. External loads constitute a large model bias, which is typical… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    Comments: Submitted to the 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)

  39. arXiv:2405.06464  [pdf, ps, other

    math.NA cs.LG math.PR stat.CO

    Single-seed generation of Brownian paths and integrals for adaptive and high order SDE solvers

    Authors: Andraž Jelinčič, James Foster, Patrick Kidger

    Abstract: Despite the success of adaptive time-stepping in ODE simulation, it has so far seen few applications for Stochastic Differential Equations (SDEs). To simulate SDEs adaptively, methods such as the Virtual Brownian Tree (VBT) have been developed, which can generate Brownian motion (BM) non-chronologically. However, in most applications, knowing only the values of Brownian motion is not enough to ach… ▽ More

    Submitted 16 September, 2025; v1 submitted 10 May, 2024; originally announced May 2024.

  40. arXiv:2404.15417  [pdf, other

    cs.LG cs.AI stat.ML

    The Power of Resets in Online Reinforcement Learning

    Authors: Zakaria Mhammedi, Dylan J. Foster, Alexander Rakhlin

    Abstract: Simulators are a pervasive tool in reinforcement learning, but most existing algorithms cannot efficiently exploit simulator access -- particularly in high-dimensional domains that require general function approximation. We explore the power of simulators through online reinforcement learning with {local simulator access} (or, local planning), an RL protocol where the agent is allowed to reset to… ▽ More

    Submitted 26 April, 2024; v1 submitted 23 April, 2024; originally announced April 2024.

    Comments: Fixed a small typo

  41. arXiv:2404.10122  [pdf, other

    stat.ML cs.LG math.ST

    Online Estimation via Offline Estimation: An Information-Theoretic Framework

    Authors: Dylan J. Foster, Yanjun Han, Jian Qian, Alexander Rakhlin

    Abstract: $… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

  42. arXiv:2403.15371  [pdf, other

    cs.LG cs.AI cs.CL

    Can large language models explore in-context?

    Authors: Akshay Krishnamurthy, Keegan Harris, Dylan J. Foster, Cyril Zhang, Aleksandrs Slivkins

    Abstract: We investigate the extent to which contemporary Large Language Models (LLMs) can engage in exploration, a core capability in reinforcement learning and decision making. We focus on native performance of existing LLMs, without training interventions. We deploy LLMs as agents in simple multi-armed bandit environments, specifying the environment description and interaction history entirely in-context… ▽ More

    Submitted 28 October, 2024; v1 submitted 22 March, 2024; originally announced March 2024.

    Comments: Accepted to NeurIPS 2024. This version: added references to related and concurrent work

  43. arXiv:2403.06571  [pdf, other

    cs.LG math.OC stat.ML

    Scalable Online Exploration via Coverability

    Authors: Philip Amortila, Dylan J. Foster, Akshay Krishnamurthy

    Abstract: Exploration is a major challenge in reinforcement learning, especially for high-dimensional domains that require function approximation. We propose exploration objectives -- policy optimization objectives that enable downstream maximization of any reward function -- as a conceptual framework to systematize the study of exploration. Within this framework, we introduce a new objective, $L_1$-Coverag… ▽ More

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

    Comments: ICML 2024

  44. arXiv:2402.19308  [pdf, other

    cs.LG cs.CV

    Loss-Free Machine Unlearning

    Authors: Jack Foster, Stefan Schoepf, Alexandra Brintrup

    Abstract: We present a machine unlearning approach that is both retraining- and label-free. Most existing machine unlearning approaches require a model to be fine-tuned to remove information while preserving performance. This is computationally expensive and necessitates the storage of the whole dataset for the lifetime of the model. Retraining-free approaches often utilise Fisher information, which is deri… ▽ More

    Submitted 29 February, 2024; originally announced February 2024.

    Comments: Accepted as a Tiny Paper at ICLR 2024

  45. arXiv:2402.10098  [pdf, other

    cs.LG

    Parameter-tuning-free data entry error unlearning with adaptive selective synaptic dampening

    Authors: Stefan Schoepf, Jack Foster, Alexandra Brintrup

    Abstract: Data entry constitutes a fundamental component of the machine learning pipeline, yet it frequently results in the introduction of labelling errors. When a model has been trained on a dataset containing such errors its performance is reduced. This leads to the challenge of efficiently unlearning the influence of the erroneous data to improve the model performance without needing to completely retra… ▽ More

    Submitted 6 February, 2024; originally announced February 2024.

  46. arXiv:2402.01401  [pdf, other

    cs.LG cs.AI stat.ML

    An Information Theoretic Approach to Machine Unlearning

    Authors: Jack Foster, Kyle Fogarty, Stefan Schoepf, Zack Dugue, Cengiz Öztireli, Alexandra Brintrup

    Abstract: To comply with AI and data regulations, the need to forget private or copyrighted information from trained machine learning models is increasingly important. The key challenge in unlearning is forgetting the necessary data in a timely manner, while preserving model performance. In this work, we address the zero-shot unlearning scenario, whereby an unlearning algorithm must be able to remove data g… ▽ More

    Submitted 1 December, 2024; v1 submitted 2 February, 2024; originally announced February 2024.

    Comments: Updated, new low-dimensional experiments and updated perspective on unlearning from an information theoretic view

  47. arXiv:2401.09681  [pdf, other

    cs.LG stat.ML

    Harnessing Density Ratios for Online Reinforcement Learning

    Authors: Philip Amortila, Dylan J. Foster, Nan Jiang, Ayush Sekhari, Tengyang Xie

    Abstract: The theories of offline and online reinforcement learning, despite having evolved in parallel, have begun to show signs of the possibility for a unification, with algorithms and analysis techniques for one setting often having natural counterparts in the other. However, the notion of density ratio modeling, an emerging paradigm in offline RL, has been largely absent from online RL, perhaps for goo… ▽ More

    Submitted 4 June, 2024; v1 submitted 17 January, 2024; originally announced January 2024.

    Comments: ICLR 2024

  48. arXiv:2312.16730  [pdf, other

    cs.LG math.OC math.ST stat.ML

    Foundations of Reinforcement Learning and Interactive Decision Making

    Authors: Dylan J. Foster, Alexander Rakhlin

    Abstract: These lecture notes give a statistical perspective on the foundations of reinforcement learning and interactive decision making. We present a unifying framework for addressing the exploration-exploitation dilemma using frequentist and Bayesian approaches, with connections and parallels between supervised learning/estimation and decision making as an overarching theme. Special attention is paid to… ▽ More

    Submitted 27 December, 2023; originally announced December 2023.

  49. arXiv:2310.15904  [pdf, other

    cs.CL cs.LG

    Do Stochastic Parrots have Feelings Too? Improving Neural Detection of Synthetic Text via Emotion Recognition

    Authors: Alan Cowap, Yvette Graham, Jennifer Foster

    Abstract: Recent developments in generative AI have shone a spotlight on high-performance synthetic text generation technologies. The now wide availability and ease of use of such models highlights the urgent need to provide equally powerful technologies capable of identifying synthetic text. With this in mind, we draw inspiration from psychological studies which suggest that people can be driven by emotion… ▽ More

    Submitted 24 October, 2023; originally announced October 2023.

    Comments: Accepted to Findings of EMNLP 2023 (long paper). Camera ready version

  50. arXiv:2310.13134  [pdf, other

    cs.RO

    Efficient, Dynamic Locomotion through Step Placement with Straight Legs and Rolling Contacts

    Authors: Stefan Fasano, James Foster, Sylvain Bertrand, Christian DeBuys, Robert Griffin

    Abstract: For humans, fast, efficient walking over flat ground represents the vast majority of locomotion that an individual experiences on a daily basis, and for an effective, real-world humanoid robot the same will likely be the case. In this work, we propose a locomotion controller for efficient walking over near-flat ground using a relatively simple, model-based controller that utilizes a novel combinat… ▽ More

    Submitted 7 March, 2024; v1 submitted 19 October, 2023; originally announced October 2023.

    Comments: Submitted and accepted to 2024 IEEE International Conference on Robotics and Automation (ICRA)