Article(id=1249044008090145548, tenantId=1146029695717560320, journalId=1249024232475115590, issueId=1249044006114628363, articleNumber=null, orderNo=null, doi=10.11834/jig.240624, pmid=null, cstr=null, oa=null, hot=null, price=null, onlineType=0, articleFormat=0, articleType=null, articleTypeStr=null, receivedDate=1731859200000, receivedDateStr=2024-11-18, revisedDate=1744905600000, revisedDateStr=2025-04-18, acceptedDate=null, acceptedDateStr=null, onlineDate=1775724897635, onlineDateStr=2026-04-09, pubDate=1765814400000, pubDateStr=2025-12-16, doiRegisterDate=null, doiRegisterDateStr=null, onlineIssueDate=1775724897635, onlineIssueDateStr=2026-04-09, onlineJustAcceptDate=null, onlineJustAcceptDateStr=null, onlineFirstDate=null, onlineFirstDateStr=null, sourceXml=null, magXml=null, createTime=1775724897635, creator=13041195026, updateTime=1775724897635, updator=13041195026, issue=Issue{id=1249044006114628363, tenantId=1146029695717560320, journalId=1249024232475115590, year='2025', volume='30', issue='12', pageStart='3707', pageEnd='3968', issueExtLink='null', onlineDate='null', pubDate='null', beforeIssueId=null, nextIssueId=null, price=null, status=1, issueComplete=1, articleOrder=1, issueType=1, specialIssue=null, createTime=1775724897161, creator=13041195026, updateTime=1775726353303, updator=13041195026, preIssue=null, nextIssue=null, ext={EN=IssueExt(id=1249050113662984471, tenantId=1146029695717560320, journalId=1249024232475115590, issueId=1249044006114628363, language=EN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=), CN=IssueExt(id=1249050113667178776, tenantId=1146029695717560320, journalId=1249024232475115590, issueId=1249044006114628363, language=CN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=)}, issueFiles=null}, startPage=3884, endPage=3899, ext={EN=ArticleExt(id=1249044008870286095, articleId=1249044008090145548, tenantId=1146029695717560320, journalId=1249024232475115590, language=EN, title=Self-supervised coal mine image denoising with adaptive masking, columnId=1249044008786400014, journalTitle=Journal of Image and Graphics, columnName=Image Understanding and Computer Vision, runingTitle=null, highlight=null, articleAbstract=
Objective The objective of this research is to enhance the quality and accuracy of information extracted from coal mine images, which are often degraded by high dust concentrations and uneven lighting conditions. These challenging environmental conditions introduce noise, reduce local contrast, and lead to the loss of fine details and edge textures, ultimately compromising the visual quality and the reliability of information extraction. Aiming to address these challenges, this study proposes a self-supervised coal mine image denoising algorithm based on adaptive masking. Designed to handle a wide range of noise levels and types, this algorithm aims to restore the original integrity of the image while preserving critical visual features. The proposed algorithm is divided into three main components: adaptive masking, mask integration, and an adaptive integrated loss function. Each component plays a vital role in enhancing the denoising process, ensuring that the final output is accurate and visually appealing.
Method The adaptive masking component is the cornerstone of the proposed algorithm, enabling segmented processing of coal mine images. This segmentation not only reduces computational overhead but also allows for more targeted and effective denoising. By dividing each image into smaller blocks, the algorithm can analyze and process each section independently, thereby improving the overall efficiency of the denoising process. The module operates by sequentially applying a mask to the edge and corner pixels of each block, while deliberately excluding the central pixels. This method prevents the network from performing a trivial identity mapping that fails to enhance image quality. Instead, this approach introduces data variability that boosts the generalization capability and robustness of the neural network model, making it adaptable to previously unknown images. The adaptive nature of the mask ensures that the module responds dynamically to varying noise levels and image features. By analyzing local variance and texture complexity, the mask can adaptively determine the optimal masking strategy for each block. This tailored approach ensures that the denoising process is responsive to the specific characteristics of each image, substantially improving its effectiveness. Subsequently, once the masking process is complete, the mask integration module is employed. This module is responsible for fusing the neural network’s output with the masked areas to reconstruct a coherent and denoised image. The integration involves calculating the Hadamard product (element-wise multiplication) between the network’s output and the masked image. This strategic operation enhances the network’s capability to distinguish between actual image content and noise, especially around edges and texture boundaries. In this stage, considering local and global features of the coal mine images is crucial. Effective integration of these features allows the algorithm effectively interpret image context, leading in denoised outputs that are coherent and structurally complete. The mask integration module also ensures that denoised areas seamlessly blend into the rest of the image, preserving the overall visual flow and structural integrity. Furthermore, this module incorporates a quality evaluation mechanism to assess the effectiveness of the integration. The feedback from these evaluations is used to iteratively refine the integration process. The final component of the algorithm is an adaptive integrated loss function, which guides the model during training. This loss function is specifically designed to address the unique challenges of coal mine image denoising, including complex noise patterns and the need to preserve subtle image details. The adaptive integrated loss uses the integrated image as a training label, allowing the model to learn effectively from the differences between the noisy input images and the denoised outputs. Additionally, by incorporating the original noisy image, the loss function increases the model’s sensitivity to signal changes, enhancing its adaptability across various denoising scenarios and noise conditions.
Result The proposed algorithm was rigorously tested using an underground coal mine image dataset alongside four additional public datasets, including Kodak24 (Kodak lossless true color image suite), BSD300 (Berkeley segmentation dataset 300), and BSDS500 (Berkeley segmentation dataset 500). The experiments were specifically designed to simulate real-world conditions, with a particular emphasis on dimly lit environments commonly encountered in coal mines. The results of these experiments demonstrated that the algorithm substantially outperformed other comparative denoising algorithms, in terms of subjective evaluations and objective metrics such as peak signal-to-noise ratio (PSNR) and structural similarity index (SSIM). In tunnel scenes with a high level of Gaussian noise (level 50), the algorithm achieved substantial improvements in PSNR/SSIM values compared to existing methods such as B2U and NBR2NBR, with increases of 4.2 dB/0.055 and 2.99 dB/0.077, respectively. Furthermore, when tested on images corrupted with Gaussian noise levels ranging from 5 to 50 on the public datasets, the algorithm consistently demonstrated substantial PSNR improvements over the second-best method, with increases of 1.09%, 0.72%, and 0.68% for Kodak24, BSD300, and BSDS500, respectively.
Conclusion The proposed self-supervised denoising algorithm has demonstrated a strong capability to remove noise while preserving overall image information from single coal mine images, across various noise levels and types. This finding highlights the algorithm’s robustness and generalization capabilities, making it a promising tool for real-world applications in coal mine monitoring and safety systems. The effectiveness of the algorithm in enhancing image quality and improving the accuracy of information extraction, even under challenging conditions, underscores its potential to make a substantial contribution to the field of coal mine image processing and analysis.The code in this paper can be obtained by https://www.sciclb.cn/anonymous/skpswk56.
, correspAuthors=Yaru Zhang, authorNote=null, correspAuthorsNote=null, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=null, magXml=null, pdfUrl=null, pdf=null, pdfFileSize=null, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=null, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=null, mapNumber=null, authorCompany=null, fund=null, authors=null, authorsList=Yaru Zhang, Jiantao Liu, Guoqing Xu, Dingyi Hao), CN=ArticleExt(id=1249044026897404031, articleId=1249044008090145548, tenantId=1146029695717560320, journalId=1249024232475115590, language=CN, title=基于自适应掩码的自监督矿井图像去噪, columnId=1249044009054835474, journalTitle=中国图象图形学报, columnName=图像理解和计算机视觉, runingTitle=null, highlight=null, articleAbstract=
目的 受煤矿井下粉尘浓度高和光照不均匀等因素影响,矿井图像容易产生不同水平的噪声、降低图像的局部对比度、丢失细节信息和边缘纹理特征,从而影响矿井图像的信息提取精度和视觉质量。针对上述问题,提出一种基于自适应掩码的矿井图像自监督去噪算法,主要包含自适应掩码、掩码集成以及自适应集成损失3部分。
方法 首先,设计自适应掩码对矿井图像进行分块以减少后续计算消耗,逐次对各块中心像素外的边缘像素及角点像素进行掩码,避免恒等映射的同时增加数据多样性;然后,设计掩码集成对神经网络的输出和掩码区域进行重新组合,计算两者之间的Hadamard积以增强网络对噪声与信号边界的准确识别,综合考虑矿井图像的局部结构和全局特征,从而提升去噪后矿井图像的完整性和连贯性;最后,设计自适应集成损失,将集成图像作为训练标签,帮助模型更好地理解矿井图像中局部特征和全局特征之间的关系,加入原始噪声图像增强模型对信号变化的敏感性,适应不同场景下的去噪任务。
结果 在煤矿井下图像数据集和4个公共数据集进行实验,去噪后的图像质量在主观感受和客观指标上均优于其他对比算法。在高斯噪声水平为50的巷道场景下,相比B2U(blind2unblind)和NBR2NBR(neighbor2neighbor),峰值信噪比(peak signal-to-noise ratio, PSNR)分别提高4.2 dB和2.99 dB,结构相似性指数(structural similarity index, SSIM)分别提高0.055和0.077。在5至50的高斯噪声范围内,本文方法计算的PSNR相较TBSN(transformer-based blind-spot network)在Kodak24(Kodak lossless true color image suite 24)数据集上提升1.09%,在BSD300(Berkeley segmentation dataset 300)数据集上提升0.72%,相较NBR2NBR在BSD500数据集上提升0.68%。
结论 所提算法能够处理含有不同程度和类型噪声的矿井图像,有效去除噪声的同时保留图像的细节信息,展现出优越的鲁棒性和广泛的适用性。代码获取地址:https://www.sciclb.cn/anonymous/skpswk56.
, correspAuthors=张亚茹, authorNote=null, correspAuthorsNote=
, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=T78Mf6oUklP7LJ5iasR34A==, magXml=iaOyY0yP1MqOcZKE/mb5Vg==, pdfUrl=null, pdf=iJrUn26c1IfukPXmXAt7hw==, pdfFileSize=53694288, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=mjQAPhlmniE6jfyL4vmgJg==, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=ek9sXOFjFU72y2zCF+OPXA==, mapNumber=null, authorCompany=null, fund=null, authors=
, authorsList=张亚茹, 刘健涛, 许国庆, 郝定溢)}, authors=[Author(id=1249044027509772455, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, orderNo=0, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=yrzhang1014@163.com, emailSecond=null, emailThird=null, correspondingAuthor=1, authorType=1, ext={EN=AuthorExt(id=1249044027593658540, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044027509772455, language=EN, stringName=Yaru Zhang, firstName=Yaru, middleName=null, lastName=Zhang, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, *, address=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044027690127537, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044027509772455, language=CN, stringName=张亚茹, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, *, address=
1安徽理工大学人工智能学院,淮南232001, bio={"content":"
张亚茹,女,讲师,主要研究方向为人工智能、计算机视觉和计算机图形学。E-mail:yrzhang1014@163.com
"}, bioImg=null, bioContent=
张亚茹,女,讲师,主要研究方向为人工智能、计算机视觉和计算机图形学。E-mail:yrzhang1014@163.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044027308445848, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, xref=1, ext=[AuthorCompanyExt(id=1249044027316834457, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China), AuthorCompanyExt(id=1249044027325223066, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1安徽理工大学人工智能学院,淮南232001)])]), Author(id=1249044027765625016, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, orderNo=1, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=ljt08252022@163.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044027870482621, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044027765625016, language=EN, stringName=Jiantao Liu, firstName=Jiantao, middleName=null, lastName=Liu, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044027950174401, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044027765625016, language=CN, stringName=刘健涛, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1安徽理工大学人工智能学院,淮南232001, bio={"content":"
刘健涛,男,硕士研究生,主要研究方向为矿井工程图像去噪。E-mail:ljt08252022@163.com
"}, bioImg=null, bioContent=
刘健涛,男,硕士研究生,主要研究方向为矿井工程图像去噪。E-mail:ljt08252022@163.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044027308445848, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, xref=1, ext=[AuthorCompanyExt(id=1249044027316834457, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China), AuthorCompanyExt(id=1249044027325223066, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1安徽理工大学人工智能学院,淮南232001)])]), Author(id=1249044028038254794, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, orderNo=2, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=15955506334@163.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044028134723788, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044028038254794, language=EN, stringName=Guoqing Xu, firstName=Guoqing, middleName=null, lastName=Xu, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044028210221263, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044028038254794, language=CN, stringName=许国庆, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1安徽理工大学人工智能学院,淮南232001, bio={"content":"
许国庆,男,硕士研究生,主要研究方向为图像识别与小目标检测。E-mail:15955506334@163.com
"}, bioImg=null, bioContent=
许国庆,男,硕士研究生,主要研究方向为图像识别与小目标检测。E-mail:15955506334@163.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044027308445848, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, xref=1, ext=[AuthorCompanyExt(id=1249044027316834457, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China), AuthorCompanyExt(id=1249044027325223066, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1安徽理工大学人工智能学院,淮南232001)])]), Author(id=1249044028310884565, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, orderNo=3, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=hdycumt@163.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044028432519384, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044028310884565, language=EN, stringName=Dingyi Hao, firstName=Dingyi, middleName=null, lastName=Hao, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2School of Safety Science and Engineering, Anhui University of Science and Technology, Huainan232001, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044028570931422, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, authorId=1249044028310884565, language=CN, stringName=郝定溢, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2安徽理工大学安全科学与工程学院,淮南232001, bio={"content":"
郝定溢,男,讲师,主要研究方向为煤矿智能开采。E-mail:hdycumt@163.com
"}, bioImg=null, bioContent=
郝定溢,男,讲师,主要研究方向为煤矿智能开采。E-mail:hdycumt@163.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044027400720544, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, xref=2, ext=[AuthorCompanyExt(id=1249044027409109153, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027400720544, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2School of Safety Science and Engineering, Anhui University of Science and Technology, Huainan232001, China), AuthorCompanyExt(id=1249044027413303458, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027400720544, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2安徽理工大学安全科学与工程学院,淮南232001)])])], keywords=[Keyword(id=1249044028692566242, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, orderNo=1, keyword=self-supervised learning), Keyword(id=1249044028826783977, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, orderNo=2, keyword=mine image denoising), Keyword(id=1249044028935835886, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, orderNo=3, keyword=adaptive masking), Keyword(id=1249044029019721972, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, orderNo=4, keyword=Hadamard product), Keyword(id=1249044029145551100, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, orderNo=5, keyword=adaptive integrated loss), Keyword(id=1249044029275574531, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, orderNo=1, keyword=自监督学习), Keyword(id=1249044029342683399, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, orderNo=2, keyword=矿井图像去噪), Keyword(id=1249044029434958093, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, orderNo=3, keyword=自适应掩码), Keyword(id=1249044029523038482, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, orderNo=4, keyword=Hadamard积), Keyword(id=1249044031095902487, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, orderNo=5, keyword=自适应集成损失)], refs=[Reference(id=1249044036259090843, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2011, volume=33, issue=5, pageStart=898, pageEnd=916, url=null, language=null, rfNumber=null, rfOrder=0, authorNames=Arbeláez P, Maire M, Fowlkes C, Malik J, journalName=IEEE Transactions on Pattern Analysis and Machine Intelligence, refType=null, unstructuredReference=
Arbeláez P,
Maire M,
Fowlkes C and
Malik J.
2011. Contour detection and hierarchical image segmentation.
IEEE Transactions on Pattern Analysis and Machine Intelligence,
33(5): 898-916 [DOI:
10.1109/TPAMI.2010.161], articleTitle=Contour detection and hierarchical image segmentation, refAbstract=null), Reference(id=1249044036359754141, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=524, pageEnd=533, url=null, language=null, rfNumber=null, rfOrder=1, authorNames=Batson J, Royer L, journalName=null, refType=null, unstructuredReference=
Batson J and
Royer L.
2019. Noise2self: blind denoising by self-supervision//Proceedings of the 36th International Conference on Machine Learning. Long Beach, USA: PMLR:524-533, articleTitle=Noise2self: blind denoising by self-supervision, refAbstract=null), Reference(id=1249044036464611743, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2005, volume=null, issue=null, pageStart=60, pageEnd=65, url=null, language=null, rfNumber=null, rfOrder=2, authorNames=Buades A, Coll B, Morel J M, journalName=null, refType=null, unstructuredReference=
Buades A,
Coll B and
Morel J M.
2005. A non-local algorithm for image denoising//Proceedings of 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05). San Diego, USA: IEEE:60-65 [DOI:
10.1109/CVPR.2005.38], articleTitle=A non-local algorithm for image denoising, refAbstract=null), Reference(id=1249044036535914913, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2025, volume=30, issue=6, pageStart=1616, pageEnd=1637, url=null, language=null, rfNumber=null, rfOrder=3, authorNames=Cao X C, Zhao S C, Wu A M, Liang S Y, Wang L Y, journalName=Journal of Image and Graphics, refType=null, unstructuredReference=
Cao X C,
Zhao S C,
Wu A M,
Liang S Y and
Wang L Y.
2025. Challenges and progress of object detection technology in open environments.
Journal of Image and Graphics,
30(6): 1616-1637, articleTitle=Challenges and progress of object detection technology in open environments, refAbstract=null), Reference(id=1249044036619800995, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2025, volume=30, issue=6, pageStart=1616, pageEnd=1637, url=null, language=null, rfNumber=null, rfOrder=4, authorNames=操晓春, 赵思成, 武阿明, 梁思源, 王立元, journalName=中国图象图形学报, refType=null, unstructuredReference=操晓春, 赵思成, 武阿明, 梁思源, 王立元.
2025. 目标检测技术在开放环境中的挑战与进展.
中国图象图形学报,
30(6): 1616-1637 [DOI:
10.11834/jig.250004], articleTitle=目标检测技术在开放环境中的挑战与进展, refAbstract=null), Reference(id=1249044036695298468, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2017, volume=39, issue=6, pageStart=1256, pageEnd=1272, url=null, language=null, rfNumber=null, rfOrder=5, authorNames=Chen Y J, Pock T, journalName=IEEE Transactions on Pattern Analysis and Machine Intelligence, refType=null, unstructuredReference=
Chen Y J and
Pock T.
2017. Trainable nonlinear reaction diffusion: a flexible framework for fast and effective image restoration.
IEEE Transactions on Pattern Analysis and Machine Intelligence,
39(6): 1256-1272 [DOI:
10.1109/tpami.2016.2596743], articleTitle=Trainable nonlinear reaction diffusion: a flexible framework for fast and effective image restoration, refAbstract=null), Reference(id=1249044036766601637, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2022, volume=43, issue=8, pageStart=73, pageEnd=84, url=null, language=null, rfNumber=null, rfOrder=6, authorNames=Cheng D Q, Chen J, Kou Q Q, Nie S J, Zhang J Y, journalName=Chinese Journal of Scientific Instrument, refType=null, unstructuredReference=
Cheng D Q,
Chen J,
Kou Q Q,
Nie S J and
Zhang J Y.
2022. Lightweight super-resolution reconstruction method based on hierarchical features fusion and attention mechanism for mine image.
Chinese Journal of Scientific Instrument,
43(8): 73-84, articleTitle=Lightweight super-resolution reconstruction method based on hierarchical features fusion and attention mechanism for mine image, refAbstract=null), Reference(id=1249044036863070630, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2022, volume=43, issue=8, pageStart=73, pageEnd=84, url=null, language=null, rfNumber=null, rfOrder=7, authorNames=程德强, 陈杰, 寇旗旗, 聂帅杰, 张剑英, journalName=仪器仪表学报, refType=null, unstructuredReference=程德强, 陈杰, 寇旗旗, 聂帅杰, 张剑英.
2022. 融合层次特征和注意力机制的轻量化矿井图像超分辨率重建方法.
仪器仪表学报,
43(8): 73-84 [DOI:
10.19650/j.cnki.cjsi.J2209774], articleTitle=融合层次特征和注意力机制的轻量化矿井图像超分辨率重建方法, refAbstract=null), Reference(id=1249044036934373800, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2007a, volume=16, issue=8, pageStart=2080, pageEnd=2095, url=null, language=null, rfNumber=null, rfOrder=8, authorNames=Dabov K, Foi A, Katkovnik V, Egiazarian K, journalName=IEEE Transactions on Image Processing, refType=null, unstructuredReference=
Dabov K,
Foi A,
Katkovnik V and
Egiazarian K.
2007a. Image denoising by sparse 3-D transform-domain collaborative filtering.
IEEE Transactions on Image Processing,
16(8): 2080-2095 [DOI:
10.1109/tip.2007.901238], articleTitle=Image denoising by sparse 3-D transform-domain collaborative filtering, refAbstract=null), Reference(id=1249044037026648491, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2007b, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=9, authorNames=Dabov K, Foi A, Katkovnik V, Egiazarian K, journalName=null, refType=null, unstructuredReference=
Dabov K,
Foi A,
Katkovnik V and
Egiazarian K.
2007b. Color image denoising via sparse 3D collaborative filtering with grouping constraint in luminance-chrominance space//Proceedings of 2007 IEEE International Conference on Image Processing. San Antonio, USA: IEEE: I-313-I-316 [DOI:
10.1109/ICIP.2007.4378954], articleTitle=Color image denoising via sparse 3D collaborative filtering with grouping constraint in luminance-chrominance space, refAbstract=null), Reference(id=1249044037139894700, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2009, volume=null, issue=null, pageStart=248, pageEnd=255, url=null, language=null, rfNumber=null, rfOrder=10, authorNames=Deng J, Dong W, Socher R, Li L J, Li K, Li F F, journalName=null, refType=null, unstructuredReference=
Deng J,
Dong W,
Socher R,
Li L J,
Li K and
Li F F.
2009. ImageNet: a large-scale hierarchical image database//Proceedings of 2009 IEEE Conference on Computer Vision and Pattern Recognition. Miami, USA: IEEE:248-255 [DOI:
10.1109/CVPR.2009.5206848], articleTitle=ImageNet: a large-scale hierarchical image database, refAbstract=null), Reference(id=1249044037202809262, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2024, volume=49, issue=4, pageStart=2167, pageEnd=2178, url=null, language=null, rfNumber=null, rfOrder=11, authorNames=Fan H W, Zhang C, Cao X G, Liu J P, Zhang X H, Zhao H, journalName=Journal of China Coal Society, refType=null, unstructuredReference=
Fan H W,
Zhang C,
Cao X G,
Liu J P,
Zhang X H and
Zhao H.
2024. An image dust removal and enhancement method in low illumination environment based on dark-bright channel segmentation and fusion.
Journal of China Coal Society,
49(4): 2167-2178, articleTitle=An image dust removal and enhancement method in low illumination environment based on dark-bright channel segmentation and fusion, refAbstract=null), Reference(id=1249044037269918128, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2024, volume=49, issue=4, pageStart=2167, pageEnd=2178, url=null, language=null, rfNumber=null, rfOrder=12, authorNames=樊红卫, 张超, 曹现刚, 刘金鹏, 张旭辉, 赵寒, journalName=煤炭学报, refType=null, unstructuredReference=樊红卫, 张超, 曹现刚, 刘金鹏, 张旭辉, 赵寒.
2024. 一种基于暗亮通道分割融合的低照度环境图像去尘雾及增强方法.
煤炭学报,
49(4): 2167-2178 [DOI:
10.13225/j.cnki.jccs.2023.0576], articleTitle=一种基于暗亮通道分割融合的低照度环境图像去尘雾及增强方法, refAbstract=null), Reference(id=1249044037349609906, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=1712, pageEnd=1722, url=null, language=null, rfNumber=null, rfOrder=13, authorNames=Guo S, Yan Z F, Zhang K, Zuo W M, Zhang L, journalName=null, refType=null, unstructuredReference=
Guo S,
Yan Z F,
Zhang K,
Zuo W M and
Zhang L.
2019. Toward convolutional blind denoising of real photographs//Proceedings of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Long Beach, USA: IEEE:1712-1722 [DOI:
10.1109/CVPR.2019.00181], articleTitle=Toward convolutional blind denoising of real photographs, refAbstract=null), Reference(id=1249044037404135860, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=14776, pageEnd=14785, url=null, language=null, rfNumber=null, rfOrder=14, authorNames=Huang T, Li S J, Jia X, Lu H C, Liu J Z, journalName=null, refType=null, unstructuredReference=
Huang T,
Li S J,
Jia X,
Lu H C and
Liu J Z.
2021. Neighbor2neighbor: self-supervised denoising from single noisy images//Proceedings of 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Nashville, USA: IEEE:14776-14785 [DOI:
10.1109/CVPR46437.2021.01454], articleTitle=Neighbor2neighbor: self-supervised denoising from single noisy images, refAbstract=null), Reference(id=1249044037471244726, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=1999, volume=3, issue=1, pageStart=70, pageEnd=73, url=null, language=null, rfNumber=null, rfOrder=15, authorNames=Jao C S, Hier D B, Brint S U, journalName=IEEE Transactions on Information Technology in Biomedicine, refType=null, unstructuredReference=
Jao C S,
Hier D B and
Brint S U.
1999. The display of photographic-quality images on the web: a comparison of two technologies.
IEEE Transactions on Information Technology in Biomedicine,
3(1): 70-73 [DOI:
10.1109/4233.748977], articleTitle=The display of photographic-quality images on the web: a comparison of two technologies, refAbstract=null), Reference(id=1249044037546742200, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2024, volume=83, issue=20, pageStart=58181, pageEnd=58199, url=null, language=null, rfNumber=null, rfOrder=16, authorNames=Jebur R S, Zabil M H B M, Hammood D A, Cheng L K, journalName=Multimedia Tools and Applications, refType=null, unstructuredReference=
Jebur R S,
Zabil M H B M,
Hammood D A and
Cheng L K.
2024. A comprehensive review of image denoising in deep learning.
Multimedia Tools and Applications,
83(20): 58181-58199 [DOI:
10.1007/s11042-023-17468-2], articleTitle=A comprehensive review of image denoising in deep learning, refAbstract=null), Reference(id=1249044037626433978, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=2124, pageEnd=2132, url=null, language=null, rfNumber=null, rfOrder=17, authorNames=Krull A, Buchholz T O, Jug F, journalName=null, refType=null, unstructuredReference=
Krull A,
Buchholz T O and
Jug F.
2019. Noise2void-learning denoising from single noisy images//Proceedings of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Long Beach, USA: IEEE:2124-2132 [DOI:
10.1109/CVPR.2019.00223], articleTitle=Noise2void-learning denoising from single noisy images, refAbstract=null), Reference(id=1249044037706125756, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=6968, pageEnd=6978, url=null, language=null, rfNumber=null, rfOrder=18, authorNames=Laine S, Karras T, Lehtinen J, Aila T, journalName=null, refType=null, unstructuredReference=
Laine S,
Karras T,
Lehtinen J and
Aila T.
2019. High-quality self-supervised deep image denoising//Proceedings of 2019 Annual Conference on Neural Information Processing Systems. Vancouver, Canada: NeurIPS:6968-6978, articleTitle=High-quality self-supervised deep image denoising, refAbstract=null), Reference(id=1249044037794206142, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=2965, pageEnd=2974, url=null, language=null, rfNumber=null, rfOrder=19, authorNames=Lehtinen J, Munkberg J, Hasselgren J, Laine S, Karras T, Aittala A, Aila T, journalName=null, refType=null, unstructuredReference=
Lehtinen J,
Munkberg J,
Hasselgren J,
Laine S,
Karras T,
Aittala A and
Aila T.
2018. Noise2Noise: learning image restoration without clean data//Proceedings of the 35th International Conference on Machine Learning. Stockholm, Sweden: PMLR:2965-2974, articleTitle=Noise2Noise: learning image restoration without clean data, refAbstract=null), Reference(id=1249044037886480833, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=9446, pageEnd=9454, url=null, language=null, rfNumber=null, rfOrder=20, authorNames=Lempitsky V, Vedaldi A, Ulyanov D, journalName=null, refType=null, unstructuredReference=
Lempitsky V,
Vedaldi A and
Ulyanov D.
2018. Deep image prior//Proceedings of 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Salt Lake, USA: IEEE:9446-9454 [DOI:
10.1109/CVPR.2018.00984], articleTitle=Deep image prior, refAbstract=null), Reference(id=1249044037970366914, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2024, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=21, authorNames=Li J Y, Zhang Z L, Zuo W M, journalName=null, refType=null, unstructuredReference=
Li J Y,
Zhang Z L and
Zuo W M.
2024. TBSN: transformer-based blind-spot network for self-supervised image denoising [EB/OL]. [2024-11-01].
https://arxiv.org/pdf/2404.07846.pdf, articleTitle=TBSN: transformer-based blind-spot network for self-supervised image denoising, refAbstract=null), Reference(id=1249044038033281476, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2022, volume=27, issue=12, pageStart=3450, pageEnd=3460, url=null, language=null, rfNumber=null, rfOrder=22, authorNames=Li X Y, Wang L H, Zhou Y C, Zhang J, journalName=Journal of image and graphics, refType=null, unstructuredReference=
Li X Y,
Wang L H,
Zhou Y C and
Zhang J.
2022. Color image denoising using adaptive non-local 3D total variation.
Journal of image and graphics,
27(12): 3450-3460, articleTitle=Color image denoising using adaptive non-local 3D total variation, refAbstract=null), Reference(id=1249044038108778950, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2022, volume=27, issue=12, pageStart=3450, pageEnd=3460, url=null, language=null, rfNumber=null, rfOrder=23, authorNames=李潇瑶, 王炼红, 周怡聪, 章兢, journalName=中国图象图形学报, refType=null, unstructuredReference=李潇瑶, 王炼红, 周怡聪, 章兢.
2022. 自适应非局部3维全变分彩色图像去噪.
中国图象图形学报,
27(12): 3450-3460 [DOI:
10.11834/jig.210579], articleTitle=自适应非局部3维全变分彩色图像去噪, refAbstract=null), Reference(id=1249044038167499206, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2021, volume=46, issue=1, pageStart=1, pageEnd=15, url=null, language=null, rfNumber=null, rfOrder=24, authorNames=Liu F, Cao W J, Zhang J M, Cao G M, Guo L F, journalName=Journal of China Coal Society, refType=null, unstructuredReference=
Liu F,
Cao W J,
Zhang J M,
Cao G M and
Guo L F.
2021. Current technological innovation and development direction of the 14th Five-Year Plan period in China coal industry.
Journal of China Coal Society,
46(1): 1-15, articleTitle=Current technological innovation and development direction of the 14th Five-Year Plan period in China coal industry, refAbstract=null), Reference(id=1249044038238802375, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2021, volume=46, issue=1, pageStart=1, pageEnd=15, url=null, language=null, rfNumber=null, rfOrder=25, authorNames=刘峰, 曹文君, 张建明, 曹光明, 郭林峰, journalName=煤炭学报, refType=null, unstructuredReference=刘峰, 曹文君, 张建明, 曹光明, 郭林峰.
2021. 我国煤炭工业科技创新进展及“十四五”发展方向.
煤炭学报,
46(1): 1-15 [DOI:
10.13225/j.cnki.jccs.2021.0042], articleTitle=我国煤炭工业科技创新进展及“十四五”发展方向, refAbstract=null), Reference(id=1249044038310105545, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=45, issue=6, pageStart=1937, pageEnd=1948, url=null, language=null, rfNumber=null, rfOrder=26, authorNames=Mao S J, Cui J J, Wang S B, journalName=Journal of China Coal Society, refType=null, unstructuredReference=
Mao S J,
Cui J J and
Wang S B.
2020. Construction of information sharing platform of mine safe production for intelligent mining.
Journal of China Coal Society,
45(6): 1937-1948, articleTitle=Construction of information sharing platform of mine safe production for intelligent mining, refAbstract=null), Reference(id=1249044038381408715, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=45, issue=6, pageStart=1937, pageEnd=1948, url=null, language=null, rfNumber=null, rfOrder=27, authorNames=毛善君, 崔建军, 王世斌, journalName=煤炭学报, refType=null, unstructuredReference=毛善君, 崔建军, 王世斌.
2020. 煤矿智能开采信息共享管理平台构建研究.
煤炭学报,
45(6): 1937-1948 [DOI:
10.13225/j.cnki.jccs.ZN20.0341], articleTitle=煤矿智能开采信息共享管理平台构建研究, refAbstract=null), Reference(id=1249044038486266318, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2001, volume=null, issue=null, pageStart=416, pageEnd=423, url=null, language=null, rfNumber=null, rfOrder=28, authorNames=Martin D, Fowlkes C, Tal D, Malik J, journalName=null, refType=null, unstructuredReference=
Martin D,
Fowlkes C,
Tal D and
Malik J.
2001. A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics//Proceedings of the 8th IEEE International Conference on Computer Vision. ICCV 2001. Vancouver, Canada: IEEE:416-423 [DOI:
10.1109/ICCV.2001.937655], articleTitle=A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics, refAbstract=null), Reference(id=1249044040033964496, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=12061, pageEnd=12069, url=null, language=null, rfNumber=null, rfOrder=29, authorNames=Moran N, Schmidt D, Zhong Y, Coady P, journalName=null, refType=null, unstructuredReference=
Moran N,
Schmidt D,
Zhong Y and
Coady P.
2019. Noisier2Noise: learning to denoise from unpaired noisy data//Proceedings of 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Seattle, USA: IEEE:12061-12069 [DOI:
10.1109/CVPR42600.2020.01208], articleTitle=Noisier2Noise: learning to denoise from unpaired noisy data, refAbstract=null), Reference(id=1249044040105267665, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=null, issue=null, pageStart=1887, pageEnd=1895, url=null, language=null, rfNumber=null, rfOrder=30, authorNames=Quan Y H, Chen M Q, Pang T Y, Ji H, journalName=null, refType=null, unstructuredReference=
Quan Y H,
Chen M Q,
Pang T Y and
Ji H.
2020. Self2Self with dropout: learning self-supervised denoising from single image//Proceedings of 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Seattle, USA: IEEE:1887-1895 [DOI:
10.1109/CVPR42600.2020.00196], articleTitle=Self2Self with dropout: learning self-supervised denoising from single image, refAbstract=null), Reference(id=1249044040176570833, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=25, issue=2, pageStart=0282, pageEnd=0293, url=null, language=null, rfNumber=null, rfOrder=31, authorNames=Wei X, Yang G Q, Li J, Lu Y, Shi L, journalName=Journal of Image and Graphics, refType=null, unstructuredReference=
Wei X,
Yang G Q,
Li J,
Lu Y and
Shi L.
2020. Multiscale information-based conditional generative adversarial nets for downhole track detection.
Journal of Image and Graphics,
25(2): 0282-0293, articleTitle=Multiscale information-based conditional generative adversarial nets for downhole track detection, refAbstract=null), Reference(id=1249044040369508820, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=25, issue=2, pageStart=0282, pageEnd=0293, url=null, language=null, rfNumber=null, rfOrder=32, authorNames=卫星, 杨国强, 李佳, 陆阳, 石雷, journalName=中国图象图形学报, refType=null, unstructuredReference=卫星, 杨国强, 李佳, 陆阳, 石雷.
2020. 结合多尺度条件生成对抗网络的井下轨道检测.
中国图象图形学报,
25(2): 0282-0293. [DOI:
10.11834/jig.190119], articleTitle=结合多尺度条件生成对抗网络的井下轨道检测, refAbstract=null), Reference(id=1249044040465977812, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2022, volume=50, issue=1, pageStart=1, pageEnd=27, url=null, language=null, rfNumber=null, rfOrder=33, authorNames=Wang G F, journalName=null, refType=null, unstructuredReference=
Wang G F.
2022. New technological progress of coal mine intelligence and its problems. Coal Science and Technology,
50(1): 1-27, articleTitle=New technological progress of coal mine intelligence and its problems, refAbstract=null), Reference(id=1249044040549863894, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2022, volume=50, issue=1, pageStart=1, pageEnd=27, url=null, language=null, rfNumber=null, rfOrder=34, authorNames=王国法, journalName=煤炭科学技术, refType=null, unstructuredReference=王国法.
2022. 煤矿智能化最新技术进展与问题探讨.
煤炭科学技术,
50(1): 1-27 [DOI:
10.13199/j.cnki.cst.2022.01.001], articleTitle=煤矿智能化最新技术进展与问题探讨, refAbstract=null), Reference(id=1249044040621167064, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=33, issue=10, pageStart=879, pageEnd=888, url=null, language=null, rfNumber=null, rfOrder=35, authorNames=Wang P, Song X N, Wu X J, Yu D J, journalName=Pattern Recognition and Artificial Intelligence, refType=null, unstructuredReference=
Wang P,
Song X N,
Wu X J and
Yu D J.
2020. Multi-type features network for person re-identification.
Pattern Recognition and Artificial Intelligence,
33(10): 879-888, articleTitle=Multi-type features network for person re-identification, refAbstract=null), Reference(id=1249044040705053146, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2020, volume=33, issue=10, pageStart=879, pageEnd=888, url=null, language=null, rfNumber=null, rfOrder=36, authorNames=王鹏, 宋晓宁, 吴小俊, 於东军, journalName=模式识别与人工智能, refType=null, unstructuredReference=王鹏, 宋晓宁, 吴小俊, 於东军.
2020. 用于行人重识别的多类型特征网络.
模式识别与人工智能,
33(10): 879-888 [DOI:
10.16451/j.cnki.issn1003-6059.202010002], articleTitle=用于行人重识别的多类型特征网络, refAbstract=null), Reference(id=1249044040776356316, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=2017, pageEnd=2026, url=null, language=null, rfNumber=null, rfOrder=37, authorNames=Wang Z J, Liu J Z, Li G Q, Han H, journalName=null, refType=null, unstructuredReference=
Wang Z J,
Liu J Z,
Li G Q and
Han H.
2023. Blind2Unblind: self-supervised image denoising with visible blind spots//Proceedings of 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). New Orleans, USA: IEEE:2017-2026 [DOI:
10.1109/CVPR52688.2022.00207], articleTitle=Blind2Unblind: self-supervised image denoising with visible blind spots, refAbstract=null), Reference(id=1249044040851853790, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=38, authorNames=Wang Z J, Liu J Z, Zhai H, Han H, journalName=null, refType=null, unstructuredReference=
Wang Z J,
Liu J Z,
Zhai H and
Han H.
2023. Blind2Sound: self-supervised image denoising without residual noise [EB/OL]. [2024-11-01].
https://arxiv.org/pdf/2303.05183.pdf, articleTitle=Blind2Sound: self-supervised image denoising without residual noise, refAbstract=null), Reference(id=1249044040914768352, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=39, authorNames=Xu J, Li H, Liang Z T, Zhang D, Zhang L, journalName=null, refType=null, unstructuredReference=
Xu J,
Li H,
Liang Z T,
Zhang D and
Zhang L.
2018. Real-world noisy image denoising: a new benchmark [EB/OL]. [2024-11-01].
https://arxiv.org/pdf/1804.02603.pdf, articleTitle=Real-world noisy image denoising: a new benchmark, refAbstract=null), Reference(id=1249044040994460130, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2018, volume=27, issue=9, pageStart=4608, pageEnd=4622, url=null, language=null, rfNumber=null, rfOrder=40, authorNames=Zhang K, Zuo W M, Zhang L, journalName=IEEE Transactions on Image Processing, refType=null, unstructuredReference=
Zhang K,
Zuo W M and
Zhang L.
2018. FFDNet: toward a fast and flexible solution for CNN-based image denoising.
IEEE Transactions on Image Processing,
27(9): 4608-4622 [DOI:
10.1109/tip.2018.2839891], articleTitle=FFDNet: toward a fast and flexible solution for CNN-based image denoising, refAbstract=null), Reference(id=1249044041074151908, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, doi=null, pmid=null, pmcid=null, year=2017, volume=26, issue=7, pageStart=3142, pageEnd=3155, url=null, language=null, rfNumber=null, rfOrder=41, authorNames=Zhang K, Zuo W M, Chen Y J, Meng D Y, Zhang L, journalName=IEEE Transactions on Image Processing, refType=null, unstructuredReference=
Zhang K,
Zuo W M,
Chen Y J,
Meng D Y and
Zhang L.
2017. Beyond a Gaussian denoiser: residual learning of deep CNN for image denoising.
IEEE Transactions on Image Processing,
26(7): 3142-3155 [DOI:
10.1109/tip.2017.2662206], articleTitle=Beyond a Gaussian denoiser: residual learning of deep CNN for image denoising, refAbstract=null)], funds=null, companyList=[AuthorCompany(id=1249044027308445848, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, xref=1, ext=[AuthorCompanyExt(id=1249044027316834457, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1School of Artificial Intelligence, Anhui University of Science and Technology, Huainan232001, China), AuthorCompanyExt(id=1249044027325223066, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027308445848, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1安徽理工大学人工智能学院,淮南232001)]), AuthorCompany(id=1249044027400720544, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, xref=2, ext=[AuthorCompanyExt(id=1249044027409109153, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027400720544, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2School of Safety Science and Engineering, Anhui University of Science and Technology, Huainan232001, China), AuthorCompanyExt(id=1249044027413303458, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, companyId=1249044027400720544, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2安徽理工大学安全科学与工程学院,淮南232001)])], figs=[ArticleFig(id=1249044031259480346, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.1, caption=
Overall framework of denoising algorithm ((a) train stage; (b) test stage), figureFileSmall=uBu0l+CHn8RQQmbxlYRjhw==, figureFileBig=mjQAPhlmniE6jfyL4vmgJg==, tableContent=null), ArticleFig(id=1249044031360143647, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图1, caption=
去噪算法总框架, figureFileSmall=uBu0l+CHn8RQQmbxlYRjhw==, figureFileBig=mjQAPhlmniE6jfyL4vmgJg==, tableContent=null), ArticleFig(id=1249044031574053160, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.2, caption=
Adaptive masking, figureFileSmall=yHyMRWqwyMZyU/v41VuQyg==, figureFileBig=qJ+F3K2HC6/SBA2WFa/pvQ==, tableContent=null), ArticleFig(id=1249044031653744940, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图2, caption=
自适应掩码, figureFileSmall=yHyMRWqwyMZyU/v41VuQyg==, figureFileBig=qJ+F3K2HC6/SBA2WFa/pvQ==, tableContent=null), ArticleFig(id=1249044031733436721, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.3, caption=
Mask integration, figureFileSmall=BuYC/lQX1wYhHMsBFoqUdQ==, figureFileBig=mRu8wiq8gJcI7bBqUk2Jdg==, tableContent=null), ArticleFig(id=1249044031800545587, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图3, caption=
掩码集成, figureFileSmall=BuYC/lQX1wYhHMsBFoqUdQ==, figureFileBig=mRu8wiq8gJcI7bBqUk2Jdg==, tableContent=null), ArticleFig(id=1249044031876043063, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.4, caption=
Visual denoising results of mine images at σ=25, figureFileSmall=9Ip+SJ7Z8RxorcZIk/PTMg==, figureFileBig=RyHy4lEW7u5JuIpfXDn+CQ==, tableContent=null), ArticleFig(id=1249044031951540539, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图4, caption=
在σ=25下的矿井图像可视化去噪结果, figureFileSmall=9Ip+SJ7Z8RxorcZIk/PTMg==, figureFileBig=RyHy4lEW7u5JuIpfXDn+CQ==, tableContent=null), ArticleFig(id=1249044032043815229, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.5, caption=
Visual denoising results of mine images at σ=50, figureFileSmall=L2dGXO9HzQaCFdwD+nCwsQ==, figureFileBig=RY9ktXiC2o0dkOPpA/l5HA==, tableContent=null), ArticleFig(id=1249044032136089924, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图5, caption=
在σ=50下的矿井图像可视化去噪结果, figureFileSmall=L2dGXO9HzQaCFdwD+nCwsQ==, figureFileBig=RY9ktXiC2o0dkOPpA/l5HA==, tableContent=null), ArticleFig(id=1249044032232558916, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.6, caption=
Visual denoising results of synthesized noise at σ=25, figureFileSmall=VnF6lLRHLa9U+S6zV54UfQ==, figureFileBig=Xp2vHjVfpR0K6s95TZYerw==, tableContent=null), ArticleFig(id=1249044032345805128, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图6, caption=
在σ=25下的合成噪声可视化去噪结果, figureFileSmall=VnF6lLRHLa9U+S6zV54UfQ==, figureFileBig=Xp2vHjVfpR0K6s95TZYerw==, tableContent=null), ArticleFig(id=1249044032400331083, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.7, caption=
Visual denoising results of synthesized noise at λ=30, figureFileSmall=KxQHRN12luO9YztAj+6+Cg==, figureFileBig=tugyTYA+S+Mo0ymUFQMkBw==, tableContent=null), ArticleFig(id=1249044032450662734, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图7, caption=
在λ=30下的合成噪声可视化去噪结果, figureFileSmall=KxQHRN12luO9YztAj+6+Cg==, figureFileBig=tugyTYA+S+Mo0ymUFQMkBw==, tableContent=null), ArticleFig(id=1249044032521965906, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Fig.8, caption=
Visual denoising results of real-world noise, figureFileSmall=PV8nksoealvTfz9TQSoHhQ==, figureFileBig=K39qHWsklpqxH9a1WZ72Iw==, tableContent=null), ArticleFig(id=1249044032614240596, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=图8, caption=
真实噪声的可视化去噪结果, figureFileSmall=PV8nksoealvTfz9TQSoHhQ==, figureFileBig=K39qHWsklpqxH9a1WZ72Iw==, tableContent=null), ArticleFig(id=1249044032719098197, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.1, caption=
Denoising results of mine images in three different scenarios
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | 巷道 | 机电硐室 | 带式输送机 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 32.54 | 0.875 | 30.77 | 0.883 | 32.09 | 0.862 |
| DnCNN(Zhang等,2017) | 33.23 | 0.892 | 31.80 | 0.825 | 34.14 | 0.877 |
| Ner2N(Moran等,2019) | 32.36 | 0.845 | 29.73 | 0.796 | 32.01 | 0.844 |
| Laine19(Laine等,2019) | 33.34 | 0.889 | 31.87 | 0.887 | 34.00 | 0.863 |
| N2N(Lehtinen等,2018) | 33.76 | 0.894 | 32.30 | 0.876 | 32.65 | 0.837 |
| NBR2NBR(Huang等,2021) | 33.17 | 0.893 | 31.76 | 0.928 | 34.33 | 0.882 |
| B2U(Wang等,2022) | 33.36 | 0.893 | 32.00 | 0.929 | 34.44 | 0.884 |
| B2S(Wang等,2023) | 33.25 | 0.899 | 32.63 | 0.915 | 34.15 | 0.879 |
| TBSN(Li等,2024) | 32.97 | 0.886 | 31.88 | 0.909 | 33.86 | 0.879 |
| 本文 | 33.65 | 0.902 | 32.85 | 0.936 | 34.51 | 0.888 |
), ArticleFig(id=1249044032815567192, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表1, caption=
3个不同场景的矿井图像去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | 巷道 | 机电硐室 | 带式输送机 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 32.54 | 0.875 | 30.77 | 0.883 | 32.09 | 0.862 |
| DnCNN(Zhang等,2017) | 33.23 | 0.892 | 31.80 | 0.825 | 34.14 | 0.877 |
| Ner2N(Moran等,2019) | 32.36 | 0.845 | 29.73 | 0.796 | 32.01 | 0.844 |
| Laine19(Laine等,2019) | 33.34 | 0.889 | 31.87 | 0.887 | 34.00 | 0.863 |
| N2N(Lehtinen等,2018) | 33.76 | 0.894 | 32.30 | 0.876 | 32.65 | 0.837 |
| NBR2NBR(Huang等,2021) | 33.17 | 0.893 | 31.76 | 0.928 | 34.33 | 0.882 |
| B2U(Wang等,2022) | 33.36 | 0.893 | 32.00 | 0.929 | 34.44 | 0.884 |
| B2S(Wang等,2023) | 33.25 | 0.899 | 32.63 | 0.915 | 34.15 | 0.879 |
| TBSN(Li等,2024) | 32.97 | 0.886 | 31.88 | 0.909 | 33.86 | 0.879 |
| 本文 | 33.65 | 0.902 | 32.85 | 0.936 | 34.51 | 0.888 |
), ArticleFig(id=1249044032903647579, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.2, caption=
Denoising results of mine images at three Gaussian levels
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Gaussian  | Gaussian  | Gaussian  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 33.86 | 0.868 | 32.94 | 0.859 | 28.42 | 0.814 |
| DnCNN(Zhang等,2017) | 32.92 | 0.833 | 30.36 | 0.863 | 29.82 | 0.837 |
| Ner2N(Moran等,2019) | 33.92 | 0.871 | 32.15 | 0.833 | 29.31 | 0.812 |
| Laine19(Laine等,2019) | 34.97 | 0.913 | 32.54 | 0.871 | 29.89 | 0.836 |
| N2N(Lehtinen等,2018) | 33.23 | 0.887 | 31.90 | 0.859 | 30.43 | 0.826 |
| NBR2NBR(Huang等,2021) | 33.35 | 0.899 | 33.20 | 0.911 | 29.82 | 0.845 |
| B2U(Wang等,2022) | 35.64 | 0.941 | 33.27 | 0.909 | 29.96 | 0.847 |
| B2S(Wang等,2023) | 34.69 | 0.862 | 32.98 | 0.900 | 29.73 | 0.847 |
| TBSN(Li等,2024) | 33.79 | 0.901 | 33.41 | 0.894 | 29.75 | 0.836 |
| 本文 | 35.81 | 0.922 | 33.45 | 0.912 | 31.08 | 0.852 |
), ArticleFig(id=1249044033037865314, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表2, caption=
3个不同高斯噪声水平下的矿井图像去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Gaussian  | Gaussian  | Gaussian  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 33.86 | 0.868 | 32.94 | 0.859 | 28.42 | 0.814 |
| DnCNN(Zhang等,2017) | 32.92 | 0.833 | 30.36 | 0.863 | 29.82 | 0.837 |
| Ner2N(Moran等,2019) | 33.92 | 0.871 | 32.15 | 0.833 | 29.31 | 0.812 |
| Laine19(Laine等,2019) | 34.97 | 0.913 | 32.54 | 0.871 | 29.89 | 0.836 |
| N2N(Lehtinen等,2018) | 33.23 | 0.887 | 31.90 | 0.859 | 30.43 | 0.826 |
| NBR2NBR(Huang等,2021) | 33.35 | 0.899 | 33.20 | 0.911 | 29.82 | 0.845 |
| B2U(Wang等,2022) | 35.64 | 0.941 | 33.27 | 0.909 | 29.96 | 0.847 |
| B2S(Wang等,2023) | 34.69 | 0.862 | 32.98 | 0.900 | 29.73 | 0.847 |
| TBSN(Li等,2024) | 33.79 | 0.901 | 33.41 | 0.894 | 29.75 | 0.836 |
| 本文 | 35.81 | 0.922 | 33.45 | 0.912 | 31.08 | 0.852 |
), ArticleFig(id=1249044033125945700, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.3, caption=
Denoising results of synthesized noise at Gaussian σ=25
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 31.87 | 0.868 | 30.48 | 0.861 | 31.83 | 0.837 |
| DnCNN(Zhang等,2017) | 30.48 | 0.838 | 29.91 | 0.837 | 30.27 | 0.846 |
| Self2Self(Quan等,2020) | 31.28 | 0.864 | 29.86 | 0.849 | 30.45 | 0.837 |
| Ner2N(Moran等,2019) | 30.70 | 0.845 | 29.32 | 0.833 | 30.32 | 0.832 |
| Laine19-mu(Laine等,2019) | 30.32 | 0.840 | 28.62 | 0.803 | 30.36 | 0.849 |
| Laine19-pme(Laine等,2019) | 32.40 | 0.883 | 30.99 | 0.877 | 31.45 | 0.866 |
| N2N(Lehtinen等,2018) | 31.80 | 0.870 | 31.72 | 0.874 | 31.53 | 0.865 |
| NBR2NBR(Huang等,2021) | 32.08 | 0.879 | 30.79 | 0.873 | 32.09 | 0.895 |
| B2U(Wang等,2022) | 32.27 | 0.880 | 30.87 | 0.872 | 31.81 | 0.894 |
| B2S(Wang等,2023) | 31.96 | 0.862 | 30.96 | 0.887 | 32.14 | 0.884 |
| TBSN(Li等,2024) | 32.54 | 0.874 | 30.94 | 0.890 | 31.87 | 0.891 |
| 本文 | 32.22 | 0.883 | 31.94 | 0.892 | 32.26 | 0.897 |
), ArticleFig(id=1249044033193054568, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表3, caption=
在高斯噪声σ=25的合成噪声去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 31.87 | 0.868 | 30.48 | 0.861 | 31.83 | 0.837 |
| DnCNN(Zhang等,2017) | 30.48 | 0.838 | 29.91 | 0.837 | 30.27 | 0.846 |
| Self2Self(Quan等,2020) | 31.28 | 0.864 | 29.86 | 0.849 | 30.45 | 0.837 |
| Ner2N(Moran等,2019) | 30.70 | 0.845 | 29.32 | 0.833 | 30.32 | 0.832 |
| Laine19-mu(Laine等,2019) | 30.32 | 0.840 | 28.62 | 0.803 | 30.36 | 0.849 |
| Laine19-pme(Laine等,2019) | 32.40 | 0.883 | 30.99 | 0.877 | 31.45 | 0.866 |
| N2N(Lehtinen等,2018) | 31.80 | 0.870 | 31.72 | 0.874 | 31.53 | 0.865 |
| NBR2NBR(Huang等,2021) | 32.08 | 0.879 | 30.79 | 0.873 | 32.09 | 0.895 |
| B2U(Wang等,2022) | 32.27 | 0.880 | 30.87 | 0.872 | 31.81 | 0.894 |
| B2S(Wang等,2023) | 31.96 | 0.862 | 30.96 | 0.887 | 32.14 | 0.884 |
| TBSN(Li等,2024) | 32.54 | 0.874 | 30.94 | 0.890 | 31.87 | 0.891 |
| 本文 | 32.22 | 0.883 | 31.94 | 0.892 | 32.26 | 0.897 |
), ArticleFig(id=1249044033251774827, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.4, caption=
Denoising results of synthesized noise at Gaussian σ∈[5,50]
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 32.02 | 0.860 | 30.56 | 0.847 | 29.12 | 0.913 |
| Self2Self(Quan等,2020) | 31.37 | 0.863 | 29.87 | 0.841 | 30.62 | 0.857 |
| Laine19-mu(Laine等,2019) | 30.52 | 0.833 | 28.43 | 0.794 | 29.75 | 0.833 |
| Laine19-pme(Laine等,2019) | 32.40 | 0.854 | 30.95 | 0.859 | 31.24 | 0.883 |
| NBR2NBR(Huang等,2021) | 32.10 | 0.870 | 30.73 | 0.861 | 32.27 | 0.886 |
| B2U(Wang等,2022) | 32.34 | 0.872 | 30.86 | 0.866 | 31.72 | 0.873 |
| B2S(Wang等,2023) | 32.19 | 0.884 | 31.29 | 0.879 | 31.91 | 0.884 |
| TBSN(Li等,2024) | 33.01 | 0.889 | 31.94 | 0.881 | 31.97 | 0.887 |
| 本文 | 33.37 | 0.893 | 32.17 | 0.883 | 32.49 | 0.891 |
), ArticleFig(id=1249044033352438127, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表4, caption=
在高斯噪声σ∈[5,50]的合成噪声去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 32.02 | 0.860 | 30.56 | 0.847 | 29.12 | 0.913 |
| Self2Self(Quan等,2020) | 31.37 | 0.863 | 29.87 | 0.841 | 30.62 | 0.857 |
| Laine19-mu(Laine等,2019) | 30.52 | 0.833 | 28.43 | 0.794 | 29.75 | 0.833 |
| Laine19-pme(Laine等,2019) | 32.40 | 0.854 | 30.95 | 0.859 | 31.24 | 0.883 |
| NBR2NBR(Huang等,2021) | 32.10 | 0.870 | 30.73 | 0.861 | 32.27 | 0.886 |
| B2U(Wang等,2022) | 32.34 | 0.872 | 30.86 | 0.866 | 31.72 | 0.873 |
| B2S(Wang等,2023) | 32.19 | 0.884 | 31.29 | 0.879 | 31.91 | 0.884 |
| TBSN(Li等,2024) | 33.01 | 0.889 | 31.94 | 0.881 | 31.97 | 0.887 |
| 本文 | 33.37 | 0.893 | 32.17 | 0.883 | 32.49 | 0.891 |
), ArticleFig(id=1249044033423741298, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.5, caption=
Denoising results of synthesized noise at Poisson λ=30
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| Self2Self(Quan等,2020) | 30.31 | 0.857 | 28.93 | 0.840 | 30.51 | 0.857 |
| Ner2N(Moran等,2019) | 30.12 | 0.844 | 27.36 | 0.798 | 28.32 | 0.806 |
| Laine19-mu(Laine等,2019) | 30.19 | 0.833 | 28.25 | 0.794 | 30.14 | 0.817 |
| Laine19-pme(Laine等,2019) | 31.67 | 0.874 | 30.25 | 0.866 | 30.47 | 0.858 |
| N2N(Lehtinen等,2018) | 26.68 | 0.855 | 27.21 | 0.860 | 27.50 | 0.859 |
| NBR2NBR(Huang等,2021) | 31.44 | 0.870 | 30.10 | 0.863 | 31.47 | 0.888 |
| B2U(Wang等,2022) | 31.64 | 0.871 | 30.25 | 0.862 | 31.14 | 0.886 |
| B2S(Wang等,2023) | 31.02 | 0.868 | 30.89 | 0.879 | 30.96 | 0.876 |
| TBSN(Li等,2024) | 31.39 | 0.870 | 31.06 | 0.877 | 31.44 | 0.879 |
| 本文 | 31.52 | 0.873 | 31.27 | 0.882 | 31.63 | 0.889 |
), ArticleFig(id=1249044033516015991, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表5, caption=
在泊松噪声λ=30的合成噪声去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| Self2Self(Quan等,2020) | 30.31 | 0.857 | 28.93 | 0.840 | 30.51 | 0.857 |
| Ner2N(Moran等,2019) | 30.12 | 0.844 | 27.36 | 0.798 | 28.32 | 0.806 |
| Laine19-mu(Laine等,2019) | 30.19 | 0.833 | 28.25 | 0.794 | 30.14 | 0.817 |
| Laine19-pme(Laine等,2019) | 31.67 | 0.874 | 30.25 | 0.866 | 30.47 | 0.858 |
| N2N(Lehtinen等,2018) | 26.68 | 0.855 | 27.21 | 0.860 | 27.50 | 0.859 |
| NBR2NBR(Huang等,2021) | 31.44 | 0.870 | 30.10 | 0.863 | 31.47 | 0.888 |
| B2U(Wang等,2022) | 31.64 | 0.871 | 30.25 | 0.862 | 31.14 | 0.886 |
| B2S(Wang等,2023) | 31.02 | 0.868 | 30.89 | 0.879 | 30.96 | 0.876 |
| TBSN(Li等,2024) | 31.39 | 0.870 | 31.06 | 0.877 | 31.44 | 0.879 |
| 本文 | 31.52 | 0.873 | 31.27 | 0.882 | 31.63 | 0.889 |
), ArticleFig(id=1249044033604096378, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.6, caption=
Denoising results of synthesized noise at Poisson λ∈[5,50]
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| Self2Self(Quan等,2020) | 29.06 | 0.834 | 28.15 | 0.817 | 29.43 | 0.837 |
| Laine19-mu(Laine等,2019) | 29.76 | 0.820 | 27.89 | 0.778 | 29.81 | 0.826 |
| Laine19-pme(Laine等,2019) | 30.88 | 0.850 | 29.57 | 0.841 | 30.96 | 0.853 |
| NBR2NBR(Huang等,2021) | 30.86 | 0.855 | 29.54 | 0.843 | 30.86 | 0.867 |
| B2U(Wang等,2022) | 31.07 | 0.857 | 29.92 | 0.852 | 30.63 | 0.874 |
| B2S(Wang等,2023) | 30.77 | 0.851 | 29.97 | 0.847 | 31.05 | 0.865 |
| TBSN(Li等,2024) | 30.79 | 0.847 | 30.41 | 0.861 | 30.89 | 0.861 |
| 本文 | 30.81 | 0.854 | 30.62 | 0.866 | 31.14 | 0.877 |
), ArticleFig(id=1249044033671205244, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表6, caption=
在泊松噪声λ∈[5,50]的合成噪声去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 算法 | Kodak24 | BSD300 | BSD500 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| Self2Self(Quan等,2020) | 29.06 | 0.834 | 28.15 | 0.817 | 29.43 | 0.837 |
| Laine19-mu(Laine等,2019) | 29.76 | 0.820 | 27.89 | 0.778 | 29.81 | 0.826 |
| Laine19-pme(Laine等,2019) | 30.88 | 0.850 | 29.57 | 0.841 | 30.96 | 0.853 |
| NBR2NBR(Huang等,2021) | 30.86 | 0.855 | 29.54 | 0.843 | 30.86 | 0.867 |
| B2U(Wang等,2022) | 31.07 | 0.857 | 29.92 | 0.852 | 30.63 | 0.874 |
| B2S(Wang等,2023) | 30.77 | 0.851 | 29.97 | 0.847 | 31.05 | 0.865 |
| TBSN(Li等,2024) | 30.79 | 0.847 | 30.41 | 0.861 | 30.89 | 0.861 |
| 本文 | 30.81 | 0.854 | 30.62 | 0.866 | 31.14 | 0.877 |
), ArticleFig(id=1249044033763479934, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.7, caption=
Denoising results of real-world noise
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Sony A7II相机 | Nikon 800相机 | Canon 600相机 | Canon 80D相机 | Canon 5D2相机 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 33.17 | 0.869 | 33.23 | 0.862 | 33.96 | 0.867 | 32.47 | 0.867 | 32.24 | 0.867 |
| DnCNN(Zhang等,2017) | 34.69 | 0.932 | 33.32 | 0.920 | 34.75 | 0.926 | 33.52 | 0.925 | 33.72 | 0.932 |
| Ner2N(Moran等,2019) | 33.52 | 0.883 | 32.46 | 0.857 | 33.44 | 0.892 | 32.73 | 0.889 | 32.87 | 0.889 |
| Laine19(Laine等,2019) | 34.42 | 0.916 | 33.96 | 0.914 | 34.52 | 0.913 | 33.51 | 0.911 | 33.14 | 0.926 |
| N2N(Lehtinen等,2018) | 32.50 | 0.885 | 32.43 | 0.888 | 32.41 | 0.894 | 31.79 | 0.883 | 32.67 | 0.915 |
| NBR2NBR(Huang等,2021) | 34.77 | 0.935 | 33.39 | 0.925 | 34.80 | 0.928 | 33.57 | 0.929 | 33.69 | 0.933 |
| B2U(Wang等,2022) | 34.61 | 0.932 | 34.85 | 0.931 | 35.09 | 0.932 | 34.16 | 0.930 | 34.92 | 0.933 |
| B2S(Wang等,2023) | 34.29 | 0.935 | 32.49 | 0.905 | 35.91 | 0.934 | 33.74 | 0.929 | 34.69 | 0.915 |
| TBSN(Li等,2024) | 35.61 | 0.932 | 34.71 | 0.931 | 35.27 | 0.911 | 34.19 | 0.930 | 34.55 | 0.904 |
| 本文 | 34.82 | 0.938 | 34.91 | 0.933 | 36.25 | 0.942 | 34.73 | 0.924 | 34.97 | 0.936 |
), ArticleFig(id=1249044033843171714, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表7, caption=
真实噪声的去噪结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Sony A7II相机 | Nikon 800相机 | Canon 600相机 | Canon 80D相机 | Canon 5D2相机 |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| CBM3D(Dabov等,2007b) | 33.17 | 0.869 | 33.23 | 0.862 | 33.96 | 0.867 | 32.47 | 0.867 | 32.24 | 0.867 |
| DnCNN(Zhang等,2017) | 34.69 | 0.932 | 33.32 | 0.920 | 34.75 | 0.926 | 33.52 | 0.925 | 33.72 | 0.932 |
| Ner2N(Moran等,2019) | 33.52 | 0.883 | 32.46 | 0.857 | 33.44 | 0.892 | 32.73 | 0.889 | 32.87 | 0.889 |
| Laine19(Laine等,2019) | 34.42 | 0.916 | 33.96 | 0.914 | 34.52 | 0.913 | 33.51 | 0.911 | 33.14 | 0.926 |
| N2N(Lehtinen等,2018) | 32.50 | 0.885 | 32.43 | 0.888 | 32.41 | 0.894 | 31.79 | 0.883 | 32.67 | 0.915 |
| NBR2NBR(Huang等,2021) | 34.77 | 0.935 | 33.39 | 0.925 | 34.80 | 0.928 | 33.57 | 0.929 | 33.69 | 0.933 |
| B2U(Wang等,2022) | 34.61 | 0.932 | 34.85 | 0.931 | 35.09 | 0.932 | 34.16 | 0.930 | 34.92 | 0.933 |
| B2S(Wang等,2023) | 34.29 | 0.935 | 32.49 | 0.905 | 35.91 | 0.934 | 33.74 | 0.929 | 34.69 | 0.915 |
| TBSN(Li等,2024) | 35.61 | 0.932 | 34.71 | 0.931 | 35.27 | 0.911 | 34.19 | 0.930 | 34.55 | 0.904 |
| 本文 | 34.82 | 0.938 | 34.91 | 0.933 | 36.25 | 0.942 | 34.73 | 0.924 | 34.97 | 0.936 |
), ArticleFig(id=1249044033952223622, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.8, caption=
Results of ablation with different loss functions
, figureFileSmall=null, figureFileBig=null, tableContent=
| 损失函数 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
 | 32.22 | 0.883 | 33.37 | 0.893 | 31.52 | 0.873 | 30.81 | 0.854 |
 | 30.04 | 0.833 | 29.37 | 0.812 | 30.01 | 0.809 | 28.76 | 0.747 |
), ArticleFig(id=1249044035504116104, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表8, caption=
不同损失函数的消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 损失函数 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
 | 32.22 | 0.883 | 33.37 | 0.893 | 31.52 | 0.873 | 30.81 | 0.854 |
 | 30.04 | 0.833 | 29.37 | 0.812 | 30.01 | 0.809 | 28.76 | 0.747 |
), ArticleFig(id=1249044035579613580, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.9, caption=
Results of ablation with different hyperparameter φ
, figureFileSmall=null, figureFileBig=null, tableContent=
 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
 | 29.44 | 0.818 | 29.70 | 0.825 | 28.65 | 0.807 | 27.92 | 0.814 |
 | 30.07 | 0.852 | 29.03 | 0.836 | 30.05 | 0.825 | 30.21 | 0.805 |
 | 32.22 | 0.883 | 33.37 | 0.893 | 31.52 | 0.873 | 30.81 | 0.854 |
 | 32.01 | 0.868 | 32.41 | 0.875 | 32.09 | 0.862 | 30.89 | 0.854 |
), ArticleFig(id=1249044035759968656, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表9, caption=
不同超参数φ的消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
 | 29.44 | 0.818 | 29.70 | 0.825 | 28.65 | 0.807 | 27.92 | 0.814 |
 | 30.07 | 0.852 | 29.03 | 0.836 | 30.05 | 0.825 | 30.21 | 0.805 |
 | 32.22 | 0.883 | 33.37 | 0.893 | 31.52 | 0.873 | 30.81 | 0.854 |
 | 32.01 | 0.868 | 32.41 | 0.875 | 32.09 | 0.862 | 30.89 | 0.854 |
), ArticleFig(id=1249044035848049041, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.10, caption=
Results of ablation with different hyperparameter μ
, figureFileSmall=null, figureFileBig=null, tableContent=
 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
 | 28.01 | 0.795 | 28.05 | 0.782 | 27.76 | 0.788 | 27.43 | 0.762 |
 | 30.26 | 0.822 | 29.74 | 0.810 | 30.56 | 0.845 | 30.16 | 0.823 |
 | 31.52 | 0.843 | 32.41 | 0.824 | 31.09 | 0.852 | 30.44 | 0.837 |
 | 32.22 | 0.883 | 33.37 | 0.875 | 31.52 | 0.873 | 30.81 | 0.854 |
), ArticleFig(id=1249044035965489558, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表10, caption=
不同超参数μ的消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
 | 28.01 | 0.795 | 28.05 | 0.782 | 27.76 | 0.788 | 27.43 | 0.762 |
 | 30.26 | 0.822 | 29.74 | 0.810 | 30.56 | 0.845 | 30.16 | 0.823 |
 | 31.52 | 0.843 | 32.41 | 0.824 | 31.09 | 0.852 | 30.44 | 0.837 |
 | 32.22 | 0.883 | 33.37 | 0.875 | 31.52 | 0.873 | 30.81 | 0.854 |
), ArticleFig(id=1249044036087124376, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=EN, label=Tab.11, caption=
Results of ablation with different masking methods
, figureFileSmall=null, figureFileBig=null, tableContent=
| 掩码方式 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| 边缘掩码 | 30.19 | 0.796 | 30.22 | 0.799 | 31.03 | 0.811 | 29.14 | 0.807 |
| 角点掩码 | 30.11 | 0.799 | 30.19 | 0.805 | 29.97 | 0.806 | 29.77 | 0.800 |
| 自适应掩码 | 32.22 | 0.883 | 33.37 | 0.893 | 31.52 | 0.873 | 30.81 | 0.854 |
), ArticleFig(id=1249044036158427547, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044008090145548, language=CN, label=表11, caption=
不同掩码方式的消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 掩码方式 |  |  |  |  |
|---|
| PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM | PSNR/dB | SSIM |
|---|
| 边缘掩码 | 30.19 | 0.796 | 30.22 | 0.799 | 31.03 | 0.811 | 29.14 | 0.807 |
| 角点掩码 | 30.11 | 0.799 | 30.19 | 0.805 | 29.97 | 0.806 | 29.77 | 0.800 |
| 自适应掩码 | 32.22 | 0.883 | 33.37 | 0.893 | 31.52 | 0.873 | 30.81 | 0.854 |
)], attaches=null, journal=Journal(id=1249023527618129992, delFlag=0, nameCn=中国图象图形学报, nameEn=Journal of Image and Graphics, nameHistory1=null, nameHistory2=null, issn=1006-8961, eissn=null, cn=11-3758, coden=CODEN ZTTXFZ, periodic=0, language=CN, oaType=null, ccby=null, superviseOffice=null, ownerOffice=null, pubOffice=null, editorOffice=null, officeType=null, aims=null, clcCode=null, officeProv=null, officeCity=null, officeAddr=null, officeZip=null, officeEmail=null, officePhone=null, editDirector=null, officeDirector=null, officeDirectorPhone=null, officeStaffNum=null, officeEmpNum=null, coverPicUrl=uirXtX858YS3zEpFXZttJA==, journalPrice=null, startedYear=null, abbrevIsoEn=Journal of Image and Graphics, journalRemark=null, publicationField=null, createdTime=1775720014721, updatedTime=1775720337198, createdBy=18614031015, updatedBy=13701087609, firstLetterCn=J, firstLetterEn=J, subjectCode=Engineering, subjectName=null, subjectCodeEn=Engineering, subjectNameEn=null, picCn=uirXtX858YS3zEpFXZttJA==, picEn=bud7qaxfvWHeFsbyBTAiKQ==, jcr=null, cjcr=null, exts=[JournalExt(id=1249024880377786590, language=CN, name=中国图象图形学报, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1775720337242, updatedTime=1775720337242, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=e6369def-2842-41d8, submissionEditorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-editor&redirect_uri=https%3A%2F%2Fcjigeditor.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=9ccec05b-6bd, submissionReviewUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=1e8a31c8-5434-4f78, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""}), JournalExt(id=1249024880449089759, language=EN, name=Journal of Image and Graphics, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1775720337259, updatedTime=1775720337259, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=e6369def-2842-41d8, submissionEditorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-editor&redirect_uri=https%3A%2F%2Fcjigeditor.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=9ccec05b-6bd, submissionReviewUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=1e8a31c8-5434-4f78, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""})], databaseList=null, tenantJournalId=1249024232475115590, websiteList=[Website(id=1249025782459334881, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1249024232475115590, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN, language=CN, createTime=1775720552315, createBy=18614031015, updateTime=1775720586268, updateBy=18614031015, name=中国图象图形学报-中文, tplId=1146099689490845704, title=中国图象图形学报, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1249026166254928133, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=articleTextType, value=kx, createTime=1775720643819, updateTime=1775720643819, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166221373698, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=banner, value=null, createTime=1775720643811, updateTime=1775720643811, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166271705352, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=grayFlag, value=0, createTime=1775720643823, updateTime=1775720643823, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166212985089, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=logo, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/file/pic?fileId=TDRjKTHfgAnvFKZaDA70wA==, createTime=1775720643809, updateTime=1775720643809, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166288482570, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=minRunFlag, value=0, createTime=1775720643827, updateTime=1775720643827, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166246539524, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/file/pic, createTime=1775720643817, updateTime=1775720643817, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166280093961, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=silenceFlag, value=0, createTime=1775720643825, updateTime=1775720643825, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166233956611, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_cn_619/, createTime=1775720643814, updateTime=1775720643814, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166259122438, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=themeColor, value=null, createTime=1775720643820, updateTime=1775720643820, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166267511047, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=themeStyle, value=null, createTime=1775720643822, updateTime=1775720643822, creator=18614031015, updator=18614031015)]), Website(id=1249025782681633001, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1249024232475115590, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN, language=EN, createTime=1775720552368, createBy=18614031015, updateTime=1775720607118, updateBy=18614031015, name=中国图象图形学报-英文, tplId=1146101810881728533, title=Journal of Image and Graphics, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1249026195371786511, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=articleTextType, value=kx, createTime=1775720650761, updateTime=1775720650761, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195355009292, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=banner, value=null, createTime=1775720650757, updateTime=1775720650757, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195392758034, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=grayFlag, value=0, createTime=1775720650766, updateTime=1775720650766, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195342426379, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=logo, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/file/pic?fileId=TDRjKTHfgAnvFKZaDA70wA==, createTime=1775720650754, updateTime=1775720650754, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195409535252, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=minRunFlag, value=0, createTime=1775720650770, updateTime=1775720650770, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195367592206, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/file/pic, createTime=1775720650760, updateTime=1775720650760, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195401146643, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=silenceFlag, value=0, createTime=1775720650768, updateTime=1775720650768, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195359203597, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_en_623/, createTime=1775720650758, updateTime=1775720650758, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195380175120, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=themeColor, value=null, createTime=1775720650763, updateTime=1775720650763, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195388563729, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=themeStyle, value=null, createTime=1775720650765, updateTime=1775720650765, creator=18614031015, updator=18614031015)])], journalTitle=中国图象图形学报, weixinUrl=null, journalUrl=https://www.cjig.cn/, iacademicId=null, status=1, seqNo=null, journalTitleEn=Journal of Image and Graphics, journalPhotoCn=uirXtX858YS3zEpFXZttJA==, journalPhotoEn=bud7qaxfvWHeFsbyBTAiKQ==, journalFirstLetter=J, journalRecommend=null, journalNew=null, journalCollection=null, jcrJf=null, cjcrJf=null, jcrJfStr=null, cjcrJfStr=null, submissionFirstDecision=null, sciSubjectClassification=null, casSubjectClassification=null, citeScore=null, totalCitationFrequency=null, icpCode=null, psCode=null, advertisingLicenseCode=null, copyrightInformation=null, country=null, option=, provinceCode=null, provinceName=null, collectFlag=false), detailUrlCn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/10.11834/jig.240624, detailUrlEn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/10.11834/jig.240624, pdfUrlCn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/PDF/10.11834/jig.240624, pdfUrlEn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/PDF/10.11834/jig.240624, aliStartDate=null, aliEndDate=null, collectionFlag=false, citedCount=null, citedUrl=null, reference=null)