US20070288413A1 - Vehicle Information Processing System, Vehicle Information Processing Method, And Program - Google Patents

Vehicle Information Processing System, Vehicle Information Processing Method, And Program Download PDF

Info

Publication number
US20070288413A1
US20070288413A1 US10/593,065 US59306505A US2007288413A1 US 20070288413 A1 US20070288413 A1 US 20070288413A1 US 59306505 A US59306505 A US 59306505A US 2007288413 A1 US2007288413 A1 US 2007288413A1
Authority
US
United States
Prior art keywords
model
recommendation
learning
unit
models
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US10/593,065
Other versions
US7797266B2 (en
Inventor
Nobuhiro Mizuno
Hirotoshi Iwasaki
Yoichi Motomura
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National Institute of Advanced Industrial Science and Technology AIST
Denso IT Laboratory Inc
Original Assignee
National Institute of Advanced Industrial Science and Technology AIST
Denso IT Laboratory Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by National Institute of Advanced Industrial Science and Technology AIST, Denso IT Laboratory Inc filed Critical National Institute of Advanced Industrial Science and Technology AIST
Assigned to NATIONAL INSTITUTE OF ADVANCED INDUSTRIAL SCIENCE AND TECHNOLOGY reassignment NATIONAL INSTITUTE OF ADVANCED INDUSTRIAL SCIENCE AND TECHNOLOGY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MOTOMURA, YOICHI
Assigned to DENSO IT LABORATORY, INC. reassignment DENSO IT LABORATORY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IWASAKI, HIROTOSHI, MIZUNO, NOBUHIRO
Publication of US20070288413A1 publication Critical patent/US20070288413A1/en
Assigned to DENSO IT LABORATORY, INC. reassignment DENSO IT LABORATORY, INC. ASSIGNEE BUSINESS ADDRESS CHANGE Assignors: DENSO IT LABORATORY, INC.
Application granted granted Critical
Publication of US7797266B2 publication Critical patent/US7797266B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks

Definitions

  • the present invention relates to a vehicle information processing system for using a Bayesian network model to provide an appropriate recommendation to a recipient who receives the recommendation.
  • a probabilistic framework is effective.
  • a plurality of candidates may each be assigned the degree of certainty, such as the likelihood of having an interest in football-related items being 60% and the likelihood of having an interest in travel being 30%, so that the candidates may be treated with uncertainty.
  • the probability of interest may be calculated for each of the World Cup football-related information, travel-related information, and cooking-related information. Then, information with the highest probability that the customer concerned has an interest therein may be provided. To calculate this probability, many different factors (e.g., a hobby answered in a questionnaire) may be taken into consideration to utilize the dependencies between them (e.g., if the hobby is sport, it is likely that football is of interest). In this manner, more accurate prediction is possible.
  • the Bayesian network is a network-shaped probability model defined by the following three items: (1) random variables, (2) conditioned dependencies between the random variables, and (3) their conditional probability.
  • the item (1) is represented by nodes, and (2) is represented by directed links established between the nodes.
  • a node to which a link is directed is called a child node, and a node from which a link originates is called a parent node.
  • the item (3) is a conditional probability that a child node has a certain value when its parent nodes have certain values.
  • the above-described recommendation system may be implemented using the Bayesian network.
  • the relationships between attributes etc. of customers and objects of high interest of the customers are represented as a Bayesian network model based on statistical data, such as a questionnaire research result and purchase history obtained from a large number of customers varying in age, sex, lifestyle, and so forth.
  • the Bayesian network model is used to reason out an object of high interest of a customer from the customer's attributes and the situation, and the object of high interest is recommended to the customer based on the reasoning result.
  • the Bayesian network model is generated based on the statistical data obtained from various customers. Therefore, it is considered that the conditions for determining the object to be recommended, such as the customer attributes and the situation, have a small influence on the recommendation. For example, if the condition for determining the object to be recommended is “customer's attribute: father”, data obtained from customers having the attribute “father” is part of the entire statistical data from which the Bayesian network model was generated. The influence of the condition “father” on the model is therefore smaller than that on a model generated based on statistical data obtained only from customers having the attribute “father.” Studies are currently proceeding to sufficiently reflect conditions for determining the recommendation object in the recommendation result and to make more accurate recommendation.
  • the present invention aims to provide a vehicle information processing system that allows more appropriately obtaining a recommendation to be provided to a recipient who receives the recommendation.
  • a vehicle information processing system of the present invention is a vehicle information processing system for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the system comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • the model storage unit may contain a plurality of different Bayesian network models depending on the attribute of the recipient, and the model determining unit may determine a model corresponding to the attribute of the recipient as the application model. Also, the model storage unit may contain a plurality of different Bayesian network models depending on the situation in which the recommendation is provided, and the model determining unit may determine a model corresponding to the situation in which the recommendation is provided as the application model.
  • the vehicle information processing system of the present invention may comprise a select-model storage unit containing a select-model applied to probabilistic reasoning for determining the application model from the models based on the attribute of the recipient and the situation in which the recommendation is provided.
  • the model determining unit may determine the application model through the probabilistic reasoning that uses the select-model read out from the select-model storage unit, based on the attribute of the recipient and the situation in which the recommendation is provided.
  • the vehicle information processing system of the present invention may comprise: a response receiving unit for receiving a response made by the recipient when the recommending unit provides the recommendation obtained by the reasoning unit from the application model; and a model learning unit for learning models stored in the model storage unit using the response received by the response receiving unit and for updating the models to models specialized for each recommendation-condition.
  • the vehicle information processing system of the present invention may comprise a learning model information storage unit containing the learning models in association with the application model applied to the probabilistic reasoning in the reasoning unit, wherein the learning models comprises, among the models stored in the model storage unit, a model identical with the application model and a different model influenced by the result of the reasoning that uses the application model.
  • the model learning unit may learn models using the response received by the response receiving unit, wherein the models are associated with the application model as the learning models in the learning model information storage unit.
  • the learning model information storage unit may contain reflection parameters indicating the degree to which the response is reflected in learning of the learning models, wherein each reflection parameter may be set for each of a plurality of learning models corresponding to one application model.
  • the model learning unit may perform learning processing such that a reflection parameter associated with a learning model to be learned is read out from the learning model information storage unit and the response is reflected in the learning model to the degree according to the read-out reflection parameter.
  • the vehicle information processing system of the present invention may comprise a learning data obtaining unit for obtaining learning data used in learning by which the models specialized for each recommendation-condition through the learning by the model learning unit is brought closer to a general model.
  • the model learning unit may use the learning data obtained by the learning data obtaining unit to learn models stored in the model storage unit.
  • the system may also comprise a learning reflection parameter storage unit containing learning reflection parameters indicating the degree to which the learning data is reflected in learning of models.
  • the model learning unit may perform learning processing such that the learning data is reflected in learning of the models to the degree according to the learning reflection parameters read out from the learning reflection parameter storage unit.
  • the vehicle information processing system of the present invention may comprise: information recommending devices, each having the recommending unit; and a center device communicatively connected with the information recommending devices.
  • the center device may collect from each information recommending device the response received from the recipient when the recommendation is provided.
  • a vehicle information processing system in another aspect of the present invention is a vehicle information processing system for using a reasoning algorism to reason out a recommendation appropriate for a recipient who receives the recommendation and for providing the recommendation obtained through the reasoning.
  • the system comprises: a resource storage unit containing a plurality of different resources for calculation depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a resource determining unit for determining a resource for calculation corresponding to the recommendation-condition from the resources for calculation stored in the resource storage unit; a reasoning unit for reading out the resource for calculation determined by the resource determining unit from the resource storage unit and for obtaining a recommendation through reasoning that uses the read-out resource for calculation; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • a vehicle information recommending device of the present invention is a vehicle information recommending device for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the device comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • the vehicle information recommending device of the present invention may be provided in a car.
  • a vehicle information processing method of the present invention is a method for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the method comprises: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • a program of the present invention is a program for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the program causes a computer to perform: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • FIG. 1 is a diagram showing a configuration of an information processing system in a first embodiment
  • FIG. 2 is a diagram showing a configuration of a content providing device in the first embodiment
  • FIG. 3 is a diagram showing exemplary data stored in a content information storage unit in the first embodiment
  • FIG. 4 is a diagram showing an exemplary model stored in a model storage unit in the first embodiment
  • FIG. 5 is a diagram showing exemplary data stored in a learning model table storage unit in the first embodiment
  • FIG. 6 is a diagram showing a configuration of a center device in the first embodiment
  • FIG. 7 is a diagram showing operations of the information processing system in the first embodiment
  • FIG. 8 is a diagram showing exemplary data stored in the learning model table storage unit in a second embodiment
  • FIG. 9 is a diagram showing operations of the information processing system in the second embodiment.
  • FIG. 10 is a diagram showing a configuration of the center device in a third embodiment
  • FIG. 11 is a diagram showing a configuration of the content providing device in the third embodiment.
  • FIG. 12 is a diagram showing operations of the information processing system in the third embodiment.
  • FIG. 13 is a diagram showing a configuration of the center device according to a variation.
  • a vehicle information processing system of the embodiments is a vehicle information processing system for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the system comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • a plurality of different models depending on the recommendation-condition such as the attribute of the recipient are stored, and a model corresponding to the recommendation-condition is read out from these models and applied to probabilistic reasoning. In this manner, an appropriate recommendation can be accurately obtained under the recommendation-condition at different times.
  • the model storage unit may contain a plurality of different Bayesian network models depending on the attribute of the recipient, and the model determining unit may determine a model corresponding to the attribute of the recipient as the application model.
  • the model storage unit may contain a plurality of different Bayesian network models depending on the situation in which the recommendation is provided, and the model determining unit may determine a model corresponding to the situation in which the recommendation is provided as the application model.
  • the vehicle information processing system may comprise a select-model storage unit containing a select-model applied to probabilistic reasoning for determining the application model from the models based on the attribute of the recipient and the situation in which the recommendation is provided.
  • the model determining unit may determine the application model through the probabilistic reasoning that uses the select-model read out from the select-model storage unit, based on the attribute of the recipient and the situation in which the recommendation is provided.
  • an application model can be selected that allows obtaining an appropriate recommendation according to conditions such as the attribute of the recipient and the situation in which the recommendation is provided, even if a plurality of models have not been generated according to explicit variables such as the attribute of the recipient and the situation in which the recommendation is provided.
  • the vehicle information processing system may comprise: a response receiving unit for receiving a response made by the recipient when the recommending unit provides the recommendation obtained by the reasoning unit from the application model; and a model learning unit for learning models stored in the model storage unit using the response received by the response receiving unit and for updating the models to models specialized for each recommendation-condition.
  • the models stored in the model storage unit are learned based on the response of the recipient, so that the models in the model storage unit are updated to specialized models suitable for the probabilistic reasoning under the recommendation-condition. Therefore, the models stored in the model storage unit can be used to appropriately obtain a recommendation.
  • the vehicle information processing system may comprise a learning model information storage unit containing the learning models in association with the application model applied to the probabilistic reasoning in the reasoning unit, wherein the learning models comprises, among the models stored in the model storage unit, a model identical with the application model and a different model influenced by the result of the reasoning that uses the application model.
  • the model learning unit may learn models using the response received by the response receiving unit, wherein the models are associated with the application model as the learning models in the learning model information storage unit.
  • the response of the recipient to the recommendation obtained from the application model can be used to appropriately learn not only the application model but also other models. Therefore, a plurality of models stored in the model storage unit can be efficiently learned.
  • the learning model information storage unit may contain reflection parameters indicating the degree to which the response is reflected in learning of the learning models, wherein each reflection parameter may be set for each of a plurality of learning models corresponding to one application model.
  • the model learning unit may perform learning processing such that a reflection parameter associated with a learning model to be learned is read out from the learning model information storage unit and the response is reflected in the learning model to the degree according to the read-out reflection parameter.
  • the degree to which the model itself applied to the reasoning is reflected in that model can be made higher than the degree of reflection of other models, for example.
  • the learning model can be assigned different degree of reflection for each application model.
  • the vehicle information processing system may comprise a learning data obtaining unit for obtaining learning data used in learning by which the models specialized for each recommendation-condition through the learning by the model learning unit is brought closer to a general model.
  • the model learning unit may use the learning data obtained by the learning data obtaining unit to learn the models stored in the model storage unit.
  • aspects of the general model can be added to the specialized models suitable for the probabilistic reasoning under the recommendation-condition, so that a model can be generated that allows reasoning incorporating general preferences. Therefore, the proceeding of specialization of the models can be appropriately limited.
  • the vehicle information processing system may comprise a learning reflection parameter storage unit containing learning reflection parameters indicating the degree to which the learning data is reflected in learning of the models.
  • the model learning unit may perform learning processing such that the learning data is reflected in learning of the models to the degree according to the learning reflection parameters read out from the learning reflection parameter storage unit.
  • the vehicle information processing system may comprise: information recommending devices, each having the recommending unit; and a center device communicatively connected with the information recommending devices.
  • the center device may collect from each information recommending device the response received from the recipient when the recommendation is provided.
  • the center device collects responses received at a plurality of information recommending devices, general responses of many recipients to a recommendation can be known.
  • a vehicle information processing system in another aspect of the embodiments is a vehicle information processing system for using a reasoning algorism to reason out a recommendation appropriate for a recipient who receives the recommendation and for providing the recommendation obtained through the reasoning.
  • the system comprises: a resource storage unit containing a plurality of different resources for calculation depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a resource determining unit for determining a resource for calculation corresponding to the recommendation-condition from the resources for calculation stored in the resource storage unit; a reasoning unit for reading out the resource for calculation determined by the resource determining unit from the resource storage unit and for obtaining a recommendation through reasoning that uses the read-out resource for calculation; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • the “resource for calculation” herein refers to a resource used in calculation of a reasoning algorithm.
  • it may be a knowledge base in the case of the expert system, or a neural network with many interconnected neuron models in the case of the neural network.
  • a vehicle information recommending device of the embodiments is a vehicle information recommending device for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the device comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • the vehicle information recommending device of the embodiments may be provided in a car.
  • a vehicle information processing method of the embodiments is a method for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the method comprises: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • a program of the embodiments is a program for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant.
  • the program causes a computer to perform: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • the vehicle information processing system in the embodiments will be described below using the drawings.
  • the following description adopts a system in which a content providing device in a vehicle provides songs appropriate for a user.
  • objects recommended by the vehicle information processing system of the present invention are not limited to songs.
  • the vehicle information processing system of the present invention may be applied to a recommendation system for recommending restaurants or events appropriate for a user.
  • the vehicle information processing system of the present invention is not limited to a system provided in a vehicle but may be applied to a system in which a personal computer at home or a mobile phone carried by a user provides a recommendation appropriate for the user.
  • FIG. 1 is a diagram showing a configuration of an information processing system 10 in an embodiment.
  • the vehicle information processing system (hereafter referred to as the “information processing system”) 10 includes a plurality of content providing devices 20 , each being communicatively connected with a center device 50 .
  • a content providing device 20 is a device that selects songs appropriate for its user, who is an occupant of the vehicle, and that auto-plays the selected songs.
  • the center device 50 is a device that aggregates data about user responses obtained by the content providing devices 20 .
  • FIG. 2 is a diagram showing a configuration of a content providing device 20 .
  • the content providing device 20 includes a recommending unit 22 for recommending content to the user, an operating unit 24 for receiving operations from the user, a data transmitting/receiving unit 26 for communicating with the center device 50 and a control unit 28 for controlling the entire content providing device 20 .
  • the content providing device 20 also includes a content information storage unit 38 containing content information, a model storage unit 40 containing Bayesian network models and a learning model table storage unit 42 containing information about learning models in association with application models.
  • the recommending unit 22 has a function of recommending content to the user.
  • the hardware of the recommending unit 22 includes a speaker for outputting the sound of songs, and a display for displaying a song title, an artist name, and so forth.
  • the operating unit 24 has a function of receiving operations from the user.
  • the operating unit 24 receives an operation for selecting an application model for use in probabilistic reasoning of content, and receives responses to the recommended content.
  • the hardware of the operating unit 24 includes buttons for instructing start, stop, fast-forward, etc. of the sound, and a volume control knob.
  • selection of an application model candidate models are displayed on the recommending unit 22 so that the application model is selected with the fast-forward and rewind buttons.
  • information about operations on the buttons and the volume control knob is obtained to judge the response.
  • the data transmitting/receiving unit 26 has a function of wirelessly communicating with the center device 50 .
  • the content providing device 20 and the center device 50 can communicate with each other via, for example, a mobile phone network.
  • the content information storage unit 38 contains a plurality of content information items potentially recommended to the user.
  • the content providing device 20 selects content appropriate for the user from the content stored in the content information storage unit 38 and provides the selected content to the user.
  • FIG. 3 is a diagram showing exemplary content information stored in the content information storage unit 38 .
  • the content information storage unit 38 contains song titles, genres, rankings, and song data.
  • the description of the present embodiments assumes as an example that the song data is stored in the content information storage unit 38 , the content providing device 20 may not necessarily have the song data. For example, once songs to be recommended to the user are selected, data about the selected songs may be obtained via a network or from an external disk.
  • the model storage unit 40 has a function of storing models used for obtaining the content appropriate for the user.
  • the model storage unit 40 contains three models, i.e., a model A, a model B, and a model C, depending on the recommendation-condition.
  • the recommendation-condition refers to a condition on the recipient side who receives a recommendation.
  • Each model stored in the model storage unit 40 is suitable for performing the probabilistic reasoning under the corresponding recommendation-condition.
  • the present embodiments assumes that the recommendation-condition is the attribute of users in a vehicle, wherein the model A is for the father, the model B is for the mother, and the model C is for the family. Therefore, for example, the model A is suitable for obtaining content to be recommended to the father through the probabilistic reasoning.
  • the models A to C are all general models before learning is performed in the content providing device 20 . Applying the models A to C under the corresponding recommendation-condition and performing learning using responses thereto makes the models specialized for the recommendation-condition.
  • the model storage unit 40 herein contains three models, the number of the stored models is not limited to three.
  • FIG. 4 is a diagram showing an exemplary model stored in the model storage unit 40 .
  • the Bayesian network model has a node N 1 for a user, a node N 2 for content, node N 3 for a situation, and a node N 4 for a response, connected with each other via another node by links indicating dependencies of the conditional probability.
  • the response node N 4 is a node for predicting a user response.
  • a Bayesian reasoning unit 30 has a function of using a model stored in the model storage unit 40 to obtain the content appropriate for the user through the probabilistic reasoning.
  • the Bayesian reasoning unit 30 reads out a model determined by a model determining unit 34 from the model storage unit 40 and uses the read-out model to perform the reasoning.
  • the reasoning method implemented by the Bayesian reasoning unit 30 will be described using the model shown in FIG. 4 .
  • the Bayesian reasoning unit 30 sets values for the nodes N 1 to N 3 . Information such as the user's age, sex, and musical preference, for example, is set for the user node N 1 .
  • a content information item that is read out from the content information storage unit 38 is set for the content node N 2 .
  • Information such as the time and the running location, for example, is set for the situation node N 3 .
  • the Bayesian reasoning unit 30 determines the score of the response node N 4 based on probability propagation from the nodes N 1 to N 3 .
  • the Bayesian reasoning unit 30 sequentially reads out content information items from the content information storage unit 38 and repeats the above-described operations to determine the score of each content item.
  • the Bayesian reasoning unit 30 selects content appropriate for the user based on the determined scores.
  • a Bayesian learning unit 32 has a function of learning models using user responses.
  • a user response refers to user-input information about whether or not to accept content, and it is observed information.
  • the Bayesian learning unit 32 modifies the dependencies of the conditional probability in the models based on the responses and updates the models to models that allow more accurately obtaining the content appropriate for the user's preference under the recommendation-condition corresponding to the models. That is, the models stored in the model storage unit 40 are updated to specialized models suitable for the probabilistic reasoning under the corresponding recommendation-condition.
  • the model determining unit 34 has a function of determining a model used for the reasoning based on model selection information that is input via the operating unit 24 , and a function of determining models to be learned referring to a learning model table stored in the learning model table storage unit 42 .
  • FIG. 5 is a diagram showing exemplary data stored in the learning model table storage unit 42 .
  • the learning model table storage unit 42 contains the association between application models and learning models.
  • An application model is a model applied to the probabilistic reasoning for obtaining content appropriate for the user.
  • a learning model is a model to be learned using responses to the recommended content. For instance, in the example shown in FIG. 5 , if the model A is the application model, the models A and C are the learning models. Therefore, responses to content obtained using the model A for the father are used to learn the model A for the father and the model C for the family. Since the father's responses to the content obtained using the model A for the father are reflected in the model A, the model A becomes a model that allows more appropriately obtaining the content suitable for the father's preference. The father's responses also affect the model C for the family because the father is a member of the family. Therefore, the model C for the family is also set as a learning model.
  • a response transmitting unit 36 has a function of transmitting responses received via the operating unit 24 to the center device 50 .
  • the response transmitting unit 36 transmits all received responses. In the example of the present embodiments, all responses of the father, mother, and family are transmitted.
  • FIG. 6 is a diagram showing a configuration of the center device 50 .
  • the center device 50 includes a data transmitting/receiving unit 52 for communicating with the content providing devices 20 and a control unit 54 for controlling the entire device.
  • the center device 50 also includes a response information storage unit 60 for accumulating responses transmitted from the content providing devices 20 and a general model storage unit 62 for containing a general model generated based on the responses accumulated in the response information storage unit 60 .
  • the response information storage unit 60 has a function of accumulating information about responses transmitted from the content providing devices 20 .
  • the response information transmitted from a plurality of content providing devices 20 is aggregated in the response information storage unit 60 .
  • a model generating unit 56 has a function of reading out the response information accumulated in the response information storage unit 60 and generating a Bayesian network model based on the read-out response information.
  • the model generated here is a general model without a specific recommendation-condition for content.
  • the model generating unit 56 has a function of storing the generated model in the general model storage unit 62 .
  • a model delivering unit 58 has a function of reading out the general model stored in the general model storage unit 62 and delivering the read-out model to the content providing devices 20 .
  • the model delivering unit 58 may deliver the general model either at the request of the content providing devices 20 or on a regular basis.
  • FIG. 7 is a diagram showing operations of the information processing system 10 in the first embodiment.
  • each content providing device 20 determines a model for obtaining content appropriate for the user (S 10 ).
  • the content providing device 20 determines one model out of the three models stored in the model storage unit 40 .
  • the content providing device 20 displays on the recommending unit 22 information about the models stored in the model storage unit 40 receives a selection of a model via the operating unit 24 .
  • a selection of the model A for the father is received via the operating unit 24 .
  • the model determining unit 34 is informed of the information received via the operating unit 24 and determines the model for obtaining the content.
  • the Bayesian reasoning unit 30 in the content providing device 20 performs the probabilistic reasoning using the determined model A and obtains the content appropriate for the user (S 12 ).
  • the content information items sequentially read out from the content information storage unit 38 are set for the node N 2 of the model A, and the score of the response node N 4 is calculated for each content item based on the probability propagation from the nodes N 1 to N 3 .
  • the content with the highest response score is selected as the content to be recommended.
  • the Bayesian reasoning unit 30 may obtain a song with the highest score or a plurality of songs with a score above a certain value. If the auto-play is to be performed for a long duration, several songs are preferably selected to fit to the auto-play duration.
  • the content providing device 20 recommends the content to the user by playing the obtained songs (S 14 ).
  • the Bayesian learning unit 32 in the content providing device 20 receives responses from the user (S 16 ).
  • the Bayesian learning unit 32 receives the responses from the user via the operating unit 24 and judges the responses from the type of the operations. For example, if a song being played is stopped, the response indicates that the recommended content is not accepted, whereas if a song being played is listened to through or if the volume is increased, the response indicates that the recommended content is accepted.
  • the model determining unit 34 in the content providing device 20 selects learning models (S 18 ).
  • the models A and C are selected as the learning models from the information in the learning model table storage unit 42 shown in FIG. 5 .
  • the Bayesian learning unit 32 in the content providing device 20 learns the models A and C using the user responses received via the operating unit 24 (S 20 ).
  • the content providing device 20 determines whether or not to terminate the content recommendation processing (S 22 ). For example, the determination whether or not to terminate the content recommendation processing may be made based on whether or not the vehicle has reached the destination. If it is determined that the content recommendation processing is not terminated, the operation of the content providing device 20 transits to step S 12 to determine the next song to be played through the probabilistic reasoning.
  • the response transmitting unit 36 in the content providing device 20 transmits the user responses received via the operating unit 24 to the center device 50 (S 24 ).
  • the responses transmitted here include information about the user responses themselves, as well as information about the user attribute, situation, and content attribute.
  • the center device 50 receives the responses transmitted from the content providing device 20 (S 26 ) and accumulates the received responses in the response information storage unit 60 .
  • the center device 50 accumulates the responses transmitted from a plurality of content providing devices 20 .
  • the model generating unit 56 in the center device 50 reads out the response information from the response information storage unit 60 and generates a Bayesian network model using the read-out response information (S 30 ).
  • the model generated here is a general model without a specific recommendation-condition.
  • the model generating unit 56 stores the generated model in the general model storage unit 62 .
  • the model delivering unit 58 in the center device 50 delivers the general model stored in the general model storage unit 62 either at the request of the content providing device 20 or on a regular basis.
  • each content providing device 20 contains a plurality of different models depending on the user attribute in the model storage unit 40 . These models are suitable for obtaining content to be recommended to the user having the corresponding attribute through the probabilistic reasoning.
  • the content providing device 20 reads out a model corresponding to the attribute of the user from the models stored in the model storage unit 40 and uses the read-out model to obtain the content to be recommend to the user through the probabilistic reasoning. Therefore, content highly satisfactory to the user can be obtained. That is, the information processing system 10 can accurately obtain the appropriate content. This allows reduction in the number of the user's reattempts to receive a content recommendation, thereby reducing the burden on the driver and contributing to safe driving.
  • the learning model table storage unit 42 contains the association between the application models and models to be learned using responses to the content reasoned out by the respective application models. Since the Bayesian learning unit 32 in the content providing device 20 refers to the learning model table storage unit 42 to determine the learning models, it can learn the models affected by the responses. Since the learning model table storage unit 42 contains information about a plurality of learning models for each application model, a plurality of models can be efficiently learned based on one response.
  • the center device 50 aggregates the response information obtained in each content providing device 20 in the response information storage unit 60 and generates the general model using the aggregated response information. Therefore, the general model reflecting the latest behavior can be obtained.
  • the center device 50 delivers the general model to the content providing device 20 , so that the content providing device 20 can perform the probabilistic reasoning using the general model.
  • the information processing system 10 in the second embodiment is similar to the information processing system 10 in the first embodiment in its basic configuration, except for the information stored in the learning model table storage unit 42 .
  • FIG. 8 is a diagram showing exemplary data stored in the learning model table storage unit 42 in the second embodiment.
  • the learning model table storage unit 42 contains information about the application models and the learning models, as well as reflection parameters.
  • a reflection parameter indicates the degree to which the user responses are reflected in a learning model.
  • the reflection parameters can be used to adjust the degree to which the responses are reflected in the respective models. For example, if the application model is the model A for the father, the degree to which the learning using responses to this model is reflected in the model C for the family is “0.2”, whereas the degree to which responses obtained using the model C is reflected in the model C is “1.”
  • FIG. 9 is a diagram showing operations of the information processing system 10 in the second embodiment.
  • the information processing system 10 in the second embodiment is similar to the first information processing system 10 in its basic operations. However, the operations in the second embodiment are different from those in the first embodiment in that the reflection parameters are also read out when the learning models are selected from the learning model table storage unit 42 (S 18 ).
  • the Bayesian learning unit 32 in each content providing device 20 learns the models using the read-out reflection parameters (S 20 ).
  • the model C can be appropriately learned.
  • the information processing system 10 in a third embodiment of the present invention will be described.
  • the information processing system 10 in the third embodiment is similar to the information processing system 10 in the first embodiment in its basic configuration. However, it is different in that the center device 50 generates learning data for bringing models closer to the general model based on the response information aggregated from a plurality of content providing devices 20 , and delivers the learning data to the content providing devices 20 .
  • the content providing devices 20 learn models stored in the model storage unit 40 based on the learning data transmitted from the center device 50 .
  • FIG. 10 is a diagram showing a configuration of the center device 50 in the information processing system 10 in the third embodiment.
  • the center device 50 in the third embodiment includes a learning data generating unit 64 , a learning data delivering unit 66 , and a learning data storage unit 68 .
  • the learning data generating unit 64 has a function of generating the learning data for bringing the learning models closer to the general model based on the response information stored in the response information storage unit 60 .
  • the learning data storage unit 68 has a function of storing the learning data generated in the learning data generating unit 64 .
  • the learning data delivering unit 66 has a function of reading out the learning data stored in the learning data storage unit 68 and delivering the learning data to the content providing devices 20 .
  • FIG. 11 is a diagram showing a configuration of the content providing device 20 in the information processing system 10 in the third embodiment.
  • the content providing device 20 in the third embodiment includes a reflection parameter storage unit 44 containing reflection parameters indicating the degree to which the learning data transmitted from the center device 50 is reflected in the models.
  • a reflection parameter defines the degree to which a model stored in the model storage unit 40 is brought closer to the general model.
  • the Bayesian learning unit 32 in the control unit 28 uses the reflection parameters read out from the reflection parameter storage unit 44 to determine the degree to which the learning data is reflected in the models and learns the models according to the determined degree. For example, the Bayesian learning unit 32 performs learning using the learning data as many times as set by a reflection parameter. A larger value of reflection parameter results in a larger number of times of learning, thereby a greater degree of reflection of the learning data in the model.
  • FIG. 12 is a diagram showing operations of the information processing system 10 in the third embodiment.
  • each content providing device 20 recommends content to the user and receives responses from the user (S 40 ). Then, the content providing device 20 transmits the received responses to the center device 50 (S 42 ). The center device 50 receives the responses via the data transmitting/receiving unit 52 (S 44 ) and accumulates the received responses in the response information storage unit 60 (S 46 ).
  • the learning data generating unit 64 in the center device 50 reads out the responses accumulated in the response information storage unit 60 , generates the learning data using the read-out responses, and stores the generated learning data in the learning data storage unit 68 (S 48 ).
  • the learning data delivering unit 66 in the center device 50 delivers the learning data stored in the learning data storage unit 68 to the content providing device 20 (S 50 ).
  • the content providing device 20 obtains the learning data by receiving the learning data transmitted from the center device 50 (S 52 ).
  • the Bayesian learning unit 32 in the content providing device 20 uses the received learning data to learn models stored in the model storage unit 40 (S 54 ).
  • the Bayesian learning unit 32 reads out the reflection parameters from the reflection parameter storage unit 44 and causes the learning data to be reflected based on the degree defined by the read-out reflection parameters.
  • the learning data for learning models is generated based on the response information aggregated from the content providing devices 20 , to which the generated learning data is then delivered.
  • the content providing devices 20 use the delivered learning data to learn models. Therefore, the specificity of the models depending on the recommendation-condition can be reduced, and the specialized models suitable for the probabilistic reasoning under the recommendation-condition can be brought closer to the general model.
  • the content providing device 20 includes the Bayesian reasoning unit 30 and the Bayesian learning unit 32 , and the content providing device 20 reasons out the content appropriate for the user and learns the models.
  • the center device 50 may include the Bayesian reasoning unit 30 and the Bayesian learning unit 32 .
  • FIG. 13 is a diagram showing a configuration of the center device 50 including the Bayesian reasoning unit 30 and the Bayesian learning unit 32 .
  • the center device 50 includes a model storage unit 78 containing models used for selecting content to be recommended, and a content information storage unit 80 containing content information.
  • the model storage unit 78 contains a plurality of models used in each content providing device 20 and a learning model table indicating learning models.
  • the control unit 54 in the center device 50 includes a model determining unit 74 for determining a model applied to the probabilistic reasoning, a Bayesian reasoning unit 70 for selecting content to be recommended, a content delivering unit 76 for delivering the selected content, and a Bayesian learning unit 72 for learning models.
  • each content providing unit 20 transmits model selection information received via the operating unit 24 to the center device 50 .
  • the center device 50 uses the model indicated by the selection information to obtain the content appropriate for the user, and delivers the obtained content to the content providing device 20 .
  • the content providing device 20 transmits received responses to the center device 50 , which then learns the models. In this manner, the information processing system including the content providing devices 20 with a simple configuration can be realized.
  • the information processing system 10 includes the center device 50 .
  • the information processing system 10 may not necessarily include the center device 50 . Rather, the information processing system of the present invention may be implemented only with the content providing devices 20 shown in FIG. 2 .
  • the above embodiments have been described by taking one of user attributes as exemplary recommendation-condition corresponding to a plurality of models stored in the model storage unit 40 .
  • user attributes such as the age, sex, and occupation
  • the recommendation-condition is not limited to the user attributes but may be, for example, the situation at the time of recommendation.
  • the situation at the time of recommendation may be the day of a week when the recommendation is received, the time of a day when the recommendation is received, the state of mind at the time the recommendation is received, and so forth.
  • the recommendation is not limited to songs.
  • the recommendation may be the genre, artist name, and so forth. If the amount of the content stored in the content information storage unit 38 is large, the genre may be obtained as a recommendation, for example, and the content information may be narrowed down by the obtained genre.
  • the method of determining a model for obtaining the content to be recommended involves the case in which the user selects the model.
  • the model determination method is not limited to the method involving user selection.
  • the content providing device 20 may automatically determine the model by detecting the user from information about a key used by the user to start the vehicle.
  • a select-model for determining the model to be applied to the reasoning is stored in a storage unit to be ready for use.
  • a plurality of observed variables such as user attributes and the current situation are input to the select-model read out from the storage unit, and the model to be applied to the reasoning is determined through the probabilistic reasoning.
  • the model can be selected based on a combination of various attributes and situations, rather than based on an explicit variable such as an attribute or the situation.
  • the model storage unit 40 contains three models of A to C, out of which the model to be used is determined.
  • the content providing device 20 receives the general model from the center device 50 and stores the received general model as a model D in the model storage unit 40 .
  • Content to be recommended is obtained through the probabilistic reasoning using the model D, and responses from the child to the content are used to learn the model D. By repeating the learning of the model D several times, a model that allows reasoning of content appropriate for the child's preference is generated.
  • the information processing system of the present invention can be realized by causing a computer to execute a program having modules implementing the components of the information processing system in the above-described embodiments. Such a program is also included in the scope of the present invention.
  • the present invention is useful as a recommendation system and so forth for using a Bayesian network model to provide a probabilistically appropriate recommendation.

Abstract

An information processing system includes a content providing device (20) providing content appropriate for a user. The content providing device (20) includes: a model storage unit (40) containing a plurality of different models depending on the user attribute; a model determining unit (34) for selecting a model corresponding to the user attribute from the models stored in the model storage unit (40); a Bayesian reasoning unit (30) for reading out the model determined by the model determining unit (34) from the model storage unit (40) and using the read-out model to obtain the content appropriate for the user through probabilistic reasoning; and a recommending unit (22) for recommending the content obtained by the Bayesian reasoning unit (30) to the user. The content providing device (20) further includes a Bayesian learning unit (32) for learning models by using a user response to the content received from an operating unit (24). Thus, it is possible to accurately obtain and provide an appropriate recommendation.

Description

    TECHNICAL FIELD
  • The present invention relates to a vehicle information processing system for using a Bayesian network model to provide an appropriate recommendation to a recipient who receives the recommendation.
  • BACKGROUND ART
  • With today's dramatic expansion of the application range of information technology, it has become necessary to deal with uncertain and inexplicit information that had been hard for computers to process. For example, consider a recommendation system for Internet shopping, in which customer needs are read out from previous transaction history or customer management information, and the most appropriate information is recommended to a customer concerned. Although a customer list may be searched for the closest purchase pattern for the customer concerned, not all customers of the same age and sex necessarily have the same preferences. Also, a customer does not necessarily keeps on having the same preferences as those answered in a questionnaire submitted by the customer at the time of registration. Therefore, it becomes necessary to predict the preferences by comprehensive judgment from the customer's actions (e.g., WWW browsing history), attributes, and questionnaire information. However, this does not always result in a single answer. There may be a plurality of recommendation candidates at the same time. In addition, these candidates are naturally treated as having vagueness and uncertainty, such as “judging from the previously browsed WWW pages, the user is likely to have an interest in football-related information.”
  • For these problems, a probabilistic framework is effective. A plurality of candidates may each be assigned the degree of certainty, such as the likelihood of having an interest in football-related items being 60% and the likelihood of having an interest in travel being 30%, so that the candidates may be treated with uncertainty. If the previously viewed page was a page about Korea for example, the probability of interest may be calculated for each of the World Cup football-related information, travel-related information, and cooking-related information. Then, information with the highest probability that the customer concerned has an interest therein may be provided. To calculate this probability, many different factors (e.g., a hobby answered in a questionnaire) may be taken into consideration to utilize the dependencies between them (e.g., if the hobby is sport, it is likely that football is of interest). In this manner, more accurate prediction is possible.
  • As an information processing model for calculating the probability based on such dependencies between a plurality of factors, the Bayesian network has been attracting attention in various fields recently. The Bayesian network is a network-shaped probability model defined by the following three items: (1) random variables, (2) conditioned dependencies between the random variables, and (3) their conditional probability. The item (1) is represented by nodes, and (2) is represented by directed links established between the nodes. A node to which a link is directed is called a child node, and a node from which a link originates is called a parent node. The item (3) is a conditional probability that a child node has a certain value when its parent nodes have certain values. For discrete variables, this is expressed in the form of a table (a conditional probability table) that lists respective probability values for all states that the child node and the parent nodes assume, such as P (child node=y|parent nodes=x1, x2, . . . )=p. (Yoich Motomura, “Bayesian Net Software”, Transactions of the Japanese Society for Artificial Intelligence, Vol. 17, No. 5, a (2002))
  • The above-described recommendation system may be implemented using the Bayesian network. Specifically, the relationships between attributes etc. of customers and objects of high interest of the customers are represented as a Bayesian network model based on statistical data, such as a questionnaire research result and purchase history obtained from a large number of customers varying in age, sex, lifestyle, and so forth. Then, the Bayesian network model is used to reason out an object of high interest of a customer from the customer's attributes and the situation, and the object of high interest is recommended to the customer based on the reasoning result.
  • In this recommendation system, the Bayesian network model is generated based on the statistical data obtained from various customers. Therefore, it is considered that the conditions for determining the object to be recommended, such as the customer attributes and the situation, have a small influence on the recommendation. For example, if the condition for determining the object to be recommended is “customer's attribute: father”, data obtained from customers having the attribute “father” is part of the entire statistical data from which the Bayesian network model was generated. The influence of the condition “father” on the model is therefore smaller than that on a model generated based on statistical data obtained only from customers having the attribute “father.” Studies are currently proceeding to sufficiently reflect conditions for determining the recommendation object in the recommendation result and to make more accurate recommendation.
  • In the light of the above-described background, the present invention aims to provide a vehicle information processing system that allows more appropriately obtaining a recommendation to be provided to a recipient who receives the recommendation.
  • DISCLOSURE OF THE INVENTION
  • A vehicle information processing system of the present invention is a vehicle information processing system for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The system comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • In the vehicle information processing system of the present invention, the model storage unit may contain a plurality of different Bayesian network models depending on the attribute of the recipient, and the model determining unit may determine a model corresponding to the attribute of the recipient as the application model. Also, the model storage unit may contain a plurality of different Bayesian network models depending on the situation in which the recommendation is provided, and the model determining unit may determine a model corresponding to the situation in which the recommendation is provided as the application model.
  • The vehicle information processing system of the present invention may comprise a select-model storage unit containing a select-model applied to probabilistic reasoning for determining the application model from the models based on the attribute of the recipient and the situation in which the recommendation is provided. The model determining unit may determine the application model through the probabilistic reasoning that uses the select-model read out from the select-model storage unit, based on the attribute of the recipient and the situation in which the recommendation is provided.
  • The vehicle information processing system of the present invention may comprise: a response receiving unit for receiving a response made by the recipient when the recommending unit provides the recommendation obtained by the reasoning unit from the application model; and a model learning unit for learning models stored in the model storage unit using the response received by the response receiving unit and for updating the models to models specialized for each recommendation-condition.
  • The vehicle information processing system of the present invention may comprise a learning model information storage unit containing the learning models in association with the application model applied to the probabilistic reasoning in the reasoning unit, wherein the learning models comprises, among the models stored in the model storage unit, a model identical with the application model and a different model influenced by the result of the reasoning that uses the application model. The model learning unit may learn models using the response received by the response receiving unit, wherein the models are associated with the application model as the learning models in the learning model information storage unit. The learning model information storage unit may contain reflection parameters indicating the degree to which the response is reflected in learning of the learning models, wherein each reflection parameter may be set for each of a plurality of learning models corresponding to one application model. The model learning unit may perform learning processing such that a reflection parameter associated with a learning model to be learned is read out from the learning model information storage unit and the response is reflected in the learning model to the degree according to the read-out reflection parameter.
  • The vehicle information processing system of the present invention may comprise a learning data obtaining unit for obtaining learning data used in learning by which the models specialized for each recommendation-condition through the learning by the model learning unit is brought closer to a general model. The model learning unit may use the learning data obtained by the learning data obtaining unit to learn models stored in the model storage unit. The system may also comprise a learning reflection parameter storage unit containing learning reflection parameters indicating the degree to which the learning data is reflected in learning of models. The model learning unit may perform learning processing such that the learning data is reflected in learning of the models to the degree according to the learning reflection parameters read out from the learning reflection parameter storage unit.
  • The vehicle information processing system of the present invention may comprise: information recommending devices, each having the recommending unit; and a center device communicatively connected with the information recommending devices. The center device may collect from each information recommending device the response received from the recipient when the recommendation is provided.
  • A vehicle information processing system in another aspect of the present invention is a vehicle information processing system for using a reasoning algorism to reason out a recommendation appropriate for a recipient who receives the recommendation and for providing the recommendation obtained through the reasoning. The system comprises: a resource storage unit containing a plurality of different resources for calculation depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a resource determining unit for determining a resource for calculation corresponding to the recommendation-condition from the resources for calculation stored in the resource storage unit; a reasoning unit for reading out the resource for calculation determined by the resource determining unit from the resource storage unit and for obtaining a recommendation through reasoning that uses the read-out resource for calculation; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • A vehicle information recommending device of the present invention is a vehicle information recommending device for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The device comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient. The vehicle information recommending device of the present invention may be provided in a car.
  • A vehicle information processing method of the present invention is a method for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The method comprises: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • A program of the present invention is a program for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The program causes a computer to perform: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • As will be described below, the present invention has other embodiments. Therefore, the above disclosure of the invention is intended to provide part of the present invention and not to limit the scope of the claimed invention.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram showing a configuration of an information processing system in a first embodiment;
  • FIG. 2 is a diagram showing a configuration of a content providing device in the first embodiment;
  • FIG. 3 is a diagram showing exemplary data stored in a content information storage unit in the first embodiment;
  • FIG. 4 is a diagram showing an exemplary model stored in a model storage unit in the first embodiment;
  • FIG. 5 is a diagram showing exemplary data stored in a learning model table storage unit in the first embodiment;
  • FIG. 6 is a diagram showing a configuration of a center device in the first embodiment;
  • FIG. 7 is a diagram showing operations of the information processing system in the first embodiment;
  • FIG. 8 is a diagram showing exemplary data stored in the learning model table storage unit in a second embodiment;
  • FIG. 9 is a diagram showing operations of the information processing system in the second embodiment;
  • FIG. 10 is a diagram showing a configuration of the center device in a third embodiment;
  • FIG. 11 is a diagram showing a configuration of the content providing device in the third embodiment;
  • FIG. 12 is a diagram showing operations of the information processing system in the third embodiment; and
  • FIG. 13 is a diagram showing a configuration of the center device according to a variation.
  • BEST MODE FOR CARRYING OUT THE INVENTION
  • The present invention will be described in detail below. However, the detailed description below and the appended drawings do not limit the present invention. The scope of the present invention is defined by the appended claims.
  • A vehicle information processing system of the embodiments is a vehicle information processing system for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The system comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • A plurality of different models depending on the recommendation-condition such as the attribute of the recipient are stored, and a model corresponding to the recommendation-condition is read out from these models and applied to probabilistic reasoning. In this manner, an appropriate recommendation can be accurately obtained under the recommendation-condition at different times.
  • In the vehicle information processing system, the model storage unit may contain a plurality of different Bayesian network models depending on the attribute of the recipient, and the model determining unit may determine a model corresponding to the attribute of the recipient as the application model.
  • In this manner, different models depending on the attribute of the recipient can be applied to the probabilistic reasoning, and an appropriate recommendation can be obtained according to the attribute of the recipient.
  • In the vehicle information processing system, the model storage unit may contain a plurality of different Bayesian network models depending on the situation in which the recommendation is provided, and the model determining unit may determine a model corresponding to the situation in which the recommendation is provided as the application model.
  • In this manner, different models depending on the situation in which the recommendation is provided can be applied to the probabilistic reasoning, and an appropriate recommendation can be obtained according to the situation in which the recommendation is provided.
  • The vehicle information processing system may comprise a select-model storage unit containing a select-model applied to probabilistic reasoning for determining the application model from the models based on the attribute of the recipient and the situation in which the recommendation is provided. The model determining unit may determine the application model through the probabilistic reasoning that uses the select-model read out from the select-model storage unit, based on the attribute of the recipient and the situation in which the recommendation is provided.
  • In this manner, by determining the application model from the models through the probabilistic reasoning that uses the select-model, an application model can be selected that allows obtaining an appropriate recommendation according to conditions such as the attribute of the recipient and the situation in which the recommendation is provided, even if a plurality of models have not been generated according to explicit variables such as the attribute of the recipient and the situation in which the recommendation is provided.
  • The vehicle information processing system may comprise: a response receiving unit for receiving a response made by the recipient when the recommending unit provides the recommendation obtained by the reasoning unit from the application model; and a model learning unit for learning models stored in the model storage unit using the response received by the response receiving unit and for updating the models to models specialized for each recommendation-condition.
  • In this manner, the models stored in the model storage unit are learned based on the response of the recipient, so that the models in the model storage unit are updated to specialized models suitable for the probabilistic reasoning under the recommendation-condition. Therefore, the models stored in the model storage unit can be used to appropriately obtain a recommendation.
  • The vehicle information processing system may comprise a learning model information storage unit containing the learning models in association with the application model applied to the probabilistic reasoning in the reasoning unit, wherein the learning models comprises, among the models stored in the model storage unit, a model identical with the application model and a different model influenced by the result of the reasoning that uses the application model. The model learning unit may learn models using the response received by the response receiving unit, wherein the models are associated with the application model as the learning models in the learning model information storage unit.
  • In this manner, the response of the recipient to the recommendation obtained from the application model can be used to appropriately learn not only the application model but also other models. Therefore, a plurality of models stored in the model storage unit can be efficiently learned.
  • In this vehicle information processing system, the learning model information storage unit may contain reflection parameters indicating the degree to which the response is reflected in learning of the learning models, wherein each reflection parameter may be set for each of a plurality of learning models corresponding to one application model. The model learning unit may perform learning processing such that a reflection parameter associated with a learning model to be learned is read out from the learning model information storage unit and the response is reflected in the learning model to the degree according to the read-out reflection parameter.
  • In this manner, since the response is reflected in the learning models to the degree according to the reflection parameters, the degree to which the model itself applied to the reasoning is reflected in that model can be made higher than the degree of reflection of other models, for example. As another example, when a learning model is associated with two different application models, the learning model can be assigned different degree of reflection for each application model. Thus, it is possible to set variable amounts of influence of the response on the models, thereby allowing appropriate model learning.
  • The vehicle information processing system may comprise a learning data obtaining unit for obtaining learning data used in learning by which the models specialized for each recommendation-condition through the learning by the model learning unit is brought closer to a general model. The model learning unit may use the learning data obtained by the learning data obtaining unit to learn the models stored in the model storage unit.
  • In this manner, aspects of the general model can be added to the specialized models suitable for the probabilistic reasoning under the recommendation-condition, so that a model can be generated that allows reasoning incorporating general preferences. Therefore, the proceeding of specialization of the models can be appropriately limited.
  • The vehicle information processing system may comprise a learning reflection parameter storage unit containing learning reflection parameters indicating the degree to which the learning data is reflected in learning of the models. The model learning unit may perform learning processing such that the learning data is reflected in learning of the models to the degree according to the learning reflection parameters read out from the learning reflection parameter storage unit.
  • In this manner, the degree to which the specialized models stored in the model storage unit are brought closer to the general model can be set.
  • The vehicle information processing system may comprise: information recommending devices, each having the recommending unit; and a center device communicatively connected with the information recommending devices. The center device may collect from each information recommending device the response received from the recipient when the recommendation is provided.
  • In this manner, since the center device collects responses received at a plurality of information recommending devices, general responses of many recipients to a recommendation can be known.
  • A vehicle information processing system in another aspect of the embodiments is a vehicle information processing system for using a reasoning algorism to reason out a recommendation appropriate for a recipient who receives the recommendation and for providing the recommendation obtained through the reasoning. The system comprises: a resource storage unit containing a plurality of different resources for calculation depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a resource determining unit for determining a resource for calculation corresponding to the recommendation-condition from the resources for calculation stored in the resource storage unit; a reasoning unit for reading out the resource for calculation determined by the resource determining unit from the resource storage unit and for obtaining a recommendation through reasoning that uses the read-out resource for calculation; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • A plurality of different resources for calculation depending on the recommendation-condition such as the attribute of the recipient are stored, and a resource for calculation corresponding to the recommendation-condition is read out from these resources for calculation and applied to probabilistic reasoning. In this manner, an appropriate recommendation can be accurately obtained under the recommendation-condition at different times. The “resource for calculation” herein refers to a resource used in calculation of a reasoning algorithm. For example, it may be a knowledge base in the case of the expert system, or a neural network with many interconnected neuron models in the case of the neural network.
  • A vehicle information recommending device of the embodiments is a vehicle information recommending device for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The device comprises: a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit; a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
  • In this manner, an appropriate recommendation can be accurately obtained as in the case of the above-described vehicle information processing system. It is also possible to apply the features of the above-described vehicle information processing system to the vehicle information recommending device of the embodiments.
  • The vehicle information recommending device of the embodiments may be provided in a car.
  • In this manner, appropriate information likely to be accepted by the driver is recommended. Therefore, the need to repeatedly receive information is eliminated, and the burden on the driver who receives information is reduced. This contributes to safe driving.
  • A vehicle information processing method of the embodiments is a method for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The method comprises: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • In this manner, an appropriate recommendation can be accurately obtained as in the case of the above-described vehicle information processing system. It is also possible to apply the features of the above-described vehicle information processing system to the vehicle information processing method of the embodiments.
  • A program of the embodiments is a program for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant. The program causes a computer to perform: a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation; a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
  • In this manner, an appropriate recommendation can be accurately obtained as in the case of the above-described vehicle information processing system. It is also possible to apply the features of the above-described vehicle information processing system to the program of the embodiments.
  • Now, the vehicle information processing system in the embodiments will be described below using the drawings. The following description adopts a system in which a content providing device in a vehicle provides songs appropriate for a user. However, objects recommended by the vehicle information processing system of the present invention are not limited to songs. For example, the vehicle information processing system of the present invention may be applied to a recommendation system for recommending restaurants or events appropriate for a user. The vehicle information processing system of the present invention is not limited to a system provided in a vehicle but may be applied to a system in which a personal computer at home or a mobile phone carried by a user provides a recommendation appropriate for the user.
  • FIG. 1 is a diagram showing a configuration of an information processing system 10 in an embodiment. The vehicle information processing system (hereafter referred to as the “information processing system”) 10 includes a plurality of content providing devices 20, each being communicatively connected with a center device 50. A content providing device 20 is a device that selects songs appropriate for its user, who is an occupant of the vehicle, and that auto-plays the selected songs. The center device 50 is a device that aggregates data about user responses obtained by the content providing devices 20.
  • FIG. 2 is a diagram showing a configuration of a content providing device 20. The content providing device 20 includes a recommending unit 22 for recommending content to the user, an operating unit 24 for receiving operations from the user, a data transmitting/receiving unit 26 for communicating with the center device 50 and a control unit 28 for controlling the entire content providing device 20. The content providing device 20 also includes a content information storage unit 38 containing content information, a model storage unit 40 containing Bayesian network models and a learning model table storage unit 42 containing information about learning models in association with application models.
  • The recommending unit 22 has a function of recommending content to the user. The hardware of the recommending unit 22 includes a speaker for outputting the sound of songs, and a display for displaying a song title, an artist name, and so forth.
  • The operating unit 24 has a function of receiving operations from the user. The operating unit 24 receives an operation for selecting an application model for use in probabilistic reasoning of content, and receives responses to the recommended content. The hardware of the operating unit 24 includes buttons for instructing start, stop, fast-forward, etc. of the sound, and a volume control knob. For selection of an application model, candidate models are displayed on the recommending unit 22 so that the application model is selected with the fast-forward and rewind buttons. For reception of a response, information about operations on the buttons and the volume control knob is obtained to judge the response.
  • The data transmitting/receiving unit 26 has a function of wirelessly communicating with the center device 50. The content providing device 20 and the center device 50 can communicate with each other via, for example, a mobile phone network.
  • The content information storage unit 38 contains a plurality of content information items potentially recommended to the user. The content providing device 20 selects content appropriate for the user from the content stored in the content information storage unit 38 and provides the selected content to the user.
  • FIG. 3 is a diagram showing exemplary content information stored in the content information storage unit 38. As shown in FIG. 3, the content information storage unit 38 contains song titles, genres, rankings, and song data. Although the description of the present embodiments assumes as an example that the song data is stored in the content information storage unit 38, the content providing device 20 may not necessarily have the song data. For example, once songs to be recommended to the user are selected, data about the selected songs may be obtained via a network or from an external disk.
  • Referring back to FIG. 2, the model storage unit 40 has a function of storing models used for obtaining the content appropriate for the user. The model storage unit 40 contains three models, i.e., a model A, a model B, and a model C, depending on the recommendation-condition. The recommendation-condition refers to a condition on the recipient side who receives a recommendation. Each model stored in the model storage unit 40 is suitable for performing the probabilistic reasoning under the corresponding recommendation-condition. The present embodiments assumes that the recommendation-condition is the attribute of users in a vehicle, wherein the model A is for the father, the model B is for the mother, and the model C is for the family. Therefore, for example, the model A is suitable for obtaining content to be recommended to the father through the probabilistic reasoning. The models A to C are all general models before learning is performed in the content providing device 20. Applying the models A to C under the corresponding recommendation-condition and performing learning using responses thereto makes the models specialized for the recommendation-condition. Although the model storage unit 40 herein contains three models, the number of the stored models is not limited to three.
  • FIG. 4 is a diagram showing an exemplary model stored in the model storage unit 40. As shown in FIG. 4, the Bayesian network model has a node N1 for a user, a node N2 for content, node N3 for a situation, and a node N4 for a response, connected with each other via another node by links indicating dependencies of the conditional probability. The response node N4 is a node for predicting a user response.
  • Now, the control unit 28 in the content providing device 20 will be described. In the control unit 28 shown in FIG. 2, a Bayesian reasoning unit 30 has a function of using a model stored in the model storage unit 40 to obtain the content appropriate for the user through the probabilistic reasoning. The Bayesian reasoning unit 30 reads out a model determined by a model determining unit 34 from the model storage unit 40 and uses the read-out model to perform the reasoning. The reasoning method implemented by the Bayesian reasoning unit 30 will be described using the model shown in FIG. 4. First, the Bayesian reasoning unit 30 sets values for the nodes N1 to N3. Information such as the user's age, sex, and musical preference, for example, is set for the user node N1. A content information item that is read out from the content information storage unit 38 is set for the content node N2. Information such as the time and the running location, for example, is set for the situation node N3. The Bayesian reasoning unit 30 determines the score of the response node N4 based on probability propagation from the nodes N1 to N3. The Bayesian reasoning unit 30 sequentially reads out content information items from the content information storage unit 38 and repeats the above-described operations to determine the score of each content item. The Bayesian reasoning unit 30 selects content appropriate for the user based on the determined scores.
  • In the control unit 28, a Bayesian learning unit 32 has a function of learning models using user responses. A user response refers to user-input information about whether or not to accept content, and it is observed information. The Bayesian learning unit 32 modifies the dependencies of the conditional probability in the models based on the responses and updates the models to models that allow more accurately obtaining the content appropriate for the user's preference under the recommendation-condition corresponding to the models. That is, the models stored in the model storage unit 40 are updated to specialized models suitable for the probabilistic reasoning under the corresponding recommendation-condition.
  • In the control unit 28, the model determining unit 34 has a function of determining a model used for the reasoning based on model selection information that is input via the operating unit 24, and a function of determining models to be learned referring to a learning model table stored in the learning model table storage unit 42.
  • FIG. 5 is a diagram showing exemplary data stored in the learning model table storage unit 42. The learning model table storage unit 42 contains the association between application models and learning models. An application model is a model applied to the probabilistic reasoning for obtaining content appropriate for the user. A learning model is a model to be learned using responses to the recommended content. For instance, in the example shown in FIG. 5, if the model A is the application model, the models A and C are the learning models. Therefore, responses to content obtained using the model A for the father are used to learn the model A for the father and the model C for the family. Since the father's responses to the content obtained using the model A for the father are reflected in the model A, the model A becomes a model that allows more appropriately obtaining the content suitable for the father's preference. The father's responses also affect the model C for the family because the father is a member of the family. Therefore, the model C for the family is also set as a learning model.
  • In the control unit 28, a response transmitting unit 36 has a function of transmitting responses received via the operating unit 24 to the center device 50. The response transmitting unit 36 transmits all received responses. In the example of the present embodiments, all responses of the father, mother, and family are transmitted.
  • FIG. 6 is a diagram showing a configuration of the center device 50. The center device 50 includes a data transmitting/receiving unit 52 for communicating with the content providing devices 20 and a control unit 54 for controlling the entire device. The center device 50 also includes a response information storage unit 60 for accumulating responses transmitted from the content providing devices 20 and a general model storage unit 62 for containing a general model generated based on the responses accumulated in the response information storage unit 60.
  • The response information storage unit 60 has a function of accumulating information about responses transmitted from the content providing devices 20. The response information transmitted from a plurality of content providing devices 20 is aggregated in the response information storage unit 60.
  • In the control unit 54, a model generating unit 56 has a function of reading out the response information accumulated in the response information storage unit 60 and generating a Bayesian network model based on the read-out response information. The model generated here is a general model without a specific recommendation-condition for content. The model generating unit 56 has a function of storing the generated model in the general model storage unit 62.
  • In the control unit 54, a model delivering unit 58 has a function of reading out the general model stored in the general model storage unit 62 and delivering the read-out model to the content providing devices 20. The model delivering unit 58 may deliver the general model either at the request of the content providing devices 20 or on a regular basis.
  • Now, operations of the information processing system 10 in a first embodiment will be described.
  • FIG. 7 is a diagram showing operations of the information processing system 10 in the first embodiment. First, in order to auto-play songs, each content providing device 20 determines a model for obtaining content appropriate for the user (S10). The content providing device 20 determines one model out of the three models stored in the model storage unit 40. In this embodiment, the content providing device 20 displays on the recommending unit 22 information about the models stored in the model storage unit 40 receives a selection of a model via the operating unit 24. Here, it is assumed that a selection of the model A for the father is received via the operating unit 24. The model determining unit 34 is informed of the information received via the operating unit 24 and determines the model for obtaining the content.
  • Then, the Bayesian reasoning unit 30 in the content providing device 20 performs the probabilistic reasoning using the determined model A and obtains the content appropriate for the user (S12). The content information items sequentially read out from the content information storage unit 38 are set for the node N2 of the model A, and the score of the response node N4 is calculated for each content item based on the probability propagation from the nodes N1 to N3. The content with the highest response score is selected as the content to be recommended. The Bayesian reasoning unit 30 may obtain a song with the highest score or a plurality of songs with a score above a certain value. If the auto-play is to be performed for a long duration, several songs are preferably selected to fit to the auto-play duration. The content providing device 20 recommends the content to the user by playing the obtained songs (S14).
  • Then, the Bayesian learning unit 32 in the content providing device 20 receives responses from the user (S16). The Bayesian learning unit 32 receives the responses from the user via the operating unit 24 and judges the responses from the type of the operations. For example, if a song being played is stopped, the response indicates that the recommended content is not accepted, whereas if a song being played is listened to through or if the volume is increased, the response indicates that the recommended content is accepted.
  • Then, the model determining unit 34 in the content providing device 20 selects learning models (S18). In the present case, since the model A for the father is applied to the reasoning, the models A and C are selected as the learning models from the information in the learning model table storage unit 42 shown in FIG. 5. The Bayesian learning unit 32 in the content providing device 20 learns the models A and C using the user responses received via the operating unit 24 (S20).
  • Then, the content providing device 20 determines whether or not to terminate the content recommendation processing (S22). For example, the determination whether or not to terminate the content recommendation processing may be made based on whether or not the vehicle has reached the destination. If it is determined that the content recommendation processing is not terminated, the operation of the content providing device 20 transits to step S12 to determine the next song to be played through the probabilistic reasoning.
  • If it is determined that the content recommendation processing is terminated, the response transmitting unit 36 in the content providing device 20 transmits the user responses received via the operating unit 24 to the center device 50 (S24). The responses transmitted here include information about the user responses themselves, as well as information about the user attribute, situation, and content attribute.
  • The center device 50 receives the responses transmitted from the content providing device 20 (S26) and accumulates the received responses in the response information storage unit 60. The center device 50 accumulates the responses transmitted from a plurality of content providing devices 20.
  • After a certain amount of response information is accumulated in the response information storage unit 60, the model generating unit 56 in the center device 50 reads out the response information from the response information storage unit 60 and generates a Bayesian network model using the read-out response information (S30). The model generated here is a general model without a specific recommendation-condition. The model generating unit 56 stores the generated model in the general model storage unit 62. The model delivering unit 58 in the center device 50 delivers the general model stored in the general model storage unit 62 either at the request of the content providing device 20 or on a regular basis.
  • Thus, the information processing system 10 in the first embodiment has been described.
  • In the information processing system 10 of the first embodiment, each content providing device 20 contains a plurality of different models depending on the user attribute in the model storage unit 40. These models are suitable for obtaining content to be recommended to the user having the corresponding attribute through the probabilistic reasoning. The content providing device 20 reads out a model corresponding to the attribute of the user from the models stored in the model storage unit 40 and uses the read-out model to obtain the content to be recommend to the user through the probabilistic reasoning. Therefore, content highly satisfactory to the user can be obtained. That is, the information processing system 10 can accurately obtain the appropriate content. This allows reduction in the number of the user's reattempts to receive a content recommendation, thereby reducing the burden on the driver and contributing to safe driving.
  • The learning model table storage unit 42 contains the association between the application models and models to be learned using responses to the content reasoned out by the respective application models. Since the Bayesian learning unit 32 in the content providing device 20 refers to the learning model table storage unit 42 to determine the learning models, it can learn the models affected by the responses. Since the learning model table storage unit 42 contains information about a plurality of learning models for each application model, a plurality of models can be efficiently learned based on one response.
  • The center device 50 aggregates the response information obtained in each content providing device 20 in the response information storage unit 60 and generates the general model using the aggregated response information. Therefore, the general model reflecting the latest behavior can be obtained. The center device 50 delivers the general model to the content providing device 20, so that the content providing device 20 can perform the probabilistic reasoning using the general model.
  • Now, the information processing system 10 in a second embodiment of the present invention will be described. The information processing system 10 in the second embodiment is similar to the information processing system 10 in the first embodiment in its basic configuration, except for the information stored in the learning model table storage unit 42.
  • FIG. 8 is a diagram showing exemplary data stored in the learning model table storage unit 42 in the second embodiment. As shown in FIG. 8, the learning model table storage unit 42 contains information about the application models and the learning models, as well as reflection parameters. A reflection parameter indicates the degree to which the user responses are reflected in a learning model. The reflection parameters can be used to adjust the degree to which the responses are reflected in the respective models. For example, if the application model is the model A for the father, the degree to which the learning using responses to this model is reflected in the model C for the family is “0.2”, whereas the degree to which responses obtained using the model C is reflected in the model C is “1.”
  • FIG. 9 is a diagram showing operations of the information processing system 10 in the second embodiment. The information processing system 10 in the second embodiment is similar to the first information processing system 10 in its basic operations. However, the operations in the second embodiment are different from those in the first embodiment in that the reflection parameters are also read out when the learning models are selected from the learning model table storage unit 42 (S18). The Bayesian learning unit 32 in each content providing device 20 learns the models using the read-out reflection parameters (S20).
  • In the information processing system 10 of the second embodiment, appropriate learning is possible by learning the models using the parameters indicating the degree to which the responses are reflected in the models. For example, if the contributions of the father and mother to the model C for the family are different, the degree of reflection of the responses obtained with the models A and B may be set according to the respective amounts of contribution, as shown in FIG. 8. In this manner, the model C can be appropriately learned.
  • Now, the information processing system 10 in a third embodiment of the present invention will be described. The information processing system 10 in the third embodiment is similar to the information processing system 10 in the first embodiment in its basic configuration. However, it is different in that the center device 50 generates learning data for bringing models closer to the general model based on the response information aggregated from a plurality of content providing devices 20, and delivers the learning data to the content providing devices 20. The content providing devices 20 learn models stored in the model storage unit 40 based on the learning data transmitted from the center device 50.
  • FIG. 10 is a diagram showing a configuration of the center device 50 in the information processing system 10 in the third embodiment. In addition to the configuration of the center device 50 in the first embodiment, the center device 50 in the third embodiment includes a learning data generating unit 64, a learning data delivering unit 66, and a learning data storage unit 68. The learning data generating unit 64 has a function of generating the learning data for bringing the learning models closer to the general model based on the response information stored in the response information storage unit 60. The learning data storage unit 68 has a function of storing the learning data generated in the learning data generating unit 64. The learning data delivering unit 66 has a function of reading out the learning data stored in the learning data storage unit 68 and delivering the learning data to the content providing devices 20.
  • FIG. 11 is a diagram showing a configuration of the content providing device 20 in the information processing system 10 in the third embodiment. In addition to the configuration of the content providing device 20 in the first embodiment, the content providing device 20 in the third embodiment includes a reflection parameter storage unit 44 containing reflection parameters indicating the degree to which the learning data transmitted from the center device 50 is reflected in the models. A reflection parameter defines the degree to which a model stored in the model storage unit 40 is brought closer to the general model. The Bayesian learning unit 32 in the control unit 28 uses the reflection parameters read out from the reflection parameter storage unit 44 to determine the degree to which the learning data is reflected in the models and learns the models according to the determined degree. For example, the Bayesian learning unit 32 performs learning using the learning data as many times as set by a reflection parameter. A larger value of reflection parameter results in a larger number of times of learning, thereby a greater degree of reflection of the learning data in the model.
  • FIG. 12 is a diagram showing operations of the information processing system 10 in the third embodiment. As in the case of the first or second embodiment, each content providing device 20 recommends content to the user and receives responses from the user (S40). Then, the content providing device 20 transmits the received responses to the center device 50 (S42). The center device 50 receives the responses via the data transmitting/receiving unit 52 (S44) and accumulates the received responses in the response information storage unit 60 (S46).
  • The learning data generating unit 64 in the center device 50 reads out the responses accumulated in the response information storage unit 60, generates the learning data using the read-out responses, and stores the generated learning data in the learning data storage unit 68 (S48). The learning data delivering unit 66 in the center device 50 delivers the learning data stored in the learning data storage unit 68 to the content providing device 20 (S50).
  • The content providing device 20 obtains the learning data by receiving the learning data transmitted from the center device 50 (S52). The Bayesian learning unit 32 in the content providing device 20 uses the received learning data to learn models stored in the model storage unit 40 (S54). At this point, the Bayesian learning unit 32 reads out the reflection parameters from the reflection parameter storage unit 44 and causes the learning data to be reflected based on the degree defined by the read-out reflection parameters.
  • In the third embodiment, the learning data for learning models is generated based on the response information aggregated from the content providing devices 20, to which the generated learning data is then delivered. The content providing devices 20 use the delivered learning data to learn models. Therefore, the specificity of the models depending on the recommendation-condition can be reduced, and the specialized models suitable for the probabilistic reasoning under the recommendation-condition can be brought closer to the general model.
  • Thus, the information processing system of the present invention has been described in detail with respect to the embodiments. However, the present invention is not limited to the described embodiments.
  • The above embodiments have assumed that the content providing device 20 includes the Bayesian reasoning unit 30 and the Bayesian learning unit 32, and the content providing device 20 reasons out the content appropriate for the user and learns the models. Alternatively, the center device 50 may include the Bayesian reasoning unit 30 and the Bayesian learning unit 32.
  • FIG. 13 is a diagram showing a configuration of the center device 50 including the Bayesian reasoning unit 30 and the Bayesian learning unit 32. As shown in FIG. 13, the center device 50 includes a model storage unit 78 containing models used for selecting content to be recommended, and a content information storage unit 80 containing content information. The model storage unit 78 contains a plurality of models used in each content providing device 20 and a learning model table indicating learning models. The control unit 54 in the center device 50 includes a model determining unit 74 for determining a model applied to the probabilistic reasoning, a Bayesian reasoning unit 70 for selecting content to be recommended, a content delivering unit 76 for delivering the selected content, and a Bayesian learning unit 72 for learning models. In the information processing system including this center device 50, each content providing unit 20 transmits model selection information received via the operating unit 24 to the center device 50. The center device 50 uses the model indicated by the selection information to obtain the content appropriate for the user, and delivers the obtained content to the content providing device 20. The content providing device 20 transmits received responses to the center device 50, which then learns the models. In this manner, the information processing system including the content providing devices 20 with a simple configuration can be realized.
  • The above embodiments have been described for the case in which the information processing system 10 includes the center device 50. However, the information processing system 10 may not necessarily include the center device 50. Rather, the information processing system of the present invention may be implemented only with the content providing devices 20 shown in FIG. 2.
  • The above embodiments have been described by taking one of user attributes as exemplary recommendation-condition corresponding to a plurality of models stored in the model storage unit 40. However, other user attributes, such as the age, sex, and occupation, may be used as the recommendation-condition. The recommendation-condition is not limited to the user attributes but may be, for example, the situation at the time of recommendation. The situation at the time of recommendation may be the day of a week when the recommendation is received, the time of a day when the recommendation is received, the state of mind at the time the recommendation is received, and so forth.
  • Although the above embodiments have been described by taking songs as an exemplary recommendation, the recommendation is not limited to songs. For example, the recommendation may be the genre, artist name, and so forth. If the amount of the content stored in the content information storage unit 38 is large, the genre may be obtained as a recommendation, for example, and the content information may be narrowed down by the obtained genre.
  • In the above-described embodiments, the method of determining a model for obtaining the content to be recommended involves the case in which the user selects the model. However, the model determination method is not limited to the method involving user selection. For example, the content providing device 20 may automatically determine the model by detecting the user from information about a key used by the user to start the vehicle.
  • The above embodiments have been described for the case in which different models are used depending on the attribute such as the father and the mother, so that each model is specialized. However, the models may not be generated based on explicit criteria. In that case, probabilistic reasoning using a select-model may be used to determine the model to be applied to the reasoning. That is, a select-model for determining the model to be applied to the reasoning is stored in a storage unit to be ready for use. A plurality of observed variables such as user attributes and the current situation are input to the select-model read out from the storage unit, and the model to be applied to the reasoning is determined through the probabilistic reasoning. In this manner, the model can be selected based on a combination of various attributes and situations, rather than based on an explicit variable such as an attribute or the situation. This allows accurate recommendation. Since the model selected in this manner is updated to a specialized model by learning, a model that allows more accurate recommendation can be generated. In addition, since the select-model is also updated by learning, a more appropriate model can be selected and the accuracy of the reasoning can be increased.
  • The above embodiments have been described for the case in which the model storage unit 40 contains three models of A to C, out of which the model to be used is determined. However, it is also possible to generate a new model. For example, to generate a model for a child, the content providing device 20 receives the general model from the center device 50 and stores the received general model as a model D in the model storage unit 40. Content to be recommended is obtained through the probabilistic reasoning using the model D, and responses from the child to the content are used to learn the model D. By repeating the learning of the model D several times, a model that allows reasoning of content appropriate for the child's preference is generated.
  • The information processing system of the present invention can be realized by causing a computer to execute a program having modules implementing the components of the information processing system in the above-described embodiments. Such a program is also included in the scope of the present invention.
  • It is to be understood that while the preferred embodiments of the present invention conceivable at present have been described, many variations may be made thereto. The appended claims are intended to cover all such variations that fall within the true spirit and scope of the present invention.
  • INDUSTRIAL APPLICABILITY
  • The present invention is useful as a recommendation system and so forth for using a Bayesian network model to provide a probabilistically appropriate recommendation.

Claims (15)

1. A vehicle information processing system for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant comprising:
a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation;
a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit;
a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and
a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
2. The vehicle information processing system according to claim 1, wherein
the model storage unit contains a plurality of different Bayesian network models depending on the attribute of the recipient, and
the model determining unit determines a model corresponding to the attribute of the recipient as the application model.
3. The vehicle information processing system according to claim 1, wherein
the model storage unit contains a plurality of different Bayesian network models depending on the situation in which the recommendation is provided, and
the model determining unit determines a model corresponding to the situation in which the recommendation is provided as the application model.
4. The vehicle information processing system according to claim 1, further comprising:
a select-model storage unit containing a select-model applied to probabilistic reasoning for determining the application model from the models based on the attribute of the recipient and the situation in which the recommendation is provided, wherein
the model determining unit determines the application model through the probabilistic reasoning that uses the select-model read out from the select-model storage unit, based on the attribute of the recipient and the situation in which the recommendation is provided.
5. The vehicle information processing system according to claim 1, further comprising:
a response receiving unit for receiving a response made by the recipient when the recommending unit provides the recommendation obtained by the reasoning unit from the application model; and
a model learning unit for learning models stored in the model storage unit using the response received by the response receiving unit and for updating the models to models specialized for each recommendation-condition.
6. The vehicle information processing system according to claim 5, further comprising:
a learning model information storage unit containing the learning models in association with the application model applied to the probabilistic reasoning in the reasoning unit, wherein the learning models comprises, among the models stored in the model storage unit, a model identical with the application model and a different model influenced by the result of the reasoning that uses the application model, and
the model learning unit learns models using the response received by the response receiving unit, wherein the models are associated with the application model as the learning models in the learning model information storage unit.
7. The vehicle information processing system according to claim 6, wherein
the learning model information storage unit contains reflection parameters indicating the degree to which the response is reflected in learning of the learning models, wherein each reflection parameter is set for each of a plurality of learning models corresponding to one application model, and
the model learning unit performs learning processing such that a reflection parameter associated with a learning model to be learned is read out from the learning model information storage unit and the response is reflected in the learning model to the degree according to the read-out reflection parameter.
8. The vehicle information processing system according to claim 5, further comprising:
a learning data obtaining unit for obtaining learning data used in learning by which the models specialized for each recommendation-condition through the learning by the model learning unit is brought closer to a general model, wherein
the model learning unit uses the learning data obtained by the learning data obtaining unit to learn the models stored in the model storage unit.
9. The vehicle information processing system according to claim 8, further comprising:
a learning reflection parameter storage unit containing learning reflection parameters indicating the degree to which the learning data is reflected in learning of the models, wherein
the model learning unit performs learning processing such that the learning data is reflected in learning of the models to the degree according to the learning reflection parameter read out from the learning reflection parameter storage unit.
10. The vehicle information processing system according to claim 1, comprising:
information recommending devices, each having the recommending unit;
and a center device communicatively connected with the information recommending devices,
wherein the center device collects from each information recommending device the response received from the recipient when the recommendation is provided.
11. A vehicle information processing system for using a reasoning algorism to reason out a recommendation appropriate for a recipient who receives the recommendation, the recipient being an occupant, and for providing the recommendation obtained through the reasoning, further comprising:
a resource storage unit containing a plurality of different resources for calculation depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation;
a resource determining unit for determining a resource for calculation corresponding to the recommendation-condition from the resources for calculation stored in the resource storage unit;
a reasoning unit for reading out the resource for calculation determined by the resource determining unit from the resource storage unit and for obtaining a recommendation through reasoning that uses the read-out resource for calculation; and
a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
12. A vehicle information recommending device for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant, comprising:
a model storage unit containing a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation;
a model determining unit for determining a model corresponding to the recommendation-condition as an application model from the models stored in the model storage unit;
a reasoning unit for reading out the application model determined by the model determining unit from the model storage unit and for obtaining a recommendation through probabilistic reasoning that uses the read-out application model; and
a recommending unit for providing the recommendation obtained by the reasoning unit to the recipient.
13. The vehicle information recommending device according to claim 12, wherein the device is provided in a car.
14. A vehicle information processing method for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant, comprising:
a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation;
a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and
a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
15. A program for using a Bayesian network model to provide a probabilistically appropriate recommendation to a recipient who receives the recommendation, the recipient being an occupant, causing a computer to perform:
a model determining step of determining a model corresponding to the recommendation-condition as an application model from a plurality of different Bayesian network models depending on the recommendation-condition, wherein the recommendation-condition is a condition on the recipient side who receives a recommendation;
a reasoning step of obtaining a recommendation through probabilistic reasoning that uses the application model determined in the model determining step; and
a recommending step of providing the recommendation obtained in the reasoning step to the recipient.
US10/593,065 2004-03-18 2005-03-07 Vehicle information processing system for content recommendation using Bayesian network models Active 2025-12-08 US7797266B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2004079026 2004-03-18
JP2004-079026 2004-03-18
PCT/JP2005/003916 WO2005091214A1 (en) 2004-03-18 2005-03-07 Vehicle information processing system, vehicle information processing method, and program

Publications (2)

Publication Number Publication Date
US20070288413A1 true US20070288413A1 (en) 2007-12-13
US7797266B2 US7797266B2 (en) 2010-09-14

Family

ID=34993917

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/593,065 Active 2025-12-08 US7797266B2 (en) 2004-03-18 2005-03-07 Vehicle information processing system for content recommendation using Bayesian network models

Country Status (4)

Country Link
US (1) US7797266B2 (en)
JP (1) JP4639296B2 (en)
DE (1) DE112005000613T5 (en)
WO (1) WO2005091214A1 (en)

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050065804A1 (en) * 2003-09-18 2005-03-24 The Cobalt Group, Inc. Method and system for furnishing of customized information to venues targeted to selected audiences
US20070282712A1 (en) * 2006-06-02 2007-12-06 Matthew Royce Ullman Source-and venue-specific inventory data processing and identification system
US20080073057A1 (en) * 2006-09-22 2008-03-27 Denso Corporation Air conditioner for vehicle and controlling method thereof
US20080195564A1 (en) * 2007-02-13 2008-08-14 Denso Corporation Automotive air conditioner and method and apparatus for controlling automotive air conditioner
US20090031741A1 (en) * 2007-07-20 2009-02-05 Denso Corporation Automotive air conditioner and method for controlling automotive air conditioner
US20090082967A1 (en) * 2007-09-21 2009-03-26 Denso Corporation Route length calculation apparatus, route length calculation method, route length calculation program, automotive air conditioner, and controller for apparatus mounted in mobile object
US20090150024A1 (en) * 2007-12-06 2009-06-11 Denso Corporation Location range setting apparatus, control method and controller for apparatus mounted in mobile object, and automotive air conditioner and control method for the same
US20090259621A1 (en) * 2008-04-11 2009-10-15 Concert Technology Corporation Providing expected desirability information prior to sending a recommendation
US20100082778A1 (en) * 2008-10-01 2010-04-01 Matt Muilenburg Systems and methods for configuring a network of affiliated websites
US20100100416A1 (en) * 2008-10-17 2010-04-22 Microsoft Corporation Recommender System
US20120016816A1 (en) * 2010-07-15 2012-01-19 Hitachi, Ltd. Distributed computing system for parallel machine learning
US8433660B2 (en) 2009-12-01 2013-04-30 Microsoft Corporation Managing a portfolio of experts
US8438310B2 (en) 2008-10-01 2013-05-07 Adp Dealer Services, Inc. Systems and methods for configuring a website having a plurality of operational modes
US9256829B2 (en) 2010-12-17 2016-02-09 Microsoft Technology Licensing, Llc Information propagation probability for a social network
CN106897775A (en) * 2017-01-25 2017-06-27 浙江大学 Soft-measuring modeling method based on Bayes's integrated study
US20170330474A1 (en) * 2014-10-31 2017-11-16 Pearson Education, Inc. Predictive recommendation engine
US10326858B2 (en) 2017-05-23 2019-06-18 Cdk Global, Llc System and method for dynamically generating personalized websites
US10332068B2 (en) 2016-04-21 2019-06-25 Cdk Global, Llc Systems and methods for stocking an automobile
US10482475B2 (en) 2011-02-10 2019-11-19 Adp Dealer Services, Inc. Systems and methods for providing targeted advertising
US10713225B2 (en) 2014-10-30 2020-07-14 Pearson Education, Inc. Content database generation
US10853769B2 (en) 2016-04-21 2020-12-01 Cdk Global Llc Scheduling an automobile service appointment in a dealer service bay based on diagnostic trouble codes and service bay attributes
US10867285B2 (en) 2016-04-21 2020-12-15 Cdk Global, Llc Automatic automobile repair service scheduling based on diagnostic trouble codes and service center attributes
US10929558B2 (en) * 2017-07-28 2021-02-23 Advanced New Technologies Co., Ltd. Data secruity enhancement by model training
US11080734B2 (en) 2013-03-15 2021-08-03 Cdk Global, Llc Pricing system for identifying prices for vehicles offered by vehicle dealerships and other entities
US11080105B1 (en) 2020-11-18 2021-08-03 Cdk Global, Llc Systems, methods, and apparatuses for routing API calls
US11190608B2 (en) 2018-03-21 2021-11-30 Cdk Global Llc Systems and methods for an automotive commerce exchange
US11501351B2 (en) 2018-03-21 2022-11-15 Cdk Global, Llc Servers, systems, and methods for single sign-on of an automotive commerce exchange
US11514021B2 (en) 2021-01-22 2022-11-29 Cdk Global, Llc Systems, methods, and apparatuses for scanning a legacy database
US11803535B2 (en) 2021-05-24 2023-10-31 Cdk Global, Llc Systems, methods, and apparatuses for simultaneously running parallel databases

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4799120B2 (en) * 2005-10-14 2011-10-26 株式会社内田洋行 Intention inference system, method and program using personal behavior characteristics
JP4861004B2 (en) * 2005-12-27 2012-01-25 株式会社エヌ・ティ・ティ・ドコモ Service recommendation system and service recommendation method
JP4728839B2 (en) * 2006-03-02 2011-07-20 株式会社デンソーアイティーラボラトリ In-vehicle device controller
JP4985057B2 (en) * 2006-09-22 2012-07-25 株式会社デンソー Vehicle air conditioner and control method thereof
JP5101989B2 (en) * 2007-03-30 2012-12-19 株式会社デンソーアイティーラボラトリ Information providing support method and information providing support device
JP4780035B2 (en) * 2007-05-21 2011-09-28 株式会社デンソー Air conditioner for vehicles
JP4967810B2 (en) * 2007-05-22 2012-07-04 株式会社デンソー Vehicle air conditioner and control method thereof
JP5142736B2 (en) * 2008-01-25 2013-02-13 株式会社デンソーアイティーラボラトリ Control device and control method for on-vehicle equipment
US20130204811A1 (en) * 2012-02-08 2013-08-08 Nec Corporation Optimized query generating device and method, and discriminant model learning method
WO2016189905A1 (en) * 2015-05-27 2016-12-01 ソニー株式会社 Information processing device, information processing method, and program
WO2017023416A1 (en) 2015-07-31 2017-02-09 Northrop Grumman Systems Corporation System and method for in-situ classifier retraining for malware identification and model heterogeneity
JP7182059B2 (en) * 2018-01-17 2022-12-02 横河電機株式会社 Measurement value prediction module, measurement value prediction program, and measurement value prediction method
US11410030B2 (en) 2018-09-06 2022-08-09 International Business Machines Corporation Active imitation learning in high dimensional continuous environments
JP7293729B2 (en) * 2019-03-01 2023-06-20 富士フイルムビジネスイノベーション株式会社 LEARNING DEVICE, INFORMATION OUTPUT DEVICE, AND PROGRAM

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010008404A1 (en) * 1998-09-25 2001-07-19 Hirohisa Naito Information adjusting/presenting device and method
US20020087540A1 (en) * 2000-12-20 2002-07-04 Hitoshi Ashida Method and system for database management for data mining
US20030018600A1 (en) * 2001-03-20 2003-01-23 Jammu Vinay Bhaskar Learning method and apparatus for causal network
US20040076936A1 (en) * 2000-07-31 2004-04-22 Horvitz Eric J. Methods and apparatus for predicting and selectively collecting preferences based on personality diagnosis
US7254747B2 (en) * 2003-03-28 2007-08-07 General Electric Company Complex system diagnostic service model selection method and apparatus

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3636668B2 (en) * 2001-02-16 2005-04-06 エヌ・ティ・ティ・コムウェア株式会社 Application service providing method for vehicle and portal server thereof
EP1320045A3 (en) 2001-12-17 2005-08-10 Nissan Motor Company, Limited Vehicle information providing apparatus and method and on-vehicle information playing apparatus and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010008404A1 (en) * 1998-09-25 2001-07-19 Hirohisa Naito Information adjusting/presenting device and method
US20040076936A1 (en) * 2000-07-31 2004-04-22 Horvitz Eric J. Methods and apparatus for predicting and selectively collecting preferences based on personality diagnosis
US20020087540A1 (en) * 2000-12-20 2002-07-04 Hitoshi Ashida Method and system for database management for data mining
US20020091908A1 (en) * 2000-12-20 2002-07-11 Hitoshi Ashida Method and system for database management for data mining
US20030018600A1 (en) * 2001-03-20 2003-01-23 Jammu Vinay Bhaskar Learning method and apparatus for causal network
US7254747B2 (en) * 2003-03-28 2007-08-07 General Electric Company Complex system diagnostic service model selection method and apparatus

Cited By (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050065804A1 (en) * 2003-09-18 2005-03-24 The Cobalt Group, Inc. Method and system for furnishing of customized information to venues targeted to selected audiences
US20070282712A1 (en) * 2006-06-02 2007-12-06 Matthew Royce Ullman Source-and venue-specific inventory data processing and identification system
US20070282713A1 (en) * 2006-06-02 2007-12-06 Matthew Royce Ullman Source- and venue-specific inventory data processing and identification system
US8275717B2 (en) * 2006-06-02 2012-09-25 Adp Dealer Services, Inc. Source- and venue-specific inventory data processing and identification system
US8538894B2 (en) 2006-06-02 2013-09-17 Adp Dealer Services, Inc. Source- and venue-specific inventory data processing and identification system
US8055544B2 (en) 2006-06-02 2011-11-08 Cobalt Group, Inc. Source- and venue-specific inventory data processing and identification system
US20080073057A1 (en) * 2006-09-22 2008-03-27 Denso Corporation Air conditioner for vehicle and controlling method thereof
US7962441B2 (en) 2006-09-22 2011-06-14 Denso Corporation Air conditioner for vehicle and controlling method thereof
US7966280B2 (en) 2007-02-13 2011-06-21 Denso Corporation Automotive air conditioner and method and apparatus for controlling automotive air conditioner
US20080195564A1 (en) * 2007-02-13 2008-08-14 Denso Corporation Automotive air conditioner and method and apparatus for controlling automotive air conditioner
US20090031741A1 (en) * 2007-07-20 2009-02-05 Denso Corporation Automotive air conditioner and method for controlling automotive air conditioner
US20090082967A1 (en) * 2007-09-21 2009-03-26 Denso Corporation Route length calculation apparatus, route length calculation method, route length calculation program, automotive air conditioner, and controller for apparatus mounted in mobile object
US20090150024A1 (en) * 2007-12-06 2009-06-11 Denso Corporation Location range setting apparatus, control method and controller for apparatus mounted in mobile object, and automotive air conditioner and control method for the same
US8180539B2 (en) 2007-12-06 2012-05-15 Denso Corporation Location range setting apparatus, control method and controller for apparatus mounted in mobile object, and automotive air conditioner and control method for the same
US20090259621A1 (en) * 2008-04-11 2009-10-15 Concert Technology Corporation Providing expected desirability information prior to sending a recommendation
US20100082778A1 (en) * 2008-10-01 2010-04-01 Matt Muilenburg Systems and methods for configuring a network of affiliated websites
US8438310B2 (en) 2008-10-01 2013-05-07 Adp Dealer Services, Inc. Systems and methods for configuring a website having a plurality of operational modes
US8051159B2 (en) 2008-10-01 2011-11-01 The Cobalt Group, Inc. Systems and methods for configuring a network of affiliated websites
US20100100416A1 (en) * 2008-10-17 2010-04-22 Microsoft Corporation Recommender System
US8781915B2 (en) 2008-10-17 2014-07-15 Microsoft Corporation Recommending items to users utilizing a bi-linear collaborative filtering model
US8433660B2 (en) 2009-12-01 2013-04-30 Microsoft Corporation Managing a portfolio of experts
US20120016816A1 (en) * 2010-07-15 2012-01-19 Hitachi, Ltd. Distributed computing system for parallel machine learning
US9256829B2 (en) 2010-12-17 2016-02-09 Microsoft Technology Licensing, Llc Information propagation probability for a social network
US10482475B2 (en) 2011-02-10 2019-11-19 Adp Dealer Services, Inc. Systems and methods for providing targeted advertising
US11080734B2 (en) 2013-03-15 2021-08-03 Cdk Global, Llc Pricing system for identifying prices for vehicles offered by vehicle dealerships and other entities
US10713225B2 (en) 2014-10-30 2020-07-14 Pearson Education, Inc. Content database generation
US20170330474A1 (en) * 2014-10-31 2017-11-16 Pearson Education, Inc. Predictive recommendation engine
US10290223B2 (en) * 2014-10-31 2019-05-14 Pearson Education, Inc. Predictive recommendation engine
US10867285B2 (en) 2016-04-21 2020-12-15 Cdk Global, Llc Automatic automobile repair service scheduling based on diagnostic trouble codes and service center attributes
US10332068B2 (en) 2016-04-21 2019-06-25 Cdk Global, Llc Systems and methods for stocking an automobile
US10853769B2 (en) 2016-04-21 2020-12-01 Cdk Global Llc Scheduling an automobile service appointment in a dealer service bay based on diagnostic trouble codes and service bay attributes
CN106897775A (en) * 2017-01-25 2017-06-27 浙江大学 Soft-measuring modeling method based on Bayes's integrated study
US10326858B2 (en) 2017-05-23 2019-06-18 Cdk Global, Llc System and method for dynamically generating personalized websites
US10929558B2 (en) * 2017-07-28 2021-02-23 Advanced New Technologies Co., Ltd. Data secruity enhancement by model training
US11190608B2 (en) 2018-03-21 2021-11-30 Cdk Global Llc Systems and methods for an automotive commerce exchange
US11501351B2 (en) 2018-03-21 2022-11-15 Cdk Global, Llc Servers, systems, and methods for single sign-on of an automotive commerce exchange
US11616856B2 (en) 2018-03-21 2023-03-28 Cdk Global, Llc Systems and methods for an automotive commerce exchange
US11080105B1 (en) 2020-11-18 2021-08-03 Cdk Global, Llc Systems, methods, and apparatuses for routing API calls
US11514021B2 (en) 2021-01-22 2022-11-29 Cdk Global, Llc Systems, methods, and apparatuses for scanning a legacy database
US11803535B2 (en) 2021-05-24 2023-10-31 Cdk Global, Llc Systems, methods, and apparatuses for simultaneously running parallel databases

Also Published As

Publication number Publication date
JPWO2005091214A1 (en) 2008-02-07
WO2005091214A1 (en) 2005-09-29
DE112005000613T5 (en) 2007-02-22
US7797266B2 (en) 2010-09-14
JP4639296B2 (en) 2011-02-23

Similar Documents

Publication Publication Date Title
US7797266B2 (en) Vehicle information processing system for content recommendation using Bayesian network models
US11748397B2 (en) Dynamic feedback in a recommendation system
US10318534B2 (en) Recommendations in a computing advice facility
JP5700906B2 (en) Recommendation system with special dynamic model synthesis
US20010013009A1 (en) System and method for computer-based marketing
US7860741B1 (en) Clusters for rapid artist-audience matching
CN104885053B (en) Flow retaining and real-time ranking for the result in matching system
Singh et al. A novel deep neural-based music recommendation method considering user and song data
US20120185481A1 (en) Method and Apparatus for Executing a Recommendation
CN107567619A (en) Recommendation is provided based on the mood from multiple data sources and/or behavioural information
CN107463701B (en) Method and device for pushing information stream based on artificial intelligence
JP2007058398A (en) Content recommendation device, content recommendation method and computer program
Mukherjee et al. A movie recommendation system–an application of voting theory in user modeling
JP4581446B2 (en) Information processing apparatus and method, and program
CN111339349A (en) Singing bill recommendation method
JP4494841B2 (en) Information presenting apparatus, information presenting method, and program
CN117391824B (en) Method and device for recommending articles based on large language model and search engine
JP6993525B1 (en) Information processing equipment, information processing methods, and information processing programs
Migliorini et al. Sequence recommendations for groups: A dynamic approach to balance preferences
CN117150141A (en) Method, device, equipment, medium and program product for determining recommended content
Nicol et al. ICML Exploration & Exploitation challenge: Keep it simple!
Ramos Next Best Action Recommendation
Dantas Inferring User Preferences by Analyzing their Behavior on Streaming Platforms Using Inverse Reinforcement Learning
JP2023120933A (en) Information processing device, information processing method, and information processing program
De Pessemier Improved online services by personalized recommendations and optimal quality of experience parameters

Legal Events

Date Code Title Description
AS Assignment

Owner name: NATIONAL INSTITUTE OF ADVANCED INDUSTRIAL SCIENCE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MOTOMURA, YOICHI;REEL/FRAME:019670/0013

Effective date: 20060915

Owner name: DENSO IT LABORATORY, INC., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MIZUNO, NOBUHIRO;IWASAKI, HIROTOSHI;REEL/FRAME:019670/0011

Effective date: 20060904

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: DENSO IT LABORATORY, INC., JAPAN

Free format text: ASSIGNEE BUSINESS ADDRESS CHANGE;ASSIGNOR:DENSO IT LABORATORY, INC.;REEL/FRAME:024783/0235

Effective date: 20080321

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552)

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12