Skip to main content

Showing 1–11 of 11 results for author: Dick, J

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

    cs.LG cs.AI

    Statistical Context Detection for Deep Lifelong Reinforcement Learning

    Authors: Jeffery Dick, Saptarshi Nath, Christos Peridis, Eseoghene Benjamin, Soheil Kolouri, Andrea Soltoggio

    Abstract: Context detection involves labeling segments of an online stream of data as belonging to different tasks. Task labels are used in lifelong learning algorithms to perform consolidation or other procedures that prevent catastrophic forgetting. Inferring task labels from online experiences remains a challenging problem. Most approaches assume finite and low-dimension observation spaces or a prelimina… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

    Comments: 10 pages excluding references and bibliography. Submitted to CoLLAs 2024

  2. arXiv:2401.07937  [pdf, other

    q-bio.GN cs.LG q-bio.QM

    Integrate Any Omics: Towards genome-wide data integration for patient stratification

    Authors: Shihao Ma, Andy G. X. Zeng, Benjamin Haibe-Kains, Anna Goldenberg, John E Dick, Bo Wang

    Abstract: High-throughput omics profiling advancements have greatly enhanced cancer patient stratification. However, incomplete data in multi-omics integration presents a significant challenge, as traditional methods like sample exclusion or imputation often compromise biological diversity and dependencies. Furthermore, the critical task of accurately classifying new patients with partial omics data into ex… ▽ More

    Submitted 15 January, 2024; originally announced January 2024.

  3. arXiv:2302.10887  [pdf, other

    cs.LG cs.AI

    The configurable tree graph (CT-graph): measurable problems in partially observable and distal reward environments for lifelong reinforcement learning

    Authors: Andrea Soltoggio, Eseoghene Ben-Iwhiwhu, Christos Peridis, Pawel Ladosz, Jeffery Dick, Praveen K. Pilly, Soheil Kolouri

    Abstract: This paper introduces a set of formally defined and transparent problems for reinforcement learning algorithms with the following characteristics: (1) variable degrees of observability (non-Markov observations), (2) distal and sparse rewards, (3) variable and hierarchical reward structure, (4) multiple-task generation, (5) variable problem complexity. The environment provides 1D or 2D categorical… ▽ More

    Submitted 21 January, 2023; originally announced February 2023.

  4. Context Meta-Reinforcement Learning via Neuromodulation

    Authors: Eseoghene Ben-Iwhiwhu, Jeffery Dick, Nicholas A. Ketz, Praveen K. Pilly, Andrea Soltoggio

    Abstract: Meta-reinforcement learning (meta-RL) algorithms enable agents to adapt quickly to tasks from few samples in dynamic environments. Such a feat is achieved through dynamic representations in an agent's policy network (obtained via reasoning about task context, model parameter updates, or both). However, obtaining rich dynamic representations for fast adaptation beyond simple benchmark problems is c… ▽ More

    Submitted 26 April, 2022; v1 submitted 29 October, 2021; originally announced November 2021.

    Journal ref: Neural Networks 2022

  5. arXiv:2109.14501  [pdf, other

    stat.ML cs.AI cs.LG

    Towards a theory of out-of-distribution learning

    Authors: Jayanta Dey, Ali Geisa, Ronak Mehta, Tyler M. Tomita, Hayden S. Helm, Haoyin Xu, Eric Eaton, Jeffery Dick, Carey E. Priebe, Joshua T. Vogelstein

    Abstract: Learning is a process wherein a learning agent enhances its performance through exposure of experience or data. Throughout this journey, the agent may encounter diverse learning environments. For example, data may be presented to the leaner all at once, in multiple batches, or sequentially. Furthermore, the distribution of each data sample could be either identical and independent (iid) or non-iid… ▽ More

    Submitted 7 June, 2024; v1 submitted 29 September, 2021; originally announced September 2021.

  6. arXiv:2107.09136  [pdf, other

    eess.IV cs.CV

    Quality and Complexity Assessment of Learning-Based Image Compression Solutions

    Authors: João Dick, Brunno Abreu, Mateus Grellert, Sergio Bampi

    Abstract: This work presents an analysis of state-of-the-art learning-based image compression techniques. We compare 8 models available in the Tensorflow Compression package in terms of visual quality metrics and processing time, using the KODAK data set. The results are compared with the Better Portable Graphics (BPG) and the JPEG2000 codecs. Results show that JPEG2000 has the lowest execution times compar… ▽ More

    Submitted 19 July, 2021; originally announced July 2021.

    Comments: Paper accepted at ICIP2021

  7. arXiv:2004.12846  [pdf, other

    cs.NE cs.AI cs.LG

    Evolving Inborn Knowledge For Fast Adaptation in Dynamic POMDP Problems

    Authors: Eseoghene Ben-Iwhiwhu, Pawel Ladosz, Jeffery Dick, Wen-Hua Chen, Praveen Pilly, Andrea Soltoggio

    Abstract: Rapid online adaptation to changing tasks is an important problem in machine learning and, recently, a focus of meta-reinforcement learning. However, reinforcement learning (RL) algorithms struggle in POMDP environments because the state of the system, essential in a RL framework, is not always visible. Additionally, hand-designed meta-RL architectures may not include suitable computational struct… ▽ More

    Submitted 28 April, 2020; v1 submitted 27 April, 2020; originally announced April 2020.

    Comments: 9 pages. Accepted as a full paper in the Genetic and Evolutionary Computation Conference (GECCO 2020)

  8. arXiv:2001.11653  [pdf, other

    stat.ML cs.LG eess.IV

    Deep Learning Based Unsupervised and Semi-supervised Classification for Keratoconus

    Authors: Nicole Hallett, Kai Yi, Josef Dick, Christopher Hodge, Gerard Sutton, Yu Guang Wang, Jingjing You

    Abstract: The transparent cornea is the window of the eye, facilitating the entry of light rays and controlling focusing the movement of the light within the eye. The cornea is critical, contributing to 75% of the refractive power of the eye. Keratoconus is a progressive and multifactorial corneal degenerative disease affecting 1 in 2000 individuals worldwide. Currently, there is no cure for keratoconus oth… ▽ More

    Submitted 30 January, 2020; originally announced January 2020.

    Comments: 7 pages, 8 figures, 3 tables

    MSC Class: 62F15; 47N30; 62P10; 92C50; 46N60; 92B20 ACM Class: I.2.6; I.2.1; J.3

  9. arXiv:1909.09902  [pdf, other

    cs.LG stat.ML

    Deep Reinforcement Learning with Modulated Hebbian plus Q Network Architecture

    Authors: Pawel Ladosz, Eseoghene Ben-Iwhiwhu, Jeffery Dick, Yang Hu, Nicholas Ketz, Soheil Kolouri, Jeffrey L. Krichmar, Praveen Pilly, Andrea Soltoggio

    Abstract: This paper presents a new neural architecture that combines a modulated Hebbian network (MOHN) with DQN, which we call modulated Hebbian plus Q network architecture (MOHQA). The hypothesis is that such a combination allows MOHQA to solve difficult partially observable Markov decision process (POMDP) problems which impair temporal difference (TD)-based RL algorithms such as DQN, as the TD error can… ▽ More

    Submitted 14 October, 2021; v1 submitted 21 September, 2019; originally announced September 2019.

  10. arXiv:1805.00734  [pdf, other

    physics.soc-ph cs.SI

    Multiscale socio-ecological networks in the age of information

    Authors: Maxime Lenormand, Sandra Luque, Johannes Langemeyer, Patrizia Tenerelli, Grazia Zulian, Inge Aalders, Serban Chivulescu, Pedro Clemente, Jan Dick, Jiska van Dijk, Michiel van Eupen, Relu C. Giuca, Leena Kopperoinen, Eszter Lellei-Kovács, Michael Leone, Juraj Lieskovský, Uta Schirpke, Alison C. Smith, Ulrike Tappeiner, Helen Woods

    Abstract: Interactions between people and ecological systems, through leisure or tourism activities, form a complex socio-ecological spatial network. The analysis of the benefits people derive from their interactions with nature -- also referred to as cultural ecosystem services (CES) -- enables a better understanding of these socio-ecological systems. In the age of information, the increasing availability… ▽ More

    Submitted 2 November, 2018; v1 submitted 2 May, 2018; originally announced May 2018.

    Comments: 10 pages, 6 figures + Appendix

    Journal ref: PLoS ONE 13, e0206672 (2018)

  11. Lattice based integration algorithms: Kronecker sequences and rank-1 lattices

    Authors: Josef Dick, Friedrich Pillichshammer, Kosuke Suzuki, Mario Ullrich, Takehito Yoshiki

    Abstract: We prove upper bounds on the order of convergence of lattice based algorithms for numerical integration in function spaces of dominating mixed smoothness on the unit cube with homogeneous boundary condition. More precisely, we study worst-case integration errors for Besov spaces of dominating mixed smoothness $\mathring{\mathbf{B}}^s_{p,θ}$, which also comprise the concept of Sobolev spaces of dom… ▽ More

    Submitted 30 August, 2016; originally announced August 2016.

    Comments: 19 pages

    MSC Class: 65D30; 65D32; 11K31

    Journal ref: Annali di Matematica (2018) 197: 109