Question 4
MobileNetV1 reduces computation primarily by using:
Grouped convolutions followed by spatial pyramid pooling
Depthwise separable convolutions (depthwise + pointwise)
Asymmetric convolutions (e.g., factorizing a 3×3 into 3×1 followed by 1×3)
Low-rank matrix factorization of dense classification layers