Skip to main content

Showing 1–15 of 15 results for author: Bellinger, C

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

    cs.AI cs.RO

    Learning Visual Tracking and Reaching with Deep Reinforcement Learning on a UR10e Robotic Arm

    Authors: Colin Bellinger, Laurence Lamarche-Cliche

    Abstract: As technology progresses, industrial and scientific robots are increasingly being used in diverse settings. In many cases, however, programming the robot to perform such tasks is technically complex and costly. To maximize the utility of robots in industrial and scientific settings, they require the ability to quickly shift from one task to another. Reinforcement learning algorithms provide the po… ▽ More

    Submitted 28 August, 2023; originally announced August 2023.

    MSC Class: 68T40 ACM Class: I.2; I.4; J.2

  2. arXiv:2307.02620  [pdf, other

    cs.LG cs.AI

    Dynamic Observation Policies in Observation Cost-Sensitive Reinforcement Learning

    Authors: Colin Bellinger, Mark Crowley, Isaac Tamblyn

    Abstract: Reinforcement learning (RL) has been shown to learn sophisticated control policies for complex tasks including games, robotics, heating and cooling systems and text generation. The action-perception cycle in RL, however, generally assumes that a measurement of the state of the environment is available at each time step without a cost. In applications such as materials design, deep-sea and planetar… ▽ More

    Submitted 18 April, 2024; v1 submitted 5 July, 2023; originally announced July 2023.

    Comments: NeurIPS 2023 Workshop WANT

    MSC Class: 68T01 ACM Class: I.2.0

  3. arXiv:2305.14177  [pdf, other

    cs.LG physics.chem-ph

    ChemGymRL: An Interactive Framework for Reinforcement Learning for Digital Chemistry

    Authors: Chris Beeler, Sriram Ganapathi Subramanian, Kyle Sprague, Nouha Chatti, Colin Bellinger, Mitchell Shahen, Nicholas Paquin, Mark Baula, Amanuel Dawit, Zihan Yang, Xinkai Li, Mark Crowley, Isaac Tamblyn

    Abstract: This paper provides a simulated laboratory for making use of Reinforcement Learning (RL) for chemical discovery. Since RL is fairly data intensive, training agents `on-the-fly' by taking actions in the real world is infeasible and possibly dangerous. Moreover, chemical processing and discovery involves challenges which are not commonly found in RL benchmarks and therefore offer a rich space to wor… ▽ More

    Submitted 23 May, 2023; originally announced May 2023.

    Comments: 19 pages, 13 figures, 2 tables

  4. arXiv:2303.07516  [pdf, other

    cs.LG astro-ph.IM eess.SP

    Reinforcement Learning-based Wavefront Sensorless Adaptive Optics Approaches for Satellite-to-Ground Laser Communication

    Authors: Payam Parvizi, Runnan Zou, Colin Bellinger, Ross Cheriton, Davide Spinello

    Abstract: Optical satellite-to-ground communication (OSGC) has the potential to improve access to fast and affordable Internet in remote regions. Atmospheric turbulence, however, distorts the optical beam, eroding the data rate potential when coupling into single-mode fibers. Traditional adaptive optics (AO) systems use a wavefront sensor to improve fiber coupling. This leads to higher system size, cost and… ▽ More

    Submitted 13 March, 2023; originally announced March 2023.

    Comments: 9 pages, 10 figures, 1 table, submitted to IJCAI 2023

    MSC Class: 68Txx ACM Class: I.2; J.2

  5. arXiv:2212.07743  [pdf, other

    cs.LG

    Interpretable ML for Imbalanced Data

    Authors: Damien A. Dablain, Colin Bellinger, Bartosz Krawczyk, David W. Aha, Nitesh V. Chawla

    Abstract: Deep learning models are being increasingly applied to imbalanced data in high stakes fields such as medicine, autonomous driving, and intelligence analysis. Imbalanced data compounds the black-box nature of deep networks because the relationships between classes may be highly skewed and unclear. This can reduce trust by model users and hamper the progress of developers of imbalanced learning algo… ▽ More

    Submitted 15 December, 2022; originally announced December 2022.

  6. arXiv:2210.09465  [pdf, other

    cs.CV cs.LG

    Understanding CNN Fragility When Learning With Imbalanced Data

    Authors: Damien Dablain, Kristen N. Jacobson, Colin Bellinger, Mark Roberts, Nitesh Chawla

    Abstract: Convolutional neural networks (CNNs) have achieved impressive results on imbalanced image data, but they still have difficulty generalizing to minority classes and their decisions are difficult to interpret. These problems are related because the method by which CNNs generalize to minority classes, which requires improvement, is wrapped in a blackbox. To demystify CNN decisions on imbalanced data,… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

  7. arXiv:2207.06080  [pdf, other

    cs.LG

    Efficient Augmentation for Imbalanced Deep Learning

    Authors: Damien Dablain, Colin Bellinger, Bartosz Krawczyk, Nitesh Chawla

    Abstract: Deep learning models tend to memorize training data, which hurts their ability to generalize to under-represented classes. We empirically study a convolutional neural network's internal representation of imbalanced image data and measure the generalization gap between a model's feature embeddings in the training and test sets, showing that the gap is wider for minority classes. This insight enable… ▽ More

    Submitted 17 October, 2022; v1 submitted 13 July, 2022; originally announced July 2022.

  8. arXiv:2205.02553  [pdf, other

    cs.LG stat.ML

    Automated Imbalanced Classification via Layered Learning

    Authors: Vitor Cerqueira, Luis Torgo, Paula Branco, Colin Bellinger

    Abstract: In this paper we address imbalanced binary classification (IBC) tasks. Applying resampling strategies to balance the class distribution of training instances is a common approach to tackle these problems. Many state-of-the-art methods find instances of interest close to the decision boundary to drive the resampling process. However, under-sampling the majority class may potentially lead to importa… ▽ More

    Submitted 30 May, 2022; v1 submitted 5 May, 2022; originally announced May 2022.

  9. arXiv:2112.14657  [pdf, other

    math.OC cs.AI

    Dynamic programming with incomplete information to overcome navigational uncertainty in a nautical environment

    Authors: Chris Beeler, Xinkai Li, Colin Bellinger, Mark Crowley, Maia Fraser, Isaac Tamblyn

    Abstract: Using a novel toy nautical navigation environment, we show that dynamic programming can be used when only incomplete information about a partially observed Markov decision process (POMDP) is known. By incorporating uncertainty into our model, we show that navigation policies can be constructed that maintain safety, outperforming the baseline performance of traditional dynamic programming for Marko… ▽ More

    Submitted 19 July, 2022; v1 submitted 29 December, 2021; originally announced December 2021.

    Comments: 11 pages, 5 figures

  10. arXiv:2112.07535  [pdf, other

    cs.LG cs.AI

    Scientific Discovery and the Cost of Measurement -- Balancing Information and Cost in Reinforcement Learning

    Authors: Colin Bellinger, Andriy Drozdyuk, Mark Crowley, Isaac Tamblyn

    Abstract: The use of reinforcement learning (RL) in scientific applications, such as materials design and automated chemistry, is increasing. A major challenge, however, lies in fact that measuring the state of the system is often costly and time consuming in scientific applications, whereas policy learning with RL requires a measurement after each time step. In this work, we make the measurement costs expl… ▽ More

    Submitted 6 April, 2022; v1 submitted 14 December, 2021; originally announced December 2021.

    Comments: To appear in: 1st Annual AAAI Workshop on AI to Accelerate Science and Engineering (AI2ASE)

  11. arXiv:2107.14194  [pdf, other

    cs.LG

    On the combined effect of class imbalance and concept complexity in deep learning

    Authors: Kushankur Ghosh, Colin Bellinger, Roberto Corizzo, Bartosz Krawczyk, Nathalie Japkowicz

    Abstract: Structural concept complexity, class overlap, and data scarcity are some of the most important factors influencing the performance of classifiers under class imbalance conditions. When these effects were uncovered in the early 2000s, understandably, the classifiers on which they were demonstrated belonged to the classical rather than Deep Learning categories of approaches. As Deep Learning is gain… ▽ More

    Submitted 29 July, 2021; originally announced July 2021.

  12. arXiv:2105.04009  [pdf, other

    cs.LG

    RB-CCR: Radial-Based Combined Cleaning and Resampling algorithm for imbalanced data classification

    Authors: Michał Koziarski, Colin Bellinger, Michał Woźniak

    Abstract: Real-world classification domains, such as medicine, health and safety, and finance, often exhibit imbalanced class priors and have asynchronous misclassification costs. In such cases, the classification model must achieve a high recall without significantly impacting precision. Resampling the training data is the standard approach to improving classification performance on imbalanced binary data.… ▽ More

    Submitted 9 May, 2021; originally announced May 2021.

  13. arXiv:2012.02312  [pdf, other

    cs.LG

    ReMix: Calibrated Resampling for Class Imbalance in Deep learning

    Authors: Colin Bellinger, Roberto Corizzo, Nathalie Japkowicz

    Abstract: Class imbalance is a problem of significant importance in applied deep learning where trained models are exploited for decision support and automated decisions in critical areas such as health and medicine, transportation, and finance. The challenge of learning deep models from imbalanced training data remains high, and the state-of-the-art solutions are typically data dependent and primarily focu… ▽ More

    Submitted 3 December, 2020; originally announced December 2020.

  14. arXiv:2005.12697  [pdf, other

    cs.AI

    Active Measure Reinforcement Learning for Observation Cost Minimization

    Authors: Colin Bellinger, Rory Coles, Mark Crowley, Isaac Tamblyn

    Abstract: Standard reinforcement learning (RL) algorithms assume that the observation of the next state comes instantaneously and at no cost. In a wide variety of sequential decision making tasks ranging from medical treatment to scientific discovery, however, multiple classes of state observations are possible, each of which has an associated cost. We propose the active measure RL framework (Amrl) as an in… ▽ More

    Submitted 26 May, 2020; originally announced May 2020.

    Comments: Under review at NeurIPS 2020

    MSC Class: 68T01

  15. arXiv:2004.07333  [pdf, other

    cs.LG cs.AI

    Reinforcement Learning in a Physics-Inspired Semi-Markov Environment

    Authors: Colin Bellinger, Rory Coles, Mark Crowley, Isaac Tamblyn

    Abstract: Reinforcement learning (RL) has been demonstrated to have great potential in many applications of scientific discovery and design. Recent work includes, for example, the design of new structures and compositions of molecules for therapeutic drugs. Much of the existing work related to the application of RL to scientific domains, however, assumes that the available state representation obeys the Mar… ▽ More

    Submitted 15 April, 2020; originally announced April 2020.

    Comments: To appear in the Canadian Conference on Artificial Intelligence, 2020

    ACM Class: I.2; J.2