Skip to content

Recaptured Screen Image Demoiréing. (TCSVT 2020)

Notifications You must be signed in to change notification settings

tju-maoyan/AMNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaptured Screen Image Demoiréing (AMNet)

This code is the official implementation of TCSVT 2020 paper "Recaptured Screen Image Demoiréing".

Paper:

https://ieeexplore.ieee.org/abstract/document/8972378

Environment:

Windows 8 + Nvidia Titan X GPU
Python (version 3.6.4) + Tensorflow (version 1.10.0)

Network:


Fig. 1. The architecture of our AMNet: (a) the generator of our network, comprised of additive (circled by the purple rectangle) and multiplicative (circled by the green rectangle) modules, (b) the ASPP block in the generator network, (c) the multiplicative block in the generator network, and (d) the discriminator of our network. In particular, the “k” represents kernel size, the “n” represents the number of channels, the “s” represents stride size, and the “d” represents the dilation rate. The upsampling layer is realized by 2× nearest neighbor upsampling.

Results:


Fig. 2. The recaptured screen images (top row), our demoiréing results (the second row), and the corresponding screenshot images (bottom row). Please zoom in the figure for better observation.


Fig. 3. Visual quality comparisons for one image captured by Huawei Honor 6X with the screen Philips MWX12201

Download pre-trained model:

VGG19: https://pan.baidu.com/s/1YFbPiBYtdIa6ZDmWYJHZJQ (key:l6x1)
trained model: https://pan.baidu.com/s/1qvS04gnSSLbqvBCR9K3BAw (key:3kja)

Download dataset:

Training set: https://pan.baidu.com/s/1Xn5YygDb9Eg5u5zL3plrsA (key:gpxd)
Test set: https://pan.baidu.com/s/1KCZciRYb-MP16u4W1w3X0Q (key:isn6)

Test:

  • Please download pre-trained model and test set.
  • change the path in test.py.
  • run: python test.py.

Train:

  • Please download training set.
  • change the path in main.py.
  • run: python main.py.

Citation:

If you find this work useful for your research, please cite:

@article{Yue2020Recaptured,
	author = {Yue, Huanjing and Mao, Yan and Liang, Lipu and Xu, Hongteng and Hou, Chunping and Yang, Jingyu},
	year = {2021},
        title = {Recaptured Screen Image Demoir\'eing},
	volume={31},
	number={1},
	pages={49-60},
	journal = {IEEE Transactions on Circuits and Systems for Video Technology},
	doi = {10.1109/TCSVT.2020.2969984}
}

Contactor:

If you have any question, please concat me with [email protected].

About

Recaptured Screen Image Demoiréing. (TCSVT 2020)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages