Papers › DevFormer: A Symmetric Transformer for Context-Aware Device Placement

DevFormer: A Symmetric Transformer for Context-Aware Device Placement

26 May 2022arXiv:2205.13225archive 2025-07-28

Haeyeon Kim, Minsu Kim, Federico Berto, Joungho Kim, Jinkyoo Park

In this paper, we present DevFormer, a novel transformer-based architecture for addressing the complex and computationally demanding problem of hardware design optimization. Despite the demonstrated efficacy of transformers in domains including natural language processing and computer vision, their use in hardware design has been limited by the scarcity of offline data. Our approach addresses this limitation by introducing strong inductive biases such as relative positional embeddings and action-permutation symmetricity that effectively capture the hardware context and enable efficient design optimization with limited offline data. We apply DevFoemer to the problem of decoupling capacitor placement and show that it outperforms state-of-the-art methods in both simulated and real hardware, leading to improved performances while reducing the number of components by more than 30%. Finally, we show that our approach achieves promising results in other offline contextual learning-based combinatorial optimization tasks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.13225")

Code

Syntology Ran 13 of 23 code samples harvested from 3 repositories linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 19 samples from 2 repositories, 10 ran; community (archive-listed): 4 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kaist-silab/devformer officialmentioned in papermentioned on GitHubpytorchMIT report
kaist-silab/dppbench officialmentioned in papermentioned on GitHubpytorch report
ai4co/llm-as-hh mentioned on GitHubpytorchMIT report
ai4co/reevo mentioned on GitHubpytorch report
kaist-silab/symmetric_replay mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 13 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
10ran
10unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DevFormerFixed kaist-silab/dppbench/src/models/devformer.py official repository ran MIT (permissive) · 44766ff2bb80cded · report
GraphAttentionEncoder kaist-silab/dppbench/src/models/devformer.py official repository ran MIT (permissive) · ee17ee53e70396c2 · report
MultiHeadAttention kaist-silab/dppbench/src/models/devformer.py official repository ran MIT (permissive) · b1e65318aee81d61 · report
MultiHeadAttentionLayer kaist-silab/dppbench/src/models/devformer.py official repository ran MIT (permissive) · e974ebdae8b92931 · report
check_extension kaist-silab/devformer/src/utils/data_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 01df1926cf07ac89 · report
load_dataset kaist-silab/devformer/src/utils/data_utils.py official repository ran MIT (permissive) · 69062811f34d8ff6 · report
mask_bool2long kaist-silab/devformer/src/utils/boolmask.py official repository ran MIT (permissive) · 454003b7383dce9f · report
mask_long2bool kaist-silab/devformer/src/utils/boolmask.py official repository ran MIT (permissive) · 10638ccfaa13fb59 · report
mask_long_scatter kaist-silab/devformer/src/utils/boolmask.py official repository ran MIT (permissive) · 1a3bb2f0ebdf9a4e · report
move_to kaist-silab/devformer/src/utils/functions.py official repository ran · our draft was wrong MIT (permissive) · 107d6628712f1a21 · report
DevFormer kaist-silab/dppbench/src/models/devformer.py official repository unverified MIT (permissive) · 8344a332d9a93ac4 · report
backtrack kaist-silab/devformer/src/utils/beam_search.py official repository unverified MIT (permissive) · 9d5b8d4a73d01c19 · report
format_file_size kaist-silab/devformer/src/utils/download_anonymous_github.py official repository unverified MIT (permissive) · 0afddc8bf087bf72 · report
get_beam_search_results kaist-silab/devformer/src/utils/beam_search.py official repository unverified MIT (permissive) · be9c547a8e748da5 · report
get_options kaist-silab/devformer/src/options.py official repository unverified MIT (permissive) · 082646223bfd2be7 · report
load_problem kaist-silab/devformer/src/utils/functions.py official repository unverified MIT (permissive) · 303bdfb5bc7ca4ca · report
req_url kaist-silab/devformer/src/utils/download_anonymous_github.py official repository unverified MIT (permissive) · 3996e33f11d6e05c · report
sample_many kaist-silab/dppbench/src/models/devformer.py official repository unverified MIT (permissive) · 4fff104acbe171fa · report
torch_load_cpu kaist-silab/devformer/src/utils/functions.py official repository unverified MIT (permissive) · 0538f709044ed305 · report
EncoderLayer ai4co/reevo/problems/cvrp_lehd/VRPModel.py community (archive-listed) ran fingerprinted MIT (permissive) · 3bbb9454b0aed4ee · report
Feed_Forward_Module ai4co/reevo/problems/cvrp_lehd/VRPModel.py community (archive-listed) ran fingerprinted MIT (permissive) · e4ba52635327e4e6 · report
multi_head_attention ai4co/reevo/problems/cvrp_lehd/VRPModel.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 388642e538834053 · report
CVRP_Encoder ai4co/reevo/problems/cvrp_lehd/VRPModel.py community (archive-listed) unverified MIT (permissive) · e0e374040216e134 · report

Tasks

Combinatorial OptimizationMeta-Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Collaborative Distillation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections