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

I have a question about your code "DJSCC-for-Wireless-Image-Transmisson" #1

Open
ZJU-XWK opened this issue Jan 6, 2021 · 6 comments

Comments

@ZJU-XWK
Copy link

ZJU-XWK commented Jan 6, 2021

I use your code to train the model successfully. But the MSE(mean square error) is so high. For example, when SNR=20dB and compression ratio= 0.09, the MSE is about 0.009. But in paper named 'Deep Joint Source-Channel Coding for
Wireless Image Transmission", the MSE is about 0.001 when SNR=20dB and compression ratio= 0.09, as fig3 shows in paper. That's a big gap. I want to know that when you train the model, could you reach the performance the same as paper shows?

@irdanish11
Copy link
Owner

I tried to reproduce the results but I didn't succeed

@irdanish11
Copy link
Owner

0.2356

@ZJU-XWK
Copy link
Author

ZJU-XWK commented Jan 8, 2021

I have found a problem in your code. In the first layer and second layer of conv layers, you set the padding = 'VALID'. Now I change it to padding = 'SAME' and train the model again. The MSE decreased a lot. You can have a try.

@ZJU-XWK
Copy link
Author

ZJU-XWK commented Jan 8, 2021

image

@irdanish11
Copy link
Owner

irdanish11 commented Jan 8, 2021

@xwk111 can you send me a pull request so that I can merge the update code with master branch, and also before doing that please add me as a reviewer so that I can review the changes, thanks

@irdanish11 irdanish11 reopened this Jan 8, 2021
@ZJU-XWK
Copy link
Author

ZJU-XWK commented Jan 20, 2021

I want to ask you a question. How to reproduce the image transmission system(JPEG + LDPC + QAM)? Are there any python libs for JPEG algorithm with variable bit per pixel?

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