paper-with-me

홈 › Papers

DAPO: Design Structure-Aware Pass Ordering in High-Level Synthesis with Graph Contrastive and Reinforcement Learning

2025-12-12 · Jinming Ge, Linfeng Du, Likith Anaparty, Shangkun Li, Tingyuan Liang, Afzal Ahmad, Vivek Chaturvedi, Sharad Sinha, Zhiyao Xie, Jiang Xu, Wei Zhang arxiv

High-Level Synthesis (HLS) tools are widely adopted in FPGA-based domain-specific accelerator design. However, existing tools rely on fixed optimization strategies inherited from software compilations, limiting their effectiveness. Tailoring optimization strategies to specific designs requires deep semantic understanding, accurate hardware metric estimation, and advanced search algorithms -- capabilities that current approaches lack. We propose DAPO, a design structure-aware pass ordering framework that extracts program semantics from control and data flow graphs, employs contrastive learning to generate rich embeddings, and leverages an analytical model for accurate hardware metric estimation. These components jointly guide a reinforcement learning agent to discover design-specific optimization strategies. Evaluations on classic HLS designs demonstrate that our end-to-end flow delivers a 2.36 speedup over Vitis HLS on average.

📄 PDF Abstract BibTeX arXiv:2512.11342

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContrastive Learning

Similar Papers 제목 키워드 기반

AdaPoinTr: Diverse Point Cloud Completion with Adaptive Geometry-Aware Transformers

2023-01-11 · Xumin Yu, Yongming Rao, Ziyi Wang, Jiwen Lu 외

In this paper, we present a new method that reformulates point cloud completion as a set-to-set translation problem and design a new model, called PoinTr, which adopts a Transformer encoder-decoder architecture for point…

DenoisingInductive BiasPoint Cloud Completion

Learning Ordering in Crystalline Materials with Symmetry-Aware Graph Neural Networks

2024-09-20 · Jiayu Peng, James Damewood, Jessica Karaguesian, Jaclyn R. Lunger 외

Graph convolutional neural networks (GCNNs) have become a machine learning workhorse for screening the chemical space of crystalline materials in fields such as catalysis and energy storage, by predicting properties from…

Defect-aware Hybrid Prompt Optimization via Progressive Tuning for Zero-Shot Multi-type Anomaly Detection and Segmentation

2025-12-10 · Nadeem Nazer, Hongkuan Zhou, Lavdim Halilaj, Ylli Sadikaj 외 arxiv

Recent vision-language models (VLMs) like CLIP have shown impressive anomaly detection performance under significant distribution shift by utilizing high-level semantic information through text prompts. However, these mo…

Anomaly Detection

Learning from Hard Prompts: Difficulty-aware Advantage Amplification in Dynamic Sampling

2026-08-28 · Siyuan Gan, Yuhan Li, Xiran Wang, Linjian Meng 외 arxiv

Decoupled Clip and Dynamic Sampling Policy Optimization (DAPO) is a prominent variant of Group Relative Policy Optimization (GRPO). DAPO introduces several improvements over GRPO. Among these, Dynamic Sampling contribute…

F-GRPO: Don't Let Your Policy Learn the Obvious and Forget the Rare

2026-02-06 · Daniil Plyusov, Alexey Gorbatovski, Boris Shaposhnikov, Viacheslav Sinii 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is commonly based on group sampling to estimate advantages and stabilize policy updates. In practice, computational limits often rule out very large groups, so traini…

Reinforcement Learning