paper-with-me

Papers

GLSO: Grammar-guided Latent Space Optimization for Sample-efficient Robot Design Automation

2022-09-23 · Jiaheng Hu, Julian Whiman, Howie Choset

Robots have been used in all sorts of automation, and yet the design of robots remains mainly a manual task. We seek to provide design tools to automate the design of robots themselves. An important challenge in robot design automation is the large and complex design search space which grows exponentially with the number of components, making optimization difficult and sample inefficient. In this work, we present Grammar-guided Latent Space Optimization (GLSO), a framework that transforms design automation into a low-dimensional continuous optimization problem by training a graph variational autoencoder (VAE) to learn a mapping between the graph-structured design space and a continuous latent space. This transformation allows optimization to be conducted in a continuous latent space, where sample efficiency can be significantly boosted by applying algorithms such as Bayesian Optimization. GLSO guides training of the VAE using graph grammar rules and robot world space features, such that the learned latent space focus on valid robots and is easier for the optimization algorithm to explore. Importantly, the trained VAE can be reused to search for designs specialized to multiple different tasks without retraining. We evaluate GLSO by designing robots for a set of locomotion tasks in simulation, and demonstrate that our method outperforms related state-of-the-art robot design automation methods.

📄 PDF Abstract BibTeX arXiv:2209.11748

Code (1)

jiahenghu/glso 공식 구현 pytorch

Tasks

Bayesian Optimizationvalid

Similar Papers 제목 키워드 기반

Tree Echo State Autoencoders with Grammars

2020-04-19 · Benjamin Paassen, Irena Koprinska, Kalina Yacef

Tree data occurs in many forms, such as computer programs, chemical molecules, or natural language. Unfortunately, the non-vectorial and discrete nature of trees makes it challenging to construct functions with tree-form…

Time SeriesTime Series AnalysisTime Series Prediction

Initialisation and Grammar Design in Grammar-Guided Evolutionary Computation

2022-04-15 · Grant Dick, Peter A. Whigham

Grammars provide a convenient and powerful mechanism to define the space of possible solutions for a range of problems. However, when used in grammatical evolution (GE), great care must be taken in the design of a gramma…

Gaussian Mixture Latent Vector Grammars

2018-05-12 · ACL 2018 7 · Yanpeng Zhao, Liwen Zhang, Kewei Tu

We introduce Latent Vector Grammars (LVeGs), a new framework that extends latent variable grammars such that each nonterminal symbol is associated with a continuous vector space representing the set of (infinitely many) …

Constituency ParsingPart-Of-Speech Tagging

Property-Guided Molecular Generation and Optimization via Latent Flows

2026-03-27 · Alexander Arjun Lobo, Urvi Awasthi, Leonid Zhukov arxiv

Molecular discovery is increasingly framed as an inverse design problem: identifying molecular structures that satisfy desired property profiles under feasibility constraints. While recent generative models provide conti…

Grammar Variational Autoencoder

2017-03-06 · ICML 2017 8 · Matt J. Kusner, Brooks Paige, José Miguel Hernández-Lobato

Deep generative models have been wildly successful at learning coherent latent representations for continuous data such as video and audio. However, generative modeling of discrete data such as arithmetic expressions and…

Bayesian OptimizationSymbolic Regressionvalid