Oceania
Twitter discussions and emotions about COVID-19 pandemic: a machine learning approach
Xue, Jia, Chen, Junxiang, Hu, Ran, Chen, Chen, Zheng, ChengDa, Liu, Xiaoqian, Zhu, Tingshao
The objective of the study is to examine coronavirus disease (COVID-19) related discussions, concerns, and sentiments that emerged from tweets posted by Twitter users. We analyze 4 million Twitter messages related to the COVID-19 pandemic using a list of 25 hashtags such as "coronavirus," "COVID-19," "quarantine" from March 1 to April 21 in 2020. We use a machine learning approach, Latent Dirichlet Allocation (LDA), to identify popular unigram, bigrams, salient topics and themes, and sentiments in the collected Tweets. Popular unigrams include "virus," "lockdown," and "quarantine." Popular bigrams include "COVID-19," "stay home," "corona virus," "social distancing," and "new cases." We identify 13 discussion topics and categorize them into five different themes, such as "public health measures to slow the spread of COVID-19," "social stigma associated with COVID-19," "coronavirus news cases and deaths," "COVID-19 in the United States," and "coronavirus cases in the rest of the world". Across all identified topics, the dominant sentiments for the spread of coronavirus are anticipation that measures that can be taken, followed by a mixed feeling of trust, anger, and fear for different topics. The public reveals a significant feeling of fear when they discuss the coronavirus new cases and deaths than other topics. The study shows that Twitter data and machine learning approaches can be leveraged for infodemiology study by studying the evolving public discussions and sentiments during the COVID-19. Real-time monitoring and assessment of the Twitter discussion and concerns can be promising for public health emergency responses and planning. Already emerged pandemic fear, stigma, and mental health concerns may continue to influence public trust when there occurs a second wave of COVID-19 or a new surge of the imminent pandemic.
Precise expressions for random projections: Low-rank approximation and randomized Newton
Dereziลski, Michaล, Liang, Feynman, Liao, Zhenyu, Mahoney, Michael W.
It is often desirable to reduce the dimensionality of a large dataset by projecting it onto a low-dimensional subspace. Matrix sketching has emerged as a powerful technique for performing such dimensionality reduction very efficiently. Even though there is an extensive literature on the worst-case performance of sketching, existing guarantees are typically very different from what is observed in practice. We exploit recent developments in the spectral analysis of random matrices to develop novel techniques that provide provably accurate expressions for the expected value of random projection matrices obtained via sketching. These expressions can be used to characterize the performance of dimensionality reduction in a variety of common machine learning tasks, ranging from low-rank approximation to iterative stochastic optimization. Our results apply to several popular sketching methods, including Gaussian and Rademacher sketches, and they enable precise analysis of these methods in terms of spectral properties of the data. Empirical results show that the expressions we derive reflect the practical performance of these sketching methods, down to lower-order effects and even constant factors.
OMBA: User-Guided Product Representations for Online Market Basket Analysis
Silva, Amila, Luo, Ling, Karunasekera, Shanika, Leckie, Christopher
Market Basket Analysis (MBA) is a popular technique to identify associations between products, which is crucial for business decision making. Previous studies typically adopt conventional frequent itemset mining algorithms to perform MBA. However, they generally fail to uncover rarely occurring associations among the products at their most granular level. Also, they have limited ability to capture temporal dynamics in associations between products. Hence, we propose OMBA, a novel representation learning technique for Online Market Basket Analysis. OMBA jointly learns representations for products and users such that they preserve the temporal dynamics of product-to-product and user-to-product associations. Subsequently, OMBA proposes a scalable yet effective online method to generate products' associations using their representations. Our extensive experiments on three real-world datasets show that OMBA outperforms state-of-the-art methods by as much as 21%, while emphasizing rarely occurring strong associations and effectively capturing temporal changes in associations.
GAT-GMM: Generative Adversarial Training for Gaussian Mixture Models
Farnia, Farzan, Wang, William, Das, Subhro, Jadbabaie, Ali
Learning the distribution of observed data is a basic task in unsupervised learning which has been studied for decades. The recently-introduced concept of Generative Adversarial Networks (GANs) [1] has demonstrated great success in various distribution learning tasks. Unlike the traditional maximum-likelihood-based approaches, GANs learn the distribution of observed data through a zero-sum game between two machine players, a generator G mimicking the true distribution of data and a discriminator D distinguishing the generator's produced samples from real data points. This zero-sum game is typically formulated through a minimax optimization problem where G and D optimize a minimax objective quantifying how dissimilar G's generated samples and real training samples are. In GAN minimax optimization problems, the generator and discriminator functions are commonly chosen as two deep neural networks (DNNs). Leveraging the expressive power of DNNs, GANs have achieved state-of-the-art performance in learning complex distributions of image data [2, 3, 4]. This success, however, is achieved at the cost of their notoriously difficult training procedure which has introduced several challenges to the machine learning community. Addressing these challenges requires a deeper theoretical understanding of GANs, including their approximation, generalization, and optimization properties. Specifically, GANs have been frequently observed to fail in learning multi-modal distributions [5].
Amazon's Echo Auto comes to the UK, Canada and parts of Europe
Amazon launched Echo Auto in the US back in 2018, designed to bring Alexa voice commands to vehicles where they wouldn't normally be an option. Now, finally, it's arrived in the UK and Canada, as well as Germany, Italy and Spain (it was previously also available in Australia and India). The device uses your phone's cellular connection via a Bluetooth link, letting you talk to Alexa in the usual way -- asking about the weather or to play audiobooks, for example -- as well as carrying out journey-orientated tasks, such as turning on your houselights as you pull into your driveway. Many newer cars already include some kind of voice assistant as standard -- drivers of vehicles without have also had other Alexa-based options to choose from, such as Garmin's Speak series and Anker's Roav Viva. However, a more'official' Amazon Alexa device could be the thing to convince those that haven't yet adopted the technology, even if it's a couple of years in the making.
How different countries view artificial intelligence
The space race of our time is the quest for domination in artificial intelligence. As a result, countries around the world are investing significant resources to build and mature their AI capabilities. They are also crafting strategic national plans about how and where to invest in AI. Taken together, these plans provide a snapshot of the global state of AI investments and how national governments are thinking about how to best utilize their resources. By studying 34 AI strategic plans of more than 1,700 pages, we have found that governments are failing to plan for operational investments, continue to be far more aspirational than practical in their planning, and are failing to consider funding realities.
Beyond Racial Biases, Can AI Be Made Ethical?
The racial profiling and police brutality in the George Floyd incident and #BlackLivesMatter protests and rioting unfolded debate on many levels. One of them is flaws in Artificial Intelligence that end up creating a racial bias in technology which is deemed as an instrumental force to bring digital age. However, all hope is not lost, especially in the Australian start-up sector. Presenting, Akin and Unleash Live, AI-backed companies founded by Liesl Yearsley and Hanno Blankenstein respectively. While Akin, uses AI to build bots that can converse with humans in a lifelike way, Unleash Live employs AI for real-time analysis of video footage coming from security cameras and drones.
Region-based Energy Neural Network for Approximate Inference
Liu, Dong, Thobaben, Ragnar, Rasmussen, Lars K.
Region-based free energy was originally proposed for generalized belief propagation (GBP) to improve loopy belief propagation (loopy BP). In this paper, we propose a neural network based energy model for inference in general Markov random fields (MRFs), which directly minimizes the region-based free energy defined on region graphs. We term our model Region-based Energy Neural Network (RENN). Unlike message-passing algorithms, RENN avoids iterative message propagation and is faster. Also different from recent deep neural network based models, inference by RENN does not require sampling, and RENN works on general MRFs. RENN can also be employed for MRF learning. Our experiments on marginal distribution estimation, partition function estimation, and learning of MRFs show that RENN outperforms the mean field method, loopy BP, GBP, and the state-of-the-art neural network based model.
Mix2FLD: Downlink Federated Learning After Uplink Federated Distillation With Two-Way Mixup
Oh, Seungeun, Park, Jihong, Jeong, Eunjeong, Kim, Hyesung, Bennis, Mehdi, Kim, Seong-Lyun
Abstract--This letter proposes a novel communication-efficient and privacy-preserving distributed machine learning framework, coined Mix2FLD. To address uplink-downlink capacity asymmetry, local model outputs are uploaded to a server in the uplink as in federated distillation (FD), whereas global model parameters are downloaded in the downlink as in federated learning (FL). This requires a model output-to-parameter conversion at the server, after collecting additional data samples from devices. Index Terms--Distributed machine learning, on-device learning, federated learning, federated distillation, uplink-downlink asymmetry. Federated learning (FL) is a compelling depicted in Figure 1, Mix2FLD is built upon two key algorithms: solution that collectively trains on-device ML models using federated learning after distillation (FLD) [8] and Mixup their local private data [2], [3].
Categorical Normalizing Flows via Continuous Transformations
Lippe, Phillip, Gavves, Efstratios
Despite their popularity, to date, the application of normalizing flows on categorical data stays limited. The current practice of using dequantization to map discrete data to a continuous space is inapplicable as categorical data has no intrinsic order. Instead, categorical data have complex and latent relations that must be inferred, like the synonymy between words. In this paper, we investigate Categorical Normalizing Flows, that is normalizing flows for categorical data. By casting the encoding of categorical data in continuous space as a variational inference problem, we jointly optimize the continuous representation and the model likelihood. To maintain unique decoding, we learn a partitioning of the latent space by factorizing the posterior. Meanwhile, the complex relations between the categorical variables are learned by the ensuing normalizing flow, thus maintaining a close-to exact likelihood estimate and making it possible to scale up to a large number of categories. Based on Categorical Normalizing Flows, we propose GraphCNF a permutation-invariant generative model on graphs, outperforming both one-shot and autoregressive flow-based state-of-the-art on molecule generation.