mxahan.github.io

Trending Topics 2


layout: post title: “TrendingTopics” categories: Hotopics —

The part1 consists of 10 topics, this is continuation covering some other interesting Topics

Adversarial Training

link

Defend against adversarial attack

Collaborative Filtering

Metric Learning

Federated Learning

Nice Introduction

Decentralized training! Google uses in mobile phone.

Atrous Convolution and friends

Motivation

Origin French “a trous” or hole, a.k.a dilated convolution.

where rate, r is an positive integer and r = 1 means regular convolution. Allow to enlarge the field of view.

Atrous Spatial Pyramid Pooling (ASPP)

Fully connected Conditional Random Field (CRF)

BERT

one of the great post and motivation.

Two most important point

BERT build on

Model Architecture:

Need to have ideas regarding the word embedding and contextual word embedding.

Transformer: Better long term dependencies than LSTMs. Encoder-decoder for MT. But how to use it for sentence?

OpenAI transformer: Decoder of transformer only!! Predict next words 7000 books for training. But unidirectional?

BERT: Bidirectional, used encoders!!

Pretraining:

Down-streaming Task:

BERT for feature Extraction:

another summary

original release

Self Supervision

Best starting point

great paper collection Definitely check it out.

Self-supervised task also named as pretext task. Before the final/downstream tasks.

Divergence Algorithm

contrastive divergence medium

Meta-learning

initial ideas

learning to learn. Generalized approach in learning ! (supervised, RL)

Where we can apply! Problem definition:

Solutions: Model-based, metric-based, optimization Based

Metric-based: Siamese Neural Network, Matching Network, Relation Network, Prototypical Network

Model-based: Memory-augmented NN, Meta-Network

Optimization-based: Meta-learner, MAML, first order MAML, Reptile

Algorithms for Few shot learning link

further details

Attention

link