LGAICEApr 16, 2025

Continual Learning Strategies for 3D Engineering Regression Problems: A Benchmarking Study

arXiv:2504.12503v13 citationsh-index: 2Has CodeJ Comput Inf Sci Eng
Originality Synthesis-oriented
AI Analysis

It addresses the need for efficient model updates in engineering design, but is incremental as it benchmarks existing methods on new datasets.

This work tackled the problem of applying continual learning to engineering regression tasks to avoid costly retraining, and found that the Replay strategy achieved performance comparable to retraining while reducing training time by nearly half.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes