[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-86125-en":3,"doc-seo-86125-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},86125,962075114765,"Quinn","https://ap-avatar.wpscdn.com/davatar_a8503ba1806abce46bf441b54a3ca4cd",8,"Research & Report","DDR-Net: Haze-Aware Dual-Domain Refinement for Single-Image Dehazing","Single-image dehazing targets the recovery of clear scenes from haze-degraded images, but remains difficult because atmospheric scattering and diverse real-world haze distributions hinder accurate restoration. While end-to-end networks show progress, bottleneck-stage feature refinement and local structural representation in encoder–decoder designs limit performance. DDR-Net addresses this with three modules: HPE for multi-scale haze-aware priors, DE Blocks with gradient-aware convolutions for enhanced edges and textures, and SFBR that jointly refines spatial and frequency bottleneck features. Experiments on real-world benchmarks show superior haze removal and competitive synthetic results.","arXiv :2607 . 11071v1 [ cs .CV] 13 Jul 2026  \nDDR-Net: Haze-Aware Dual-Domain Refinement for Single-Image Dehazing  \nXinye Zheng, Ye Yu⋆ , Qiang Lu,  \nJinsheng Luo, Yiran Cui, and Yongbin Cheng  \nSchool of Computer Science and Information Engineering, Hefei University of Technology,  \nHefei, China  \n[yuye@hfut.edu.cn](yuye@hfut.edu.cn)  \nAbstract. Single-image dehazing aims to recover clear scenes from hazedegraded images. It remains challenging due to the atmospheric scattering and the complexity of real-world haze distributions. Although recent end-to-end networks have achieved promising performance, two issues still limit their effectiveness: insufficient feature refinement at the bottleneck stage and weak local structural representation in encoder-decoder architectures. Thus, we propose a Haze-Aware Dual-Domain Refinement Network (DDR-Net) for single-image dehazing. Our method is built upon three modules: Haze Prior Extractor (HPE) provides multi-scale hazeaware priors by operating directly on downsampled hazy images; DetailEnhanced Blocks (DE Blocks) serve as the core feature extraction units, capturing multi-scale structural information and enhancing edge and texture recovery via gradient-aware convolutions; and Spatial-Frequency Bottleneck Refinement (SFBR) at the bottleneck jointly exploits spatial and frequency information to refine bottleneck features. DDR-Net achieves more effective feature representation and reconstruction for haze removal. Extensive experiments on real-world benchmarks demonstrate that our method outperforms existing dehazing approaches. It achieves competitive performance on synthetic datasets.  \nKeywords: Single Image Dehazing · Image Restoration · Low-level Vision  \n1 Introduction  \nSingle-image dehazing aims to recover a clear scene from a haze-degraded image. It serves as a critical preprocessing step for a variety of practical applications, including autonomous driving and remote sensing. In hazy environments, particles such as aerosols and water droplets scatter and absorb incident light, which leads to low contrast and color distortion. Meanwhile, these degradations introduce a negative impact on visual quality and downstream vision tasks such as object detection, semantic segmentation, and scene understanding. Thus, developing effective image dehazing methods is important for both academia and industry.  \n⋆ Corresponding author  \n2 X. Zheng et al.  \n| DD | R-Net (Ours | ) | MB-Taylo | rFormer-LV2 |  |\n| --- | --- | --- | --- | --- | --- |\n|  |  |  | MB-Tay | lorFormer-LV1 |  |\n|  |  | ConvI\u003Cbr> | R-B | FSNet\u003Cbr> | ConvIR-L |\n|  | ConvIR-S |  | PMNet |  |  |\n|  |  |  |  |  |  |\n|  |  |  |  |  |  |\n|  |  |  |  |  |  |\n\n40 60 80 100 120 140  \nMACs (G)  \n35.5  \n35.0  \n34.5  \n34.0  \n33.5  \n33.0  \n32.5  \n32.0  \n\n| DDR-Net | (Ours) MB-Taylo | rFormer-LV2 |  |\n| --- | --- | --- | --- |\n|  | MB-Taylo | rFormer-LV1 | ConvIR-L |\n|  | Conv\u003Cbr> | IR-B FSNet\u003Cbr> |  |\n|  | ConvIR-S |  |  |\n|  |  |  | PMNet |\n|  |  |  |  |\n|  |  |  |  |\n\n0 5 10 15 20  \nParams (M)  \nFig. 1. Comparison of representative SOTA dehazing methods on the Haze4K dataset. Left: MACs (G) vs. PSNR (dB); Right: Params (M) vs. PSNR (dB) . Our DDR-Net achieves competitive dehazing performance with lower computational cost and fewer parameters than recent SOTA methods.  \nEarly dehazing approaches relied on handcrafted priors, such as Dark Channel Prior (DCP) [11] and Color Attenuation Prior (CAP) [40] . Although these methods can achieve satisfactory results under certain assumptions, their performance often degrades in complex real-world scenarios due to limited generalization ability and sensitivity to parameter settings. With the rapid development of deep learning, CNN-based dehazing methods have significantly advanced the field [4,27,25,15,10,5] . DehazeNet [4] and MSCNN [27] employed convolutional networks to estimate transmission maps, while AOD-Net [15] reformulated the atmospheric scattering model for end-to-end image restoratio","cbCaiq0uVRQnZMtC","https://ap.wps.com/l/cbCaiq0uVRQnZMtC","pdf",4929287,4,1,15,"English","en",105,"# Introduction\n## Background and motivation\n## Related work\n## Proposed method and contributions","[{\"question\":\"What problem does DDR-Net address?\",\"answer\":\"DDR-Net addresses single-image dehazing, aiming to recover a clear scene from haze-degraded images where atmospheric scattering causes low contrast and color distortion.\"},{\"question\":\"Why are current end-to-end dehazing networks limited?\",\"answer\":\"The document states two key limitations: insufficient feature refinement at the bottleneck stage and weak local structural representation in encoder–decoder architectures.\"},{\"question\":\"What modules compose DDR-Net?\",\"answer\":\"DDR-Net consists of Haze Prior Extractor (HPE), Detail-Enhanced (DE) Blocks, and Spatial-Frequency Bottleneck Refinement (SFBR). HPE extracts multi-scale haze-aware priors, DE Blocks enhance local structure via gradient-aware convolutions, and SFBR jointly refines features using spatial and frequency information.\"}]",1784208689,38,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"ddr-net-haze-aware-dual-domain-refinement-for-single-image-dehazing","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":20},"https://docshare.wps.com/document/ddr-net-haze-aware-dual-domain-refinement-for-single-image-dehazing/86125/",{"url":52,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-26","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What problem does DDR-Net address?","Question",{"text":75,"@type":76},"DDR-Net addresses single-image dehazing, aiming to recover a clear scene from haze-degraded images where atmospheric scattering causes low contrast and color distortion.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"Why are current end-to-end dehazing networks limited?",{"text":80,"@type":76},"The document states two key limitations: insufficient feature refinement at the bottleneck stage and weak local structural representation in encoder–decoder architectures.",{"name":82,"@type":73,"acceptedAnswer":83},"What modules compose DDR-Net?",{"text":84,"@type":76},"DDR-Net consists of Haze Prior Extractor (HPE), Detail-Enhanced (DE) Blocks, and Spatial-Frequency Bottleneck Refinement (SFBR). HPE extracts multi-scale haze-aware priors, DE Blocks enhance local structure via gradient-aware convolutions, and SFBR jointly refines features using spatial and frequency information.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":20,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]