WO2021242585A1 - Interpretable imitation learning via prototypical option discovery - Google Patents
Interpretable imitation learning via prototypical option discovery Download PDFInfo
- Publication number
- WO2021242585A1 WO2021242585A1 PCT/US2021/033107 US2021033107W WO2021242585A1 WO 2021242585 A1 WO2021242585 A1 WO 2021242585A1 US 2021033107 W US2021033107 W US 2021033107W WO 2021242585 A1 WO2021242585 A1 WO 2021242585A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- option
- learning
- options
- prototypical
- policy
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/10—Machine learning using kernel methods, e.g. support vector machines [SVM]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/20—Ensemble learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/004—Artificial life, i.e. computing arrangements simulating life
- G06N3/006—Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
- G06N3/0442—Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/092—Reinforcement learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/094—Adversarial learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
Definitions
- the present invention relates to imitation learning and, more particularly, to methods and systems related to interpretable imitation learning via prototypical option discovery.
- a method for learning prototypical options for interpretable imitation learning includes initializing options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts, applying segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations, learning prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states, training option policy with imitation learning techniques to leam a conditional policy, generating interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings, and taking an action based on the interpretable policies generated.
- a non-transitory computer-readable storage medium comprising a computer- readable program for learning prototypical options for interpretable imitation learning.
- the computer-readable program when executed on a computer causes the computer to perform the steps of initializing options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts, applying segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations, learning prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states, training option policy with imitation learning techniques to leam a conditional policy, generating interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings, and taking an action based on the interpretable policies generated.
- a method for learning prototypical options for interpretable imitation learning includes dividing a task, by a processor, into a plurality of sub-tasks via a learning policy over options, learning, by the processor, different options to solve each of the plurality of sub-tasks by mimicking expert policy, and fine-tuning the learning policy to learn to take an action based on the task.
- FIG. 1 is a block/flow diagram of an exemplary option selection mechanism, in accordance with embodiments of the present invention.
- FIG. 2 is a block/flow diagram of an exemplary prototypical option discovery for interpretable imitation learning (IPOD) architecture, in accordance with embodiments of the present invention
- FIG. 3 is a block/flow diagram of an exemplary method for employing the IPOD architecture of FIG. 2, in accordance with embodiments of the present invention
- FIG. 4 is a block/flow diagram of an exemplary method for employing the option initialization, segmentation embedding learning, prototypical option learning, and option policy learning components of FIG. 3, in accordance with embodiments of the present invention
- FIG. 5 is a block/flow diagram of a practical application of the IPOD architecture, in accordance with embodiments of the present invention.
- FIG. 6 is an exemplary processing system for the IPOD architecture, in accordance with embodiments of the present invention.
- FIG. 7 is a block/flow diagram of an exemplary method for executing the IPOD architecture, in accordance with embodiments of the present invention.
- FIG. 8 illustrates exemplary equations for implementing the IPOD architecture, in accordance with embodiments of the present invention.
- Imitation learning which mimics experts’ behaviors is beneficial to finding meaningful structure or skills in the experts’ demonstrations.
- they are usually considered as “black-boxes” which lack transparency, limiting their application in many decision-making scenarios, e.g., healthcare and finance.
- a variety of methods leam a hidden variable of the variation underlying expert demonstrations to construct the structure of expert policy and visualize the changes in the hidden variable.
- post-hoc explanations do not explain the reasoning process of how the model makes its decisions and can be incomplete or inaccurate in capturing the reasoning process of the original model. Therefore, it is often desirable to have models with built-in interpretability.
- the exemplary embodiments address such issues by defining a form of interpretability in imitation learning that imitates human abstraction and explains its reasoning in a human-understanding manner.
- the exemplary methods employ prototype learning to discovery options for built-in interpretable imitation learning.
- Prototype learning which drives from the study of human reasoning, is a form of case-based reasoning, which makes decisions by comparing new inputs with a few data instances (prototypes) in, e.g., image recognition, sequence classification, sequence segmentation, etc.
- the exemplary methods discover prototypical options for interpretable imitation learning.
- the exemplary methods introduce a network architecture referred to as prototypical option discovery (IPOD).
- IPOD prototypical option discovery
- Each prototypical option is responsible for explaining a group of variable-length segments of the demonstration trajectories.
- IPOD uses LSTM with a soft- attention mechanism to derive segment embedding.
- the exemplary methods leam a prototypical contextual policy to take action with states as well as the option embedding, which is determined based on centroids of the segment embedding, as inputs.
- the model is interpretable, in the sense that it has a transparent reasoning process when making decisions.
- the exemplary methods define several criteria for constructing the prototypes, including option diversity and prediction accuracy.
- the exemplary embodiments introduce an imitation learning framework that learns interpretable policy via prototypical options which include segmentation prototypes.
- the exemplary embodiments enable learning the prototypical option embedding by weighted segmentation for sparsity and learn the prototypical option’s policy by driving the option relevant information via option embedding.
- the goal is to leam a new policy p, which imitates the expert behavior by maximizing the likelihood of given demonstration trajectories.
- the behavior of an expert agent can be copied to accomplish a desired task.
- Imitation learning refers to learning a policy that mimics the behavior of experts who demonstrate how to perform the given task.
- Imitation learning has various approaches.
- One approach is behavior cloning (BC), which directly maps from the state to the action. This method usually learns a policy through standard supervised learning. BC does not perform any additional policy interactions with the learning environment, but it suffers from distributional drift.
- Another approach is inverse reinforcement learning (IRL), which learns a policy by recovering the reward function from demonstrations and with dense reward signals provided from the learned reward function. However, the learned policy is valid only while the learned reward function is valid.
- AIL adversarial imitation learning
- IRL require interacting with the environment for generating the agent’s trajectory for comparison with the expert's trajectory.
- imitation learning with neural networks efficiently learns a desired behavior in complex environments.
- these methods are usually considered as “black-boxes,” which lack transparency.
- the exemplary methods introduce an interpretable imitation learning framework for more applications of imitation learning, e.g., healthcare, finance, etc.
- An option is a generalization of an action (also known as a skill, sub-policy or a sub goal).
- an option is a three-tuple that includes the start, end probability of an option and the policy of the option.
- Options offer great potential for mitigating the difficulty of solving complex Markov decision processes (MDPs) via temporally extended actions.
- Interpretable modeling mainly falls into two categories, that is, intrinsic explanation which makes the model transparent by restricting the complexity, e.g., decision tree or case- based (prototype-based) model, and post-hoc explanation, which is achieved by analyzing the model after training, e.g., extracting the importance of states via attention and distilling a black box policy into a simple structure policy.
- a set of post-hoc imitation learning was proposed for generating meaningful policy.
- the intrinsic explanation model is sometimes desirable since post-hoc explanations usually do not fit the original model precisely.
- Prototype learning which draws conclusions for new inputs by comparing them with a few exemplary cases (e.g., prototypes) belongs to the intrinsic explanation method.
- the options framework models skills as options, which is a closed-loop policy to solve the sub-tasks. For example, picking up an object, jumping, etc. are options, which require a user to take actions over a period of time.
- An option o includes the following components, that is, its initiation condition, I 0 (s), which determines whether o can be executed in state s, its termination condition, ? 0 ( v), which determines whether option execution must terminate in state .s’ and its closed- loop control policy, p a ( v), which maps state s to a low-level action a.
- Prototype theory emerged in 1971 with the work of psychologist Eleanor Rosch, and it has been described as a “Copemican revolution” in the theory of categorization.
- prototype theory any given concept in any given language has a real-world example that best represents this concept. For instance, when asked to give an example of the concept of fruits, an apple is more frequently cited than, a durian. This theory claims that the presumed natural prototypes were central tendencies of the categories.
- Prototype theory has also been applied in machine learning, where a prototype is defined as a data instance that is representative of all the data. There are many approaches to find prototypes in the data. Any clustering algorithm that returns actual data points as cluster centers would qualify for selecting prototypes.
- a prototypical option is a kind of option that can be presented by an instance of the trajectories generated by the experts.
- a prototypical option includes four components ⁇ / 0 , p 0 , /A, g ⁇ ? >, that is, an intra option policy p ⁇ : S x A [0, 1], a termination condition ? 0 : S [0, 1], an initiation state set I O S and an option prototype g a .
- a prototypical option ⁇ / 0 , po, bo, go> is available in state si if and only if stE / 0 . If the option is taken, then actions are selected according to p s until the option terminates according to A. In a prototypical option, g 0 is considered as a real-world example to explain the option.
- Options discovery is based on the intuition that it would be easier to solve the long- horizon task from temporal abstraction, e.g., separate or divide the long-horizon task into a set of sub-tasks, and select different options to solve for each sub-task.
- the exemplary embodiments leverage prototype learning to introduce an interpretable imitation learning framework by prototypical option discovery, where each prototypical option is responsible for explaining a group of variable-length segments of the demonstration trajectory.
- I2L 200 addresses interpretable imitation learning tasks with steps to leam prototypical options ⁇ / 0 , p 0 , ?o, £/o>.
- the exemplary methods leam a policy m, (o ⁇ s ) over options to break or divide the trajectories into a set of segmentations, which results in K groups of segments for the ⁇ prototypical options.
- the exemplary methods learn a prototypical contextual policy to take action based on states, as well as the option embedding.
- options learning step first constmcts a set of admissible options given by: .
- An example of how the agent m, ( s) selects an option is shown in structure 100 of FIG. 1.
- the reward of p / , (ols) is obtained by the selected option p 0 which takes primitive actions and receives the reward signal.
- the reward of the option is the cumulative reward of the actions taken from a current time to the termination of the option:
- the option-value Q (s t , o t ) refers to the expected rewards for an action o t taken in a given state s £ .
- the above equations show how the exemplary methods can leam the policy over option and use it for selecting options.
- the exemplary methods must assign appropriate initial parameters to .
- the exemplary methods segment the trajectories by detecting the bottleneck states within the trajectories. Bottlenecks have been defined as those states which appear frequently on successful trajectories to a goal but not on unsuccessful ones or as nodes which allow for densely connected regions of the interaction graph to reach other such regions.
- bottleneck areas have been described as the border states of densely connected areas in the state space or as states that allow transitions to a different part of the environment.
- a more formal definition defines bottleneck areas as those states which are local maxima of betweenness, a measure of centrality on graphs, on a transition graph.
- the exemplary methods extract all the states in the trajectories, and use density -based spatial clustering methods (e.g., DBSCAN) to automatically cluster the states into groups.
- the exemplary methods aim to leam the option prototype, which is a sub-trajectory or segment generated by the experts. Each option prototype is responsible for explaining a group of variable-length segments of the demonstration trajectory generated by m,.
- the exemplary methods aim to learn a meaningful latent space to represent the segments, where they are clustered (in L2-distance) around semantically similar prototypical options, and the clusters from different classes are well-separated.
- LSTM long short-term memory
- v m minimize the distance between g v m :v m and its closest prototype o/ ⁇ .
- the exemplary methods leverage both supervised learning and imitation learning regarding the effectiveness and interpretability.
- the exemplary methods attempt to minimize the least square loss between g and o k, and prevent the learning of multiple similar prototypical options.
- the exemplary methods use a diversity regularization term that penalizes prototypical options that are close to each other. Meanwhile, the exemplary methods also consider the downstream task (e.g., imitation learning).
- L [M[oss (reproduced below) can be any imitation learning method, e.g., a behavior cloning loss or an adversarial imitation learning objective.
- the second term is for interpretability where an evidence regularization is used to encourage each prototypical option embedding to be as close to an encoded instance as possible.
- the third term is a diversity regularization term to learn diversified options, where dmm is a threshold that classifies or determines whether two prototypes are close or not.
- dm is set to 1.0 in exemplary embodiments.
- L ⁇ , l 3 ⁇ 4 e [0, 1] are the weights used to balance the three loss terms.
- each option o maintains its own policy : v at , which is parameterized by its own parameters do.
- the exemplary methods propose a contextual policy po(a ⁇ ⁇ s/, o/ ⁇ ) to leam a conditional policy which is conditioned on both the state and the option, which is shared among all the options.
- the exemplary methods train the option policy po ( at I st, o/t) via the traditional imitation learning algorithms defined as T / ;oss , e.g., behavior cloning and adversarial imitation learning.
- the goal of adversarial imitation learning is to minimize the JS divergence between trajectory distribution generated by the expert's policy and the option's policy.
- the loss minimized is: ⁇ Full W 1 ' option ⁇ w 2 ' IL [0SS ⁇ w 3 ' ⁇ emb
- e [0, 1] are hyper-parameters to balance the weights of the three kinds of loss.
- the exemplary methods first initialize A" groups segments followed by iteratively optimizing L option + L, Lloss + L emb .
- the exemplary embodiments introduce an interpretable imitation learning framework by discovering compositional structure which is called prototypical option discovery imitation learning (IPOD).
- IPOD constructs prototypical options which embed the skills of experts by an option embedding and an option policy via a prototype learning framework.
- IPOD generates interpretable agent policies by comparing the state segmentations to a few prototypical option embeddings followed by taking an action based on the option embedding.
- the exemplary model of the present invention uses a soft attention mechanism to derive prototypical option embedding from trajectory fragments.
- the exemplary methods also use the soft attention mechanism to create a bottleneck in the agent, forcing it to focus on option-relevant information.
- FIG. 3 is a block/flow diagram of an exemplary method 300 for employing the IPOD architecture of FIG. 2, in accordance with embodiments of the present invention.
- Prototypical option discovery for interpretable imitation learning proposes to leam prototypical options for interpretable imitation.
- Each prototypical option is responsible for explaining a group of variable-length segments of the demonstration trajectory.
- the exemplary methods model each group of segments by computing distances to prototypical option embedding, where prototypical option embedding is a latent variable summarizing the segments.
- the IPOD model includes the following learning phases.
- option initialization takes place: [00057]
- the IPOD first initializes the options by bottleneck state discovery methodology.
- the exemplary methods identify states that connect different densely connected regions in the state space.
- the exemplary methods use the behavior cloning method with soft attention mechanism to obtain important states with large attention weights.
- the important states can then be found with DBSCAN clustering.
- the dense clusters derived from DBSCAN are used for option initialization.
- the policy over options learning takes place:
- a prototypical option o includes four components ⁇ I 0 , p 0 , b 0 , g 0 >, an intra-option policy p 0 : S x L ® [0,1], a termination condition b 0 : S ® [0,1], an initiation state set / 0 G ⁇ ⁇ >, and its option prototype g 0 .
- p 0 S x L ® [0,1]
- b 0 S 0 : S ® [0,1]
- an initiation state set / 0 G ⁇ ⁇ > and its option prototype g 0 .
- s) is learned to choose the admissible prototypical option.
- s) is obtained by the selected option p 0 which takes primitive actions and receives the reward signal.
- option-value Q (s t , o t ) refers to the expected rewards for an action o t taken in a given state s t .
- the exemplary methods aim to learn the option prototype, which is a sub-trajectory or segment generated by the experts. Each option prototype is responsible for explaining a group of variable-length segments of the demonstration trajectory g m generated by n .
- the exemplary methods map each group of segment g m k individually into a low-dimension embedding g m k by classifying the segment into the corresponding option’s category k. Meanwhile, the exemplary methods leam o k by minimizing the distance between o k and g m k .
- the exemplary methods consider the segment which has the smallest distance with o k as the option prototype of o k .
- the exemplary methods aim to learn a meaningful latent space to represent the segments, where they are clustered (in L2-distance) around semantically similar prototypical options, and the clusters from different classes are well-separated.
- the exemplary methods minimize the distance between and its closest prototype o k .
- the optimization problem to be solved is: [00069] The minimization of emb encourages each training segment to have some latent patch that is close to at least one prototypical option. These terms shape the latent space into a semantically meaningful clustering structure.
- the exemplary methods propose to assign each prototypical option embedding with their closest segment embedding g in the training set.
- the exemplary methods leverage both supervised learning and imitation learning regarding effectiveness and interpretability.
- the exemplary methods try to minimize the least square loss between g and o k to prevent learning multiple similar prototypical options.
- the exemplary methods use a diversity regularization term that penalizes prototypical options that are close to each other. Meanwhile, the exemplary methods also consider the downstream task (imitation learning).
- the full obj ective function is : where the first term is for effectiveness and where an imitation learning objective function is conducted to learn the segment embeddings and option prototype embeddings to mimic expert's policy p E .
- the second term is for interpretability where an evidence regularization is used to encourage each prototypical option embedding to be as close to an encoded instance as possible.
- the third term is a diversity regularization to leam diversified options and d min is a threshold that classifies whether two prototypes are close or not.
- the exemplary methods set d min to 1.0. l 1 , l 2 , l 3 G [0,1] are the weights used to balance the three loss terms.
- option policy learning takes place:
- Each option o maintains its own policy p 0 : s ® a t , which is parameterized by its own parameters q 0 .
- the exemplary methods propose a contextual policy n e (a t ⁇ s t , o k ) to leam a conditional policy which is conditioned on both the state and the option, which shares among all the options.
- the exemplary methods train the option policy p q (a t ⁇ s t , o k ) by traditional imitation learning algorithms, e.g., behavior cloning and adversarial imitation learning.
- the goal of behavior cloning is to mimic the action of the expert at each time step via supervised learning technical.
- the goal of adversarial imitation learning is to minimize the JS divergence between trajectory distribution generated by the expert's policy and the option’s policy.
- FIG. 4 is a block/flow diagram of an exemplary method for employing the option initialization, segmentation embedding learning, prototypical option learning, and option policy learning components of FIG. 3, in accordance with embodiments of the present invention.
- Imitation learning with neural networks efficiently learns a desired behavior in complex environments.
- these methods are usually considered as “black-boxes” which lack transparency, limiting their application in many decision-making scenarios.
- a variety of methods learn a hidden variable of the variation underlying expert demonstrations to construct the structure of expert policy and visualize the changes in the hidden variable.
- post-hoc explanations do not explain the reasoning process of how the model makes its decisions and can be incomplete or inaccurate in capturing the reasoning process of the original model. Therefore, it is often desirable to have models with built-in interpretability.
- the exemplary embodiments of the present invention define a form of interpretability in imitation learning that imitates human abstraction and explains its reasoning in a human-understanding manner.
- the exemplary methods enable prototype learning to discovery options for built-in interpretable imitation learning, which makes decisions by comparing the new inputs with a few data instances (prototypes).
- DBSCAN is used on the extracted states and the states are automatically clustered into groups.
- imitation learning is utilized to learn the intra-option policy, where the reward is calculated by the cumulative rewards from the primitive actions.
- the option policy is trained with imitation learning algorithms, such as behavior cloning, inverse imitation learning and adversarial imitation learning.
- the exemplary methods introduce a new architecture, that is, prototypical option discovery for interpretable imitation learning (IPOD).
- Each prototypical option includes a set of segmentation from experts’ trajectories and is embedded by an option policy.
- the IPOD uses a soft attention mechanism to derive prototypical option embedding from its trajectory fragments. Given a demonstration of the expert, the model matches the segmentations from the demonstration to the learned prototypical options, and makes an action based on the learned prototypical option.
- the exemplary methods also use the soft attention mechanism to create a bottleneck in the agent, forcing the agent to focus on option-relevant information.
- the IPOD considers the prototype learning to discovery options for built-in interpretable imitation learning in accordance with the following as illustrated in FIG. 2.
- Bottleneck state discovery segments the input trajectories into disjoint segments of variable length by, e.g., density-based clustering methods.
- Option projection includes representation learning of the segmentations in each cluster, and prototypical option embedding learning.
- Option refixation takes the low-level actions controlled through the prototypical option embedding and refines each group of segments by matching the segmentation embeddings to prototypical option embeddings.
- FIG. 5 is a block/flow diagram 500 of a practical application of the IPOD architecture, in accordance with embodiments of the present invention.
- a patient 502 needs to receive medication 504.
- Options are computed for indicating different levels of dosages of the medication 504.
- the exemplary methods learn a prototypical contextual policy p ⁇ ds, o) to take action based on states 506.
- the IPOD architecture 670 is implemented to enable prototypical option visualization by executing a reasoning process 555 and evaluating policy performance 557.
- I2L 670 via the reasoning process 555, can smoothly compose the different options by considering the variant states 506 of the patient 502. In one instance, I2L 670 can chose the low-dosage option for the patient 502.
- the results 510 e.g., dosage options
- FIG. 6 is an exemplary processing system for GBL, in accordance with embodiments of the present invention.
- the processing system includes at least one processor (CPU) 604 operatively coupled to other components via a system bus 602.
- an interpretable imitation learning framework 670 can be employed to execute option initialization 303, policy over options learning 305, prototypical option learning 307, prototypical option embedding learning 309, and option policy learning 311.
- a storage device 622 is operatively coupled to system bus 602 by the PO adapter 620.
- the storage device 622 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid-state magnetic device, and so forth.
- a transceiver 632 is operatively coupled to system bus 602 by network adapter 630.
- User input devices 642 are operatively coupled to system bus 602 by user interface adapter 640.
- the user input devices 642 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present invention.
- the user input devices 642 can be the same type of user input device or different types of user input devices.
- the user input devices 642 are used to input and output information to and from the processing system.
- a display device 652 is operatively coupled to system bus 602 by display adapter 650.
- the processing system may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements.
- various other input devices and/or output devices can be included in the system, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art.
- various types of wireless and/or wired input and/or output devices can be used.
- additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art.
- FIG. 7 is a block/flow diagram of an exemplary method for executing the IPOD architecture, in accordance with embodiments of the present invention.
- FIG. 8 illustrates exemplary equations 800 for implementing the IPOD architecture, in accordance with embodiments of the present invention.
- the equations include a loss function for segmentation embedding learning, an objective function, and policy losses.
- the terms “data,” “content,” “information” and similar terms can be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure.
- a computing device is described herein to receive data from another computing device, the data can be received directly from the another computing device or can be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- the data can be sent directly to the another computing device or can be sent indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- intermediary computing devices such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module,” “calculator,” “device,” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
- the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
- a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
- a computer readable storage medium may be any tangible medium that can include, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
- a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
- Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- LAN local area network
- WAN wide area network
- Internet Service Provider an Internet Service Provider
- These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks or modules.
- the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules.
- processor as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other processing circuitry. It is also to be understood that the term “processor” may refer to more than one processing device and that various elements associated with a processing device may be shared by other processing devices.
- memory as used herein is intended to include memory associated with a processor or CPU, such as, for example, RAM, ROM, a fixed memory device (e.g., hard drive), a removable memory device (e.g., diskette), flash memory, etc. Such memory may be considered a computer readable storage medium.
- input/output devices or “TO devices” as used herein is intended to include, for example, one or more input devices (e.g., keyboard, mouse, scanner, etc.) for entering data to the processing unit, and/or one or more output devices (e.g., speaker, display, printer, etc.) for presenting results associated with the processing unit.
- input devices e.g., keyboard, mouse, scanner, etc.
- output devices e.g., speaker, display, printer, etc.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Mathematical Physics (AREA)
- Molecular Biology (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Databases & Information Systems (AREA)
- Image Analysis (AREA)
- Machine Translation (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A method for learning prototypical options for interpretable imitation learning is presented. The method includes initializing (701) options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts, applying (703) segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations, learning (705) prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states, training (707) option policy with imitation learning techniques to learn a conditional policy, generating (709) interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings, and taking (711) an action based on the interpretable policies generated.
Description
INTERPRETABLE IMITATION LEARNING VIA PROTOTYPICAL OPTION
DISCOVERY
RELATED APPLICATION INFORMATION
[0001] This application claims priority to Provisional Application No. 63/029,754, filed on May 26, 2020, Provisional Application No. 63/033,304, filed on June 2, 2020, and U.S. Patent Application No. 17/323,475, filed on May 18, 2021, each incorporated herein by reference herein in their entirety.
BACKGROUND
Technical Field
[0002] The present invention relates to imitation learning and, more particularly, to methods and systems related to interpretable imitation learning via prototypical option discovery.
Description of the Related Art
[0003] Humans have the ability to compose options or skills to solve a complex problem. For example, to treat a COVID-19 patient with a critical condition, an intensive care unit (ICU) doctor needs to compose essential skills such as endotracheal intubation, chest-tube placement, and arterial and central venous catheterization. Discovering the compositional structures from experts’ trajectories is beneficial to understand the experts’ policy as well as leam a new policy.
SUMMARY
[0004] A method for learning prototypical options for interpretable imitation learning is presented. The method includes initializing options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts, applying segmentation embedding learning to extract features to represent current states in segmentations by dividing
the trajectories into a set of segmentations, learning prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states, training option policy with imitation learning techniques to leam a conditional policy, generating interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings, and taking an action based on the interpretable policies generated.
[0005] A non-transitory computer-readable storage medium comprising a computer- readable program for learning prototypical options for interpretable imitation learning is presented. The computer-readable program when executed on a computer causes the computer to perform the steps of initializing options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts, applying segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations, learning prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states, training option policy with imitation learning techniques to leam a conditional policy, generating interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings, and taking an action based on the interpretable policies generated.
[0006] A method for learning prototypical options for interpretable imitation learning is presented. The method includes dividing a task, by a processor, into a plurality of sub-tasks via a learning policy over options, learning, by the processor, different options to solve each of the plurality of sub-tasks by mimicking expert policy, and fine-tuning the learning policy to learn to take an action based on the task.
[0007] These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings.
BRIEF DESCRIPTION OF DRAWINGS
[0008] The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein:
[0009] FIG. 1 is a block/flow diagram of an exemplary option selection mechanism, in accordance with embodiments of the present invention;
[00010] FIG. 2 is a block/flow diagram of an exemplary prototypical option discovery for interpretable imitation learning (IPOD) architecture, in accordance with embodiments of the present invention;
[00011] FIG. 3 is a block/flow diagram of an exemplary method for employing the IPOD architecture of FIG. 2, in accordance with embodiments of the present invention;
[00012] FIG. 4 is a block/flow diagram of an exemplary method for employing the option initialization, segmentation embedding learning, prototypical option learning, and option policy learning components of FIG. 3, in accordance with embodiments of the present invention;
[00013] FIG. 5 is a block/flow diagram of a practical application of the IPOD architecture, in accordance with embodiments of the present invention;
[00014] FIG. 6 is an exemplary processing system for the IPOD architecture, in accordance with embodiments of the present invention;
[00015] FIG. 7 is a block/flow diagram of an exemplary method for executing the IPOD architecture, in accordance with embodiments of the present invention; and
[00016] FIG. 8 illustrates exemplary equations for implementing the IPOD architecture, in accordance with embodiments of the present invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
[00017] Imitation learning which mimics experts’ behaviors is beneficial to finding meaningful structure or skills in the experts’ demonstrations. Despite the superior performance of imitation learning models, they are usually considered as “black-boxes” which lack transparency, limiting their application in many decision-making scenarios, e.g., healthcare and finance. A variety of methods leam a hidden variable of the variation underlying expert demonstrations to construct the structure of expert policy and visualize the changes in the hidden variable. However, post-hoc explanations do not explain the reasoning process of how the model makes its decisions and can be incomplete or inaccurate in capturing the reasoning process of the original model. Therefore, it is often desirable to have models with built-in interpretability.
[00018] The exemplary embodiments address such issues by defining a form of interpretability in imitation learning that imitates human abstraction and explains its reasoning in a human-understanding manner. The exemplary methods employ prototype learning to discovery options for built-in interpretable imitation learning. Prototype learning, which drives from the study of human reasoning, is a form of case-based reasoning, which makes decisions by comparing new inputs with a few data instances (prototypes) in, e.g., image recognition, sequence classification, sequence segmentation, etc.
[00019] The exemplary methods discover prototypical options for interpretable imitation learning. The exemplary methods introduce a network architecture referred to as prototypical option discovery (IPOD). Each prototypical option is responsible for explaining a group of variable-length segments of the demonstration trajectories. To learn the prototypical options,
IPOD first learns a policy to break the trajectories into a set of segmentations, which results in K groups of segments for the K prototypical options. IPOD uses LSTM with a soft- attention mechanism to derive segment embedding. For each group of segments, the exemplary methods leam a prototypical contextual policy to take action with states as well as the option embedding, which is determined based on centroids of the segment embedding, as inputs. In this way, the model is interpretable, in the sense that it has a transparent reasoning process when making decisions. For better interpretability, the exemplary methods define several criteria for constructing the prototypes, including option diversity and prediction accuracy.
[00020] The exemplary embodiments introduce an imitation learning framework that learns interpretable policy via prototypical options which include segmentation prototypes. The exemplary embodiments enable learning the prototypical option embedding by weighted segmentation for sparsity and learn the prototypical option’s policy by driving the option relevant information via option embedding. The goal is to leam a new policy p, which imitates the expert behavior by maximizing the likelihood of given demonstration trajectories. Thus, the behavior of an expert agent can be copied to accomplish a desired task.
[00021] Imitation learning refers to learning a policy that mimics the behavior of experts who demonstrate how to perform the given task. The behavior of the expert demonstrator is represented by trajectories t= |vo, ao ...,sr, ar ], which is a sequence of state action pairs. Imitation learning has various approaches. One approach is behavior cloning (BC), which directly maps from the state to the action. This method usually learns a policy through standard supervised learning. BC does not perform any additional policy interactions with the learning environment, but it suffers from distributional drift. Another approach is inverse reinforcement learning (IRL), which learns a policy by recovering the reward function from demonstrations and with dense reward signals provided from the learned reward function. However, the learned policy is valid only while the learned reward function is valid. Yet another approach is
adversarial imitation learning (AIL), which constrains the behavior of the agent to be approximately optimal with an unknown reward function without explicitly attempting to recover that reward function. However, both AIL and IRL require interacting with the environment for generating the agent’s trajectory for comparison with the expert's trajectory. Recently, imitation learning with neural networks efficiently learns a desired behavior in complex environments. However, these methods are usually considered as “black-boxes,” which lack transparency. The exemplary methods introduce an interpretable imitation learning framework for more applications of imitation learning, e.g., healthcare, finance, etc.
[00022] An option is a generalization of an action (also known as a skill, sub-policy or a sub goal). Formally, an option is a three-tuple that includes the start, end probability of an option and the policy of the option. Options offer great potential for mitigating the difficulty of solving complex Markov decision processes (MDPs) via temporally extended actions.
[00023] Interpretable modeling mainly falls into two categories, that is, intrinsic explanation which makes the model transparent by restricting the complexity, e.g., decision tree or case- based (prototype-based) model, and post-hoc explanation, which is achieved by analyzing the model after training, e.g., extracting the importance of states via attention and distilling a black box policy into a simple structure policy. A set of post-hoc imitation learning was proposed for generating meaningful policy. However, the intrinsic explanation model is sometimes desirable since post-hoc explanations usually do not fit the original model precisely. Prototype learning, which draws conclusions for new inputs by comparing them with a few exemplary cases (e.g., prototypes) belongs to the intrinsic explanation method.
[00024] The options framework models skills as options, which is a closed-loop policy to solve the sub-tasks. For example, picking up an object, jumping, etc. are options, which require a user to take actions over a period of time. An option o includes the following components, that is, its initiation condition, I0 (s), which determines whether o can be executed in state s,
its termination condition, ?0 (v), which determines whether option execution must terminate in state .s’ and its closed- loop control policy, pa (v), which maps state s to a low-level action a. [00025] Prototype theory emerged in 1971 with the work of psychologist Eleanor Rosch, and it has been described as a “Copemican revolution” in the theory of categorization. In prototype theory, any given concept in any given language has a real-world example that best represents this concept. For instance, when asked to give an example of the concept of fruits, an apple is more frequently cited than, a durian. This theory claims that the presumed natural prototypes were central tendencies of the categories. Prototype theory has also been applied in machine learning, where a prototype is defined as a data instance that is representative of all the data. There are many approaches to find prototypes in the data. Any clustering algorithm that returns actual data points as cluster centers would qualify for selecting prototypes.
[00026] The exemplary embodiments introduce the formulation of the prototypical option, which is a kind of option that can be presented by an instance of the trajectories generated by the experts. A prototypical option includes four components </0, p0, /A, g<?>, that is, an intra option policy pΰ : S x A [0, 1], a termination condition ?0 : S [0, 1], an initiation state set IO S and an option prototype ga.
[00027] Specifically, g0 is defined by sub-trajectories generated by the experts. Given the trajectories of the expert t= { Vi, a\, ...,sr, ar }, the prototypical option is a set of segments are segment boundary indicator
variables with z¾ = 0, VM= T , vm> Vnl, e.g., g0 = SZ-A, SO that g0= [ 5, 5,^4].
[00028] A prototypical option </0, po, bo, go> is available in state si if and only if stE /0. If the option is taken, then actions are selected according to ps until the option terminates according to A. In a prototypical option, g0 is considered as a real-world example to explain the option.
[00029] Options discovery is based on the intuition that it would be easier to solve the long- horizon task from temporal abstraction, e.g., separate or divide the long-horizon task into a set of sub-tasks, and select different options to solve for each sub-task. This intuition informs the steps of the algorithm, that is, breaking or dividing the trajectories into a set of subtasks via learning a policy m over options, learning (or discovering) options that could solve these sub tasks by mimicking the expert’ policy, and, once such options are learned, the exemplary embodiments fine-tune m, to learn to take an option based on the current task.
[00030] Formally, given the trajectories of the expert T= {.SI, a\, ...,sr, at }, the goal is to first break or divide trajectories rinto M disjoint segments
Here, pm £ [1,7"] are segment boundary indicator
variables with The segments are grouped into ^clusters and leam
each cluster’s prototypical options, where Gk = {<^ } e {O, I,. .,M } indicate the m- th group segments.
[00031] The exemplary embodiments leverage prototype learning to introduce an interpretable imitation learning framework by prototypical option discovery, where each prototypical option is responsible for explaining a group of variable-length segments of the demonstration trajectory. As presented in FIG. 2, I2L 200 addresses interpretable imitation learning tasks with steps to leam prototypical options </0, p0, ?o, £/o>. To learn the initial state set /o and the termination condition A, the exemplary methods leam a policy m, (o \s ) over options to break or divide the trajectories into a set of segmentations, which results in K groups of segments for the ^prototypical options. To leam the option prototype g0, the exemplary methods map each segment into an option embedding on m . :vm and cluster them to find K central nodes as option prototypes go, ø= { 1, ..., Aj. As for learning intra-option policy ps, the
exemplary methods learn a prototypical contextual policy to take action based on
states, as well as the option embedding.
[00032] In options learning step, first constmcts a set of admissible options
given by: . Here the O(L) is updated
according to the
IPOD 200, in FIG. 2, determines the /ot (st) and fioisi) by the output of otherwise /o/(st ) = 0 and otist )
= 1. An example of how the agent m, ( s) selects an option is shown in structure 100 of FIG. 1.
[00033] With regards to learning the policy over options,
is learned by choosing the admissible prototypical option. Since the exemplary methods utilize imitation learning to learn the intra-option policy, the reward of p/, (ols) is obtained by the selected option p0 which takes primitive actions and receives the reward signal. Thus, the reward of the option is the cumulative reward of the actions taken from a current time to the termination of the option:
[00034] where <5 G [0, T] is the time interval of the option t+ Ais the termination of the option
Ot.
[00036] where the option-value Q (st, ot) refers to the expected rewards for an action ot taken in a given state s£. Updating options to the policy over options, the above equations show how the exemplary methods can leam the policy over option and use it for selecting options.
However, before learning m, the exemplary methods must assign appropriate initial parameters to . The exemplary methods segment the trajectories by detecting the bottleneck states within the trajectories. Bottlenecks have been defined as those states which appear frequently on
successful trajectories to a goal but not on unsuccessful ones or as nodes which allow for densely connected regions of the interaction graph to reach other such regions. Informally, bottleneck areas have been described as the border states of densely connected areas in the state space or as states that allow transitions to a different part of the environment. A more formal definition defines bottleneck areas as those states which are local maxima of betweenness, a measure of centrality on graphs, on a transition graph.
[00037] The exemplary methods extract all the states in the trajectories, and use density -based spatial clustering methods (e.g., DBSCAN) to automatically cluster the states into groups. In the exemplary methods, each state group indicates one option’s valid states (where fo (s) = 1. That is, the initial m will take that option while it is in these states via behavior cloning. [00038] In option prototype learning, the exemplary methods aim to leam the option prototype, which is a sub-trajectory or segment generated by the experts. Each option prototype is responsible for explaining a group of variable-length segments of the demonstration trajectory
generated by m,. Thus, the exemplary methods first initialize option prototype embedding ox- G Kn, k= [1, 2, 3, ..., K\ vectors as learnable parameters. Next, the exemplary methods map each group of segments gm,k individually into a low dimension embedding g m,k by classifying the segment into the corresponding option’s category k. Meanwhile, the exemplary methods learn ox- by minimizing the distance between ox- and g m,k . Finally, the exemplary methods consider the segment which has the smallest distance with O as the option prototype of ox·.
[00039] Regarding segmentation embedding learning, the exemplary methods aim to learn a meaningful latent space to represent the segments, where they are clustered (in L2-distance) around semantically similar prototypical options, and the clusters from different classes are well-separated.
[00040] To achieve this, the exemplary methods use a long short-term memory (LSTM) to learn the segment’s representation gv = ίy (s ) and the embeddings of prototypical
option o k, where sv , <rm= vindicates the current segment generated by m. To force the vm segment sv and the option prototypes to be in the same space, the exemplary methods vm minimize the distance between gvm :vm and its closest prototype o/·.
[00043] The minimization of emb encourages each training segment to have some latent patch that is close to at least one prototypical option. These terms shape the latent space into a semantically meaningful clustering structure.
[00044] Regarding option prototype embedding learning (g^), since the option prototype embeddings o =1 are representations in the latent space, they are not readily interpretable. For interpretability, the exemplary methods assign each prototypical option embedding okk K =1 with their closest segment embedding g in the training set.
[00045] As for learning option prototype embedding, the exemplary methods leverage both supervised learning and imitation learning regarding the effectiveness and interpretability. The exemplary methods attempt to minimize the least square loss between g and o k, and prevent the learning of multiple similar prototypical options. The exemplary methods use a diversity regularization term that penalizes prototypical options that are close to each other. Meanwhile, the exemplary methods also consider the downstream task (e.g., imitation learning).
[00047] where the first term is for effectiveness, where an imitation learning objective function is conducted to leam the segment embeddings and option prototype embeddings to mimic expert’ s policy pe. L[M[oss (reproduced below) can be any imitation learning method, e.g., a behavior cloning loss or an adversarial imitation learning objective. The second term is for interpretability where an evidence regularization is used to encourage each prototypical option embedding to be as close to an encoded instance as possible. The third term is a diversity regularization term to learn diversified options, where dmm is a threshold that classifies or determines whether two prototypes are close or not. dm is set to 1.0 in exemplary embodiments. L\, l ¾ e [0, 1] are the weights used to balance the three loss terms.
[00048] Regarding option policy learning po, each option o maintains its own policy
: v at , which is parameterized by its own parameters do. To reduce the parameter complexity, the exemplary methods propose a contextual policy po(aί \s/, o/·) to leam a conditional policy which is conditioned on both the state and the option, which is shared among all the options. [00049] The exemplary methods train the option policy po ( at I st, o/t) via the traditional imitation learning algorithms defined as T/ ;oss, e.g., behavior cloning and adversarial imitation learning. The goal of adversarial imitation learning is to minimize the JS divergence between trajectory distribution generated by the expert's policy and the option's policy.
[00050] Note that the exemplary methods use the same policy loss for both option prototypes and option policy, but the exemplary methods only optimize the parameters of option prototypes or option policy for each optimization step.
[00051] Regarding the full objective function, the loss minimized is:
^Full W1 ' option Ί w2 ' IL[0SS Ί w3 ' ^emb
[00052] where
e [0, 1] are hyper-parameters to balance the weights of the three kinds of loss. As for optimization, the exemplary methods first initialize A" groups segments followed by iteratively optimizing Loption + L,Lloss + Lemb.
[00053] Therefore, the exemplary embodiments introduce an interpretable imitation learning framework by discovering compositional structure which is called prototypical option discovery imitation learning (IPOD). IPOD constructs prototypical options which embed the skills of experts by an option embedding and an option policy via a prototype learning framework. IPOD generates interpretable agent policies by comparing the state segmentations to a few prototypical option embeddings followed by taking an action based on the option embedding. Unlike seeking a minimal subset of samples as prototypes that can serve as a distillation or condensed view of a data set, the exemplary model of the present invention uses a soft attention mechanism to derive prototypical option embedding from trajectory fragments. The exemplary methods also use the soft attention mechanism to create a bottleneck in the agent, forcing it to focus on option-relevant information.
[00054] FIG. 3 is a block/flow diagram of an exemplary method 300 for employing the IPOD architecture of FIG. 2, in accordance with embodiments of the present invention.
[00055] Prototypical option discovery for interpretable imitation learning (IPOD) proposes to leam prototypical options for interpretable imitation. Each prototypical option is responsible for explaining a group of variable-length segments of the demonstration trajectory. The exemplary methods model each group of segments by computing distances to prototypical option embedding, where prototypical option embedding is a latent variable summarizing the segments. The IPOD model includes the following learning phases.
[00056] At block 303, option initialization takes place:
[00057] The IPOD first initializes the options by bottleneck state discovery methodology. Inspired by previous works on bottleneck state discovery, e.g., frequently visited states, the exemplary methods identify states that connect different densely connected regions in the state space. In order to discover such bottleneck states from expert demonstrations, the exemplary methods use the behavior cloning method with soft attention mechanism to obtain important states with large attention weights. The important states can then be found with DBSCAN clustering. The dense clusters derived from DBSCAN are used for option initialization. [00058] At block 305, the policy over options learning takes place:
[00059] A prototypical option o includes four components < I0, p0, b0, g0 >, an intra-option policy p0: S x L ® [0,1], a termination condition b0: S ® [0,1], an initiation state set /0 G <·>, and its option prototype g0. To select an option in state st , 7ih(o|s) first constructs a set of admissible options given by:
[00060] Here the O ( st ) is updated according to the n (o |s). IPOD determines the I0. (st) and /?0.(s_t) by the output of nh , i.e., ot, where if ot = 1, /0.(st) = 1 and /?0.(st) = 0. An example of how the agent n (o\s ) selects an option is shown above with respect to 0(st). [00061] nh(o |s) is learned to choose the admissible prototypical option. Since the exemplary methods utilize imitation learning to learn the intra-option policy, the reward of nh(o |s) is obtained by the selected option p0 which takes primitive actions and receives the reward signal. Thus, the reward of the option is the cumulative reward of the actions taken from a current time to the termination of the option: r^t.t+s] = r£+. . . + rit+Si , where d G [0, T] is the time interval of the option on-going, and t + d is the termination of the option ot.
[00062] Given the transition (st, ot,rt.t+5), the exemplary methods update pL(o |s) taking option ot at state st according to policy gradient:
[00063] V/ = Es ~ nh[Q(s,nh(ot\st)]
[00064] where the option-value Q (st, ot ) refers to the expected rewards for an action ot taken in a given state st.
[00065] At block 307, prototypical option learning takes place:
[00066] In the second stage, the exemplary methods aim to learn the option prototype, which is a sub-trajectory or segment generated by the experts. Each option prototype is responsible for explaining a group of variable-length segments of the demonstration trajectory gm generated by n . Thus, the exemplary methods first initialize K option prototype embedding k=[l,2,3,...,K] vectors as learnable parameters. Next, the exemplary methods map
each group of segment gm k individually into a low-dimension embedding gm k by classifying the segment into the corresponding option’s category k. Meanwhile, the exemplary methods leam ok by minimizing the distance between ok and gm k. Finally, the exemplary methods consider the segment which has the smallest distance with ok as the option prototype of ok. [00067] Regarding segmentation embedding learning, the exemplary methods aim to learn a meaningful latent space to represent the segments, where they are clustered (in L2-distance) around semantically similar prototypical options, and the clusters from different classes are well-separated.
[00068] To achieve this goal, the exemplary methods use an LSTM to leam the segment’s representation and the embeddings of prototypical option ok, where
m = t indicates the current segment generated by n . To force the segment
svni,:v_m and the option prototypes to be in the same space, the exemplary methods minimize
the distance between and its closest prototype ok. The optimization problem to be
solved is:
[00069] The minimization of emb encourages each training segment to have some latent patch that is close to at least one prototypical option. These terms shape the latent space into a semantically meaningful clustering structure.
[00070] At block 309, prototypical option embedding learning takes place:
[00071] Since the option prototype embeddings are representations in the latent space,
they are not readily interpretable. For interpretable, the exemplary methods propose to assign each prototypical option embedding with their closest segment embedding g in the
training set.
[00072] As for learning option prototype embedding, the exemplary methods leverage both supervised learning and imitation learning regarding effectiveness and interpretability. The exemplary methods try to minimize the least square loss between g and ok to prevent learning multiple similar prototypical options. The exemplary methods use a diversity regularization term that penalizes prototypical options that are close to each other. Meanwhile, the exemplary methods also consider the downstream task (imitation learning).
[00073 ] The full obj ective function is :
where the first term is for effectiveness and where an imitation learning objective function is conducted to learn the segment embeddings and option prototype embeddings to mimic expert's policy pE. The second term is for interpretability where an evidence regularization is used to encourage each prototypical option embedding to be as close to an encoded instance as possible. The third term is a diversity regularization to leam diversified options and dmin is a threshold that classifies whether two prototypes are close or not. The exemplary methods set dmin to 1.0. l1, l2 , l3 G [0,1] are the weights used to balance the three loss terms.
[00074] At block 311, option policy learning takes place:
[00075] Each option o maintains its own policy p0: s ® at, which is parameterized by its own parameters q0. To reduce the parameter complexity, the exemplary methods propose a contextual policy ne(at\st, ok ) to leam a conditional policy which is conditioned on both the state and the option, which shares among all the options.
[00076] The exemplary methods train the option policy pq (at\st, ok ) by traditional imitation learning algorithms, e.g., behavior cloning and adversarial imitation learning. The goal of behavior cloning is to mimic the action of the expert at each time step via supervised learning technical. The goal of adversarial imitation learning is to minimize the JS divergence between trajectory distribution generated by the expert's policy and the option’s policy.
[00077] Note that the same policy loss is used for both option prototypes and option policy, but the exemplary methods only optimize the parameters of option prototypes or option policy for each optimization step. The exemplary methods can further train the option policy with imitation learning algorithms, e.g., behavior cloning and adversarial imitation learning. The goal of option policy learning is to mimic the segmentations of demonstrations from the experts. [00078] FIG. 4 is a block/flow diagram of an exemplary method for employing the option initialization, segmentation embedding learning, prototypical option learning, and option policy learning components of FIG. 3, in accordance with embodiments of the present invention.
[00079] Imitation learning with neural networks efficiently learns a desired behavior in complex environments. However, these methods are usually considered as “black-boxes” which lack transparency, limiting their application in many decision-making scenarios. A variety of methods learn a hidden variable of the variation underlying expert demonstrations to construct the structure of expert policy and visualize the changes in the hidden variable. However, post-hoc explanations do not explain the reasoning process of how the model makes
its decisions and can be incomplete or inaccurate in capturing the reasoning process of the original model. Therefore, it is often desirable to have models with built-in interpretability. The exemplary embodiments of the present invention define a form of interpretability in imitation learning that imitates human abstraction and explains its reasoning in a human-understanding manner. The exemplary methods enable prototype learning to discovery options for built-in interpretable imitation learning, which makes decisions by comparing the new inputs with a few data instances (prototypes).
[00080] Regarding the option initialization phase 303:
[00081] At block 401, attention mechanics and behavior cloning are utilized to extract the most important states considered while mimicking the expert’ s demonstration.
[00082] At block 403, for bottleneck state discovery, DBSCAN is used on the extracted states and the states are automatically clustered into groups.
[00083] Regarding policy over options learning 305:
[00084] At block 411, imitation learning is utilized to learn the intra-option policy, where the reward is calculated by the cumulative rewards from the primitive actions.
[00085] Regarding prototypical option learning 307:
[00086] At block 421, prototypical options are learned via minimizing the loss of the policy and projecting the prototypes to observed states.
[00087] Regarding prototypical option embedding learning 309:
[00088] At block 431, prototypical options are learned via minimizing the loss of the policy and projecting the prototypes to observed states.
[00089] Regarding option policy learning 311:
[00090] At block 441, the option policy is trained with imitation learning algorithms, such as behavior cloning, inverse imitation learning and adversarial imitation learning.
[00091] In summary, the exemplary methods introduce a new architecture, that is, prototypical option discovery for interpretable imitation learning (IPOD). Each prototypical option includes a set of segmentation from experts’ trajectories and is embedded by an option policy. The IPOD uses a soft attention mechanism to derive prototypical option embedding from its trajectory fragments. Given a demonstration of the expert, the model matches the segmentations from the demonstration to the learned prototypical options, and makes an action based on the learned prototypical option. The exemplary methods also use the soft attention mechanism to create a bottleneck in the agent, forcing the agent to focus on option-relevant information. In this way, the model is interpretable, in the sense that it has a transparent reasoning process when making decisions. For better interpretability, the exemplary methods define several criteria for constructing the prototypes, including option diversity and accuracy. [00092] The IPOD considers the prototype learning to discovery options for built-in interpretable imitation learning in accordance with the following as illustrated in FIG. 2. Bottleneck state discovery segments the input trajectories into disjoint segments of variable length by, e.g., density-based clustering methods. Option projection includes representation learning of the segmentations in each cluster, and prototypical option embedding learning. Option refixation takes the low-level actions controlled through the prototypical option embedding and refines each group of segments by matching the segmentation embeddings to prototypical option embeddings.
[00093] FIG. 5 is a block/flow diagram 500 of a practical application of the IPOD architecture, in accordance with embodiments of the present invention.
[00094] In one practical example, a patient 502 needs to receive medication 504. Options are computed for indicating different levels of dosages of the medication 504. The exemplary methods learn a prototypical contextual policy pί ds, o) to take action based on states 506. The IPOD architecture 670 is implemented to enable prototypical option visualization by executing
a reasoning process 555 and evaluating policy performance 557. I2L 670, via the reasoning process 555, can smoothly compose the different options by considering the variant states 506 of the patient 502. In one instance, I2L 670 can chose the low-dosage option for the patient 502. The results 510 (e.g., dosage options) can be provided or displayed on a user interface 512 handled by a user 514.
[00095] FIG. 6 is an exemplary processing system for GBL, in accordance with embodiments of the present invention.
[00096] The processing system includes at least one processor (CPU) 604 operatively coupled to other components via a system bus 602. A GPU 605, a cache 606, a Read Only Memory (ROM) 608, a Random Access Memory (RAM) 610, an input/output (PO) adapter 620, a network adapter 630, a user interface adapter 640, and a display adapter 650, are operatively coupled to the system bus 602. Additionally, an interpretable imitation learning framework 670 can be employed to execute option initialization 303, policy over options learning 305, prototypical option learning 307, prototypical option embedding learning 309, and option policy learning 311.
[00097] A storage device 622 is operatively coupled to system bus 602 by the PO adapter 620. The storage device 622 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid-state magnetic device, and so forth.
[00098] A transceiver 632 is operatively coupled to system bus 602 by network adapter 630. [00099] User input devices 642 are operatively coupled to system bus 602 by user interface adapter 640. The user input devices 642 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present invention. The user input devices
642 can be the same type of user input device or different types of user input devices. The user input devices 642 are used to input and output information to and from the processing system. [000100] A display device 652 is operatively coupled to system bus 602 by display adapter 650.
[000101] Of course, the processing system may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements. For example, various other input devices and/or output devices can be included in the system, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art. For example, various types of wireless and/or wired input and/or output devices can be used. Moreover, additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art. These and other variations of the processing system are readily contemplated by one of ordinary skill in the art given the teachings of the present invention provided herein.
[000102] FIG. 7 is a block/flow diagram of an exemplary method for executing the IPOD architecture, in accordance with embodiments of the present invention.
[000103] At block 701, initialize options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts.
[000104] At block 703, apply segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations. [000105] At block 705, learn prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states.
[000106] At block 707, train option policy with imitation learning techniques to learn a conditional policy.
[000107] At block 709, generate interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings.
[000108] At block 711, take an action based on the interpretable policies generated.
[000109] FIG. 8 illustrates exemplary equations 800 for implementing the IPOD architecture, in accordance with embodiments of the present invention.
[000110] The equations include a loss function for segmentation embedding learning, an objective function, and policy losses.
[000111] As used herein, the terms “data,” “content,” “information” and similar terms can be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure. Further, where a computing device is described herein to receive data from another computing device, the data can be received directly from the another computing device or can be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like. Similarly, where a computing device is described herein to send data to another computing device, the data can be sent directly to the another computing device or can be sent indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
[000112] As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module,” “calculator,” “device,” or “system.” Furthermore, aspects of the present
invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
[000113] Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical data storage device, a magnetic data storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can include, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
[000114] A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
[000115] Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
[000116] Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
[000117] Aspects of the present invention are described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the present invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules. [000118] These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer
readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks or modules. [000119] The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules.
[000120] It is to be appreciated that the term “processor” as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other processing circuitry. It is also to be understood that the term “processor” may refer to more than one processing device and that various elements associated with a processing device may be shared by other processing devices.
[000121] The term “memory” as used herein is intended to include memory associated with a processor or CPU, such as, for example, RAM, ROM, a fixed memory device (e.g., hard drive), a removable memory device (e.g., diskette), flash memory, etc. Such memory may be considered a computer readable storage medium.
[000122] In addition, the phrase “input/output devices” or “TO devices” as used herein is intended to include, for example, one or more input devices (e.g., keyboard, mouse, scanner, etc.) for entering data to the processing unit, and/or one or more output devices (e.g., speaker, display, printer, etc.) for presenting results associated with the processing unit.
[000123] The foregoing is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments
shown and described herein are only illustrative of the principles of the present invention and that those skilled in the art may implement various modifications without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.
Claims
1. A method for learning prototypical options for interpretable imitation learning, the method comprising: initializing (701) options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts; applying (703) segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations; learning (705) prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states; training (707) option policy with imitation learning techniques to leam a conditional policy; generating (709) interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings; and taking (711) an action based on the interpretable policies generated.
2. The method of claim 1, wherein option initialization includes identifying states from the current states that connect different densely connected regions in a state space.
3. The method of claim 2, wherein a soft attention mechanism is employed to obtain important states with particular attention weights.
4. The method of claim 3, wherein the important states are found with density -based spatial clustering of applications with noise (DBSCAN).
5. The method of claim 1, wherein the bottleneck state discovery divides the trajectories generated by the experts into disjoint segments of variable length by a density- based clustering method.
6. The method of claim 1, wherein each of the options includes an intra-option policy, a termination condition, an initiation state set, and an option prototype.
7. The method of claim 6, wherein the option prototype is defined by a sub-trajectory generated by the experts.
8. The method of claim 1, wherein each of the one or more prototypical option embeddings is assigned with a respective closest segment embedding in a training set.
9. The method of claim 1, wherein the loss is a least square loss.
10. The method of claim 1, wherein a diversity regularization term is employed to penalize one or more of the prototypical options that are close to each other.
11. A non- transitory computer-readable storage medium comprising a computer- readable program for learning prototypical options for interpretable imitation learning, wherein the computer-readable program when executed on a computer causes the computer to perform the steps of: initializing (701) options by bottleneck state discovery, each of the options presented by an instance of trajectories generated by experts;
applying (703) segmentation embedding learning to extract features to represent current states in segmentations by dividing the trajectories into a set of segmentations; learning (705) prototypical options for each segment of the set of segmentations to mimic expert policies by minimizing loss of a policy and projecting prototypes to the current states; training (707) option policy with imitation learning techniques to leam a conditional policy; generating (709) interpretable policies by comparing the current states in the segmentations to one or more prototypical option embeddings; and taking (711) an action based on the interpretable policies generated.
12. The non-transitory computer-readable storage medium of claim 11, wherein option initialization includes identifying states from the current states that connect different densely connected regions in a state space.
13. The non-transitory computer-readable storage medium of claim 12, wherein a soft attention mechanism is employed to obtain important states with particular attention weights.
14. The non-transitory computer-readable storage medium of claim 13, wherein the important states are found with density-based spatial clustering of applications with noise (DBSCAN).
15. The non-transitory computer-readable storage medium of claim 11, wherein the bottleneck state discovery divides the trajectories generated by the experts into disjoint segments of variable length by a density-based clustering method.
16. The non-transitory computer-readable storage medium of claim 11, wherein each of the options includes an intra-option policy, a termination condition, an initiation state set, and an option prototype.
17. The non-transitory computer-readable storage medium of claim 16, wherein the option prototype is defined by a sub-trajectory generated by the experts.
18. The non-transitory computer-readable storage medium of claim 11, wherein each of the one or more prototypical option embeddings is assigned with a respective closest segment embedding in a training set.
19. A method for learning prototypical options for interpretable imitation learning, the method comprising: dividing a task, by a processor, into a plurality of sub-tasks via a learning policy over options; learning, by the processor, different options to solve each of the plurality of sub-tasks by mimicking expert policy; and fine-tuning the learning policy to leam to take an action based on the task.
20. The method of claim 19, wherein a soft attention mechanism is employed to obtain important states in the plurality of sub-tasks, the important states found with density- based spatial clustering of applications with noise (DBSCAN).
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2022572280A JP7466702B2 (en) | 2020-05-26 | 2021-05-19 | Interpretable Imitation Learning by Discovering Prototype Options |
Applications Claiming Priority (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202063029754P | 2020-05-26 | 2020-05-26 | |
| US63/029,754 | 2020-05-26 | ||
| US202063033304P | 2020-06-02 | 2020-06-02 | |
| US63/033,304 | 2020-06-02 | ||
| US17/323,475 | 2021-05-18 | ||
| US17/323,475 US12380360B2 (en) | 2020-05-26 | 2021-05-18 | Interpretable imitation learning via prototypical option discovery for decision making |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2021242585A1 true WO2021242585A1 (en) | 2021-12-02 |
Family
ID=78705053
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2021/033107 Ceased WO2021242585A1 (en) | 2020-05-26 | 2021-05-19 | Interpretable imitation learning via prototypical option discovery |
Country Status (3)
| Country | Link |
|---|---|
| US (3) | US12380360B2 (en) |
| JP (1) | JP7466702B2 (en) |
| WO (1) | WO2021242585A1 (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20230186107A1 (en) * | 2021-12-14 | 2023-06-15 | International Business Machines Corporation | Boosting classification and regression tree performance with dimension reduction |
| CN115204387B (en) * | 2022-07-21 | 2023-10-03 | 法奥意威(苏州)机器人系统有限公司 | Learning methods, devices and electronic equipment under hierarchical goal conditions |
| JP7786689B1 (en) * | 2024-11-11 | 2025-12-16 | ソフトバンク株式会社 | Information processing device, information processing method, and control program |
Family Cites Families (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9165052B2 (en) * | 2009-11-24 | 2015-10-20 | Zymeworks Inc. | Density based clustering for multidimensional data |
| US8595522B2 (en) * | 2010-09-30 | 2013-11-26 | Intel Corporation | Monitoring transaction requests using a policy engine within a storage drive driver to change power capability and latency settings for a storage drive |
| WO2012154751A1 (en) * | 2011-05-08 | 2012-11-15 | Infinetics Technologies, Inc. | Flexible radix switching network |
| US9430460B2 (en) * | 2013-07-12 | 2016-08-30 | Microsoft Technology Licensing, Llc | Active featuring in computer-human interactive learning |
| JP6693010B2 (en) * | 2016-02-08 | 2020-05-13 | ブレインズコンサルティング株式会社 | Failure support device, failure support program and storage medium |
| CN105893256B (en) * | 2016-03-30 | 2018-06-08 | 西北工业大学 | software fault positioning method based on machine learning algorithm |
| US10032281B1 (en) * | 2017-05-03 | 2018-07-24 | Siemens Healthcare Gmbh | Multi-scale deep reinforcement machine learning for N-dimensional segmentation in medical imaging |
| US11853903B2 (en) * | 2017-09-28 | 2023-12-26 | Siemens Aktiengesellschaft | SGCNN: structural graph convolutional neural network |
| GB201802366D0 (en) * | 2018-02-14 | 2018-03-28 | Tom Tom Traffic B V | Methods and systems for generating taffic volumn or traffic density data |
| US20190324795A1 (en) * | 2018-04-24 | 2019-10-24 | Microsoft Technology Licensing, Llc | Composite task execution |
| CN109739585B (en) * | 2018-12-29 | 2022-02-18 | 广西交通科学研究院有限公司 | Spark cluster parallelization calculation-based traffic congestion point discovery method |
| KR102050188B1 (en) * | 2019-02-08 | 2019-11-28 | 아콘소프트 주식회사 | Microservice system and method thereof |
| US11436074B2 (en) * | 2019-04-17 | 2022-09-06 | Microsoft Technology Licensing, Llc | Pruning and prioritizing event data for analysis |
| CN111950950B (en) * | 2019-05-17 | 2024-11-26 | 北京京东振世信息技术有限公司 | Order delivery route planning method, device, computer medium and electronic device |
| JP2020191022A (en) * | 2019-05-23 | 2020-11-26 | 国立大学法人神戸大学 | Learning method, learning device, and learning program for ai agent behaving like human |
| JP7390126B2 (en) * | 2019-07-31 | 2023-12-01 | 株式会社日立製作所 | Trajectory data analysis system |
| CN110491171A (en) * | 2019-09-17 | 2019-11-22 | 南京莱斯网信技术研究院有限公司 | A kind of water transportation supervision early warning system and method based on machine learning techniques |
| US12001958B2 (en) * | 2020-03-19 | 2024-06-04 | Nvidia Corporation | Future trajectory predictions in multi-actor environments for autonomous machine |
-
2021
- 2021-05-18 US US17/323,475 patent/US12380360B2/en active Active
- 2021-05-19 WO PCT/US2021/033107 patent/WO2021242585A1/en not_active Ceased
- 2021-05-19 JP JP2022572280A patent/JP7466702B2/en active Active
-
2025
- 2025-06-06 US US19/230,357 patent/US20250299112A1/en active Pending
- 2025-06-06 US US19/230,344 patent/US20250299111A1/en active Pending
Non-Patent Citations (5)
| Title |
|---|
| AMEET DESHPANDE; HARSHAVARDHAN KAMARTHI; BALARAMAN RAVINDRAN: "Discovering hierarchies using Imitation Learning from hierarchy aware policies", ARXIV.ORG, 1 December 2018 (2018-12-01), pages 1 - 14, XP081454846 * |
| MATTHEW COCKCROFT; SHAHIL MAWJEE; STEVEN JAMES; PRAVESH RANCHOD: "Learning Options from Demonstration using Skill Segmentation", ARXIV.ORG, 19 January 2020 (2020-01-19), pages 1 - 6, XP081581978 * |
| ROY FOX; SANJAY KRISHNAN; ION STOICA; KEN GOLDBERG: "Multi-Level Discovery of Deep Options", ARXIV.ORG, 24 March 2017 (2017-03-24), pages 1 - 14, XP080759324 * |
| SHIRIN SOHRABI, ANTON V. RIABOV, OCTAVIAN UDREA: "State Projection via AI Planning", PROCEEDINGS OF THE THIRTY-FIRST AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE (AAAI-17), 2 February 2017 (2017-02-02), pages 4611 - 4617, XP055871620 * |
| YUEJUN GUO , QING XU , MATEU SBERT: "IBVis: Interactive Visual Analytics for Information Bottleneck Based Trajectory Clustering", ENTROPY, vol. 20, no. 3, 159, 2 March 2018 (2018-03-02), pages 1 - 15, XP055871615, DOI: 10.3390/e20030159 * |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250299111A1 (en) | 2025-09-25 |
| JP7466702B2 (en) | 2024-04-12 |
| US20210374612A1 (en) | 2021-12-02 |
| JP2023527341A (en) | 2023-06-28 |
| US20250299112A1 (en) | 2025-09-25 |
| US12380360B2 (en) | 2025-08-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12131520B2 (en) | Methods, devices, and computer readable storage media for image processing | |
| Jiang et al. | Scalor: Generative world models with scalable object representations | |
| US11379718B2 (en) | Ground truth quality for machine learning models | |
| US20250299112A1 (en) | Interpretable imitation learning via prototypical option discovery for decision making | |
| EP3782080B1 (en) | Neural networks for scalable continual learning in domains with sequentially learned tasks | |
| CN114616577A (en) | Identifying optimal weights to improve prediction accuracy in machine learning techniques | |
| US11074913B2 (en) | Understanding user sentiment using implicit user feedback in adaptive dialog systems | |
| US11145018B2 (en) | Intelligent career planning in a computing environment | |
| US11132510B2 (en) | Intelligent management and interaction of a communication agent in an internet of things environment | |
| KR102293791B1 (en) | Electronic device, method, and computer readable medium for simulation of semiconductor device | |
| US20170213150A1 (en) | Reinforcement learning using a partitioned input state space | |
| US20210110287A1 (en) | Causal Reasoning and Counterfactual Probabilistic Programming Framework Using Approximate Inference | |
| CN114270365B (en) | Clustering based on elastic centroid | |
| CN114556331A (en) | New frame for less-lens time action positioning | |
| WO2025167876A1 (en) | Object category recognition model training method and apparatus, and object category recognition method and apparatus | |
| WO2022012347A1 (en) | Predictive models having decomposable hierarchical layers configured to generate interpretable results | |
| Lin | Online semi-supervised learning in contextual bandits with episodic reward | |
| US20230259800A1 (en) | Generative models based assistant for design and creativity | |
| WO2022063561A2 (en) | Method and system for evaluating consistency of an engineered system | |
| KR102693959B1 (en) | Method for self-supervised reinforcement learning by analogy | |
| US20230186172A1 (en) | Federated learning of machine learning model features | |
| US12118456B1 (en) | Integrated machine learning training | |
| US11861490B1 (en) | Decoupled machine learning training | |
| CN115775364B (en) | Artificial intelligence method, system and storage medium for predicting from image sequence | |
| HK40072260B (en) | A sample acquisition method, device, equipment and computer readable storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21813696 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2022572280 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21813696 Country of ref document: EP Kind code of ref document: A1 |


