The document discusses a proposed Large-Margin Softmax loss for convolutional neural networks. The loss aims to learn more discriminative features by maximizing intra-class compactness and inter-class separability. It does this by introducing an adjustable margin parameter to the original softmax loss, requiring a larger decision boundary between classes. Experiments on visual classification and face verification tasks show the loss improves performance over softmax and helps reduce overfitting.