LGMar 30, 2022

Towards Collaborative Intelligence: Routability Estimation based on Decentralized Private Data

arXiv:2203.16009v29 citations
AI Analysis

This work addresses the data availability issue for EDA developers and design companies, enabling more effective ML applications in chip design through privacy-preserving collaboration.

The paper tackles the data scarcity problem in machine learning for electronic design automation by proposing a federated learning approach that enables collaborative model training across multiple clients without sharing private data, achieving an 11% accuracy improvement over individual local models and outperforming previous routability estimators.

Applying machine learning (ML) in design flow is a popular trend in EDA with various applications from design quality predictions to optimizations. Despite its promise, which has been demonstrated in both academic researches and industrial tools, its effectiveness largely hinges on the availability of a large amount of high-quality training data. In reality, EDA developers have very limited access to the latest design data, which is owned by design companies and mostly confidential. Although one can commission ML model training to a design company, the data of a single company might be still inadequate or biased, especially for small companies. Such data availability problem is becoming the limiting constraint on future growth of ML for chip design. In this work, we propose an Federated-Learning based approach for well-studied ML applications in EDA. Our approach allows an ML model to be collaboratively trained with data from multiple clients but without explicit access to the data for respecting their data privacy. To further strengthen the results, we co-design a customized ML model FLNet and its personalization under the decentralized training scenario. Experiments on a comprehensive dataset show that collaborative training improves accuracy by 11% compared with individual local models, and our customized model FLNet significantly outperforms the best of previous routability estimators in this collaborative training flow.

Foundations

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

Your Notes