Summary
This paper proposes to use Dual-time Complex Wavelet Transforms to decompose images into high and low frequency components in vision transformers. With this technique, it claims to address the problem of attention complexity without the loss of information as in Fourier or DWT based Transformers. This claim is based on the invertible property of Dual-time Complex Wavelet Transforms. This paper claims to achieve state-of-art image classification performance on the ImageNet dataset with a significant reduction in a number of parameters and FLOPS, and comparable results in instance segmentation. Qualitative and quantitative results are provided.
Strengths
1. The most attractive of this paper is the usage of Dual-time Complex Wavelet Transforms. The reviewer appreciates that the authors noticed the information loss in previous Fourier or DWT based Transformers, and proposed to adopt Dual-time Complex Wavelet Transforms to solve such a problem. It is invertible (though also redundant) and hence would not lead to a loss.
2. The paper provides a lot of technical details, and also the codes to reproduce the results.
3. Extensive experiments are conducted in the paper.
Weaknesses
1. Clarity of Technical Contribution
The paper's presentation raises some concerns about clarity and comprehension. The key technical contribution of the work is obscured by convoluted explanations and distracting statements.
For example, L81-L93, at the beginning of the method section, this paper detailedly talks about something like "In Vanilla SVT, Given an image, we split it into patches of size 16*16. We use a linear projection layer to get the embedding feature for each patch ......" These sentences seem to depict unique contributions of the proposed method but, upon closer inspection, merely explain standard operations in the Vision Transformer (ViT). Similarly, lines 102-109 are bewildering, appearing repetitive and unclear about the authors' intended message.
Moreover, the paper repeatedly emphasizes "tensor multiplication" and "Einstein multiplication" across various sections. These appear to be mere implementation details, not substantial technical contributions.
The manuscript's current style is closer a technical report rather than an academic paper. The authors are strongly encouraged to (a) explicitly state the key contribution of this work in the rebuttal and method section, and (b) condense lines 81-126 into a succinct, high-level introduction of the method, ideally within 10 lines.
2. Claims need support
Some of the claims in the paper, while potentially plausible, lack sufficient support/proof. For example, L52, "the ability to separate low-frequency and high-frequency components of an image is also important". In L100, "SVT has improved robustness compared to most other transformers, which will also be established in the performance studies." These could be true, but the authors did not prove the robustness is improved.
3. Minors
There are some minor typos/problems to be fixed. For example, L130, "Where" to "where". In page 7, some table captions are bold and some are not.
Questions
Overall the reviewer thinks using DTCWT in vision transformers is worth exploring, and this is why the reviewer still vote for borderline accept at this stage. If the authors cannot provide appropriate explanation/discussion about their contribution in the rebuttal period, the reviewer would downvote the score.
Besides, the reviewer feel some details provided by the main paper are not interesting/exciting, e.g., Table 1. For future work, the reviewer would suggest the authors to explore more insightful things. For instance, DTCWT enjoys invertibility but has redundancy at the same time. How would the network deal with such a redundancy? Moreover, providing more quantitive or qualitative comparisons to Fourier or DWT based Transformers to analyse how the invertibility of DTCWT helps vision transformers understand visual contents, instead of just reporting the final numbers for the tasks like classification.
____________________________________________________
The author response solves the main concerns. Under the assumption that the authors would revise the manuscript as they promised, the reviewer agreed to raise the score to weak accept.
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.