Skip to main content

Showing 1–28 of 28 results for author: Hoogendoorn, M

.
  1. arXiv:2406.09079  [pdf, other

    cs.LG

    Latent Assistance Networks: Rediscovering Hyperbolic Tangents in RL

    Authors: Jacob E. Kooi, Mark Hoogendoorn, Vincent François-Lavet

    Abstract: Activation functions are one of the key components of a neural network. The most commonly used activation functions can be classed into the category of continuously differentiable (e.g. tanh) and linear-unit functions (e.g. ReLU), both having their own strengths and drawbacks with respect to downstream performance and representation capacity through learning (e.g. measured by the number of dead ne… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

    Comments: 22 pages, 17 figures, 4 tables

  2. arXiv:2405.09909  [pdf, other

    cs.LG cs.AI cs.IT

    A Machine Learning Approach for Simultaneous Demap** of QAM and APSK Constellations

    Authors: Arwin Gansekoele, Alexios Balatsoukas-Stimming, Tom Brusse, Mark Hoogendoorn, Sandjai Bhulai, Rob van der Mei

    Abstract: As telecommunication systems evolve to meet increasing demands, integrating deep neural networks (DNNs) has shown promise in enhancing performance. However, the trade-off between accuracy and flexibility remains challenging when replacing traditional receivers with DNNs. This paper introduces a novel probabilistic framework that allows a single DNN demapper to demap multiple QAM and APSK constella… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

    Comments: To appear in the ICMLCN 2024 proceedings

  3. Unveiling the Potential: Harnessing Deep Metric Learning to Circumvent Video Streaming Encryption

    Authors: Arwin Gansekoele, Tycho Bot, Rob van der Mei, Sandjai Bhulai, Mark Hoogendoorn

    Abstract: Encryption on the internet with the shift to HTTPS has been an important step to improve the privacy of internet users. However, there is an increasing body of work about extracting information from encrypted internet traffic without having to decrypt it. Such attacks bypass security guarantees assumed to be given by HTTPS and thus need to be understood. Prior works showed that the variable bitrat… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

    Comments: Published in the WI-IAT 2023 proceedings

  4. arXiv:2307.08572  [pdf, other

    cs.LG

    Revisiting the Robustness of the Minimum Error Entropy Criterion: A Transfer Learning Case Study

    Authors: Luis Pedro Silvestrin, Shujian Yu, Mark Hoogendoorn

    Abstract: Co** with distributional shifts is an important part of transfer learning methods in order to perform well in real-life tasks. However, most of the existing approaches in this area either focus on an ideal scenario in which the data does not contain noises or employ a complicated training paradigm or model design to deal with distributional shifts. In this paper, we revisit the robustness of the… ▽ More

    Submitted 25 July, 2023; v1 submitted 17 July, 2023; originally announced July 2023.

    Comments: Manuscript accepted at ECAI-23. Code available at https://github.com/lpsilvestrin/mee-finetune

  5. arXiv:2306.14606  [pdf, other

    cs.LG cs.AI

    Multivariate Time Series Early Classification Across Channel and Time Dimensions

    Authors: Leonardos Pantiskas, Kees Verstoep, Mark Hoogendoorn, Henri Bal

    Abstract: Nowadays, the deployment of deep learning models on edge devices for addressing real-world classification problems is becoming more prevalent. Moreover, there is a growing popularity in the approach of early classification, a technique that involves classifying the input data after observing only an early portion of it, aiming to achieve reduced communication and computation requirements, which ar… ▽ More

    Submitted 26 June, 2023; originally announced June 2023.

  6. arXiv:2301.10540  [pdf, other

    cs.CV

    Modelling Long Range Dependencies in $N$D: From Task-Specific to a General Purpose CNN

    Authors: David M. Knigge, David W. Romero, Albert Gu, Efstratios Gavves, Erik J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn, Jan-Jakob Sonke

    Abstract: Performant Convolutional Neural Network (CNN) architectures must be tailored to specific tasks in order to consider the length, resolution, and dimensionality of the input data. In this work, we tackle the need for problem-specific CNN architectures. We present the Continuous Convolutional Neural Network (CCNN): a single CNN able to process data of arbitrary resolution, dimensionality and length w… ▽ More

    Submitted 16 April, 2023; v1 submitted 25 January, 2023; originally announced January 2023.

  7. arXiv:2212.06451  [pdf, other

    cs.AI cs.LG

    Improving generalization in reinforcement learning through forked agents

    Authors: Olivier Moulin, Vincent Francois-Lavet, Mark Hoogendoorn

    Abstract: An eco-system of agents each having their own policy with some, but limited, generalizability has proven to be a reliable approach to increase generalization across procedurally generated environments. In such an approach, new agents are regularly added to the eco-system when encountering a new environment that is outside of the scope of the eco-system. The speed of adaptation and general effectiv… ▽ More

    Submitted 29 December, 2022; v1 submitted 13 December, 2022; originally announced December 2022.

    Comments: 12 pages

  8. Disentangled (Un)Controllable Features

    Authors: Jacob E. Kooi, Mark Hoogendoorn, Vincent François-Lavet

    Abstract: In the context of MDPs with high-dimensional states, downstream tasks are predominantly applied on a compressed, low-dimensional representation of the original input space. A variety of learning objectives have therefore been used to attain useful representations. However, these representations usually lack interpretability of the different features. We present a novel approach that is able to dis… ▽ More

    Submitted 3 January, 2024; v1 submitted 31 October, 2022; originally announced November 2022.

    Comments: 14 pages (8 main paper pages), 15 figures

  9. An Empirical Evaluation of Multivariate Time Series Classification with Input Transformation across Different Dimensions

    Authors: Leonardos Pantiskas, Kees Verstoep, Mark Hoogendoorn, Henri Bal

    Abstract: In current research, machine and deep learning solutions for the classification of temporal data are shifting from single-channel datasets (univariate) to problems with multiple channels of information (multivariate). The majority of these works are focused on the method novelty and architecture, and the format of the input data is often treated implicitly. Particularly, multivariate datasets are… ▽ More

    Submitted 12 April, 2023; v1 submitted 14 October, 2022; originally announced October 2022.

    Comments: IEEE ICMLA 2022

  10. arXiv:2206.03398  [pdf, other

    cs.LG cs.CV

    Towards a General Purpose CNN for Long Range Dependencies in $N$D

    Authors: David W. Romero, David M. Knigge, Albert Gu, Erik J. Bekkers, Efstratios Gavves, Jakub M. Tomczak, Mark Hoogendoorn

    Abstract: The use of Convolutional Neural Networks (CNNs) is widespread in Deep Learning due to a range of desirable model properties which result in an efficient and effective machine learning framework. However, performant CNN architectures must be tailored to specific tasks in order to incorporate considerations such as the input length, resolution, and dimentionality. In this work, we overcome the need… ▽ More

    Submitted 5 July, 2022; v1 submitted 7 June, 2022; originally announced June 2022.

    Comments: First two authors contributed equally to this work

  11. arXiv:2204.06550  [pdf, other

    cs.AI cs.MA

    Improving generalization to new environments and removing catastrophic forgetting in Reinforcement Learning by using an eco-system of agents

    Authors: Olivier Moulin, Vincent Francois-Lavet, Paul Elbers, Mark Hoogendoorn

    Abstract: Adapting a Reinforcement Learning (RL) agent to an unseen environment is a difficult task due to typical over-fitting on the training environment. RL agents are often capable of solving environments very close to the trained environment, but when environments become substantially different, their performance quickly drops. When agents are retrained on new environments, a second issue arises: there… ▽ More

    Submitted 1 July, 2022; v1 submitted 13 April, 2022; originally announced April 2022.

    Comments: 9 pages, 12 figures

    MSC Class: I.2.11

  12. arXiv:2204.01379  [pdf, other

    cs.LG

    Taking ROCKET on an Efficiency Mission: Multivariate Time Series Classification with LightWaveS

    Authors: Leonardos Pantiskas, Kees Verstoep, Mark Hoogendoorn, Henri Bal

    Abstract: Nowadays, with the rising number of sensors in sectors such as healthcare and industry, the problem of multivariate time series classification (MTSC) is getting increasingly relevant and is a prime target for machine and deep learning approaches. Their expanding adoption in real-world environments is causing a shift in focus from the pursuit of ever-higher prediction accuracy with complex models t… ▽ More

    Submitted 11 April, 2022; v1 submitted 4 April, 2022; originally announced April 2022.

    Comments: This work has been accepted as a short paper at DCOSS 2022

  13. arXiv:2203.13084  [pdf, other

    cs.LG cs.PF math.ST stat.ME stat.ML

    The Dutch Draw: Constructing a Universal Baseline for Binary Prediction Models

    Authors: Etienne van de Bijl, Jan Klein, Joris Pries, Sandjai Bhulai, Mark Hoogendoorn, Rob van der Mei

    Abstract: Novel prediction methods should always be compared to a baseline to know how well they perform. Without this frame of reference, the performance score of a model is basically meaningless. What does it mean when a model achieves an $F_1$ of 0.8 on a test set? A proper baseline is needed to evaluate the `goodness' of a performance score. Comparing with the latest state-of-the-art model is usually in… ▽ More

    Submitted 24 March, 2022; originally announced March 2022.

  14. Transfer-Learning Across Datasets with Different Input Dimensions: An Algorithm and Analysis for the Linear Regression Case

    Authors: Luis Pedro Silvestrin, Harry van Zanten, Mark Hoogendoorn, Ger Koole

    Abstract: With the development of new sensors and monitoring devices, more sources of data become available to be used as inputs for machine learning models. These can on the one hand help to improve the accuracy of a model. On the other hand, combining these new inputs with historical data remains a challenge that has not yet been studied in enough detail. In this work, we propose a transfer learning algor… ▽ More

    Submitted 6 November, 2023; v1 submitted 10 February, 2022; originally announced February 2022.

    Comments: Manuscript accepted for publication at the Journal of Computational Mathematics and Data Science. Code available at https://github.com/lpsilvestrin/incremental_input_tl

  15. arXiv:2110.08059  [pdf, other

    cs.CV cs.LG

    FlexConv: Continuous Kernel Convolutions with Differentiable Kernel Sizes

    Authors: David W. Romero, Robert-Jan Bruintjes, Jakub M. Tomczak, Erik J. Bekkers, Mark Hoogendoorn, Jan C. van Gemert

    Abstract: When designing Convolutional Neural Networks (CNNs), one must select the size\break of the convolutional kernels before training. Recent works show CNNs benefit from different kernel sizes at different layers, but exploring all possible combinations is unfeasible in practice. A more efficient approach is to learn the kernel size during training. However, existing works that learn the kernel size h… ▽ More

    Submitted 17 March, 2022; v1 submitted 15 October, 2021; originally announced October 2021.

    Comments: First two authors contributed equally to this work

  16. arXiv:2108.06238  [pdf, other

    cs.CR cs.LG

    Jasmine: A New Active Learning Approach to Combat Cybercrime

    Authors: Jan Klein, Sandjai Bhulai, Mark Hoogendoorn, Rob van der Mei

    Abstract: Over the past decade, the advent of cybercrime has accelarated the research on cybersecurity. However, the deployment of intrusion detection methods falls short. One of the reasons for this is the lack of realistic evaluation datasets, which makes it a challenge to develop techniques and compare them. This is caused by the large amounts of effort it takes for a cyber analyst to classify network co… ▽ More

    Submitted 13 August, 2021; originally announced August 2021.

    Comments: 35 pages, 15 figures

  17. arXiv:2107.10709  [pdf, other

    cs.LG cs.AI

    A Framework for Imbalanced Time-series Forecasting

    Authors: Luis P. Silvestrin, Leonardos Pantiskas, Mark Hoogendoorn

    Abstract: Time-series forecasting plays an important role in many domains. Boosted by the advances in Deep Learning algorithms, it has for instance been used to predict wind power for eolic energy production, stock market fluctuations, or motor overheating. In some of these tasks, we are interested in predicting accurately some particular moments which often are underrepresented in the dataset, resulting in… ▽ More

    Submitted 22 July, 2021; originally announced July 2021.

  18. arXiv:2103.15908  [pdf, other

    cs.AI cs.CY

    pH-RL: A personalization architecture to bring reinforcement learning to health practice

    Authors: Ali el Hassouni, Mark Hoogendoorn, Marketa Ciharova, Annet Kleiboer, Khadicha Amarti, Vesa Muhonen, Heleen Riper, A. E. Eiben

    Abstract: While reinforcement learning (RL) has proven to be the approach of choice for tackling many complex problems, it remains challenging to develop and deploy RL agents in real-life scenarios successfully. This paper presents pH-RL (personalization in e-Health with RL) a general RL architecture for personalization to bring RL to health practice. pH-RL allows for various levels of personalization in he… ▽ More

    Submitted 30 March, 2021; v1 submitted 29 March, 2021; originally announced March 2021.

  19. arXiv:2102.02611  [pdf, other

    cs.LG

    CKConv: Continuous Kernel Convolution For Sequential Data

    Authors: David W. Romero, Anna Kuzina, Erik J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn

    Abstract: Conventional neural architectures for sequential data present important limitations. Recurrent networks suffer from exploding and vanishing gradients, small effective memory horizons, and must be trained sequentially. Convolutional networks are unable to handle sequences of unknown size and their memory horizon must be defined a priori. In this work, we show that all these problems can be solved b… ▽ More

    Submitted 17 March, 2022; v1 submitted 4 February, 2021; originally announced February 2021.

  20. arXiv:2011.01977  [pdf, other

    cs.LG stat.ML

    Mixing Consistent Deep Clustering

    Authors: Daniel Lutscher, Ali el Hassouni, Maarten Stol, Mark Hoogendoorn

    Abstract: Finding well-defined clusters in data represents a fundamental challenge for many data-driven applications, and largely depends on good data representation. Drawing on literature regarding representation learning, studies suggest that one key characteristic of good latent representations is the ability to produce semantically mixed outputs when decoding linear interpolations of two latent represen… ▽ More

    Submitted 3 November, 2020; originally announced November 2020.

  21. arXiv:2006.05259  [pdf, other

    cs.LG stat.ML

    Wavelet Networks: Scale-Translation Equivariant Learning From Raw Time-Series

    Authors: David W. Romero, Erik J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn

    Abstract: Leveraging the symmetries inherent to specific data domains for the construction of equivariant neural networks has lead to remarkable improvements in terms of data efficiency and generalization. However, most existing research focuses on symmetries arising from planar and volumetric data, leaving a crucial data source largely underexplored: time-series. In this work, we fill this gap by leveragin… ▽ More

    Submitted 21 January, 2024; v1 submitted 9 June, 2020; originally announced June 2020.

  22. arXiv:2002.03830  [pdf, other

    cs.CV cs.LG stat.ML

    Attentive Group Equivariant Convolutional Networks

    Authors: David W. Romero, Erik J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn

    Abstract: Although group convolutional networks are able to learn powerful representations based on symmetry patterns, they lack explicit means to learn meaningful relationships among them (e.g., relative positions and poses). In this paper, we present attentive group equivariant convolutions, a generalization of the group convolution, in which attention is applied during the course of convolution to accent… ▽ More

    Submitted 30 June, 2020; v1 submitted 7 February, 2020; originally announced February 2020.

    Comments: Proceedings of the 37th International Conference on Machine Learning (ICML), 2020

  23. Trace Clustering on Very Large Event Data in Healthcare Using Frequent Sequence Patterns

    Authors: Xixi Lu, Seyed Amin Tabatabaei, Mark Hoogendoorn, Hajo A. Reijers

    Abstract: Trace clustering has increasingly been applied to find homogenous process executions. However, current techniques have difficulties in finding a meaningful and insightful clustering of patients on the basis of healthcare data. The resulting clusters are often not in line with those of medical experts, nor do the clusters guarantee to help return meaningful process maps of patients' clinical pathwa… ▽ More

    Submitted 10 January, 2020; originally announced January 2020.

    Journal ref: BPM 2019: Business Process Management pp 198-215

  24. arXiv:1911.07849  [pdf, other

    cs.CV cs.LG stat.ML

    Co-Attentive Equivariant Neural Networks: Focusing Equivariance On Transformations Co-Occurring In Data

    Authors: David W. Romero, Mark Hoogendoorn

    Abstract: Equivariance is a nice property to have as it produces much more parameter efficient neural architectures and preserves the structure of the input through the feature map**. Even though some combinations of transformations might never appear (e.g. an upright face with a horizontal nose), current equivariant architectures consider the set of all possible transformations in a transformation group… ▽ More

    Submitted 10 February, 2020; v1 submitted 18 November, 2019; originally announced November 2019.

    Comments: Proceedings of the 8th International Conference on Learning Representations (ICLR), 2020

    Journal ref: Proceedings of the International Conference on Learning Representations, 2020

  25. arXiv:1908.00286  [pdf, other

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

    Reinforcement Learning for Personalized Dialogue Management

    Authors: Floris den Hengst, Mark Hoogendoorn, Frank van Harmelen, Joost Bosman

    Abstract: Language systems have been of great interest to the research community and have recently reached the mass market through various assistant platforms on the web. Reinforcement Learning methods that optimize dialogue policies have seen successes in past years and have recently been extended into methods that personalize the dialogue, e.g. take the personal context of users into account. These works,… ▽ More

    Submitted 1 August, 2019; originally announced August 2019.

  26. arXiv:1904.05815  [pdf, other

    cs.NE cs.LG stat.ML

    GP-HD: Using Genetic Programming to Generate Dynamical Systems Models for Health Care

    Authors: Mark Hoogendoorn, Ward van Breda, Jeroen Ruwaard

    Abstract: The huge wealth of data in the health domain can be exploited to create models that predict development of health states over time. Temporal learning algorithms are well suited to learn relationships between health states and make predictions about their future developments. However, these algorithms: (1) either focus on learning one generic model for all patients, providing general insights but o… ▽ More

    Submitted 11 April, 2019; originally announced April 2019.

  27. arXiv:1904.01863  [pdf, other

    cs.DB cs.AI

    Identifying Patient Groups based on Frequent Patterns of Patient Samples

    Authors: Seyed Amin Tabatabaei, Xixi Lu, Mark Hoogendoorn, Hajo A. Reijers

    Abstract: Grou** patients meaningfully can give insights about the different types of patients, their needs, and the priorities. Finding groups that are meaningful is however very challenging as background knowledge is often required to determine what a useful grou** is. In this paper we propose an approach that is able to find groups of patients based on a small sample of positive examples given by a d… ▽ More

    Submitted 3 April, 2019; originally announced April 2019.

  28. arXiv:1804.03592  [pdf, other

    cs.AI

    A clustering-based reinforcement learning approach for tailored personalization of e-Health interventions

    Authors: Ali el Hassouni, Mark Hoogendoorn, Martijn van Otterlo, A. E. Eiben, Vesa Muhonen, Eduardo Barbaro

    Abstract: Personalization is very powerful in improving the effectiveness of health interventions. Reinforcement learning (RL) algorithms are suitable for learning these tailored interventions from sequential data collected about individuals. However, learning can be very fragile. The time to learn intervention policies is limited as disengagement from the user can occur quickly. Also, in e-Health intervent… ▽ More

    Submitted 21 May, 2020; v1 submitted 10 April, 2018; originally announced April 2018.