Goto

Collaborating Authors

 Africa


The path to responsible AI

#artificialintelligence

Artificial intelligence (AI) solves real-world problems. Last year, we saw droves of regional businesses move to the cloud and, once there, realise that scalable, affordable smart technologies were within reach. Proofs of concept quickly followed, as did several success stories. And then, as AI grew in popularity, a concept that had largely been the subject of conversation among tech experts began to go mainstream. Hundreds of billions of dollars in commercial AI revenue is expected to flow to the Middle East by 2030, and contribute heavily to double-digit GDP growth, with the United Arab Emirates (UAE) reaping the most benefits, followed by Saudi Arabia.


Can artificial intelligence be an inventor? A landmark Australian court decision says it can

#artificialintelligence

In a landmark decision, an Australian court has set a groundbreaking precedent, deciding artificial intelligence (AI) systems can be legally recognised as an inventor in patent applications. That might not sound like a big deal, but it challenges a fundamental assumption in the law: that only human beings can be inventors. The AI machine called DABUS is an "artificial neural system" and its designs have set off a string of debates and court battles across the globe. On Friday, Australia's Federal Court made the historic finding that "the inventor can be non-human". It came just days after South Africa became the first country to defy the status quo and award a patent recognising DABUS as an inventor. AI pioneer and creator of DABUS, Stephen Thaler, and his legal team have been waging a ferocious global campaign to have DABUS recognised as an inventor for more than two years.


Tensor completion using geodesics on Segre manifolds

arXiv.org Artificial Intelligence

We propose a Riemannian conjugate gradient (CG) optimization method for finding low rank approximations of incomplete tensors. Our main contribution consists of an explicit expression of the geodesics on the Segre manifold. These are exploited in our algorithm to perform the retractions. We apply our method to movie rating predictions in a recommender system for the MovieLens dataset, and identification of pure fluorophores via fluorescent spectroscopy with missing data. In this last application, we recover the tensor decomposition from less than $10\%$ of the data.


A Random Matrix Perspective on Random Tensors

arXiv.org Machine Learning

Tensor models play an increasingly prominent role in many fields, notably in machine learning. In several applications of such models, such as community detection, topic modeling and Gaussian mixture learning, one must estimate a low-rank signal from a noisy tensor. Hence, understanding the fundamental limits and the attainable performance of estimators of that signal inevitably calls for the study of random tensors. Substantial progress has been achieved on this subject thanks to recent efforts, under the assumption that the tensor dimensions grow large. Yet, some of the most significant among these results--in particular, a precise characterization of the abrupt phase transition (in terms of signal-to-noise ratio) that governs the performance of the maximum likelihood (ML) estimator of a symmetric rank-one model with Gaussian noise--were derived on the basis of statistical physics ideas, which are not easily accessible to non-experts. In this work, we develop a sharply distinct approach, relying instead on standard but powerful tools brought by years of advances in random matrix theory. The key idea is to study the spectra of random matrices arising from contractions of a given random tensor. We show how this gives access to spectral properties of the random tensor itself. In the specific case of a symmetric rank-one model with Gaussian noise, our technique yields a hitherto unknown characterization of the local maximum of the ML problem that is global above the phase transition threshold. This characterization is in terms of a fixed-point equation satisfied by a formula that had only been previously obtained via statistical physics methods. Moreover, our analysis sheds light on certain properties of the landscape of the ML problem in the large-dimensional setting. Our approach is versatile and can be extended to other models, such as asymmetric, non-Gaussian and higher-order ones.


Predicting user demographics based on interest analysis

arXiv.org Artificial Intelligence

These days, due to the increasing amount of information generated on the web, most web service providers try to personalize their services. Users also interact with web-based systems in multiple ways and state their interests and preferences by rating the provided items. This paper proposes a framework to predict users' demographic based on ratings registered by users in a system. To the best of our knowledge, this is the first time that the item ratings are employed for users' demographic prediction problems, which have extensively been studied in recommendation systems and service personalization. We apply the framework to the Movielens dataset's ratings and predict users' age and gender. The experimental results show that using all ratings registered by users improves the prediction accuracy by at least 16% compared with previously studied models. Moreover, by classifying the items as popular and unpopular, we eliminate ratings that belong to 95% of items and still reach an acceptable level of accuracy. This significantly reduces update costs in a time-varying environment. Besides this classification, we propose other methods to reduce data volume while keeping the predictions accurate.


Evaluating Deep Graph Neural Networks

arXiv.org Artificial Intelligence

Graph Neural Networks (GNNs) have already been widely applied in various graph mining tasks. However, they suffer from the shallow architecture issue, which is the key impediment that hinders the model performance improvement. Although several relevant approaches have been proposed, none of the existing studies provides an in-depth understanding of the root causes of performance degradation in deep GNNs. In this paper, we conduct the first systematic experimental evaluation to present the fundamental limitations of shallow architectures. Based on the experimental results, we answer the following two essential questions: (1) what actually leads to the compromised performance of deep GNNs; (2) when we need and how to build deep GNNs. The answers to the above questions provide empirical insights and guidelines for researchers to design deep and well-performed GNNs. To show the effectiveness of our proposed guidelines, we present Deep Graph Multi-Layer Perceptron (DGMLP), a powerful approach (a paradigm in its own right) that helps guide deep GNN designs. Experimental results demonstrate three advantages of DGMLP: 1) high accuracy -- it achieves state-of-the-art node classification performance on various datasets; 2) high flexibility -- it can flexibly choose different propagation and transformation depths according to graph size and sparsity; 3) high scalability and efficiency -- it supports fast training on large-scale graphs. Our code is available in https://github.com/zwt233/DGMLP.


AI Techniques for Software Requirements Prioritization

arXiv.org Artificial Intelligence

The task of prioritization is the ranking and selection of requirements that should be included in future software releases. In this context, an intelligent prioritization decision support is extremely important. The prioritization approaches discussed in this paper are based on different Artificial Intelligence (AI) techniques that can help to improve the overall quality of requirements prioritization processes.


Relation Aware Semi-autoregressive Semantic Parsing for NL2SQL

arXiv.org Artificial Intelligence

Natural language to SQL (NL2SQL) aims to parse a natural language with a given database into a SQL query, which widely appears in practical Internet applications. Jointly encode database schema and question utterance is a difficult but important task in NL2SQL. One solution is to treat the input as a heterogeneous graph. However, it failed to learn good word representation in question utterance. Learning better word representation is important for constructing a well-designed NL2SQL system. To solve the challenging task, we present a Relation aware Semi-autogressive Semantic Parsing (\MODN) ~framework, which is more adaptable for NL2SQL. It first learns relation embedding over the schema entities and question words with predefined schema relations with ELECTRA and relation aware transformer layer as backbone. Then we decode the query SQL with a semi-autoregressive parser and predefined SQL syntax. From empirical results and case study, our model shows its effectiveness in learning better word representation in NL2SQL.


ChrEnTranslate: Cherokee-English Machine Translation Demo with Quality Estimation and Corrective Feedback

arXiv.org Artificial Intelligence

We introduce ChrEnTranslate, an online machine translation demonstration system for translation between English and an endangered language Cherokee. It supports both statistical and neural translation models as well as provides quality estimation to inform users of reliability, two user feedback interfaces for experts and common users respectively, example inputs to collect human translations for monolingual data, word alignment visualization, and relevant terms from the Cherokee-English dictionary. The quantitative evaluation demonstrates that our backbone translation models achieve state-of-the-art translation performance and our quality estimation well correlates with both BLEU and human judgment. By analyzing 216 pieces of expert feedback, we find that NMT is preferable because it copies less than SMT, and, in general, current models can translate fragments of the source sentence but make major mistakes. When we add these 216 expert-corrected parallel texts back into the training set and retrain models, equal or slightly better performance is observed, which indicates the potential of human-in-the-loop learning. Our online demo is at https://chren.cs.unc.edu/ , our code is open-sourced at https://github.com/ZhangShiyue/ChrEnTranslate , and our data is available at https://github.com/ZhangShiyue/ChrEn


US, UK and Israel blame Iran for attack on Israeli-managed tanker

FOX News

Fox News Flash top headlines are here. Check out what's clicking on Foxnews.com. DUBAI, United Arab Emirates (AP) – The United States has joined the United Kingdom and Israel in accusing Iran of carrying out a deadly drone strike that killed two aboard a tanker off Oman. U.S. Secretary of State Antony Blinken made the announcement in a statement Sunday. Blinken said: "Upon review of the available information, we are confident that Iran conducted this attack, which killed two innocent people, using one-way explosive (drones), a lethal capability it is increasingly employing throughout the region." He added that there was "no justification for this attack, which follows a pattern of attacks and other belligerent behavior."