Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wave-MLP looks like it uses depth-wise conv (continued) #193

Open
Phuoc-Hoan-Le opened this issue Mar 30, 2023 · 0 comments
Open

Wave-MLP looks like it uses depth-wise conv (continued) #193

Phuoc-Hoan-Le opened this issue Mar 30, 2023 · 0 comments

Comments

@Phuoc-Hoan-Le
Copy link

Phuoc-Hoan-Le commented Mar 30, 2023

Hi,

From the issue #191, I am still questioning how 1xK/Kx1 depth-wise can be directly translated to pure matrix multiplication or how Wave-MLP is an MLP model.

I understand that you are required to limit the window size to deal with dense prediction tasks with varying sizes of input images, but I am still wondering how 1xK/Kx1 depth-wise can be directly translated to pure matrix multiplication. From what I know MLP models such as MLP-mixer, ResMLP, etc, don't have weight sharing among pixels/patches, but they share the weights among channels.

In other words, for MLP-based models and even Swin transformers, each pixel/patch has its own filters, but the filters are shared among the channel dimension.

@Phuoc-Hoan-Le Phuoc-Hoan-Le changed the title Wave-MLP looks like it uses depth-wise conv Wave-MLP looks like it uses depth-wise conv (continued) Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant