Papers › Domain Randomization-Enhanced Depth Simulation and Restoration for Perceiving and...

Domain Randomization-Enhanced Depth Simulation and Restoration for Perceiving and Grasping Specular and Transparent Objects

7 Aug 2022arXiv:2208.03792archive 2025-07-28

Qiyu Dai, Jiyao Zhang, Qiwei Li, Tianhao Wu, Hao Dong, Ziyuan Liu, Ping Tan, He Wang

Commercial depth sensors usually generate noisy and missing depths, especially on specular and transparent objects, which poses critical issues to downstream depth or point cloud-based tasks. To mitigate this problem, we propose a powerful RGBD fusion network, SwinDRNet, for depth restoration. We further propose Domain Randomization-Enhanced Depth Simulation (DREDS) approach to simulate an active stereo depth system using physically based rendering and generate a large-scale synthetic dataset that contains 130K photorealistic RGB images along with their simulated depths carrying realistic sensor noises. To evaluate depth restoration methods, we also curate a real-world dataset, namely STD, that captures 30 cluttered scenes composed of 50 objects with different materials from specular, transparent, to diffuse. Experiments demonstrate that the proposed DREDS dataset bridges the sim-to-real domain gap such that, trained on DREDS, our SwinDRNet can seamlessly generalize to other real depth datasets, e.g. ClearGrasp, and outperform the competing methods on depth restoration with a real-time speed. We further show that our depth restoration effectively boosts the performance of downstream tasks, including category-level pose estimation and grasping tasks. Our data and code are available at https://github.com/PKU-EPIC/DREDS

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2208.03792")

Code

Syntology Ran 9 of 17 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pku-epic/dreds officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 9 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
8ran
8unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from PKU-EPIC/DREDS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConvModule PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · ab5f7ef9bdeef918 · report
Mlp PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · ab49e7dfb4c6af7e · report
PPM PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 10ed5cb2085deaab · report
PatchEmbed PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 119f41dde4cc5c1b · report
PatchMerging PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · be586c7612ce6beb · report
UPerHead PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 9258b544553335c2 · report
WindowAttention PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · e72484de5dddeb6b · report
WindowCrossAttention PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · defa547cf8b25dcc · report
resize PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository ran · fixture could not drive it no licence file found · pointer only · 5e6e6db8817387f8 · report
BasicCrossAttentionLayer PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · 8b32a9569f0f2da7 · report
BasicLayer PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · 9587cef5101c5367 · report
CrossAttention PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · 10375f1d1a2e05b2 · report
SwinCrossAttentionBlock PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · 1c61bfca4a668aa0 · report
SwinDRNet PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · 4777df2f2798e042 · report
SwinTransformerBlock PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · a1aa4e604c6c304d · report
SwinTransformerSys PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · c7133bfade6040cd · report
normal_init PKU-EPIC/DREDS/CatePoseEstimation/networks/SwinDRNet.py official repository unverified no licence file found · pointer only · 591c7c5cab0628b2 · report

Tasks

Pose EstimationTransparent objects

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

STD

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections