English

GTAC: A Generative Transformer for Approximate Circuits

Hardware Architecture 2026-04-28 v2 Artificial Intelligence Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2601.19906,
  title  = {GTAC: A Generative Transformer for Approximate Circuits},
  author = {Jingxin Wang and Shitong Guo and Wenhui Liang and Ruicheng Dai and Ruogu Ding and Xin Ning and Weikang Qian},
  journal= {arXiv preprint arXiv:2601.19906},
  year   = {2026}
}
R2 v1 2026-07-01T09:22:44.651Z