paper-with-me

Papers

Enhancing Layout Hotspot Detection Efficiency with YOLOv8 and PCA-Guided Augmentation

2024-07-19 · Dongyang Wu, Siyang Wang, Mehdi Kamal, Massoud Pedram

In this paper, we present a YOLO-based framework for layout hotspot detection, aiming to enhance the efficiency and performance of the design rule checking (DRC) process. Our approach leverages the YOLOv8 vision model to detect multiple hotspots within each layout image, even when dealing with large layout image sizes. Additionally, to enhance pattern-matching effectiveness, we introduce a novel approach to augment the layout image using information extracted through Principal Component Analysis (PCA). The core of our proposed method is an algorithm that utilizes PCA to extract valuable auxiliary information from the layout image. This extracted information is then incorporated into the layout image as an additional color channel. This augmentation significantly improves the accuracy of multi-hotspot detection while reducing the false alarm rate of the object detection algorithm. We evaluate the effectiveness of our framework using four datasets generated from layouts found in the ICCAD-2019 benchmark dataset. The results demonstrate that our framework achieves a precision (recall) of approximately 83% (86%) while maintaining a false alarm rate of less than 7.4\%. Also, the studies show that the proposed augmentation approach could improve the detection ability of never-seen-before (NSB) hotspots by about 10%.

📄 PDF Abstract BibTeX arXiv:2407.14498

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
YOLOv8 설명 없음

Similar Papers 제목 키워드 기반

Bridging the Gap Between Layout Pattern Sampling and Hotspot Detection via Batch Active Sampling

2018-07-13 · Haoyu Yang, Shuhe Li, Cyrus Tabery, Bingqing Lin 외

Layout hotpot detection is one of the main steps in modern VLSI design. A typical hotspot detection flow is extremely time consuming due to the computationally expensive mask optimization and lithographic simulation. Rec…

Active Learning

LithoHoD: A Litho Simulator-Powered Framework for IC Layout Hotspot Detection

2024-09-16 · Hao-Chiang Shao, Guan-Yu Chen, Yu-Hsien Lin, Chia-Wen Lin 외

Recent advances in VLSI fabrication technology have led to die shrinkage and increased layout density, creating an urgent demand for advanced hotspot detection techniques. However, by taking an object detection network a…

Objectobject-detectionObject Detection

Automatic Layout Generation with Applications in Machine Learning Engine Evaluation

2019-12-12 · Haoyu Yang, Wen Chen, Piyush Pathak, Frank Gennari 외

Machine learning-based lithography hotspot detection has been deeply studied recently, from varies feature extraction techniques to efficient learning models. It has been observed that such machine learning-based framewo…

BIG-bench Machine LearningLayout Generation

Are Adversarial Perturbations a Showstopper for ML-Based CAD? A Case Study on CNN-Based Lithographic Hotspot Detection

2019-06-25 · Kang Liu, Hao-Yu Yang, Yuzhe ma, Benjamin Tan 외

There is substantial interest in the use of machine learning (ML) based techniques throughout the electronic computer-aided design (CAD) flow, particularly those based on deep learning. However, while deep learning metho…

CIB-SE-YOLOv8: Optimized YOLOv8 for Real-Time Safety Equipment Detection on Construction Sites

2024-10-28 · Xiaoyi Liu, Ruina Du, Lianghao Tan, Junran Xu 외

Ensuring safety on construction sites is critical, with helmets playing a key role in reducing injuries. Traditional safety checks are labor-intensive and often insufficient. This study presents a computer vision-based s…