Designing CNNs for Secure Inference
CVPR Tutorial
Vishnu Boddeti
June 19, 2023
VishnuBoddeti
Operations | Support |
---|---|
Conv2D | ✓ |
BatchNorm2D | ✓ |
AvgPool | ✓ |
Linear | ✓ |
ReLU | ❌ |
Bootstrapping | ✓ |
Variable | Options |
---|---|
# polynomials $(K)$ | 6 |
poly degree $()d_k$ | {0,1,3,5,7} |
coefficients $(\Lambda)$ | $\mathbb{R}$ |
Backbone | # EvoReLU | # Sub-polynomial | Search Space Size |
---|---|---|---|
ResNet-20 | 19 | 114 | $10^{79}$ |
ResNet-32 | 31 | 186 | $10^{130}$ |
ResNet-44 | 43 | 258 | $10^{180}$ |
ResNet-56 | 55 | 330 | $10^{230}$ |