推薦モデルの再学習を減らす近似的な情報忘却
SURF: Subtractive Updates for Recommender Forgetting
この論文をやさしく読む
ひとことで言うと
推薦システムから特定アイテムの影響を弱めるため、小さな補助モデルを学習し、その予測スコアを元のスコアから差し引く方法です。
何に役立つ?
推薦モデル全体を再学習する負担を減らしながら、データを忘れさせる処理を行う用途が考えられます。7データセットで忘却の有効性と計算コストを比較しています。
この研究の面白いところ
元のモデルを丸ごと作り直す代わりに、対象の近傍に限定したモデルを推論時の差し引きに利用しています。
どこまで分かった?
近似的アンラーニングであり、要旨の結果だけで情報の完全消去や法令適合が保証されるわけではありません。32%はNDCG@20の最大改善値で、すべての条件の平均値ではありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
ユーザーのプライバシーやGDPRなどの規制への適合に対する要求の高まりにより、機械アンラーニングは現代の推薦システムの基本的な要件となっている。しかし、系列推薦システム(SRS)は時間的な相互作用パターンに依存するため、アンラーニングには特有の課題がある。既存の手法は、計算コストが過大な完全再学習を必要とするか、ユーザー行動の系列的な性質を考慮できていない。 本研究では、SRSで近似的な機械アンラーニングを行う軽量な枠組みSURF(Subtractive Updates for Recommender Forgetting)を提案する。SURFは、(i)埋め込み空間で忘却対象アイテムの近傍を特定し、(ii)その小さな局所部分集合で補助モデルを学習し、(iii)推論時に元のモデルのスコアから補助モデルのスコアを差し引く、という三段階で動作する。 7つのデータセットで5つのベースラインと比較した実験では、SURFは完全再学習に匹敵する忘却の有効性を、計算コストを大幅に削減しながら達成した。元の再学習ベースラインの時間予算のわずか2%で、NDCG@20に最大32%の改善を得た。コードは https://github.com/FilippoBetello/SURF で公開している。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-16(UTC)
- 最新改訂
- 2026-09-16 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-16 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The increasing demand for user privacy and compliance with regulations such as GDPR has made machine unlearning a fundamental requirement for modern recommender systems. However, Sequential Recommender Systems (SRS) pose unique challenges for unlearning due to their reliance on temporal interaction patterns. Existing approaches either require computationally prohibitive full retraining or fail to account for the sequential nature of user behavior. We propose SURF (Subtractive Updates for Recommender Forgetting), a lightweight framework for approximate machine unlearning in SRS. SURF operates in three stages: (i) identifying the neighborhood of the item to forget in the embedding space, (ii) training an auxiliary model on this compact local subset, and (iii) subtracting the auxiliary model's scores from the original model at inference time. Experiments against five baselines on 7 datasets show that SURF achieves unlearning effectiveness comparable to full retraining while substantially reducing computational cost, yielding up to a 32% improvement in NDCG@20 while requiring just 2% of the original retraining baseline time budget. We share our code at https://github.com/FilippoBetello/SURF.
arXiv ID: 2609.18695 / 要約の誤りについて