Goto

Collaborating Authors

 Deep Learning


Not All Attention Is Needed: Gated Attention Network for Sequence Data

arXiv.org Machine Learning

Although deep neural networks generally have fixed network structures, the concept of dynamic mechanism has drawn more and more attention in recent years. Attention mechanisms compute input-dependent dynamic attention weights for aggregating a sequence of hidden states. Dynamic network configuration in convolutional neural networks (CNNs) selectively activates only part of the network at a time for different inputs. In this paper, we combine the two dynamic mechanisms for text classification tasks. Traditional attention mechanisms attend to the whole sequence of hidden states for an input sentence, while in most cases not all attention is needed especially for long sequences. We propose a novel method called Gated Attention Network (GA-Net) to dynamically select a subset of elements to attend to using an auxiliary network, and compute attention weights to aggregate the selected elements. It avoids a significant amount of unnecessary computation on unattended elements, and allows the model to pay attention to important parts of the sequence. Experiments in various datasets show that the proposed method achieves better performance compared with all baseline models with global or local attention while requiring less computation and achieving better interpretability. It is also promising to extend the idea to more complex attention-based models, such as transformers and seq-to-seq models.


Model Embedded DRL for Intelligent Greenhouse Control

arXiv.org Machine Learning

Greenhouse environment is the key to influence crops production. However, it is difficult for classical control methods to give precise environment setpoints, such as temperature, humidity, light intensity and carbon dioxide concentration for greenhouse because it is uncertain nonlinear system. Therefore, an intelligent close loop control framework based on model embedded deep reinforcement learning (MEDRL) is designed for greenhouse environment control. Specifically, computer vision algorithms are used to recognize growing periods and sex of crops, followed by the crop growth models, which can be trained with different growing periods and sex. These model outputs combined with the cost factor provide the setpoints for greenhouse and feedback to the control system in real-time. The whole MEDRL system has capability to conduct optimization control precisely and conveniently, and costs will be greatly reduced compared with traditional greenhouse control approaches.


Flow Rate Control in Smart District Heating Systems Using Deep Reinforcement Learning

arXiv.org Artificial Intelligence

At high latitudes, many cities adopt a centralized heating system to improve the energy generation efficiency and to reduce pollution. In multi-tier systems, so-called district heating, there are a few efficient approaches for the flow rate control during the heating process. In this paper, we describe the theoretical methods to solve this problem by deep reinforcement learning and propose a cloud-based heating control system for implementation. A real-world case study shows the effectiveness and practicability of the proposed system controlled by humans, and the simulated experiments for deep reinforcement learning show about 1985.01 gigajoules of heat quantity and 42276.45 tons of water are saved per hour compared with manual control.


Abstract Reasoning with Distracting Features

arXiv.org Artificial Intelligence

Abstraction reasoning is a long-standing challenge in artificial intelligence. Recent studies suggest that many of the deep architectures that have triumphed over other domains failed to work well in abstract reasoning. In this paper, we first illustrate that one of the main challenges in such a reasoning task is the presence of distracting features, which requires the learning algorithm to leverage counterevidence and to reject any of the false hypotheses in order to learn the true patterns. We later show that carefully designed learning trajectory over different categories of training data can effectively boost learning performance by mitigating the impacts of distracting features. Inspired by this fact, we propose feature robust abstract reasoning (FRAR) model, which consists of a reinforcement learning based teacher network to determine the sequence of training and a student network for predictions. Experimental results demonstrated strong improvements over baseline algorithms and we are able to beat the state-of-the-art models by 18.7% in the RAVEN dataset and 13.3% in the PGM dataset.


Knowledge Infused Learning (K-IL): Towards Deep Incorporation of Knowledge in Deep Learning

arXiv.org Artificial Intelligence

Learning the underlying patterns in the data goes beyond instance-based generalization to some external knowledge represented in structured graphs or networks. Deep Learning (DL) has shown significant advances in probabilistically learning latent patterns in the data using a multi-layered network of computational nodes (i.e. neurons/hidden units). However, with the tremendous amount of training data, uncertainty in generalization on domain-specific tasks, and delta improvement with an increase in complexity of models seem to raise a concern on the features learned by the model. As incorporation of domain specific knowledge will aid in supervising the learning of features for the model, infusion of knowledge from knowledge graphs within hidden layers will further enhance the learning process. Although much work remains, we believe that KGs will play an increasing role in developing hybrid neuro-symbolic intelligent systems (that is bottom up deep learning with top down symbolic computing) as well as in building explainable AI systems for which KGs will provide a scaffolding for punctuating neural computing. In this position paper, we describe our motivation for such hybrid approach and a framework that combines knowledge graph and neural networks.


Linear Algebra and Learning from Data

#artificialintelligence

Also included is an essay from SIAM News'The Functions of Deep Learning' (December 2018) A second distributor for SIAM members is siam.org We will confirm orders for this new book by email.



Why Are Neural Networks Not the Answer to Everything? Analytics Insight

#artificialintelligence

Neural Networks are gaining much hype today and are one of the most widely used algorithms when it comes to deep learning. The use of neural networks is relying heavily on issues businesses try to solve. A neural network is defined as a computing system that comprises a number of highly interconnected elements or nodes. It represents an attempt to simulate the biological nervous system relating to both architecture and information processing strategies. Unlike other algorithms, neural networks with their deep learning cannot be programmed directly for the task.


What is the Difference between Deep Learning, Machine Learning and AI? - The Next Tech

#artificialintelligence

Have a peek at how they vary in this intriguing article. Out of being dismissed as science fiction into becoming an essential part of multiple, exceptionally popular film collection, notably the one starring Arnold Schwarzenegger, artificial intelligence has become part of our life for more than we perceive. In reality, the Turing Test, frequently used for benchmarking the'intellect' in artificial intelligence, is an intriguing process where AI must persuade an individual, through a dialog, that it isn't a robot. There are a range of different tests designed to confirm how developed artificial intelligence is, such as Goertzel's Coffee Test and Nilsson's Employment Test which evaluate a robot's functionality in various human activities. For a field, AI has likely seen the many ups and downs over the last 50 decades.


Weekly Papers Multi-Label Deep Forest (MLDF); Huawei UK Critiques DeepMind α-Rank

#artificialintelligence

Close to a thousand machine learning papers are published each and every week. On Fridays, Synced selects seven studies from the last seven days that present topical, innovative or otherwise interesting or important research that we believe may be of special interest to our readers. Author: Liang Yang, Xi-Zhu Wu, Yuan Jiang, Zhi-Hua Zhou from National Key Laboratory for Novel Software Technology, Nanjing University Abstract: In multi-label learning, each instance is associated with multiple labels and the crucial task is how to leverage label correlations in building models. Deep neural network methods usually jointly embed the feature and label information into a latent space to exploit label correlations. However, the success of these methods highly depends on the precise choice of model depth.