Publication


Abstract

The hierarchical structures found in biological materials lead to an outstanding balance of multiple material properties, and numerous research studies have been initiated to emulate the key concepts for the designing of engineering materials, the so-called bioinspired composites. However, the optimization of bioinspired composites has long been difficult as it usually falls into the category of ‘black-box problem’, the objective functions not being available in a functional form. Also, bioinspired composites possess multiple material properties that are ina trade-off relationship, making it impossible to reach a unique optimal design solution. As a breakthrough, we propose a data-driven material design framework which can generate bioinspired composite designs with an optimal balance of material properties. In this study, a nacreinspired composite is chosen as the subject of study and the optimization framework is applied to determine the designs that have an optimal balance of strength, toughness, and specific volume. Gaussian process regression was adopted for the modeling of a complex input–output relationship, and the model was trained with the data generated from the crack phase-field simulation. Then, multi-objective Bayesian optimization was carried out to determine pareto-optimal composite designs. As a result, the proposed data-driven algorithm could generate a 3D pareto surface of optimal composite design solutions, from which a user can choose a design that suits his/her requirement. To validate the result, several pareto-optimal designs are built using a PolyJet 3D printer, and their tensile test results show that each of the characteristic
designs is well optimized for its specific target objective.

자세히보기


Abstract

We present a data-driven modeling and control framework for physics-based building emulators. Our approach consists of: (a) Offline training of differentiable surrogate models that accelerate model evaluations, provide costeffective gradients, and maintain good predictive accuracy for the receding horizon in Model Predictive Control (MPC), and (b) Formulating and solving nonlinear building HVAC MPC problems. We extensively evaluate the modeling and control performance using multiple surrogate models and optimization frameworks across various
test cases available in the Building Optimization Testing Framework (BOPTEST). Our framework is compatible with other modeling techniques and can be customized with different control formulations, making it adaptable and future-proof for test cases currently under development for BOPTEST. This modularity provides a path towards prototyping predictive controllers in large buildings, ensuring scalability and robustness in real-world applications.

자세히보기


Abstract

We propose a learning framework for interpretable HVAC control in buildings using deep reinforcement learning (DRL). Our framework includes a data-driven surrogate environment to emulate building dynamics and a Deep Symbolic Policy for discovering interpretable control policies. We focus on maintaining the temperature within the desired range for occupant comfort.
Our results show that the discovered symbolic policies are interpretable and perform well compared to standard DRL algorithms. Additionally, the discovered policies in surrogate models
exhibit transferability to physics-based environments with minimal performance degradation.

자세히보기


Abstract

Offline Reinforcement Learning (Offline RL) presents challenges of learning effective decision-making policies from static datasets without any online interactions. Data augmentation techniques, such as noise injection and data synthesizing, aim to improve Q-function approximation by smoothing the learned state-action region. However, these methods often fall short of directly improving the quality of offline datasets, leading to suboptimal results. In response, we introduce GTA, Generative Trajectory Augmentation, a novel generative data augmentation approach designed to enrich offline data by augmenting trajectories to be both high-rewarding and dynamically plausible. GTA applies a diffusion model within the data augmentation framework. GTA partially noises original trajectories and then denoises them with classifier-free guidance via conditioning on amplified return value. Our results show that GTA, as a general data augmentation strategy, enhances the performance of widely used offline RL algorithms across various tasks with unique challenges. Furthermore, we conduct a quality analysis of data augmented by GTA and demonstrate that GTA improves the quality of the data.

자세히보기


Abstract

Optimizing complex and high-dimensional black-box functions is ubiquitous in science and engineering fields. Unfortunately, the online evaluation of these functions is restricted due to time and safety constraints in most cases. In offline model-based optimization (MBO), we aim to find a design that maximizes the target function using only a pre-existing offline dataset. While prior methods consider forward or inverse approaches to address the problem, these approaches are limited by conservatism and the difficulty of learning highly multi-modal mappings. Recently, there has been an emerging paradigm of learning to improve solutions with synthetic trajectories constructed from the offline dataset. In this paper, we introduce a novel conditional generative modeling approach to produce trajectories toward high-scoring regions. First, we construct synthetic trajectories toward high-scoring regions using the dataset while injecting locality bias for consistent improvement directions. Then, we train a conditional diffusion model to generate trajectories conditioned on their scores. Lastly, we sample multiple trajectories from the trained model with guidance to explore high-scoring regions beyond the dataset and select high-fidelity designs among generated trajectories with the proxy function. Extensive experiment results demonstrate that our method outperforms competitive baselines on Design-Bench and its practical variants.

자세히보기


Abstract

Optimizing high-dimensional and complex blackbox functions is crucial in numerous scientific applications. While Bayesian optimization (BO) is a powerful method for sample-efficient optimization, it struggles with the curse of dimensionality and scaling to thousands of evaluations. Recently, leveraging generative models to solve black-box optimization problems has emerged as a promising framework. However, those methods often underperform compared to BO methods due to limited expressivity and difficulty of uncertainty estimation in high-dimensional spaces. To overcome these issues, we introduce DiBO, a novel framework for solving high-dimensional blackbox optimization problems. Our method iterates two stages. First, we train a diffusion model to capture the data distribution and deep ensembles to predict function values with uncertainty quantification. Second, we cast the candidate selection as a posterior inference problem to balance exploration and exploitation in high-dimensional spaces. Concretely, we fine-tune diffusion models to amortize posterior inference. Extensive experiments demonstrate that our method outperforms state-of-the-art baselines across synthetic and realworld tasks. Our code is publicly available here.

자세히보기