SlideShare uma empresa Scribd logo
1 de 25
Baixar para ler offline
References
Predicting Preference Reversals
via Gaussian Process Uncertainty Aversion
Rikiya Takahashi1
Tetsuro Morimura2
1SmartNews, Inc.
rikiya.takahashi@smartnews.com
2IBM Research - Tokyo
tetsuro@jp.ibm.com
May 10, 2015
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Discrete Choice Modelling
Goal: predict prob. of choosing an option from a choice set.
Why solving this problem?
For business: brand positioning among competitors
For business: sales promotion (yet involving some abuse)
To deeply understand how human makes decisions
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Random Utility Theory
Each human is a maximizer of random utility.
i’s choice from Si = arg max
j∈Si
fi (vj )
mean utility
+ εij
random noise
Si : choice set for i, vj : vector of j’s attributes, fi : i’s
mean utility function
Assuming independence among every option’s attractiveness
For both mean and noise: (e.g., logit (McFadden, 1980))
For only mean: (e.g., nested logit (Williams, 1977))
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Why Random Utility Theory has been Used?
Voices from friends (machine learners & econometricians)
1 Rationality of independence assumption
Attributes of unchosen options are irrelevant to the
chosen option’s benefit.
I bought diamond. This is the best. It’s ridiculous to
think that other dirty stones affected my final choice.
2 Computational practicality
Unless scoring each option, how to decide the best one?
Formalizing data likelihood is straight and easy.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Complexity of Real Human’s Choice
An example of choosing PC (Kivetz et al., 2004)
Each subject chooses 1 option from a choice set
A B C D E
CPU [MHz] 250 300 350 400 450
Mem. [MB] 192 160 128 96 64
Choice Set #subjects
{A, B, C} 36:176:144
{B, C, D} 56:177:115
{C, D, E} 94:181:109
Can random utility theory still explain the preference reversals?
B C or C B?
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Agenda
1 Introduction of the Goal and Issues
2 Irrational Context Effects
Similarity Effect
Attraction Effect
Compromise Effect
Prior Work
3 Proposing a Bayesian Model of Mental Conflict
4 Numerical Studies
5 Conclusion
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Similarity Effect (Tversky, 1972)
Top-share choice can change due to correlated utilities.
E.g., one color from {Blue, Red} or {Violet, Blue, Red}?
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Attraction Effect (Huber et al., 1982)
Introduction of an absolutely-inferior option A−
(=decoy)
causes irregular increase of option A’s attractiveness.
Despite the natural guess that decoy never affects the choice.
If D A, then D A A−
.
If A D, then A is superior to both A−
and D.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Compromise Effect (Simonson, 1989)
Moderate options within each chosen set are preferred.
Different from non-linear utility function involving
diminishing returns (e.g.,
√
inexpensiveness+
√
quality).
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Positioning of Our Work in Literature
Sim.: similarity, Attr.: attraction, Com.: compromise
Sim. Attr. Com. Mechanism Predict. for Likelihood
Test Set Maximization
SPM OK NG NG correlation OK MCMC
MDFT OK OK OK dominance & indifference OK MCMC
PD OK OK OK nonlinear pairwise comparison OK MCMC
MMLM OK NG OK none OK Non-convex
NLM OK NG NG hierarchy NG Non-convex
BSY OK OK OK Bayesian OK MCMC
LCA OK OK OK loss aversion OK MCMC
MLBA OK OK OK nonlinear accumulation OK Non-convex
Proposed OK NG OK Bayesian OK Convex
MDFT: Multialternative Decision Field Theory (Roe et al., 2001)
PD: Proportional Difference Model (Gonz´alez-Vallejo, 2002)
MMLM: Mixed Multinomial Logit Model (McFadden and Train, 2000)
SPM: Structured Probit Model (Yai, 1997; Dotson et al., 2009)
NLM: Nested Logit Models (Williams, 1977; Wen and Koppelman, 2001)
BSY: Bayesian Model of (Shenoy and Yu, 2013)
LCA: Leaky Competing Accumulator Model (Usher and McClelland, 2004)
MLBA: Multiattribute Linear Ballistic Accumulator Model (Trueblood, 2014)
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Agenda
1 Introduction of the Goal and Issues
2 Irrational Context Effects
3 Proposing a Bayesian Model of Mental Conflict
Utility Estimation as Dual Personality
Irrationality by Bayesian Shrinkage
Convex Optimization when using Posterior Mean
4 Numerical Studies
5 Conclusion
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Utility Estimation as Dual Personality
How about regarding utilities as samples in statistics?
Assumption 1: Utility function is partially disclosed to DMS.
1 UC computes the sample value of every option’s utility,
and sends only these samples to DMS.
2 DMS statistically estimates the utility function.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Mental Conflict as Bayesian Shrinkage
Assumption 2: DMS does Bayesian shrinkage estimation.
i ∈{1, . . . , n}: context, yi ∈{1, . . . , m[i]}: final choice
Xi (xi1 ∈RdX , . . . , xim[i]) : features of m[i] options
Objective Data: values of random utilities
vi (vi1, . . . , vim[i]) ∼N µi , σ2
Im[i] , vij = b+wφ φ (xij )
µi : Rm[i]: vec. of the true mean utility, σ2: noise level
b: bias term, φ : RdX →Rdφ : mapping function. wφ: vec. of coefficients
Subjective Prior: choice-set-dependent Gaussian process
µi ∼ N 0m[i], σ2
K(Xi ) s.t. K(Xi ) = (K(xij , xij ))∈Rm[i]×m[i]
µi ∈Rm[i]: vec. of random utilities, K(·, ·): similarity between options
Final choice: based on (Posterior mean u∗
i + i.i.d. noise) as
u∗
i = K(Xi ) Im[i]+K(Xi )
−1
b1m[i]+Φi wφ ,
yi = arg max
j
(u∗
ij + εij ) where ∀j εij ∼ Gumbel.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Irrationality by Bayesian Shrinkage
Implication of (1): similarity-dependent discounting
u∗
i = K(Xi ) Im[i]+K(Xi )
−1
shrinkage factor
b1m[i]+Φi wφ
vec. of utility samples
. (1)
Under RBF kernel K(x, x ) = exp(−γ x − x 2
),
an option dissimilar to others involves high uncertainty.
Strongly shrunk into prior mean 0.
Context effects as Bayesian uncertainty aversion
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1 2 3 4
FinalEvaluation
X1=(5-X2)
DA
- A
{A,D}
{A,A
-
,D}
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1 2 3 4
FinalEvaluation
X1=(5-X2)
DCBA
{A,B,C}
{B,C,D}
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Convex Optimization when using Posterior Mean
Global fitting of the parameters using data (Xi , yi )n
i=1
Fix the mapping and similarity functions during updates.
Shrinkage factor Hi K(Xi )(Im[i] + K(Xi ))−1
is constant!
Obtaining a MAP estimate is convex w.r.t. (b, wφ).
max
b,wφ
n
i=1
( bHi 1m[i]+Hi Φi wφ
Context−specific Hi is multiplied.
, yi ) −
c
2
wφ
2
Exploiting the log-concavity of multinomial logit
(u∗
i , yi ) log
exp(u∗
iyi
)
m[i]
j =1 exp(u∗
ij )
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Agenda
1 Introduction of the Goal and Issues
2 Irrational Context Effects
3 Proposing a Bayesian Model of Mental Conflict
4 Numerical Studies
5 Conclusion
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Experimental Settings
Evaluates accuracy & log-likelihood for real choice data.
Dataset #1: PC (n=1, 088, dX =2)
Dataset #2: SP (n=972, dX =2)
Subjects are asked of choosing a speaker.
A B C D E
Power [Watt] 50 75 100 125 150
Price [USD] 100 130 160 190 220
Choice Set #subjects
{A, B, C} 45:135:145
{B, C, D} 58:137:111
{C, D, E} 95:155: 91
Dataset #3: SM (n=10, 719, dX =23)
SwissMetro dataset (Antonini et al., 2007)
Subjects are asked of choosing one transportation, either
from {train, car, SwissMetro} or {train, SwissMetro}.
Attribute of option: cost, travel time, headway, seat
type, and type of transportation.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Cross-Validation Performances
High predictability in addition to the interpretable mechanism.
For SP, successfully detected combination of compromise
effect & prioritization of power.
1st best for PC & SP.
2nd best for higher-dimensional SM: slightly worse than
highly expressive nonparametric version of mixed
multinomial logit (McFadden and Train, 2000).
-1.1
-1
-0.9
-0.8
AverageLog-Likelihood
Dataset
PC SP SM
LinLogit
NpLogit
LinMix
NpMix
GPUA
0.3
0.4
0.5
0.6
0.7
ClassificationAccuracy
Dataset
PC SP SM
LinLogit
NpLogit
LinMix
NpMix
GPUA
2
3
4
100 150 200
Evaluation Price [USD]
EDCBA
Obj. Eval.
{A,B,C}
{B,C,D}
{C,D,E}
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Conclusion
Introduced a simple & interpretable Bayesian choice model.
Bayesian shrinkage involving mental conflict
Irrational choice-set-dependent Gaussian process prior
Uncertain aversion as a cause of context effects
Accurate prediction when absolute preference and
compromise effect are mixed.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
Future Directions
More active Bayesianism for realistic human models
Integration with other Bayesian discrete choice models
(e.g., (Shenoy and Yu, 2013))
Explaining attraction effect
Current limitation: decoy gets high share due to
symmetric similarity to target option.
Extension to time-series decision making models
E.g., emulating how human plays multi-armed bandit
(Zhang and Yu, 2013)
Choice-set optimization avoiding irrational context effects
News channel = set of news articles
Diversified item recommendation (Ziegler et al., 2005)
Via linear submodular bandits (Yue and Guestrin, 2011)
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
References I
Antonini, G., Gioia, C., Frejinger, E., and Th´emans, M. (2007).
Swissmetro: description of the data.
http://biogeme.epfl.ch/swissmetro/examples.html.
Dotson, J. P., Lenk, P., Brazell, J., Otter, T., Maceachern, S. N.,
and Allenby, G. M. (2009). A probit model with structured
covariance for similarity effects and source of volume
calculations. http://ssrn.com/abstract=1396232.
Gonz´alez-Vallejo, C. (2002). Making trade-offs: A probabilistic and
context-sensitive model of choice behavior. Psychological
Review, 109:137–154.
Huber, J., Payne, J. W., and Puto, C. (1982). Adding
asymmetrically dominated alternatives: Violations of regularity
and the similarity hypothesis. Journal of Consumer Research,
9:90–98.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
References II
Kivetz, R., Netzer, O., and Srinivasan, V. S. (2004). Alternative
models for capturing the compromise effect. Journal of
Marketing Research, 41(3):237–257.
McFadden, D. and Train, K. (2000). Mixed MNL models for
discrete response. Journal of Applied Econometrics,
15:447 –470.
McFadden, D. L. (1980). Econometric models of probabilistic
choice among products. Journal of Business, 53(3):13–29.
Roe, R. M., Busemeyer, J. R., and Townsend, J. T. (2001).
Multialternative decision field theory: A dynamic connectionist
model of decision making. Psychological Review, 108:370–392.
Shenoy, P. and Yu, A. J. (2013). A rational account of contextual
effects in preference choice: What makes for a bargain? In
Proceedings of the Cognitive Science Society Conference.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
References III
Simonson, I. (1989). Choice based on reasons: The case of
attraction and compromise effects. Journal of Consumer
Research, 16:158–174.
Trueblood, J. S. (2014). The multiattribute linear ballistic
accumulator model of context effects in multialternative choice.
Psychological Review, 121(2):179– 205.
Tversky, A. (1972). Elimination by aspects: A theory of choice.
Psychological Review, 79:281–299.
Usher, M. and McClelland, J. L. (2004). Loss aversion and
inhibition in dynamical models of multialternative choice.
Psychological Review, 111:757– 769.
Wen, C.-H. and Koppelman, F. (2001). The generalized nested
logit model. Transportation Research Part B, 35:627–641.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
References IV
Williams, H. (1977). On the formulation of travel demand models
and economic evaluation measures of user benefit. Environment
and Planning A, 9(3):285–344.
Yai, T. (1997). Multinomial probit with structured covariance for
route choice behavior. Transportation Research Part B:
Methodological, 31(3):195–207.
Yue, Y. and Guestrin, C. (2011). Linear submodular bandits and
their application to diversified retrieval. In Shawe-taylor, J.,
Zemel, R., Bartlett, P., Pereira, F., and Weinberger, K., editors,
Advances in Neural Information Processing Systems 24, pages
2483–2491.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
References
References V
Zhang, S. and Yu, A. J. (2013). Forgetful Bayes and myopic
planning: Human learning and decision-making in a bandit
setting. In Burges, C., Bottou, L., Welling, M., Ghahramani, Z.,
and Weinberger, K., editors, Advances in Neural Information
Processing Systems 26, pages 2607–2615. Curran Associates,
Inc.
Ziegler, C.-N., McNee, S. M., Konstan, J. A., and Lausen, G.
(2005). Improving recommendation lists through topic
diversification. In Proceedings of the 14th international
conference on World Wide Web (WWW 2005), pages 22–32.
ACM.
AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty

Mais conteúdo relacionado

Mais procurados

A HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMSA HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMSijfcstjournal
 
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM MethodsA Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM Methodsijdmtaiir
 
GAN(と強化学習との関係)
GAN(と強化学習との関係)GAN(と強化学習との関係)
GAN(と強化学習との関係)Masahiro Suzuki
 
Machine learning
Machine learningMachine learning
Machine learningShreyas G S
 
(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning
(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning
(研究会輪読) Facial Landmark Detection by Deep Multi-task LearningMasahiro Suzuki
 
Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...
Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...
Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...Startup
 
Workload-aware materialization for efficient variable elimination on Bayesian...
Workload-aware materialization for efficient variable elimination on Bayesian...Workload-aware materialization for efficient variable elimination on Bayesian...
Workload-aware materialization for efficient variable elimination on Bayesian...Cigdem Aslay
 
Scaling Multinomial Logistic Regression via Hybrid Parallelism
Scaling Multinomial Logistic Regression via Hybrid ParallelismScaling Multinomial Logistic Regression via Hybrid Parallelism
Scaling Multinomial Logistic Regression via Hybrid ParallelismParameswaran Raman
 
Estimation of Static Discrete Choice Models Using Market Level Data
Estimation of Static Discrete Choice Models Using Market Level DataEstimation of Static Discrete Choice Models Using Market Level Data
Estimation of Static Discrete Choice Models Using Market Level DataNBER
 
Using Consolidated Tabular and Text Data in Business Predictive Analytics
Using Consolidated Tabular and Text Data  in Business Predictive AnalyticsUsing Consolidated Tabular and Text Data  in Business Predictive Analytics
Using Consolidated Tabular and Text Data in Business Predictive AnalyticsBohdan Pavlyshenko
 
How principal components analysis is different from factor
How principal components analysis is different from factorHow principal components analysis is different from factor
How principal components analysis is different from factorArup Guha
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learningAkshay Kanchan
 

Mais procurados (20)

tutorial_kearns
tutorial_kearnstutorial_kearns
tutorial_kearns
 
Sota
SotaSota
Sota
 
A HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMSA HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA/ε-CONSTRAINT METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
 
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM MethodsA Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
 
Machine learning
Machine learningMachine learning
Machine learning
 
GAN(と強化学習との関係)
GAN(と強化学習との関係)GAN(と強化学習との関係)
GAN(と強化学習との関係)
 
Machine learning
Machine learningMachine learning
Machine learning
 
(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning
(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning
(研究会輪読) Facial Landmark Detection by Deep Multi-task Learning
 
Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...
Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...
Toward a Natural Genetic / Evolutionary Algorithm for Multiobjective Optimiza...
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Spatially Informed Var...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Spatially Informed Var...MUMS: Bayesian, Fiducial, and Frequentist Conference - Spatially Informed Var...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Spatially Informed Var...
 
Workload-aware materialization for efficient variable elimination on Bayesian...
Workload-aware materialization for efficient variable elimination on Bayesian...Workload-aware materialization for efficient variable elimination on Bayesian...
Workload-aware materialization for efficient variable elimination on Bayesian...
 
Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...
Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...
Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...
 
Scaling Multinomial Logistic Regression via Hybrid Parallelism
Scaling Multinomial Logistic Regression via Hybrid ParallelismScaling Multinomial Logistic Regression via Hybrid Parallelism
Scaling Multinomial Logistic Regression via Hybrid Parallelism
 
2019 Fall Series: Postdoc Seminars - Special Guest Lecture, Attacking the Cur...
2019 Fall Series: Postdoc Seminars - Special Guest Lecture, Attacking the Cur...2019 Fall Series: Postdoc Seminars - Special Guest Lecture, Attacking the Cur...
2019 Fall Series: Postdoc Seminars - Special Guest Lecture, Attacking the Cur...
 
Ga
GaGa
Ga
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Estimation of Static Discrete Choice Models Using Market Level Data
Estimation of Static Discrete Choice Models Using Market Level DataEstimation of Static Discrete Choice Models Using Market Level Data
Estimation of Static Discrete Choice Models Using Market Level Data
 
Using Consolidated Tabular and Text Data in Business Predictive Analytics
Using Consolidated Tabular and Text Data  in Business Predictive AnalyticsUsing Consolidated Tabular and Text Data  in Business Predictive Analytics
Using Consolidated Tabular and Text Data in Business Predictive Analytics
 
How principal components analysis is different from factor
How principal components analysis is different from factorHow principal components analysis is different from factor
How principal components analysis is different from factor
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learning
 

Semelhante a Predicting Preference Reversals via Gaussian Process Uncertainty Aversion

Image Classification And Support Vector Machine
Image Classification And Support Vector MachineImage Classification And Support Vector Machine
Image Classification And Support Vector MachineShao-Chuan Wang
 
Mimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithmMimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithmCemal Ardil
 
Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testingSteven Li
 
Intro to Model Selection
Intro to Model SelectionIntro to Model Selection
Intro to Model Selectionchenhm
 
Linear models for data science
Linear models for data scienceLinear models for data science
Linear models for data scienceBrad Klingenberg
 
A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...
A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...
A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...wajrcs
 
Output Units and Cost Function in FNN
Output Units and Cost Function in FNNOutput Units and Cost Function in FNN
Output Units and Cost Function in FNNLin JiaMing
 
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...ijaia
 
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...gerogepatton
 
Lecture7 cross validation
Lecture7 cross validationLecture7 cross validation
Lecture7 cross validationStéphane Canu
 
FOCUS.doc
FOCUS.docFOCUS.doc
FOCUS.docbutest
 
Likelihood-free Design: a discussion
Likelihood-free Design: a discussionLikelihood-free Design: a discussion
Likelihood-free Design: a discussionChristian Robert
 
Download It
Download ItDownload It
Download Itbutest
 
Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...
Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...
Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...AIST
 

Semelhante a Predicting Preference Reversals via Gaussian Process Uncertainty Aversion (20)

Image Classification And Support Vector Machine
Image Classification And Support Vector MachineImage Classification And Support Vector Machine
Image Classification And Support Vector Machine
 
Support Vector Machine
Support Vector MachineSupport Vector Machine
Support Vector Machine
 
Mimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithmMimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithm
 
Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testing
 
Intro to Model Selection
Intro to Model SelectionIntro to Model Selection
Intro to Model Selection
 
Linear models for data science
Linear models for data scienceLinear models for data science
Linear models for data science
 
A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...
A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...
A Fairness-aware Machine Learning Interface for End-to-end Discrimination Dis...
 
CoopLoc Technical Presentation
CoopLoc Technical PresentationCoopLoc Technical Presentation
CoopLoc Technical Presentation
 
Output Units and Cost Function in FNN
Output Units and Cost Function in FNNOutput Units and Cost Function in FNN
Output Units and Cost Function in FNN
 
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
 
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
A BI-OBJECTIVE MODEL FOR SVM WITH AN INTERACTIVE PROCEDURE TO IDENTIFY THE BE...
 
ABC-Gibbs
ABC-GibbsABC-Gibbs
ABC-Gibbs
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Inference on Treatment...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Inference on Treatment...MUMS: Bayesian, Fiducial, and Frequentist Conference - Inference on Treatment...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Inference on Treatment...
 
Lecture7 cross validation
Lecture7 cross validationLecture7 cross validation
Lecture7 cross validation
 
FOCUS.doc
FOCUS.docFOCUS.doc
FOCUS.doc
 
Likelihood-free Design: a discussion
Likelihood-free Design: a discussionLikelihood-free Design: a discussion
Likelihood-free Design: a discussion
 
Download It
Download ItDownload It
Download It
 
Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...
Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...
Artem Baklanov - Votes Aggregation Techniques in Geo-Wiki Crowdsourcing Game:...
 
Lecture6 xing
Lecture6 xingLecture6 xing
Lecture6 xing
 
SEM
SEMSEM
SEM
 

Último

Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure servicePooja Nehwal
 
The Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfThe Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfGale Pooley
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfGale Pooley
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptxFinTech Belgium
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptxFinTech Belgium
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptxFinTech Belgium
 
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure serviceWhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure servicePooja Nehwal
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptxFinTech Belgium
 
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...Call Girls in Nagpur High Profile
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfGale Pooley
 
The Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfThe Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfGale Pooley
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Call Girls in Nagpur High Profile
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfGale Pooley
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfGale Pooley
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfGale Pooley
 
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Último (20)

Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
 
The Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfThe Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdf
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdf
 
Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
 
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure serviceWhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
 
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdf
 
The Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfThe Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdf
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdf
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdf
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdf
 
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Predicting Preference Reversals via Gaussian Process Uncertainty Aversion

  • 1. References Predicting Preference Reversals via Gaussian Process Uncertainty Aversion Rikiya Takahashi1 Tetsuro Morimura2 1SmartNews, Inc. rikiya.takahashi@smartnews.com 2IBM Research - Tokyo tetsuro@jp.ibm.com May 10, 2015 AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 2. References Discrete Choice Modelling Goal: predict prob. of choosing an option from a choice set. Why solving this problem? For business: brand positioning among competitors For business: sales promotion (yet involving some abuse) To deeply understand how human makes decisions AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 3. References Random Utility Theory Each human is a maximizer of random utility. i’s choice from Si = arg max j∈Si fi (vj ) mean utility + εij random noise Si : choice set for i, vj : vector of j’s attributes, fi : i’s mean utility function Assuming independence among every option’s attractiveness For both mean and noise: (e.g., logit (McFadden, 1980)) For only mean: (e.g., nested logit (Williams, 1977)) AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 4. References Why Random Utility Theory has been Used? Voices from friends (machine learners & econometricians) 1 Rationality of independence assumption Attributes of unchosen options are irrelevant to the chosen option’s benefit. I bought diamond. This is the best. It’s ridiculous to think that other dirty stones affected my final choice. 2 Computational practicality Unless scoring each option, how to decide the best one? Formalizing data likelihood is straight and easy. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 5. References Complexity of Real Human’s Choice An example of choosing PC (Kivetz et al., 2004) Each subject chooses 1 option from a choice set A B C D E CPU [MHz] 250 300 350 400 450 Mem. [MB] 192 160 128 96 64 Choice Set #subjects {A, B, C} 36:176:144 {B, C, D} 56:177:115 {C, D, E} 94:181:109 Can random utility theory still explain the preference reversals? B C or C B? AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 6. References Agenda 1 Introduction of the Goal and Issues 2 Irrational Context Effects Similarity Effect Attraction Effect Compromise Effect Prior Work 3 Proposing a Bayesian Model of Mental Conflict 4 Numerical Studies 5 Conclusion AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 7. References Similarity Effect (Tversky, 1972) Top-share choice can change due to correlated utilities. E.g., one color from {Blue, Red} or {Violet, Blue, Red}? AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 8. References Attraction Effect (Huber et al., 1982) Introduction of an absolutely-inferior option A− (=decoy) causes irregular increase of option A’s attractiveness. Despite the natural guess that decoy never affects the choice. If D A, then D A A− . If A D, then A is superior to both A− and D. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 9. References Compromise Effect (Simonson, 1989) Moderate options within each chosen set are preferred. Different from non-linear utility function involving diminishing returns (e.g., √ inexpensiveness+ √ quality). AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 10. References Positioning of Our Work in Literature Sim.: similarity, Attr.: attraction, Com.: compromise Sim. Attr. Com. Mechanism Predict. for Likelihood Test Set Maximization SPM OK NG NG correlation OK MCMC MDFT OK OK OK dominance & indifference OK MCMC PD OK OK OK nonlinear pairwise comparison OK MCMC MMLM OK NG OK none OK Non-convex NLM OK NG NG hierarchy NG Non-convex BSY OK OK OK Bayesian OK MCMC LCA OK OK OK loss aversion OK MCMC MLBA OK OK OK nonlinear accumulation OK Non-convex Proposed OK NG OK Bayesian OK Convex MDFT: Multialternative Decision Field Theory (Roe et al., 2001) PD: Proportional Difference Model (Gonz´alez-Vallejo, 2002) MMLM: Mixed Multinomial Logit Model (McFadden and Train, 2000) SPM: Structured Probit Model (Yai, 1997; Dotson et al., 2009) NLM: Nested Logit Models (Williams, 1977; Wen and Koppelman, 2001) BSY: Bayesian Model of (Shenoy and Yu, 2013) LCA: Leaky Competing Accumulator Model (Usher and McClelland, 2004) MLBA: Multiattribute Linear Ballistic Accumulator Model (Trueblood, 2014) AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 11. References Agenda 1 Introduction of the Goal and Issues 2 Irrational Context Effects 3 Proposing a Bayesian Model of Mental Conflict Utility Estimation as Dual Personality Irrationality by Bayesian Shrinkage Convex Optimization when using Posterior Mean 4 Numerical Studies 5 Conclusion AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 12. References Utility Estimation as Dual Personality How about regarding utilities as samples in statistics? Assumption 1: Utility function is partially disclosed to DMS. 1 UC computes the sample value of every option’s utility, and sends only these samples to DMS. 2 DMS statistically estimates the utility function. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 13. References Mental Conflict as Bayesian Shrinkage Assumption 2: DMS does Bayesian shrinkage estimation. i ∈{1, . . . , n}: context, yi ∈{1, . . . , m[i]}: final choice Xi (xi1 ∈RdX , . . . , xim[i]) : features of m[i] options Objective Data: values of random utilities vi (vi1, . . . , vim[i]) ∼N µi , σ2 Im[i] , vij = b+wφ φ (xij ) µi : Rm[i]: vec. of the true mean utility, σ2: noise level b: bias term, φ : RdX →Rdφ : mapping function. wφ: vec. of coefficients Subjective Prior: choice-set-dependent Gaussian process µi ∼ N 0m[i], σ2 K(Xi ) s.t. K(Xi ) = (K(xij , xij ))∈Rm[i]×m[i] µi ∈Rm[i]: vec. of random utilities, K(·, ·): similarity between options Final choice: based on (Posterior mean u∗ i + i.i.d. noise) as u∗ i = K(Xi ) Im[i]+K(Xi ) −1 b1m[i]+Φi wφ , yi = arg max j (u∗ ij + εij ) where ∀j εij ∼ Gumbel. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 14. References Irrationality by Bayesian Shrinkage Implication of (1): similarity-dependent discounting u∗ i = K(Xi ) Im[i]+K(Xi ) −1 shrinkage factor b1m[i]+Φi wφ vec. of utility samples . (1) Under RBF kernel K(x, x ) = exp(−γ x − x 2 ), an option dissimilar to others involves high uncertainty. Strongly shrunk into prior mean 0. Context effects as Bayesian uncertainty aversion 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1 2 3 4 FinalEvaluation X1=(5-X2) DA - A {A,D} {A,A - ,D} 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1 2 3 4 FinalEvaluation X1=(5-X2) DCBA {A,B,C} {B,C,D} AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 15. References Convex Optimization when using Posterior Mean Global fitting of the parameters using data (Xi , yi )n i=1 Fix the mapping and similarity functions during updates. Shrinkage factor Hi K(Xi )(Im[i] + K(Xi ))−1 is constant! Obtaining a MAP estimate is convex w.r.t. (b, wφ). max b,wφ n i=1 ( bHi 1m[i]+Hi Φi wφ Context−specific Hi is multiplied. , yi ) − c 2 wφ 2 Exploiting the log-concavity of multinomial logit (u∗ i , yi ) log exp(u∗ iyi ) m[i] j =1 exp(u∗ ij ) AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 16. References Agenda 1 Introduction of the Goal and Issues 2 Irrational Context Effects 3 Proposing a Bayesian Model of Mental Conflict 4 Numerical Studies 5 Conclusion AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 17. References Experimental Settings Evaluates accuracy & log-likelihood for real choice data. Dataset #1: PC (n=1, 088, dX =2) Dataset #2: SP (n=972, dX =2) Subjects are asked of choosing a speaker. A B C D E Power [Watt] 50 75 100 125 150 Price [USD] 100 130 160 190 220 Choice Set #subjects {A, B, C} 45:135:145 {B, C, D} 58:137:111 {C, D, E} 95:155: 91 Dataset #3: SM (n=10, 719, dX =23) SwissMetro dataset (Antonini et al., 2007) Subjects are asked of choosing one transportation, either from {train, car, SwissMetro} or {train, SwissMetro}. Attribute of option: cost, travel time, headway, seat type, and type of transportation. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 18. References Cross-Validation Performances High predictability in addition to the interpretable mechanism. For SP, successfully detected combination of compromise effect & prioritization of power. 1st best for PC & SP. 2nd best for higher-dimensional SM: slightly worse than highly expressive nonparametric version of mixed multinomial logit (McFadden and Train, 2000). -1.1 -1 -0.9 -0.8 AverageLog-Likelihood Dataset PC SP SM LinLogit NpLogit LinMix NpMix GPUA 0.3 0.4 0.5 0.6 0.7 ClassificationAccuracy Dataset PC SP SM LinLogit NpLogit LinMix NpMix GPUA 2 3 4 100 150 200 Evaluation Price [USD] EDCBA Obj. Eval. {A,B,C} {B,C,D} {C,D,E} AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 19. References Conclusion Introduced a simple & interpretable Bayesian choice model. Bayesian shrinkage involving mental conflict Irrational choice-set-dependent Gaussian process prior Uncertain aversion as a cause of context effects Accurate prediction when absolute preference and compromise effect are mixed. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 20. References Future Directions More active Bayesianism for realistic human models Integration with other Bayesian discrete choice models (e.g., (Shenoy and Yu, 2013)) Explaining attraction effect Current limitation: decoy gets high share due to symmetric similarity to target option. Extension to time-series decision making models E.g., emulating how human plays multi-armed bandit (Zhang and Yu, 2013) Choice-set optimization avoiding irrational context effects News channel = set of news articles Diversified item recommendation (Ziegler et al., 2005) Via linear submodular bandits (Yue and Guestrin, 2011) AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 21. References References I Antonini, G., Gioia, C., Frejinger, E., and Th´emans, M. (2007). Swissmetro: description of the data. http://biogeme.epfl.ch/swissmetro/examples.html. Dotson, J. P., Lenk, P., Brazell, J., Otter, T., Maceachern, S. N., and Allenby, G. M. (2009). A probit model with structured covariance for similarity effects and source of volume calculations. http://ssrn.com/abstract=1396232. Gonz´alez-Vallejo, C. (2002). Making trade-offs: A probabilistic and context-sensitive model of choice behavior. Psychological Review, 109:137–154. Huber, J., Payne, J. W., and Puto, C. (1982). Adding asymmetrically dominated alternatives: Violations of regularity and the similarity hypothesis. Journal of Consumer Research, 9:90–98. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 22. References References II Kivetz, R., Netzer, O., and Srinivasan, V. S. (2004). Alternative models for capturing the compromise effect. Journal of Marketing Research, 41(3):237–257. McFadden, D. and Train, K. (2000). Mixed MNL models for discrete response. Journal of Applied Econometrics, 15:447 –470. McFadden, D. L. (1980). Econometric models of probabilistic choice among products. Journal of Business, 53(3):13–29. Roe, R. M., Busemeyer, J. R., and Townsend, J. T. (2001). Multialternative decision field theory: A dynamic connectionist model of decision making. Psychological Review, 108:370–392. Shenoy, P. and Yu, A. J. (2013). A rational account of contextual effects in preference choice: What makes for a bargain? In Proceedings of the Cognitive Science Society Conference. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 23. References References III Simonson, I. (1989). Choice based on reasons: The case of attraction and compromise effects. Journal of Consumer Research, 16:158–174. Trueblood, J. S. (2014). The multiattribute linear ballistic accumulator model of context effects in multialternative choice. Psychological Review, 121(2):179– 205. Tversky, A. (1972). Elimination by aspects: A theory of choice. Psychological Review, 79:281–299. Usher, M. and McClelland, J. L. (2004). Loss aversion and inhibition in dynamical models of multialternative choice. Psychological Review, 111:757– 769. Wen, C.-H. and Koppelman, F. (2001). The generalized nested logit model. Transportation Research Part B, 35:627–641. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 24. References References IV Williams, H. (1977). On the formulation of travel demand models and economic evaluation measures of user benefit. Environment and Planning A, 9(3):285–344. Yai, T. (1997). Multinomial probit with structured covariance for route choice behavior. Transportation Research Part B: Methodological, 31(3):195–207. Yue, Y. and Guestrin, C. (2011). Linear submodular bandits and their application to diversified retrieval. In Shawe-taylor, J., Zemel, R., Bartlett, P., Pereira, F., and Weinberger, K., editors, Advances in Neural Information Processing Systems 24, pages 2483–2491. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty
  • 25. References References V Zhang, S. and Yu, A. J. (2013). Forgetful Bayes and myopic planning: Human learning and decision-making in a bandit setting. In Burges, C., Bottou, L., Welling, M., Ghahramani, Z., and Weinberger, K., editors, Advances in Neural Information Processing Systems 26, pages 2607–2615. Curran Associates, Inc. Ziegler, C.-N., McNee, S. M., Konstan, J. A., and Lausen, G. (2005). Improving recommendation lists through topic diversification. In Proceedings of the 14th international conference on World Wide Web (WWW 2005), pages 22–32. ACM. AISTATS 2015 Predicting Preference Reversals via Gaussian Process Uncertainty