diff --git a/_config.yml b/_config.yml index a8b6e94..be0ec92 100644 --- a/_config.yml +++ b/_config.yml @@ -53,4 +53,7 @@ kramdown: enable_coderay: false parse_block_html: true # default for kramdown is false. This will enable using Markdown links -theme: jekyll-theme-slate \ No newline at end of file +theme: jekyll-theme-slate + +plugins: + - jekyll-redirect-from diff --git a/uploads/Main/Publications/Bharath_journal/index.html b/uploads/Main/Publications/Bharath_journal/index.html new file mode 100644 index 0000000..56953a3 --- /dev/null +++ b/uploads/Main/Publications/Bharath_journal/index.html @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Solving Chance Constrained Optimization under Non-Parametric Uncertainty Through Hilbert Space Embedding - Robotics Research Center - IIIT Hyderabad + + + + +
+

Solving Chance Constrained Optimization under Non-Parametric Uncertainty Through Hilbert Space Embedding

+

+ Bharath Gopalakrishnan1 + Arun Singh2 + K. Madhava Krishna1 + Dinesh Manocha3 +

+

+ 1 IIIT Hyderabad + 2 TUT, AUT, Finland + 3 University of Maryland +

+
+ +

+In this paper, we present a computationally efficient +algorithm for solving a class of chance constrained optimization +under non-parametric uncertainty. Our algorithm is built on the +possibility of representing arbitrary distributions as functions +in Reproducing Kernel Hilbert Space (RKHS). We use this +foundation to formulate chance constrained optimization as one +of minimizing the distance between a desired distribution and the +distribution of the constraint functions in the RKHS. We provide +a systematic way of constructing the desired distribution based +on the notion of scenario approximation. Furthermore, we use the +kernel trick to show that the computational complexity of our +reformulated optimization problem is comparable to solving a +deterministic variant of the chance constrained optimization. We +validate our formulation on two important robotic applications: +(i) reactive collision avoidance of mobile robots in uncertain +dynamic environments and (ii) inverse dynamics based path +tracking of manipulators under perception uncertainty. In both +these applications, the underlying chance constraints are defined +over non-linear and non-convex functions of the uncertain pa- +rameters and possibly also decision variables. We also benchmark +our formulation with the existing approaches in terms of sample +complexity and the achieved optimal cost highlighting significant +improvements in both these metrics. +

+

Supplementary Video

+
+
+
+ +
+
+
+ + + +
+
+

© 2019 Robotics Research Center, KCIS, IIIT Hyderabad

+
+ + + + + + + + diff --git a/uploads/Main/Publications/Bharath_journal/supplement.pdf b/uploads/Main/Publications/Bharath_journal/supplement.pdf new file mode 100644 index 0000000..8cc88a5 Binary files /dev/null and b/uploads/Main/Publications/Bharath_journal/supplement.pdf differ diff --git a/uploads/Main/Publications/bharath_etal_itcst20.pdf b/uploads/Main/Publications/bharath_etal_itcst20.pdf new file mode 100644 index 0000000..2f91c67 Binary files /dev/null and b/uploads/Main/Publications/bharath_etal_itcst20.pdf differ diff --git a/uploads/Main/Publications/rkhs-collision-avoidance/index.md b/uploads/Main/Publications/rkhs-collision-avoidance/index.md new file mode 100644 index 0000000..b045860 --- /dev/null +++ b/uploads/Main/Publications/rkhs-collision-avoidance/index.md @@ -0,0 +1,4 @@ +--- +permalink: /uploads/Main/Publications/rkhs-collision-avoidance/ +redirect_to: https://jyotishp.github.io/ral20-supplement/ +---