diff --git a/presentations/tf-qas.typ b/presentations/tf-qas.typ index ddb6587..f7d74f9 100644 --- a/presentations/tf-qas.typ +++ b/presentations/tf-qas.typ @@ -164,13 +164,49 @@ Following Neural Predictor based QAS@npqas - TensorCircuit python package@tensorcircuit #text(fill: red)[- No code included anywhere] +== Proxy combinations + +#slide(composer: (auto, auto))[ + - Only Path + - Fast proxy (each $~ 2 times 10^(-4) "s"$) + - Many queries (each $~ 10 "s"$) + + - Only Expressibility + - Slower proxy (each $~ 0.21 "s"$) + - Fewer queries + + - Combined + - Fast proxy filtering + - Even fewer queries +][ + #image("tf-qas/table.png") + #text(size: 0.6em)[#align(right)[from Training-Free QAS@training-free]] +] + +== Comparison with State of the Art + +#slide(composer: (1fr, auto))[ +#text(fill: purple)[- Where do these come from?] + +- A lot fewer queries + +- Shorter search times + +#text(fill: red)[- No ways to reproduce given] +][ + #image("tf-qas/outcomes.png", height: 85%) + #text(size: 0.6em)[#align(right)[from Training-Free QAS@training-free]] +] = Conclusion == -- Combining proxies can improve on either +- Combining proxies // can work better than seperately +- Training-Free methods are promising + +#text(fill:red)[- Not reproducible] #slide[ diff --git a/presentations/tf-qas/outcomes.png b/presentations/tf-qas/outcomes.png new file mode 100644 index 0000000..09bbbb2 Binary files /dev/null and b/presentations/tf-qas/outcomes.png differ diff --git a/presentations/tf-qas/table.png b/presentations/tf-qas/table.png new file mode 100644 index 0000000..12167a8 Binary files /dev/null and b/presentations/tf-qas/table.png differ