Skip to main content

Showing 1–14 of 14 results for author: Hostetler, J

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

    cs.CY cs.AI cs.LG

    Data-Centric Governance

    Authors: Sean McGregor, Jesse Hostetler

    Abstract: Artificial intelligence (AI) governance is the body of standards and practices used to ensure that AI systems are deployed responsibly. Current AI governance approaches consist mainly of manual review and documentation processes. While such reviews are necessary for many systems, they are not sufficient to systematically address all potential harms, as they do not operationalize governance require… ▽ More

    Submitted 14 February, 2023; originally announced February 2023.

    Comments: 26 pages, 13 figures

  2. A Domain-Agnostic Approach for Characterization of Lifelong Learning Systems

    Authors: Megan M. Baker, Alexander New, Mario Aguilar-Simon, Ziad Al-Halah, Sébastien M. R. Arnold, Ese Ben-Iwhiwhu, Andrew P. Brna, Ethan Brooks, Ryan C. Brown, Zachary Daniels, Anurag Daram, Fabien Delattre, Ryan Dellana, Eric Eaton, Haotian Fu, Kristen Grauman, Jesse Hostetler, Shariq Iqbal, Cassandra Kent, Nicholas Ketz, Soheil Kolouri, George Konidaris, Dhireesha Kudithipudi, Erik Learned-Miller, Seungwon Lee , et al. (22 additional authors not shown)

    Abstract: Despite the advancement of machine learning techniques in recent years, state-of-the-art systems lack robustness to "real world" events, where the input distributions and tasks encountered by the deployed systems will not be limited to the original training context, and systems will instead need to adapt to novel distributions and tasks while deployed. This critical gap may be addressed through th… ▽ More

    Submitted 18 January, 2023; originally announced January 2023.

    Comments: To appear in Neural Networks

  3. System Design for an Integrated Lifelong Reinforcement Learning Agent for Real-Time Strategy Games

    Authors: Indranil Sur, Zachary Daniels, Abrar Rahman, Kamil Faber, Gianmarco J. Gallardo, Tyler L. Hayes, Cameron E. Taylor, Mustafa Burak Gurbuz, James Smith, Sahana Joshi, Nathalie Japkowicz, Michael Baron, Zsolt Kira, Christopher Kanan, Roberto Corizzo, Ajay Divakaran, Michael Piacentino, Jesse Hostetler, Aswin Raghavan

    Abstract: As Artificial and Robotic Systems are increasingly deployed and relied upon for real-world applications, it is important that they exhibit the ability to continually learn and adapt in dynamically-changing environments, becoming Lifelong Learning Machines. Continual/lifelong learning (LL) involves minimizing catastrophic forgetting of old tasks while maximizing a model's capability to learn new ta… ▽ More

    Submitted 8 December, 2022; originally announced December 2022.

    Comments: The Second International Conference on AIML Systems, October 12--15, 2022, Bangalore, India

  4. arXiv:2211.06376  [pdf, other

    cs.AI cs.LG

    Global and Local Analysis of Interestingness for Competency-Aware Deep Reinforcement Learning

    Authors: Pedro Sequeira, Jesse Hostetler, Melinda Gervasio

    Abstract: In recent years, advances in deep learning have resulted in a plethora of successes in the use of reinforcement learning (RL) to solve complex sequential decision tasks with high-dimensional inputs. However, existing systems lack the necessary mechanisms to provide humans with a holistic view of their competence, presenting an impediment to their adoption, particularly in critical applications whe… ▽ More

    Submitted 11 November, 2022; originally announced November 2022.

    Comments: Appears in Proceedings of AAAI FSS-22 Symposium "Lessons Learned for Autonomous Assessment of Machine Abilities (LLAAMA)"

  5. arXiv:2208.08552  [pdf, other

    cs.AI cs.HC cs.LG cs.LO

    A Framework for Understanding and Visualizing Strategies of RL Agents

    Authors: Pedro Sequeira, Daniel Elenius, Jesse Hostetler, Melinda Gervasio

    Abstract: Recent years have seen significant advances in explainable AI as the need to understand deep learning models has gained importance with the increased emphasis on trust and ethics in AI. Comprehensible models for sequential decision tasks are a particular challenge as they require understanding not only individual predictions but a series of predictions that interact with environmental dynamics. We… ▽ More

    Submitted 17 August, 2022; originally announced August 2022.

  6. arXiv:2208.05056  [pdf, other

    cs.LG cs.AI

    Model-Free Generative Replay for Lifelong Reinforcement Learning: Application to Starcraft-2

    Authors: Zachary Daniels, Aswin Raghavan, Jesse Hostetler, Abrar Rahman, Indranil Sur, Michael Piacentino, Ajay Divakaran

    Abstract: One approach to meet the challenges of deep lifelong reinforcement learning (LRL) is careful management of the agent's learning experiences, to learn (without forgetting) and build internal meta-models (of the tasks, environments, agents, and world). Generative replay (GR) is a biologically inspired replay mechanism that augments learning experiences with self-labelled examples drawn from an inter… ▽ More

    Submitted 16 August, 2022; v1 submitted 9 August, 2022; originally announced August 2022.

    Comments: Accepted to the First Conference on Lifelong Learning Agents (CoLLAs 2022)

  7. arXiv:2207.07710  [pdf, other

    cs.AI cs.LG

    Outcome-Guided Counterfactuals for Reinforcement Learning Agents from a Jointly Trained Generative Latent Space

    Authors: Eric Yeh, Pedro Sequeira, Jesse Hostetler, Melinda Gervasio

    Abstract: We present a novel generative method for producing unseen and plausible counterfactual examples for reinforcement learning (RL) agents based upon outcome variables that characterize agent behavior. Our approach uses a variational autoencoder to train a latent space that jointly encodes information about the observations and outcome variables pertaining to an agent's behavior. Counterfactuals are g… ▽ More

    Submitted 15 July, 2022; originally announced July 2022.

  8. arXiv:2206.04860  [pdf, other

    cs.LG stat.ML

    Conformal Prediction Intervals for Markov Decision Process Trajectories

    Authors: Thomas G. Dietterich, Jesse Hostetler

    Abstract: Before delegating a task to an autonomous system, a human operator may want a guarantee about the behavior of the system. This paper extends previous work on conformal prediction for functional data and conformalized quantile regression to provide conformal prediction intervals over the future behavior of an autonomous system executing a fixed control policy on a Markov Decision Process (MDP). The… ▽ More

    Submitted 21 June, 2022; v1 submitted 9 June, 2022; originally announced June 2022.

    Comments: 25 pages, 15 figures, 2 tables. Fixed typos and an error in the appendix plots

  9. arXiv:2011.02836  [pdf, other

    cs.LG

    Dynamically Throttleable Neural Networks (TNN)

    Authors: Hengyue Liu, Samyak Parajuli, Jesse Hostetler, Sek Chai, Bir Bhanu

    Abstract: Conditional computation for Deep Neural Networks (DNNs) reduce overall computational load and improve model accuracy by running a subset of the network. In this work, we present a runtime throttleable neural network (TNN) that can adaptively self-regulate its own performance target and computing resources. We designed TNN with several properties that enable more flexibility for dynamic execution b… ▽ More

    Submitted 1 November, 2020; originally announced November 2020.

    Comments: arXiv admin note: text overlap with arXiv:1905.13179

  10. arXiv:2007.06918  [pdf, other

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

    Lifelong Learning using Eigentasks: Task Separation, Skill Acquisition, and Selective Transfer

    Authors: Aswin Raghavan, Jesse Hostetler, Indranil Sur, Abrar Rahman, Ajay Divakaran

    Abstract: We introduce the eigentask framework for lifelong learning. An eigentask is a pairing of a skill that solves a set of related tasks, paired with a generative model that can sample from the skill's input space. The framework extends generative replay approaches, which have mainly been used to avoid catastrophic forgetting, to also address other lifelong learning goals such as forward knowledge tran… ▽ More

    Submitted 14 July, 2020; originally announced July 2020.

    Comments: Accepted at the 4th Lifelong Machine Learning Workshop at the Thirty-seventh International Conference on Machine Learning (ICML) 2020

  11. arXiv:1905.13179  [pdf, other

    cs.LG stat.ML

    Toward Runtime-Throttleable Neural Networks

    Authors: Jesse Hostetler

    Abstract: As deep neural network (NN) methods have matured, there has been increasing interest in deploying NN solutions to "edge computing" platforms such as mobile phones or embedded controllers. These platforms are often resource-constrained, especially in energy storage and power, but state-of-the-art NN architectures are designed with little regard for resource use. Existing techniques for reducing the… ▽ More

    Submitted 30 May, 2019; originally announced May 2019.

    Comments: 13 pages, 5 figures, submitted to NeurIPS 2019

    Report number: SRI588

  12. arXiv:1902.08349  [pdf

    cs.LG cs.AI stat.ML

    Generative Memory for Lifelong Reinforcement Learning

    Authors: Aswin Raghavan, Jesse Hostetler, Sek Chai

    Abstract: Our research is focused on understanding and applying biological memory transfers to new AI systems that can fundamentally improve their performance, throughout their fielded lifetime experience. We leverage current understanding of biological memory transfer to arrive at AI algorithms for memory consolidation and replay. In this paper, we propose the use of generative memory that can be recalled… ▽ More

    Submitted 21 February, 2019; originally announced February 2019.

    Comments: Abstract NICE 2019 conference

  13. arXiv:1811.12108  [pdf

    cs.CV

    Bootstrap** Deep Neural Networks from Approximate Image Processing Pipelines

    Authors: Kilho Son, Jesse Hostetler, Sek Chai

    Abstract: Complex image processing and computer vision systems often consist of a processing pipeline of functional modules. We intend to replace parts or all of a target pipeline with deep neural networks to achieve benefits such as increased accuracy or reduced computational requirement. To acquire a large amount of labeled data necessary to train the deep neural network, we propose a workflow that levera… ▽ More

    Submitted 15 February, 2019; v1 submitted 29 November, 2018; originally announced November 2018.

    Comments: 6 pages, 5 figures

  14. arXiv:1210.4880  [pdf

    cs.AI cs.GT cs.LG

    Inferring Strategies from Limited Reconnaissance in Real-time Strategy Games

    Authors: Jesse Hostetler, Ethan W. Dereszynski, Thomas G. Dietterich, Alan Fern

    Abstract: In typical real-time strategy (RTS) games, enemy units are visible only when they are within sight range of a friendly unit. Knowledge of an opponent's disposition is limited to what can be observed through scouting. Information is costly, since units dedicated to scouting are unavailable for other purposes, and the enemy will resist scouting attempts. It is important to infer as much as possible… ▽ More

    Submitted 16 October, 2012; originally announced October 2012.

    Comments: Appears in Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence (UAI2012)

    Report number: UAI-P-2012-PG-367-376