[Abstract]
- introduce Training-Analogous Graph-based ArchiTecture Encoding Scheme (TA-GATES)
- SOTA algorithm: graph-based encodings
- same operation → same embedding
⇒ architecture is not a DAG with fixed computations, but trainable operations
- contributions
- conducts iterative process of forward and backward passes on the DAG and uses the forward output at the final time step as the architecture encoding
- adopt “symmetric-breaking” technique
[3.1 Iterative Encoding in Analogy to Iterative Parameter Tuning]
-
get embedding emb = GetEmbedding(O, op)
[3.2 Symmetry Breaking in Analogy to Random Parameter Initialization]
-
Symmetric한 case에 대해 초기값을 다르게 설정
[4. Experiments]