hakubishin3 / papers

3 stars 0 forks source link

Deep Transfer Learning for Search and Recommendation #11

Closed hakubishin3 closed 3 years ago

hakubishin3 commented 4 years ago

The WEB Conference 2020 Tutorial https://sites.google.com/view/www2020-dtl-tutorial/home

hakubishin3 commented 4 years ago

Why Transfer Learning?

hakubishin3 commented 4 years ago

Transfer Learning: An Example on Linkedin

例 (1)

例 (2)

hakubishin3 commented 4 years ago

Deep Transfer Learning Approaches

hakubishin3 commented 4 years ago

Model Transfer

NNのパラメータを source domain/task と target domain/task で共有する

hakubishin3 commented 4 years ago

Feature Representation Transfer

sourceとtargetの間で特徴表現を共有する (NNでは実質model parameterの学習なので, Model Transferと一部被ってるかも)

hakubishin3 commented 4 years ago

Instance Transfer

sourceの中から適切なデータを選択してtarget modelを学習するときの訓練データに加える

hakubishin3 commented 4 years ago

Deep Transfer Learning for Search and Recommendation

検索推薦システムの概念を以下のように整理している

スクリーンショット 2020-04-29 2 50 24

hakubishin3 commented 4 years ago

Feature Transfer for Understanding and Representation

pretrained modelを使用した特徴抽出により, より良い表現を取得

hakubishin3 commented 4 years ago

Model and Instance Transfer for Ranking

関連したタスクとのマルチタスクラーニングによるModel Transferは, Web上でユーザが複数の商品にinteractする現状では実用的と言える.

Instance Transferに関しては省略(ちかれた)

hakubishin3 commented 4 years ago

The Case for Linkedin

Linkedinでは異なるプロダクトでのuserのinteractionが取れる.

例えば, Amazonの募集に応募したユーザに対して, Amazon所属のuserに繋がりを推薦するなんてことができるのではないか?

スクリーンショット 2020-04-29 13 31 02

Linkedinでは, source domainからuserの行動履歴を取ってきて, それから抽出された特徴量を用いてtarget domainの精度改善を行なっている.

スクリーンショット 2020-04-29 13 28 43

hakubishin3 commented 4 years ago

Feature Representation Transfer via Unified Embedding Learning

異なる推薦タスクを解くことで, 異なるドメイン間で共有されたエンティティ (user, item) の表現を学習する.

スクリーンショット 2020-04-29 13 34 28

hakubishin3 commented 4 years ago

Infrastructure

Training & Saving スクリーンショット 2020-04-29 13 43 53

Serving スクリーンショット 2020-04-29 13 44 02

hakubishin3 commented 4 years ago

Evaluation Results

Case Study 1: People Search + Careers Job Recommendation

スクリーンショット 2020-04-29 13 47 23

Case Study 2: Member-Company Recommendation Tasks

スクリーンショット 2020-04-29 13 52 14

スクリーンショット 2020-04-29 13 52 27