Goto

Collaborating Authors

 Deep Learning


How do Mixture Density RNNs Predict the Future?

arXiv.org Machine Learning

Gaining a better understanding of how and what machine learning systems learn is important to increase confidence in their decisions and catalyze further research. In this paper, we analyze the predictions made by a specific type of recurrent neural network, mixture density RNNs (MD-RNNs). These networks learn to model predictions as a combination of multiple Gaussian distributions, making them particularly interesting for problems where a sequence of inputs may lead to several distinct future possibilities. An example is learning internal models of an environment, where different events may or may not occur, but where the average over different events is not meaningful. By analyzing the predictions made by trained MD-RNNs, we find that their different Gaussian components have two complementary roles: 1) Separately modeling different stochastic events and 2) Separately modeling scenarios governed by different rules. These findings increase our understanding of what is learned by predictive MD-RNNs, and open up new research directions for further understanding how we can benefit from their self-organizing model decomposition.


Predicting Parkinson's Disease using Latent Information extracted from Deep Neural Networks

arXiv.org Machine Learning

Predicting Parkinson's Disease using Latent Information extracted from Deep Neural Networks Abstract--This paper presents a new method for medical diagnosis of neurodegenerative diseases, such as Parkinson's, by extracting and using latent information from trained Deep convolutional, orconvolutional-recurrent Neural Networks (DNNs). In particular, our approach adopts a combination of transfer learning, k-means clustering and k-Nearest Neighbour classification ofdeep neural network learned representations to provide enriched prediction of the disease based on MRI and/or DaT Scan data. A new loss function is introduced and used in the training of the DNNs, so as to perform adaptation of the generated learned representations between data from different medical environments. Results are presented using a recently published database of Parkinson's related information, which was generated and evaluated in a hospital environment. Index Terms--latent variable information, deep convolutional and recurrent neural networks, transfer learning and domain adaptation, modified loss function, prediction, Parkinson's disease, MRI,DaT Scan data. I. INTRODUCTION Machine learning techniques have been largely used in medical signaland image analysis for prediction of neurodegenerative disorders,such as Alzheimer's and Parkinson's, which significantly affect elderly people, especially in developed countries [1], [2], [3].


Rethinking Lossy Compression: The Rate-Distortion-Perception Tradeoff

arXiv.org Machine Learning

Lossy compression algorithms are typically designed and analyzed through the lens of Shannon's rate-distortion theory, where the goal is to achieve the lowest possible distortion (e.g., low MSE or high SSIM) at any given bit rate. However, in recent years, it has become increasingly accepted that "low distortion" is not a synonym for "high perceptual quality", and in fact optimization of one often comes at the expense of the other. In light of this understanding, it is natural to seek for a generalization of rate-distortion theory which takes perceptual quality into account. In this paper, we adopt the mathematical definition of perceptual quality recently proposed by Blau & Michaeli (2018), and use it to study the three-way tradeoff between rate, distortion, and perception. We show that restricting the perceptual quality to be high, generally leads to an elevation of the rate-distortion curve, thus necessitating a sacrifice in either rate or distortion. We prove several fundamental properties of this triple-tradeoff, calculate it in closed form for a Bernoulli source, and illustrate it visually on a toy MNIST example.


Stochastic Gradient Trees

arXiv.org Machine Learning

We present an online algorithm that induces decision trees using gradient information as the source of supervision. In contrast to previous approaches to gradient-based tree learning, we do not require soft splits or construction of a new tree for every update. In experiments, our method performs comparably to standard incremental classification trees and outperforms state of the art incremental regression trees. We also show how the method can be used to construct a novel type of neural network layer suited to learning representations from tabular data and find that it increases accuracy of multiclass and multi-label classification.


A deep Convolutional Neural Network for topology optimization with strong generalization ability

arXiv.org Machine Learning

A variety of numerical methods have sprung up later, including SIMP (Bendse, 1989; Zhou and Rozvany, 1991; Rozvany et al., 1992), evolutionary approaches(Xie and Steven, 1993), level-set method (Wang et al., 2003; Allaire et al., 2004), moving morphable components (Guo et al., 2014), and others. However, the computational cost is still one of the main hinders to widely introduce them into design practices, in particular for large structures (Sigmund and Maute, 2013). Withthe recent boost of machine learning algorithms andadvances in graphics processing units (GPU), machine learning (ML), especially the deep learning, which has been seen to make many successful stories in various fields, including automatic drive, image recognition, naturallanguage processing, and even art, may shed light on accelerating the adoption of topology optimization inmore design practices. Recently, a few attempts have been seen to apply ML on topology optimizations (Leiet al., 2018; Sosnovik and Oseledets, 2017; Banga et al., 2018; Yu et al., 2018). Theoretically, theoptimal layout of the material is a complicated function of the initial conditions based on the optimization objectiveand constraints. The neural network can implement approximating nonlinear functions by arbitrary accuracyas its depth increases. This characteristic makes it possible for the neural network to learn a target function which can directly give us the optimal structure without any iteration and effectively reduce computational time. Sosnovik and Oseledets (2017) first introduced the deep learning model to topology optimization and improved theefficiency of the optimization process by stating the problem as an image segmentation task.


One-Class Feature Learning Using Intra-Class Splitting

arXiv.org Machine Learning

This paper proposes a novel generic one-class feature learning method which is based on intra-class splitting. In one-class classification, feature learning is challenging, because only samples of one class are available during training. Hence, state-of-the-art methods require reference multi-class datasets to pretrain feature extractors. In contrast, the proposed method realizes feature learning by splitting the given normal class into typical and atypical normal samples. By introducing closeness loss and dispersion loss, an intra-class joint training procedure between the two subsets after splitting enables the extraction of valuable features for one-class classification. Various experiments on three well-known image classification datasets demonstrate the effectiveness of our method which outperformed other baseline models in 25 of 30 experiments.


Bottom-up Broadcast Neural Network For Music Genre Classification

arXiv.org Artificial Intelligence

Music genre recognition based on visual representation has been successfully explored over the last years. Recently, there has been increasing interest in attempting convolutional neural networks (CNNs) to achieve the task. However, most of existing methods employ the mature CNN structures proposed in image recognition without any modification, which results in the learning features that are not adequate for music genre classification. Faced with the challenge of this issue, we fully exploit the low-level information from spectrograms of audios and develop a novel CNN architecture in this paper. The proposed CNN architecture takes the long contextual information into considerations, which transfers more suitable information for the decision-making layer. Various experiments on several benchmark datasets, including GTZAN, Ballroom, and Extended Ballroom, have verified the excellent performances of the proposed neural network. Codes and model will be available at "ttps://github.com/CaifengLiu/music-genre-classification".


A Question-Entailment Approach to Question Answering

arXiv.org Artificial Intelligence

One of the challenges in large-scale information retrieval (IR) is to develop fine-grained and domain-specific methods to answer natural language questions. Despite the availability of numerous sources and datasets for answer retrieval, Question Answering (QA) remains a challenging problem due to the difficulty of the question understanding and answer extraction tasks. One of the promising tracks investigated in QA is to map new questions to formerly answered questions that are `similar'. In this paper, we propose a novel QA approach based on Recognizing Question Entailment (RQE) and we describe the QA system and resources that we built and evaluated on real medical questions. First, we compare machine learning and deep learning methods for RQE using different kinds of datasets, including textual inference, question similarity and entailment in both the open and clinical domains. Second, we combine IR models with the best RQE method to select entailed questions and rank the retrieved answers. To study the end-to-end QA approach, we built the MedQuAD collection of 47,457 question-answer pairs from trusted medical sources, that we introduce and share in the scope of this paper. Following the evaluation process used in TREC 2017 LiveQA, we find that our approach exceeds the best results of the medical task with a 29.8% increase over the best official score. The evaluation results also support the relevance of question entailment for QA and highlight the effectiveness of combining IR and RQE for future QA efforts. Our findings also show that relying on a restricted set of reliable answer sources can bring a substantial improvement in medical QA.


Product-Aware Answer Generation in E-Commerce Question-Answering

arXiv.org Artificial Intelligence

In e-commerce portals, generating answers for product-related questions has become a crucial task. In this paper, we propose the task of product-aware answer generation, which tends to generate an accurate and complete answer from large-scale unlabeled e-commerce reviews and product attributes. Unlike existing question-answering problems, answer generation in e-commerce confronts three main challenges: (1) Reviews are informal and noisy; (2) joint modeling of reviews and key-value product attributes is challenging; (3) traditional methods easily generate meaningless answers. To tackle above challenges, we propose an adversarial learning based model, named PAAG, which is composed of three components: a question-aware review representation module, a key-value memory network encoding attributes, and a recurrent neural network as a sequence generator. Specifically, we employ a convolutional discriminator to distinguish whether our generated answer matches the facts. To extract the salience part of reviews, an attention-based review reader is proposed to capture the most relevant words given the question. Conducted on a large-scale real-world e-commerce dataset, our extensive experiments verify the effectiveness of each module in our proposed model. Moreover, our experiments show that our model achieves the state-of-the-art performance in terms of both automatic metrics and human evaluations.


Deep Learning : Plunge into Deep Learning

#artificialintelligence

Then this course is for you! This course is designed in a very simple and easily understandable content. You might have seen lots of buzz on deep learning and you want to figure out where to start and explore. This course is designed exactly for people like you! If basics are strong, we can do bigger things with ease.