maximum separation
We thank all the reviewers (R1, R2, R3) for their feedback and suggestions
We thank all the reviewers ( R1, R2, R3) for their feedback and suggestions. However, this is not paired with an increase in classification accuracy. We will add the suggested experiment to Section 3.3. On CIFAR-100, we obtain an accuracy of 55.5 The proposed loss requires a similarity to only one class during training. 's suggestion, we have quantified the relation The results are shown in Table B. Our proposal We will add the discussions to Section 3.1.
Maximally Separated Active Learning
Kasarla, Tejaswi, Jha, Abhishek, Tervoort, Faye, Cucchiara, Rita, Mettes, Pascal
Active Learning aims to optimize performance while minimizing annotation costs by selecting the most informative samples from an unlabelled pool. Traditional uncertainty sampling often leads to sampling bias by choosing similar uncertain samples. We propose an active learning method that utilizes fixed equiangular hyperspherical points as class prototypes, ensuring consistent inter-class separation and robust feature representations. Our approach introduces Maximally Separated Active Learning (MSAL) for uncertainty sampling and a combined strategy (MSAL-D) for incorporating diversity. This method eliminates the need for costly clustering steps, while maintaining diversity through hyperspherical uniformity. We demonstrate strong performance over existing active learning techniques across five benchmark datasets, highlighting the method's effectiveness and integration ease. The code is available on GitHub.
- Europe > Netherlands > North Holland > Amsterdam (0.04)
- Europe > Italy (0.04)
- Asia > China > Shanghai > Shanghai (0.04)
- (4 more...)
- Research Report (0.82)
- Overview (0.68)
Maximum Class Separation as Inductive Bias in One Matrix
Kasarla, Tejaswi, Burghouts, Gertjan J., van Spengler, Max, van der Pol, Elise, Cucchiara, Rita, Mettes, Pascal
Maximizing the separation between classes constitutes a well-known inductive bias in machine learning and a pillar of many traditional algorithms. By default, deep networks are not equipped with this inductive bias and therefore many alternative solutions have been proposed through differential optimization. Current approaches tend to optimize classification and separation jointly: aligning inputs with class vectors and separating class vectors angularly. This paper proposes a simple alternative: encoding maximum separation as an inductive bias in the network by adding one fixed matrix multiplication before computing the softmax activations. The main observation behind our approach is that separation does not require optimization but can be solved in closed-form prior to training and plugged into a network. We outline a recursive approach to obtain the matrix consisting of maximally separable vectors for any number of classes, which can be added with negligible engineering effort and computational overhead. Despite its simple nature, this one matrix multiplication provides real impact. We show that our proposal directly boosts classification, long-tailed recognition, out-of-distribution detection, and open-set recognition, from CIFAR to ImageNet. We find empirically that maximum separation works best as a fixed bias; making the matrix learnable adds nothing to the performance. The closed-form implementation and code to reproduce the experiments are available on github.