Continual Learning Strategies for 3D Engineering Regression Problems: A Benchmarking Study
Kaira M. Samuel, Faez Ahmed
TL;DR
This study introduces continual learning for engineering regression tasks by defining three regression-specific CL scenarios and benchmarking three established strategies (Experience Replay, Elastic Weight Consolidation, Gradient Episodic Memory) across five 3D engineering datasets. It demonstrates that replay-based methods, particularly Experience Replay, can substantially mitigate forgetting while delivering competitive final accuracy and notable reductions in training time compared with joint retraining. The framework leverages two surrogate-model architectures (Regression PointNet for point clouds and Regression ResNet for parametric data) and uses regression-specific metrics (MPE, MAE) and forgetting measures to evaluate performance across sequential experiences. The work provides practical insights into the memory-time-accuracy trade-offs and emphasizes the relevance of data representation and task sequencing for real-world engineering design under evolving data regimes. By delivering nine engineered CL benchmarks, the paper offers a transferable evaluation suite to promote the adoption of continual learning in surrogate modeling for dynamic engineering design pipelines.
Abstract
Engineering problems that apply machine learning often involve computationally intensive methods but rely on limited datasets. As engineering data evolves with new designs and constraints, models must incorporate new knowledge over time. However, high computational costs make retraining models from scratch infeasible. Continual learning (CL) offers a promising solution by enabling models to learn from sequential data while mitigating catastrophic forgetting, where a model forgets previously learned mappings. This work introduces CL to engineering design by benchmarking several CL methods on representative regression tasks. We apply these strategies to five engineering datasets and construct nine new engineering CL benchmarks to evaluate their ability to address forgetting and improve generalization. Preliminary results show that applying existing CL methods to these tasks improves performance over naive baselines. In particular, the Replay strategy achieved performance comparable to retraining in several benchmarks while reducing training time by nearly half, demonstrating its potential for real-world engineering workflows. The code and datasets used in this work will be available at: https://github.com/kmsamuel/cl-for-engineering-release.
