Skip to content

Deep Intensity Guidance Based Compression Artifacts Reduction for Depth Map

Notifications You must be signed in to change notification settings

ppingyes/DIG-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIG-Net

[project] [paper][code]

Deep Intensity Guidance Based Compression Artifacts Reduction for Depth Map


#Abstract

In this paper, we propose an deep intensity guidance based compression artifacts reduction model (denoted as DIG-Net) for JPEGcompressed depth map. The proposed DIG-Net model can learn an end-to-end mapping from the color image and distorted depthmap to the uncompressed depth map. To eliminate undesired artifacts such as discontinuities around object boundary, the proposedmodel is with three branches, which extracts the high frequency information from color image and depth maps as prior. Based onthe modified loss function with edge constraint, the deep multi-scale guidance information are learned and fused in the model tomake the edge of depth map sharper. Experimental results show the effectiveness and superiority of our proposed model comparedwith the state-of-the-art methods.

## Traning
python DIG_net_train.py --quality=10

Testing

python DIG_net_test.py --quality=10 --IMAGE_NUM=1

Citation

@article{wang2018deep,  
	 title={Deep Intensity Guidance Based Compression Artifacts Reduction for Depth Map},  
	 author={Wang, Xu and Zhang, Pingping and Zhang, Yun and Ma, Lin and Kwong, Sam and Jiang, Jianmin},  
	 journal={Journal of Visual Communication and Image Representation},  
	 year={2018},  
	 publisher={Elsevier}  
}  

About

Deep Intensity Guidance Based Compression Artifacts Reduction for Depth Map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages