期刊文献+
共找到48,855篇文章
< 1 2 250 >
每页显示 20 50 100
The uniqueness of meromorphic functions and their derivatives in the unit disc that share values in an angular domain
1
作者 TAN Yang 《纯粹数学与应用数学》 2026年第1期59-77,共19页
In this paper,we investigate the uniqueness of meromorphic functions and their derivatives in the unit disc and consider the relations between the Borel points and the shared-values of meromorphic functions in an angu... In this paper,we investigate the uniqueness of meromorphic functions and their derivatives in the unit disc and consider the relations between the Borel points and the shared-values of meromorphic functions in an angular domain by Nevanlinna value distribution theory.An admissible meromorphic function with orde or precise order has Borel point and shares IM common values with its derivative in an angular domain of the unit disc,then the meromorphic function and its derivative are unique.The obtained results improve and generalize some existing results and enrich the uniqueness theory of meromorphic functions. 展开更多
关键词 meromorphic function ADMISSIBLE UNIQUENESS angular domain
在线阅读 下载PDF
Viscosity prediction of refining slag based on machine learning with domain knowledge
2
作者 Jianhua Chen Yijie Feng +4 位作者 Yixin Zhang Jun Luan Xionggang Lu Zhigang Yu Kuochih Chou 《International Journal of Minerals,Metallurgy and Materials》 2026年第2期555-566,共12页
The viscosity of refining slags plays a critical role in metallurgical processes.However,obtaining accurate viscosity data remains challenging due to the complexities of high-temperature experiments,often relying on e... The viscosity of refining slags plays a critical role in metallurgical processes.However,obtaining accurate viscosity data remains challenging due to the complexities of high-temperature experiments,often relying on empirical models with limited predictive capabilities.This study focuses on the influence of optical basicity on viscosity in CaO-Al_(2)O_(3)-based refining slags,leveraging machine learning to address data scarcity and improve prediction accuracy.An automated framework for algorithm integration,parameter tuning,and evaluation ranking framework(Auto-APE)is employed to develop customized data-driven models for various slag systems,including CaO-Al_(2)O_(3)-SiO_(2),CaO-Al_(2)O_(3)-CaF_(2),CaO-Al_(2)O_(3)-SiO_(2)-MgO,and CaO-Al_(2)O_(3)-SiO_(2)-MgO-CaF_(2).By incorporating optical basicity as a key feature,the models achieve an average validation error of 8.0%to 15.1%,significantly outperforming traditional empirical models.Additionally,symbolic regression is introduced to rapidly construct domain-specific features,such as optical basicity-like descriptors,offering a potential breakthrough in performance prediction for small datasets.This work highlights the critical role of domain-specific knowledge in understanding and predicting viscosity,providing a robust machine learning-based approach for optimizing refining slag properties. 展开更多
关键词 refining slag viscosity prediction machine learning domain knowledge
在线阅读 下载PDF
Record-low elastic modulus inβ-titanium alloys designed using a domain adversarial neural network
3
作者 Yuan Zhou Junxin Yang +9 位作者 Shuailong Hu Fen Wang Qiuxiao Chen Zijun Chen Erbo Xiao Ziyue You Zhijin He Shiyu Rao Chao Yang Le-Hua Liu 《Materials Futures》 2026年第2期24-33,共10页
The development of β-titanium alloys with bone-mimicking elastic moduli remains a significant challenge.Although machine learning has the potential to accelerate alloy discovery,traditional methods often face data li... The development of β-titanium alloys with bone-mimicking elastic moduli remains a significant challenge.Although machine learning has the potential to accelerate alloy discovery,traditional methods often face data limitations such as sparsity,compositional discontinuity,and feature heterogeneity,leading to overfitting and restricting the exploration of novel compositional spaces.In this study,we introduce a domain-adversarial neural network framework that balances predictive accuracy with the generalization ability of unexplored composition space through integrated feature alignment and adversarial training.Using this approach,we successfully developed a non-intuitiveβ-Ti alloy with an ultra-low elastic modulus of 28±3 GPa,providing new insights beyond conventionally designed biomedical titanium alloys.This work establishes a screening framework for materials discovery in small-sample data spaces,with broad implications for the design of biomedical and other alloy systems. 展开更多
关键词 titanium alloys domain adversarial training neural networks elastic modulus
在线阅读 下载PDF
FENet:Underwater Image Enhancement via Frequency Domain Enhancement and Edge-Guided Refinement
4
作者 Xinwei Zhu Jianxun Zhang Huan Zeng 《Computers, Materials & Continua》 2026年第2期1942-1966,共25页
Underwater images often affect the effectiveness of underwater visual tasks due to problems such as light scattering,color distortion,and detail blurring,limiting their application performance.Existing underwater imag... Underwater images often affect the effectiveness of underwater visual tasks due to problems such as light scattering,color distortion,and detail blurring,limiting their application performance.Existing underwater image enhancement methods,although they can improve the image quality to some extent,often lead to problems such as detail loss and edge blurring.To address these problems,we propose FENet,an efficient underwater image enhancement method.FENet first obtains three different scales of images by image downsampling and then transforms them into the frequency domain to extract the low-frequency and high-frequency spectra,respectively.Then,a distance mask and a mean mask are constructed based on the distance and magnitude mean for enhancing the high-frequency part,thus improving the image details and enhancing the effect by suppressing the noise in the low-frequency part.Affected by the light scattering of underwater images and the fact that some details are lost if they are directly reduced to the spatial domain after the frequency domain operation.For this reason,we propose a multi-stage residual feature aggregation module,which focuses on detail extraction and effectively avoids information loss caused by global enhancement.Finally,we combine the edge guidance strategy to further enhance the edge details of the image.Experimental results indicate that FENet outperforms current state-of-the-art underwater image enhancement methods in quantitative and qualitative evaluations on multiple publicly available datasets. 展开更多
关键词 Detail extraction frequency domain operation edge guidance image enhancement
在线阅读 下载PDF
EDTM:Efficient Domain Transition for Multi-Source Domain Adaptation
5
作者 Mangyu Lee Jaekyun Jeong +2 位作者 Yun Wook Choo Keejun Han Jungeun Kim 《Computer Modeling in Engineering & Sciences》 2026年第2期955-970,共16页
Domain adaptation aims to reduce the distribution gap between the training data(source domain)and the target data.This enables effective predictions even for domains not seen during training.However,most conventional ... Domain adaptation aims to reduce the distribution gap between the training data(source domain)and the target data.This enables effective predictions even for domains not seen during training.However,most conventional domain adaptation methods assume a single source domain,making them less suitable for modern deep learning settings that rely on diverse and large-scale datasets.To address this limitation,recent research has focused on Multi-Source Domain Adaptation(MSDA),which aims to learn effectively from multiple source domains.In this paper,we propose Efficient Domain Transition for Multi-source(EDTM),a novel and efficient framework designed to tackle two major challenges in existing MSDA approaches:(1)integrating knowledge across different source domains and(2)aligning label distributions between source and target domains.EDTM leverages an ensemble-based classifier expert mechanism to enhance the contribution of source domains that are more similar to the target domain.To further stabilize the learning process and improve performance,we incorporate imitation learning into the training of the target model.In addition,Maximum Classifier Discrepancy(MCD)is employed to align class-wise label distributions between the source and target domains.Experiments were conducted using Digits-Five,one of the most representative benchmark datasets for MSDA.The results show that EDTM consistently outperforms existing methods in terms of average classification accuracy.Notably,EDTM achieved significantly higher performance on target domains such as Modified National Institute of Standards and Technolog with blended background images(MNIST-M)and Street View House Numbers(SVHN)datasets,demonstrating enhanced generalization compared to baseline approaches.Furthermore,an ablation study analyzing the contribution of each loss component validated the effectiveness of the framework,highlighting the importance of each module in achieving optimal performance. 展开更多
关键词 Multi-source domain adaptation imitation learning maximum classifier discrepancy ensemble based classifier EDTM
在线阅读 下载PDF
Gearbox Fault Diagnosis under Varying Operating Conditions through Semi-Supervised Masked Contrastive Learning and Domain Adaptation
6
作者 Zhixiang Huang Jun Li 《Computer Modeling in Engineering & Sciences》 2026年第2期448-470,共23页
To address the issue of scarce labeled samples and operational condition variations that degrade the accuracy of fault diagnosis models in variable-condition gearbox fault diagnosis,this paper proposes a semi-supervis... To address the issue of scarce labeled samples and operational condition variations that degrade the accuracy of fault diagnosis models in variable-condition gearbox fault diagnosis,this paper proposes a semi-supervised masked contrastive learning and domain adaptation(SSMCL-DA)method for gearbox fault diagnosis under variable conditions.Initially,during the unsupervised pre-training phase,a dual signal augmentation strategy is devised,which simultaneously applies random masking in the time domain and random scaling in the frequency domain to unlabeled samples,thereby constructing more challenging positive sample pairs to guide the encoder in learning intrinsic features robust to condition variations.Subsequently,a ConvNeXt-Transformer hybrid architecture is employed,integrating the superior local detail modeling capacity of ConvNeXt with the robust global perception capability of Transformer to enhance feature extraction in complex scenarios.Thereafter,a contrastive learning model is constructed with the optimization objective of maximizing feature similarity across different masked instances of the same sample,enabling the extraction of consistent features from multiple masked perspectives and reducing reliance on labeled data.In the final supervised fine-tuning phase,a multi-scale attention mechanism is incorporated for feature rectification,and a domain adaptation module combining Local Maximum Mean Discrepancy(LMMD)with adversarial learning is proposed.This module embodies a dual mechanism:LMMD facilitates fine-grained class-conditional alignment,compelling features of identical fault classes to converge across varying conditions,while the domain discriminator utilizes adversarial training to guide the feature extractor toward learning domain-invariant features.Working in concert,they markedly diminish feature distribution discrepancies induced by changes in load,rotational speed,and other factors,thereby boosting the model’s adaptability to cross-condition scenarios.Experimental evaluations on the WT planetary gearbox dataset and the Case Western Reserve University(CWRU)bearing dataset demonstrate that the SSMCL-DA model effectively identifies multiple fault classes in gearboxes,with diagnostic performance substantially surpassing that of conventional methods.Under cross-condition scenarios,the model attains fault diagnosis accuracies of 99.21%for the WT planetary gearbox and 99.86%for the bearings,respectively.Furthermore,the model exhibits stable generalization capability in cross-device settings. 展开更多
关键词 GEARBOX variable working conditions fault diagnosis semi-supervised masked contrastive learning domain adaptation
在线阅读 下载PDF
A novel small perturbation analytical model to investigate temperature control characteristics of spacecraft thermal systems in frequency domain
7
作者 Yuehang SUN Yunze LI +3 位作者 Yupeng ZHOU Ran WEI Hao DANG Xin ZHAO 《Chinese Journal of Aeronautics》 2026年第2期100-114,共15页
This paper introduces a small perturbation frequency domain thermal analysis model based on the nonlinear dynamics model.The model can be applied to study the high-precision temperature control of thermal systems unde... This paper introduces a small perturbation frequency domain thermal analysis model based on the nonlinear dynamics model.The model can be applied to study the high-precision temperature control of thermal systems under low-frequency complex perturbations.The frequency domain characteristics of the space gravitational wave detection satellite are analyzed,and a multi-channel perturbation structure is established.The effects of three kinds of heat flow perturbations,including external heat flow,power generation power,and waste heat of electronic equipment,on the temperature through five transfer paths are investigated.It has been discovered that the waste heat from electronic equipment inside the satellite has the most noticeable effect on the temperature power spectral density of temperature-sensitive optical loads,serving as the primary factor influencing thermal stability.For complex noise signals,the small perturbation analysis method can decompose the different frequency components or ranges,reducing the problem to linearized analysis and simplifying complex calculations.The results indicate that the temperature power spectral density decreases as signal frequency increases,with low-frequency signals exerting a greater influence on temperature stability.The small perturbation analysis method is a novel and effective method for temperature control of space thermal systems,with high accuracy and stability. 展开更多
关键词 Frequency domain analysis Gravitational prospecting Perturbation techniques Power spectral density Temperature control
原文传递
Mapping research trends and competency domains in nursing-related digital and artificial intelligence technologies:A bibliometric analysis
8
作者 Kanjanee Phanphairoj Wasinee Wisesrith Sutthisan Chumwichan 《International Journal of Nursing Sciences》 2026年第1期36-44,I0003,I0004,共11页
Objectives This study aimed to explore the research trends,thematic structures,and core competency domains in the field of nursing-related digital and artificial intelligence(AI)technologies.Methods A bibliometric ana... Objectives This study aimed to explore the research trends,thematic structures,and core competency domains in the field of nursing-related digital and artificial intelligence(AI)technologies.Methods A bibliometric analysis was conducted in accordance with the PRISMA 2020 statement.Peer-reviewed articles published in English from 2015 to 2025 were retrieved from Scopus,Web of Science,and PubMed.Thematic clustering was conducted using the Louvain algorithm and cosine similarity.A subset of 66 frequently cited articles was then qualitatively synthesized to capture core competencies across clusters.Results A total of 83,807 articles were included for bibliometric analysis.Of these,66 articles were chosen for thematic analysis.Five major thematic clusters were identified:remote care in primary settings,oncology and palliative care,nurse education and training,safety and quality in nursing practice,and geriatric and dementia care.Additionally,four competency domains were identified:telehealth and remote communication,health systems and informatics,digital tools in practice,and AI-powered decision support.A clear shift in research focus was observed,with the emphasis transitioning from foundational digital skills before the COVID-19 pandemic to more advanced competencies during the post-pandemic digital transformation,encompassing ethical reasoning,immersive technology use,and AI integration.Conclusions Integrating digital and AI technologies is reshaping nursing practice across various thematic areas and competency domains,highlighting a transition from foundational digital tasks to AI-supported decision-making and ethically informed technology use.This study provides a structured overview of evolving competencies in digital nursing and synthesizes evidence to support future research,curriculum design,and policy planning. 展开更多
关键词 Artificial intelligence competence Bibliometric analysis Digital competence Nursing competency domains Post-pandemic digital transformation
在线阅读 下载PDF
Motion In-Betweening via Frequency-Domain Diffusion Model
9
作者 Qiang Zhang Shuo Feng +2 位作者 Shanxiong Chen Teng Wan Ying Qi 《Computers, Materials & Continua》 2026年第1期275-296,共22页
Human motion modeling is a core technology in computer animation,game development,and humancomputer interaction.In particular,generating natural and coherent in-between motion using only the initial and terminal frame... Human motion modeling is a core technology in computer animation,game development,and humancomputer interaction.In particular,generating natural and coherent in-between motion using only the initial and terminal frames remains a fundamental yet unresolved challenge.Existing methods typically rely on dense keyframe inputs or complex prior structures,making it difficult to balance motion quality and plausibility under conditions such as sparse constraints,long-term dependencies,and diverse motion styles.To address this,we propose a motion generation framework based on a frequency-domain diffusion model,which aims to better model complex motion distributions and enhance generation stability under sparse conditions.Our method maps motion sequences to the frequency domain via the Discrete Cosine Transform(DCT),enabling more effective modeling of low-frequency motion structures while suppressing high-frequency noise.A denoising network based on self-attention is introduced to capture long-range temporal dependencies and improve global structural awareness.Additionally,a multi-objective loss function is employed to jointly optimize motion smoothness,pose diversity,and anatomical consistency,enhancing the realism and physical plausibility of the generated sequences.Comparative experiments on the Human3.6M and LaFAN1 datasets demonstrate that our method outperforms state-of-the-art approaches across multiple performance metrics,showing stronger capabilities in generating intermediate motion frames.This research offers a new perspective and methodology for human motion generation and holds promise for applications in character animation,game development,and virtual interaction. 展开更多
关键词 Motion generation diffusion model frequency domain human motion synthesis self-attention network 3D motion interpolation
在线阅读 下载PDF
Coordination Thermodynamic Control of Magnetic Domain Configuration Evolution toward Low‑Frequency Electromagnetic Attenuation
10
作者 Tong Huang Dan Wang +9 位作者 Xue He Zhaobo Feng Zhiqiang Xiong Yuqi Luo Yuhui Peng Guangsheng Luo Xuliang Nie Mingyue Yuan Chongbo Liu Renchao Che 《Nano-Micro Letters》 2026年第3期860-875,共16页
The precise tuning of magnetic nanoparticle size and magnetic domains,thereby shaping magnetic properties.However,the dynamic evolution mechanisms of magnetic domain configurations in relation to electromagnetic(EM)at... The precise tuning of magnetic nanoparticle size and magnetic domains,thereby shaping magnetic properties.However,the dynamic evolution mechanisms of magnetic domain configurations in relation to electromagnetic(EM)attenuation behavior remain poorly understood.To address this gap,a thermodynamically controlled periodic coordination strategy is proposed to achieve precise modulation of magnetic nanoparticle spacing.This approach unveils the evolution of magnetic domain configurations,progressing from individual to coupled and ultimately to crosslinked domain configurations.A unique magnetic coupling phenomenon surpasses the Snoek limit in low-frequency range,which is observed through micromagnetic simulation.The crosslinked magnetic configuration achieves effective low-frequency EM wave absorption at 3.68 GHz,encompassing nearly the entire C-band.This exceptional magnetic interaction significantly enhances radar camouflage and thermal insulation properties.Additionally,a robust gradient metamaterial design extends coverage across the full band(2–40 GHz),effectively mitigating the impact of EM pollution on human health and environment.This comprehensive study elucidates the evolution mechanisms of magnetic domain configurations,addresses gaps in dynamic magnetic modulation,and provides novel insights for the development of high-performance,low-frequency EM wave absorption materials. 展开更多
关键词 Thermodynamically controlled coordination strategy Magnetic domain configuration Low-frequency electromagnetic wave absorption Electrical/magnetic coupling MULTIFUNCTION
在线阅读 下载PDF
High-electronegativity N stabilized amorphous Mo–Se coordination via local electronic domains for boosting sodium-ion storage in hybrid capacitors
11
作者 Bowen Liao Wenxiu He +5 位作者 Gaojin Su Fanyan Zeng Yang Pan Dui Ma Li Zhang Xinman Tu 《Journal of Energy Chemistry》 2026年第3期657-666,共10页
In sodium-ion hybrid capacitors(SIHCs),the high-capacity metal selenide anodes are severely limited by structural instability and polyselenide dissolution/shuttle during cycling.This study proposes an innovative strat... In sodium-ion hybrid capacitors(SIHCs),the high-capacity metal selenide anodes are severely limited by structural instability and polyselenide dissolution/shuttle during cycling.This study proposes an innovative strategy utilizing high-electronegativity N(χ=3.04)to modulate local electronic domains and stabilize amorphous Mo–Se coordination(N/Mo-Se).Through self-polymerization and tunable selenization,N-doped carbon(NC)nanospheres encapsulating N-stabilized amorphous Mo-Se clusters(N/Mo-Se@NC)are successfully constructed.Theoretical and experimental analyses reveal that N-optimization effectively reconstructs the electronic distribution of Mo–Se coordination via strong covalent Mo–N bonds.This significantly enhances the covalency of Mo-Se clusters and induces localized electronic domains,thereby substantially suppressing polyselenide dissolution/shuttle during cycling.Concurrently,the amorphous N/Mo-Se clusters provide isotropic ion diffusion pathways,and together with the threedimensional(3D)conductive networks of the NC,they jointly optimize charge transfer kinetics.The N/Mo-Se@NC anode exhibits a high reversible capacity of 328.7 mAh g^(-1)after 5000 cycles,even at 10.0 A g^(-1),with a remarkable capacity retention of 110%.The assembled N/Mo-Se@NC//AC SIHCs achieve high energy/power densities(236.1 Wh kg^(-1)/9990 W kg^(-1)),demonstrating superior comprehensive performance compared to most previously reported anodes.This study,through high-electronegativity atom modulation and amorphization engineering,opens new avenues for designing highly stable and high-rate Na^(+) storage materials. 展开更多
关键词 High-electronegativity N modulation Local electronic domain reconstruction Amorphous Mo–Se coordination Polyselenide dissolution suppression Sodium-ion hybrid capacitors
在线阅读 下载PDF
Coordinated DNA methyltransferase 3A and methyltransferase-like 7A activity reprograms the tumor microenvironment through discoidin domain receptor 1 signaling
12
作者 Zhengyang Bai Dan Yang +3 位作者 Jiayi Li Yaobang Liu Bin Lian Jinping Li 《Cancer Biology & Medicine》 2026年第1期107-132,共26页
Objective:Breast cancer is the most common malignancy in women and is characterized by a high recurrence rate that severely impacts patient survival.Regulatory T cells(Tregs)in the tumor microenvironment(TME)promote i... Objective:Breast cancer is the most common malignancy in women and is characterized by a high recurrence rate that severely impacts patient survival.Regulatory T cells(Tregs)in the tumor microenvironment(TME)promote immune evasion and metastasis,increasing recurrence risk.This study determined how the epigenetic regulators,DNMT3A and METTL7A,modulate Treg infiltration via the DDR1/STAT3/CXCL5 axis and influence breast cancer recurrence and prognosis.Methods:RNA sequencing(RNA-seq)was used to identify differentially expressed genes(DEGs),followed by Gene Ontology(GO)and Kyoto Encyclopedia of Genes and Genomes(KEGG)enrichment.Machine learning algorithms,including least absolute shrinkage and selection operator(LASSO),supported vector machine-recursive feature elimination(SVM-RFE)and ElasticNet identified DDR1 as a key gene.Validation included RT-qPCR,western blot,MSP,MeRIP-qPCR,and Co-IP to assess epigenetic regulation.Functional assays(CCK-8,Transwell,and Treg differentiation/chemotaxis)and xenograft models evaluated the role of DDR1 in tumor progression and recurrence.Results:DNMT3A upregulated DDR1 via DNA methylation,while METTL7A enhanced DDR1 mRNA stability via m6A modification.Co-regulation activated the DDR1/STAT3/CXCL5 axis,which boosted cancer cell proliferation,migration,and invasion.CXCL5 secretion increased Treg infiltration and accelerated tumor growth in vivo.DDR1 silencing reversed these effects,confirming that DDR1 has a pivotal role in breast cancer recurrence.Conclusion:DNMT3A and METTL7A were shown to cooperatively regulate DDR1 via DNA/m6A methylation,which drives Tregmediated immune suppression and recurrence.This study provided novel insights and therapeutic targets for breast cancer prognosis and treatment. 展开更多
关键词 Tumor microenvironment DNMT3A METTL7A DDR1/STAT3/CXCL5 axis Discoidin domain receptor 1
暂未订购
拟连续domain上的广义理想收敛
13
作者 王武 谭彬 张舜 《安徽大学学报(自然科学版)》 北大核心 2025年第5期11-18,共8页
在定向完备偏序集中引入了广义理想下极限和广义理想终下界极限的概念,并研究了其与Scott拓扑和Lawson拓扑的关系.主要结果有:(1)在定向完备偏序集上,广义理想下极限拓扑与Scott拓扑一致;(2)广义理想下极限收敛是拓扑的当且仅当定向完... 在定向完备偏序集中引入了广义理想下极限和广义理想终下界极限的概念,并研究了其与Scott拓扑和Lawson拓扑的关系.主要结果有:(1)在定向完备偏序集上,广义理想下极限拓扑与Scott拓扑一致;(2)广义理想下极限收敛是拓扑的当且仅当定向完备偏序集是拟连续domain;(3)在拟连续domain中,广义理想终下界极限拓扑与Lawson拓扑一致,并给出了定向完备偏序集为连续domain的一个充分条件. 展开更多
关键词 拟连续domain 广义理想下极限 广义理想终下界极限 SCOTT拓扑 LAWSON拓扑
在线阅读 下载PDF
Cramer-Rao bounds for the joint delay-Doppler estimation of compressive sampling pulse-Doppler radar
14
作者 CHEN Shengyao XI Feng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2018年第1期58-66,共9页
Time-delay and Doppler shift estimation is a basic task for pulse-Doppler radar processing. For low-rate sampling of echo signals, several kinds of compressive sampling(CS) pulse-Doppler(CSPD) radar are developed with... Time-delay and Doppler shift estimation is a basic task for pulse-Doppler radar processing. For low-rate sampling of echo signals, several kinds of compressive sampling(CS) pulse-Doppler(CSPD) radar are developed with different analog-to-information conversion(AIC) systems. However, a unified metric is absent to evaluate their parameter estimation performance. Towards this end, this paper derives the deterministic Cramer-Rao bound(CRB)for the joint delay-Doppler estimation of CSPD radar to quantitatively analyze the estimate performance. Theoretical results reveal that the CRBs of both time-delays and Doppler shifts are inversely proportional to the received target signal-to-noise ratio(SNR), the number of transmitted pulses and the sampling rate of AIC systems. The main difference is that the CRB of Doppler shifts also lies on the coherent processing interval. Numerical experiments validate these theoretical results. They also show that the structure of the AIC systems has weak influence on the CRBs, which implies that the AIC structures can be flexibly selected for the implementation of CSPD radar. 展开更多
关键词 compressive sampling(CS) delay-doppler estimation Cramer-Rao bound(CRB)
在线阅读 下载PDF
Ferroelectric domain engineering of Lithium niobate 被引量:1
15
作者 Jackson J.Chakkoria Aditya Dubey +1 位作者 Arnan Mitchell Andreas Boes 《Opto-Electronic Advances》 2025年第2期46-79,共34页
Lithium niobate(LN)has remained at the forefront of academic research and industrial applications due to its rich material properties,which include second-order nonlinear optic,electro-optic,and piezoelectric properti... Lithium niobate(LN)has remained at the forefront of academic research and industrial applications due to its rich material properties,which include second-order nonlinear optic,electro-optic,and piezoelectric properties.A further aspect of LN’s versatility stems from the ability to engineer ferroelectric domains with micro and even nano-scale precision in LN,which provides an additional degree of freedom to design acoustic and optical devices with improved performance and is only possible in a handful of other materials.In this review paper,we provide an overview of the domain engineering techniques developed for LN,their principles,and the typical domain size and pattern uniformity they provide,which is important for devices that require high-resolution domain patterns with good reproducibility.It also highlights each technique's benefits,limitations,and adaptability for an application,along with possible improvements and future advancement prospects.Further,the review provides a brief overview of domain visualization methods,which is crucial to gain insights into domain quality/shape and explores the adaptability of the proposed domain engineering methodologies for the emerging thin-film lithium niobate on an insulator platform,which creates opportunities for developing the next generation of compact and scalable photonic integrated circuits and high frequency acoustic devices. 展开更多
关键词 lithium niobate FERROELECTRIC domain engineering lithium niobate on insulator domain visualization periodic poling quasi-phase matching acoustic
在线阅读 下载PDF
Complex cross-regional landslide susceptibility mapping by multi-source domain transfer learning 被引量:1
16
作者 Yan Su Jiayuan Fu +7 位作者 Xiaohe Lai Chuan Lin Lvyun Zhu Xiudong Xie Jun Jiang Yaoxin Chen Jingyu Huang Wenhong Huang 《Geoscience Frontiers》 2025年第4期25-39,共15页
Landslide susceptibility evaluation plays an important role in disaster prevention and reduction.Feature-based transfer learning(TL)is an effective method for solving landslide susceptibility mapping(LSM)in target reg... Landslide susceptibility evaluation plays an important role in disaster prevention and reduction.Feature-based transfer learning(TL)is an effective method for solving landslide susceptibility mapping(LSM)in target regions with no available samples.However,as the study area expands,the distribution of land-slide types and triggering mechanisms becomes more diverse,leading to performance degradation in models relying on landslide evaluation knowledge from a single source domain due to domain feature shift.To address this,this study proposes a Multi-source Domain Adaptation Convolutional Neural Network(MDACNN),which combines the landslide prediction knowledge learned from two source domains to perform cross-regional LSM in complex large-scale areas.The method is validated through case studies in three regions located in southeastern coastal China and compared with single-source domain TL models(TCA-based models).The results demonstrate that MDACNN effectively integrates transfer knowledge from multiple source domains to learn diverse landslide-triggering mechanisms,thereby significantly reducing prediction bias inherent to single-source domain TL models,achieving an average improvement of 16.58%across all metrics.Moreover,the landslide susceptibility maps gener-ated by MDACNN accurately quantify the spatial distribution of landslide risks in the target area,provid-ing a powerful scientific and technological tool for landslide disaster management and prevention. 展开更多
关键词 Landslide susceptibility Deep learning MDACNN Feature domain adaptation Data scarcity
在线阅读 下载PDF
Leci:Learnable Evolutionary Category Intermediates for Unsupervised Domain Adaptive Segmentation 被引量:1
17
作者 Qiming ZHANG Yufei XU +1 位作者 Jing ZHANG Dacheng TAO 《Artificial Intelligence Science and Engineering》 2025年第1期37-51,共15页
To avoid the laborious annotation process for dense prediction tasks like semantic segmentation,unsupervised domain adaptation(UDA)methods have been proposed to leverage the abundant annotations from a source domain,s... To avoid the laborious annotation process for dense prediction tasks like semantic segmentation,unsupervised domain adaptation(UDA)methods have been proposed to leverage the abundant annotations from a source domain,such as virtual world(e.g.,3D games),and adapt models to the target domain(the real world)by narrowing the domain discrepancies.However,because of the large domain gap,directly aligning two distinct domains without considering the intermediates leads to inefficient alignment and inferior adaptation.To address this issue,we propose a novel learnable evolutionary Category Intermediates(CIs)guided UDA model named Leci,which enables the information transfer between the two domains via two processes,i.e.,Distilling and Blending.Starting from a random initialization,the CIs learn shared category-wise semantics automatically from two domains in the Distilling process.Then,the learned semantics in the CIs are sent back to blend the domain features through a residual attentive fusion(RAF)module,such that the categorywise features of both domains shift towards each other.As the CIs progressively and consistently learn from the varying feature distributions during training,they are evolutionary to guide the model to achieve category-wise feature alignment.Experiments on both GTA5 and SYNTHIA datasets demonstrate Leci's superiority over prior representative methods. 展开更多
关键词 unsupervised domain adaptation semantic segmentation deep learning
在线阅读 下载PDF
异源WHy-Domain蛋白的结构与抗逆功能比较分析
18
作者 邓云峰 贺小丽 +7 位作者 韦廷舟 赖瑞林 范清锋 张泽颖 代其林 周正富 王劲 江世杰 《分子植物育种》 北大核心 2025年第14期4679-4687,共9页
水胁迫与过敏反应结构域(WHy-Domain)是第5C家族LEA蛋白(LEA5C)包含的一个典型结构域,该WHy-Domain蛋白在细胞抵抗非生物胁迫过程中发挥重要作用。前期研究发现,不同来源的WHy-Domain蛋白序列差异较大,可能具有不同的生物学功能。为探... 水胁迫与过敏反应结构域(WHy-Domain)是第5C家族LEA蛋白(LEA5C)包含的一个典型结构域,该WHy-Domain蛋白在细胞抵抗非生物胁迫过程中发挥重要作用。前期研究发现,不同来源的WHy-Domain蛋白序列差异较大,可能具有不同的生物学功能。为探究不同WHy-Domain蛋白结构和抗逆功能的关系,本研究选择植物、细菌和古菌来源的4个WHy-Domain蛋白,开展了生物信息学分析、重组菌株构建及非生物胁迫表型试验。结果显示,4个WHy-Domain蛋白均具有LEA5C家族蛋白疏水等特性,但氨基酸组成、二级结构等差异较大。异常球菌属DrWHy基因过量表达提高重组大肠杆菌氧化和渗透胁迫抗性;假单胞菌属BnWHy表达提高大肠杆菌的抗氧化能力;古菌AfWHy表达增强重组大肠杆菌耐受氧化、高渗、高温和高盐能力,植物OsWHy表达能够有效增强重组大肠杆菌低温和渗透胁迫抗性。表明结构不同的WHy-Domain蛋白具有不同的非生物胁迫抗性功能。本研究为进一步探讨WHy-Domain蛋白的进化机制提供科学依据,同时也为农业逆境合成生物学研究提供最小元器件。 展开更多
关键词 WHy-domain蛋白 生物信息学分析 重组大肠杆菌 非生物胁迫抗性
原文传递
Role of cell cycle-related gene SAC3 domain containing 1 as a potential target of nitidine chloride in hepatocellular carcinoma progression 被引量:1
19
作者 Qing-Ling Huang Sheng-Sheng Zhou +10 位作者 Jian-Di Li Dan-Dan Xiong Rong-Quan He Zhi-Guang Huang Lei Wang Tian-Ming Tan Yi-Wu Dang Wei-Jia Mo Zhen-Bo Feng Gang Chen Zhen-Dong Yang 《World Journal of Clinical Oncology》 2025年第5期151-160,共10页
BACKGROUND Hepatocellular carcinoma(HCC)is at the forefront of the global spectrum of cancer incidence and mortality,with conventional therapies like tyrosine kinase inhibitors limited by resistance.Recent studies hav... BACKGROUND Hepatocellular carcinoma(HCC)is at the forefront of the global spectrum of cancer incidence and mortality,with conventional therapies like tyrosine kinase inhibitors limited by resistance.Recent studies have highlighted the promising anticancer effects of nitidine chloride(NC)against HCC.SAC3 domain containing 1(SAC3D1)is critical for centrosome replication and spindle formation.However,research on SAC3D1 in HCC and NC remains limited.AIM To investigate the mechanisms underlying SAC3D1’s role in HCC progression and evaluated its potential as a therapeutic target of NC.METHODS RNA sequencing(RNA-seq)identified SAC3D1 expression changes in HCC cells after NC treatment.Molecular docking was further employed to validate the direct binding between NC and SAC3D1.Additionally,HCC multicenter data(The Cancer Genome Atlas_GTEx,ArrayExpress),pathway analysis,Pearson correlation analysis and SAC3D1 in vitro knockdown experiments were integrated to explore the molecular mechanisms underlying SAC3D1's involvement in HCC progression.RESULTS RNA-seq showed that NC treatment significantly downregulated SAC3D1 expression[log2(fold change)=-0.95,P<0.05],with molecular docking revealing that NC directly bound to SAC3D1 proteins(binding energy:-9.7 kcal/mol).Enrichment analysis showed that most pathways were closely related to the cell cycle.Pearson correlation analysis indicated that SAC3D1 and cell cycle genes were significantly positively correlated(correlation coefficient≥0.3,P<0.05).SAC3D1 knockdown inhibited HCC cell invasion,migration,and proliferation by arresting cells in the S and G2/M phases.Flow cytometry confirmed that after SAC3D1 knockdown,the early and total apoptosis percentage of HCC cells decreased,while the late apoptosis percentage increased.CONCLUSION As a potential target of NC,SAC3D1 may inhibit HCC progression through cell cycle regulation following its downregulation by NC. 展开更多
关键词 Hepatocellular carcinoma SAC3 domain containing 1 Nitidine chloride Cell cycle Molecular docking
暂未订购
The Characterization of Self-adjoint Domains of Two-interval Odd Order Differential Operators
20
作者 WANG Linyu HAO Xiaoling LI Kun 《数学进展》 北大核心 2025年第4期784-802,共19页
In this paper,we give a complete characterization of all self-adjoint domains of odd order differential operators on two intervals.These two intervals with all four endpoints are singular(one endpoint of each interval... In this paper,we give a complete characterization of all self-adjoint domains of odd order differential operators on two intervals.These two intervals with all four endpoints are singular(one endpoint of each interval is singular or all four endpoints are regulars are the special cases).And these extensions yield"new"self-adjoint operators,which involve interactions between the two intervals. 展开更多
关键词 self-adjoint domain odd order differential operator two-interval
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部