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

Question about the model design. #8

Closed
Yangr116 opened this issue Jul 4, 2024 · 2 comments
Closed

Question about the model design. #8

Yangr116 opened this issue Jul 4, 2024 · 2 comments

Comments

@Yangr116
Copy link

Yangr116 commented Jul 4, 2024

Hi, this is a great work!
I would like to know why you use bidirectional Mamba? Does a single directional Mamba have any problems in your experiments?

@feizc
Copy link
Owner

feizc commented Jul 15, 2024

Hi, It is generally believed that the single direction is not as good as the birectional Mamba. At the same time, different scan strategies can further improve the generationperformance, which can refer to the discussion in Zigma and DIM paper. For simplicity, we used bidirectional Mamba here.

However, it is worth noting that there has been an increasing focus of work on autoregression, such as llamagen [3] and Kaiming He' recent work [4].

[1] ZigMa: A DiT-style Zigzag Mamba Diffusion Model
[2] DiM: Diffusion Mamba for Efficient High-Resolution Image Synthesis
[3] Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation
[4] Autoregressive Image Generation without Vector Quantization

@Yangr116
Copy link
Author

Yangr116 commented Jul 15, 2024 via email

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

2 participants