Goto

Collaborating Authors

 Deep Learning


Fine-tune and host Hugging Face BERT models on Amazon SageMaker

#artificialintelligence

The last few years have seen the rise of transformer deep learning architectures to build natural language processing (NLP) model families. The adaptations of the transformer architecture in models such as BERT, RoBERTa, T5, GPT-2, and DistilBERT outperform previous NLP models on a wide range of tasks, such as text classification, question answering, summarization, and text generation. These models are exponentially growing larger in size from several million parameters to several hundred billion parameters. As the number of model parameters increases, so does the computational infrastructure that is necessary to train these models. This requires a significant amount of time, skill, and compute resources to train and optimize the models.


How Companies are Using Artificial Intelligence?

#artificialintelligence

Artificial Intelligence (AI) is boosting business efficiency and productivity by automating procedures and operations that previously required human intervention. AI can also understand data on a level that no human has ever been able to. This skill has the potential to provide significant business benefits. Every function, business, and sector may benefit from AI. There are both general and industry-specific applications in this category.


Interpretable Compositional Convolutional Neural Networks

#artificialintelligence

This paper proposes a method to modify a traditional convolutional neural network (CNN) into an interpretable compositional CNN, in order to learn filters that encode meaningful visual patterns in intermediate convolutional layers. In a compositional CNN, each filter is supposed to consistently represent a specific compositional object part or image region with a clear meaning. The compositional CNN learns from image labels for classification without any annotations of parts or regions for supervision. Our method can be broadly applied to different types of CNNs. Experiments have demonstrated the effectiveness of our method.


COVID-19: quality of life and artificial intelligence

#artificialintelligence

Bongs Lainjo Cybermatic International, Montréal, QC, Canada Correspondence: Bongs Lainjo Email [email protected] Abstract: The objective of the study is to conduct an exploratory review of the Covid-19 pandemic by focusing on the theme of Covid-19 pandemic morbidity and mortality, considering the dynamics of artificial intelligence and quality of life (QOL). The methods used in this research paper include a review of literature, anecdotal evidence, and reports on the morbidity of COVID-19, including the scope of its devastating effects in different countries such as the US, Africa, UK, China, and Brazil, among others. The findings of this study suggested that the devastating effects of the coronavirus are felt across different vulnerable populations. These include the elderly, front-line workers, marginalized communities, visible minorities, and more. The challenge in Africa is especially daunting because of inadequate infrastructure, and financial and human resources, among others. Besides, AI technology is being successfully used by scientists to enhance the development process of vaccines and drugs. However, its usage in other stages of the pandemic has not been adequately explored. Ultimately, it has been concluded that the effects of the Covid-19 are producing unprecedented and catastrophic outcomes in many countries. With a few exceptions, the common and current intervention approach is driven by many factors, including the compilation of relevant reliable and compelling data sets. On a positive note, the compelling trailblazing and catalytic contributions of AI towards the rapid discovery of COVID-19 vaccines are a good indication of future technological innovations and their effectiveness. History has a way of reminding us that while the good times are great, a business as usual comes with many unforeseen risks and challenges. On a positive note, stress, anxiety, and other mental health issues have turned around many mindsets in certain groups. There are now significant and unprecedented levels of compassion, empathy, and more, originating from many populations. One such instance, wherein significant challenges were posed to the community is at the time of the First World War. Besides, there was the Spanish plague, there was the second world war and for the last 60 plus years, we have had to live in a world of misgivings; ranging from populism to political unrests and instability in several parts of the world, primarily the Middle East and some parts of Asia.


Sarcasm Detection in Twitter -- Performance Impact while using Data Augmentation: Word Embeddings

arXiv.org Artificial Intelligence

Sarcasm is the use of words usually used to either mock or annoy someone, or for humorous purposes. Sarcasm is largely used in social networks and microblogging websites, where people mock or censure in a way that makes it difficult even for humans to tell if what is said is what is meant. Failure to identify sarcastic utterances in Natural Language Processing applications such as sentiment analysis and opinion mining will confuse classification algorithms and generate false results. Several studies on sarcasm detection have utilized different learning algorithms. However, most of these learning models have always focused on the contents of expression only, leaving the contextual information in isolation. As a result, they failed to capture the contextual information in the sarcastic expression. Moreover, some datasets used in several studies have an unbalanced dataset which impacting the model result. In this paper, we propose a contextual model for sarcasm identification in twitter using RoBERTa, and augmenting the dataset by applying Global Vector representation (GloVe) for the construction of word embedding and context learning to generate more data and balancing the dataset. The effectiveness of this technique is tested with various datasets and data augmentation settings. In particular, we achieve performance gain by 3.2% in the iSarcasm dataset when using data augmentation to increase 20% of data labeled as sarcastic, resulting F-score of 40.4% compared to 37.2% without data augmentation.


Data-Driven Reduced-Order Modeling of Spatiotemporal Chaos with Neural Ordinary Differential Equations

arXiv.org Artificial Intelligence

Dissipative partial differential equations that exhibit chaotic dynamics tend to evolve to attractors that exist on finite-dimensional manifolds. We present a data-driven reduced order modeling method that capitalizes on this fact by finding the coordinates of this manifold and finding an ordinary differential equation (ODE) describing the dynamics in this coordinate system. The manifold coordinates are discovered using an undercomplete autoencoder -- a neural network (NN) that reduces then expands dimension. Then the ODE, in these coordinates, is approximated by a NN using the neural ODE framework. Both of these methods only require snapshots of data to learn a model, and the data can be widely and/or unevenly spaced. We apply this framework to the Kuramoto-Sivashinsky for different domain sizes that exhibit chaotic dynamics. With this system, we find that dimension reduction improves performance relative to predictions in the ambient space, where artifacts arise. Then, with the low-dimensional model, we vary the training data spacing and find excellent short- and long-time statistical recreation of the true dynamics for widely spaced data (spacing of ~0.7 Lyapunov times). We end by comparing performance with various degrees of dimension reduction, and find a "sweet spot" in terms of performance vs. dimension.


DeepTaskAPT: Insider APT detection using Task-tree based Deep Learning

arXiv.org Artificial Intelligence

APT, known as Advanced Persistent Threat, is a difficult challenge for cyber defence. These threats make many traditional defences ineffective as the vulnerabilities exploited by these threats are insiders who have access to and are within the network. This paper proposes DeepTaskAPT, a heterogeneous task-tree based deep learning method to construct a baseline model based on sequences of tasks using a Long Short-Term Memory (LSTM) neural network that can be applied across different users to identify anomalous behaviour. Rather than applying the model to sequential log entries directly, as most current approaches do, DeepTaskAPT applies a process tree based task generation method to generate sequential log entries for the deep learning model. To assess the performance of DeepTaskAPT, we use a recently released synthetic dataset, DARPA Operationally Transparent Computing (OpTC) dataset and a real-world dataset, Los Alamos National Laboratory (LANL) dataset. Both of them are composed of host-based data collected from sensors. Our results show that DeepTaskAPT outperforms similar approaches e.g. DeepLog and the DeepTaskAPT baseline model demonstrate its capability to detect malicious traces in various attack scenarios while having high accuracy and low false-positive rates. To the best of knowledge this is the very first attempt of using recently introduced OpTC dataset for cyber threat detection.


Structured Prediction in NLP -- A survey

arXiv.org Artificial Intelligence

Over the last several years, the field of Structured prediction in NLP has had seen huge advancements with sophisticated probabilistic graphical models, energy-based networks, and its combination with deep learning-based approaches. This survey provides a brief of major techniques in structured prediction and its applications in the NLP domains like parsing, sequence labeling, text generation, and sequence to sequence tasks. We also deep-dived into energy-based and attention-based techniques in structured prediction, identified some relevant open issues and gaps in the current state-of-the-art research, and have come up with some detailed ideas for future research in these fields.


Deep Generative Modeling for Protein Design

arXiv.org Artificial Intelligence

Deep learning approaches have produced substantial breakthroughs in fields such as image classification and natural language processing and are making rapid inroads in the area of protein design. Many generative models of proteins have been developed that encompass all known protein sequences, model specific protein families, or extrapolate the dynamics of individual proteins. Those generative models can learn protein representations that are often more informative of protein structure and function than hand-engineered features. Furthermore, they can be used to quickly propose millions of novel proteins that resemble the native counterparts in terms of expression level, stability, or other attributes. The protein design process can further be guided by discriminative oracles to select candidates with the highest probability of having the desired properties. In this review, we discuss five classes of generative models that have been most successful at modeling proteins and provide a framework for model guided protein design.


Black-Box Attacks on Sequential Recommenders via Data-Free Model Extraction

arXiv.org Artificial Intelligence

We investigate whether model extraction can be used to "steal" the weights of sequential recommender systems, and the potential threats posed to victims of such attacks. This type of risk has attracted attention in image and text classification, but to our knowledge not in recommender systems. We argue that sequential recommender systems are subject to unique vulnerabilities due to the specific autoregressive regimes used to train them. Unlike many existing recommender attackers, which assume the dataset used to train the victim model is exposed to attackers, we consider a data-free setting, where training data are not accessible. Under this setting, we propose an API-based model extraction method via limited-budget synthetic data generation and knowledge distillation. We investigate state-of-the-art models for sequential recommendation and show their vulnerability under model extraction and downstream attacks. We perform attacks in two stages. (1) Model extraction: given different types of synthetic data and their labels retrieved from a black-box recommender, we extract the black-box model to a white-box model via distillation. (2) Downstream attacks: we attack the black-box model with adversarial samples generated by the white-box recommender. Experiments show the effectiveness of our data-free model extraction and downstream attacks on sequential recommenders in both profile pollution and data poisoning settings.