Goto

Collaborating Authors

 Africa


DeepCreativity: Measuring Creativity with Deep Learning Techniques

arXiv.org Artificial Intelligence

Measuring machine creativity is one of the most fascinating challenges in Artificial Intelligence. This paper explores the possibility of using generative learning techniques for automatic assessment of creativity. The proposed solution does not involve human judgement, it is modular and of general applicability. We introduce a new measure, namely DeepCreativity, based on Margaret Boden's definition of creativity as composed by value, novelty and surprise. We evaluate our methodology (and related measure) considering a case study, i.e., the generation of 19th century American poetry, showing its effectiveness and expressiveness.


New Datasets to Democratize Speech Recognition Technology

#artificialintelligence

The next wave of AI will be powered by the democratization of data. Open-source frameworks such as TensorFlow and Pytorch have brought machine learning to a huge developer base, but most state-of-the-art models still rely on training datasets which are either wholly proprietary or prohibitively expensive to license [1]. As a result, the best automated speech recognition (ASR) models for converting speech audio into text are only available commercially, and are trained on data unavailable to the general public. Furthermore, only widely-spoken languages receive industry attention due to market incentives, limiting the availability of cutting-edge speech technology to English and a handful of other languages. The first is prohibitive licensing: Several free datasets do exist, but most of sufficient size and quality to make models truly shine are barred from commercial use. As a response, we created The People's Speech, a massive English-language dataset of audio transcriptions of full sentences (see Sample 1).


The Jeffrey Epstein VI Foundation Helps Launch Artificial Intelligence in Ethiopia

#artificialintelligence

When it comes to Sub-Saharan Africa, the media always focuses on war, famine and disease. Little is known about the innovation and positive attributes stemming from the region. One such attribute, is the growth of computer science and artificial intelligence. Indeed, the field of AI has skyrocketed in developing nations with the advent of the home computer, but has recently found burgeoning roots, not in Silicon Valley, India or China, but in the bustling capital of Ethiopia. Thanks to a leading AI group in Hong Kong called OpenCog Foundation, funding from the Jeffrey Epstein VI Foundation based in New York, and the Hong Kong government, the AI lab in Sidist Killo, Ethiopia called Addis AI Lab, has become the computer science pioneer in Sub-Saharan Africa.


Emerging Economies More Optimistic about Artificial Intelligence

#artificialintelligence

According to a new survey, six out of ten expect that products and services using artificial intelligence will profoundly change their daily life in the next three to five years and half feel that this has already happened. These are some of the findings of a 28-country survey conducted by Ipsos for the World Economic Forum of 19,504 adults under the age of 75 between November 19 and December 3, 2021. "In order to trust artificial intelligence, people must know and understand exactly what AI is, what it's doing, and its impact," said Kay Firth-Butterfield, Head of Artificial Intelligence and Machine Learning at the World Economic Forum. "Leaders and companies must make transparent and trustworthy AI a priority as they implement this technology. At the World Economic Forum, we are focused on multistakeholder collaboration to optimize accountability, transparency, privacy and impartiality to create that trust. With the ability to solve many of society's pressing issues, we are focused on accelerating the benefits and mitigating the risks of artificial intelligence and machine learning. Only then can we gain public trust and benefit from the rewards of emerging tech like AI."


A Survey of Opponent Modeling in Adversarial Domains

Journal of Artificial Intelligence Research

Opponent modeling is the ability to use prior knowledge and observations in order to predict the behavior of an opponent. This survey presents a comprehensive overview of existing opponent modeling techniques for adversarial domains, many of which must address stochastic, continuous, or concurrent actions, and sparse, partially observable payoff structures. We discuss all the components of opponent modeling systems, including feature extraction, learning algorithms, and strategy abstractions. These discussions lead us to propose a new form of analysis for describing and predicting the evolution of game states over time. We then introduce a new framework that facilitates method comparison, analyze a representative selection of techniques using the proposed framework, and highlight common trends among recently proposed methods. Finally, we list several open problems and discuss future research directions inspired by AI research on opponent modeling and related research in other disciplines.


Spatiotemporal Clustering with Neyman-Scott Processes via Connections to Bayesian Nonparametric Mixture Models

arXiv.org Machine Learning

Neyman-Scott processes (NSPs) are point process models that generate clusters of points in time or space. They are natural models for a wide range of phenomena, ranging from neural spike trains to document streams. The clustering property is achieved via a doubly stochastic formulation: first, a set of latent events is drawn from a Poisson process; then, each latent event generates a set of observed data points according to another Poisson process. This construction is similar to Bayesian nonparametric mixture models like the Dirichlet process mixture model (DPMM) in that the number of latent events (i.e. clusters) is a random variable, but the point process formulation makes the NSP especially well suited to modeling spatiotemporal data. While many specialized algorithms have been developed for DPMMs, comparatively fewer works have focused on inference in NSPs. Here, we present novel connections between NSPs and DPMMs, with the key link being a third class of Bayesian mixture models called mixture of finite mixture models (MFMMs). Leveraging this connection, we adapt the standard collapsed Gibbs sampling algorithm for DPMMs to enable scalable Bayesian inference on NSP models. We demonstrate the potential of Neyman-Scott processes on a variety of applications including sequence detection in neural spike trains and event detection in document streams.


CommonsenseQA 2.0: Exposing the Limits of AI through Gamification

arXiv.org Artificial Intelligence

Constructing benchmarks that test the abilities of modern natural language understanding models is difficult - pre-trained language models exploit artifacts in benchmarks to achieve human parity, but still fail on adversarial examples and make errors that demonstrate a lack of common sense. In this work, we propose gamification as a framework for data construction. The goal of players in the game is to compose questions that mislead a rival AI while using specific phrases for extra points. The game environment leads to enhanced user engagement and simultaneously gives the game designer control over the collected data, allowing us to collect high-quality data at scale. Using our method we create CommonsenseQA 2.0, which includes 14,343 yes/no questions, and demonstrate its difficulty for models that are orders-of-magnitude larger than the AI used in the game itself. Our best baseline, the T5-based Unicorn with 11B parameters achieves an accuracy of 70.2%, substantially higher than GPT-3 (52.9%) in a few-shot inference setup. Both score well below human performance which is at 94.1%.


AI machine: Re-engineering the way we invent!!

#artificialintelligence

The uprising of Artificial Intelligence machines (hereinafter referred as "AI") is a popular and intriguing subject for many science fiction works. The advancement of AI machines and their progression with respect to playing a significant role in our lives has increased exponentially in the past few years. The future possibilities of this technology has stirred a hornets' nest of innumerable possibilities. As we witness AI machines overlapping with Intellectual Property Rights (IPR), it gives rise to many questions concerning legal discipline. When the earliest substantial work in the field of Artificial Intelligence was concluded in the mid-20th century by the British logician and computer pioneer, Alan Mathison Turing, nobody could have imagined that there will be an attempt towards an assimilation of technical solutions created by an AI machines into the scope of patent law.


Predicting Terrorist Attacks in the United States using Localized News Data

arXiv.org Artificial Intelligence

Terrorism is a major problem worldwide, causing thousands of fatalities and billions of dollars in damage every year. Toward the end of better understanding and mitigating these attacks, we present a set of machine learning models that learn from localized news data in order to predict whether a terrorist attack will occur on a given calendar date and in a given state. The best model--a Random Forest that learns from a novel variable-length moving average representation of the feature space--achieves area under the receiver operating characteristic scores $> .667$ on four of the five states that were impacted most by terrorism between 2015 and 2018. Our key findings include that modeling terrorism as a set of independent events, rather than as a continuous process, is a fruitful approach--especially when the events are sparse and dissimilar. Additionally, our results highlight the need for localized models that account for differences between locations. From a machine learning perspective, we found that the Random Forest model outperformed several deep models on our multimodal, noisy, and imbalanced data set, thus demonstrating the efficacy of our novel feature representation method in such a context. We also show that its predictions are relatively robust to time gaps between attacks and observed characteristics of the attacks. Finally, we analyze factors that limit model performance, which include a noisy feature space and small amount of available data. These contributions provide an important foundation for the use of machine learning in efforts against terrorism in the United States and beyond.


Who Invented Artificial Intelligence? Update 2022 - High-Tech Magazine

#artificialintelligence

The world of Artificial intelligence is not a new concept for researchers. This technology has been discovered and is constantly being developed for an unimaginably long period. There are still some myths found that give hints of Mechanical men in Ancient Greek and Egypt. The answer to a frequently asked question of who invented Artificial intelligence is very broad, as many people contributed to the invention and timely success. It goes back to the classic philosophers who attempted to portray human thinking as a symbolic system.