Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–17 of 17 results for author: Creager, E

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

    cs.LG

    Online Algorithmic Recourse by Collective Action

    Authors: Elliot Creager, Richard Zemel

    Abstract: Research on algorithmic recourse typically considers how an individual can reasonably change an unfavorable automated decision when interacting with a fixed decision-making system. This paper focuses instead on the online setting, where system parameters are updated dynamically according to interactions with data subjects. Beyond the typical individual-level recourse, the online setting opens up n… ▽ More

    Submitted 29 December, 2023; originally announced January 2024.

    Comments: Appeared in the ICML 2021 Workshop on Algorithmic Recourse

  2. arXiv:2312.17463  [pdf, other

    cs.LG stat.ML

    Out of the Ordinary: Spectrally Adapting Regression for Covariate Shift

    Authors: Benjamin Eyre, Elliot Creager, David Madras, Vardan Papyan, Richard Zemel

    Abstract: Designing deep neural network classifiers that perform robustly on distributions differing from the available training data is an active area of machine learning research. However, out-of-distribution generalization for regression-the analogous problem for modeling continuous targets-remains relatively unexplored. To tackle this problem, we return to first principles and analyze how the closed-for… ▽ More

    Submitted 28 December, 2023; originally announced December 2023.

  3. arXiv:2312.12597  [pdf, other

    cs.LG stat.ML

    Robust Machine Learning by Transforming and Augmenting Imperfect Training Data

    Authors: Elliot Creager

    Abstract: Machine Learning (ML) is an expressive framework for turning data into computer programs. Across many problem domains -- both in industry and policy settings -- the types of computer programs needed for accurate prediction or optimal control are difficult to write by hand. On the other hand, collecting instances of desired system behavior may be relatively more feasible. This makes ML broadly appe… ▽ More

    Submitted 19 December, 2023; originally announced December 2023.

    Comments: A thesis submitted in conformity with the requirements for the degree of Doctor of Philosophy, Department of Computer Science, University of Toronto

  4. arXiv:2312.04772  [pdf, other

    cs.AI cs.CY cs.LG

    Remembering to Be Fair: Non-Markovian Fairness in Sequential Decision Making

    Authors: Parand A. Alamdari, Toryn Q. Klassen, Elliot Creager, Sheila A. McIlraith

    Abstract: Fair decision making has largely been studied with respect to a single decision. Here we investigate the notion of fairness in the context of sequential decision making where multiple stakeholders can be affected by the outcomes of decisions. We observe that fairness often depends on the history of the sequential decision-making process, and in this sense that it is inherently non-Markovian. We fu… ▽ More

    Submitted 19 June, 2024; v1 submitted 7 December, 2023; originally announced December 2023.

  5. arXiv:2304.06197  [pdf, other

    cs.LG physics.flu-dyn

    SURFSUP: Learning Fluid Simulation for Novel Surfaces

    Authors: Arjun Mani, Ishaan Preetam Chandratreya, Elliot Creager, Carl Vondrick, Richard Zemel

    Abstract: Modeling the mechanics of fluid in complex scenes is vital to applications in design, graphics, and robotics. Learning-based methods provide fast and differentiable fluid simulators, however most prior work is unable to accurately model how fluids interact with genuinely novel surfaces not seen during training. We introduce SURFSUP, a framework that represents objects implicitly using signed dista… ▽ More

    Submitted 8 September, 2023; v1 submitted 12 April, 2023; originally announced April 2023.

    Comments: Website: https://surfsup.cs.columbia.edu/

  6. arXiv:2210.11287  [pdf, other

    cs.LG cs.AI cs.RO

    MoCoDA: Model-based Counterfactual Data Augmentation

    Authors: Silviu Pitis, Elliot Creager, Ajay Mandlekar, Animesh Garg

    Abstract: The number of states in a dynamic process is exponential in the number of objects, making reinforcement learning (RL) difficult in complex, multi-object domains. For agents to scale to the real world, they will need to react to and reason about unseen combinations of objects. We argue that the ability to recognize and use local factorization in transition dynamics is a key element in unlocking the… ▽ More

    Submitted 20 October, 2022; originally announced October 2022.

    Comments: In Proceedings of NeurIPS 2022. 10 pages (+3 references, +10 appendix). Code available at https://github.com/spitis/mocoda

  7. arXiv:2011.06485  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Fairness and Robustness in Invariant Learning: A Case Study in Toxicity Classification

    Authors: Robert Adragna, Elliot Creager, David Madras, Richard Zemel

    Abstract: Robustness is of central importance in machine learning and has given rise to the fields of domain generalization and invariant learning, which are concerned with improving performance on a test distribution distinct from but related to the training distribution. In light of recent work suggesting an intimate connection between fairness and robustness, we investigate whether algorithms from robust… ▽ More

    Submitted 1 December, 2020; v1 submitted 12 November, 2020; originally announced November 2020.

    Comments: 12 pages, 5 figures. Appears in the NeurIPS 2020 Workshop on Algorithmic Fairness through the Lens of Causality and Interpretability

  8. arXiv:2010.07249  [pdf, other

    cs.LG cs.AI

    Environment Inference for Invariant Learning

    Authors: Elliot Creager, Jörn-Henrik Jacobsen, Richard Zemel

    Abstract: Learning models that gracefully handle distribution shifts is central to research on domain generalization, robust optimization, and fairness. A promising formulation is domain-invariant learning, which identifies the key issue of learning which features are domain-specific versus domain-invariant. An important assumption in this area is that the training examples are partitioned into "domains" or… ▽ More

    Submitted 15 July, 2021; v1 submitted 14 October, 2020; originally announced October 2020.

  9. arXiv:2008.00104  [pdf, other

    cs.LG cs.AI cs.IR stat.ML

    Optimizing Long-term Social Welfare in Recommender Systems: A Constrained Matching Approach

    Authors: Martin Mladenov, Elliot Creager, Omer Ben-Porat, Kevin Swersky, Richard Zemel, Craig Boutilier

    Abstract: Most recommender systems (RS) research assumes that a user's utility can be maximized independently of the utility of the other agents (e.g., other users, content providers). In realistic settings, this is often not true---the dynamics of an RS ecosystem couple the long-term utility of all agents. In this work, we explore settings in which content providers cannot remain viable unless they receive… ▽ More

    Submitted 18 August, 2020; v1 submitted 31 July, 2020; originally announced August 2020.

  10. arXiv:2007.02863  [pdf, other

    cs.LG cs.AI cs.RO stat.ML

    Counterfactual Data Augmentation using Locally Factored Dynamics

    Authors: Silviu Pitis, Elliot Creager, Animesh Garg

    Abstract: Many dynamic processes, including common scenarios in robotic control and reinforcement learning (RL), involve a set of interacting subprocesses. Though the subprocesses are not independent, their interactions are often sparse, and the dynamics at any given time step can often be decomposed into locally independent causal mechanisms. Such local causal structures can be leveraged to improve the sam… ▽ More

    Submitted 3 December, 2020; v1 submitted 6 July, 2020; originally announced July 2020.

    Comments: In Proceedings of NeurIPS 2020. 10 pages (+5 references, +12 appendix). Code available at \url{https://github.com/spitis/mrl}

  11. arXiv:2006.07886  [pdf, other

    cs.LG stat.ML

    On Disentangled Representations Learned From Correlated Data

    Authors: Frederik Träuble, Elliot Creager, Niki Kilbertus, Francesco Locatello, Andrea Dittadi, Anirudh Goyal, Bernhard Schölkopf, Stefan Bauer

    Abstract: The focus of disentanglement approaches has been on identifying independent factors of variation in data. However, the causal variables underlying real-world observations are often not statistically independent. In this work, we bridge the gap to real-world scenarios by analyzing the behavior of the most prominent disentanglement approaches on correlated data in a large-scale empirical study (incl… ▽ More

    Submitted 16 July, 2021; v1 submitted 14 June, 2020; originally announced June 2020.

    Comments: Published at the 38th International Conference on Machine Learning (ICML 2021)

  12. arXiv:1909.09141  [pdf, other

    cs.LG cs.AI cs.CY stat.ML

    Causal Modeling for Fairness in Dynamical Systems

    Authors: Elliot Creager, David Madras, Toniann Pitassi, Richard Zemel

    Abstract: In many application areas---lending, education, and online recommenders, for example---fairness and equity concerns emerge when a machine learning system interacts with a dynamically changing environment to produce both immediate and long-term effects for individuals and demographic groups. We discuss causal directed acyclic graphs (DAGs) as a unifying framework for the recent literature on fairne… ▽ More

    Submitted 6 July, 2020; v1 submitted 18 September, 2019; originally announced September 2019.

  13. arXiv:1906.02589  [pdf, other

    cs.LG cs.AI stat.ML

    Flexibly Fair Representation Learning by Disentanglement

    Authors: Elliot Creager, David Madras, Jörn-Henrik Jacobsen, Marissa A. Weis, Kevin Swersky, Toniann Pitassi, Richard Zemel

    Abstract: We consider the problem of learning representations that achieve group and subgroup fairness with respect to multiple sensitive attributes. Taking inspiration from the disentangled representation learning literature, we propose an algorithm for learning compact representations of datasets that are useful for reconstruction and prediction, but are also \emph{flexibly fair}, meaning they can be easi… ▽ More

    Submitted 6 June, 2019; originally announced June 2019.

    Journal ref: Proceedings of the International Conference on Machine Learning (ICML), 2019

  14. arXiv:1809.02519  [pdf, ps, other

    cs.LG stat.ML

    Fairness Through Causal Awareness: Learning Latent-Variable Models for Biased Data

    Authors: David Madras, Elliot Creager, Toniann Pitassi, Richard Zemel

    Abstract: How do we learn from biased data? Historical datasets often reflect historical prejudices; sensitive or protected attributes may affect the observed treatments and outcomes. Classification algorithms tasked with predicting outcomes accurately from these datasets tend to replicate these biases. We advocate a causal modeling approach to learning from biased data, exploring the relationship between f… ▽ More

    Submitted 2 December, 2018; v1 submitted 7 September, 2018; originally announced September 2018.

    Comments: Accepted as a conference paper at ACM Conference on Fairness, Accountability, and Transparency (ACM FAT*) 2019

  15. arXiv:1807.08024  [pdf, other

    cs.CV

    Explaining Image Classifiers by Counterfactual Generation

    Authors: Chun-Hao Chang, Elliot Creager, Anna Goldenberg, David Duvenaud

    Abstract: When an image classifier makes a prediction, which parts of the image are relevant and why? We can rephrase this question to ask: which parts of the image, if they were not seen by the classifier, would most change its decision? Producing an answer requires marginalizing over images that could have been seen but weren't. We can sample plausible image in-fills by conditioning a generative model on… ▽ More

    Submitted 25 February, 2019; v1 submitted 20 July, 2018; originally announced July 2018.

    Comments: ICLR 2019 Camera Ready

  16. arXiv:1802.06309  [pdf, other

    cs.LG stat.ML

    Learning Adversarially Fair and Transferable Representations

    Authors: David Madras, Elliot Creager, Toniann Pitassi, Richard Zemel

    Abstract: In this paper, we advocate for representation learning as the key to mitigating unfair prediction outcomes downstream. Motivated by a scenario where learned representations are used by third parties with unknown objectives, we propose and explore adversarial representation learning as a natural method of ensuring those parties act fairly. We connect group fairness (demographic parity, equalized od… ▽ More

    Submitted 22 October, 2018; v1 submitted 17 February, 2018; originally announced February 2018.

  17. arXiv:1606.00037  [pdf, other

    cs.SD

    Nonnegative tensor factorization with frequency modulation cues for blind audio source separation

    Authors: Elliot Creager, Noah D. Stein, Roland Badeau, Philippe Depalle

    Abstract: We present Vibrato Nonnegative Tensor Factorization, an algorithm for single-channel unsupervised audio source separation with an application to separating instrumental or vocal sources with nonstationary pitch from music recordings. Our approach extends Nonnegative Matrix Factorization for audio modeling by including local estimates of frequency modulation as cues in the separation. This permits… ▽ More

    Submitted 31 May, 2016; originally announced June 2016.

    Comments: Accepted at the 17th International Society for Music Information Retrieval (ISMIR) Conference, New York, NY, August 2016