Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

Improving User Experience in Preference-Based Optimization of Reward Functions for Assistive Robots

T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read CMA-ES-IG combines an evolution strategy with an information-gain objective to generate ranking queries that improve in reward while staying easy to distinguish, and users rate it the most adaptive and preferred way to teach a robot.

desk verdict A sensible hybrid algorithm with a promising user study, but the missing bridge between sampled features and retrieved real trajectories leaves the main claim about user experience unproven. read the letter →

arxiv 2411.11182 v1 pith:P6UFL323 submitted 2024-11-17 cs.RO cs.AIcs.HCcs.LG

classification cs.ROcs.AIcs.HCcs.LG
keywords preference-basedrewardlearninghuman-robotinteractionCMA-ESinformationgainactiveuserexperienceassistiverobotstrajectoryranking
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Preference-based robot teaching asks users to rank candidate behaviors, but the two standard query-generation strategies pull in opposite directions: information-gain selection gives options that are easy to rank yet do not visibly get better, while CMA-ES gives options that improve but become too similar to distinguish. This paper tries to establish that a hybrid, CMA-ES-IG, gets both: it samples candidates from CMA-ES's adaptive distribution and then picks the subset with the highest expected information gain. The simulations show the hybrid keeps preference-learning alignment while markedly increasing the average reward of the presented trajectories. The user study, across a physical JACO arm and a social Blossom robot, reports that participants rated CMA-ES-IG highest on ease of use and on perceived behavioral adaptation, significantly above the pure CMA-ES baseline for both and above the pure information-gain baseline for adaptation, and ranked it as their preferred method. If true, this would mean that how much the robot appears to adapt during teaching is a designable property, not a side effect, of the query-selection algorithm.

What carries the argument

Algorithm 1: sample D trajectory-feature vectors from a CMA-ES multivariate normal distribution parameterized by mean µ and covariance C; sample a set of belief trajectories from the current posterior over reward weights; select the |Q| queries that maximize expected information gain, approximated by finding |Q| medoids among the samples; collect the user's ranking; update the posterior over weights with the Bradley-Terry model; update µ and C with the standard CMA-ES rule. The combination is the carrier: CMA-ES moves the sampling distribution toward high-reward regions so presented trajectories improve, while the information-gain selection keeps the presented options far apart in feature space so users can still rank them.

What would settle it

Collect a trajectory dataset with deliberately sparse coverage of the feature space, run the same user study, and measure whether CMA-ES-IG still beats the baselines on perceived behavioral adaptation and ease of use; if its advantage disappears or reverses, the reported effect comes from the retrieval rule or dataset, not from the sampling-and-selection algorithm. Alternatively, in simulation, compute the information gain of the actual nearest-neighbor queries and compare it with the information gain of the raw CMA-ES samples: if they diverge substantially, the algorithm is not delivering the queries it claims to.

Watch

Extended reading notes

Core claim

The paper argues that the two dominant approaches to preference-based robot teaching each sacrifice something users care about: pure information-gain (IG) query selection produces options that are easy to distinguish but do not visibly improve, while CMA-ES produces visibly improving options that become too similar to rank. CMA-ES-IG combines them by sampling trajectory features from CMA-ES's adaptive distribution and then selecting the subset with maximum expected information gain. In simulation across 8-, 16-, and 32-dimensional feature spaces, it matches or exceeds the baselines on learned-preference alignment while producing queries with substantially higher average reward. In a within-subjects study with 14 participants teaching a physical JACO arm and a social Blossom robot, CMA-ES-IG received the highest ease-of-use ratings and the highest perceived behavioral adaptation, significantly above both baselines on adaptation, and was ranked the preferred algorithm.

Load-bearing premise

The claim depends on the assumption that the real trajectory closest to a CMA-ES-sampled feature point keeps the sampled query's information gain and quality, so that what users actually rank matches what the algorithm believes it is presenting.

Editorial extensions

If this is right

  • If correct, assistive robots can be taught through rankings that users perceive as responsive, which may increase adoption and sustained engagement with personalization.
  • The approach suggests that 'query quality' (reward of presented options) and 'query informativeness' are not mutually exclusive; future active-learning objectives can include perceptual experience as an explicit optimization criterion.
  • The simulation results imply the benefit grows in higher-dimensional feature spaces, where CMA-ES-IG improves alignment while IG degrades.
  • The same combination strategy could be applied to other black-box optimization settings where humans evaluate candidates, such as haptic texture design or exoskeleton assistance, where candidate quality matters during training.
  • Since all methods took under one second per query, CMA-ES-IG is deployable in real-time interaction loops.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The user-study advantage may depend on dataset coverage: because participants rank the nearest real trajectories to the sampled feature vectors, a sparse trajectory dataset could sever the link between the CMA-ES sample and what the user actually sees; an ablation with denser versus sparser datasets would test whether the perceived adaptation comes from the algorithm or from the retrieval rule.
  • If the perceived-adaptation effect is real, it suggests that presenting visible learning progress—not just arriving at a good final policy—drives user trust; measuring trust and willingness to keep teaching over longer interactions would likely show stronger retention for CMA-ES-IG than for IG.
  • The medoid approximation trades exact information gain for tractability; a version that directly optimizes the continuous query set rather than selecting from a finite sample might further increase both alignment and quality.
  • The framework could extend beyond rankings to pairwise choices or 'approximately equal' responses, using the same query-selection principle.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes CMA-ES-IG, an algorithm that combines CMA-ES adaptive sampling with an information-gain query selection criterion for preference-based reward learning from trajectory rankings. The central claim is that CMA-ES-IG preserves the preference-learning alignment of information-gain querying while increasing the average reward of the trajectories presented to users, and that users perceive the robot as adapting without sacrificing the distinguishability of the ranking options. The authors support this with a simulated-preference study across feature spaces of dimension 8, 16, and 32, and with a within-subjects user study (n=14) in which participants ranked JACO arm handover trajectories and Blossom robot gestures under IG, CMA-ES, and CMA-ES-IG. The user study reports that CMA-ES-IG received the highest ease-of-use rating, significantly higher than CMA-ES but not significantly higher than IG, and the highest perceived behavioral adaptation, significantly higher than both baselines, and was ranked as the preferred algorithm.

Significance. If the central claim holds, the contribution is valuable to human-robot interaction and personalization: it reframes query generation as a user-experience design problem, and it is one of the few papers to combine an explicit Bayesian reward model with black-box trajectory optimization and to evaluate the combination on both physical and social robot tasks. The user study uses validated Likert scales with high internal consistency (Cronbach's alpha .89 and .97), appropriate non-parametric repeated-measures tests, and a counterbalanced within-subjects design. The authors also provide code and a hyperparameter sensitivity analysis, which strengthens reproducibility. The main risk is whether the user-study results can be attributed to the CMA-ES-IG mechanism, because the presented trajectories are retrieved from a fixed dataset rather than being the sampled feature-space queries that the simulation and algorithm description analyze.

major comments (4)
  1. [§4.1, Algorithm 1] The user study replaces the feature-space query produced by Algorithm 1 with the nearest real trajectory from a pre-collected dataset, as stated in §4.1: 'We then identified the closest trajectories in the dataset to the sampled trajectory features to present to the participant.' However, the simulation in §3.1 and the theoretical motivation in §3 evaluate information gain and quality on continuous sampled feature points, with no finite-dataset retrieval step. The paper does not report nearest-neighbor distances, the coverage of the learned autoencoder feature space, or whether the retrieved trajectories preserve the information gain, average reward, and pairwise distinctness of the intended queries. Without this, the significant user-experience results in §4.3 could be driven by the dataset construction or the retrieval rule rather than by CMA-ES-IG's sampling and IG mechanism. Please add a validation of this bridge, for example by reporting nearest-neighbor distance distributions, recomputing information gain and quality on the actually presented queries, or running the simulation with the retrieval step included.
  2. [§4.3 and Abstract] The abstract claims that users find CMA-ES-IG 'more intuitive and easier to use than previous approaches,' but the ease-of-use analysis in §4.3 only shows a significant improvement over CMA-ES (W=5.5, p=.016); the comparison with IG (M=5.50 vs 5.13) is described as 'empirically easier' without a reported significance test. Since IG is one of the previous approaches, the stronger claim in the abstract and conclusion is not supported by the reported statistics. Please report the IG comparison p-value or qualify the claim.
  3. [§4.3, Figs. 6–8] With n=14 and multiple pairwise repeated-measures tests across ease of use, behavioral adaptation, and overall ranking, the p-values are reported without correction for multiple comparisons. For example, the behavioral-adaptation comparison against CMA-ES (p=.033) would not survive a Holm-Bonferroni correction over six tests. This does not invalidate the results, but the paper should report adjusted p-values or explicitly frame the comparisons as exploratory, especially given the small sample size.
  4. [§3.1, Table 1 and Fig. 3] The quality metric used in the simulation is the average reward of the presented trajectories, which is precisely the quantity that CMA-ES and CMA-ES-IG are designed to increase. Consequently, the quality results do not independently establish that users perceive higher appeal, and the Fig. 3 caption's claim that 'CMA-ES-IG performing significantly better' is not supported by the reported statistics, since no tests, effect sizes, or confidence intervals are given for the simulated AUC comparisons. Please provide inferential statistics for the simulated comparisons or soften the significance claim.
minor comments (6)
  1. [§3, Algorithm 1] The symbol D is used both for the trajectory dataset and for the number of samples drawn from the CMA-ES distribution; please rename one of them for clarity.
  2. [§2] The text cites 'Habiban et al.' but the reference list gives the correct spelling 'Habibian'; please correct the in-text citation.
  3. [§4.4] The conclusion contains a typo: 'prefered' should be 'preferred.'
  4. [§4.2] Each algorithm was paired with a specific handover object or gesture emotion within a domain; although the algorithm order was counterbalanced, please clarify how the assignment of algorithms to tasks was randomized and whether any task-specific effects were examined.
  5. [§4.1] The sample count D for the CMA-ES sampling and the posterior belief, as well as several autoencoder and CMA-ES hyperparameters beyond the initial step size, are not reported; please list them in the appendix or supplement.
  6. [§3, Equation (3)] The information-gain objective is approximated by medoid selection, but the exact procedure used for the IG baseline is not specified; please state how the IG baseline generates its candidate set and whether it samples uniformly from the feature space.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; CMA-ES-IG is a stated composition of external baselines and the headline user-experience claims rest on an independent user study.

full rationale

This paper does not exhibit definitional circularity. Algorithm 1 is an explicit composition of two externally published components: information-gain query selection (Eq. 3, from Bıyık et al.) and CMA-ES distribution updates (Hansen et al.), with no parameter fitted to the outcome metrics. The simulation's quality metric (average true reward of presented trajectories) is indeed the quantity that the CMA-ES component is designed to increase, so the favorable quality comparison in Table 1 is partly a sanity check of the design intent rather than an independent confirmation; however, it is not forced by construction because the algorithm optimizes an estimated reward under a Bradley-Terry belief, while quality is evaluated under the simulated true weight vector, and the added information-gain constraint could in principle reduce quality. The user-experience results (EOU, behavioral adaptation, preference ranking) come from a within-subjects user study with 14 participants and standard nonparametric tests, independent of the algorithm's equations. The main threat to the paper's bridge is the nearest-neighbor retrieval step in Section 4.1, which replaces sampled feature points with closest dataset trajectories; that is a fidelity/validity gap, not a circularity, because it does not make the measured outcome equal to the algorithm's input by definition. No load-bearing self-citation or imported uniqueness theorem is used.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The paper's central claim is empirical, so its ledger is dominated by behavioral modeling assumptions and unreported implementation parameters rather than mathematical axioms. Key inputs are the linear reward assumption, the Bradley-Terry choice model, learned autoencoder features, and the nearest-trajectory retrieval step. The most consequential free parameters are the CMA-ES step size, the Bradley-Terry rationality beta, the sample counts, and the feature dimensions. No new physical or conceptual entities are introduced.

free parameters (4)
  • CMA-ES initial step size sigma = 0.5
    Default step size; authors state it was not tuned, but it affects sampling spread and query quality in both simulation and user study.
  • Bradley-Terry rationality parameter beta = not reported
    Equation 1 includes beta; the simulation uses this model for user rankings, but the value is not stated, affecting simulated user behavior and posterior updates.
  • Number of samples D for CMA-ES and posterior belief = not reported
    Algorithm 1 samples D features from the belief and D from CMA-ES, but the paper does not give these values or the medoid selection details.
  • Autoencoder feature dimensions = 6 (Blossom), 4 (JACO)
    Hyperparameters tuned to reconstruction loss; the low-dimensional feature space defines both information gain and CMA-ES quality, so the results depend on this learned representation.
assumptions (5)
  • domain assumption User preference is linear in trajectory features: R(ξ) = ω^T Φ(ξ)
    Section 3 preliminaries; standard IRL assumption, but user preferences may be nonlinear.
  • domain assumption User rankings follow the Bradley-Terry model with conditional independence
    Section 3 Equations 1 and 2; used to update the posterior and to simulate users. If humans violate this choice model, both simulation and inference are biased.
  • ad hoc to paper The pre-collected trajectory datasets are diverse enough that nearest-neighbor retrieval preserves the desirable properties of sampled feature queries
    Section 4.1; the user study presents nearest dataset trajectories to sampled features, but incomplete coverage would break the link between the algorithm objective and what users actually see.
  • domain assumption Autoencoder features capture the dimensions users care about
    Section 4.1; features are learned by reconstruction loss, not by preference data, so they may omit preference-relevant variation.
  • domain assumption User preferences are stationary during the five-minute interaction
    The posterior update assumes a fixed ground-truth ω across rankings; users may change preferences or fatigue during the session.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Improving User Experience in Preference-Based Optimization of Reward Functions for Assistive Robots." pith.science (2026). https://pith.science/paper/P6UFL323

@misc{pith2026241111182,
  author       = {Pith},
  title        = {Pith review of: Improving User Experience in Preference-Based Optimization of Reward Functions for Assistive Robots},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/P6UFL323}},
  note         = {Machine review of arXiv:2411.11182}
}
read the original abstract

Assistive robots interact with humans and must adapt to different users' preferences to be effective. An easy and effective technique to learn non-expert users' preferences is through rankings of robot behaviors, for example, robot movement trajectories or gestures. Existing techniques focus on generating trajectories for users to rank that maximize the outcome of the preference learning process. However, the generated trajectories do not appear to reflect the user's preference over repeated interactions. In this work, we design an algorithm to generate trajectories for users to rank that we call Covariance Matrix Adaptation Evolution Strategies with Information Gain (CMA-ES-IG). CMA-ES-IG prioritizes the user's experience of the preference learning process. We show that users find our algorithm more intuitive and easier to use than previous approaches across both physical and social robot tasks. This project's code is hosted at github.com/interaction-lab/CMA-ES-IG

Figures

Figures reproduced from arXiv: 2411.11182 by the authors.

Figure 1
Figure 1. The two domains that users taught robots their preferences for the robot’s behaviors. In the physical domain, users ranked a JACO arm’s movement trajectories to hand them a marker, a cup, and a spoon. In the social domain, users ranked a Blossom robot’s gestures to portray happiness, sadness, and anger. reward function [10], or (2) using rankings to implicitly infer a user’s reward function through black-box optimiz… view at source ↗
Figure 2
Figure 2. Example queries generated from an early step of each algorithm. The large circle represents the space of all trajectories with lighter areas representing higher reward, light blue arrows representing the user’s true preference, dark blue arrows representing the current estimate of the user’s preference, orange circles representing sampled trajectories to present to the user, and green dotted regions representing the… view at source ↗
Figure 3
Figure 3. Comparison of simulation results for learning user preferences. Shaded regions indicate standard error. We found that all methods were able to learn user preferences across varying dimensions. The quality of the trajectories in the query increases only for CMA-ES and CMA-ES-IG, with CMA-ES-IG performing significantly better. We compared the three algorithms: Information Gain (IG), CMA-ES, and CMA-ES-IG. For the alig… view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: The framework for learning user preferences. We learned nonlinear features for sets of robot trajectories. The query sampler produced sets of trajectories for the user to rank and those rankings were used to update the estimate of the user’s preferences. From the gener…
Figure 5
Figure 5. Figure 5: User study setup. Users interacted with the robots through the ranking interface to specify their preferences for how the Blossom robot used gestures to signal different affective states and how the JACO robot arm handed them different items. Participants were randomly…
Figure 6
Figure 6. Figure 6: Ease of Use results. CMA-ES-IG was rated significantly easier to use than CMA-ES, and empirically easier than IG. Ease of Use. We evaluated the aver￾age scores for EOU from a four-item Likert scale. We identified high in￾ternal consistency of the scale, with a Cronbach…
Figure 7
Figure 7. Figure 7: Behavioral Adaptation results. CMA-ES-IG was rated as changing the robot’s behavior significantly more over time than both CMA-ES and IG. Perceived Behavioral Adapta￾tion. We evaluated the average scores for BA from a four-item Likert scale, and identified high interna…
Figure 8
Figure 8. Figure 8: Algorithmic ranking results. CMA￾ES-IG was consistently ranked as the most preferred algorithm for teaching robots preferences in our user study. Overall Ranking. Finally, we eval￾uated the ranking of each algorithm based on how the participants ranked the algorithms a…
Figure 9
Figure 9. Figure 9: Initial step-size sensitivity. We show the AUC of the labeled metric (corre￾sponding to the values in [PITH_FULL_IMAGE:figures/full_fig_p017_9.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. QuickLAP: Quick Language-Action Preference Learning for Semi-Autonomous Agents

    cs.AI 2025-11 unverdicted novelty 7.0 of 10

    QuickLAP fuses LLM-extracted language observations with physical feedback in a closed-form Bayesian update to cut reward learning error by over 70% in a driving simulator and improve user preference in a 15-person study.

Reference graph

Works this paper leans on

49 extracted references · 42 canonical work pages · cited by 1 Pith paper

  1. [1]

    In: Proceedings of the twenty-first international conference on Machine learning

    Abbeel, P., Ng, A.Y.: Apprenticeship learning via inverse reinforcement learning. In: Proceedings of the twenty-first international conference on Machine learning. p. 1 (2004) 14 Dennler, Shi, Nikolaidis, and Matari´ c

  2. [2]

    In: Proceedings of the 2021 ACM/IEEE International Conference on Human-Robot Interaction

    Adamson, T., Ghose, D., Yasuda, S.C., Shepard, L.J.S., Lewkowicz, M.A., Duan, J., Scassellati, B.: Why we should build robots that both teach and learn. In: Proceedings of the 2021 ACM/IEEE International Conference on Human-Robot Interaction. pp. 187–196 (2021)

  3. [3]

    IEEE transactions on Evolutionary Computation 1(1), 3–17 (1997)

    Back, T., Hammel, U., Schwefel, H.P.: Evolutionary computation: Comments on the history and current state. IEEE transactions on Evolutionary Computation 1(1), 3–17 (1997)

  4. [4]

    In: Conference on robot learning

    Bajcsy, A., Losey, D.P., O’malley, M.K., Dragan, A.D.: Learning robot objectives from physical human interaction. In: Conference on robot learning. pp. 217–226. PMLR (2017)

  5. [5]

    In: Proceedings of the 2020 ACM/IEEE international conference on human-robot interaction

    Bhattacharjee, T., Gordon, E.K., Scalise, R., Cabrera, M.E., Caspi, A., Cakmak, M., Srinivasa, S.S.: Is more autonomy always better? exploring preferences of users with mobility impairments in robot-assisted feeding. In: Proceedings of the 2020 ACM/IEEE international conference on human-robot interaction. pp. 181– 190 (2020)

  6. [6]

    arXiv preprint arXiv:1910.04365 (2019)

    Bıyık, E., Palan, M., Landolfi, N.C., Losey, D.P., Sadigh, D.: Asking easy questions: A user-friendly approach to active reward learning. arXiv preprint arXiv:1910.04365 (2019)

  7. [7]

    In: Conference on robot learning

    Biyik, E., Sadigh, D.: Batch active preference-based learning of reward functions. In: Conference on robot learning. pp. 519–528. PMLR (2018)

  8. [8]

    the method of paired comparisons

    Bradley, R.A., Terry, M.E.: Rank analysis of incomplete block designs: I. the method of paired comparisons. Biometrika 39(3/4), 324–345 (1952)

Show all 49 references
  1. [9]

    In: International Conference on Machine Learning

    Brown, D., Coleman, R., Srinivasan, R., Niekum, S.: Safe imitation learning via fast bayesian reward inference from preferences. In: International Conference on Machine Learning. pp. 1165–1177. PMLR (2020)

  2. [10]

    In: Conference on robot learning

    Brown, D.S., Goo, W., Niekum, S.: Better-than-demonstrator imitation learning via automatically-ranked demonstrations. In: Conference on robot learning. pp. 330–359. PMLR (2020)

  3. [11]

    In: Social Robotics: 8th International Conference, ICSR 2016, Kansas City, MO, USA, November 1-3, 2016 Proceedings 8

    Canal, G., Aleny` a, G., Torras, C.: Personalization framework for adaptive robotic feeding assistance. In: Social Robotics: 8th International Conference, ICSR 2016, Kansas City, MO, USA, November 1-3, 2016 Proceedings 8. pp. 22–31. Springer (2016)

  4. [12]

    Frontiers in Robotics and AI 6, 110 (2019)

    Clabaugh, C., Mahajan, K., Jain, S., Pakkar, R., Becerra, D., Shi, Z., Deng, E., Lee, R., Ragusa, G., Matari´ c, M.: Long-term personalization of an in-home socially assistive robot for children with autism spectrum disorders. Frontiers in Robotics and AI 6, 110 (2019)

  5. [13]

    Annual Review of Control, Robotics, and Autonomous Systems 2(1), 33–61 (2019)

    Clabaugh, C., Matari´ c, M.: Escaping oz: Autonomy in socially assistive robotics. Annual Review of Control, Robotics, and Autonomous Systems 2(1), 33–61 (2019)

  6. [14]

    Science Robotics 8(84), eadf7723 (2023)

    Dennler, N., Cain, A., De Guzman, E., Chiu, C., Winstein, C.J., Nikolaidis, S., Matari´ c, M.J.: A metric for characterizing the arm nonuse workspace in poststroke individuals using a robot arm. Science Robotics 8(84), eadf7723 (2023)

  7. [15]

    ACM Transactions on Human-Robot Interaction 12(2), 1–41 (2023)

    Dennler, N., Ruan, C., Hadiwijoyo, J., Chen, B., Nikolaidis, S., Matari´ c, M.: De- sign metaphors for understanding user expectations of socially interactive robot embodiments. ACM Transactions on Human-Robot Interaction 12(2), 1–41 (2023)

  8. [16]

    In: 2021 IEEE/RSJ Interna- tional Conference on Intelligent Robots and Systems (IROS)

    Dennler, N., Shin, E., Matari´ c, M., Nikolaidis, S.: Design and evaluation of a hair combing system using a general-purpose robotic arm. In: 2021 IEEE/RSJ Interna- tional Conference on Intelligent Robots and Systems (IROS). pp. 3739–3746. IEEE (2021)

  9. [17]

    In: 2021 30th IEEE International Conference on Robot & Human Interactive Communication (RO-MAN)

    Dennler, N., Yunis, C., Realmuto, J., Sanger, T., Nikolaidis, S., Matari´ c, M.: Per- sonalizing user engagement dynamics in a non-verbal communication game for Improving User Experience in Preference-Based Optimization 15 cerebral palsy. In: 2021 30th IEEE International Confe...

  10. [18]

    In: 6th Annual Conference on Robot Learning (2022)

    Fitzgerald, T., Koppol, P., Callaghan, P., Wong, R.Q.J.H., Simmons, R., Kroemer, O., Admoni, H.: Inquire: Interactive querying for user-aware informative reasoning. In: 6th Annual Conference on Robot Learning (2022)

  11. [19]

    International Journal of Social Robotics 15(4), 689–701 (2023)

    Gasteiger, N., Hellou, M., Ahn, H.S.: Factors for personalization and localization to optimize human–robot interaction: A literature review. International Journal of Social Robotics 15(4), 689–701 (2023)

  12. [20]

    ACM Transactions on Human-Robot Interaction (THRI) 10(4), 1–31 (2021)

    Ghafurian, M., Hoey, J., Dautenhahn, K.: Social robots for the care of persons with dementia: a systematic review. ACM Transactions on Human-Robot Interaction (THRI) 10(4), 1–31 (2021)

  13. [21]

    IEEE Transactions on Robotics 34(1), 220–239 (2018)

    Gombolay, M.C., Wilcox, R.J., Shah, J.A.: Fast scheduling of robot teams perform- ing tasks with temporospatial constraints. IEEE Transactions on Robotics 34(1), 220–239 (2018)

  14. [22]

    Habibian, S., Jonnavittula, A., Losey, D.P.: Here’s what i’ve learned: Asking questions that reveal reward learning. J. Hum.-Robot Interact. 11(4) (Sep 2022), https://doi.org/10.1145/3526107

  15. [23]

    arXiv preprint arXiv:1604.00772 (2016)

    Hansen, N.: The cma evolution strategy: A tutorial. arXiv preprint arXiv:1604.00772 (2016)

  16. [24]

    In: Proceedings of the 12th annual conference companion on Genetic and evolutionary computa- tion

    Hansen, N., Auger, A., Ros, R., Finck, S., Poˇ s ´ ık, P.: Comparing results of 31 algo- rithms from the black-box optimization benchmarking bbob-2009. In: Proceedings of the 12th annual conference companion on Genetic and evolutionary computa- tion. pp. 1689–1696 (2010)

  17. [25]

    Evolutionary computation 11(1), 1–18 (2003)

    Hansen, N., M¨ uller, S.D., Koumoutsakos, P.: Reducing the time complexity of the derandomized evolution strategy with covariance matrix adaptation (cma-es). Evolutionary computation 11(1), 1–18 (2003)

  18. [26]

    arXiv preprint arXiv:2005.03210 (2020)

    Jeon, H.J., Losey, D.P., Sadigh, D.: Shared autonomy with learned latent actions. arXiv preprint arXiv:2005.03210 (2020)

  19. [27]

    In: 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)

    Keselman, L., Shih, K., Hebert, M., Steinfeld, A.: Optimizing algorithms from pair- wise user preferences. In: 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). pp. 4161–4167. IEEE (2023)

  20. [28]

    arXiv preprint arXiv:2402.17937 (2024)

    Kian, M.J., Zong, M., Fischer, K., Singh, A., Velentza, A.M., Sang, P., Upadhyay, S., Gupta, A., Faruki, M.A., Browning, W., et al.: Can an llm-powered socially assistive robot effectively and safely deliver cognitive behavioral therapy? a study with university students. arXiv...

  21. [29]

    Human communication research 31(4), 538– 563 (2005)

    Lee, K.M., Park, N., Song, H.: Can a robot be perceived as a developing creature? effects of a robot’s long-term cognitive developments on its social presence and people’s social responses toward it. Human communication research 31(4), 538– 563 (2005)

  22. [30]

    IEEE transactions on haptics 15(3), 508–520 (2022)

    Lu, S., Zheng, M., Fontaine, M.C., Nikolaidis, S., Culbertson, H.: Preference-driven texture modeling through interactive generation and search. IEEE transactions on haptics 15(3), 508–520 (2022)

  23. [31]

    International Journal of Social Robotics 11, 185–205 (2019)

    Martins, G.S., Santos, L., Dias, J.: User-adaptive interaction in social robots: A sur- vey focusing on non-physical interaction. International Journal of Social Robotics 11, 185–205 (2019)

  24. [32]

    Springer handbook of robotics pp

    Matari´ c, M.J., Scassellati, B.: Socially assistive robotics. Springer handbook of robotics pp. 1973–1994 (2016)

  25. [33]

    ACM Transactions on Human- Robot Interaction (THRI) 7(2), 1–25 (2018) 16 Dennler, Shi, Nikolaidis, and Matari´ c

    Moro, C., Nejat, G., Mihailidis, A.: Learning and personalizing socially assistive robot behaviors to aid with activities of daily living. ACM Transactions on Human- Robot Interaction (THRI) 7(2), 1–25 (2018) 16 Dennler, Shi, Nikolaidis, and Matari´ c

  26. [34]

    In: Conference on robot learning

    Myers, V., Biyik, E., Anari, N., Sadigh, D.: Learning multimodal rewards from rankings. In: Conference on robot learning. pp. 342–352. PMLR (2022)

  27. [35]

    In: Pro- ceedings of the 2023 ACM/IEEE International Conference on Human-Robot In- teraction

    Nemlekar, H., Dhanaraj, N., Guan, A., Gupta, S.K., Nikolaidis, S.: Transfer learn- ing of human preferences for proactive robot assistance in assembly tasks. In: Pro- ceedings of the 2023 ACM/IEEE International Conference on Human-Robot In- teraction. pp. 575–583 (2023)

  28. [36]

    In: Proceedings of the tenth annual ACM/IEEE international conference on human-robot interaction

    Nikolaidis, S., Ramakrishnan, R., Gu, K., Shah, J.: Efficient model learning from joint-action demonstrations for human-robot collaborative tasks. In: Proceedings of the tenth annual ACM/IEEE international conference on human-robot interaction. pp. 189–196 (2015)

  29. [37]

    In: Proceedings of the 2024 ACM/IEEE International Conference on Human-Robot Interaction

    O’Connell, A., Banga, A., Ayissi, J., Yaminrafie, N., Ko, E., Le, A., Cislowski, B., Mataric, M.: Design and evaluation of a socially assistive robot schoolwork companion for college students with adhd. In: Proceedings of the 2024 ACM/IEEE International Conference on Human-Rob...

  30. [38]

    IEEE Robotics and Automation Letters (2023)

    Perovic, G., Iori, F., Mazzeo, A., Controzzi, M., Falotico, E.: Adaptive robot-human handovers with preference learning. IEEE Robotics and Automation Letters (2023)

  31. [39]

    Pattern Recognition Letters 99, 3–12 (2017)

    Rossi, S., Ferland, F., Tapus, A.: User profiling and behavioral adaptation for hri: A survey. Pattern Recognition Letters 99, 3–12 (2017)

  32. [40]

    Sadigh, D., Dragan, A., Sastry, S., Seshia, S.: Active preference-based learning of reward functions (2017)

  33. [41]

    Disability and Rehabilitation: Assistive Technology 16(6), 580–602 (2021)

    Saleh, M.A., Hanapiah, F.A., Hashim, H.: Robot applications for autism: a compre- hensive review. Disability and Rehabilitation: Assistive Technology 16(6), 580–602 (2021)

  34. [42]

    arXiv preprint arXiv:2204.05186 (2022)

    Sharma, P., Sundaralingam, B., Blukis, V., Paxton, C., Hermans, T., Torralba, A., Andreas, J., Fox, D.: Correcting robot plans with natural language feedback. arXiv preprint arXiv:2204.05186 (2022)

  35. [43]

    In: Proceedings of the 2023 ACM/IEEE International Conference on Human-Robot Interaction

    Shi, Z., Chen, H., Velentza, A.M., Liu, S., Dennler, N., O’Connell, A., Mataric, M.: Evaluating and personalizing user-perceived quality of text-to-speech voices for delivering mindfulness meditation with different physical embodiments. In: Proceedings of the 2023 ACM/IEEE Int...

  36. [44]

    In: Proceedings of the AAAI Conference on Artificial Intelligence

    Shi, Z., O’Connell, A., Li, Z., Liu, S., Ayissi, J., Hoffman, G., Soleymani, M., Matari´ c, M.J.: Build your own robot friend: An open-source learning module for accessible and engaging ai education. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 38, p...

  37. [45]

    ACM Transactions on Human-Robot Interaction (THRI) 8(1), 1–27 (2019)

    Suguitan, M., Hoffman, G.: Blossom: A handcrafted open-source robot. ACM Transactions on Human-Robot Interaction (THRI) 8(1), 1–27 (2019)

  38. [46]

    Intelligent Service Robotics 1, 169–183 (2008)

    Tapus, A., T ¸ ˘ apu¸ s, C., Matari´ c, M.J.: User—robot personality matching and as- sistive robot behavior adaptation for post-stroke rehabilitation therapy. Intelligent Service Robotics 1, 169–183 (2008)

  39. [47]

    Management science 46(2), 186–204 (2000)

    Venkatesh, V., Davis, F.D.: A theoretical extension of the technology acceptance model: Four longitudinal field studies. Management science 46(2), 186–204 (2000)

  40. [48]

    Science 356(6344), 1280–1284 (2017)

    Zhang, J., Fiers, P., Witte, K.A., Jackson, R.W., Poggensee, K.L., Atkeson, C.G., Collins, S.H.: Human-in-the-loop optimization of exoskeleton assistance during walking. Science 356(6344), 1280–1284 (2017)

  41. [49]

    In: Social Robotics: 13th In- ternational Conference, ICSR 2021, Singapore, Singapore, November 10–13, 2021, Proceedings 13

    Zhou, E., Shi, Z., Qiao, X., Matari´ c, M.J., Bittner, A.K.: Designing a socially as- sistive robot to support older adults with low vision. In: Social Robotics: 13th In- ternational Conference, ICSR 2021, Singapore, Singapore, November 10–13, 2021, Proceedings 13. pp. 443–452...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.