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
305 stars 2 forks source link

[2024/04/24] Machine Learning 輪講 #244

Open nogawanogawa opened 5 months ago

nogawanogawa commented 5 months ago

Why

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

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

What

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

Hayashi-Yudai commented 5 months ago

Knowledge-Aware Explainable Reciprocal Recommendation

(PDFのダウンロードリンクしか見つからなかったのでリンクは付けてないです)

モデルの全体像

image
nogawanogawa commented 5 months ago

A Learning-to-Rank Formulation of Clustering-Based Approximate Nearest Neighbor Search

論文URL

https://arxiv.org/abs/2404.11731

著者

Thomas Vecchiato, Claudio Lucchese, Franco Maria Nardini, Sebastian Bruch

会議

SIGIR ’24

背景

今日の情報検索ではANNは非常に重要な要素となっている。 ANNによる高速化の一般的なアプローチはクラスタリングであるが、どのクラスタ内でNNのスコアを計算するかについてはクラスタリングアルゴリズムに沿ったものが利用されている。

一方、ルーティングはクエリに対してもっとも関連するクラスタを発見するランキング問題と考えることができる。そのため、ルーティング自体もランク学習によって精度を向上させる余地がある。

目的

アプローチ

結果

top-1の問題では従来のクラスタリングをそのまま利用したものより高いaccuracyを示す

image

top-kの問題にしたとしても、従来のクラスタリングをそのまま利用したものより高いaccuracyを示す

image

embeddingを変えても優位な傾向は変わらず

image

memo

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

chimuichimu commented 5 months ago

Manipulating Recommender Systems: A Survey of Poisoning Attacks and Countermeasures

推薦システムに対する Poisoning Attacks とは

攻撃手法の分類

image

攻撃手法の例

対策方法の分類

対策方法の例

Detection Method

以下のような指標をチェックする

Prevention Method