Summary
This paper considers a generalized form of Manifold mixup by expanding the concept of a pair-wise interpolation method to the multi-sample-based interpolation on the entire convex hull. The proposed methods called MultiMix and Dense MultiMix show the best performance over prior mixup-based methods for the various classification benchmarks. Also, they are empirically shown to have better robustness than prior methods.
Strengths
$\textbf{Strength 1:}$ The main strength of this paper is the suggestion of the general form of the prior mixup-based methods to cover the entire convex hull which can be formed by a given set of training samples. Because the power of the mixup methods originated from the interpolation of the space, i.e., either input or embedding, in-between different samples, expanding the concept of mixup into the entire convex hull of the given samples are clear and convincing direction.
$\textbf{Strength 2:}$ The paper is well-written and easy to understand. To be specific, Fig. 1 is simple yet effective to understand the main strength of the proposed method. Also, the formulations in the paper are quite neat and well-organized.
$\textbf{Strength 3:}$ The experiments are done for various kinds of architectures ranging from the ResNet family to ViT, and benchmarks including CIFAR and ImageNet cases.
Weaknesses
$\textbf{Weakness 1:}$ The most crucial weakness of this paper is the novelty of the proposed method. Specifically, I admit that the expansion of the sample interpolation method to the generalized form, i.e., MultiMix, is convincing and the authors show a well-organized formulation of it, but I also feel that the expansion of the concept is quite easy to be anticipated from the prior Mixup methods. For example, in the original Mixup paper, the authors already tried to utilize multiple samples by weighting them with a simplex coefficient in the input space. Although it is reported not to show a further gain, it is hard to find a noticeable difference between the `trial' of the original Mixup paper and the proposed method except for the target space, i.e., input for Mixup vs. embedding space for MultiMix. When focusing on the difference, i.e., mixing on the embedding space, it is natural to ask for the reason why the multi-sample-based mixup becomes effective in the embedding space rather than the input space. However, I cannot find a deep insight into the phenomenon.
$\textbf{Weakness 2:}$ A more precise comparison in the Related Work part would be beneficial to highlight the significance of the proposed method. To be specific, in Related Work, a bunch of works are grouped into their attributes and briefly mentioned. The authors drop the detailed explanation of the prior works with a suggested survey paper but I am sure that the authors must provide a compact but clear explanation of the related works. As a simple suggestion, mentioning the names of prior mixup methods along with short descriptions would make it more clear. When a set of important baselines including AlignMix, Co-Mixup, PuzzleMix, and $\zeta$-Mixup are called with names in the Related Work part, readers can easily match the name of the priors appeared in Experiments and the descriptions in Related Work.
$\textbf{Weakness 3:}$ The metrics in 4.4 Quantitative analysis, i.e., 'Alignment' and 'Uniformity' do not fully represent the quality of the embedding space. These measurements can evaluate the similarity of embedded features of intra-class samples but do not capture the separation between different classes, i.e., the separability of inter-class distributions.
$textbf{Weakness 4:}$ Manifold intrusion is the main challenge of mixup-based methods. However, I cannot find any analysis for the effect of manifold intrusion of MultiMix. The experimental gains empirically show that the effect of manifold intrusion is minimal in practice. However, further discussion is needed on the effect of manifold intrusion of the multi-sample-based mixup approaches. I wonder if the chance of the intrusion might be higher than the pair-wise mixup of prior works.
Questions
$\textbf{Question 1:}$ Would you provide a further explanation for the reason why the multi-sample mixup becomes when the interpolation is done in the deeper layer? Again, I felt that the main significance of this work is the finding of the effectiveness of multi-sample-based mixup on deeper layers. As mentioned in this paper, the authors of Mixup and SuperMix had tried to interpolate multiple samples but they are limited in the input space which leads to minimal performance gain. If the novelty becomes more clear and strong after the rebuttal, I will change the rating of the paper.
$\textbf{Question 2: }$ According to Weakness 3, the metrics used in Section 4.4 seem not to capture the separability between different classes. I think that when the 'Alignment' and 'Uniformity' values are divided into the similarities between different classes, they eventually consider the compactness and separability of the embedding. To be specific, when considering class $k$, we can measure the distance between the per-class averaged feature vector of class $k$ and the per-class averaged feature of the nearest interfering class. When we divide `Alignment' with the distance to the nearest different class, then the value will consider both the similarity between intra-class features and the dissimilarity between inter-class features. What happens when we compute the modified 'Alignment' and 'Uniformity'?
$\textbf{Question 3: }$ Would you provide a computational cost of the proposed methods and the comparison with other baselines? The results of the training speed guarantee that the proposed method does not suffer from further latency in practice, but I wonder if MultiMix and Dense MultiMix show a similar level of computational cost to the baselines.
$\textbf{Question 4: }$ Would you provide a discussion of the thought of manifold intrusion of the proposed methods? I imagine that the multi-sample-based mixup tries to cover the entire convex hull so it probably causes manifold intrusion more frequently.
Rating
5: Borderline accept: Technically solid paper where reasons to accept outweigh reasons to reject, e.g., limited evaluation. Please use sparingly.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
Weakness 1 and Question 1 are for pointing out the limitation of the proposed work in view of novelty.
Also, I provide a suggestion for improving Related Work in Weakness 2.
As better metrics for quantitative analysis in section 4.4, I provide the modified measurements in Weakness 3 and Question 2.
For emphasizing the computational efficiency of MultiMix and Dense MultiMix, providing the computational costs would be beneficial (as aforementioned in Question 3).
For the manifold intrusion issue, I described the limitation and the corresponding question in Weakness 4 and Question 4.