專案作品Projects

碩士研究M.S. Research

AI 輔助貼片天線設計AI-Assisted Patch Antenna Design

以無需資料集、無需 GPU 的線上深度學習,自動生成可製造的 28 GHz 貼片天線金屬圖樣。Data-free, GPU-free online deep learning that generates manufacturable 28 GHz patch-antenna metal patterns.

雙層板貼片天線結構與設計參數
圖 4-1 雙層板貼片天線結構與設計參數(單位:mm)Fig. 4-1 Double-layer patch-antenna structure & design parameters (mm)

碩士論文題目M.S. Thesis Title

自適應循環策略與圖譜連通度損失函數於貼片天線金屬圖形生成之研究A Study of Metal Pattern Design Generation for Patch Antennas Based on an Adaptive Cyclical Policy and Spectral Connectivity Loss Function

國立中正大學 電機工程研究所 · 指導教授:劉立頌 博士 · 2026 年 6 月Dept. of Electrical Engineering, National Chung Cheng University · Advisor: Prof. Alan Liu · June 2026

概述Overview

電磁模擬器不可微分,且自由拓樸的金屬圖樣搜索空間極大(25×25 二值像素 = 2⁶²⁵)。本研究以梯度估計網路(GEN)將模擬轉為可優化,並提出三項機制解決局部解、金屬孤島與樣本效率問題。EM simulators are non-differentiable and the free-topology search space is enormous (a 25×25 binary grid = 2⁶²⁵). A Gradient Estimation Network makes simulation optimizable, and three mechanisms address local optima, metal islands, and sample efficiency.

研究動機Motivation

5G/6G 毫米波系統需要高效率、易製造的貼片天線;傳統設計仰賴工程師經驗與大量電磁模擬試誤,耗時且難以跳脫既有拓樸。若能讓 AI 直接「生成」金屬圖樣,便能探索人類不會想到的自由拓樸,並在規格改變時快速重新設計。難點在於:電磁模擬器不可微分、設計空間是天文數字級的離散組合、生成結果還必須「可被製造」(金屬不能斷裂成孤島)。本研究針對這三點,提出端到端、無需資料集的生成式解法。5G/6G mmWave systems need efficient, manufacturable patch antennas; conventional design leans on engineer intuition and exhaustive EM trial-and-error — slow and hard to escape known topologies. Letting AI directly generate the metal pattern opens free-form topologies a human would not try, and enables rapid re-design when specs change. The difficulties: EM simulators are non-differentiable, the design space is an astronomically large discrete combination, and the result must be manufacturable (no disconnected metal islands). This work addresses all three with an end-to-end, data-free generative method.

問題Problem

電磁模擬器不可微分,且自由拓樸的金屬圖樣搜索空間極大(25×25 二值像素 = 2625 種組合)。以梯度估計網路(GEN)將模擬轉為可優化雖可行,但純梯度法有三大缺陷:收斂停滯於局部解、產生破壞電流路徑的金屬孤島、以及冷啟動下樣本效率低落。後處理修補孤島屬被動策略,易破壞有效金屬集群。 EM simulators are non-differentiable, and the free-topology search space is enormous (a 25×25 binary grid = 2625 combinations). A Gradient Estimation Network (GEN) makes simulation optimizable, but a purely gradient-driven approach has three defects: convergence stalls in local optima, disconnected metal islands that break the resonant current path, and poor sample efficiency under cold-start. Post-hoc island repair is passive and can destroy electromagnetically useful metal.

方法Method

系統整合架構流程圖:目標響應 → 生成器 → 全波電磁模擬 → GEN 代理模型 → 預測響應,並含 ACP 排程、DLF 經驗回放與 SC Loss 島抑制回饋
系統整合架構:生成器依目標響應產生金屬圖樣 → 全波電磁模擬取得真實響應、GEN 代理模型將其轉為可微 → 響應與 SC Loss 連通性損失回傳梯度,並以 ACP 排程、DLF 經驗回放更新生成器。System architecture: from a target response the generator emits a metal pattern → a full-wave EM simulator gives the true response and the GEN surrogate makes it differentiable → response and SC-Loss connectivity gradients back-propagate, updating the generator via ACP scheduling and DLF experience replay.

設定Setup

頻段Band
28 GHz(5G NR n257,26.5–29.5 GHz 毫米波)28 GHz (5G NR n257, 26.5–29.5 GHz mmWave)
基板Substrate
Rogers RO4003C(εr 3.55, h 0.508 mm)
設計區Design region
5×5 mm · 25×25 像素(0.2 mm/px)5×5 mm · 25×25 pixels (0.2 mm/px)
目標規格Target spec
頻段內 S11 < −10 dB、增益 > 4 dBIn-band S11 < −10 dB, gain > 4 dB
模擬器Simulator
Ansys HFSS 2023 R2
運算Compute
純 CPU(i9-14900 · 24C/32T · 128 GB · 無 GPU)· Python 3.11 · PyTorch 2.5CPU-only (i9-14900 · 24C/32T · 128 GB · no GPU) · Python 3.11 · PyTorch 2.5
收斂Convergence
單埠約 1000 迭代(每次迭代含一次 HFSS 全波模擬)~1000 iterations for the single-port design (each iteration runs one HFSS full-wave simulation)

結果(HFSS 全波驗證)Results (HFSS-validated)

機制組合Configuration 響應損失Response Loss (dB) Rfeed (%)
Base3.6427.22
DLF1.7116.28
ACP2.0718.89
ACP & DLF0.014.01
ACP & SC & DLF0.9961.98
表 4-4 核心機制組合之綜合消融結果。ACP 與 DLF 並用已能把響應損失壓到最低(0.0),但幾何連通性仍僅 14.01%;加入 SC Loss 後,以極小的響應代價(0.99 dB)將饋入埠連通性由 14.01% 拉升至 61.98%。Table 4-4 Ablation across mechanism combinations. ACP & DLF already drive response loss to its minimum (0.0) yet leave connectivity at 14.01%; adding SC Loss trades a tiny response cost (0.99 dB) to raise feed reachability from 14.01% to 61.98%.

主要貢獻Key Contributions

相關發表Related Publication

本研究之延伸成果〈A Data-Free Patch Antenna Generation Framework via Two-Stage Gradient Exploration and BiScaleNorm〉已獲 URSI GASS 2026(波蘭克拉科夫)接收,以海報形式發表。An extension of this work — "A Data-Free Patch Antenna Generation Framework via Two-Stage Gradient Exploration and BiScaleNorm" — has been accepted as a poster at URSI GASS 2026 (Kraków, Poland).

看論文詳情 →View publication →

工程證據Engineering Evidence

我的責任My role碩士研究者;建立與驗證生成方法M.S. researcher; method development and validation
技術決策Decision以 ACP、SC Loss 與 DLF 處理梯度與二值化限制ACP, SC Loss, and DLF for gradient and binarization constraints
成果證據Evidence頁面中的 HFSS 全波驗證、論文與研究圖表HFSS full-wave validation, publication, and figures on this page
公開連結Public linkURSI 論文案例URSI publication case

技術Tech