Goto

Collaborating Authors

 Africa


Envisioning Technology's Role in Future Elections - Connected World

#artificialintelligence

The 2020 presidential election in the United States is just around the corner. This year, the election has been particularly controversial in part because of the ongoing COVID-19 pandemic and the restrictions the virus has placed on in-person gatherings. In a world in which connected devices and IoT (Internet of Things) technologies have enabled everything from autonomous vehicles to robotic surgery, it seems like there should be other options for casting votes besides sending paper ballots in by mail or turning them in by hand. However, concerns (both legitimate and overblown) about election-outcome accuracy and voter privacy have held the election process back in many ways from the digital revolution that has permeated almost everything else. Will 2020 be a pivotal year in changing how the American people and "the powers that be" feel about advancing the voting process?


Huawei investigates the future of healthcare technology for developing countries

#artificialintelligence

Huawei's TECH4ALL initiative aims to ensure nobody is left behind in the digital world by encouraging digital inclusion programmes and empowering technology adoption globally. The project is similar to some of the work happening within academia across Europe, where research projects are focused on harnessing technology for societal good. Professor van Ginneken, Professor of Medical Image Analysis at Radboud University Medical Centre in The Netherlands, is introducing digitized healthcare solutions to developing countries and believes that in ten years' time, all hospital pathology departments will be digitized. When did your work in medical imaging begin? I studied physics and completed a PhD in medical image analysis in 1996, developing computer programs that analyse chest x-rays using artificial intelligence (AI). At the end of the 1990s we wanted to put digital chest x-ray units with AI software in countries where there was a lot of tuberculosis, because it accommodates faster, more widespread screening, without the need to develop images on film.


Artificial Intelligence Initiative: Bank of Thailand - Central Banking

#artificialintelligence

With an esteemed line-up of international speakers, drawn from across Europe, Asia and the Middle East, the forum will inform and provide insight to all participants during the one-day programme.


How Eugenics Shaped Statistics - Issue 92: Frontiers

Nautilus

In early 2018, officials at University College London were shocked to learn that meetings organized by "race scientists" and neo-Nazis, called the London Conference on Intelligence, had been held at the college the previous four years. The existence of the conference was surprising, but the choice of location was not. UCL was an epicenter of the early 20th-century eugenics movement--a precursor to Nazi "racial hygiene" programs--due to its ties to Francis Galton, the father of eugenics, and his intellectual descendants and fellow eugenicists Karl Pearson and Ronald Fisher. In response to protests over the conference, UCL announced this June that it had stripped Galton's and Pearson's names from its buildings and classrooms. After similar outcries about eugenics, the Committee of Presidents of Statistical Societies renamed its annual Fisher Lecture, and the Society for the Study of Evolution did the same for its Fisher Prize. In science, these are the equivalents of toppling a Confederate statue and hurling it into the sea. Unlike tearing down monuments to white supremacy in the American South, purging statistics of the ghosts of its eugenicist past is not a straightforward proposition. In this version, it's as if Stonewall Jackson developed quantum physics. What we now understand as statistics comes largely from the work of Galton, Pearson, and Fisher, whose names appear in bread-and-butter terms like "Pearson correlation coefficient" and "Fisher information." In particular, the beleaguered concept of "statistical significance," for decades the measure of whether empirical research is publication-worthy, can be traced directly to the trio. Ideally, statisticians would like to divorce these tools from the lives and times of the people who created them. It would be convenient if statistics existed outside of history, but that's not the case.


IoT Platform for COVID-19 Prevention and Control: A Survey

arXiv.org Artificial Intelligence

As a result of the worldwide transmission of severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), coronavirus disease 2019 (COVID-19) has evolved into an unprecedented pandemic. Currently, with unavailable pharmaceutical treatments and vaccines, this novel coronavirus results in a great impact on public health, human society, and global economy, which is likely to last for many years. One of the lessons learned from the COVID-19 pandemic is that a long-term system with non-pharmaceutical interventions for preventing and controlling new infectious diseases is desirable to be implemented. Internet of things (IoT) platform is preferred to be utilized to achieve this goal, due to its ubiquitous sensing ability and seamless connectivity. IoT technology is changing our lives through smart healthcare, smart home, and smart city, which aims to build a more convenient and intelligent community. This paper presents how the IoT could be incorporated into the epidemic prevention and control system. Specifically, we demonstrate a potential fog-cloud combined IoT platform that can be used in the systematic and intelligent COVID-19 prevention and control, which involves five interventions including COVID-19 Symptom Diagnosis, Quarantine Monitoring, Contact Tracing & Social Distancing, COVID-19 Outbreak Forecasting, and SARS-CoV-2 Mutation Tracking. We investigate and review the state-of-the-art literatures of these five interventions to present the capabilities of IoT in countering against the current COVID-19 pandemic or future infectious disease epidemics.


Performance Indicators Contributing To Success At The Group And Play-Off Stages Of The 2019 Rugby World Cup

arXiv.org Artificial Intelligence

Performance indicators that contributed to success at the group stage and play-off stages of the 2019 Rugby World Cup were analysed using publicly available data obtained from the official tournament website using both a non-parametric statistical technique, Wilcoxon's signed rank test, and a decision rules technique from machine learning called RIPPER. Our statistical results found that ball carry effectiveness (percentage of ball carries that penetrated the opposition gain-line) and total metres gained (kick metres plus carry metres) were found to contribute to success at both stages of the tournament and that indicators that contributed to success during the group stages (dominating possession, making more ball carries, making more passes, winning more rucks, and making less tackles) did not contribute to success at the play-off stage. Our results using RIPPER found that low ball carries and a low lineout success percentage jointly contributed to losing at the group stage, while winning a low number of rucks and carrying over the gain-line a sufficient number of times contributed to winning at the play-off stage of the tournament. The results emphasise the need for teams to adapt their playing strategies from the group stage to the play-off stage at tournament in order to be successful.


Tensor Completion via Tensor Networks with a Tucker Wrapper

arXiv.org Machine Learning

In recent years, low-rank tensor completion (LRTC) has received considerable attention due to its applications in image/video inpainting, hyperspectral data recovery, etc. With different notions of tensor rank (e.g., CP, Tucker, tensor train/ring, etc.), various optimization based numerical methods are proposed to LRTC. However, tensor network based methods have not been proposed yet. In this paper, we propose to solve LRTC via tensor networks with a Tucker wrapper. Here by "Tucker wrapper" we mean that the outermost factor matrices of the tensor network are all orthonormal. We formulate LRTC as a problem of solving a system of nonlinear equations, rather than a constrained optimization problem. A two-level alternative least square method is then employed to update the unknown factors. The computation of the method is dominated by tensor matrix multiplications and can be efficiently performed. Also, under proper assumptions, it is shown that with high probability, the method converges to the exact solution at a linear rate. Numerical simulations show that the proposed algorithm is comparable with state-of-the-art methods.


Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction

arXiv.org Machine Learning

Many practical graph problems, such as knowledge graph construction and drug-drug interaction prediction, require to handle multi-relational graphs. However, handling real-world multi-relational graphs with Graph Neural Networks (GNNs) is often challenging due to their evolving nature, as new entities (nodes) can emerge over time. Moreover, newly emerged entities often have few links, which makes the learning even more difficult. Motivated by this challenge, we introduce a realistic problem of few-shot out-of-graph link prediction, where we not only predict the links between the seen and unseen nodes as in a conventional out-of-knowledge link prediction task but also between the unseen nodes, with only few edges per node. We tackle this problem with a novel transductive meta-learning framework which we refer to as Graph Extrapolation Networks (GEN). GEN meta-learns both the node embedding network for inductive inference (seen-to-unseen) and the link prediction network for transductive inference (unseen-to-unseen). For transductive link prediction, we further propose a stochastic embedding layer to model uncertainty in the link prediction between unseen entities. We validate our model on multiple benchmark datasets for knowledge graph completion and drug-drug interaction prediction. The results show that our model significantly outperforms relevant baselines for out-of-graph link prediction tasks.


Compositional Demographic Word Embeddings

arXiv.org Artificial Intelligence

Word embeddings are usually derived from corpora containing text from many individuals, thus leading to general purpose representations rather than individually personalized representations. While personalized embeddings can be useful to improve language model performance and other language processing tasks, they can only be computed for people with a large amount of longitudinal data, which is not the case for new users. We propose a new form of personalized word embeddings that use demographic-specific word representations derived compositionally from full or partial demographic information for a user (i.e., gender, age, location, religion). We show that the resulting demographic-aware word representations outperform generic word representations on two tasks for English: language modeling and word associations. We further explore the trade-off between the number of available attributes and their relative effectiveness and discuss the ethical implications of using them.


Council Post: How AI And Covid-19 Have Accelerated The Decline Of Human Labor

#artificialintelligence

Also a cross-disciplinary scientist, entrepreneur & author, recently relocated from Hong Kong to rural Seattle area. Eventually, Covid-19 will be beaten -- vaccines and therapies will be found and widely deployed. However, that doesn't mean the jobs that the pandemic has taken are coming back. Of course, some will return. For instance, restaurants will return to in-house dining and hire more waitstaff. But the rethinking and reorganization that Covid-19 has induced will have longer-term impacts.