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/05/26]Machine Learning 輪講 #144

Open hakubishin3 opened 2 years ago

hakubishin3 commented 2 years ago

Why

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

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

What

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

hakubishin3 commented 2 years ago

Hybrid Reciprocal Recommender Systems: Integrating Item-to-User Principles in Reciprocal Recommendation

https://dl.acm.org/doi/abs/10.1145/3366424.3383295

従来のCFベースのRRS(相互推薦)の出力にコンテンツベースを組み合わせたハイブリッド型のRRSを提案

スクリーンショット 2022-05-26 16 44 24
nogawanogawa commented 2 years ago

Billion-scale Commodity Embedding for E-commerce Recommendation in Alibaba

論文URL

https://arxiv.org/abs/1803.02349

著者

Jizhe Wang, Pipei Huang, Huan Zhao, Zhibo Zhang, Binqiang Zhao, Dik Lun Lee

会議

KDD ’18

背景

学術界と産業界の様々な推薦方法、例えば協調フィルタリング(CF)やコンテンツベースの方法、深層学習ベースの方法の成功にもかかわらず、Taobaoではユーザーとアイテムが億単位であるため、これらの方法ではいくつかの問題が発生する

目的

ユーザーがインタラクションした各アイテムに対して類似アイテムの候補セットを生成するマッチングステージについて、 巨大なECでも使用できるアルゴリズムの開発

アプローチ

image

image

image

memo

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

zerebom commented 2 years ago

Imagen

Google謹製、Text2Imageのモデル。TextEncoder → Text2Image → 超解像モデルを通じて高精度な画像を生成する。

テキストのみで学習した大規模言語モデルが画像合成のEncoderとして有用とのこと。

出力結果がバイアスや差別を含んでおり、モデルやデモの公開は後日になる。