Overview
Understanding Continual Learning Settings with Data Distribution Drift Analysis
Lesort, Timothée, Caccia, Massimo, Rish, Irina
Classical machine learning algorithms often assume that the data are drawn i.i.d. from a stationary probability distribution. Recently, continual learning emerged as a rapidly growing area of machine learning where this assumption is relaxed, namely, where the data distribution is non-stationary, i.e., changes over time. However, data distribution drifts may interfere with the learning process and erase previously learned knowledge; thus, continual learning algorithms must include specialized mechanisms to deal with such distribution drifts. A distribution drift may change the class labels distribution, the input distribution, or both. Moreover, distribution drifts might be abrupt or gradual. In this paper, we aim to identify and categorize different types of data distribution drifts and potential assumptions about them, to better characterize various continual-learning scenarios. Moreover, we propose to use the distribution drift framework to provide more precise definitions of several terms commonly used in the continual learning field.
Artificial Intelligence: A Guide for Thinking Humans: Mitchell, Melanie: 9780374257835: Amazon.com: Books
"Mitchell knows what she's talking about. Artificial Intelligence has significantly improved my knowledge when it comes to automation technology, [but] the greater benefit is that it has also enhanced my appreciation for the complexity and ineffability of human cognition."―John Warner, Chicago Tribune "Without shying away from technical details, this survey provides an accessible course in neural networks, computer vision, and natural-language processing, and asks whether the quest to produce an abstracted, general intelligence is worrisome . . . Mitchell's view is a reassuring one." AI isn't for the faint of heart, and neither is this book for nonscientists . . .
Generative Locally Linear Embedding
Ghojogh, Benyamin, Ghodsi, Ali, Karray, Fakhri, Crowley, Mark
Locally Linear Embedding (LLE) is a nonlinear spectral dimensionality reduction and manifold learning method. It has two main steps which are linear reconstruction and linear embedding of points in the input space and embedding space, respectively. In this work, we propose two novel generative versions of LLE, named Generative LLE (GLLE), whose linear reconstruction steps are stochastic rather than deterministic. GLLE assumes that every data point is caused by its linear reconstruction weights as latent factors. The proposed GLLE algorithms can generate various LLE embeddings stochastically while all the generated embeddings relate to the original LLE embedding. We propose two versions for stochastic linear reconstruction, one using expectation maximization and another with direct sampling from a derived distribution by optimization. The proposed GLLE methods are closely related to and inspired by variational inference, factor analysis, and probabilistic principal component analysis. Our simulations show that the proposed GLLE methods work effectively in unfolding and generating submanifolds of data.
A Survey on Knowledge Graphs: Representation, Acquisition and Applications
Human knowledge provides a formal understanding of the world. Knowledge graphs that represent structural relations between entities have become an increasingly popular research direction towards cognition and human-level intelligence. In this survey, we provide a comprehensive review of knowledge graph covering overall research topics about 1) knowledge graph representation learning, 2) knowledge acquisition and completion, 3) temporal knowledge graph, and 4) knowledge-aware applications, and summarize recent breakthroughs and perspective directions to facilitate future research. We propose a full-view categorization and new taxonomies on these topics. Knowledge graph embedding is organized from four aspects of representation space, scoring function, encoding models, and auxiliary information. For knowledge acquisition, especially knowledge graph completion, embedding methods, path inference, and logical rule reasoning, are reviewed. We further explore several emerging topics, including meta relational learning, commonsense reasoning, and temporal knowledge graphs. To facilitate future research on knowledge graphs, we also provide a curated collection of datasets and open-source libraries on different tasks. In the end, we have a thorough outlook on several promising research directions.
Learning Description Logic Ontologies. Five Approaches. Where Do They Stand?
The quest for acquiring a formal representation of the knowledge of a domain of interest has attracted researchers with various backgrounds into a diverse field called ontology learning. We highlight classical machine learning and data mining approaches that have been proposed for (semi-)automating the creation of description logic (DL) ontologies. These are based on association rule mining, formal concept analysis, inductive logic programming, computational learning theory, and neural networks. We provide an overview of each approach and how it has been adapted for dealing with DL ontologies. Finally, we discuss the benefits and limitations of each of them for learning DL ontologies.
Explainable Artificial Intelligence (XAI) on TimeSeries Data: A Survey
Rojat, Thomas, Puget, Raphaël, Filliat, David, Del Ser, Javier, Gelin, Rodolphe, Díaz-Rodríguez, Natalia
Most of state of the art methods applied on time series consist of deep learning methods that are too complex to be interpreted. This lack of interpretability is a major drawback, as several applications in the real world are critical tasks, such as the medical field or the autonomous driving field. The explainability of models applied on time series has not gather much attention compared to the computer vision or the natural language processing fields. In this paper, we present an overview of existing explainable AI (XAI) methods applied on time series and illustrate the type of explanations they produce. We also provide a reflection on the impact of these explanation methods to provide confidence and trust in the AI systems.
5 Emerging Trends for Smart Application IoT Devices for Homes
The old telephones were upgraded until they became portable devices, and later they turned into the smartphones everyone uses nowadays. Computers were also created, and they offered people a series of new activities, whether it's keeping in touch through social media, playing games, or watching movies. That's how artificial intelligence, machine learning, and the Internet of Things took over people's lives and improved them through smarter technologies and devices. Smart applications truly made our lives more convenient and gave us many options. Alexa, for instance, only needs a few commands and it can set up the lighting you prefer, turn on the music you like, and so on.
A Survey on Semi-parametric Machine Learning Technique for Time Series Forecasting
Ahmad, Khwaja Mutahir, He, Gang, Yu, Wenxin, Xu, Xiaochuan, Kumar, Jay, Saleem, Muhammad Asim
Artificial Intelligence (AI) has recently shown its capabilities for almost every field of life. Machine Learning, which is a subset of AI, is a `HOT' topic for researchers. Machine Learning outperforms other classical forecasting techniques in almost all-natural applications. It is a crucial part of modern research. As per this statement, Modern Machine Learning algorithms are hungry for big data. Due to the small datasets, the researchers may not prefer to use Machine Learning algorithms. To tackle this issue, the main purpose of this survey is to illustrate, demonstrate related studies for significance of a semi-parametric Machine Learning framework called Grey Machine Learning (GML). This kind of framework is capable of handling large datasets as well as small datasets for time series forecasting likely outcomes. This survey presents a comprehensive overview of the existing semi-parametric machine learning techniques for time series forecasting. In this paper, a primer survey on the GML framework is provided for researchers. To allow an in-depth understanding for the readers, a brief description of Machine Learning, as well as various forms of conventional grey forecasting models are discussed. Moreover, a brief description on the importance of GML framework is presented.
When Will GPT-3 Be Ready For Mass Use, If Ever? - okwrite
Introduced in May of 2020, we've been waiting on edge for the release of GPT-3 for mass use. In the nearly ten months since its initial release, we are starting to see more startups with access to this groundbreaking technology. We've covered natural language processing through our BERT series, so it's all-the-more fitting that we tap into GPT-3. Who knows, maybe this will be part of our AI-writing series. But for now, here's the low-down on GPT-3 and when we expect it'll be ready for mass use.
Novel Approaches to Similarity Learning
Many fields such as facial verification/identification and recommendation systems utilize similarity learning to achieve their goal. Similarity Learning is mostly applied to images. When we want to compare two images and decide whether they are similar or not, it's best to compare their embeddings produced by a trained CNN. Simply put, embedding is just vectors extracted from the network that contains important patterns and information learned by the network. For example, if we want to compare if a picture of a dog is similar to a cat, we would put the images through the same neural network with the same weights.