Publications
This list contains selected publications and various additional materials (code, media, pdfs). For a more detailed listing please check out my profile on google scholar.
2023
Generative Graphical Inverse Kinematics
Oliver Limoyo*, Filip Marić*, Matthew Giamou, Petra Alexson, Ivan Petrović, Jonathan Kelly
In Review IEEE Transactions on Robotics
Abstract
Citation (BibTeX)
``` @article{2023_Limoyo_Generative, abstract = {Quickly and reliably finding accurate inverse kinematics (IK) solutions remains a challenging problem for robotic manipulation. Existing numerical solvers are broadly applicable, but typically only produce a single solution and rely on local search techniques to minimize highly nonconvex objective functions. More recent learning-based approaches that approximate the entire feasible set of solutions have shown promise as a means to generate multiple fast and accurate IK results in parallel. However, existing learning-based techniques have a significant drawback: each robot of interest requires a specialized model that must be trained from scratch. To address this key shortcoming, we investigate a novel distance-geometric robot representation coupled with a graph structure that allows us to leverage the flexibility of graph neural networks (GNNs). We use this approach to train the first learned generative graphical inverse kinematics (GGIK) solver that is able to produce a large number of diverse solutions in parallel and to also generalize: a single learned model can be used to produce IK solutions for a variety of different robots. When compared to several other learned IK methods, GGIK provides more accurate solutions. GGIK is also able to generalize reasonably well to robot manipulators unseen during training. Finally, we show that GGIK can be used to complement local IK solvers by providing reliable initializations to seed the local optimization process.}, author = {Oliver Limoyo and Filip Maric and Matthew Giamou and Petra Alexson and Ivan Petrovic and Jonathan Kelly}, journal = {IEEE Transactions on Robotics}, note = {Submitted}, title = {Generative Graphical Inverse Kinematics}, url = {http://arxiv.org/abs/2209.08812}, year = {2023} } ```
2022
Convex Iteration for Distance Geometric Inverse Kinematics
Matthew Giamou*, Filip Marić*, David M Rosen, Valentin Peretroukhin, Nicholas Roy, Ivan Petrović, Jonathan Kelly
IEEE Robotics and Automation Letters
Abstract
Citation (BibTeX)
``` @article{2022_Giamou_Convex, abstract = {Inverse kinematics (IK) is the problem of finding robot joint configurations that satisfy constraints on the position or pose of one or more end-effectors. For robots with redundant degrees of freedom, there is often an infinite, nonconvex set of solutions. The IK problem is further complicated when collision avoidance constraints are imposed by obstacles in the workspace. In general, closed-form expressions yielding feasible configurations do not exist, motivating the use of numerical solution methods. However, these approaches rely on local optimization of nonconvex problems, often requiring an accurate initialization or numerous re-initializations to converge to a valid solution. In this work, we first formulate inverse kinematics with complex workspace constraints as a convex feasibility problem whose low-rank feasible points provide exact IK solutions. We then present CIDGIK (Convex Iteration for Distance-Geometric Inverse Kinematics), an algorithm that solves this feasibility problem with a sequence of semidefinite programs whose objectives are designed to encourage low-rank minimizers. Our problem formulation elegantly unifies the configuration space and workspace constraints of a robot: intrinsic robot geometry and obstacle avoidance are both expressed as simple linear matrix equations and inequalities. Our experimental results for a variety of popular manipulator models demonstrate faster and more accurate convergence than a conventional nonlinear optimization-based approach, especially in environments with many obstacles.}, author = {Matthew Giamou and Filip Maric and David M. Rosen and Valentin Peretroukhin and Nicholas Roy and Ivan Petrovic and Jonathan Kelly}, code = {https://github.com/utiasSTARS/graphIK}, doi = {10.1109/LRA.2022.3141763}, journal = {IEEE Robotics and Automation Letters}, month = {April}, number = {2}, pages = {1952--1959}, title = {Convex Iteration for Distance-Geometric Inverse Kinematics}, url = {https://arxiv.org/abs/2109.03374}, video1 = {https://www.youtube.com/watch?v=kja7H8zQ0H8}, volume = {7}, year = {2022} } ```
2021
Riemannian Optimization for Distance Geometric Inverse Kinematics
F. Marić*, M. Giamou*, A. Hall, S. Khoubyarian, I. Petrović, and J. Kelly
IEEE Transactions on Robotics
Abstract
Citation (BibTeX)
``` @article{2020_Maric_Riemannian, abstract = {Solving the inverse kinematics problem is a fundamental challenge in motion planning, control, and calibration for articulated robots. Kinematic models for these robots are typically param- eterized by joint angles, generating a complicated trigonometric mapping between a robot's configuration and end-effector pose. Alternatively, the kinematic model and task constraints can be represented using invariant distances between points attached to the robot. In this paper, we prove the equivalence of distance-based inverse kinematics formulations and the distance geometry problem for a large class of robots comprised of revolute joints. Unlike previous approaches, we use the connection between distance geometry and low-rank matrix completion to find inverse kinematics solutions by completing a partial Euclidean distance matrix using local optimization. Further, we parameterize the space of Euclidean distance matrices with the Riemannian manifold of fixed-rank Gram matrices, allowing us to leverage a variety of mature Riemannian optimization methods. Finally, we show that bound smoothing can be used to generate informed initializations without significant computational overhead, improving convergence. We demonstrate that our novel inverse kinematics solver achieves higher success rates compared to traditional approaches, and significantly outperforms them in many cases where multiple end-effectors are present.}, author = {Filip Marić and Matthew Giamou and Adam Hall and Soroush Khoubyarian and Ivan Petrović and Jonathan Kelly}, journal = {IEEE Transactions on Robotics}, note = {Submitted}, title = {Riemannian Optimization for Distance Geometric Inverse Kinematics}, year = {2020} } ```
Geometry-Aware Singularity Avoidance for Articulated Robots Using a Riemannian Metric
F. Marić, L. Petrović, M. Guberina, J. Kelly, and I. Petrović
Robotics and Autonomous Systems
Abstract
Citation (BibTeX)
``` @article{MARIC2021103865, title = {A Riemannian metric for geometry-aware singularity avoidance by articulated robots}, journal = {Robotics and Autonomous Systems}, volume = {145}, pages = {103865}, year = {2021}, issn = {0921-8890}, doi = {https://doi.org/10.1016/j.robot.2021.103865}, url = {https://www.sciencedirect.com/science/article/pii/S0921889021001500}, author = {Filip Marić and Luka Petrović and Marko Guberina and Jonathan Kelly and Ivan Petrović}, keywords = {Manipulation, Manipulability ellipsoid, Kinematics, Differential geometry}, abstract = {Articulated robots such as manipulators increasingly must operate in uncertain and dynamic environments where interaction (with human coworkers, for example) is necessary. In these situations, the capacity to quickly adapt to unexpected changes in operational space constraints is essential. At certain points in a manipulator’s configuration space, termed singularities, the robot loses one or more degrees of freedom (DoF) and is unable to move in specific operational space directions. The inability to move in arbitrary directions in operational space compromises adaptivity and, potentially, safety. We introduce a geometry-aware singularity index, defined using a Riemannian metric on the manifold of symmetric positive definite matrices, to provide a measure of proximity to singular configurations. We demonstrate that our index avoids some of the failure modes and difficulties inherent to other common indices. Further, we show that our index can be differentiated easily, making it compatible with local optimization approaches used for operational space control. Our experimental results establish that, for reaching and path following tasks, optimization based on our index outperforms a common manipulability maximization technique and ensures singularity-robust motions.} } ```
2020
Inverse Kinematics as Low-Rank Euclidean Distance Matrix Completion
F. Marić, M. Giamou, S. Khoubyarian, I. Petrović, J. Kelly
Best Paper IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS’20) Workshop on Bringing Geometric Methods to Robot Learning, Optimization and Control, Las Vegas, Nevada, USA
Abstract
Citation (BibTeX)
``` @inproceedings{2020_Marić_Inverse_B, abstract = {The majority of inverse kinematics (IK) algorithms search for solutions in a configuration space defined by joint angles. However, the kinematics of many robots can also be described in terms of distances between rigidly-attached points, which collectively form a Euclidean distance matrix. This alternative geometric description of the kinematics reveals an elegant equivalence between IK and the problem of low-rank matrix completion. We use this connection to implement a novel Riemannian optimization-based solution to IK for various articulated robots with symmetric joint angle constraints.}, address = {Las Vegas, Nevada, USA}, author = {Filip Marić and Matthew Giamou and Ivan Petrović and Jonathan Kelly}, booktitle = {Proceedings of the {IEEE/RSJ} International Conference on Intelligent Robots and Systems {(IROS'20)} Workshop on Bringing Geometric Methods to Robot Learning, Optimization and Control}, date = {2020-10-29}, month = {Oct. 29}, note = {Bosch Center for Artificial Intelligence Best Workshop Contribution Award}, title = {Inverse Kinematics as Low-Rank Euclidean Distance Matrix Completion}, year = {2020} } ```
Inverse Kinematics for Serial Kinematic Chains via Sum of Squares Optimization
F. Marić, M. Giamou, S. Khoubyarian, I. Petrović, J. Kelly
IEEE International Conference on Robotics and Automation (ICRA’20), Paris, France
Abstract
Citation (BibTeX)
``` @inproceedings{2020_Marić_Inverse, address = {Paris, France}, author = {Filip Marić and Matthew Giamou and Soroush Khoubyarian and Ivan Petrović and Jonathan Kelly}, booktitle = {Proceedings of the {IEEE} International Conference on Robotics and Automation {(ICRA'20})}, date = {2020-05-31/2020-06-04}, month = {May 31--Jun. 4}, title = {Inverse Kinematics for Serial Kinematic Chains via Sum of Squares Optimization}, url = {http://arxiv.org/abs/1909.09318}, video1 = {https://www.youtube.com/watch?v=AdPze8cTUuE}, year = {2020} } ```
2019
Manipulability Maximization Using Continuous-Time Gaussian Processes
F. Marić, O. Limoyo, L. Petrović, I. Petrović, and J. Kelly
IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS’19), Macau, China
Abstract
Citation (BibTeX)
``` @inproceedings{2018_Marić_Manipulabiility, abstract = {A significant challenge in motion planning is to avoid being in or near singular configurations (singularities), that is, joint configurations that result in the loss of the ability to move in certain directions in task space. A robotic system's capacity for motion is reduced even in regions that are in close proximity to (i.e., neighbouring) a singularity. In this work we examine singularity avoidance in a motion planning context, finding trajectories which minimize proximity to singular regions, subject to constraints. We define a manipulability-based likelihood associated with singularity avoidance over a continuous trajectory representation, which we then maximize using a maximum a posteriori (MAP) estimator. Viewing the MAP problem as inference on a factor graph, we use gradient information from interpolated states to maximize the trajectory's overall manipulability. Both qualitative and quantitative analyses of experimental data show increases in manipulability that result in smooth trajectories with visibly more dexterous arm configurations.}, address = {Madrid, Spain}, author = {Filip Marić and Oliver Limoyo and Luka Petrović and Ivan Petrović and Jonathan Kelly}, booktitle = {Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS'18) Workshop Towards Robots that Exhibit Manipulation Intelligence}, date = {2018-10-01}, month = {Oct. 1}, title = {Manipulability Maximization Using Continuous-Time Gaussian Processes}, url = {https://arxiv.org/abs/1803.09493}, year = {2018} ```