1. 1. Overview
  2. 2. Preprocessing
  3. 3. Verification Methods
    1. 3.1. Bound Propagation
    2. 3.2. Linearization of Basics Operators
      1. 3.2.1. ReLU(x)
      2. 3.2.2. Heaviside(x)
      3. 3.2.3. Exp(x)
      4. 3.2.4. x^2
      5. 3.2.5. 1/x
      6. 3.2.6. Sigmoid(x)
      7. 3.2.7. Tanh(x)
    3. 3.3. Linearization of Complex Operators
      1. 3.3.1. Softmax
      2. 3.3.2. LayerNorm
  4. 4. Token Pruning
    1. 4.1. Top-K
    2. 4.2. EViT
    3. 4.3. POMT
    4. 4.4. ToMe
  5. 5. About Zonotope

HexagonDiff Wiki

x^2