Goto

Collaborating Authors

 Africa


On Feature Learning in the Presence of Spurious Correlations

arXiv.org Artificial Intelligence

Deep classifiers are known to rely on spurious features $\unicode{x2013}$ patterns which are correlated with the target on the training data but not inherently relevant to the learning problem, such as the image backgrounds when classifying the foregrounds. In this paper we evaluate the amount of information about the core (non-spurious) features that can be decoded from the representations learned by standard empirical risk minimization (ERM) and specialized group robustness training. Following recent work on Deep Feature Reweighting (DFR), we evaluate the feature representations by re-training the last layer of the model on a held-out set where the spurious correlation is broken. On multiple vision and NLP problems, we show that the features learned by simple ERM are highly competitive with the features learned by specialized group robustness methods targeted at reducing the effect of spurious correlations. Moreover, we show that the quality of learned feature representations is greatly affected by the design decisions beyond the training method, such as the model architecture and pre-training strategy. On the other hand, we find that strong regularization is not necessary for learning high quality feature representations. Finally, using insights from our analysis, we significantly improve upon the best results reported in the literature on the popular Waterbirds, CelebA hair color prediction and WILDS-FMOW problems, achieving 97%, 92% and 50% worst-group accuracies, respectively.


Alex Hanna left Google to try to save AI's future

MIT Technology Review

It was a move that capped a dramatic period in Hanna's professional life. In late 2020, her manager, Timnit Gebru, had been fired from her position as the co-lead of the Ethical AI team after she wrote a paper questioning the ethics of large language models (including Google's). A few months later, Hanna's next manager, Meg Mitchell, was also shown the door. DAIR, which was founded by Gebru in late 2021 and is funded by various philanthropies, aims to challenge the existing understanding of AI through a community-focused, bottom-up approach to research. The group works remotely and includes teams in Berlin and South Africa.


How artificial intelligence and technology will reshape businesses - REGTECH AFRICA

#artificialintelligence

The year 2020 will be marked as an unprecedented year in history due to the adverse impact of coronavirus worldwide. This pandemic has started bringing extraordinary changes in some key areas. The trends of faster drug development, effective remote care, efficient supply chain, etc, will continue into 2021. Drone technology is already playing a vital role in delivering food and other essentials alongside relief activities. With Covid-19 came a new concept of the Internet of Behaviour within organisations to track human behaviour in the work environment and trace any slack in maintaining guidelines.


Knowledge AI Inc. will start PoC with the United Arab Emirates government in November 2022

#artificialintelligence

Stockholm, 17 October 2022 – Anoto Group AB (publ) ("Anoto") announced on 7 September 2022 that it is working with a government in the Middle East to conduct a Proof of Concept (PoC) for KAIT's AI Solution. Anoto announces today that such government is the government of United Arab Emirates (UAE). We have received a Letter of Intent (LOI) related to a possible purchase of KAIT's AI Solution from the Emirates School Establishment (ESE), which oversees public schools in the UAE. Before purchase, it is customary for schools to undergo a PoC pilot. The PoC for ESE will start in the beginning of November and finish in December of 2022. We have also secured PoCs with three private schools in UAE and one school in Jordan, making it a total of four schools in the Middle East region.


A Day in the Life of a Machine Learning Engineer - KDnuggets

#artificialintelligence

It is good to get a better insight into what other people's day-to-day looks like. Many students are more focused on the skills, courses, and knowledge level they need to ensure they are as good as they can get. But sometimes, all you need is to hear it from the horse's mouth. For those of you who have never heard of that idiom, it means If you hear something straight from the horse's mouth, you hear it from the person who has direct personal knowledge of it. Ibrahim Mukherjee is an LSE Graduate in BSc Management (Hons) and a data scientist.


Latent Matrices for Tensor Network Decomposition and to Tensor Completion

arXiv.org Artificial Intelligence

The prevalent fully-connected tensor network (FCTN) has achieved excellent success to compress data. However, the FCTN decomposition suffers from slow computational speed when facing higher-order and large-scale data. Naturally, there arises an interesting question: can a new model be proposed that decomposes the tensor into smaller ones and speeds up the computation of the algorithm? This work gives a positive answer by formulating a novel higher-order tensor decomposition model that utilizes latent matrices based on the tensor network structure, which can decompose a tensor into smaller-scale data than the FCTN decomposition, hence we named it Latent Matrices for Tensor Network Decomposition (LMTN). Furthermore, three optimization algorithms, LMTN-PAM, LMTN-SVD and LMTN-AR, have been developed and applied to the tensor-completion task. In addition, we provide proofs of theoretical convergence and complexity analysis for these algorithms. Experimental results show that our algorithm has the effectiveness in both deep learning dataset compression and higher-order tensor completion, and that our LMTN-SVD algorithm is 3-6 times faster than the FCTN-PAM algorithm and only a 1.8 points accuracy drop.


QA Domain Adaptation using Hidden Space Augmentation and Self-Supervised Contrastive Adaptation

arXiv.org Artificial Intelligence

Question answering (QA) has recently shown impressive results for answering questions from customized domains. Yet, a common challenge is to adapt QA models to an unseen target domain. In this paper, we propose a novel self-supervised framework called QADA for QA domain adaptation. QADA introduces a novel data augmentation pipeline used to augment training QA samples. Different from existing methods, we enrich the samples via hidden space augmentation. For questions, we introduce multi-hop synonyms and sample augmented token embeddings with Dirichlet distributions. For contexts, we develop an augmentation method which learns to drop context spans via a custom attentive sampling strategy. Additionally, contrastive learning is integrated in the proposed self-supervised adaptation framework QADA. Unlike existing approaches, we generate pseudo labels and propose to train the model via a novel attention-based contrastive adaptation method. The attention weights are used to build informative features for discrepancy estimation that helps the QA model separate answers and generalize across source and target domains. To the best of our knowledge, our work is the first to leverage hidden space augmentation and attention-based contrastive adaptation for self-supervised domain adaptation in QA. Our evaluation shows that QADA achieves considerable improvements on multiple target datasets over state-of-the-art baselines in QA domain adaptation.


Deep-based quality assessment of medical images through domain adaptation

arXiv.org Artificial Intelligence

Predicting the quality of multimedia content is often needed in different fields. In some applications, quality metrics are crucial with a high impact, and can affect decision making such as diagnosis from medical multimedia. In this paper, we focus on such applications by proposing an efficient and shallow model for predicting the quality of medical images without reference from a small amount of annotated data. Our model is based on convolution self-attention that aims to model complex representation from relevant local characteristics of images, which itself slide over the image to interpolate the global quality score. We also apply domain adaptation learning in unsupervised and semi-supervised manner. The proposed model is evaluated through a dataset composed of several images and their corresponding subjective scores. The obtained results showed the efficiency of the proposed method, but also, the relevance of the applying domain adaptation to generalize over different multimedia domains regarding the downstream task of perceptual quality prediction. \footnote{Funded by the TIC-ART project, Regional fund (Region Centre-Val de Loire)}


VIRT: Improving Representation-based Models for Text Matching through Virtual Interaction

arXiv.org Artificial Intelligence

With the booming of pre-trained transformers, representation-based models based on Siamese transformer encoders have become mainstream techniques for efficient text matching. However, these models suffer from severe performance degradation due to the lack of interaction between the text pair, compared with interaction-based models. Prior arts attempt to address this through performing extra interaction for Siamese encoded representations, while the interaction during encoding is still ignored. To remedy this, we propose a \textit{Virtual} InteRacTion mechanism (VIRT) to transfer interactive knowledge from interaction-based models into Siamese encoders through attention map distillation. As a train-time-only component, VIRT could completely maintain the high efficiency of the Siamese structure and brings no extra computation cost during inference. To fully utilize the learned interactive knowledge, we further design a VIRT-adapted interaction strategy. Experimental results on multiple text matching datasets demonstrate that our method outperforms state-of-the-art representation-based models. What's more, VIRT can be easily integrated into existing representation-based methods to achieve further improvements.


OpenEarthMap: A Benchmark Dataset for Global High-Resolution Land Cover Mapping

arXiv.org Artificial Intelligence

We introduce OpenEarthMap, a benchmark dataset, for global high-resolution land cover mapping. OpenEarthMap consists of 2.2 million segments of 5000 aerial and satellite images covering 97 regions from 44 countries across 6 continents, with manually annotated 8-class land cover labels at a 0.25--0.5m ground sampling distance. Semantic segmentation models trained on the OpenEarthMap generalize worldwide and can be used as off-the-shelf models in a variety of applications. We evaluate the performance of state-of-the-art methods for unsupervised domain adaptation and present challenging problem settings suitable for further technical development. We also investigate lightweight models using automated neural architecture search for limited computational resources and fast mapping. The dataset is available at https://open-earth-map.org.