期刊文献+
共找到1,279篇文章
< 1 2 64 >
每页显示 20 50 100
Neuro-Symbolic Graph Learning for Causal Inference and Continual Learning in Mental-Health Risk Assessment
1
作者 Monalisa Jena Noman Khan +1 位作者 Mi Young Lee Seungmin Rho 《Computer Modeling in Engineering & Sciences》 2026年第1期1311-1338,共28页
Mental-health risk detection seeks early signs of distress from social media posts and clinical transcripts to enable timely intervention before crises.When such risks go undetected,consequences can escalate to self-h... Mental-health risk detection seeks early signs of distress from social media posts and clinical transcripts to enable timely intervention before crises.When such risks go undetected,consequences can escalate to self-harm,long-term disability,reduced productivity,and significant societal and economic burden.Despite recent advances,detecting risk from online text remains challenging due to heterogeneous language,evolving semantics,and the sequential emergence of new datasets.Effective solutions must encode clinically meaningful cues,reason about causal relations,and adapt to new domains without forgetting prior knowledge.To address these challenges,this paper presents a Continual Neuro-Symbolic Graph Learning(CNSGL)framework that unifies symbolic reasoning,causal inference,and continual learning within a single architecture.Each post is represented as a symbolic graph linking clinically relevant tags to textual content,enriched with causal edges derived from directional Point-wise Mutual Information(PMI).A two-layer Graph Convolutional Network(GCN)encodes these graphs,and a Transformer-based attention pooler aggregates node embeddings while providing interpretable tag-level importances.Continual adaptation across datasets is achieved through the Multi-Head Freeze(MH-Freeze)strategy,which freezes a shared encoder and incrementally trains lightweight task-specific heads(small classifiers attached to the shared embedding).Experimental evaluations across six diverse mental-health datasets ranging from Reddit discourse to clinical interviews,demonstrate that MH-Freeze consistently outperforms existing continual-learning baselines in both discriminative accuracy and calibration reliability.Across six datasets,MH-Freeze achieves up to 0.925 accuracy and 0.923 F1-Score,with AUPRC≥0.934 and AUROC≥0.942,consistently surpassing all continual-learning baselines.The results confirm the framework’s ability to preserve prior knowledge,adapt to domain shifts,and maintain causal interpretability,establishing CNSGL as a promising step toward robust,explainable,and lifelong mental-health risk assessment. 展开更多
关键词 Catastrophic forgetting causal inference continual learning deep learning graph convolutional network mental health monitoring transformer
在线阅读 下载PDF
Squeezing More Past Knowledge for Online Class-Incremental Continual Learning 被引量:1
2
作者 Da Yu Mingyi Zhang +4 位作者 Mantian Li Fusheng Zha Junge Zhang Lining Sun Kaiqi Huang 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第3期722-736,共15页
Continual learning(CL)studies the problem of learning to accumulate knowledge over time from a stream of data.A crucial challenge is that neural networks suffer from performance degradation on previously seen data,kno... Continual learning(CL)studies the problem of learning to accumulate knowledge over time from a stream of data.A crucial challenge is that neural networks suffer from performance degradation on previously seen data,known as catastrophic forgetting,due to allowing parameter sharing.In this work,we consider a more practical online class-incremental CL setting,where the model learns new samples in an online manner and may continuously experience new classes.Moreover,prior knowledge is unavailable during training and evaluation.Existing works usually explore sample usages from a single dimension,which ignores a lot of valuable supervisory information.To better tackle the setting,we propose a novel replay-based CL method,which leverages multi-level representations produced by the intermediate process of training samples for replay and strengthens supervision to consolidate previous knowledge.Specifically,besides the previous raw samples,we store the corresponding logits and features in the memory.Furthermore,to imitate the prediction of the past model,we construct extra constraints by leveraging multi-level information stored in the memory.With the same number of samples for replay,our method can use more past knowledge to prevent interference.We conduct extensive evaluations on several popular CL datasets,and experiments show that our method consistently outperforms state-of-the-art methods with various sizes of episodic memory.We further provide a detailed analysis of these results and demonstrate that our method is more viable in practical scenarios. 展开更多
关键词 Catastrophic forgetting class-incremental learning continual learning(cl) experience replay
在线阅读 下载PDF
Machine Learning-Based Online Monitoring and Closed-Loop Controlling for 3D Printing of Continuous Fiber-Reinforced Composites 被引量:1
3
作者 Xinyun Chi Jiacheng Xue +6 位作者 Lei Jia Jiaqi Yao Huihui Miao Lingling Wu Tengfei Liu Xiaoyong Tian Dichen Li 《Additive Manufacturing Frontiers》 2025年第2期90-96,共7页
Ensuring the consistent mechanical performance of three-dimensional(3D)-printed continuous fiber-reinforced composites is a significant challenge in additive manufacturing.The current reliance on manual monitoring exa... Ensuring the consistent mechanical performance of three-dimensional(3D)-printed continuous fiber-reinforced composites is a significant challenge in additive manufacturing.The current reliance on manual monitoring exacerbates this challenge by rendering the process vulnerable to environmental changes and unexpected factors,resulting in defects and inconsistent product quality,particularly in unmanned long-term operations or printing in extreme environments.To address these issues,we developed a process monitoring and closed-loop feedback control strategy for the 3D printing process.Real-time printing image data were captured and analyzed using a well-trained neural network model,and a real-time control module-enabled closed-loop feedback control of the flow rate was developed.The neural network model,which was based on image processing and artificial intelligence,enabled the recognition of flow rate values with an accuracy of 94.70%.The experimental results showed significant improvements in both the surface performance and mechanical properties of printed composites,with three to six times improvement in tensile strength and elastic modulus,demonstrating the effectiveness of the strategy.This study provides a generalized process monitoring and feedback control method for the 3D printing of continuous fiber-reinforced composites,and offers a potential solution for remote online monitoring and closed-loop adjustment in unmanned or extreme space environments. 展开更多
关键词 Continuous fiber-reinforced composites 3D printing Computer vision Machine learning Defect detection Feedback control
在线阅读 下载PDF
BiaMix Contrastive Learning and Memory Similarity Distillation in Class‐Incremental Learning
4
作者 Mang Ye Wenke Huang +2 位作者 Zekun Shi Zhiwei Ye Bo Du 《CAAI Transactions on Intelligence Technology》 2025年第6期1745-1758,共14页
Class-incremental learning studies the problem of continually learning new classes from data streams.But networks suffer from catastrophic forgetting problems,forgetting past knowledge when acquiring new knowledge.Amo... Class-incremental learning studies the problem of continually learning new classes from data streams.But networks suffer from catastrophic forgetting problems,forgetting past knowledge when acquiring new knowledge.Among different approaches,replay methods have shown exceptional promise for this challenge.But performance still baffles from two aspects:(i)data in imbalanced distribution and(ii)networks with semantic inconsistency.First,due to limited memory buffer,there exists imbalance between old and new classes.Direct optimisation would lead feature space skewed towards new classes,resulting in performance degradation on old classes.Second,existing methods normally leverage previous network to regularise the present network.However,the previous network is not trained on new classes,which means that these two networks are semantic inconsistent,leading to misleading guidance information.To address these two problems,we propose BCSD(BiaMix contrastive learning and memory similarity distillation).For imbalanced distribution,we design Biased MixUp,where mixed samples are in high weight from old classes and low weight from new classes.Thus,network learns to push decision boundaries towards new classes.We further leverage label information to construct contrastive learning in order to ensure discriminability.Meanwhile,for semantic inconsistency,we distill knowledge from the previous network by capturing the similarity of new classes in current tasks to old classes from the memory buffer and transfer that knowledge to the present network.Empirical results on various datasets demonstrate its effectiveness and efficiency. 展开更多
关键词 artificial intelligence catastrophic forgetting continual learning deep learning
在线阅读 下载PDF
Toward real-world deployment of machine learning for health care:External validation,continual monitoring,and randomized clinical trials 被引量:3
5
作者 Han Yuan 《Health Care Science》 2024年第5期360-364,共5页
1|OVERVIEW.Machine learning(ML)has been increasingly used for tackling various diagnostic,therapeutic,and prognostic tasks owing to its capability to learn and reason without explicit programming[1].Most developed ML ... 1|OVERVIEW.Machine learning(ML)has been increasingly used for tackling various diagnostic,therapeutic,and prognostic tasks owing to its capability to learn and reason without explicit programming[1].Most developed ML models have had their accuracy proven through internal validation using retrospective data.However,external validation using retrospective data,continual monitoring using prospective data,and randomized controlled trials(RCTs)using prospective data are important for the translation of ML models into real-world clinical practice[2]. 展开更多
关键词 machine learning real-world deployment external validation continual monitoring randomized clinical trials
暂未订购
Continual Reinforcement Learning for Intelligent Agricultural Management under Climate Changes
6
作者 Zhaoan Wang Kishlay Jha Shaoping Xiao 《Computers, Materials & Continua》 SCIE EI 2024年第10期1319-1336,共18页
Climate change poses significant challenges to agricultural management,particularly in adapting to extreme weather conditions that impact agricultural production.Existing works with traditional Reinforcement Learning(... Climate change poses significant challenges to agricultural management,particularly in adapting to extreme weather conditions that impact agricultural production.Existing works with traditional Reinforcement Learning(RL)methods often falter under such extreme conditions.To address this challenge,our study introduces a novel approach by integrating Continual Learning(CL)with RL to form Continual Reinforcement Learning(CRL),enhancing the adaptability of agricultural management strategies.Leveraging the Gym-DSSAT simulation environment,our research enables RL agents to learn optimal fertilization strategies based on variable weather conditions.By incorporating CL algorithms,such as Elastic Weight Consolidation(EWC),with established RL techniques like Deep Q-Networks(DQN),we developed a framework in which agents can learn and retain knowledge across diverse weather scenarios.The CRL approach was tested under climate variability to assess the robustness and adaptability of the induced policies,particularly under extreme weather events like severe droughts.Our results showed that continually learned policies exhibited superior adaptability and performance compared to optimal policies learned through the conventional RL methods,especially in challenging conditions of reduced rainfall and increased temperatures.This pioneering work,which combines CL with RL to generate adaptive policies for agricultural management,is expected to make significant advancements in precision agriculture in the era of climate change. 展开更多
关键词 continual learning reinforcement learning agricultural management climate variability
在线阅读 下载PDF
Iterative Learning Model Predictive Control for a Class of Continuous/Batch Processes 被引量:9
7
作者 周猛飞 王树青 +1 位作者 金晓明 张泉灵 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2009年第6期976-982,共7页
An iterative learning model predictive control (ILMPC) technique is applied to a class of continuous/batch processes. Such processes are characterized by the operations of batch processes generating periodic strong ... An iterative learning model predictive control (ILMPC) technique is applied to a class of continuous/batch processes. Such processes are characterized by the operations of batch processes generating periodic strong disturbances to the continuous processes and traditional regulatory controllers are unable to eliminate these periodic disturbances. ILMPC integrates the feature of iterative learning control (ILC) handling repetitive signal and the flexibility of model predictive control (MPC). By on-line monitoring the operation status of batch processes, an event-driven iterative learning algorithm for batch repetitive disturbances is initiated and the soft constraints are adjusted timely as the feasible region is away from the desired operating zone. The results of an industrial application show that the proposed ILMPC method is effective for a class of continuous/batch processes. 展开更多
关键词 continuous/batch process model predictive control event monitoring iterative learning soft constraint
在线阅读 下载PDF
Continual learning fault diagnosis:A dual-branch adaptive aggregation residual network for fault diagnosis with machine increments 被引量:5
8
作者 Bojian CHEN Changqing SHEN +4 位作者 Juanjuan SHI Lin KONG Luyang TAN Dong WANG Zhongkui ZHU 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2023年第6期361-377,共17页
As a data-driven approach, Deep Learning(DL)-based fault diagnosis methods need to collect the relatively comprehensive data on machine fault types to achieve satisfactory performance. A mechanical system may include ... As a data-driven approach, Deep Learning(DL)-based fault diagnosis methods need to collect the relatively comprehensive data on machine fault types to achieve satisfactory performance. A mechanical system may include multiple submachines in the real-world. During condition monitoring of a mechanical system, fault data are distributed in a continuous flow of constantly generated information and new faults will inevitably occur in unconsidered submachines, which are also called machine increments. Therefore, adequately collecting fault data in advance is difficult. Limited by the characteristics of DL, training existing models directly with new fault data of new submachines leads to catastrophic forgetting of old tasks, while the cost of collecting all known data to retrain the models is excessively high. DL-based fault diagnosis methods cannot learn continually and adaptively in dynamic environments. A new Continual Learning Fault Diagnosis method(CLFD) is proposed in this paper to solve a series of fault diagnosis tasks with machine increments. The stability–plasticity dilemma is an intrinsic issue in continual learning. The core of CLFD is the proposed Dual-branch Adaptive Aggregation Residual Network(DAARN).Two types of residual blocks are created in each block layer of DAARN: steady and dynamic blocks. The stability–plasticity dilemma is solved by assigning them with adaptive aggregation weights to balance stability and plasticity, and a bi-level optimization program is used to optimize adaptive aggregation weights and model parameters. In addition, a feature-level knowledge distillation loss function is proposed to further overcome catastrophic forgetting. CLFD is then applied to the fault diagnosis case with machine increments. Results demonstrate that CLFD outperforms other continual learning methods and has satisfactory robustness. 展开更多
关键词 Catastrophic forgetting continual learning Fault diagnosis Knowledge distillation Machine increments Stability-plasticity dilemma
原文传递
Relational Reinforcement Learning with Continuous Actions by Combining Behavioural Cloning and Locally Weighted Regression 被引量:2
9
作者 Julio H. Zaragoza Eduardo F. Morales 《Journal of Intelligent Learning Systems and Applications》 2010年第2期69-79,共11页
Reinforcement Learning is a commonly used technique for learning tasks in robotics, however, traditional algorithms are unable to handle large amounts of data coming from the robot’s sensors, require long training ti... Reinforcement Learning is a commonly used technique for learning tasks in robotics, however, traditional algorithms are unable to handle large amounts of data coming from the robot’s sensors, require long training times, and use dis-crete actions. This work introduces TS-RRLCA, a two stage method to tackle these problems. In the first stage, low-level data coming from the robot’s sensors is transformed into a more natural, relational representation based on rooms, walls, corners, doors and obstacles, significantly reducing the state space. We use this representation along with Behavioural Cloning, i.e., traces provided by the user;to learn, in few iterations, a relational control policy with discrete actions which can be re-used in different environments. In the second stage, we use Locally Weighted Regression to transform the initial policy into a continuous actions policy. We tested our approach in simulation and with a real service robot on different environments for different navigation and following tasks. Results show how the policies can be used on different domains and perform smoother, faster and shorter paths than the original discrete actions policies. 展开更多
关键词 RELATIONAL REINFORCEMENT learning BEHAVIOURAL clONING CONTINUOUS ACTIONS Robotics
暂未订购
The Application of Cooperative Learning in the Oral English Classroom
10
作者 陈惜珍 《英语广场(学术研究)》 2013年第6期67-71,共5页
外语教学的最终目标是培养学生用外语进行交际的能力。本文就"共同参与式教学法"的基本理论,探讨了"共同参与式"教学模式在英语口语课课堂的运用,指出口语课内容应符合学生的兴趣和成长需求,教学模式要以学生为中心... 外语教学的最终目标是培养学生用外语进行交际的能力。本文就"共同参与式教学法"的基本理论,探讨了"共同参与式"教学模式在英语口语课课堂的运用,指出口语课内容应符合学生的兴趣和成长需求,教学模式要以学生为中心,在培养学生运用英语进行交流的同时,也要注重培养学生的组织材料的能力、交际能力和独立思考能力。 展开更多
关键词 共同参与式教学法 英语口语课 教学内容与模式
在线阅读 下载PDF
Deep learning algorithm featuring continuous learning for modulation classifications in wireless networks
11
作者 WU Nan SUN Yu WANG Xudong 《太赫兹科学与电子信息学报》 2024年第2期209-218,共10页
Although modulation classification based on deep neural network can achieve high Modulation Classification(MC)accuracies,catastrophic forgetting will occur when the neural network model continues to learn new tasks.In... Although modulation classification based on deep neural network can achieve high Modulation Classification(MC)accuracies,catastrophic forgetting will occur when the neural network model continues to learn new tasks.In this paper,we simulate the dynamic wireless communication environment and focus on breaking the learning paradigm of isolated automatic MC.We innovate a research algorithm for continuous automatic MC.Firstly,a memory for storing representative old task modulation signals is built,which is employed to limit the gradient update direction of new tasks in the continuous learning stage to ensure that the loss of old tasks is also in a downward trend.Secondly,in order to better simulate the dynamic wireless communication environment,we employ the mini-batch gradient algorithm which is more suitable for continuous learning.Finally,the signal in the memory can be replayed to further strengthen the characteristics of the old task signal in the model.Simulation results verify the effectiveness of the method. 展开更多
关键词 Deep learning(DL) modulation classification continuous learning catastrophic forgetting cognitive radio communications
在线阅读 下载PDF
Effectiveness of Cooperative Learning in College English Reading Class
12
作者 冯丽娟 《海外英语》 2012年第1X期33-35,共3页
Cooperative learning emerging as the leading new approach to classroom instruction abroad over the past decades has been studied by many researchers from all aspects.This paper mainly focuses on the basics of cooperat... Cooperative learning emerging as the leading new approach to classroom instruction abroad over the past decades has been studied by many researchers from all aspects.This paper mainly focuses on the basics of cooperative learning and tries to answer the question that if the use of cooperative learning produce higher achievement than the traditional methods in college English reading class through experimental study.The analysis contributes to better college English teaching and learning.A conclusion is drawn that cooperative learning is very effective in improving college students reading ability. 展开更多
关键词 COOPERATIVE learning ESSENTIAL ELEMENTS and yypica
在线阅读 下载PDF
Practical Activities to Improve Transfer of Learning in the Nuclear-Related Continuing Professional Educations for Developing Countries in Korea
13
作者 Hyeon-Jin Kim 《Journal of Energy and Power Engineering》 2020年第3期85-89,共5页
Much in-class education and training for developing countries have focused on how a learner absorbs knowledge and skills efficiently or effectively in the class,but are less interested in how the learners should trans... Much in-class education and training for developing countries have focused on how a learner absorbs knowledge and skills efficiently or effectively in the class,but are less interested in how the learners should transfer the knowledge and skills into their jobs in their workplace.In principle,in-class education and training have a difficulty with applying the learned knowledge and skills to learners’jobs in the workplace in comparison with any other practical-basis training.To overcome this difficulty,many educational stakeholders in the nuclear field have concentrated on how learners can transfer the knowledge and skills absorbed in the class into their jobs in their workplace.The action learning activity for learners can be one of the solutions to apply the knowledge and skills to their job in the workplace.The purpose of this study is to clarify how the transfer of learning has been implemented in the nuclear-related continuing professional educations and training for developing countries in Korea.To accomplish this purpose,this study is implemented as follows.The first is to define the concept of the“transfer of learning”clearly.The second is to clarify the core elements of the transfer of learning.Along with the clarification,the third is to show how the transfer of learning has been implemented in the continuing professional nuclear-related education and training for developing countries in Korea.The fourth is to present core problems in such education and training.As the fifth,this study suggests alternatives to overcome the core problems in the nuclear-related continuing professional education and training. 展开更多
关键词 Nuclear education tranfer of learning continuing professional education
在线阅读 下载PDF
基于机器学习与进化算法的CL-20/TNT新共晶结构探索
14
作者 宋云岳 李明 《广东化工》 2025年第2期110-112,128,共4页
对于高能量密度化合物2,4,6,8,10,12-六硝基-2,4,6,8,10,12六氮杂异伍兹烷(CL-20)因灵敏度过高而不能广泛应用的问题,可利用共晶技术将它与常见的高能量密度化合物结合形成高能共晶材料来降低灵敏度。对此提出了一个高效的迭代工作流程... 对于高能量密度化合物2,4,6,8,10,12-六硝基-2,4,6,8,10,12六氮杂异伍兹烷(CL-20)因灵敏度过高而不能广泛应用的问题,可利用共晶技术将它与常见的高能量密度化合物结合形成高能共晶材料来降低灵敏度。对此提出了一个高效的迭代工作流程,利用了机器学习势(MLP)和来自USPEX的进化算法探索CL-20与2,4,6-三硝基甲苯(TNT)共晶空间。通过该工作流程,得到了一组高密度共晶结构,并利用第一性原理几何优化进一步验证了这些共晶结构。 展开更多
关键词 机器学习 进化算法 cl-20 TNT 共晶结构
在线阅读 下载PDF
Continuous Learning and Adaptation of Neural Control for Proprioceptive Feedback Integration in a Quadruped Robot
15
作者 Yanbin Zhang Yang Li Zhendong Dai 《Journal of Bionic Engineering》 2025年第5期2367-2382,共16页
Autonomous legged robots,capable of navigating uneven terrain,can perform a diverse array of tasks.However,designing locomotion controllers remains challenging.In particular,designing a controller based on durable and... Autonomous legged robots,capable of navigating uneven terrain,can perform a diverse array of tasks.However,designing locomotion controllers remains challenging.In particular,designing a controller based on durable and reliable proprioceptive sensors,is essential for achieving adaptability.Presently,the controller must either be manually designed for specific robots and tasks,or developed using machine-learning techniques,which require extensive training time and result in complex controllers.Inspired by animal locomotion,we propose a simple yet comprehensive closed-loop modular framework that utilizes minimal proprioceptive feedback(i.e.,the Coxa-Femur(CF)joint angle),enabling a quadruped robot to efficiently navigate unpredictable and uneven terrains,including the step and slope.The framework comprises a basic neural control network capable of rapidly learning optimized motor patterns,and a straightforward module for sensory feedback sharing and integration.In a series of experiments,we show that integrating sensory feedback into the base neural control network aids the robot in continually learning robust motor patterns on flat,step,and slope terrain,compared with the open-loop base framework.Sharing sensory feedback information across the four legs enables a quadruped robot to proactively navigate unpredictable steps with minimal interaction.Furthermore,the controller remains functional even in the absence of sensor signals.This control configuration was successfully transferred to a physical robot without any modifications. 展开更多
关键词 Bioinspired robot learning continual learning Optimization and optimal control Sensor-based control
在线阅读 下载PDF
Machine-Learning-Improved Analytic Continuation for Quantum Impurity Model
16
作者 Shengyan Li Liang Chen 《Journal of Harbin Institute of Technology(New Series)》 2025年第4期29-44,共16页
The analytic continuation serves as a crucial bridge between quantum Monte Carlo calculations in imaginary-time formalism,specifically the Green's functions,and physical measurements(the spectral functions)in real... The analytic continuation serves as a crucial bridge between quantum Monte Carlo calculations in imaginary-time formalism,specifically the Green's functions,and physical measurements(the spectral functions)in real time.Various approaches have been developed to enhance the accuracy of analytic continuation,including the Padéapproximation,the maximum entropy method,and stochastic analytic continuation.In this study,we employ different deep learning techniques to investigate the analytic continuation for the quantum impurity model.A significant challenge in this context is that the sharp Abrikosov-Suhl resonance peak may be either underestimated or overestimated.We fit both the imaginary-time Green's function and the spectral function using Chebyshev polynomials in logarithmic coordinates.We utilize Full-Connected Networks(FCN),Convolutional Neural Networks(CNNs),and Residual Networks(ResNet)to address this issue.Our findings indicate that introducing noise during the training phase significantly improves the accuracy of the learning process.The typical absolute error achieved is less than 10-4.These investigations pave the way for machine learning to optimize the analytic continuation problem in many-body systems,thereby reducing the need for prior expertise in physics. 展开更多
关键词 machine learning analytic continuation neural networks
在线阅读 下载PDF
AdaptForever:Elastic and Mutual Learning for Continuous NLP Task Mastery
17
作者 Ke Chen Cheng Peng +4 位作者 Xinyang He Jiakang Sun Xu Liu Xiaolin Qin Yong Zhong 《Computers, Materials & Continua》 2025年第3期4003-4019,共17页
In natural language processing(NLP),managing multiple downstream tasks through fine-tuning pre-trained models often requires maintaining separate task-specific models,leading to practical inefficiencies.To address thi... In natural language processing(NLP),managing multiple downstream tasks through fine-tuning pre-trained models often requires maintaining separate task-specific models,leading to practical inefficiencies.To address this challenge,we introduce AdaptForever,a novel approach that enables continuous mastery of NLP tasks through the integration of elastic and mutual learning strategies with a stochastic expert mechanism.Our method freezes the pre-trained model weights while incorporating adapters enhanced with mutual learning capabilities,facilitating effective knowledge transfer from previous tasks to new ones.By combining Elastic Weight Consolidation(EWC)for knowledge preservation with specialized regularization terms,AdaptForever successfully maintains performance on earlier tasks while acquiring new capabilities.Experimental results demonstrate that AdaptForever achieves superior performance across a continuous sequence of NLP tasks compared to existing parameter-efficient methods,while effectively preventing catastrophic forgetting and enabling positive knowledge transfer between tasks. 展开更多
关键词 Adapter-tuning large language model pre-trained language model parameter-efficient fine tuning continue learning mutual learning mixture of expert
在线阅读 下载PDF
Continuous Bayesian probability estimator in predictions of nuclear charge radii
18
作者 Jian Liu Kai-Zhong Tan +4 位作者 Lei Wang Wan-Qing Gao Tian-Shuai Shang Jian Li Chang Xu 《Nuclear Science and Techniques》 2025年第11期283-293,共11页
Recently,machine learning has become a powerful tool for predicting nuclear charge radius RC,providing novel insights into complex physical phenomena.This study employs a continuous Bayesian probability(CBP)estimator ... Recently,machine learning has become a powerful tool for predicting nuclear charge radius RC,providing novel insights into complex physical phenomena.This study employs a continuous Bayesian probability(CBP)estimator and Bayesian model averaging(BMA)to optimize the predictions of RCfrom sophisticated theoretical models.The CBP estimator treats the residual between the theoretical and experimental values of RCas a continuous variable and derives its posterior probability density function(PDF)from Bayesian theory.The BMA method assigns weights to models based on their predictive performance for benchmark nuclei,thereby accounting for the unique strengths of each model.In global optimization,the CBP estimator improved the predictive accuracy of the three theoretical models by approximately 60%.The extrapolation analyses consistently achieved an improvement rate of approximately 45%,demonstrating the robustness of the CBP estimator.Furthermore,the combination of the CBP and BMA methods reduces the standard deviation to below 0.02 fm,effectively reproducing the pronounced shell effects on RCof the Ca and Sr isotope chains.The studies in this paper propose an efficient method to accurately describe RCof unknown nuclei,with potential applications in research on other nuclear properties. 展开更多
关键词 Machine learning Nuclear charge radii Continuous Bayesian probability estimator Bayesian model averaging
在线阅读 下载PDF
Subgraph Matching on Multi-Attributed Graphs Based on Contrastive Learning
19
作者 LIU Bozhi FANG Xiu +1 位作者 SUN Guohao LU Jinhu 《Journal of Donghua University(English Edition)》 2025年第5期523-533,共11页
Graphs have been widely used in fields ranging from chemical informatics to social network analysis.Graph-related problems become increasingly significant,with subgraph matching standing out as one of the most challen... Graphs have been widely used in fields ranging from chemical informatics to social network analysis.Graph-related problems become increasingly significant,with subgraph matching standing out as one of the most challenging tasks.The goal of subgraph matching is to find all subgraphs in the data graph that are isomorphic to the query graph.Traditional methods mostly rely on search strategies with high computational complexity and are hard to apply to large-scale real datasets.With the advent of graph neural networks(GNNs),researchers have turned to GNNs to address subgraph matching problems.However,the multi-attributed features on nodes and edges are overlooked during the learning of graphs,which causes inaccurate results in real-world scenarios.To tackle this problem,we propose a novel model called subgraph matching on multi-attributed graph network(SGMAN).SGMAN first utilizes improved line graphs to capture node and edge features.Then,SGMAN integrates GNN and contrastive learning(CL)to derive graph representation embeddings and calculate the matching matrix to represent the matching results.We conduct experiments on public datasets,and the results affirm the superior performance of our model. 展开更多
关键词 subgraph matching graph neural network(GNN) multi-attributed graph contrastive learning(cl)
在线阅读 下载PDF
上一页 1 2 64 下一页 到第
使用帮助 返回顶部