Deep Learning
Attentive Neural Controlled Differential Equations for Time-series Classification and Forecasting
Jhin, Sheo Yon, Shin, Heejoo, Hong, Seoyoung, Park, Solhee, Park, Noseong
Neural networks inspired by differential equations have proliferated for the past several years. Neural ordinary differential equations (NODEs) and neural controlled differential equations (NCDEs) are two representative examples of them. In theory, NCDEs provide better representation learning capability for time-series data than NODEs. In particular, it is known that NCDEs are suitable for processing irregular time-series data. Whereas NODEs have been successfully extended after adopting attention, however, it had not been studied yet how to integrate attention into NCDEs. To this end, we present the method of Attentive Neural Controlled Differential Equations (ANCDEs) for time-series classification and forecasting, where dual NCDEs are used: one for generating attention values, and the other for evolving hidden vectors for a downstream machine learning task. We conduct experiments with three real-world time-series datasets and 10 baselines. After dropping some values, we also conduct irregular time-series experiments. Our method consistently shows the best accuracy in all cases by non-trivial margins. Our visualizations also show that the presented attention mechanism works as intended by focusing on crucial information.
Deploy Deep Learning Object Detection on Intel Hardware
Visual computing has used OpenCV algorithms to detect objects for decades. Deep learning inference takes computer vision to entirely new levels of sophistication with support for poor lighting, off-angled shots, and subtle flaws. What exactly is deep learning object detection? Deep learning object detection combines two computer vision tasks: localization and classification. In localization, the model identifies objects in an image and draws a bounding box around them.
Artificial Intelligence in Healthcare: What's in it for Radiology? - European Medical Group
Disclaimer: This content was commissioned and funded by Bayer AG. The healthcare industry is undergoing a major overhaul in terms of technology, and artificial intelligence (AI) in particular has huge potential to enhance all areas of patient care, from research and development of new therapy options through to diagnosis and treatment of individual patients. The breakthrough in AI is the result of advances in data collection and aggregation, processing power, and deep learning algorithms. Some of the most promising AI applications in healthcare have been in image processing and image analysis, which encompasses the remit of radiology. The medical imaging field has long been a frontrunner of digital innovation in healthcare and now also in the application of AI.
20 AI Influencers You NEED To Be Following - The AI Journal
Rachel earned her math PhD at Duke University. She is a popular writer and keynote speaker, on topics of data ethics, AI accessibility, and bias in machine learning. Her writing has been read by nearly a million people; has been translated into Chinese, Spanish, Korean, & Portuguese; and has made the front page of Hacker News 9x.
Paper Walkthrough: The Three Giants' Survey
The "Three Giants' Survey", published as "Deep Learning", is a review paper authored by Yann LeCun, Yoshua Bengio, and Geoffrey Hinton and published in the journal "Nature". It introduces deep learning, distinguishes it from classical machine learning, and discusses various important techniques and architectures such as back propagation and convolutional neural networks. Machine learning technologies have proliferated modern society, from search engines to recommender systems, from language translation to autonomous vehicles. And over the past years, interest in and utilization of a subset of machine learning techniques, labelled as deep learning, has drastically increased. One major reason for this is the ability of deep learning models to automatically discover suitable data representations when fed with raw data (methods that are able to do that are called representation-learning methods).
The Thoughts The Civilized Keep
GPT-3 is the latest attempt by OpenAI, a tech research lab in San Francisco, to unlock artificial intelligence with an anvil rather than a hairpin. As brute force strategies go, the results are impressive. The language-generating model performs well across a striking range of contexts. Given only simple prompts, GPT-3 writes not just interesting short stories and clever songs, but also executable code such as web graphics. GPT-3's ability to dazzle with prose and poetry that appears entirely natural, even erudite or lyrical, is less surprising. It's a parlor trick that its predecessor performed a year earlier, though its then-massive 1.5 billion parameters are swamped by GPT-3's power, which uses 175 billion parameters to enhance its stylistic abstractions and semantic associations. Just like their great-grandmother, Joseph Weizenbaum's ELIZA, a natural language processing program developed in the 1960s, these systems benefit considerably from human reliance on familiar heuristics for speakers' cognitive abilities.
Multi-Relational Graph based Heterogeneous Multi-Task Learning in Community Question Answering
Lin, Zizheng, Ke, Haowen, Wong, Ngo-Yin, Bai, Jiaxin, Song, Yangqiu, Zhao, Huan, Ye, Junpeng
Various data mining tasks have been proposed to study Community Question Answering (CQA) platforms like Stack Overflow. The relatedness between some of these tasks provides useful learning signals to each other via Multi-Task Learning (MTL). However, due to the high heterogeneity of these tasks, few existing works manage to jointly solve them in a unified framework. To tackle this challenge, we develop a multi-relational graph based MTL model called Heterogeneous Multi-Task Graph Isomorphism Network (HMTGIN) which efficiently solves heterogeneous CQA tasks. In each training forward pass, HMTGIN embeds the input CQA forum graph by an extension of Graph Isomorphism Network and skip connections. The embeddings are then shared across all task-specific output layers to compute respective losses. Moreover, two cross-task constraints based on the domain knowledge about tasks' relationships are used to regularize the joint learning. In the evaluation, the embeddings are shared among different task-specific output layers to make corresponding predictions. To the best of our knowledge, HMTGIN is the first MTL model capable of tackling CQA tasks from the aspect of multi-relational graphs. To evaluate HMTGIN's effectiveness, we build a novel large-scale multi-relational graph CQA dataset with over two million nodes from Stack Overflow. Extensive experiments show that: $(1)$ HMTGIN is superior to all baselines on five tasks; $(2)$ The proposed MTL strategy and cross-task constraints have substantial advantages.
Multi-modal Program Inference: a Marriage of Pre-trainedLanguage Models and Component-based Synthesis
Rahmani, Kia, Raza, Mohammad, Gulwani, Sumit, Le, Vu, Morris, Daniel, Radhakrishna, Arjun, Soares, Gustavo, Tiwari, Ashish
Multi-modal program synthesis refers to the task of synthesizing programs (code) from their specification given in different forms, such as a combination of natural language and examples. Examples provide a precise but incomplete specification, and natural language provides an ambiguous but more "complete" task description. Machine-learned pre-trained models (PTMs) are adept at handling ambiguous natural language, but struggle with generating syntactically and semantically precise code. Program synthesis techniques can generate correct code, often even from incomplete but precise specifications, such as examples, but they are unable to work with the ambiguity of natural languages. We present an approach that combines PTMs with component-based synthesis (CBS): PTMs are used to generate candidates programs from the natural language description of the task, which are then used to guide the CBS procedure to find the program that matches the precise examples-based specification. We use our combination approach to instantiate multi-modal synthesis systems for two programming domains: the domain of regular expressions and the domain of CSS selectors. Our evaluation demonstrates the effectiveness of our domain-agnostic approach in comparison to a state-of-the-art specialized system, and the generality of our approach in providing multi-modal program synthesis from natural language and examples in different programming domains.
Error Detection in Large-Scale Natural Language Understanding Systems Using Transformer Models
Chada, Rakesh, Natarajan, Pradeep, Fofadiya, Darshan, Ramachandra, Prathap
Large-scale conversational assistants like Alexa, Siri, Cortana and Google Assistant process every utterance using multiple models for domain, intent and named entity recognition. Given the decoupled nature of model development and large traffic volumes, it is extremely difficult to identify utterances processed erroneously by such systems. We address this challenge to detect domain classification errors using offline Transformer models. We combine utterance encodings from a RoBERTa model with the Nbest hypothesis produced by the production system. We then fine-tune end-to-end in a multitask setting using a small dataset of humanannotated utterances with domain classification errors. We tested our approach for detecting misclassifications from one domain that accounts for <0.5% of the traffic in a large-scale conversational AI system. Our approach achieves an F1 score of 30% outperforming a bi- LSTM baseline by 16.9% and a standalone RoBERTa model by 4.8%. We improve this further by 2.2% to 32.2% by ensembling multiple models.
Stochastic Physics-Informed Neural Networks (SPINN): A Moment-Matching Framework for Learning Hidden Physics within Stochastic Differential Equations
O'Leary, Jared, Paulson, Joel A., Mesbah, Ali
Stochastic differential equations (SDEs) are used to describe a wide variety of complex stochastic dynamical systems. Learning the hidden physics within SDEs is crucial for unraveling fundamental understanding of the stochastic and nonlinear behavior of these systems. We propose a flexible and scalable framework for training deep neural networks to learn constitutive equations that represent hidden physics within SDEs. The proposed stochastic physics-informed neural network framework (SPINN) relies on uncertainty propagation and moment-matching techniques along with state-of-the-art deep learning strategies. SPINN first propagates stochasticity through the known structure of the SDE (i.e., the known physics) to predict the time evolution of statistical moments of the stochastic states. SPINN learns (deep) neural network representations of the hidden physics by matching the predicted moments to those estimated from data. Recent advances in automatic differentiation and mini-batch gradient descent are leveraged to establish the unknown parameters of the neural networks. We demonstrate SPINN on three benchmark in-silico case studies and analyze the framework's robustness and numerical stability. SPINN provides a promising new direction for systematically unraveling the hidden physics of multivariate stochastic dynamical systems with multiplicative noise.