abooundev / nlp_paper

1 stars 0 forks source link

self-supervised, semi-supervised #1

Open abooundev opened 3 years ago

abooundev commented 3 years ago

Semi-supervised Learning

image

Source: http://jalammar.github.io/illustrated-bert/

Self-supervised Learning

image

Source: https://www.kakaobrain.com/blog/118

LeCun updated his cake recipe last week at the 2019 International Solid-State Circuits Conference (ISSCC) in San Francisco, replacing “unsupervised learning” with “self-supervised learning,” a variant of unsupervised learning where the data provides the supervision.

image image

Source: https://syncedreview.com/2019/02/22/yann-lecun-cake-analogy-2-0/ Source: https://www.slideshare.net/rouyunpan/deep-learning-hardware-past-present-future

image Source: https://www.slideshare.net/xavigiro/selfsupervised-learning-from-video-sequences-xavier-giro-upc-barcelona-2019

Labeled data

image Source: https://medium.com/@behnamsabeti/various-types-of-supervision-in-machine-learning-c7f32c190fbe

In the semi-supervised learning setting, the goal is to use both a small labeled training set and a much larger unlabeled data set. image Source: http://ai.stanford.edu/blog/weak-supervision/

InhyeokYoo commented 3 years ago

다음은 CS224N을 2018년에 누가 듣고 정리한 건데, 여기서는 self-supervised learning을 semi-supervised의 한 종류라고 써놨네요.

One of the oldest and simplest semi-supervised learning algorithms (1960s)