wantedly / machine-learning-round-table

Gather around the table, and have a discussion to catch up the latest trend of machine learning 🤖
https://www.wantedly.com/projects/391912
297 stars 2 forks source link

[2022/02/03]Machine Learning 輪講 #129

Open hakubishin3 opened 2 years ago

hakubishin3 commented 2 years ago

Why

Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。

prev. https://github.com/wantedly/machine-learning-round-table/issues/127

What

話したいことがある人はここにコメントしましょう! 面白いものを見つけた時点でとりあえず話すという宣言だけでもしましょう!

hakubishin3 commented 2 years ago

Deep learning for recommender systems: A Netflix case study

https://ojs.aaai.org/index.php/aimagazine/article/view/18140

nogawanogawa commented 2 years ago

A ConvNet for the 2020s

論文URL

https://arxiv.org/abs/2201.03545

著者

Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, Saining Xie

会議

2022/1/16時点でarxivのみ

背景

目的

本研究では、CNNとTransformerのアーキテクチャ上の差異を調査し、ネットワーク性能を比較する際の交絡変数を特定する。この研究では、ConvNetsのViT以前とViT以後の時代のギャップを埋めるとともに、純粋なConvNetが達成できる限界をテストすることを目的としている。

アプローチ

参考

https://github.com/nogawanogawa/paper_memo/issues/29

zerebom commented 2 years ago

Deep learning for recommender systems: A Netflix case study

同じ論文ですね🙈 https://ojs.aaai.org/index.php/aimagazine/article/view/18140

面白かったところ

Netflixでは、推薦問題をサブタスクに分割し、適材適所にモデルを利用している

image

  • 1: Topの目立つ位置に表示する、最初の動画を選択するアルゴリズム
  • 2: 検索エンジンの一部
  • 3: ユーザに送られるメッセージや通知
  • 4,6: どの行をパーソナライズして提示するかを選択するアルゴリズム
  • 5: 新しい動画を発見するためのアルゴリズム
  • 7: 引き続き視聴したいと思う既視聴の動画をランキングするアルゴリズム

他のデータセットと、推薦システムデータセットの違い

memo: https://github.com/zerebom/paper-books/issues/53