SlideShare a Scribd company logo
1 of 26
Download to read offline
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
DLゼミ
Intention Nets: Psychology-Inspired User Choice
Behavior Modeling for Next-Basket Prediction
北海道大学 大学院情報科学研究院
情報理工学部門 複合情報工学分野 調和系工学研究室
博士後期課程2年 幡本 昂平
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• Shoujin Wang,1 Liang Hu,2,3,∗ Yan Wang,1,∗ Quan Z. Sheng,1 Mehmet
Orgun,1 Longbing Cao2
– 1Department of Computing, Macquarie University
– 2Advanced Analytics Institute, University of Technology Sydney
– 3University of Shanghai for Science and Technology
• The Thirty-Fourth AAAI Conference on Artificial Intelligence
(AAAI-20)
• S. Wang, L. Hu, Y. Wang, Q. Z. Sheng, M. Orgun, and L. Cao, “Intention Nets: Psychology-
Inspired User Choice Behavior Modeling for Next-Basket Prediction,” AAAI, vol. 34, no. 04, pp.
6259–6266, Apr. 2020, doi: 10.1609/aaai.v34i04.6093.
書誌情報 2
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 心理学の知見を組み込んだ,ユーザ行動の予
測モデルであるIntention Netsを提案
• 意図によって行動の継続期間は異なることに
着目
• ユーザの次回の購買商品を予測するnext-
basket predictionで先行事例よりも優れた精
度を達成
論文概要 3
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 人間の行動は複雑で不確実
– 心理学者は意図を形成し,行動をおこす誘引とな
る要素を理解しようしている
• この論文では複雑なユーザ行動として,
次に買う商品集合(basket)の予測を扱う
背景 4
予測
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 心理学理論[Albarracin and Wyer Jr 2000]
ユーザの行動はある目的を達成するための
異質な意図(intention)の集合で決定される
• 例
– ある購買された商品集合(basket)
• (少なくとも)2つの意図
– 赤ちゃんの授乳
– 痛み止め
心理学におけるユーザ行動の理解 5
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 意図はその継続時間が異なることがある
– 持続的:赤ちゃんへの授乳
• 赤矢印で表される長期間の粉ミルク購入
– 一時的:痛み止め
• 緑矢印で表される絆創膏と痛み止めの購入で終了
意図の異質性 6
basketのシーケンス例
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 心理学[Carrera et al. 2012]
ユーザ行動は階層的な枠組みで記述できると
指摘
• 各意図はそれぞれの継続時間だけ複数の
バスケットに関連する結果をもたらす
意図の階層性 7
買い物かごを満たす
赤ちゃんの授乳 痛み止め ・・・
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• ユーザの行動シーケンスを機械的にモデル化
– 1時間ごとの気温のような均質なデータ点の扱い
– 意図の異質性を無視
– 例
• Markov chain-based (Rendle and et al. 2010)
• RNN (Wan et al. 2015; Yu et al. 2016)
• 機械的なモデル化では以下が困難
– 行動の深い理解(意図の異質性など)
– next-basketの正しい予測
従来のnext-basket prediction method 8
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 心理学の知見を取り込んだIntention Nets(IntNet)
– 意図を抽出するIntention Recognition Nets(IRN)
– 意図ごとの行動推移を捉えるParallel Action Chain
Net(PACN)
• 意図の継続時間による行動の依存関係を捉える専用のユニット
Persistent-Transient Intention Units(PTIU)を設計
提案モデル 9
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• ①アイテム𝑣𝑣𝑖𝑖から意図を抽出
– 𝐾𝐾次元embedding𝐯𝐯𝑖𝑖に変換
– IRNで隠れ意図ベクトルを抽出
• 𝐾𝐾 × 𝑚𝑚次元行列𝐖𝐖pでフィルタ
• ソフトマックスで確率に
• gumbel-softmax trick[Jang, Gu, and Poole 2017]で各アイテムを特定の意
図に対応付ける
– 微分可能性を保ちつつ,ワンホットエンコーディングに近い形に変換してく
れる処理
– 商品と対応付けて𝑘𝑘番目の意図に関する行動embeddingを計算
Intention Recognition Nets 10
①
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• ACNをm個の意図分,並列に並べた構成
– 各ACNは𝑡𝑡 − 1個PTIUを結合させている
• 1時点前までの意図による継続した行動を捉える
– PTIUは意図の継続期間を捉えられる工夫をおこなった
ユニット
Parallel Action Chain Nets (PACN) 11
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• RNNで使われるLSTMやGRUといったセルでは
意図による行動継続期間の異質性を捉えられ
ない
– 各時点での(意図?)状態の更新操作が同じ
• 継続期間にかかわらず同じゲートで処理しているという
解釈
• PTIUのアイデア
– ordered neurons LSTM[Shen et al. 2019](ICLR 2019 best
paper)と同じように状態更新処理の役割を明示的
にする
– 持続的意図と一時的意図を別で扱うような構成
Persistent-Transient Intention Units (PTIU) 12
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• GRUに改変を加えた構成
PTIUの構成 13
GRU
出典:http://colah.github.io/posts/2015-08-Understanding-LSTMs/
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 現在の意図状態�
h𝑗𝑗を計算(GRUと同じ)
意図状態の計算 14
リセットゲートのベクトル
更新ゲートのベクトル
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 持続意図ゲートと一時意図ゲートを計算
意図ゲート 15
cumulative
softmax
[Shen et al. 2019]
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 状態ベクトル𝐡𝐡𝑗𝑗−1の持続的・一時的のカット
オフ点を予測する
• ソフトマックス関数の出力を累積和した値
• 持続的意図の情報と一時的意図の情報は𝐡𝐡𝑗𝑗−1
の特定の部分にエンコードされていると仮定
Cumulative softmax [Shen et al. 2019] 16
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• resilientゲートの計算:持続性と一時性の適応的なト
レードオフ
• 最終出力
次状態の出力 17
持続的意図
一時的意図
持続性と一時性のトレードオフを考慮
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 出力された意図状態を結合
• 候補アイテム𝐯𝐯𝑡𝑡について,意図embeddingを抽出
• 意図とアイテムの関連度スコアを内積で計算
• ロジスティック関数で確率化
• 確率でtop-nのアイテムを出力
Next-basketの予測方法 18
商品の意図ベクトル
(おおよそonehot)
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 2つの実オンライントランザクションデータ
– Tmall
• IJCAI-15のコンペでリリース
• 6ヶ月間のTmallでの購買データ
• 中国のAmazon
– Tafeng
• Kaggleでリリース
• 4ヶ月間の中国のスーパーでの購買データ
• いずれもnext-basket予測のパフォーマンス測
定によく使われる
実験で利用するデータ 19
https://www.tmall.com/
https://www.kaggle.com/chiranjivdas09/ta-feng-grocery-dataset
https://tianchi.aliyun.com/dataset/dataDetail?dataId=42
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• バスケットのシーケンス長𝑡𝑡はデータセットごとに固定
– sliding windowで取り出し
– 元データより𝑡𝑡が長い場合はパディング&マスキング
• 論文ではデータのうち30%をTestにした場合を報告
– 20%, 40%でも実験自体は実施
• 提案モデルのembeddingの次元数は100(経験的に決定)
• 意図数𝑚𝑚は3(バリデーションセットで決定)
データの取り扱い・パラメータ 20
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 予測スコアをベースラインモデルと比較
– F1スコア, Hit Rate,
nDCGで比較
– 3%~19.89%の精度向上
– Recallも改善
IntNet vs. Baselines 21
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• ACNを一つだけにしたIntNet-Sと比較
– 最低15%改善
• ユーザの選択が異なる意図に基づくことを示している
ACN並列化の効果 22
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• IntNetのACNのユニットをGRUにしたIntNet-GRUと比較
• 最低10%向上
– PTIUがGRUよりも異なる長さの意図を扱えることを示す
PTIU vs. GRU 23
GRU GRU GRU
GRU GRU GRU
GRU GRU GRU
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 同じbasket内ではアイテムごとに意図が異なる
• ほとんどのアイテムは1つの意図に集中
• PACNの並列化が有効であることの根拠
アイテムを意図に変換するIRNの出力可視化 24
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 8バスケット間の意図ゲートの推移
– ACN1では持続意図ゲートが大きな値,ACN3では逆
– ACN1は一時的な行動を,ACN3は持続的な行動をモデル化
している
• PTIUが異質性を捉えられている証拠
意図ゲートの可視化 25
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• Intention Recognition Nets(IRN)とParallel
Action Chain Net(PACN)からなるIntention
Netsを提案
• ordered-neuron LSTMに近い工夫をしたユ
ニットPTIUも設計
– 持続的意図と一時的的意図を捉えることに成功
• ACNの並列も複数意図を捉えるのに貢献
まとめ 26

More Related Content

What's hot

Learning to Incetivize Other Learning Agents
Learning to Incetivize Other Learning AgentsLearning to Incetivize Other Learning Agents
Learning to Incetivize Other Learning Agentsharmonylab
 
Anomaly Detection for an E-commerce Pricing System
Anomaly Detection for an E-commerce Pricing SystemAnomaly Detection for an E-commerce Pricing System
Anomaly Detection for an E-commerce Pricing Systemharmonylab
 
Personalized outfit recommendation with learnable anchors
Personalized outfit recommendation with learnable anchorsPersonalized outfit recommendation with learnable anchors
Personalized outfit recommendation with learnable anchorsharmonylab
 
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究harmonylab
 
メトリックラーニングを用いたバス乗客ODデータの推定に関する研究
メトリックラーニングを用いたバス乗客ODデータの推定に関する研究メトリックラーニングを用いたバス乗客ODデータの推定に関する研究
メトリックラーニングを用いたバス乗客ODデータの推定に関する研究harmonylab
 
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究harmonylab
 
灯油残量推定に基づく灯油配送計画の最適化に関する研究
灯油残量推定に基づく灯油配送計画の最適化に関する研究灯油残量推定に基づく灯油配送計画の最適化に関する研究
灯油残量推定に基づく灯油配送計画の最適化に関する研究harmonylab
 
Lecture on AI and Machine Learning
Lecture on AI and Machine LearningLecture on AI and Machine Learning
Lecture on AI and Machine LearningXiaonan Wang
 
2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇butest
 
WWW 2021report public
WWW 2021report publicWWW 2021report public
WWW 2021report publicTakuma Oda
 
Using Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in ImagesUsing Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in Imagesijtsrd
 
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画Ichigaku Takigawa
 
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using PerspectiveStereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using PerspectiveCassidy Chen
 
Car Overview Dec 2008
Car Overview Dec 2008Car Overview Dec 2008
Car Overview Dec 2008demerling
 
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画Ichigaku Takigawa
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...AM Publications
 
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...gerogepatton
 
January 2021: Top Ten Cited Article in Computer Science, Engineering
January 2021: Top Ten Cited Article in Computer Science, Engineering January 2021: Top Ten Cited Article in Computer Science, Engineering
January 2021: Top Ten Cited Article in Computer Science, Engineering IJCSEA Journal
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningIchigaku Takigawa
 

What's hot (20)

Learning to Incetivize Other Learning Agents
Learning to Incetivize Other Learning AgentsLearning to Incetivize Other Learning Agents
Learning to Incetivize Other Learning Agents
 
Anomaly Detection for an E-commerce Pricing System
Anomaly Detection for an E-commerce Pricing SystemAnomaly Detection for an E-commerce Pricing System
Anomaly Detection for an E-commerce Pricing System
 
Personalized outfit recommendation with learnable anchors
Personalized outfit recommendation with learnable anchorsPersonalized outfit recommendation with learnable anchors
Personalized outfit recommendation with learnable anchors
 
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
 
メトリックラーニングを用いたバス乗客ODデータの推定に関する研究
メトリックラーニングを用いたバス乗客ODデータの推定に関する研究メトリックラーニングを用いたバス乗客ODデータの推定に関する研究
メトリックラーニングを用いたバス乗客ODデータの推定に関する研究
 
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
 
灯油残量推定に基づく灯油配送計画の最適化に関する研究
灯油残量推定に基づく灯油配送計画の最適化に関する研究灯油残量推定に基づく灯油配送計画の最適化に関する研究
灯油残量推定に基づく灯油配送計画の最適化に関する研究
 
Lecture on AI and Machine Learning
Lecture on AI and Machine LearningLecture on AI and Machine Learning
Lecture on AI and Machine Learning
 
2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇
 
WWW 2021report public
WWW 2021report publicWWW 2021report public
WWW 2021report public
 
Using Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in ImagesUsing Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in Images
 
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
 
Grid07 3 Gasos
Grid07 3 GasosGrid07 3 Gasos
Grid07 3 Gasos
 
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using PerspectiveStereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
 
Car Overview Dec 2008
Car Overview Dec 2008Car Overview Dec 2008
Car Overview Dec 2008
 
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
 
January 2021: Top Ten Cited Article in Computer Science, Engineering
January 2021: Top Ten Cited Article in Computer Science, Engineering January 2021: Top Ten Cited Article in Computer Science, Engineering
January 2021: Top Ten Cited Article in Computer Science, Engineering
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and Intervening
 

Similar to Intention Nets: Psychology-Inspired User Choice Behavior Modeling for Next-Basket Prediction

A Transformer-based Framework for Multivariate Time Series Representation Lea...
A Transformer-based Framework for Multivariate Time Series Representation Lea...A Transformer-based Framework for Multivariate Time Series Representation Lea...
A Transformer-based Framework for Multivariate Time Series Representation Lea...harmonylab
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...IRJET Journal
 
Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...
Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...
Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...solit
 
Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012
Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012
Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012Preferred Networks
 
Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...
Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...
Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...Kurata Takeshi
 
White Paper on Manufacturing Industries in Japan.
White Paper on Manufacturing Industries in Japan. White Paper on Manufacturing Industries in Japan.
White Paper on Manufacturing Industries in Japan. Takafumi Matsumaru
 
M.Tech computer-science-and-software-engineering
M.Tech computer-science-and-software-engineeringM.Tech computer-science-and-software-engineering
M.Tech computer-science-and-software-engineeringJECRC UNIVERSITY, RAJASTHAN
 
IRJET- Classification of Assembly (W-Section) using Artificial Intelligence
IRJET- Classification of Assembly (W-Section) using Artificial IntelligenceIRJET- Classification of Assembly (W-Section) using Artificial Intelligence
IRJET- Classification of Assembly (W-Section) using Artificial IntelligenceIRJET Journal
 
IRJET- Information Reterival of Text-based Deep Stock Prediction
IRJET-  	  Information Reterival of Text-based Deep Stock PredictionIRJET-  	  Information Reterival of Text-based Deep Stock Prediction
IRJET- Information Reterival of Text-based Deep Stock PredictionIRJET Journal
 
0th project presentation Temp[1].pptx
0th project presentation Temp[1].pptx0th project presentation Temp[1].pptx
0th project presentation Temp[1].pptx1hk20is002
 
Cognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex TasksCognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex TasksIRJET Journal
 
Social Distancing Detector Management System
Social Distancing Detector Management SystemSocial Distancing Detector Management System
Social Distancing Detector Management SystemIRJET Journal
 
IIoT : Old Wine in a New Bottle?
IIoT : Old Wine in a New Bottle?IIoT : Old Wine in a New Bottle?
IIoT : Old Wine in a New Bottle?Venu Vasudevan
 
Video Analytics on Hadoop webinar victor fang-201309
Video Analytics on Hadoop webinar victor fang-201309Video Analytics on Hadoop webinar victor fang-201309
Video Analytics on Hadoop webinar victor fang-201309DrVictorFang
 
BLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNING
BLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNINGBLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNING
BLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNINGIRJET Journal
 
A survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksA survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksIRJET Journal
 
IRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction SystemIRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction SystemIRJET Journal
 

Similar to Intention Nets: Psychology-Inspired User Choice Behavior Modeling for Next-Basket Prediction (20)

A Transformer-based Framework for Multivariate Time Series Representation Lea...
A Transformer-based Framework for Multivariate Time Series Representation Lea...A Transformer-based Framework for Multivariate Time Series Representation Lea...
A Transformer-based Framework for Multivariate Time Series Representation Lea...
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
 
Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...
Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...
Solit 2014, Подготовка специалистов в сфере It на факультетe информационных т...
 
Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012
Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012
Jubatus: Realtime deep analytics for BIgData@Rakuten Technology Conference 2012
 
Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...
Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...
Grassroots activity for standardization on PDR (Pedestrian Dead Reckoning) be...
 
White Paper on Manufacturing Industries in Japan.
White Paper on Manufacturing Industries in Japan. White Paper on Manufacturing Industries in Japan.
White Paper on Manufacturing Industries in Japan.
 
M.Tech computer-science-and-software-engineering
M.Tech computer-science-and-software-engineeringM.Tech computer-science-and-software-engineering
M.Tech computer-science-and-software-engineering
 
IRJET- Classification of Assembly (W-Section) using Artificial Intelligence
IRJET- Classification of Assembly (W-Section) using Artificial IntelligenceIRJET- Classification of Assembly (W-Section) using Artificial Intelligence
IRJET- Classification of Assembly (W-Section) using Artificial Intelligence
 
IRJET- Information Reterival of Text-based Deep Stock Prediction
IRJET-  	  Information Reterival of Text-based Deep Stock PredictionIRJET-  	  Information Reterival of Text-based Deep Stock Prediction
IRJET- Information Reterival of Text-based Deep Stock Prediction
 
M.Tech digital-communication-and-vlsi-design
M.Tech digital-communication-and-vlsi-designM.Tech digital-communication-and-vlsi-design
M.Tech digital-communication-and-vlsi-design
 
All thingspython@pivotal
All thingspython@pivotalAll thingspython@pivotal
All thingspython@pivotal
 
0th project presentation Temp[1].pptx
0th project presentation Temp[1].pptx0th project presentation Temp[1].pptx
0th project presentation Temp[1].pptx
 
Cognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex TasksCognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex Tasks
 
Social Distancing Detector Management System
Social Distancing Detector Management SystemSocial Distancing Detector Management System
Social Distancing Detector Management System
 
Direct Writing
Direct WritingDirect Writing
Direct Writing
 
IIoT : Old Wine in a New Bottle?
IIoT : Old Wine in a New Bottle?IIoT : Old Wine in a New Bottle?
IIoT : Old Wine in a New Bottle?
 
Video Analytics on Hadoop webinar victor fang-201309
Video Analytics on Hadoop webinar victor fang-201309Video Analytics on Hadoop webinar victor fang-201309
Video Analytics on Hadoop webinar victor fang-201309
 
BLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNING
BLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNINGBLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNING
BLOCKISH SCAM EXPOSURE USING AUTOMATION LEARNING
 
A survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksA survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural Networks
 
IRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction SystemIRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction System
 

More from harmonylab

【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也harmonylab
 
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究harmonylab
 
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...harmonylab
 
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究harmonylab
 
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究harmonylab
 
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...harmonylab
 
DLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
DLゼミ: MobileOne: An Improved One millisecond Mobile BackboneDLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
DLゼミ: MobileOne: An Improved One millisecond Mobile Backboneharmonylab
 
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat ModelsDLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Modelsharmonylab
 
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose EstimationDLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimationharmonylab
 
Voyager: An Open-Ended Embodied Agent with Large Language Models
Voyager: An Open-Ended Embodied Agent with Large Language ModelsVoyager: An Open-Ended Embodied Agent with Large Language Models
Voyager: An Open-Ended Embodied Agent with Large Language Modelsharmonylab
 
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose EstimationDLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimationharmonylab
 
ReAct: Synergizing Reasoning and Acting in Language Models
ReAct: Synergizing Reasoning and Acting in Language ModelsReAct: Synergizing Reasoning and Acting in Language Models
ReAct: Synergizing Reasoning and Acting in Language Modelsharmonylab
 
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究harmonylab
 
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究harmonylab
 
灯油タンク内の液面高計測を用いた 灯油残量推定システムに関する研究
灯油タンク内の液面高計測を用いた灯油残量推定システムに関する研究灯油タンク内の液面高計測を用いた灯油残量推定システムに関する研究
灯油タンク内の液面高計測を用いた 灯油残量推定システムに関する研究harmonylab
 
深層自己回帰モデルを用いた俳句の生成と評価に関する研究
深層自己回帰モデルを用いた俳句の生成と評価に関する研究深層自己回帰モデルを用いた俳句の生成と評価に関する研究
深層自己回帰モデルを用いた俳句の生成と評価に関する研究harmonylab
 
競輪におけるレーティングシステムを用いた予想記事生成に関する研究
競輪におけるレーティングシステムを用いた予想記事生成に関する研究競輪におけるレーティングシステムを用いた予想記事生成に関する研究
競輪におけるレーティングシステムを用いた予想記事生成に関する研究harmonylab
 
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究harmonylab
 
A Study on Estimation of Household Kerosene Consumption for Optimization of D...
A Study on Estimation of Household Kerosene Consumption for Optimization of D...A Study on Estimation of Household Kerosene Consumption for Optimization of D...
A Study on Estimation of Household Kerosene Consumption for Optimization of D...harmonylab
 
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究harmonylab
 

More from harmonylab (20)

【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
 
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
 
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
 
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
 
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
 
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
 
DLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
DLゼミ: MobileOne: An Improved One millisecond Mobile BackboneDLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
DLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
 
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat ModelsDLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
 
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose EstimationDLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
 
Voyager: An Open-Ended Embodied Agent with Large Language Models
Voyager: An Open-Ended Embodied Agent with Large Language ModelsVoyager: An Open-Ended Embodied Agent with Large Language Models
Voyager: An Open-Ended Embodied Agent with Large Language Models
 
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose EstimationDLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
 
ReAct: Synergizing Reasoning and Acting in Language Models
ReAct: Synergizing Reasoning and Acting in Language ModelsReAct: Synergizing Reasoning and Acting in Language Models
ReAct: Synergizing Reasoning and Acting in Language Models
 
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
 
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
 
灯油タンク内の液面高計測を用いた 灯油残量推定システムに関する研究
灯油タンク内の液面高計測を用いた灯油残量推定システムに関する研究灯油タンク内の液面高計測を用いた灯油残量推定システムに関する研究
灯油タンク内の液面高計測を用いた 灯油残量推定システムに関する研究
 
深層自己回帰モデルを用いた俳句の生成と評価に関する研究
深層自己回帰モデルを用いた俳句の生成と評価に関する研究深層自己回帰モデルを用いた俳句の生成と評価に関する研究
深層自己回帰モデルを用いた俳句の生成と評価に関する研究
 
競輪におけるレーティングシステムを用いた予想記事生成に関する研究
競輪におけるレーティングシステムを用いた予想記事生成に関する研究競輪におけるレーティングシステムを用いた予想記事生成に関する研究
競輪におけるレーティングシステムを用いた予想記事生成に関する研究
 
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
 
A Study on Estimation of Household Kerosene Consumption for Optimization of D...
A Study on Estimation of Household Kerosene Consumption for Optimization of D...A Study on Estimation of Household Kerosene Consumption for Optimization of D...
A Study on Estimation of Household Kerosene Consumption for Optimization of D...
 
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
 

Recently uploaded

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 

Recently uploaded (20)

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 

Intention Nets: Psychology-Inspired User Choice Behavior Modeling for Next-Basket Prediction

  • 1. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. DLゼミ Intention Nets: Psychology-Inspired User Choice Behavior Modeling for Next-Basket Prediction 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 調和系工学研究室 博士後期課程2年 幡本 昂平
  • 2. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • Shoujin Wang,1 Liang Hu,2,3,∗ Yan Wang,1,∗ Quan Z. Sheng,1 Mehmet Orgun,1 Longbing Cao2 – 1Department of Computing, Macquarie University – 2Advanced Analytics Institute, University of Technology Sydney – 3University of Shanghai for Science and Technology • The Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI-20) • S. Wang, L. Hu, Y. Wang, Q. Z. Sheng, M. Orgun, and L. Cao, “Intention Nets: Psychology- Inspired User Choice Behavior Modeling for Next-Basket Prediction,” AAAI, vol. 34, no. 04, pp. 6259–6266, Apr. 2020, doi: 10.1609/aaai.v34i04.6093. 書誌情報 2
  • 3. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 心理学の知見を組み込んだ,ユーザ行動の予 測モデルであるIntention Netsを提案 • 意図によって行動の継続期間は異なることに 着目 • ユーザの次回の購買商品を予測するnext- basket predictionで先行事例よりも優れた精 度を達成 論文概要 3
  • 4. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 人間の行動は複雑で不確実 – 心理学者は意図を形成し,行動をおこす誘引とな る要素を理解しようしている • この論文では複雑なユーザ行動として, 次に買う商品集合(basket)の予測を扱う 背景 4 予測
  • 5. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 心理学理論[Albarracin and Wyer Jr 2000] ユーザの行動はある目的を達成するための 異質な意図(intention)の集合で決定される • 例 – ある購買された商品集合(basket) • (少なくとも)2つの意図 – 赤ちゃんの授乳 – 痛み止め 心理学におけるユーザ行動の理解 5
  • 6. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 意図はその継続時間が異なることがある – 持続的:赤ちゃんへの授乳 • 赤矢印で表される長期間の粉ミルク購入 – 一時的:痛み止め • 緑矢印で表される絆創膏と痛み止めの購入で終了 意図の異質性 6 basketのシーケンス例
  • 7. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 心理学[Carrera et al. 2012] ユーザ行動は階層的な枠組みで記述できると 指摘 • 各意図はそれぞれの継続時間だけ複数の バスケットに関連する結果をもたらす 意図の階層性 7 買い物かごを満たす 赤ちゃんの授乳 痛み止め ・・・
  • 8. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • ユーザの行動シーケンスを機械的にモデル化 – 1時間ごとの気温のような均質なデータ点の扱い – 意図の異質性を無視 – 例 • Markov chain-based (Rendle and et al. 2010) • RNN (Wan et al. 2015; Yu et al. 2016) • 機械的なモデル化では以下が困難 – 行動の深い理解(意図の異質性など) – next-basketの正しい予測 従来のnext-basket prediction method 8
  • 9. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 心理学の知見を取り込んだIntention Nets(IntNet) – 意図を抽出するIntention Recognition Nets(IRN) – 意図ごとの行動推移を捉えるParallel Action Chain Net(PACN) • 意図の継続時間による行動の依存関係を捉える専用のユニット Persistent-Transient Intention Units(PTIU)を設計 提案モデル 9
  • 10. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • ①アイテム𝑣𝑣𝑖𝑖から意図を抽出 – 𝐾𝐾次元embedding𝐯𝐯𝑖𝑖に変換 – IRNで隠れ意図ベクトルを抽出 • 𝐾𝐾 × 𝑚𝑚次元行列𝐖𝐖pでフィルタ • ソフトマックスで確率に • gumbel-softmax trick[Jang, Gu, and Poole 2017]で各アイテムを特定の意 図に対応付ける – 微分可能性を保ちつつ,ワンホットエンコーディングに近い形に変換してく れる処理 – 商品と対応付けて𝑘𝑘番目の意図に関する行動embeddingを計算 Intention Recognition Nets 10 ①
  • 11. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • ACNをm個の意図分,並列に並べた構成 – 各ACNは𝑡𝑡 − 1個PTIUを結合させている • 1時点前までの意図による継続した行動を捉える – PTIUは意図の継続期間を捉えられる工夫をおこなった ユニット Parallel Action Chain Nets (PACN) 11
  • 12. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • RNNで使われるLSTMやGRUといったセルでは 意図による行動継続期間の異質性を捉えられ ない – 各時点での(意図?)状態の更新操作が同じ • 継続期間にかかわらず同じゲートで処理しているという 解釈 • PTIUのアイデア – ordered neurons LSTM[Shen et al. 2019](ICLR 2019 best paper)と同じように状態更新処理の役割を明示的 にする – 持続的意図と一時的意図を別で扱うような構成 Persistent-Transient Intention Units (PTIU) 12
  • 13. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • GRUに改変を加えた構成 PTIUの構成 13 GRU 出典:http://colah.github.io/posts/2015-08-Understanding-LSTMs/
  • 14. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 現在の意図状態� h𝑗𝑗を計算(GRUと同じ) 意図状態の計算 14 リセットゲートのベクトル 更新ゲートのベクトル
  • 15. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 持続意図ゲートと一時意図ゲートを計算 意図ゲート 15 cumulative softmax [Shen et al. 2019]
  • 16. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 状態ベクトル𝐡𝐡𝑗𝑗−1の持続的・一時的のカット オフ点を予測する • ソフトマックス関数の出力を累積和した値 • 持続的意図の情報と一時的意図の情報は𝐡𝐡𝑗𝑗−1 の特定の部分にエンコードされていると仮定 Cumulative softmax [Shen et al. 2019] 16
  • 17. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • resilientゲートの計算:持続性と一時性の適応的なト レードオフ • 最終出力 次状態の出力 17 持続的意図 一時的意図 持続性と一時性のトレードオフを考慮
  • 18. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 出力された意図状態を結合 • 候補アイテム𝐯𝐯𝑡𝑡について,意図embeddingを抽出 • 意図とアイテムの関連度スコアを内積で計算 • ロジスティック関数で確率化 • 確率でtop-nのアイテムを出力 Next-basketの予測方法 18 商品の意図ベクトル (おおよそonehot)
  • 19. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 2つの実オンライントランザクションデータ – Tmall • IJCAI-15のコンペでリリース • 6ヶ月間のTmallでの購買データ • 中国のAmazon – Tafeng • Kaggleでリリース • 4ヶ月間の中国のスーパーでの購買データ • いずれもnext-basket予測のパフォーマンス測 定によく使われる 実験で利用するデータ 19 https://www.tmall.com/ https://www.kaggle.com/chiranjivdas09/ta-feng-grocery-dataset https://tianchi.aliyun.com/dataset/dataDetail?dataId=42
  • 20. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • バスケットのシーケンス長𝑡𝑡はデータセットごとに固定 – sliding windowで取り出し – 元データより𝑡𝑡が長い場合はパディング&マスキング • 論文ではデータのうち30%をTestにした場合を報告 – 20%, 40%でも実験自体は実施 • 提案モデルのembeddingの次元数は100(経験的に決定) • 意図数𝑚𝑚は3(バリデーションセットで決定) データの取り扱い・パラメータ 20
  • 21. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 予測スコアをベースラインモデルと比較 – F1スコア, Hit Rate, nDCGで比較 – 3%~19.89%の精度向上 – Recallも改善 IntNet vs. Baselines 21
  • 22. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • ACNを一つだけにしたIntNet-Sと比較 – 最低15%改善 • ユーザの選択が異なる意図に基づくことを示している ACN並列化の効果 22
  • 23. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • IntNetのACNのユニットをGRUにしたIntNet-GRUと比較 • 最低10%向上 – PTIUがGRUよりも異なる長さの意図を扱えることを示す PTIU vs. GRU 23 GRU GRU GRU GRU GRU GRU GRU GRU GRU
  • 24. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 同じbasket内ではアイテムごとに意図が異なる • ほとんどのアイテムは1つの意図に集中 • PACNの並列化が有効であることの根拠 アイテムを意図に変換するIRNの出力可視化 24
  • 25. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 8バスケット間の意図ゲートの推移 – ACN1では持続意図ゲートが大きな値,ACN3では逆 – ACN1は一時的な行動を,ACN3は持続的な行動をモデル化 している • PTIUが異質性を捉えられている証拠 意図ゲートの可視化 25
  • 26. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • Intention Recognition Nets(IRN)とParallel Action Chain Net(PACN)からなるIntention Netsを提案 • ordered-neuron LSTMに近い工夫をしたユ ニットPTIUも設計 – 持続的意図と一時的的意図を捉えることに成功 • ACNの並列も複数意図を捉えるのに貢献 まとめ 26