Skip to main content

Showing 1–32 of 32 results for author: Mertins, A

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

    eess.SP cs.LG

    L-SeqSleepNet: Whole-cycle Long Sequence Modelling for Automatic Sleep Staging

    Authors: Huy Phan, Kristian P. Lorenzen, Elisabeth Heremans, Oliver Y. Chén, Minh C. Tran, Philipp Koch, Alfred Mertins, Mathias Baumert, Kaare Mikkelsen, Maarten De Vos

    Abstract: Human sleep is cyclical with a period of approximately 90 minutes, implying long temporal dependency in the sleep data. Yet, exploring this long-term dependency when develo** sleep staging models has remained untouched. In this work, we show that while encoding the logic of a whole sleep cycle is crucial to improve sleep staging performance, the sequential modelling approach in existing state-of… ▽ More

    Submitted 4 August, 2023; v1 submitted 9 January, 2023; originally announced January 2023.

    Comments: This article has been published in IEEE Journal of Biomedical and Health Informatics (JBHI). Source code is available at http://github.com/pquochuy/l-seqsleepnet

  2. arXiv:2210.10779  [pdf

    eess.IV cs.CV cs.LG

    Routine Usage of AI-based Chest X-ray Reading Support in a Multi-site Medical Supply Center

    Authors: Karsten Ridder, Alexander Preuhs, Axel Mertins, Clemens Joerger

    Abstract: Research question: How can we establish an AI support for reading of chest X-rays in clinical routine and which benefits emerge for the clinicians and radiologists. Can it perform 24/7 support for practicing clinicians? 2. Findings: We installed an AI solution for Chest X-ray in a given structure (MVZ Uhlenbrock & Partner, Germany). We could demonstrate the practicability, performance, and benefit… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

  3. arXiv:2201.12557  [pdf, ps, other

    eess.AS cs.SD

    Polyphonic audio event detection: multi-label or multi-class multi-task classification problem?

    Authors: Huy Phan, Thi Ngoc Tho Nguyen, Philipp Koch, Alfred Mertins

    Abstract: Polyphonic events are the main error source of audio event detection (AED) systems. In deep-learning context, the most common approach to deal with event overlaps is to treat the AED task as a multi-label classification problem. By doing this, we inherently consider multiple one-vs.-rest classification problems, which are jointly solved by a single (i.e. shared) network. In this work, to better ha… ▽ More

    Submitted 29 January, 2022; originally announced January 2022.

    Comments: This paper has been accepted to IEEE ICASSP 2022

  4. Pediatric Automatic Sleep Staging: A comparative study of state-of-the-art deep learning methods

    Authors: Huy Phan, Alfred Mertins, Mathias Baumert

    Abstract: Background: Despite the tremendous progress recently made towards automatic sleep staging in adults, it is currently unknown if the most advanced algorithms generalize to the pediatric population, which displays distinctive characteristics in overnight polysomnography (PSG). Methods: To answer the question, in this work, we conduct a large-scale comparative study on the state-of-the-art deep learn… ▽ More

    Submitted 10 May, 2022; v1 submitted 23 August, 2021; originally announced August 2021.

    Comments: This article has been published in IEEE Transactions on Biomedical Engineering

  5. SleepTransformer: Automatic Sleep Staging with Interpretability and Uncertainty Quantification

    Authors: Huy Phan, Kaare Mikkelsen, Oliver Y. Chén, Philipp Koch, Alfred Mertins, Maarten De Vos

    Abstract: Background: Black-box skepticism is one of the main hindrances impeding deep-learning-based automatic sleep scoring from being used in clinical environments. Methods: Towards interpretability, this work proposes a sequence-to-sequence sleep-staging model, namely SleepTransformer. It is based on the transformer backbone and offers interpretability of the model's decisions at both the epoch and sequ… ▽ More

    Submitted 26 January, 2022; v1 submitted 23 May, 2021; originally announced May 2021.

    Comments: This article has been published in IEEE Transactions on Biomedical Engineering

  6. arXiv:2103.02420  [pdf, ps, other

    cs.SD cs.LG eess.AS

    Multi-view Audio and Music Classification

    Authors: Huy Phan, Huy Le Nguyen, Oliver Y. Chén, Lam Pham, Philipp Koch, Ian McLoughlin, Alfred Mertins

    Abstract: We propose in this work a multi-view learning approach for audio and music classification. Considering four typical low-level representations (i.e. different views) commonly used for audio and music recognition tasks, the proposed multi-view network consists of four subnetworks, each handling one input types. The learned embedding in the subnetworks are then concatenated to form the multi-view emb… ▽ More

    Submitted 3 March, 2021; originally announced March 2021.

    Comments: Accepted to ICASSP 2021

  7. arXiv:2012.13699  [pdf, ps, other

    cs.SD cs.LG eess.AS

    Inception-Based Network and Multi-Spectrogram Ensemble Applied For Predicting Respiratory Anomalies and Lung Diseases

    Authors: Lam Pham, Huy Phan, Ross King, Alfred Mertins, Ian McLoughlin

    Abstract: This paper presents an inception-based deep neural network for detecting lung diseases using respiratory sound input. Recordings of respiratory sound collected from patients are firstly transformed into spectrograms where both spectral and temporal information are well presented, referred to as front-end feature extraction. These spectrograms are then fed into the proposed network, referred to as… ▽ More

    Submitted 26 December, 2020; originally announced December 2020.

  8. arXiv:2010.09132  [pdf, ps, other

    cs.SD cs.LG eess.AS

    Self-Attention Generative Adversarial Network for Speech Enhancement

    Authors: Huy Phan, Huy Le Nguyen, Oliver Y. Chén, Philipp Koch, Ngoc Q. K. Duong, Ian McLoughlin, Alfred Mertins

    Abstract: Existing generative adversarial networks (GANs) for speech enhancement solely rely on the convolution operation, which may obscure temporal dependencies across the sequence input. To remedy this issue, we propose a self-attention layer adapted from non-local attention, coupled with the convolutional and deconvolutional layers of a speech enhancement GAN (SEGAN) using raw signal input. Further, we… ▽ More

    Submitted 6 February, 2021; v1 submitted 18 October, 2020; originally announced October 2020.

    Comments: 46th IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP 2021). Source code is available at http://github.com/pquochuy/sasegan

  9. arXiv:2009.05527  [pdf, ps, other

    eess.AS cs.LG

    On Multitask Loss Function for Audio Event Detection and Localization

    Authors: Huy Phan, Lam Pham, Philipp Koch, Ngoc Q. K. Duong, Ian McLoughlin, Alfred Mertins

    Abstract: Audio event localization and detection (SELD) have been commonly tackled using multitask models. Such a model usually consists of a multi-label event classification branch with sigmoid cross-entropy loss for event activity detection and a regression branch with mean squared error loss for direction-of-arrival estimation. In this work, we propose a multitask regression model, in which both (multi-l… ▽ More

    Submitted 11 September, 2020; originally announced September 2020.

    Comments: Accepted for publication in DCASE 2020 Workshop

  10. XSleepNet: Multi-View Sequential Model for Automatic Sleep Staging

    Authors: Huy Phan, Oliver Y. Chén, Minh C. Tran, Philipp Koch, Alfred Mertins, Maarten De Vos

    Abstract: Automating sleep staging is vital to scale up sleep assessment and diagnosis to serve millions experiencing sleep deprivation and disorders and enable longitudinal sleep monitoring in home environments. Learning from raw polysomnography signals and their derived time-frequency image representations has been prevalent. However, learning from multi-view inputs (e.g., both the raw signals and the tim… ▽ More

    Submitted 31 March, 2021; v1 submitted 8 July, 2020; originally announced July 2020.

    Comments: This article has been published in IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)

  11. Personalized Automatic Sleep Staging with Single-Night Data: a Pilot Study with KL-Divergence Regularization

    Authors: Huy Phan, Kaare Mikkelsen, Oliver Y. Chén, Philipp Koch, Alfred Mertins, Preben Kidmose, Maarten De Vos

    Abstract: Brain waves vary between people. An obvious way to improve automatic sleep staging for longitudinal sleep monitoring is personalization of algorithms based on individual characteristics extracted from the first night of data. As a single night is a very small amount of data to train a sleep staging model, we propose a Kullback-Leibler (KL) divergence regularized transfer learning approach to addre… ▽ More

    Submitted 11 May, 2020; v1 submitted 23 April, 2020; originally announced April 2020.

    Comments: This article has been published in Physiological Measurement

  12. arXiv:2004.04072  [pdf, ps, other

    eess.AS cs.LG cs.SD stat.ML

    CNN-MoE based framework for classification of respiratory anomalies and lung disease detection

    Authors: Lam Pham, Huy Phan, Ramaswamy Palaniappan, Alfred Mertins, Ian McLoughlin

    Abstract: This paper presents and explores a robust deep learning framework for auscultation analysis. This aims to classify anomalies in respiratory cycles and detect disease, from respiratory sound recordings. The framework begins with front-end feature extraction that transforms input sound into a spectrogram representation. Then, a back-end deep learning network is used to classify the spectrogram featu… ▽ More

    Submitted 2 June, 2020; v1 submitted 4 April, 2020; originally announced April 2020.

  13. arXiv:2002.04857  [pdf, ps, other

    eess.AS cs.SD

    Deep Feature Embedding and Hierarchical Classification for Audio Scene Classification

    Authors: Lam Pham, Ian McLoughlin, Huy Phan, Ramaswamy Palaniappan, Alfred Mertins

    Abstract: In this work, we propose an approach that features deep feature embedding learning and hierarchical classification with triplet loss function for Acoustic Scene Classification (ASC). In the one hand, a deep convolutional neural network is firstly trained to learn a feature embedding from scene audio signals. Via the trained convolutional neural network, the learned embedding embeds an input into t… ▽ More

    Submitted 12 February, 2020; originally announced February 2020.

  14. arXiv:2002.04502  [pdf, ps, other

    cs.SD eess.AS

    Robust Acoustic Scene Classification using a Multi-Spectrogram Encoder-Decoder Framework

    Authors: Lam Pham, Huy Phan, Truc Nguyen, Ramaswamy Palaniappan, Alfred Mertins, Ian McLoughlin

    Abstract: This article proposes an encoder-decoder network model for Acoustic Scene Classification (ASC), the task of identifying the scene of an audio recording from its acoustic signature. We make use of multiple low-level spectrogram features at the front-end, transformed into higher level features through a well-trained CNN-DNN front-end encoder. The high level features and their combination (via a trai… ▽ More

    Submitted 11 February, 2020; originally announced February 2020.

  15. arXiv:2001.05532  [pdf, other

    cs.LG cs.SD eess.AS stat.ML

    Improving GANs for Speech Enhancement

    Authors: Huy Phan, Ian V. McLoughlin, Lam Pham, Oliver Y. Chén, Philipp Koch, Maarten De Vos, Alfred Mertins

    Abstract: Generative adversarial networks (GAN) have recently been shown to be efficient for speech enhancement. However, most, if not all, existing speech enhancement GANs (SEGAN) make use of a single generator to perform one-stage enhancement map**. In this work, we propose to use multiple generators that are chained to perform multi-stage enhancement map**, which gradually refines the noisy input sig… ▽ More

    Submitted 12 September, 2020; v1 submitted 15 January, 2020; originally announced January 2020.

    Comments: This letter has been accepted for publication in IEEE Signal Processing Letters

  16. arXiv:1907.13177  [pdf, ps, other

    cs.LG eess.SP stat.ML

    Towards More Accurate Automatic Sleep Staging via Deep Transfer Learning

    Authors: Huy Phan, Oliver Y. Chén, Philipp Koch, Zongqing Lu, Ian McLoughlin, Alfred Mertins, Maarten De Vos

    Abstract: Background: Despite recent significant progress in the development of automatic sleep staging methods, building a good model still remains a big challenge for sleep studies with a small cohort due to the data-variability and data-inefficiency issues. This work presents a deep transfer learning approach to overcome these issues and enable transferring knowledge from a large dataset to a small cohor… ▽ More

    Submitted 27 August, 2020; v1 submitted 30 July, 2019; originally announced July 2019.

    Comments: This article has been published in IEEE Transactions on Biomedical Engineering

  17. arXiv:1904.05945  [pdf, ps, other

    cs.LG stat.ML

    Deep Transfer Learning for Single-Channel Automatic Sleep Staging with Channel Mismatch

    Authors: Huy Phan, Oliver Y. Chén, Philipp Koch, Alfred Mertins, Maarten De Vos

    Abstract: Many sleep studies suffer from the problem of insufficient data to fully utilize deep neural networks as different labs use different recordings set ups, leading to the need of training automated algorithms on rather small databases, whereas large annotated databases are around but cannot be directly included into these studies for data compensation due to channel mismatch. This work presents a de… ▽ More

    Submitted 18 June, 2019; v1 submitted 11 April, 2019; originally announced April 2019.

    Comments: Accepted for 27th European Signal Processing Conference (EUSIPCO 2019)

  18. arXiv:1904.03543  [pdf, ps, other

    cs.SD cs.LG eess.AS stat.ML

    Spatio-Temporal Attention Pooling for Audio Scene Classification

    Authors: Huy Phan, Oliver Y. Chén, Lam Pham, Philipp Koch, Maarten De Vos, Ian McLoughlin, Alfred Mertins

    Abstract: Acoustic scenes are rich and redundant in their content. In this work, we present a spatio-temporal attention pooling layer coupled with a convolutional recurrent neural network to learn from patterns that are discriminative while suppressing those that are irrelevant for acoustic scene classification. The convolutional layers in this network learn invariant features from time-frequency input. The… ▽ More

    Submitted 28 June, 2019; v1 submitted 6 April, 2019; originally announced April 2019.

    Comments: To appear at the 20th Annual Conference of the International Speech Communication Association (INTERSPEECH 2019)

  19. arXiv:1811.01095  [pdf, ps, other

    cs.SD cs.LG eess.AS

    Beyond Equal-Length Snippets: How Long is Sufficient to Recognize an Audio Scene?

    Authors: Huy Phan, Oliver Y. Chén, Philipp Koch, Lam Pham, Ian McLoughlin, Alfred Mertins, Maarten De Vos

    Abstract: Due to the variability in characteristics of audio scenes, some scenes can naturally be recognized earlier than others. In this work, rather than using equal-length snippets for all scene categories, as is common in the literature, we study to which temporal extent an audio scene can be reliably recognized given state-of-the-art models. Moreover, as model fusion with deep network ensemble is preva… ▽ More

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

    Comments: Accepted to 2019 AES Conference on Audio Forensics

  20. arXiv:1811.01092  [pdf, ps, other

    cs.LG cs.SD eess.AS stat.ML

    Unifying Isolated and Overlap** Audio Event Detection with Multi-Label Multi-Task Convolutional Recurrent Neural Networks

    Authors: Huy Phan, Oliver Y. Chén, Philipp Koch, Lam Pham, Ian McLoughlin, Alfred Mertins, Maarten De Vos

    Abstract: We propose a multi-label multi-task framework based on a convolutional recurrent neural network to unify detection of isolated and overlap** audio events. The framework leverages the power of convolutional recurrent neural network architectures; convolutional layers learn effective features over which higher recurrent layers perform sequential modelling. Furthermore, the output layer is designed… ▽ More

    Submitted 18 February, 2019; v1 submitted 2 November, 2018; originally announced November 2018.

    Comments: Accepted for the 44th International Conference on Acoustics, Speech, and Signal Processing (ICASSP 2019)

  21. arXiv:1712.02116  [pdf, ps, other

    cs.SD cs.LG eess.AS

    Enabling Early Audio Event Detection with Neural Networks

    Authors: Huy Phan, Philipp Koch, Ian McLoughlin, Alfred Mertins

    Abstract: This paper presents a methodology for early detection of audio events from audio streams. Early detection is the ability to infer an ongoing event during its initial stage. The proposed system consists of a novel inference step coupled with dual parallel tailored-loss deep neural networks (DNNs). The DNNs share a similar architecture except for their loss functions, i.e. weighted loss and multitas… ▽ More

    Submitted 6 April, 2019; v1 submitted 6 December, 2017; originally announced December 2017.

    Comments: Published version available at https://ieeexplore.ieee.org/document/8461859

    Journal ref: Published in Proceedings of 43rd IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), pp. 141-145, 2018

  22. arXiv:1708.03211  [pdf, other

    cs.SD cs.LG

    DNN and CNN with Weighted and Multi-task Loss Functions for Audio Event Detection

    Authors: Huy Phan, Martin Krawczyk-Becker, Timo Gerkmann, Alfred Mertins

    Abstract: This report presents our audio event detection system submitted for Task 2, "Detection of rare sound events", of DCASE 2017 challenge. The proposed system is based on convolutional neural networks (CNNs) and deep neural networks (DNNs) coupled with novel weighted and multi-task loss functions and state-of-the-art phase-aware signal enhancement. The loss functions are tailored for audio event detec… ▽ More

    Submitted 18 October, 2017; v1 submitted 10 August, 2017; originally announced August 2017.

    Comments: DCASE 2017 technical report

  23. arXiv:1703.04770  [pdf, other

    cs.SD cs.LG

    Audio Scene Classification with Deep Recurrent Neural Networks

    Authors: Huy Phan, Philipp Koch, Fabrice Katzberg, Marco Maass, Radoslaw Mazur, Alfred Mertins

    Abstract: We introduce in this work an efficient approach for audio scene classification using deep recurrent neural networks. An audio scene is firstly transformed into a sequence of high-level label tree embedding feature vectors. The vector sequence is then divided into multiple subsequences on which a deep GRU-based recurrent neural network is trained for sequence-to-label classification. The global pre… ▽ More

    Submitted 5 June, 2017; v1 submitted 14 March, 2017; originally announced March 2017.

    Comments: Accepted for Interspeech 2017

  24. What Makes Audio Event Detection Harder than Classification?

    Authors: Huy Phan, Philipp Koch, Fabrice Katzberg, Marco Maass, Radoslaw Mazur, Ian McLoughlin, Alfred Mertins

    Abstract: There is a common observation that audio event classification is easier to deal with than detection. So far, this observation has been accepted as a fact and we lack of a careful analysis. In this paper, we reason the rationale behind this fact and, more importantly, leverage them to benefit the audio event detection task. We present an improved detection pipeline in which a verification step is a… ▽ More

    Submitted 17 May, 2018; v1 submitted 29 December, 2016; originally announced December 2016.

    Comments: Published version available at https://ieeexplore.ieee.org/document/8081709/

    Journal ref: Published in Proceedings of the 25th European Signal Processing Conference (EUSIPCO), pp. 2739-2743, 2017

  25. arXiv:1609.09390  [pdf, other

    cs.SD

    Measurement of Sound Fields Using Moving Microphones

    Authors: Fabrice Katzberg, Radoslaw Mazur, Marco Maass, Philipp Koch, Alfred Mertins

    Abstract: The sampling of sound fields involves the measurement of spatially dependent room impulse responses, where the Nyquist-Shannon sampling theorem applies in both the temporal and spatial domain. Therefore, sampling inside a volume of interest requires a huge number of sampling points in space, which comes along with further difficulties such as exact microphone positioning and calibration of multipl… ▽ More

    Submitted 29 September, 2016; originally announced September 2016.

    Comments: submitted to ICASSP 2017

  26. arXiv:1607.02857  [pdf, other

    cs.NE cs.LG cs.MM cs.SD

    Classifying Variable-Length Audio Files with All-Convolutional Networks and Masked Global Pooling

    Authors: Lars Hertel, Huy Phan, Alfred Mertins

    Abstract: We trained a deep all-convolutional neural network with masked global pooling to perform single-label classification for acoustic scene classification and multi-label classification for domestic audio tagging in the DCASE-2016 contest. Our network achieved an average accuracy of 84.5% on the four-fold cross-validation for acoustic scene recognition, compared to the provided baseline of 72.5%, and… ▽ More

    Submitted 11 July, 2016; originally announced July 2016.

    Comments: Technical report for the DCASE-2016 challenge (task 1 and task 4)

  27. arXiv:1607.02306  [pdf, other

    cs.SD cs.AI cs.LG cs.MM

    CaR-FOREST: Joint Classification-Regression Decision Forests for Overlap** Audio Event Detection

    Authors: Huy Phan, Lars Hertel, Marco Maass, Philipp Koch, Alfred Mertins

    Abstract: This report describes our submissions to Task2 and Task3 of the DCASE 2016 challenge. The systems aim at dealing with the detection of overlap** audio events in continuous streams, where the detectors are based on random decision forests. The proposed forests are jointly trained for classification and regression simultaneously. Initially, the training is classification-oriented to encourage the… ▽ More

    Submitted 15 August, 2016; v1 submitted 8 July, 2016; originally announced July 2016.

    Comments: Task2 and Task3 technical report for the DCASE2016 challenge

  28. arXiv:1607.02303  [pdf, other

    cs.NE cs.CV cs.LG cs.MM cs.SD

    CNN-LTE: a Class of 1-X Pooling Convolutional Neural Networks on Label Tree Embeddings for Audio Scene Recognition

    Authors: Huy Phan, Lars Hertel, Marco Maass, Philipp Koch, Alfred Mertins

    Abstract: We describe in this report our audio scene recognition system submitted to the DCASE 2016 challenge. Firstly, given the label set of the scenes, a label tree is automatically constructed. This category taxonomy is then used in the feature extraction step in which an audio scene instance is represented by a label tree embedding image. Different convolutional neural networks, which are tailored for… ▽ More

    Submitted 15 August, 2016; v1 submitted 8 July, 2016; originally announced July 2016.

    Comments: Task1 technical report for the DCASE2016 challenge. arXiv admin note: text overlap with arXiv:1606.07908

  29. arXiv:1606.07908  [pdf, other

    cs.MM cs.AI cs.SD

    Label Tree Embeddings for Acoustic Scene Classification

    Authors: Huy Phan, Lars Hertel, Marco Maass, Philipp Koch, Alfred Mertins

    Abstract: We present in this paper an efficient approach for acoustic scene classification by exploring the structure of class labels. Given a set of class labels, a category taxonomy is automatically learned by collectively optimizing a clustering of the labels into multiple meta-classes in a tree structure. An acoustic scene instance is then embedded into a low-dimensional feature representation which con… ▽ More

    Submitted 26 July, 2016; v1 submitted 25 June, 2016; originally announced June 2016.

    Comments: to appear in the Proceedings of ACM Multimedia 2016 (ACMMM 2016)

    ACM Class: H.5.5; I.5.2

  30. arXiv:1604.08716  [pdf, other

    cs.SD cs.LG stat.ML

    Learning Compact Structural Representations for Audio Events Using Regressor Banks

    Authors: Huy Phan, Marco Maass, Lars Hertel, Radoslaw Mazur, Ian McLoughlin, Alfred Mertins

    Abstract: We introduce a new learned descriptor for audio signals which is efficient for event representation. The entries of the descriptor are produced by evaluating a set of regressors on the input signal. The regressors are class-specific and trained using the random regression forests framework. Given an input signal, each regressor estimates the onset and offset positions of the target event. The esti… ▽ More

    Submitted 29 April, 2016; originally announced April 2016.

    Comments: To appear in Proceedings of IEEE ICASSP 2016

  31. arXiv:1604.06338  [pdf, other

    cs.NE cs.LG cs.SD

    Robust Audio Event Recognition with 1-Max Pooling Convolutional Neural Networks

    Authors: Huy Phan, Lars Hertel, Marco Maass, Alfred Mertins

    Abstract: We present in this paper a simple, yet efficient convolutional neural network (CNN) architecture for robust audio event recognition. Opposing to deep CNN architectures with multiple convolutional and pooling layers topped up with multiple fully connected layers, the proposed network consists of only three layers: convolutional, pooling, and softmax layer. Two further features distinguish it from t… ▽ More

    Submitted 22 June, 2016; v1 submitted 21 April, 2016; originally announced April 2016.

    Comments: To appear in Proceedings of Interspeech 2016

  32. arXiv:1603.05824  [pdf, other

    cs.NE cs.LG cs.SD

    Comparing Time and Frequency Domain for Audio Event Recognition Using Deep Learning

    Authors: Lars Hertel, Huy Phan, Alfred Mertins

    Abstract: Recognizing acoustic events is an intricate problem for a machine and an emerging field of research. Deep neural networks achieve convincing results and are currently the state-of-the-art approach for many tasks. One advantage is their implicit feature learning, opposite to an explicit feature extraction of the input signal. In this work, we analyzed whether more discriminative features can be lea… ▽ More

    Submitted 18 March, 2016; originally announced March 2016.

    Comments: 5 pages, accepted version for publication in Proceedings of the IEEE International Joint Conference on Neural Networks (IJCNN), July 2016, Vancouver, Canada