[Abstract]

  • introduce Training-Analogous Graph-based ArchiTecture Encoding Scheme (TA-GATES)

Untitled

  • SOTA algorithm: graph-based encodings
    • same operation → same embedding

    ⇒ architecture is not a DAG with fixed computations, but trainable operations

  • contributions
    1. 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
    2. adopt “symmetric-breaking” technique

[3.1 Iterative Encoding in Analogy to Iterative Parameter Tuning]

  • get embedding emb = GetEmbedding(O, op)

    Untitled

[3.2 Symmetry Breaking in Analogy to Random Parameter Initialization]

  • Symmetric한 case에 대해 초기값을 다르게 설정

    Untitled

[4. Experiments]

Untitled