Skip to main content

ONN

ONN vs Transformer — Experiment Plan

16 equations extracted from this document. Each equation pairs with the prose paragraph that immediately precedes it in the source — clicking the title above opens the full document.

Open source document →

  1. #1
    CSR=# constraints satisfied in G^# total constraints\text{CSR} = \frac{\text{\# constraints satisfied in } \hat{G}}{\text{\# total constraints}}
  2. #2
    Contra=# constraints violated in G^\text{Contra} = \text{\# constraints violated in } \hat{G}
  3. #3
    RepairCost=Hamming distance(G^,G)/E\text{RepairCost} = \text{Hamming distance}(\hat{G}, G^*) / |E^*|
  4. #4
    GA=# locally-predicted edges consistent with global solution# total edges\text{GA} = \frac{\text{\# locally-predicted edges consistent with global solution}}{\text{\# total edges}}
  5. #5
    ASR=# episodes reaching goal without constraint violation# total episodes\text{ASR} = \frac{\text{\# episodes reaching goal without constraint violation}}{\text{\# total episodes}}
  6. #6
    SVR=# episodes with violated constraints# total episodes\text{SVR} = \frac{\text{\# episodes with violated constraints}}{\text{\# total episodes}}
  7. #7
    RecoveryRate=# episodes recovering after perturbation# perturbed episodes\text{RecoveryRate} = \frac{\text{\# episodes recovering after perturbation}}{\text{\# perturbed episodes}}
  8. #8
    Latency=time per forward pass (ms)\text{Latency} = \text{time per forward pass (ms)}
  9. #9
    PeakMem=max GPU/CPU memory (MB)\text{PeakMem} = \text{max GPU/CPU memory (MB)}
  10. #10
    IterCount=# iterations until tolerance threshold\text{IterCount} = \text{\# iterations until tolerance threshold}
  11. #11
    ASR(n)=f(nobjects)\text{ASR}(n) = f(n_{\text{objects}})
  12. #12
    ΔASR=ASRcleanASRnoisy\Delta \text{ASR} = \text{ASR}_{\text{clean}} - \text{ASR}_{\text{noisy}}
  13. #13
    OOD ASR=ASR on unseen constraint types or object combinations\text{OOD ASR} = \text{ASR on unseen constraint types or object combinations}
  14. #14
    TPR=# detected shifts# actual shifts\text{TPR} = \frac{\text{\# detected shifts}}{\text{\# actual shifts}}
  15. #15
    FPR=# false alarms# non-shift windows\text{FPR} = \frac{\text{\# false alarms}}{\text{\# non-shift windows}}
  16. #16
    Delay=t^shifttshift\text{Delay} = |\hat{t}_{\text{shift}} - t_{\text{shift}}|