Code Monkey home page Code Monkey logo

notes-representation-learning's Introduction

My notes on representation learning

Self-supervised learning is a method of utilizing unsupervised data as supervised by extracting supervision from the data itself.

2 tasks:

  • Pretext task == self-supervised task: artificial task for learning representation.
  • Downstream task: main task

We don't really care about performance on pretext task

Any studies on how performance on the pretext task affects performance on doewnstream task

Difference to generative models is in their goals^

  • generative: generate well, representative
  • self-supervised: find useful features

Semi-supervised learning

Semi-supervised learning is the type of machine learning that uses a small amount of labelled data (LD) and a larger amount of unlabelled data (UD). 2 main strategies:

  1. self-training: LD -> UD train a model on LD; use it to create labels for UD; train a new model on LD and UD with fake labels 1, 2
  2. self-supervised learning: UD -> LD use UD to extract useful features; then train a model, utilizing those features, on LD

1 more sophisticated options: use only mose confident UD labels in the third step

2 EfficientNet was trained that way according to [1] (sec 4.3)

Types of self-supervised models [1] (sec 3)

  1. Generative models (autoencoders, flow-based, auto-regressive)
  2. Contrastive models (i.e. discriminative models)
  3. Generative-contrastive (= adversarial) models

Further

Self-supervised method types

Contrastive learning

Some Specific results

Semantic segmentation

SEER

References

[1] Liu et al. 2020 Self-supervised Learning: Generative or Contrastive arxiv pdf

notes-representation-learning's People

Contributors

tanyapole avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.