Goto

Collaborating Authors

 Deep Learning


GPT-3 tries pickup lines

#artificialintelligence

Once upon a time I decided to train a neural net to generate pickup lines. Once I started collecting the training data I began to regret it when I saw how awful the existing lines were. Turns out I needn't have worried. The neural net I used was so small and clueless that its pickup lines were mostly incoherent and confusing. You must be a tringle?


Researchers' algorithm designs soft robots that sense

#artificialintelligence

There are some tasks that traditional robots -- the rigid and metallic kind -- simply aren't cut out for. Soft-bodied robots, on the other hand, may be able to interact with people more safely or slip into tight spaces with ease. But for robots to reliably complete their programmed duties, they need to know the whereabouts of all their body parts. MIT researchers have developed an algorithm to help engineers design soft robots that collect more useful information about their surroundings. The deep-learning algorithm suggests an optimized placement of sensors within the robot's body, allowing it to better interact with its environment and complete assigned tasks.


An inferential perspective on federated learning

AIHub

TL;DR: motivated to better understand the fundamental tradeoffs in federated learning, we present a probabilistic perspective that generalizes and improves upon federated optimization and enables a new class of efficient federated learning algorithms. Thanks to deep learning, today we can train better machine learning models when given access to massive data. However, the standard, centralized training is impossible in many interesting use-cases--due to the associated data transfer and maintenance costs (most notably in video analytics), privacy concerns (e.g., in healthcare settings), or sensitivity of the proprietary data (e.g., in drug discovery). And yet, different parties that own even a small amount of data want to benefit from access to accurate models. This is where federated learning comes to the rescue!


Transfer Learning and Image Classification with ML.NET

#artificialintelligence

Historically, image classification is a problem that popularized deep neural networks especially visual types of neural networks – Convolutional neural networks (CNN). We will not go into details about what are CNNs and how they work. However, we can say that CNNs were popularized after they broke a record in The ImageNet Large Scale Visual Recognition Challenge (ILSVRC) back in 2012. This competition evaluates algorithms for object detection and image classification at a large scale. The dataset that they provide contains 1000 image categories and over 1.2 million images.


Interesting AI papers published in 2020

#artificialintelligence

For my own research and teaching, I follow AI papers. Here is a list of papers I find interesting. This is the main GPT-3 paper. I have covered before why GPT-3 is disruptive before - Could GPT-3 Change The Way Future AI Models Are Developed and Deplo... Checkist presents a task agnostic way of testing NLP models. Cheklist demonstrates that measures beyond accuracy need to be considered for evaluating some NLP tasks.


AI Technologies To Harness Oceanography's Potential For Sustainability

#artificialintelligence

One thing that dominates the surface of the earth is the ocean. From regulating our climate, securing transportation of goods across nations, from minerals to polymetallic nodules, harnessing clean energy sources to deep research, it holds numerous potentials that are yet to be harnessed. The United Nations has declared 2021 to 2030 – a Decade of Ocean Science for Sustainable Development to support efforts to reverse the trend of declining ocean health and bring ocean stakeholders worldwide together behind a collective structure to work for ocean sustainability. In a recent research by the University of Bath, two AI algorithms -- Latent Variable Gaussian Process (LVGP) model and Probabilistic Principal Component Analysis (PPCA) were used to understand the sonar echoes in the ocean. The research aimed at observing the changes that can happen with sonar echoes at different depths, salinity, and temperature.


Deconvolution-and-convolution Networks

arXiv.org Artificial Intelligence

Recent findings, however, suggest that CNN may not be the best option for 1D pattern recognition, especially for datasets with over 1 M training samples, e.g., existing CNN-based methods for 1D signals are highly reliant on human pre-processing. Common practices include utilizing discrete Fourier transform (DFT) to reconstruct 1D signal into 2D array. To add to extant knowledge, in this paper, a novel 1D data processing algorithm is proposed for 1D big data analysis through learning a deep deconvolutional-convolutional network. Rather than resorting to human-based techniques, we employed deconvolution layers to convert 1 D signals into 2D data. On top of the deconvolution model, the data was identified by a 2D CNN. Compared with the existing 1D signal processing algorithms, DCNet boasts the advantages of less human-made inference and higher generalization performance. Our experimental results from a varying number of training patterns (50 K to 11 M) from classification and regression demonstrate the desirability of our new approach.


LSDAT: Low-Rank and Sparse Decomposition for Decision-based Adversarial Attack

arXiv.org Machine Learning

We propose LSDAT, an image-agnostic decision-based black-box attack that exploits low-rank and sparse decomposition (LSD) to dramatically reduce the number of queries and achieve superior fooling rates compared to the state-of-the-art decision-based methods under given imperceptibility constraints. LSDAT crafts perturbations in the low-dimensional subspace formed by the sparse component of the input sample and that of an adversarial sample to obtain query-efficiency. The specific perturbation of interest is obtained by traversing the path between the input and adversarial sparse components. It is set forth that the proposed sparse perturbation is the most aligned sparse perturbation with the shortest path from the input sample to the decision boundary for some initial adversarial sample (the best sparse approximation of shortest path, likely to fool the model). Theoretical analyses are provided to justify the functionality of LSDAT. Unlike other dimensionality reduction based techniques aimed at improving query efficiency (e.g, ones based on FFT), LSD works directly in the image pixel domain to guarantee that non-$\ell_2$ constraints, such as sparsity, are satisfied. LSD offers better control over the number of queries and provides computational efficiency as it performs sparse decomposition of the input and adversarial images only once to generate all queries. We demonstrate $\ell_0$, $\ell_2$ and $\ell_\infty$ bounded attacks with LSDAT to evince its efficiency compared to baseline decision-based attacks in diverse low-query budget scenarios as outlined in the experiments.


Explainability: Relevance based Dynamic Deep Learning Algorithm for Fault Detection and Diagnosis in Chemical Processes

arXiv.org Artificial Intelligence

The focus of this work is on Statistical Process Control (SPC) of a manufacturing process based on available measurements. Two important applications of SPC in industrial settings are fault detection and diagnosis (FDD). In this work a deep learning (DL) based methodology is proposed for FDD. We investigate the application of an explainability concept to enhance the FDD accuracy of a deep neural network model trained with a data set of relatively small number of samples. The explainability is quantified by a novel relevance measure of input variables that is calculated from a Layerwise Relevance Propagation (LRP) algorithm. It is shown that the relevances can be used to discard redundant input feature vectors/ variables iteratively thus resulting in reduced over-fitting of noisy data, increasing distinguishability between output classes and superior FDD test accuracy. The efficacy of the proposed method is demonstrated on the benchmark Tennessee Eastman Process.


BERT: A Review of Applications in Natural Language Processing and Understanding

arXiv.org Artificial Intelligence

In this review, we describe the application of one of the most popular deep learning-based language models - BERT. The paper describes the mechanism of operation of this model, the main areas of its application to the tasks of text analytics, comparisons with similar models in each task, as well as a description of some proprietary models. In preparing this review, the data of several dozen original scientific articles published over the past few years, which attracted the most attention in the scientific community, were systematized. This survey will be useful to all students and researchers who want to get acquainted with the latest advances in the field of natural language text analysis.