Efficient Transfer Learning for Heterogeneous Machine Learning Domains

Efficient Transfer Learning for Heterogeneous Machine Learning Domains

Author: Zhuangdi Zhu

Publisher:

Published: 2022

Total Pages: 0

ISBN-13:

DOWNLOAD EBOOK

Recent advances in deep machine learning hinge on a large amount of labeled data. Such heavy dependence on supervision data impedes the broader application of deep learning in more practical scenarios, where data annotation and labeling can be expensive (e.g. high-frequency trading) or even dangerous (e.g. training autonomous-driving models.) Transfer Learning (TL), equivalently referred to as knowledge transfer, is an effective strategy to confront such challenges. TL, by its definition, distills the external knowledge from relevant domains into the target learning domain, hence requiring fewer supervision resources than learning-from-scratch. TL is beneficial for learning tasks for which the supervision data is limited or even unavailable. It is also an essential property to realize Generalized Artificial Intelligence. In this thesis, we propose sample-efficient TL approaches using limited, sometimes unreliable resources. We take a deep look into the setting of Reinforcement Learning (RL) and Supervised Learning, and derive solutions for the two domains respectively. Especially, for RL, we focus on a problem setting called imitation learning, where the supervision from the environment is either non-available or scarcely provided, and the learning agent must transfer knowledge from exterior resources, such as demonstration examples of a previously trained expert, to learn a good policy. For supervised learning, we consider a distributed machine learning scheme called Federated Learning (FL), which is a more challenging scenario than traditional machine learning, since the training data is distributed and non-sharable during the learning process. Under this distributed setting, it is imperative to enable TL among distributed learning clients to reach a satisfiable generalization performance. We prove by both theoretical support and extensive experiments that our proposed algorithms can facilitate the machine learning process with knowledge transfer to achieve higher asymptotic performance, in a principled and more efficient manner than the prior arts.


Transfer Learning

Transfer Learning

Author: Qiang Yang

Publisher: Cambridge University Press

Published: 2020-02-13

Total Pages: 394

ISBN-13: 1108860087

DOWNLOAD EBOOK

Transfer learning deals with how systems can quickly adapt themselves to new situations, tasks and environments. It gives machine learning systems the ability to leverage auxiliary data and models to help solve target problems when there is only a small amount of data available. This makes such systems more reliable and robust, keeping the machine learning model faced with unforeseeable changes from deviating too much from expected performance. At an enterprise level, transfer learning allows knowledge to be reused so experience gained once can be repeatedly applied to the real world. For example, a pre-trained model that takes account of user privacy can be downloaded and adapted at the edge of a computer network. This self-contained, comprehensive reference text describes the standard algorithms and demonstrates how these are used in different transfer learning paradigms. It offers a solid grounding for newcomers as well as new insights for seasoned researchers and developers.


Introduction to Transfer Learning

Introduction to Transfer Learning

Author: Jindong Wang

Publisher: Springer Nature

Published: 2023-03-30

Total Pages: 333

ISBN-13: 9811975841

DOWNLOAD EBOOK

Transfer learning is one of the most important technologies in the era of artificial intelligence and deep learning. It seeks to leverage existing knowledge by transferring it to another, new domain. Over the years, a number of relevant topics have attracted the interest of the research and application community: transfer learning, pre-training and fine-tuning, domain adaptation, domain generalization, and meta-learning. This book offers a comprehensive tutorial on an overview of transfer learning, introducing new researchers in this area to both classic and more recent algorithms. Most importantly, it takes a “student’s” perspective to introduce all the concepts, theories, algorithms, and applications, allowing readers to quickly and easily enter this area. Accompanying the book, detailed code implementations are provided to better illustrate the core ideas of several important algorithms, presenting good examples for practice.


Federated and Transfer Learning

Federated and Transfer Learning

Author: Roozbeh Razavi-Far

Publisher: Springer Nature

Published: 2022-09-30

Total Pages: 371

ISBN-13: 3031117484

DOWNLOAD EBOOK

This book provides a collection of recent research works on learning from decentralized data, transferring information from one domain to another, and addressing theoretical issues on improving the privacy and incentive factors of federated learning as well as its connection with transfer learning and reinforcement learning. Over the last few years, the machine learning community has become fascinated by federated and transfer learning. Transfer and federated learning have achieved great success and popularity in many different fields of application. The intended audience of this book is students and academics aiming to apply federated and transfer learning to solve different kinds of real-world problems, as well as scientists, researchers, and practitioners in AI industries, autonomous vehicles, and cyber-physical systems who wish to pursue new scientific innovations and update their knowledge on federated and transfer learning and their applications.


Prediction, Learning, and Games

Prediction, Learning, and Games

Author: Nicolo Cesa-Bianchi

Publisher: Cambridge University Press

Published: 2006-03-13

Total Pages: 4

ISBN-13: 113945482X

DOWNLOAD EBOOK

This important text and reference for researchers and students in machine learning, game theory, statistics and information theory offers a comprehensive treatment of the problem of predicting individual sequences. Unlike standard statistical approaches to forecasting, prediction of individual sequences does not impose any probabilistic assumption on the data-generating mechanism. Yet, prediction algorithms can be constructed that work well for all possible sequences, in the sense that their performance is always nearly as good as the best forecasting strategy in a given reference class. The central theme is the model of prediction using expert advice, a general framework within which many related problems can be cast and discussed. Repeated game playing, adaptive data compression, sequential investment in the stock market, sequential pattern analysis, and several other problems are viewed as instances of the experts' framework and analyzed from a common nonstochastic standpoint that often reveals new and intriguing connections.


Transfer Learning for Large Scale Data-driven Modeling and Its Applications in Social Science

Transfer Learning for Large Scale Data-driven Modeling and Its Applications in Social Science

Author: Yifan Li

Publisher:

Published: 2021

Total Pages: 0

ISBN-13:

DOWNLOAD EBOOK

Proliferation of Internet technology in daily life has created numerous data. These data may come from a variety of sources, such as social networks, online businesses, sensors,military surveillance and so on. Generally speaking, these data could be either dynamic or static. Such huge amount of data, along with modern powerful computing capabilities, had pushed forward tremendous amount of applications in AI substantially, including computer vision, natural language processing, cyber-security, and etc. However, most applications still depends heavily on labeled data. The need of massive labeled data hinders the progress of AI research since the labeling process is very laborious and costly, and also goes against how human beings learn - human beings do not require many labeled data by drawing inferences.Transfer learning, as a popular machine learning paradigm recently, leverages knowledge from a source domain to effectively learn predictive models in a target domain which does not have sufficient labeled data. In this dissertation, we propose to investigate transfer learning techniques on an extensive of data-driven applications. First, we unveil a heterogeneous domain adaptation framework on multiple data stream settings, and we apply it to detect cyber attacks within the data stream. Then, we show that multitask learning on multiple domains may actually help with the classification and retrieval tasks on Computer Vision(CV) applications. After the two applications, we shift the research scope to the scenario of offline learning, and test our transfer learning algorithm on sentiment classification task in Natural Language Processing (NLP) domain. We extend the application scenarios even further to the political science domain. We discuss the potential of the modern Graph Neural Networks (GNN) and apply it to the applications of time series forecasting with additional spatial information. Such application includes a number of critical tasks in social science, including but not limited to peace research, transportation analysis, and epidemic spread modeling. We further address modeling challenges observed during the aforementioned applications, such as scalability, model complexity and etc.


Metric Learning

Metric Learning

Author: Aurélien Muise

Publisher: Springer Nature

Published: 2022-05-31

Total Pages: 139

ISBN-13: 303101572X

DOWNLOAD EBOOK

Similarity between objects plays an important role in both human cognitive processes and artificial systems for recognition and categorization. How to appropriately measure such similarities for a given task is crucial to the performance of many machine learning, pattern recognition and data mining methods. This book is devoted to metric learning, a set of techniques to automatically learn similarity and distance functions from data that has attracted a lot of interest in machine learning and related fields in the past ten years. In this book, we provide a thorough review of the metric learning literature that covers algorithms, theory and applications for both numerical and structured data. We first introduce relevant definitions and classic metric functions, as well as examples of their use in machine learning and data mining. We then review a wide range of metric learning algorithms, starting with the simple setting of linear distance and similarity learning. We show how one may scale-up these methods to very large amounts of training data. To go beyond the linear case, we discuss methods that learn nonlinear metrics or multiple linear metrics throughout the feature space, and review methods for more complex settings such as multi-task and semi-supervised learning. Although most of the existing work has focused on numerical data, we cover the literature on metric learning for structured data like strings, trees, graphs and time series. In the more technical part of the book, we present some recent statistical frameworks for analyzing the generalization performance in metric learning and derive results for some of the algorithms presented earlier. Finally, we illustrate the relevance of metric learning in real-world problems through a series of successful applications to computer vision, bioinformatics and information retrieval. Table of Contents: Introduction / Metrics / Properties of Metric Learning Algorithms / Linear Metric Learning / Nonlinear and Local Metric Learning / Metric Learning for Special Settings / Metric Learning for Structured Data / Generalization Guarantees for Metric Learning / Applications / Conclusion / Bibliography / Authors' Biographies


Person Re-Identification

Person Re-Identification

Author: Shaogang Gong

Publisher: Springer Science & Business Media

Published: 2014-01-03

Total Pages: 446

ISBN-13: 144716296X

DOWNLOAD EBOOK

The first book of its kind dedicated to the challenge of person re-identification, this text provides an in-depth, multidisciplinary discussion of recent developments and state-of-the-art methods. Features: introduces examples of robust feature representations, reviews salient feature weighting and selection mechanisms and examines the benefits of semantic attributes; describes how to segregate meaningful body parts from background clutter; examines the use of 3D depth images and contextual constraints derived from the visual appearance of a group; reviews approaches to feature transfer function and distance metric learning and discusses potential solutions to issues of data scalability and identity inference; investigates the limitations of existing benchmark datasets, presents strategies for camera topology inference and describes techniques for improving post-rank search efficiency; explores the design rationale and implementation considerations of building a practical re-identification system.


Transfer Learning and Deep Domain Adaptation

Transfer Learning and Deep Domain Adaptation

Author: Jing He

Publisher:

Published: 2019

Total Pages: 0

ISBN-13:

DOWNLOAD EBOOK

Transfer learning is an emerging technique in machine learning, by which we can solve a new task with the knowledge obtained from an old task in order to address the lack of labeled data. In particular deep domain adaptation (a branch of transfer learning) gets the most attention in recently published articles. The intuition behind this is that deep neural networks usually have a large capacity to learn representation from one dataset and part of the information can be further used for a new task. In this research, we firstly present the complete scenarios of transfer learning according to the domains and tasks. Secondly, we conduct a comprehensive survey related to deep domain adaptation and categorize the recent advances into three types based on implementing approaches: fine-tuning networks, adversarial domain adaptation, and sample-reconstruction approaches. Thirdly, we discuss the details of these methods and introduce some typical real-world applications. Finally, we conclude our work and explore some potential issues to be further addressed.


Biomedical Natural Language Processing

Biomedical Natural Language Processing

Author: Kevin Bretonnel Cohen

Publisher: John Benjamins Publishing Company

Published: 2014-02-15

Total Pages: 174

ISBN-13: 9027271062

DOWNLOAD EBOOK

Biomedical Natural Language Processing is a comprehensive tour through the classic and current work in the field. It discusses all subjects from both a rule-based and a machine learning approach, and also describes each subject from the perspective of both biological science and clinical medicine. The intended audience is readers who already have a background in natural language processing, but a clear introduction makes it accessible to readers from the fields of bioinformatics and computational biology, as well. The book is suitable as a reference, as well as a text for advanced courses in biomedical natural language processing and text mining.