FedKD-hybrid: Federated Hybrid Knowledge Distillation for Lithography Hotspot Detection

📅 2025-01-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address lithographic hotspot detection (LHD) under distributed privacy-preserving settings, this paper proposes a novel federated learning paradigm integrating parameter sharing and knowledge distillation. The method introduces the first federated hybrid knowledge distillation framework for LHD: it simultaneously uploads both model-layer parameters and logits from clients, while leveraging a shared public dataset to bridge cross-client knowledge alignment and complementary knowledge transfer. This design eliminates raw data transmission, ensuring privacy compliance while enabling efficient collaborative training. Experiments on the ICCAD-2012 benchmark and real-world FAB datasets demonstrate that the proposed approach achieves 3.2–5.8% higher detection accuracy than state-of-the-art federated methods and accelerates convergence by approximately 40%.

Technology Category

Application Category

📝 Abstract
Federated Learning (FL) provides novel solutions for machine learning (ML)-based lithography hotspot detection (LHD) under distributed privacy-preserving settings. Currently, two research pipelines have been investigated to aggregate local models and achieve global consensus, including parameter/nonparameter based (also known as knowledge distillation, namely KD). While these two kinds of methods show effectiveness in specific scenarios, we note they have not fully utilized and transferred the information learned, leaving the potential of FL-based LDH remains unexplored. Thus, we propose FedKDhybrid in this study to mitigate the research gap. Specifically, FedKD-hybrid clients agree on several identical layers across all participants and a public dataset for achieving global consensus. During training, the trained local model will be evaluated on the public dataset, and the generated logits will be uploaded along with the identical layer parameters. The aggregated information is consequently used to update local models via the public dataset as a medium. We compare our proposed FedKD-hybrid with several state-of-the-art (SOTA) FL methods under ICCAD-2012 and FAB (real-world collected) datasets with different settings; the experimental results demonstrate the superior performance of the FedKD-hybrid algorithm. Our code is available at https://github.com/itsnotacie/NN-FedKD-hybrid
Problem

Research questions and friction points this paper is trying to address.

Privacy Preservation
Federated Learning
Lithography Hotspot Detection
Innovation

Methods, ideas, or system contributions that make the work stand out.

Federated Learning
Knowledge Distillation
Lithography Hotspot Detection
🔎 Similar Papers
No similar papers found.