paper-with-me

Papers

GTAC: A Generative Transformer for Approximate Circuits

2025-12-08 · Jingxin Wang, Shitong Guo, Wenhui Liang, Ruicheng Dai, Ruogu Ding, Xin Ning, Weikang Qian arxiv

Targeting error-tolerant applications, approximate computing relaxes rigid functional equivalence to significantly improve power, performance, and area. Traditional approximate logic synthesis (ALS) relies on incremental rewriting, limiting design space exploration. Meanwhile, the inherently probabilistic nature of Transformer-based generative AI makes it a natural fit for generating approximate circuits. Exploiting this, we propose GTAC, an end-to-end framework for arbitrary-scale generative ALS. To overcome the memory bottleneck of generative AI, GTAC partitions a large circuit into tractable subcircuits, applies a generative core to produce approximate candidates for each subcircuit, and finally selects proper candidates to form the final design. Its core generative Transformer utilizes a novel irredundant encoding to compactly encode a circuit, alongside a masking mechanism to exclude designs violating the given error bound. Empowered by a self-evolutionary training strategy, GTAC establishes a new paradigm that demonstrates superior performance: It reduces delay by 30.9% and gate count by 50.5% over exact generative baselines and saves 6.5% area with a 4.3x speedup against traditional ALS methods. Furthermore, its irredundant encoding achieves a 33.3x reduction in sequence length and a 61.6x reduction in peak memory compared to conventional memoryless traversal.

📄 PDF Abstract BibTeX arXiv:2601.19906

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Genetic Programming with Transformer-Based Mutation for Approximate Circuit Design

2026-05-20 · Ondrej Galeta, Lukas Sekanina arxiv

A recent trend is to leverage machine learning models to improve the evolutionary design and optimization process. We propose a novel transformer-based mutation operator for Cartesian genetic programming (CGP) for the au…

SpikingTac: A Miniaturized Neuromorphic Visuotactile Sensor for High-Precision Dynamic Tactile Imprint Tracking

2026-02-27 · Tianyu Jiang, Chaofan Zhang, Shaolin Zhang, Shaowei Cui 외 arxiv

High-speed event-driven tactile sensors are essential for achieving human-like dynamic manipulation, yet their integration is often limited by the bulkiness of standard event cameras. This paper presents SpikingTac, a mi…

Circuit Transformer: A Transformer That Preserves Logical Equivalence

2024-03-14 · Xihan Li, Xing Li, Lei Chen, Xing Zhang 외

Implementing Boolean functions with circuits consisting of logic gates is fundamental in digital computer design. However, the implemented circuit must be exactly equivalent, which hinders generative neural approaches on…

Hallucination

Generative artificial intelligence-enabled dynamic detection of nicotine-related circuits

2022-12-13 · Changwei Gong, Changhong Jing, Ye Li, Xinan Liu 외

The identification of addiction-related circuits is critical for explaining addiction processes and developing addiction treatments. And models of functional addiction circuits developed from functional imaging are an ef…

Contrastive Learning

Sum-Product-Attention Networks: Leveraging Self-Attention in Probabilistic Circuits

2021-09-14 · Zhongjie Yu, Devendra Singh Dhami, Kristian Kersting

Probabilistic circuits (PCs) have become the de-facto standard for learning and inference in probabilistic modeling. We introduce Sum-Product-Attention Networks (SPAN), a new generative model that integrates probabilisti…