Government
Alexa, go to the kitchen and fetch me a snack
Wouldn't we all appreciate a little help around the house, especially if that help came in the form of a smart, adaptable, uncomplaining robot? Sure, there are the one-trick Roombas of the appliance world. But MIT engineers are envisioning robots more like home helpers, able to follow high-level, Alexa-type commands, such as "Go to the kitchen and fetch me a coffee cup." To carry out such high-level tasks, researchers believe robots will have to be able to perceive their physical environment as humans do. "In order to make any decision in the world, you need to have a mental model of the environment around you," says Luca Carlone, assistant professor of aeronautics and astronautics at MIT. "This is something so effortless for humans. But for robots it's a painfully hard problem, where it's about transforming pixel values that they see through a camera, into an understanding of the world."
How Chase is using AI to update banking
As one of the so-called "big four" U.S. banks, Chase needs little in the way of introduction. And like many age-old institutions, including its direct rivals, the New York-based financial powerhouse has had to move with the times, with Chase now investing more than $11 billion each year on the technology side of its business. This includes software development, cybersecurity, and -- increasingly -- artificial intelligence (AI) and machine learning (ML). Talking at Transform 2020 today, Sandra Nudelman, chief data and analytics officer at Chase for the past two years, outlined some of the main ways the company is harnessing AI and ML across its business, including helping streamline internal processes such as managing PPP applications, improving marketing efforts, increasing credit lines, and preventing fraud. In response to the COVID-19 crisis, the U.S. government launched the Paycheck Protection Program (PPP) a couple of months back to ensure money continues to roll into the workforce -- this, in turn, led to significant paperwork for banks, which have had to deal with a mountain of applications.
AI Talent Landscape: Defining and Finding the Leaders Your Company Needs
AI leaders are in high demand, but come from a wide variety of backgrounds and experiences. We look at common career paths and profiles, based on our recent analysis of more than 100 AI leaders worldwide. AI has steadily evolved from a near-mythical technology to a pressing reality for organizations in every industry. Hailed as the next Industrial Revolution, AI is projected to increase labor productivity by up to 40 percent, and profoundly change the nature of work.1 Current estimates show AI creating 2.3 million jobs, eliminating 1.8 million jobs and producing insights that will assist one in five workers.2 As AI technology matures, two major talent challenges confront organizations aiming to tap its rich potential.
Conservative AI and social inequality: Conceptualizing alternatives to bias through social theory
In response to calls for greater interdisciplinary involvement from the social sciences and humanities in the development, governance, and study of artificial intelligence systems, this paper presents one sociologist's view on the problem of algorithmic bias and the reproduction of societal bias. Discussions of bias in AI cover much of the same conceptual terrain that sociologists studying inequality have long understood using more specific terms and theories. Concerns over reproducing societal bias should be informed by an understanding of the ways that inequality is continually reproduced in society -- processes that AI systems are either complicit in, or can be designed to disrupt and counter. The contrast presented here is between conservative and radical approaches to AI, with conservatism referring to dominant tendencies that reproduce and strengthen the status quo, while radical approaches work to disrupt systemic forms of inequality. The limitations of conservative approaches to class, gender, and racial bias are discussed as specific examples, along with the social structures and processes that biases in these areas are linked to. Societal issues can no longer be out of scope for AI and machine learning, given the impact of these systems on human lives. This requires engagement with a growing body of critical AI scholarship that goes beyond biased data to analyze structured ways of perpetuating inequality, opening up the possibility for radical alternatives.
Enabling Morally Sensitive Robotic Clarification Requests
Jackson, Ryan Blake, Williams, Tom
The design of current natural language oriented robot architectures enables certain architectural components to circumvent moral reasoning capabilities. One example of this is reflexive generation of clarification requests as soon as referential ambiguity is detected in a human utterance. As shown in previous research, this can lead robots to (1) miscommunicate their moral dispositions and (2) weaken human perception or application of moral norms within their current context. We present a solution to these problems by performing moral reasoning on each potential disambiguation of an ambiguous human utterance and responding accordingly, rather than immediately and naively requesting clarification. We implement our solution in the DIARC robot architecture, which, to our knowledge, is the only current robot architecture with both moral reasoning and clarification request generation capabilities. We then evaluate our method with a human subjects experiment, the results of which indicate that our approach successfully ameliorates the two identified concerns.
Evolving Robust Neural Architectures to Defend from Adversarial Attacks
Kotyan, Shashank, Vargas, Danilo Vasconcellos
Neural networks are prone to misclassify slightly modified input images. Recently, many defences have been proposed, but none have improved the robustness of neural networks consistently. Here, we propose to use adversarial attacks as a function evaluation to search for neural architectures that can resist such attacks automatically. Experiments on neural architecture search algorithms from the literature show that although accurate, they are not able to find robust architectures. A significant reason for this lies in their limited search space. By creating a novel neural architecture search with options for dense layers to connect with convolution layers and vice-versa as well as the addition of concatenation layers in the search, we were able to evolve an architecture that is inherently accurate on adversarial samples. Interestingly, this inherent robustness of the evolved architecture rivals state-of-the-art defences such as adversarial training while being trained only on the non-adversarial samples. Moreover, the evolved architecture makes use of some peculiar traits which might be useful for developing even more robust ones. Thus, the results here confirm that more robust architectures exist as well as opens up a new realm of feasibilities for the development and exploration of neural networks. Code available at http://bit.ly/RobustArchitectureSearch.
Modern Hopfield Networks and Attention for Immune Repertoire Classification
Widrich, Michael, Schäfl, Bernhard, Ramsauer, Hubert, Pavlović, Milena, Gruber, Lukas, Holzleitner, Markus, Brandstetter, Johannes, Sandve, Geir Kjetil, Greiff, Victor, Hochreiter, Sepp, Klambauer, Günter
A central mechanism in machine learning is to identify, store, and recognize patterns. How to learn, access, and retrieve such patterns is crucial in Hopfield networks and the more recent transformer architectures. We show that the attention mechanism of transformer architectures is actually the update rule of modern Hopfield networks that can store exponentially many patterns. We exploit this high storage capacity of modern Hopfield networks to solve a challenging multiple instance learning (MIL) problem in computational biology: immune repertoire classification. Accurate and interpretable machine learning methods solving this problem could pave the way towards new vaccines and therapies, which is currently a very relevant research topic intensified by the COVID-19 crisis. Immune repertoire classification based on the vast number of immunosequences of an individual is a MIL problem with an unprecedentedly massive number of instances, two orders of magnitude larger than currently considered problems, and with an extremely low witness rate. In this work, we present our novel method DeepRC that integrates transformer-like attention, or equivalently modern Hopfield networks, into deep learning architectures for massive MIL such as immune repertoire classification. We demonstrate that DeepRC outperforms all other methods with respect to predictive performance on large-scale experiments, including simulated and real-world virus infection data, and enables the extraction of sequence motifs that are connected to a given disease class. Source code and datasets: https://github.com/ml-jku/DeepRC
Interpretable Neuroevolutionary Models for Learning Non-Differentiable Functions and Programs
Costa, Allan, Dangovski, Rumen, Kim, Samuel, Goyal, Pawan, Soljačić, Marin, Jacobson, Joseph
A key factor in the modern success of deep learning is the astonishing expressive power of neural networks. However, this comes at the cost of complex, black-boxed models that are unable to extrapolate beyond the domain of the training dataset, conflicting with goals of expressing physical laws or building human-readable programs. In this paper, we introduce OccamNet, a neural network model that can find interpretable, compact and sparse solutions for fitting data, \`{a} la Occam's razor. Our model defines a probability distribution over a non-differentiable function space, and we introduce an optimization method that samples functions and updates the weights based on cross-entropy matching in an evolutionary strategy: we train by biasing the probability mass towards better fitting solutions. We demonstrate that we can fit a variety of algorithms, ranging from simple analytic functions through recursive programs to even simple image classification. Our method takes minimal memory footprint, does not require AI accelerators for efficient training, fits complicated functions in minutes of training on a single CPU, and demonstrates significant performance gains when scaled on GPU. Our implementation, demonstrations and instructions for reproducing the experiments are available at https://github.com/AllanSCosta/occam-net.
Extended Stochastic Block Models
Legramanti, Sirio, Rigon, Tommaso, Durante, Daniele, Dunson, David B.
Stochastic block models (SBM) are widely used in network science due to their interpretable structure that allows inference on groups of nodes having common connectivity patterns. Although providing a well established model-based approach for community detection, such formulations are still the object of intense research to address the key problem of inferring the unknown number of communities. This has motivated the development of several probabilistic mechanisms to characterize the node partition process, covering solutions with fixed, random and infinite number of communities. In this article we provide a unified view of all these formulations within a single extended stochastic block model (ESBM), that relies on Gibbs-type processes and encompasses most existing representations as special cases. Connections with Bayesian nonparametric literature open up new avenues that allow the natural inclusion of several unexplored options to model the nodes partition process and to incorporate node attributes in a principled manner. Among these new alternatives, we focus on the Gnedin process as an example of a probabilistic mechanism with desirable theoretical properties and nice empirical performance. A collapsed Gibbs sampler that can be applied to the whole ESBM class is proposed, and refined methods for estimation, uncertainty quantification and model assessment are outlined. The performance of ESBM is assessed in simulations and an application to bill co-sponsorship networks in the Italian parliament, where we find key hidden block structures and core-periphery patterns.
How artificial intelligence arrives to health care
Big data analytics and artificial intelligence are poised to revolutionize the field of healthcare in the coming years given the abundance of data and powerful algorithms. Currently, the U.S., China and the EU are all competing for dominance in the field, investing significant resources into human capital, infrastructure as well as into laws balancing the usability and protection of data. In the current decade, the European Commission seeks to attract €20 billion of investment per year in order to remain competitive in the global market. Artificial intelligence might evoke ideas of self-driving cars, algorithms beating the best players in chess, or a dystopic future of autonomous robots making us obsolete. Only recently, Google's AlphaGo beat the best player in the game of Go, where the possible number of moves is greater than the number of atoms in the universe.