Goto

Collaborating Authors

 Africa


UNICEF Innovation Team provides Software and Machine Learning Support to The Directorate of Science Technology and Innovation (DSTI) in Sierra Leone

#artificialintelligence

A two-person team from the UNICEF's Office of Innovation in New York recently joined DSTI in Sierra Leone to collaborate on a Machine Learning "Hackathon" As part of efforts to develop the technology and innovation ecosystem to support development of Sierra Leone, UNICEF is collaborating with the Directorate of Science, Technology and Innovation (DSTI) in the Office of the President, on a knowledge exchange partnership, around innovative Machine Learning techniques which, it is hoped, will add value to Government's work around data for decision making in the country. A two-person team from the UNICEF's Office of Innovation in New York recently joined DSTI in Sierra Leone to collaborate on a Machine Learning "Hackathon" to work on data from the education sector in support of the Government's Free Quality School Education initiative. Officials from different Government Ministries, Departments and Agencies joined the team to enhance their knowledge of Machine Learning and advanced data analysis techniques, for use in their own areas of government. Shane O'Connor, Technology for Development Specialist at UNICEF Sierra Leone, stated that the opportunity afforded by this collaboration is huge. "With the President's establishment of the DSTI and with UNICEF's collaboration, there really is great potential for a step change in how Technology and Innovation can be leveraged to deliver for Sierra Leone," he said.



7 Women Leaders in AI, Machine Learning and Robotics

#artificialintelligence

The age of artificial intelligence, machine learning and robotics is here, and these technologies will continue to shape our lives in the future. But the people working in these fields still don't reflect the society they are bound to change. Women make up only 22% of AI professionals worldwide, according to analysis done by LinkedIn and the World Economic Forum for its 2018 Global Gender Gap Report. In the more specialized area of machine learning, only 12% are women, based on a study done by Wired in partnership with Montreal startup Element AI. Artificial intelligence and machine learning continue to be male-dominated fields.


Global forensic geolocation with deep neural networks

arXiv.org Machine Learning

An important problem in forensic analyses is identifying the provenance of materials at a crime scene, such as biological material on a piece of clothing. This procedure, known as geolocation, is conventionally guided by expert knowledge of the biological evidence and therefore tends to be application-specific, labor-intensive, and subjective. Purely data-driven methods have yet to be fully realized due in part to the lack of a sufficiently rich data source. However, high-throughput sequencing technologies are able to identify tens of thousands of microbial taxa using DNA recovered from a single swab collected from nearly any object or surface. We present a new algorithm for geolocation that aggregates over an ensemble of deep neural network classifiers trained on randomly-generated Voronoi partitions of a spatial domain. We apply the algorithm to fungi present in each of 1300 dust samples collected across the continental United States and then to a global dataset of dust samples from 28 countries. Our algorithm makes remarkably good point predictions with more than half of the geolocation errors under 100 kilometers for the continental analysis and nearly 90% classification accuracy of a sample's country of origin for the global analysis. We suggest that the effectiveness of this model sets the stage for a new, quantitative approach to forensic geolocation.


Learning Portable Representations for High-Level Planning

arXiv.org Artificial Intelligence

We present a framework for autonomously learning a portable representation that describes a collection of low-level continuous environments. We show that these abstract representations can be learned in a task-independent egocentric space specific to the agent that, when grounded with problem-specific information, are provably sufficient for planning. We demonstrate transfer in two different domains, where an agent learns a portable, task-independent symbolic vocabulary, as well as rules expressed in that vocabulary, and then learns to instantiate those rules on a per-task basis. This reduces the number of samples required to learn a representation of a new task.


SGD on Neural Networks Learns Functions of Increasing Complexity

arXiv.org Machine Learning

We perform an experimental study of the dynamics of Stochastic Gradient Descent (SGD) in learning deep neural networks for several real and synthetic classification tasks. We show that in the initial epochs, almost all of the performance improvement of the classifier obtained by SGD can be explained by a linear classifier. More generally, we give evidence for the hypothesis that, as iterations progress, SGD learns functions of increasing complexity. This hypothesis can be helpful in explaining why SGD-learned classifiers tend to generalize well even in the over-parameterized regime. We also show that the linear classifier learned in the initial stages is "retained" throughout the execution even if training is continued to the point of zero training error, and complement this with a theoretical result in a simplified model. Key to our work is a new measure of how well one classifier explains the performance of another, based on conditional mutual information.


Arm reveals new CPU, GPU, and machine learning processor for 5G world โ€“ Tech Check News

#artificialintelligence

Above: Arm wants to make 5G computing as fast as it can be. Arm introduced new versions of its designs for heavy-duty central processing units (CPUs), graphics chips, and machine learning chips. The company made the announcement at the Computex tech trade show in Taiwan. The Cambridge, England-based company announced the Arm Cortex-A77 CPU, the Arm Mali-G77 graphics processing unit (GPU), and the Arm Machine Learning processor. Those new chips will help Arm get ready for the 5G wireless networking era.


Intelligent connectivity: The fusion of 5G, AI, and IoT

#artificialintelligence

GSMA Director General Mats Granryd outlines 5G's brisk growth since the beginning of 2018, and shares his excitement about how the combination of intelligent connectivity will create smarter applications that make life better and safer. I ntelligent connectivity enables transformational capabilities in transport, entertainment, industry, and much more. For technical systems to digitally match human actions with connected environments, however, they must meet the speed of our natural reaction times. They will also rely on cost-effective edge infrastructure to enable scaling. According to GSMA, 5G could account for as many as 1.4 billion connections by 2025.


Relational Representation Learning for Dynamic (Knowledge) Graphs: A Survey

arXiv.org Machine Learning

Graphs arise naturally in many real-world applications including social networks, recommender systems, ontologies, biology, and computational finance. Traditionally, machine learning models for graphs have been mostly designed for static graphs. However, many applications involve evolving graphs. This introduces important challenges for learning and inference since nodes, attributes, and edges change over time. In this survey, we review the recent advances in representation learning for dynamic graphs, including dynamic knowledge graphs. We describe existing models from an encoder-decoder perspective, categorize these encoders and decoders based on the techniques they employ, and analyze the approaches in each category. We also review several prominent applications and widely used datasets, and highlight directions for future research.


Deep Neural Networks Abstract Like Humans

arXiv.org Machine Learning

Deep neural networks (DNNs) have revolutionized AI due to their remarkable performance in pattern recognition, comprising of both memorizing complex training sets and demonstrating intelligence by generalizing to previously unseen data (test sets). The high generalization performance in DNNs has been explained by several mathematical tools, including optimization, information theory, and resilience analysis. In humans, it is the ability to abstract concepts from examples that facilitates generalization; this paper thus researches DNN generalization from that perspective. A recent computational neuroscience study revealed a correlation between abstraction and particular neural firing patterns. We express these brain patterns in a closed-form mathematical expression, termed the `Cognitive Neural Activation metric' (CNA) and apply it to DNNs. Our findings reveal parallels in the mechanism underlying abstraction in DNNs and those in the human brain. Beyond simply measuring similarity to human abstraction, the CNA is able to predict and rate how well a DNN will perform on test sets, and determines the best network architectures for a given task in a manner not possible with extant tools. These results were validated on a broad range of datasets (including ImageNet and random labeled datasets) and neural architectures.