Skip to content

xxxxxxxxDSDNet/DSDNet-official

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSDNet-official

This repository contains official implementation of our ACM MM 2025 paper "DSDNet: Raw Domain Demoiréing via Dual Color-Space Synergy", by Qirui Yang, Fangpu Zhang, Yeying Jin, Qihua Cheng, Peng-Tao Jiang, Huanjing Yue, Jingyu Yang.

Introduction

We propose a single-stage raw domain demoiréing framework, Dual-Stream Demoiréing Network (DSDNet), which leverages the synergy of raw and YCbCr images to remove moiré while preserving luminance and color fidelity.

DSDNet

Dataset and Results

Please download the TMM22 and NIPS23 datasets from TMM22 and NIPS23.

Please download the results from GoogleDrive or BaiduNetdisk:pq4s.

Test

Please download the pre-train models from GoogleDrive or BaiduNetdisk:ewnv, place them as follows:

DSDNet
└── weights
    ├── nips23.pth
    └── tmm22.pth

For quick test , run the scipts:

# TMM22 dataset
python test.py -opt ./options/test/test_tmm22.yml

# Nips23 dataset
python test.py -opt ./options/test/test_nips23.yml

Training

# TMM22 dataset
python train.py -opt ./options/train/train_tmm22.yml

# Nips23 dataset
python train.py -opt ./options/train/train_nips23.yml

Citation

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

@inproceedings{yang2025dsdnet,
  title={Dsdnet: Raw domain demoir{\'e}ing via dual color-space synergy},
  author={Yang, Qirui and Zhang, Fangpu and Jin, Yeying and Cheng, Qihua and Jiang, Pengtao and Yue, Huanjing and Yang, Jingyu},
  booktitle={Proceedings of the 33rd ACM International Conference on Multimedia},
  pages={7230--7238},
  year={2025}
}

Acknowledgement

We thank the authors of RRID, RDNet, VD_raw and for sharing their codes

About

ACM MM-2025 DSDNet:Raw Domain Demoiréing via Dual Color-Space Synergy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors