期刊文献+
共找到9,021篇文章
< 1 2 250 >
每页显示 20 50 100
Deep neural network based on adversarial training for short-term high-resolution precipitation nowcasting from radar echo images
1
作者 Ruikai YANG Shuangjian JIAO Nan YANG 《Journal of Oceanology and Limnology》 2026年第1期85-98,共14页
Precipitation nowcasting is of great importance for disaster prevention and mitigation.However,precipitation is a complex spatio-temporal phenomenon influenced by various underlying physical factors.Even slight change... Precipitation nowcasting is of great importance for disaster prevention and mitigation.However,precipitation is a complex spatio-temporal phenomenon influenced by various underlying physical factors.Even slight changes in the initial precipitation field can have a significant impact on the future precipitation patterns,making the nowcasting of short-term high-resolution precipitation a major challenge.Traditional deep learning methods often have difficulty capturing the long-term spatial dependence of precipitation and are usually at a low resolution.To address these issues,based upon the Simpler yet Better Video Prediction(SimVP)framework,we proposed a deep generative neural network that incorporates the Simple Parameter-Free Attention Module(SimAM)and Generative Adversarial Networks(GANs)for short-term high-resolution precipitation event forecasting.Through an adversarial training strategy,critical precipitation features were extracted from complex radar echo images.During the adversarial learning process,the dynamic competition between the generator and the discriminator could continuously enhance the model in prediction accuracy and resolution for short-term precipitation.Experimental results demonstrate that the proposed method could effectively forecast short-term precipitation events on various scales and showed the best overall performance among existing methods. 展开更多
关键词 precipitation nowcasting deep learning Simple Parameter-Free Attention Module(SimAM) Generative Adversarial networks(gans)
在线阅读 下载PDF
Magnetic Resonance Image Super-Resolution Based on GAN and Multi-Scale Residual Dense Attention Network
2
作者 GUAN Chunling YU Suping +1 位作者 XU Wujun FAN Hong 《Journal of Donghua University(English Edition)》 2025年第4期435-441,共7页
The application of image super-resolution(SR)has brought significant assistance in the medical field,aiding doctors to make more precise diagnoses.However,solely relying on a convolutional neural network(CNN)for image... The application of image super-resolution(SR)has brought significant assistance in the medical field,aiding doctors to make more precise diagnoses.However,solely relying on a convolutional neural network(CNN)for image SR may lead to issues such as blurry details and excessive smoothness.To address the limitations,we proposed an algorithm based on the generative adversarial network(GAN)framework.In the generator network,three different sizes of convolutions connected by a residual dense structure were used to extract detailed features,and an attention mechanism combined with dual channel and spatial information was applied to concentrate the computing power on crucial areas.In the discriminator network,using InstanceNorm to normalize tensors sped up the training process while retaining feature information.The experimental results demonstrate that our algorithm achieves higher peak signal-to-noise ratio(PSNR)and structural similarity index measure(SSIM)compared to other methods,resulting in an improved visual quality. 展开更多
关键词 magnetic resonance(MR) image super-resolution(SR) attention mechanism generative adversarial network(gan) multi-scale convolution
在线阅读 下载PDF
融合Transformer与DF-GAN的文本生成图像方法
3
作者 马静 车进 孙末贤 《计算机工程》 北大核心 2026年第2期413-422,共10页
文本生成图像任务中的文本编码器不能深度挖掘文本信息,导致后续生成的图像语义不一致。针对该问题,提出一种DXC-GAN文本生成图像方法。引入Transformer系列中的XLNet(Xtra Long Network)预训练模型替换原始文本编码器,捕获大量文本的... 文本生成图像任务中的文本编码器不能深度挖掘文本信息,导致后续生成的图像语义不一致。针对该问题,提出一种DXC-GAN文本生成图像方法。引入Transformer系列中的XLNet(Xtra Long Network)预训练模型替换原始文本编码器,捕获大量文本的先验知识,实现对上下文信息的深度挖掘。添加CBAM(Convolutional Block Attention Module)注意力模块,使生成器更加关注图像中的重要信息,从而解决生成图像细节不完整和空间结构错误问题。在判别器中引入对比损失,与模型中匹配感知梯度惩罚和单向输出结合,使得相同语义图像之间更加接近,不同语义图像之间更加疏远,从而增强文本与生成图像之间的语义一致性。实验结果表明:与DF-GAN相对比,DXC-GAN在CUB数据集上的IS(Inception Score)与FID(Fréchet Inception Distance)分别提升了4.42%和17.96%;在Oxford-102数据集上,IS为3.97,FID为37.82;相较于DF-GAN,DXC-GAN在鸟类图像生成方面有效避免了多头少脚等畸形问题,同时在花卉图像生成上也显著减少了花瓣残缺等图像质量问题;此外,DXC-GAN还增强了文本与图像的对齐性,显著提升了图像的完整度和生成效果。 展开更多
关键词 生成对抗网络 文本生成图像 XLNet CBAM 对比损失
在线阅读 下载PDF
时频双域注意力机制GAN的电磁信号降噪
4
作者 边杏宾 石森 +1 位作者 胡志勇 马俊明 《计算机系统应用》 2026年第3期219-230,共12页
在电磁信息安全领域,电磁泄漏红信号的检测受电磁噪声干扰影响严重.传统降噪方法在处理非平稳信号和复杂噪声环境时存在局限性.提出一种基于生成对抗网络(GAN)的降噪方法,通过生成器与判别器的对抗学习实现高效降噪.针对电磁信号的非平... 在电磁信息安全领域,电磁泄漏红信号的检测受电磁噪声干扰影响严重.传统降噪方法在处理非平稳信号和复杂噪声环境时存在局限性.提出一种基于生成对抗网络(GAN)的降噪方法,通过生成器与判别器的对抗学习实现高效降噪.针对电磁信号的非平稳特性设计了时频双域注意力机制(time-frequency dual-domain attention mechanism, TF-DAM),生成器采用基于TF-DAM改进的U-Net架构,结合残差网络和dropout层增强泛化能力,利用编码器-解码器结构和跳跃连接保留信号细节,训练过程中采用动态调整损失权重的策略提高训练效率和降噪效果.实验表明,该方法在信噪比提升和细节保留上优于传统方法,在非平稳信号处理中表现突出.本研究为电磁信号降噪提供了新思路,具有较高应用价值. 展开更多
关键词 非平稳电磁信号 生成对抗网络 时频双域注意力机制 U-Net改进架构 损失权重动态调整
在线阅读 下载PDF
Masked Face Restoration Model Based on Lightweight GAN 被引量:1
5
作者 Yitong Zhou Tianliang Lu 《Computers, Materials & Continua》 2025年第2期3591-3608,共18页
Facial recognition systems have become increasingly significant in public security efforts. They play a crucial role in apprehending criminals and locating missing children and elderly individuals. Nevertheless, in pr... Facial recognition systems have become increasingly significant in public security efforts. They play a crucial role in apprehending criminals and locating missing children and elderly individuals. Nevertheless, in practical applications, around 30% to 50% of images are obstructed to varied extents, for as by the presence of masks, glasses, or hats. Repairing the masked facial images will enhance face recognition accuracy by 10% to 20%. Simultaneously, market research indicates a rising demand for efficient facial recognition technology within the security and surveillance sectors, with projections suggesting that the global facial recognition market would exceed US$3 billion by 2025. Therefore, finding a prompt and efficient solution to fix the masked face and enhance its accuracy has become a pressing issue that has to be resolved. Currently, the generative adversarial network has shown excellent performance in the field of image restoration, with high precision and good quality of restoration results, but it consumes a lot of computing resources. Based on this, this paper proposes a model architecture that uses the U-Net network to replace the generator in the generative adversarial network, and replaces all traditional convolutional layers with Depthwise Separable Convolutional (DWSC) to make the entire network lightweight. Ultimately, We utilise the Peak Signal-to-Noise Ratio (PSNR) value to assess the efficacy of the developed model. We select samples with occlusion levels ranging from 10%–15% and 20%–30%, yielding PSNR values of 35.51 and 30.33, respectively. In contrast, the PSNR values of the three predominant algorithms in image restoration—PM, ShiftNet, and PICNet—are all below 30, demonstrating the superiority of the model presented in this paper. However, the model presented in this work possesses certain drawbacks. This work employs solely black rectangles to replicate real-life occlusions. Future study should utilise tangible objects, like as sunglasses and masks, to directly imitate occlusions, so enhancing the accuracy of the restoration effect. The model presented in this study can be further expanded from image restoration to video restoration to investigate the potential for dynamic occlusion repair. 展开更多
关键词 Deep learning image restoration gan U-Net network
在线阅读 下载PDF
Novel model of a AlGaN/GaN high electron mobility transistor based on an artificial neural network 被引量:2
6
作者 程知群 胡莎 +1 位作者 刘军 Zhang Qi-Jun 《Chinese Physics B》 SCIE EI CAS CSCD 2011年第3期342-346,共5页
In this paper we present a novel approach to modeling AlGaN/GaN high electron mobility transistor (HEMT) with an artificial neural network (ANN). The AlGaN/GaN HEMT device structure and its fabrication process are... In this paper we present a novel approach to modeling AlGaN/GaN high electron mobility transistor (HEMT) with an artificial neural network (ANN). The AlGaN/GaN HEMT device structure and its fabrication process are described. The circuit-based Neuro-space mapping (neuro-SM) technique is studied in detail. The EEHEMT model is implemented according to the measurement results of the designed device, which serves as a coarse model. An ANN is proposed to model AIGaN/CaN HEMT based on the coarse model. Its optimization is performed. The simulation results from the model are compared with the measurement results. It is shown that the simulation results obtained from the ANN model of A1GaN/GaN HEMT are more accurate than those obtained from the EEHEMT model. 展开更多
关键词 Algan/gan high electron mobility transistor MODELING artificial neural network
原文传递
A Generative Model-Based Network Framework for Ecological Data Reconstruction
7
作者 Shuqiao Liu Zhao Zhang +1 位作者 Hongyan Zhou Xuebo Chen 《Computers, Materials & Continua》 SCIE EI 2025年第1期929-948,共20页
This study examines the effectiveness of artificial intelligence techniques in generating high-quality environmental data for species introductory site selection systems.Combining Strengths,Weaknesses,Opportunities,Th... This study examines the effectiveness of artificial intelligence techniques in generating high-quality environmental data for species introductory site selection systems.Combining Strengths,Weaknesses,Opportunities,Threats(SWOT)analysis data with Variation Autoencoder(VAE)and Generative AdversarialNetwork(GAN)the network framework model(SAE-GAN),is proposed for environmental data reconstruction.The model combines two popular generative models,GAN and VAE,to generate features conditional on categorical data embedding after SWOT Analysis.The model is capable of generating features that resemble real feature distributions and adding sample factors to more accurately track individual sample data.Reconstructed data is used to retain more semantic information to generate features.The model was applied to species in Southern California,USA,citing SWOT analysis data to train the model.Experiments show that the model is capable of integrating data from more comprehensive analyses than traditional methods and generating high-quality reconstructed data from them,effectively solving the problem of insufficient data collection in development environments.The model is further validated by the Technique for Order Preference by Similarity to an Ideal Solution(TOPSIS)classification assessment commonly used in the environmental data domain.This study provides a reliable and rich source of training data for species introduction site selection systems and makes a significant contribution to ecological and sustainable development. 展开更多
关键词 Convolutional Neural network(CNN) VAE gan TOPSIS data reconstruction
在线阅读 下载PDF
Oversampling for class-imbalanced learning in credit risk assessment based on CVAE-WGAN-gp model
8
作者 Kaiming Wang Qing Yang 《中国科学技术大学学报》 北大核心 2025年第7期37-48,36,I0001,I0002,共15页
Credit risk assessment is a crucial task in bank risk management.By making lending decisions based on credit risk assessment results,banks can reduce the probability of non-performing loans.However,class imbalance in ... Credit risk assessment is a crucial task in bank risk management.By making lending decisions based on credit risk assessment results,banks can reduce the probability of non-performing loans.However,class imbalance in bank credit default datasets limits the predictive performance of traditional machine learning and deep learning models.To address this issue,this study employs the conditional variational autoencoder-Wasserstein generative adversarial network with gradient penalty(CVAE-WGAN-gp)model for oversampling,generating samples similar to the original default customer data to enhance model prediction performance.To evaluate the quality of the data generated by the CVAE-WGAN-gp model,we selected several bank loan datasets for experimentation.The experimental results demonstrate that using the CVAE-WGAN-gp model for oversampling can significantly improve the predictive performance in credit risk assessment problems. 展开更多
关键词 credit risk assessment class imbalance OVERSAMPLING conditional variational autoencoder(CVAE) generative adversarial network(gan)
在线阅读 下载PDF
多尺度融合的AOT-GAN网络电成像空白条带智能填充
9
作者 黄露逸 王飞 +1 位作者 孔令松 姜启书 《煤田地质与勘探》 北大核心 2026年第2期226-234,共9页
【目的】针对电成像图因仪器极板分布与推靠机制导致的井眼覆盖不全、存在空白条带问题,为克服传统填充方法在强非均质地层中易失真、难以保持裂缝等精细结构的局限,采用基于生成对抗网络的AOT-GAN网络对空白条带进行填充,以实现高精度... 【目的】针对电成像图因仪器极板分布与推靠机制导致的井眼覆盖不全、存在空白条带问题,为克服传统填充方法在强非均质地层中易失真、难以保持裂缝等精细结构的局限,采用基于生成对抗网络的AOT-GAN网络对空白条带进行填充,以实现高精度、高保真的信息重建。【方法】基于原始电成像图与CIFLog全井眼填充图构建高质量数据集,在GAN网络中引入自适应上下文感知与多尺度特征增强机制,结合4种损失函数动态优化,形成兼顾全局语义与局部细节的AOT-GAN网络。依据图像评价指标优选超参数,采用该网络填充不同缝网形态及纹理特征电成像图,并与经典的GAN网络、Criminisi算法、Bicubic插值法进行效果对比。【结果和结论】AOT-GAN在峰值信噪比(32.93 dB)与结构相似性指数(77.58%)上均优于经典算法,填充效果自然无痕,能有效保持高角度缝、网状缝的连续性,准确还原包卷层理与燧石结核等纹理细节,为基于电成像图的储层参数计算提供了可靠的数据支撑与理论依据。 展开更多
关键词 电成像测井 图像填充 生成对抗模型 AOT-gan网络 井壁裂缝
在线阅读 下载PDF
Design of Dual-Wavelength Bifocal Metalens Based on Generative Adversarial Network Model
10
作者 LIU Gangcheng WANG Junkai +4 位作者 LIN Sen WU Binhe WANG Chunrui ZHOU Jian SUN Hao 《Journal of Donghua University(English Edition)》 2025年第2期168-176,共9页
Multifocal metalenses are of great concern in optical communications,optical imaging and micro-optics systems,but their design is extremely challenging.In recent years,deep learning methods have provided novel solutio... Multifocal metalenses are of great concern in optical communications,optical imaging and micro-optics systems,but their design is extremely challenging.In recent years,deep learning methods have provided novel solutions to the design of optical planar devices.Here,an approach is proposed to explore the use of generative adversarial networks(GANs)to realize the design of metalenses with different focusing positions at dual wavelengths.This approach includes a forward network and an inverse network,where the former predicts the optical response of meta-atoms and the latter generates structures that meet specific requirements.Compared to the traditional search method,the inverse network demonstrates higher precision and efficiency in designing a dual-wavelength bifocal metalens.The results will provide insights and methodologies for the design of tunable wavelength metalenses,while also highlighting the potential of deep learning in optical device design. 展开更多
关键词 generative adversarial network(gan) metalens forward network inverse design
在线阅读 下载PDF
Clustering-based temporal deep neural network denoising method for event-based sensors
11
作者 LI Jianing XU Jiangtao GAO Jiandong 《Optoelectronics Letters》 2025年第7期441-448,共8页
To enhance the denoising performance of event-based sensors,we introduce a clustering-based temporal deep neural network denoising method(CBTDNN).Firstly,to cluster the sensor output data and obtain the respective clu... To enhance the denoising performance of event-based sensors,we introduce a clustering-based temporal deep neural network denoising method(CBTDNN).Firstly,to cluster the sensor output data and obtain the respective cluster centers,a combination of density-based spatial clustering of applications with noise(DBSCAN)and Kmeans++is utilized.Subsequently,long short-term memory(LSTM)is employed to fit and yield optimized cluster centers with temporal information.Lastly,based on the new cluster centers and denoising ratio,a radius threshold is set,and noise points beyond this threshold are removed.The comprehensive denoising metrics F1_score of CBTDNN have achieved 0.8931,0.7735,and 0.9215 on the traffic sequences dataset,pedestrian detection dataset,and turntable dataset,respectively.And these metrics demonstrate improvements of 49.90%,33.07%,19.31%,and 22.97%compared to four contrastive algorithms,namely nearest neighbor(NNb),nearest neighbor with polarity(NNp),Autoencoder,and multilayer perceptron denoising filter(MLPF).These results demonstrate that the proposed method enhances the denoising performance of event-based sensors. 展开更多
关键词 cluster centers denoising kmeans cluster centersa temporal deep neural network CLUSTERING event based sensors dbscan
原文传递
Energy-saving control strategy for ultra-dense network base stations based on multi-agent reinforcement learning
12
作者 Yan Zhen Litianyi Tao +2 位作者 Dapeng Wu Tong Tang Ruyan Wang 《Digital Communications and Networks》 2025年第4期1006-1016,共11页
Aiming at the problem of mobile data traffic surge in 5G networks,this paper proposes an effective solution combining massive multiple-input multiple-output techniques with Ultra-Dense Network(UDN)and focuses on solvi... Aiming at the problem of mobile data traffic surge in 5G networks,this paper proposes an effective solution combining massive multiple-input multiple-output techniques with Ultra-Dense Network(UDN)and focuses on solving the resulting challenge of increased energy consumption.A base station control algorithm based on Multi-Agent Proximity Policy Optimization(MAPPO)is designed.In the constructed 5G UDN model,each base station is considered as an agent,and the MAPPO algorithm enables inter-base station collaboration and interference management to optimize the network performance.To reduce the extra power consumption due to frequent sleep mode switching of base stations,a sleep mode switching decision algorithm is proposed.The algorithm reduces unnecessary power consumption by evaluating the network state similarity and intelligently adjusting the agent’s action strategy.Simulation results show that the proposed algorithm reduces the power consumption by 24.61% compared to the no-sleep strategy and further reduces the power consumption by 5.36% compared to the traditional MAPPO algorithm under the premise of guaranteeing the quality of service of users. 展开更多
关键词 Ultra dense networks Base station sleep Multiple input multiple output Reinforcement learning
在线阅读 下载PDF
基于GAN-LSTM的通用机场冲突探测与智能解脱方法
13
作者 陈博 李梓明 +4 位作者 徐松涛 叶一龙 柯颖 高峰 王东 《交通运输研究》 2026年第1期70-79,共10页
为提升A类通用机场终端区在动态环境下的冲突探测与解脱能力,提出一种生成对抗网络(GAN)与长短期记忆网络(LSTM)深度融合的端到端冲突探测与智能解脱方法。该方法的核心创新包括:(1)构建双任务判别器架构,通过共享特征实现轨迹真伪判别... 为提升A类通用机场终端区在动态环境下的冲突探测与解脱能力,提出一种生成对抗网络(GAN)与长短期记忆网络(LSTM)深度融合的端到端冲突探测与智能解脱方法。该方法的核心创新包括:(1)构建双任务判别器架构,通过共享特征实现轨迹真伪判别与冲突概率预测;(2)设计物理约束引导的生成器,在满足飞行约束条件下生成多样化解脱轨迹,并通过多准则筛选最优方案;(3)提出自适应损失权重调整策略,动态平衡轨迹重建精度、对抗训练与冲突规避等多个目标。基于TrajAir数据集的综合实验表明,所提方法的冲突检测准确率达93.4%,解脱成功率达88%,显著优于所对比的传统几何规则方法;所生成轨迹误差小、符合飞行性能约束,体现出良好的实时性、准确性及决策灵活性。研究可为通用航空空中交通管理智能化提供技术参考,有望促进低空空域的安全高效运行。 展开更多
关键词 通用航空 冲突探测 轨迹生成 生成对抗网络 深度学习
在线阅读 下载PDF
GaN-based blue laser diodes with output power of 5 W and lifetime over 20000 h aged at 60℃
14
作者 Lei Hu Siyi Huang +6 位作者 Zhi Liu Tengfeng Duan Si Wu Dan Wang Hui Yang Jun Wang Jianping Liu 《Journal of Semiconductors》 2025年第4期9-11,共3页
Stimulated emission and lasing of GaN-based laser diodes(LDs)were reported at 1995[1]and 1996[2],right after the breakthrough of p-type doping[3−5],material quality[6]and the invention of high-brightness GaN-based LED... Stimulated emission and lasing of GaN-based laser diodes(LDs)were reported at 1995[1]and 1996[2],right after the breakthrough of p-type doping[3−5],material quality[6]and the invention of high-brightness GaN-based LEDs[7,8].However,it took much longer time for GaN-based LDs to achieve high power,high wall plug efficiency,and long lifetime.Until 2019,Nichia reported blue LDs with these performances[9],which open wide applications with GaN-based blue LDs. 展开更多
关键词 Blue laser diodes P type doping LIFETIME Output power Stimulated emission gan based laser diodes stimulated emission lasing laser diodes lds
在线阅读 下载PDF
Room-temperature electrically injected GaN-based photoniccrystal surface-emitting lasers
15
作者 Tong Xu Meixin Feng +10 位作者 Xiujian Sun Rui Xi Xinchao Li Shuming Zhang Qian Sun Xiaoqi Yu Kanglin Xiong Hui Yang Xianfei Zhang Zhuangpeng Guo Peng Chen 《Journal of Semiconductors》 2025年第9期6-8,共3页
Photonic crystal surface emitting lasers(PCSELs)utilize the Bragg diffraction of two-dimensional photonic crystals to achieve a single-mode output with a high power and a small divergence angle,and has recently attrac... Photonic crystal surface emitting lasers(PCSELs)utilize the Bragg diffraction of two-dimensional photonic crystals to achieve a single-mode output with a high power and a small divergence angle,and has recently attracted much attention^([1−3]).In 2023,Kyoto University reported GaAs-based 945 nm PCSELs with a continuous-wave(CW)single-mode output power of exceeding 50 W,and a narrow beam divergence angle of 0.05°,demonstrating a brightness of 1 GW·cm^(−2)·sr^(−1),which rivals those of the existing bulky lasers^([4]). 展开更多
关键词 room temperature photonic crystal surface emitting lasers pcsels utilize gan based electrically injected bragg diffraction bulky lasers pcsels photonic crystal surface emitting lasers
在线阅读 下载PDF
Event-Based Networked Predictive Control of Cyber-Physical Systems with Delays and DoS Attacks
16
作者 Wencheng Luo Pingli Lu +1 位作者 Changkun Du Haikuo Liu 《IEEE/CAA Journal of Automatica Sinica》 2025年第6期1295-1297,共3页
Dear Editor,This letter studies the stabilization control issue of cyber-physical systems with time-varying delays and aperiodic denial-of-service(DoS)attacks.To address the calculation overload issue caused by networ... Dear Editor,This letter studies the stabilization control issue of cyber-physical systems with time-varying delays and aperiodic denial-of-service(DoS)attacks.To address the calculation overload issue caused by networked predictive control(NPC)approach,an event-based NPC method is proposed.Within the proposed method,the negative effects of time-varying delays and DoS attacks on system performance are compensated.Then,sufficient and necessary conditions are derived to ensure the stability of the closed-loop system.In the end,simulation results are provided to demonstrate the validity of presented method. 展开更多
关键词 cyber physical systems dos attacks necessary conditions derived denial service attacks time varying delays event based networked predictive control stabilization control calculation overload
在线阅读 下载PDF
Mechanism of Gan Dou Ling in improving liver fibrosis in Wilson disease based on network pharmacology and experimental verification
17
作者 LI Xiao-yun WANG Han +5 位作者 SUN Lan-ting LI Xiang JIANG Hai-ling HE Wang-sheng YANG Wen-ming HUA Dai-ping 《Journal of Hainan Medical University》 2022年第21期43-49,共7页
Objective:To explore and verify the mechanism of Gan Dou Ling in improving liver fibrosis in Wilson disease(WD)by network pharmacology and copper loaded mice experiments.Methods:The main chemical components and corres... Objective:To explore and verify the mechanism of Gan Dou Ling in improving liver fibrosis in Wilson disease(WD)by network pharmacology and copper loaded mice experiments.Methods:The main chemical components and corresponding gene targets of each drug in Gan Dou Ling were obtained by using TCMSP database.The database of gene mutation and disease related gene was searched through the GeneCards database,DrugBank database,PharmGKB database and the DisGeNET database.After the intersection of drug and disease target genes.The STRING website was used to analyze the protein-protein interaction degree of target genes,and import the data to Cytoscape software 38.2 to analyze protein interaction network.The GO databases and KEGG databases were obtained in R language for enrichment analysis.On this basis,Masson staining were used to observe the degree of liver fibrosis in copper loaded mouse model,and the results of network pharmacological analysis were verified by Western Blot(WB).Results:A total of 108 drug disease intersection genes were analyzed by network pharmacology.Through PPI network analysis,JUN was found to be the key genes.The enrichment analysis of KEGG pathway showed that MAPK signal pathway was the important potential target pathways.Animal experiments showed that Gan Dou Ling could reduce liver fibrosis and inhibit the phosphorylation of P38,JNK and C-JUN in copper loaded mice.Conclusion:Gan Dou Ling may achieve the effect of treating WD liver fibrosis by inhibiting P38/JNK signaling pathway. 展开更多
关键词 network pharmacology gan Dou Ling Wilson disease Liver fibrosis MAPK signal pathway
暂未订购
Geomodelling of multi-scenario non-stationary reservoirs with enhanced GANSim
18
作者 SONG Suihong MUKERJI Tapan +2 位作者 SCHEIDT Celine ALQASSAB Hisham M FENG Man 《Petroleum Exploration and Development》 2026年第1期205-220,共16页
GANSim is a generative adversarial networks(GANs)-based geomodelling framework with direct conditioning capabilities.To extend GANSim for geomodelling of multi-scenario and non-stationary reservoirs,and to address its... GANSim is a generative adversarial networks(GANs)-based geomodelling framework with direct conditioning capabilities.To extend GANSim for geomodelling of multi-scenario and non-stationary reservoirs,and to address its tendency to overlook single-pixel well facies conditioning data that can cause local facies disconnections around wells,an enhanced GANSim framework is proposed.The effectiveness of the enhanced GANSim is validated using a 3D multi-scenario,non-stationary turbidite fan reservoir.For reservoirs that may involve multiple geological scenarios,two GANSim geomodelling workflows are proposed:(1)training a comprehensive GANSim model that covers all possible geological scenarios;and(2)first performing geological scenario falsification and then training GANSim models only for the unfalsified scenarios.On this basis,a local discriminator architecture is designed to improve facies continuity around wells.The modelling results show that both workflows can generate non-stationary facies models that conform to expected geological patterns and honor conditioning data,and the facies discontinuity issue around wells is effectively resolved.Compared with multipoint geostatistical methods(SNESIM),GANSim exhibits superior capability in reproducing geological patterns and modelling efficiency.Although GANSim requires a long training time,once training is completed,it can be applied to geomodelling reservoirs of arbitrary scale with similar geological structures,achieving modelling speeds approximately 1000 times faster than SNESIM. 展开更多
关键词 reservoir geomodelling generative adversarial networks(gans) enhanced ganSim scenario falsification non-stationary reservoirs turbidite fan
在线阅读 下载PDF
高压GaN基LED芯片在道路照明灯具中的整机效率与可靠性优化研究
19
作者 李明阳 《中国照明电器》 2026年第2期74-76,共3页
本文针对道路照明中的高压GaN基LED构建“效率分解+结温——光效——寿命降额”模型,联动芯片终端/电流扩展、低热阻封装与散热、低纹波无电解驱动及多级浪涌防护,并按IEC与LM-80/TM-21开展A/B对照与加速试验。在统一口径下,整机光效较... 本文针对道路照明中的高压GaN基LED构建“效率分解+结温——光效——寿命降额”模型,联动芯片终端/电流扩展、低热阻封装与散热、低纹波无电解驱动及多级浪涌防护,并按IEC与LM-80/TM-21开展A/B对照与加速试验。在统一口径下,整机光效较基线提升8%~12%(P50),PstLM≤1.0、SVM≤0.4覆盖10%~100%调光;浪涌承受达线地10 kA、线线5 kA并自恢复;L70/B50外推提高20%~30%,热降额受控;LCC/TCO下降8%~15%,回收期缩短10%~20%。 展开更多
关键词 高压gan基LED芯片 道路照明 整机效率 可靠性
原文传递
高像素密度GaN基Micro-LED阵列芯片的制备
20
作者 周秀衡 李玲 +4 位作者 马非凡 徐良玉 萧俊龙 唐甜 赵永周 《微纳电子技术》 2026年第4期60-67,共8页
为满足增强现实(AR)/虚拟现实(VR)等高分辨率微显示器的应用需求,设计并制备了一款0.31英寸(1英寸=2.54 cm)、1344×784分辨率的绿光微型发光二极管(Micro-LED)微显示器,采用无源矩阵驱动方式。其像素间距为5μm,像素密度为5000 PP... 为满足增强现实(AR)/虚拟现实(VR)等高分辨率微显示器的应用需求,设计并制备了一款0.31英寸(1英寸=2.54 cm)、1344×784分辨率的绿光微型发光二极管(Micro-LED)微显示器,采用无源矩阵驱动方式。其像素间距为5μm,像素密度为5000 PPI。在器件制备过程中,重点优化了氧化铟锡(ITO)透明导电膜的成膜工艺,研究对比了电子束蒸镀与磁控溅射工艺制备ITO膜层的性能差异,发现磁控溅射技术结合干法刻蚀工艺更能保障高像素密度显示阵列的薄膜质量与图形精度,并通过优化光刻胶材料(选用高分辨率、高对比度且具有强附着力的负性光刻胶),有效解决了微米级像素制备中的电极光刻偏移问题。此外,在硅背板上制备凸点下金属化层,实现了高像素密度Micro-LED显示阵列的精准集成。制备的Micro-LED微显示器展现出优异的光学与电学特性,在2.3 V驱动电压下即可实现均匀发光,亮度超过50000 cd/m^(2);驱动电压提升至4.5 V时,亮度可达5335651 cd/m^(2),充分展现了其在超高亮度显示领域的应用潜力。 展开更多
关键词 微型发光二极管(Micro-LED) Micro-LED芯片 gan基材料 高像素密度LED阵列 发光强度
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部