Goto

Collaborating Authors

 Africa


Putin calls Russian arms 'significantly superior' to rivals

Al Jazeera

Russia is ready to sell advanced weapons to allies globally and cooperate in developing military technology, President Vladimir Putin said, adding its latest arms are far superior to those of rival nations. With the Russian leader's forces beaten back from Ukraine's two biggest cities and making slow headway at a heavy cost in the east, the five-month war in Ukraine has so far not proved to be a convincing showcase for Russia's weapons industry. However, the Kremlin leader, addressing an arms show outside Moscow, insisted Russian armaments were years ahead of the competition. Russia cherishes its strong ties with Latin America, Asia and Africa, "and is ready to offer partners and allies the most modern types of weapons – from small arms to armoured vehicles and artillery, combat aircraft and unmanned aerial vehicles", said Putin. "Almost all of them have been used more than once in real combat operations," he added.


How Artificial Intelligence could influence Zimbabwe's 2023 elections

#artificialintelligence

Image by Commonwealth Secretariat on Flickr, used under a CC BY-NC 2.0 license. Following years of citizen mistrust of election management bodies and perceived lack of transparency, the use of biometric technology such as people's physical and behavioural characteristics in political processes has swept across Africa. As Zimbabwe heads for general elections, constitutionally due in 2023, the campaign season will soon be in full swing. The country held by elections on March 26, 2022, which saw the opposition party Citizens Coalition for Change (CCC) bagging 22 out of the 28 National Assembly seats. Although these by elections were a litmus test of the main election set for next year, what role is artificial intelligence expected to play in shaping political outcomes?


AI for Global Climate Cooperation: Modeling Global Climate Negotiations, Agreements, and Long-Term Cooperation in RICE-N

arXiv.org Artificial Intelligence

Comprehensive global cooperation is essential to limit global temperature increases while continuing economic development, e.g., reducing severe inequality or achieving long-term economic growth. Achieving long-term cooperation on climate change mitigation with n strategic agents poses a complex game-theoretic problem. For example, agents may negotiate and reach climate agreements, but there is no central authority to enforce adherence to those agreements. Hence, it is critical to design negotiation and agreement frameworks that foster cooperation, allow all agents to meet their individual policy objectives, and incentivize long-term adherence. This is an interdisciplinary challenge that calls for collaboration between researchers in machine learning, economics, climate science, law, policy, ethics, and other fields. In particular, we argue that machine learning is a critical tool to address the complexity of this domain. To facilitate this research, here we introduce RICE-N, a multi-region integrated assessment model that simulates the global climate and economy, and which can be used to design and evaluate the strategic outcomes for different negotiation and agreement frameworks. We also describe how to use multi-agent reinforcement learning to train rational agents using RICE-N. This framework underpinsAI for Global Climate Cooperation, a working group collaboration and competition on climate negotiation and agreement design. Here, we invite the scientific community to design and evaluate their solutions using RICE-N, machine learning, economic intuition, and other domain knowledge. More information can be found on www.ai4climatecoop.org.


OCFR 2022: Competition on Occluded Face Recognition From Synthetically Generated Structure-Aware Occlusions

arXiv.org Artificial Intelligence

This work summarizes the IJCB Occluded Face Recognition Competition 2022 (IJCB-OCFR-2022) embraced by the 2022 International Joint Conference on Biometrics (IJCB 2022). OCFR-2022 attracted a total of 3 participating teams, from academia. Eventually, six valid submissions were submitted and then evaluated by the organizers. The competition was held to address the challenge of face recognition in the presence of severe face occlusions. The participants were free to use any training data and the testing data was built by the organisers by synthetically occluding parts of the face images using a well-known dataset. The submitted solutions presented innovations and performed very competitively with the considered baseline. A major output of this competition is a challenging, realistic, and diverse, and publicly available occluded face recognition benchmark with well defined evaluation protocols.


Cooperative and uncooperative institution designs: Surprises and problems in open-source game theory

arXiv.org Artificial Intelligence

It is increasingly possible for real-world agents, such as software-based agents or human institutions, to view the internal programming of other such agents that they interact with. For instance, a company can read the bylaws of another company, or one software system can read the source code of another. Game-theoretic equilibria between the designers of such agents are called \emph{program equilibria}, and we call this area \emph{open-source game theory}. In this work we demonstrate a series of counterintuitive results on open-source games, which are independent of the programming language in which agents are written. We show that certain formal institution designs that one might expect to defect against each other will instead turn out to cooperate, or conversely, cooperate when one might expect them to defect. The results hold in a setting where each institution has full visibility into the other institution's true operating procedures. We also exhibit examples and ten open problems for better understanding these phenomena. We argue that contemporary game theory remains ill-equipped to study program equilibria, given that even the outcomes of single games in open-source settings remain counterintuitive and poorly understood. Nonetheless, some of these open-source agents exhibit desirable characteristics -- e.g., they can unexploitably create incentives for cooperation and legibility from other agents -- such that analyzing them could yield considerable benefits.


Morocco tenders for face biometrics to deploy throughout updated airport

#artificialintelligence

The government of Morocco is looking for a contractor to install facial recognition systems in that nation's Rabat-Sale Airport. It reportedly would be the first such facility in the nation to have face biometrics. Officials want a One ID biometric system in a new terminal. A tender notification (103-22-A00) was published this week; it closes September 15. According to the Morocco World News, the National Airports Office has received a MAD363 million (approximately US$37 million) loan to upgrade Rabat-Sale.


NewsStories: Illustrating articles with visual summaries

arXiv.org Artificial Intelligence

Recent self-supervised approaches have used large-scale image-text datasets to learn powerful representations that transfer to many tasks without finetuning. These methods often assume that there is one-to-one correspondence between its images and their (short) captions. However, many tasks require reasoning about multiple images and long text narratives, such as describing news articles with visual summaries. Thus, we explore a novel setting where the goal is to learn a self-supervised visual-language representation that is robust to varying text length and the number of images. In addition, unlike prior work which assumed captions have a literal relation to the image, we assume images only contain loose illustrative correspondence with the text. To explore this problem, we introduce a large-scale multimodal dataset containing over 31M articles, 22M images and 1M videos. We show that state-of-the-art image-text alignment methods are not robust to longer narratives with multiple images. Finally, we introduce an intuitive baseline that outperforms these methods on zero-shot image-set retrieval by 10% on the GoodNews dataset.


HyP$^2$ Loss: Beyond Hypersphere Metric Space for Multi-label Image Retrieval

arXiv.org Artificial Intelligence

Image retrieval has become an increasingly appealing technique with broad multimedia application prospects, where deep hashing serves as the dominant branch towards low storage and efficient retrieval. In this paper, we carried out in-depth investigations on metric learning in deep hashing for establishing a powerful metric space in multi-label scenarios, where the pair loss suffers high computational overhead and converge difficulty, while the proxy loss is theoretically incapable of expressing the profound label dependencies and exhibits conflicts in the constructed hypersphere space. To address the problems, we propose a novel metric learning framework with Hybrid Proxy-Pair Loss (HyP$^2$ Loss) that constructs an expressive metric space with efficient training complexity w.r.t. the whole dataset. The proposed HyP$^2$ Loss focuses on optimizing the hypersphere space by learnable proxies and excavating data-to-data correlations of irrelevant pairs, which integrates sufficient data correspondence of pair-based methods and high-efficiency of proxy-based methods. Extensive experiments on four standard multi-label benchmarks justify the proposed method outperforms the state-of-the-art, is robust among different hash bits and achieves significant performance gains with a faster, more stable convergence speed. Our code is available at https://github.com/JerryXu0129/HyP2-Loss.


The SVD of Convolutional Weights: A CNN Interpretability Framework

arXiv.org Artificial Intelligence

Deep neural networks used for image classification often use convolutional filters to extract distinguishing features before passing them to a linear classifier. Most interpretability literature focuses on providing semantic meaning to convolutional filters to explain a model's reasoning process and confirm its use of relevant information from the input domain. Fully connected layers can be studied by decomposing their weight matrices using a singular value decomposition, in effect studying the correlations between the rows in each matrix to discover the dynamics of the map. In this work we define a singular value decomposition for the weight tensor of a convolutional layer, which provides an analogous understanding of the correlations between filters, exposing the dynamics of the convolutional map. We validate our definition using recent results in random matrix theory. By applying the decomposition across the linear layers of an image classification network we suggest a framework against which interpretability methods might be applied using hypergraphs to model class separation. Rather than looking to the activations to explain the network, we use the singular vectors with the greatest corresponding singular values for each linear layer to identify those features most important to the network. We illustrate our approach with examples and introduce the DeepDataProfiler library, the analysis tool used for this study.


Combining deep learning and crowdsourcing geo-images to predict housing quality in rural China

arXiv.org Artificial Intelligence

Housing quality is an essential proxy for regional wealth, security and health. Understanding the distribution of housing quality is crucial for unveiling rural development status and providing political proposals. However, present rural house quality data highly depends on a top-down, time-consuming survey at the national or provincial level but fails to unpack the housing quality at the village level. To fill the gap between accurately depicting rural housing quality conditions and deficient data, we collect massive rural images and invite users to assess their housing quality at scale. As a result, 15,700 rural house images across 28 Chinese provinces are captured. Furthermore, a deep learning framework is proposed to automatically and efficiently predict housing quality based on crowd-sourcing rural images.