Country
Adoption of Artificial Intelligence in Manufacturing Accelerating
The rapid adoption of Industry 4.0 technologies leaves manufacturers with a choice: accelerate with the market or be left behind. According to a 2019 Global Market Insights, Inc. report, the market for artificial intelligence in manufacturing will grow to $16 billion by 2025. Factors driving the adoption of Industry 4.0, the general name given to the deployment of cyber-physical systems, Internet-of-Things technologies and cognitive computing in the manufacturing environment, include: Achieving these goals is supported by two main principles: interconnection and information transparency. Interconnection refers to the ability of machines, devices, sensors and people to connect and communicate with each other. Information transparency provides operators with large amounts of useful information needed to make appropriate decisions. The interconnected nature of machines and systems in an Industry 4.0 environment combined with information transparency allows manufacturers greater insight into the current operating conditions and operational efficiency of the factory.
AI's Paradox: The Unsolvable Problem of Machine Learning
Artificial intelligence (AI) is trending globally in commerce, science, health care, geopolitics, and more areas. Deep learning, a subset of machine learning, is the lever that launched the worldwide rush--an area of strategic interest for researchers, scientists, visionary CEOs, academics, geopolitical think tanks, pioneering entrepreneurs, astute venture capitalists, strategy consultants, and management executives from companies of all sizes. Yet in the midst of this AI renaissance, is a relatively fundamental unsolvable problem with machine learning that is not commonly known, nor frequently discussed outside of the small cadre of philosophers, and artificial intelligence experts. A global research team of researchers have recently demonstrated that machine learning has an unsolvable problem, and published their findings in Nature Machine Intelligence in January 2019. Researchers from Princeton University, the University of Waterloo, Technion-IIT, Tel Aviv University, and the Institute of Mathematics of the Academy of Sciences of the Czech Republic, proved that AI learnability cannot be proved nor refuted when using the standard axioms of mathematics.
Facebook under criminal investigation over data sharing with tech firms - report
Facebook is under criminal investigation by federal prosecutors examining its data-sharing deals with other major technology companies, according to the New York Times. A New York grand jury has subpoenaed records from "at least two prominent makers of smartphones and other devices", the Times reported, citing two unnamed sources. The two companies are among more than 150, including Amazon, Apple and Microsoft, that have entered into partnerships with Facebook for access to the personal information of hundreds of millions of its users, according to the report. "We are cooperating with investigators and take those probes seriously," a Facebook spokesman told the Times. "We've provided public testimony, answered questions and pledged that we will continue to do so."
Self-Organization and Artificial Life
Gershenson, Carlos, Trianni, Vito, Werfel, Justin, Sayama, Hiroki
Self-organization can be broadly defined as the ability of a system to display ordered spatio-temporal patterns solely as the result of the interactions among the system components. Processes of this kind characterize both living and artificial systems, making self-organization a concept that is at the basis of several disciplines, from physics to biology to engineering. Placed at the frontiers between disciplines, Artificial Life (ALife) has heavily borrowed concepts and tools from the study of self-organization, providing mechanistic interpretations of life-like phenomena as well as useful constructivist approaches to artificial system design. Despite its broad usage within ALife, the concept of self-organization has been often excessively stretched or misinterpreted, calling for a clarification that could help with tracing the borders between what can and cannot be considered self-organization. In this review, we discuss the fundamental aspects of self-organization and list the main usages within three primary ALife domains, namely "soft" (mathematical/computational modeling), "hard" (physical robots), and "wet" (chemical/biological systems) ALife. Finally, we discuss the usefulness of self-organization within ALife studies, point to perspectives for future research, and list open questions.
Learning Fast Algorithms for Linear Transforms Using Butterfly Factorizations
Dao, Tri, Gu, Albert, Eichhorn, Matthew, Rudra, Atri, Rรฉ, Christopher
Fast linear transforms are ubiquitous in machine learning, including the discrete Fourier transform, discrete cosine transform, and other structured transformations such as convolutions. All of these transforms can be represented by dense matrix-vector multiplication, yet each has a specialized and highly efficient (subquadratic) algorithm. We ask to what extent hand-crafting these algorithms and implementations is necessary, what structural priors they encode, and how much knowledge is required to automatically learn a fast algorithm for a provided structured transform. Motivated by a characterization of fast matrix-vector multiplication as products of sparse matrices, we introduce a parameterization of divide-and-conquer methods that is capable of representing a large class of transforms. This generic formulation can automatically learn an efficient algorithm for many important transforms; for example, it recovers the $O(N \log N)$ Cooley-Tukey FFT algorithm to machine precision, for dimensions $N$ up to $1024$. Furthermore, our method can be incorporated as a lightweight replacement of generic matrices in machine learning pipelines to learn efficient and compressible transformations. On a standard task of compressing a single hidden-layer network, our method exceeds the classification accuracy of unconstrained matrices on CIFAR-10 by 3.9 points---the first time a structured approach has done so---with 4X faster inference speed and 40X fewer parameters.
A Fundamental Performance Limitation for Adversarial Classification
Makdah, Abed AlRahman Al, Katewa, Vaibhav, Pasqualetti, Fabio
Despite the widespread use of machine learning algorithms to solve problems of technological, economic, and social relevance, provable guarantees on the performance of these data-driven algorithms are critically lacking, especially when the data originates from unreliable sources and is transmitted over unprotected and easily accessible channels. In this paper we take an important step to bridge this gap and formally show that, in a quest to optimize their accuracy, binary classification algorithms -- including those based on machine-learning techniques -- inevitably become more sensitive to adversarial manipulation of the data. Further, for a given class of algorithms with the same complexity (i.e., number of classification boundaries), the fundamental tradeoff curve between accuracy and sensitivity depends solely on the statistics of the data, and cannot be improved by tuning the algorithm.
Teaching with IMPACT
Trimbach, Carl, Littman, Michael
Like many problems in AI in their general form, supervised learning is computationally intractable. We hypothesize that an important reason humans can learn highly complex and varied concepts, in spite of the computational difficulty, is that they benefit tremendously from experienced and insightful teachers. This paper proposes a new learning framework that provides a role for a knowledgeable, benevolent teacher to guide the process of learning a target concept in a series of "curricular" phases or rounds. In each round, the teacher's role is to act as a moderator, exposing the learner to a subset of the available training data to move it closer to mastering the target concept. Via both theoretical and empirical evidence, we argue that this framework enables simple, efficient learners to acquire very complex concepts from examples. In particular, we provide multiple examples of concept classes that are known to be unlearnable in the standard PAC setting along with provably efficient algorithms for learning them in our extended setting. A key focus of our work is the ability to learn complex concepts on top of simpler, previously learned, concepts---a direction with the potential of creating more competent artificial agents.
XBART: Accelerated Bayesian Additive Regression Trees
He, Jingyu, Yalov, Saar, Hahn, P. Richard
Bayesian additive regression trees (BART) (Chipman et. al., 2010) is a powerful predictive model that often outperforms alternative models at out-of-sample prediction. BART is especially well-suited to settings with unstructured predictor variables and substantial sources of unmeasured variation as is typical in the social, behavioral and health sciences. This paper develops a modified version of BART that is amenable to fast posterior estimation. We present a stochastic hill climbing algorithm that matches the remarkable predictive accuracy of previous BART implementations, but is many times faster and less memory intensive. Simulation studies show that the new method is comparable in computation time and more accurate at function estimation than both random forests and gradient boosting.
Unsupervised and interpretable scene discovery with Discrete-Attend-Infer-Repeat
Wang, Duo, Jamnik, Mateja, Lio, Pietro
In this work we present Discrete Attend Infer Repeat (Discrete-AIR), a Recurrent Auto-Encoder with structured latent distributions containing discrete categorical distributions, continuous attribute distributions, and factorised spatial attention. While inspired by the original AIR model andretaining AIR model's capability in identifying objects in an image, Discrete-AIR provides direct interpretability of the latent codes. We show that for Multi-MNIST and a multiple-objects version of dSprites dataset, the Discrete-AIR model needs just one categorical latent variable, one attribute variable (for Multi-MNIST only), together with spatial attention variables, for efficient inference. We perform analysis to show that the learnt categorical distributions effectively capture the categories of objects in the scene for Multi-MNIST and for Multi-Sprites.
A Research Agenda: Dynamic Models to Defend Against Correlated Attacks
In this article I describe a research agenda for securing machine learning models against adversarial inputs at test time. This article does not present results but instead shares some of my thoughts about where I think that the field needs to go. Modern machine learning works very well on I.I.D. data: data for which each example is drawn {\em independently} and for which the distribution generating each example is {\em identical}. When these assumptions are relaxed, modern machine learning can perform very poorly. When machine learning is used in contexts where security is a concern, it is desirable to design models that perform well even when the input is designed by a malicious adversary. So far most research in this direction has focused on an adversary who violates the {\em identical} assumption, and imposes some kind of restricted worst-case distribution shift. I argue that machine learning security researchers should also address the problem of relaxing the {\em independence} assumption and that current strategies designed for robustness to distribution shift will not do so. I recommend {\em dynamic models} that change each time they are run as a potential solution path to this problem, and show an example of a simple attack using correlated data that can be mitigated by a simple dynamic defense. This is not intended as a real-world security measure, but as a recommendation to explore this research direction and develop more realistic defenses.