Sustainable Concrete via Bayesian Optimization

Sebastian Ament,Andrew Witte,Nishant Garg,Julius Kusuma
2023-11-21
Abstract:Eight percent of global carbon dioxide emissions can be attributed to the production of cement, the main component of concrete, which is also the dominant source of CO2 emissions in the construction of data centers. The discovery of lower-carbon concrete formulae is therefore of high significance for sustainability. However, experimenting with new concrete formulae is time consuming and labor intensive, as one usually has to wait to record the concrete's 28-day compressive strength, a quantity whose measurement can by its definition not be accelerated. This provides an opportunity for experimental design methodology like Bayesian Optimization (BO) to accelerate the search for strong and sustainable concrete formulae. Herein, we 1) propose modeling steps that make concrete strength amenable to be predicted accurately by a Gaussian process model with relatively few measurements, 2) formulate the search for sustainable concrete as a multi-objective optimization problem, and 3) leverage the proposed model to carry out multi-objective BO with real-world strength measurements of the algorithmically proposed mixes. Our experimental results show improved trade-offs between the mixtures' global warming potential (GWP) and their associated compressive strengths, compared to mixes based on current industry practices. Our methods are open-sourced at <a class="link-external link-http" href="http://github.com/facebookresearch/SustainableConcrete" rel="external noopener nofollow">this http URL</a>.
Machine Learning,Physics and Society
What problem does this paper attempt to address?
The problem this paper attempts to address is reducing the carbon footprint of concrete by optimizing its formulation while maintaining its compressive strength. Specifically, the paper focuses on the following points: 1. **Proposing a Probabilistic Model**: To predict the compressive strength curve of concrete, the authors propose a probabilistic model that can predict its compressive strength based on the composition and time of the concrete. This model maintains high accuracy even with a small amount of data. 2. **Multi-Objective Optimization Problem**: The problem of finding sustainable concrete is formalized as a multi-objective optimization problem, considering the trade-off between Global Warming Potential (GWP) and compressive strength. By introducing Multi-Objective Bayesian Optimization (MOBO), the optimization process of these trade-offs is accelerated. 3. **Experimental Validation**: The effectiveness of the proposed method is validated through actual compressive strength measurement results, demonstrating that the optimized concrete formulation achieves a better balance between GWP and compressive strength. Overall, this study aims to reduce carbon emissions in data center construction and the entire construction industry by developing new concrete formulations, thereby achieving sustainable development goals.