Summary
This paper introduces a multi-mode token-level alignment framework for multi-modal prompt tuning, which improves the representation of visual and textual modalities and can be used to improve existing methods. The task is formulated as a distribution matching problem, addressed using prompt and token-level optimal transportation (OT), providing a principled and elegant solution. The method is applied to few-shot classification, dataset transfer learning, and domain generalization, showing superior results on widely used datasets.
Strengths
• The learning of multi-modal, multi-mode prompts is facilitated by establishing optimal transport (OT) at the prompt and token level.
• The structure of the manuscript is solid and it's well-written overall.
• The efficiency of the proposed ALIGN method for both few-shot classification and generalization has been confirmed through a series of diverse experiments.
Weaknesses
• The proposed model might be memory-intensive, however, an analysis of the additional time and memory costs has not been provided.
• The omission of specific details, particularly regarding the ablation analysis, somewhat undermines the impressive results.
- The study does not examine the influence of prompt length and quantity on the experimental outcomes.
- It remains unclear whether token-level alignment provides any enhancements compared to prompt-level alignment.
• Miscellaneous issue
- Figure 1 is not mentioned in the body text.
- It seems that line 135 is missing a period, and the expression "maximuming" appears to be awkward.
- In Table 1, CoOp shows the best result in 'Stanford Cars'-Base, so it should be highlighted instead of ALIGN
Questions
See the comments in weakness.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
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
• As pointed out in the conclusion section, this paper's method still demands substantial GPU memory.
• The method suggested does not appear to be well-suited for a fully zero-shot scenario where there is no training samples. This scenario is little bit different from the Base-to-New Generalization scenario.