paper-with-me

Papers

Combining Probabilistic Logic and Deep Learning for Self-Supervised Learning

2021-07-27 · Hoifung Poon, Hai Wang, Hunter Lang

Deep learning has proven effective for various application tasks, but its applicability is limited by the reliance on annotated examples. Self-supervised learning has emerged as a promising direction to alleviate the supervision bottleneck, but existing work focuses on leveraging co-occurrences in unlabeled data for task-agnostic representation learning, as exemplified by masked language model pretraining. In this chapter, we explore task-specific self-supervision, which leverages domain knowledge to automatically annotate noisy training examples for end applications, either by introducing labeling functions for annotating individual instances, or by imposing constraints over interdependent label decisions. We first present deep probabilistic logic(DPL), which offers a unifying framework for task-specific self-supervision by composing probabilistic logic with deep learning. DPL represents unknown labels as latent variables and incorporates diverse self-supervision using probabilistic logic to train a deep neural network end-to-end using variational EM. Next, we present self-supervised self-supervision(S4), which adds to DPL the capability to learn new self-supervision automatically. Starting from an initial seed self-supervision, S4 iteratively uses the deep neural network to propose new self supervision. These are either added directly (a form of structured self-training) or verified by a human expert (as in feature-based active learning). Experiments on real-world applications such as biomedical machine reading and various text classification tasks show that task-specific self-supervision can effectively leverage domain expertise and often match the accuracy of supervised methods with a tiny fraction of human effort.

📄 PDF Abstract BibTeX arXiv:2107.12591

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningDeep LearningLanguage ModellingReading ComprehensionRepresentation LearningSelf-Supervised Learningtext-classificationText Classification

Similar Papers 제목 키워드 기반

Self-supervised self-supervision by combining deep learning and probabilistic logic

2020-12-23 · Hunter Lang, Hoifung Poon

Labeling training examples at scale is a perennial challenge in machine learning. Self-supervision methods compensate for the lack of direct supervision by leveraging prior knowledge to automatically generate noisy label…

Active LearningSelf-Supervised Learning

Probabilistic Noise2Void: Unsupervised Content-Aware Denoising

2019-06-03 · Alexander Krull, Tomas Vicar, Florian Jug

Today, Convolutional Neural Networks (CNNs) are the leading method for image denoising. They are traditionally trained on pairs of images, which are often hard to obtain for practical applications. This motivates self-su…

DenoisingImage Denoising

Learning to diagnose cirrhosis from radiological and histological labels with joint self and weakly-supervised pretraining strategies

2023-02-16 · Emma Sarfati, Alexandre Bone, Marc-Michel Rohe, Pietro Gori 외

Identifying cirrhosis is key to correctly assess the health of the liver. However, the gold standard diagnosis of the cirrhosis needs a medical intervention to obtain the histological confirmation, e.g. the METAVIR score…

Transfer Learning

Can Graph Neural Networks Help Logic Reasoning?

2019-06-05 · Yuyu Zhang, Xinshi Chen, Yuan Yang, Arun Ramamurthy 외

Effectively combining logic reasoning and probabilistic inference has been a long-standing goal of machine learning: the former has the ability to generalize with small training data, while the latter provides a principl…

A Probabilistic Model for Discriminative and Neuro-Symbolic Semi-Supervised Learning

2020-06-10 · Carl Allen, Ivana Balažević, Timothy Hospedales

Much progress has been made in semi-supervised learning (SSL) by combining methods that exploit different aspects of the data distribution, e.g. consistency regularisation relies on properties of $p(x)$, whereas entropy …

Data AugmentationImage AugmentationLogical Reasoning