1. Introduction

2. Related Work

3. MixMatch

$$ \mathcal{X}^\prime, \mathcal{U}^\prime = \text{MixMatch}(\mathcal{X}, \mathcal{U}, \mathcal{T}, \mathcal{K}, \alpha) \newline \mathcal{L}\mathcal{X} = \frac{1}{\mathcal{X}^\prime}\sum{x,p\in\mathcal{X}^\prime} \text{H}(p,\text{p}\text{model}(y|x;\theta)) \newline \mathcal{L}\mathcal{U} = \frac{1}{L|\mathcal{U}^\prime|} \sum_{u,q\in\mathcal{U}^\prime} ||q-\text{p}\text{model}(y|u;\theta)||^2_2 \newline \mathcal{L} = \mathcal{L}\mathcal{X} + \lambda_\mathcal{U}\mathcal{L}_\mathcal{U} $$

4. Experiments

5. Conclusion