期刊文献+
共找到1,668篇文章
< 1 2 84 >
每页显示 20 50 100
Multimodal Signal Processing of ECG Signals with Time-Frequency Representations for Arrhythmia Classification
1
作者 Yu Zhou Jiawei Tian Kyungtae Kang 《Computer Modeling in Engineering & Sciences》 2026年第2期990-1017,共28页
Arrhythmias are a frequently occurring phenomenon in clinical practice,but how to accurately dis-tinguish subtle rhythm abnormalities remains an ongoing difficulty faced by the entire research community when conductin... Arrhythmias are a frequently occurring phenomenon in clinical practice,but how to accurately dis-tinguish subtle rhythm abnormalities remains an ongoing difficulty faced by the entire research community when conducting ECG-based studies.From a review of existing studies,two main factors appear to contribute to this problem:the uneven distribution of arrhythmia classes and the limited expressiveness of features learned by current models.To overcome these limitations,this study proposes a dual-path multimodal framework,termed DM-EHC(Dual-Path Multimodal ECG Heartbeat Classifier),for ECG-based heartbeat classification.The proposed framework links 1D ECG temporal features with 2D time–frequency features.By setting up the dual paths described above,the model can process more dimensions of feature information.The MIT-BIH arrhythmia database was selected as the baseline dataset for the experiments.Experimental results show that the proposed method outperforms single modalities and performs better for certain specific types of arrhythmias.The model achieved mean precision,recall,and F1 score of 95.14%,92.26%,and 93.65%,respectively.These results indicate that the framework is robust and has potential value in automated arrhythmia classification. 展开更多
关键词 ELECTROCARDIOGRAM arrhythmia classification MULTIMODAL time-frequency representation
在线阅读 下载PDF
A Dynamic Masking-Based Multi-Learning Framework for Sparse Classification
2
作者 Woo Hyun Park Dong Ryeol Shin 《Computers, Materials & Continua》 2026年第3期1365-1380,共16页
With the recent increase in data volume and diversity,traditional text representation techniques are struggling to capture context,particularly in environments with sparse data.To address these challenges,this study p... With the recent increase in data volume and diversity,traditional text representation techniques are struggling to capture context,particularly in environments with sparse data.To address these challenges,this study proposes a new model,the Masked Joint Representation Model(MJRM).MJRM approximates the original hypothesis by leveraging multiple elements in a limited context.It dynamically adapts to changes in characteristics based on data distribution through three main components.First,masking-based representation learning,termed selective dynamic masking,integrates topic modeling and sentiment clustering to generate and train multiple instances across different data subsets,whose predictions are then aggregated with optimized weights.This design alleviates sparsity,suppresses noise,and preserves contextual structures.Second,regularization-based improvements are applied.Third,techniques for addressing sparse data are used to perform final inference.As a result,MJRM improves performance by up to 4%compared to existing AI techniques.In our experiments,we analyzed the contribution of each factor,demonstrating that masking,dynamic learning,and aggregating multiple instances complement each other to improve performance.This demonstrates that a masking-based multi-learning strategy is effective for context-aware sparse text classification,and can be useful even in challenging situations such as data shortage or data distribution variations.We expect that the approach can be extended to diverse fields such as sentiment analysis,spam filtering,and domain-specific document classification. 展开更多
关键词 Text classification dynamic learning contextual features data sparsity masking-based representation
在线阅读 下载PDF
Deep Feature-Driven Hybrid Temporal Learning and Instance-Based Classification for DDoS Detection in Industrial Control Networks
3
作者 Haohui Su Xuan Zhang +2 位作者 Lvjun Zheng Xiaojie Shen Hua Liao 《Computers, Materials & Continua》 2026年第3期708-733,共26页
Distributed Denial-of-Service(DDoS)attacks pose severe threats to Industrial Control Networks(ICNs),where service disruption can cause significant economic losses and operational risks.Existing signature-based methods... Distributed Denial-of-Service(DDoS)attacks pose severe threats to Industrial Control Networks(ICNs),where service disruption can cause significant economic losses and operational risks.Existing signature-based methods are ineffective against novel attacks,and traditional machine learning models struggle to capture the complex temporal dependencies and dynamic traffic patterns inherent in ICN environments.To address these challenges,this study proposes a deep feature-driven hybrid framework that integrates Transformer,BiLSTM,and KNN to achieve accurate and robust DDoS detection.The Transformer component extracts global temporal dependencies from network traffic flows,while BiLSTM captures fine-grained sequential dynamics.The learned embeddings are then classified using an instance-based KNN layer,enhancing decision boundary precision.This cascaded architecture balances feature abstraction and locality preservation,improving both generalization and robustness.The proposed approach was evaluated on a newly collected real-time ICN traffic dataset and further validated using the public CIC-IDS2017 and Edge-IIoT datasets to demonstrate generalization.Comprehensive metrics including accuracy,precision,recall,F1-score,ROC-AUC,PR-AUC,false positive rate(FPR),and detection latency were employed.Results show that the hybrid framework achieves 98.42%accuracy with an ROC-AUC of 0.992 and FPR below 1%,outperforming baseline machine learning and deep learning models.Robustness experiments under Gaussian noise perturbations confirmed stable performance with less than 2%accuracy degradation.Moreover,detection latency remained below 2.1 ms per sample,indicating suitability for real-time ICS deployment.In summary,the proposed hybrid temporal learning and instance-based classification model offers a scalable and effective solution for DDoS detection in industrial control environments.By combining global contextual modeling,sequential learning,and instance-based refinement,the framework demonstrates strong adaptability across datasets and resilience against noise,providing practical utility for safeguarding critical infrastructure. 展开更多
关键词 DDoS detection transformer BiLSTM K-Nearest Neighbor representation learning network security intrusion detection real-time classification
在线阅读 下载PDF
Graph Attention Networks for Skin Lesion Classification with CNN-Driven Node Features
4
作者 Ghadah Naif Alwakid Samabia Tehsin +3 位作者 Mamoona Humayun Asad Farooq Ibrahim Alrashdi Amjad Alsirhani 《Computers, Materials & Continua》 2026年第1期1964-1984,共21页
Skin diseases affect millions worldwide.Early detection is key to preventing disfigurement,lifelong disability,or death.Dermoscopic images acquired in primary-care settings show high intra-class visual similarity and ... Skin diseases affect millions worldwide.Early detection is key to preventing disfigurement,lifelong disability,or death.Dermoscopic images acquired in primary-care settings show high intra-class visual similarity and severe class imbalance,and occasional imaging artifacts can create ambiguity for state-of-the-art convolutional neural networks(CNNs).We frame skin lesion recognition as graph-based reasoning and,to ensure fair evaluation and avoid data leakage,adopt a strict lesion-level partitioning strategy.Each image is first over-segmented using SLIC(Simple Linear Iterative Clustering)to produce perceptually homogeneous superpixels.These superpixels form the nodes of a region-adjacency graph whose edges encode spatial continuity.Node attributes are 1280-dimensional embeddings extracted with a lightweight yet expressive EfficientNet-B0 backbone,providing strong representational power at modest computational cost.The resulting graphs are processed by a five-layer Graph Attention Network(GAT)that learns to weight inter-node relationships dynamically and aggregates multi-hop context before classifying lesions into seven classes with a log-softmax output.Extensive experiments on the DermaMNIST benchmark show the proposed pipeline achieves 88.35%accuracy and 98.04%AUC,outperforming contemporary CNNs,AutoML approaches,and alternative graph neural networks.An ablation study indicates EfficientNet-B0 produces superior node descriptors compared with ResNet-18 and DenseNet,and that roughly five GAT layers strike a good balance between being too shallow and over-deep while avoiding oversmoothing.The method requires no data augmentation or external metadata,making it a drop-in upgrade for clinical computer-aided diagnosis systems. 展开更多
关键词 Graph neural network image classification DermaMNIST dataset graph representation
在线阅读 下载PDF
Deep Retraining Approach for Category-Specific 3D Reconstruction Models from a Single 2D Image
5
作者 Nour El Houda Kaiber Tahar Mekhaznia +4 位作者 Akram Bennour Mohammed Al-Sarem Zakaria Lakhdara Fahad Ghaban Mohammad Nassef 《Computers, Materials & Continua》 2026年第3期1033-1050,共18页
The generation of high-quality 3D models from single 2D images remains challenging in terms of accuracy and completeness.Deep learning has emerged as a promising solution,offering new avenues for improvements.However,... The generation of high-quality 3D models from single 2D images remains challenging in terms of accuracy and completeness.Deep learning has emerged as a promising solution,offering new avenues for improvements.However,building models from scratch is computationally expensive and requires large datasets.This paper presents a transfer-learning-based approach for category-specific 3D reconstruction from a single 2D image.The core idea is to fine-tune a pre-trained model on specific object categories using new,unseen data,resulting in specialized versions of the model that are better adapted to reconstruct particular objects.The proposed approach utilizes a three-phase pipeline comprising image acquisition,3D reconstruction,and refinement.After ensuring the quality of the input image,a ResNet50 model is used for object recognition,directing the image to the corresponding category-specific model to generate a voxel-based representation.The voxel-based 3D model is then refined by transforming it into a detailed triangular mesh representation using the Marching Cubes algorithm and Laplacian smoothing.An experimental study,using the Pix2Vox model and the Pascal3D dataset,has been conducted to evaluate and validate the effectiveness of the proposed approach.Results demonstrate that category-specific fine-tuning of Pix2Vox significantly outperforms both the original model and the general model fine-tuned for all object categories,with substantial gains in Intersection over Union(IoU)scores.Visual assessments confirm improvements in geometric detail and surface realism.These findings indicate that combining transfer learning with category-specific fine tuning and refinement strategy of our approach leads to better-quality 3D model generation. 展开更多
关键词 3D reconstruction computer vision deep learning transfer learning object recognition voxel representation mesh refinement
在线阅读 下载PDF
Radiance field-based 3D reconstruction and potential applications
6
作者 Yang ZHANG Bing ZHU +3 位作者 Xiaoyu JIANG Xingpeng YAN Hairong HU Lei WANG 《Science China(Technological Sciences)》 2026年第3期1-19,共19页
Radiance field-based 3D reconstruction has emerged as a transformative research direction due to its remarkable efficiency and quality.This paper presents a systematic analysis of representation models,reconstruction ... Radiance field-based 3D reconstruction has emerged as a transformative research direction due to its remarkable efficiency and quality.This paper presents a systematic analysis of representation models,reconstruction methodologies,and future applications in this field.We start from an overview of multi-view 3D reconstruction tasks,then focus on the key issue:how to represent 3D content effectively.Radiance fields are highlighted for their flexibility and representational completeness.Distinguished from the existing review literature,we adopt a multi-dimensional comparison between neural radiance fields(Ne RF)and 3D Gaussian splatting(3DGS)to develop a unified and in-depth understanding of the radiance field-based approach.Beyond the initial goal of novel view synthesis(NVS),recent breakthroughs in geometry extraction are summarized.Finally,we explore potential applications across areas such as robot localization and mapping,virtual reality,physical simulation,and stereo display.Empowered by the flexible 3D representation within the radiance field-based paradigm,the latest advancements strive to push the boundaries and overcome long-standing bottlenecks in related domains. 展开更多
关键词 3D reconstruction 3D representation radiance fields geometry extraction 3D application
原文传递
wViP:an online server of word cloud visualization of biological profiles
7
作者 Jianzhen Peng Miaomiao Chen +3 位作者 Xinhe Huang Cheng Han Di Peng Yu Xue 《Science Bulletin》 2026年第3期482-485,共4页
Word cloud visualization is a compelling graphical representation that visually depicts the frequency of words within a given text or dataset[1].Research on word clouds focuses on two main aspects.The first emphasizes... Word cloud visualization is a compelling graphical representation that visually depicts the frequency of words within a given text or dataset[1].Research on word clouds focuses on two main aspects.The first emphasizes processing words,such as using the latent Dirichlet allocation(LDA)algorithm to uncover topics in the documents[2],while the second involves visual impact through striking word arrangements[3,4].In the realm of extensive biomedical data,effectiveknowledge delivery to biologists is crucial. 展开更多
关键词 uncover topics documents extensive biomedical dataeffectiveknowledge delivery frequency words striking word arrangements word clouds graphical representation processing wordssuch latent dirichlet
原文传递
GPT2-ICC:A data-driven approach for accurate ion channel identification using pre-trained large language models 被引量:1
8
作者 Zihan Zhou Yang Yu +9 位作者 Chengji Yang Leyan Cao Shaoying Zhang Junnan Li Yingnan Zhang Huayun Han Guoliang Shi Qiansen Zhang Juwen Shen Huaiyu Yang 《Journal of Pharmaceutical Analysis》 2025年第8期1800-1809,共10页
Current experimental and computational methods have limitations in accurately and efficiently classifying ion channels within vast protein spaces.Here we have developed a deep learning algorithm,GPT2 Ion Channel Class... Current experimental and computational methods have limitations in accurately and efficiently classifying ion channels within vast protein spaces.Here we have developed a deep learning algorithm,GPT2 Ion Channel Classifier(GPT2-ICC),which effectively distinguishing ion channels from a test set containing approximately 239 times more non-ion-channel proteins.GPT2-ICC integrates representation learning with a large language model(LLM)-based classifier,enabling highly accurate identification of potential ion channels.Several potential ion channels were predicated from the unannotated human proteome,further demonstrating GPT2-ICC’s generalization ability.This study marks a significant advancement in artificial-intelligence-driven ion channel research,highlighting the adaptability and effectiveness of combining representation learning with LLMs to address the challenges of imbalanced protein sequence data.Moreover,it provides a valuable computational tool for uncovering previously uncharacterized ion channels. 展开更多
关键词 Ion channel Artificial intelligence Representation learning GPT2 Protein language model
在线阅读 下载PDF
Unsupervised Domain Adaptive Migration Learning-Based Approach to Bearing Remaining Useful Life Prediction 被引量:1
9
作者 Haitao Wang Ruihua Wang Jie Yang 《Instrumentation》 2025年第1期37-47,共11页
Accurate predictions of the Remaining useful life(RUL)of mechanical equipment are vital for lowering maintenance costs and maintaining equipment reliability and safety.Datadriven RUL prediction methods have made signi... Accurate predictions of the Remaining useful life(RUL)of mechanical equipment are vital for lowering maintenance costs and maintaining equipment reliability and safety.Datadriven RUL prediction methods have made significant progress,but they often assume that the training and testing data have the same distribution,which is often not the case in practical engineering applications.To address this issue,this paper proposes a residual useful life prediction model that combines deep learning and transfer learning.In this model,called transfer convolutional attention mechanism for early-life stage time convolutional network(TCAM-EASTCN),an unsupervised domain adaptation strategy is introduced based on the characterization of subspace distances and orthogonal basis mismatch penalties in the convolutional attention mechanism for early-life stage time convolutional network(CAMEASTCN).This approach minimizes the distribution differences between different domains,enhancing the learning of cross-domain invariant features and effectively reducing the distribution gap between the source and target domains,thereby improving the accuracy of RUL prediction under varying conditions.Experimental results demonstrate that TCAMEASTCN outperforms other models in terms of RUL prediction accuracy and generalization. 展开更多
关键词 Deep learning Temporal convolutional network Representation subspace distance Orthogonal basis mismatch penalty
原文传递
Personal Style Guided Outfit Recommendation with Multi-Modal Fashion Compatibility Modeling 被引量:1
10
作者 WANG Kexin ZHANG Jie +3 位作者 ZHANG Peng SUN Kexin ZHAN Jiamei WEI Meng 《Journal of Donghua University(English Edition)》 2025年第2期156-167,共12页
A personalized outfit recommendation has emerged as a hot research topic in the fashion domain.However,existing recommendations do not fully exploit user style preferences.Typically,users prefer particular styles such... A personalized outfit recommendation has emerged as a hot research topic in the fashion domain.However,existing recommendations do not fully exploit user style preferences.Typically,users prefer particular styles such as casual and athletic styles,and consider attributes like color and texture when selecting outfits.To achieve personalized outfit recommendations in line with user style preferences,this paper proposes a personal style guided outfit recommendation with multi-modal fashion compatibility modeling,termed as PSGNet.Firstly,a style classifier is designed to categorize fashion images of various clothing types and attributes into distinct style categories.Secondly,a personal style prediction module extracts user style preferences by analyzing historical data.Then,to address the limitations of single-modal representations and enhance fashion compatibility,both fashion images and text data are leveraged to extract multi-modal features.Finally,PSGNet integrates these components through Bayesian personalized ranking(BPR)to unify the personal style and fashion compatibility,where the former is used as personal style features and guides the output of the personalized outfit recommendation tailored to the target user.Extensive experiments on large-scale datasets demonstrate that the proposed model is efficient on the personalized outfit recommendation. 展开更多
关键词 personalized outfit recommendation fashion compatibility modeling style preference multi-modal representation Bayesian personalized ranking(BPR) style classifier
暂未订购
Advances in small molecule representations and AI-driven drug research:bridging the gap between theory and application 被引量:1
11
作者 Junxi Liu Shan Chang +2 位作者 Qingtian Deng Yulian Ding Yi Pan 《Chinese Journal of Natural Medicines》 2025年第11期1391-1408,共18页
Artificial intelligence(AI)researchers and cheminformatics specialists strive to identify effective drug precursors while optimizing costs and accelerating development processes.Digital molecular representation plays ... Artificial intelligence(AI)researchers and cheminformatics specialists strive to identify effective drug precursors while optimizing costs and accelerating development processes.Digital molecular representation plays a crucial role in achieving this objective by making molecules machine-readable,thereby enhancing the accuracy of molecular prediction tasks and facilitating evidence-based decision making.This study presents a comprehensive review of small molecular representations and AI-driven drug discovery downstream tasks utilizing these representations.The research methodology begins with the compilation of small molecule databases,followed by an analysis of fundamental molecular representations and the models that learn these representations from initial forms,capturing patterns and salient features across extensive chemical spaces.The study then examines various drug discovery downstream tasks,including drug-target interaction(DTI)prediction,drug-target affinity(DTA)prediction,drug property(DP)prediction,and drug generation,all based on learned representations.The analysis concludes by highlighting challenges and opportunities associated with machine learning(ML)methods for molecular representation and improving downstream task performance.Additionally,the representation of small molecules and AI-based downstream tasks demonstrates significant potential in identifying traditional Chinese medicine(TCM)medicinal substances and facilitating TCM target discovery. 展开更多
关键词 Small molecular representation Drug-target interaction prediction Drug-target affinity prediction Drug property prediction De novo drug generation Traditional Chinese medicine
原文传递
On the representations of string pairs over virtual field
12
作者 TAO Kun FU Chang-Jian 《四川大学学报(自然科学版)》 北大核心 2025年第5期1103-1108,共6页
Let F_(1)be the virtual field consisting of one element and(Q,I)a string pair.In this paper,we study the representations of string pairs over the virtual field F_(1).It is proved that an indecomposable F_(1)-represent... Let F_(1)be the virtual field consisting of one element and(Q,I)a string pair.In this paper,we study the representations of string pairs over the virtual field F_(1).It is proved that an indecomposable F_(1)-representation is either a string representation or a band representation by using the coefficient quivers.It is worth noting that for a given band and a positive integer,there exists a unique band representation up to isomorphism. 展开更多
关键词 string pair string representation band representation
在线阅读 下载PDF
Deformations and extensions of modified λ-differential Lie-Yamaguti algebras
13
作者 TENG Wen PAN Yuewei 《中山大学学报(自然科学版)(中英文)》 北大核心 2025年第4期115-127,共13页
The modifiedλ-differential Lie-Yamaguti algebras are considered,in which a modifiedλ-differential Lie-Yamaguti algebra consisting of a Lie-Yamaguti algebra and a modifiedλ-differential operator.First we introduce t... The modifiedλ-differential Lie-Yamaguti algebras are considered,in which a modifiedλ-differential Lie-Yamaguti algebra consisting of a Lie-Yamaguti algebra and a modifiedλ-differential operator.First we introduce the representation of modifiedλ-differential Lie-Yamaguti algebras.Furthermore,we establish the cohomology of a modifiedλ-differential Lie-Yamaguti algebra with coefficients in a representation.Finally,we investigate the one-parameter formal deformations and Abelian extensions of modifiedλ-differential Lie-Yamaguti algebras using the second cohomology group. 展开更多
关键词 Lie-Yamaguti algebra modifiedλ-differential operator representation and cohomology one-parameter formal deformation Abelian extension
在线阅读 下载PDF
Binary Code Similarity Detection:Retrospective Review and Future Directions
14
作者 Shengjia Chang Baojiang Cui Shaocong Feng 《Computers, Materials & Continua》 2025年第12期4345-4374,共30页
Binary Code Similarity Detection(BCSD)is vital for vulnerability discovery,malware detection,and software security,especially when source code is unavailable.Yet,it faces challenges from semantic loss,recompilation va... Binary Code Similarity Detection(BCSD)is vital for vulnerability discovery,malware detection,and software security,especially when source code is unavailable.Yet,it faces challenges from semantic loss,recompilation variations,and obfuscation.Recent advances in artificial intelligence—particularly natural language processing(NLP),graph representation learning(GRL),and large language models(LLMs)—have markedly improved accuracy,enabling better recognition of code variants and deeper semantic understanding.This paper presents a comprehensive review of 82 studies published between 1975 and 2025,systematically tracing the historical evolution of BCSD and analyzing the progressive incorporation of artificial intelligence(AI)techniques.Particular emphasis is placed on the role of LLMs,which have recently emerged as transformative tools in advancing semantic representation and enhancing detection performance.The review is organized around five central research questions:(1)the chronological development and milestones of BCSD;(2)the construction of AI-driven technical roadmaps that chart methodological transitions;(3)the design and implementation of general analytical workflows for binary code analysis;(4)the applicability,strengths,and limitations of LLMs in capturing semantic and structural features of binary code;and(5)the persistent challenges and promising directions for future investigation.By synthesizing insights across these dimensions,the study demonstrates how LLMs reshape the landscape of binary code analysis,offering unprecedented opportunities to improve accuracy,scalability,and adaptability in real-world scenarios.This review not only bridges a critical gap in the existing literature but also provides a forward-looking perspective,serving as a valuable reference for researchers and practitioners aiming to advance AI-powered BCSD methodologies and applications. 展开更多
关键词 Binary code similarity detection semantic code representation graph-based modeling representation learning large language models
在线阅读 下载PDF
From a Preeminent Metaphysical Poet to a Half-orphan Poet:Mis/representation of John Donne as a Full-blown Metaphysical Poet
15
作者 Eugene Ngezem 《Philosophy Study》 2025年第6期369-372,共4页
The purpose of this article is to depart from the conventional belief that John Donne,a vibrant 17th-century writer,is a full-blown metaphysical poet as widely claimed while also acknowledging the poetic ingenuity of ... The purpose of this article is to depart from the conventional belief that John Donne,a vibrant 17th-century writer,is a full-blown metaphysical poet as widely claimed while also acknowledging the poetic ingenuity of John Donne.While Donne’s poetry is rich in matter and manner,and his poems are caked in wit,intellectual superiority,and apt exploration of telling themes,dressing him fully in borrowed robes seems a stretch.Some of Donne’s poems,without a shred of doubt,contain flavors of metaphysical poetry,but the term“metaphysical”seems to be unsuitable for poems such as“A Valediction:Forbidding Mourning”. 展开更多
关键词 metaphysical metaphysics mis/representation exaggeration half-orphan full-blown half-baked ingenuity
在线阅读 下载PDF
FDTs:A Feature Disentangled Transformer for Interpretable Squamous Cell Carcinoma Grading
16
作者 Pan Huang Xin Luo 《IEEE/CAA Journal of Automatica Sinica》 2025年第11期2365-2367,共3页
Dear Editor,This letter proposes an end-to-end feature disentangled Transformer(FDTs)for entanglement-free and semantic feature representation to enable accurate and trustworthy pathology grading of squamous cell carc... Dear Editor,This letter proposes an end-to-end feature disentangled Transformer(FDTs)for entanglement-free and semantic feature representation to enable accurate and trustworthy pathology grading of squamous cell carcinoma(SCC).Existing vision transformers(ViTs)can implement representation learning for SCC grading,however,they all adopt the class-patch token fuzzy mapping for pattern prediction probability or window down-sampling to enhance the representation to contextual information. 展开更多
关键词 pathology grading feature disentangled transformer feature representation representation learning vision transformers vits can feature disentangled transformer fdts interpretable squamous cell carcinoma grading squamous cell carcinoma scc existing
在线阅读 下载PDF
Building Consensus in an Era of Division From financial reform to climate action, the G20 is striving to make global governance more inclusive, representative and equitable
17
作者 LI XIAOYU 《ChinAfrica》 2025年第11期18-21,共4页
When the G20 was created in 1999 in the wake of the Asian financial crisis,few imagined it would one day become the nerve centre of global governance.Twenty-six years later,the G20 members,which represent 85 percent o... When the G20 was created in 1999 in the wake of the Asian financial crisis,few imagined it would one day become the nerve centre of global governance.Twenty-six years later,the G20 members,which represent 85 percent of the global GDP and two-thirds of the world population,are once again navigating a turbulent era marked by geopolitical rivalry,economic fragmentation and widening inequality. 展开更多
关键词 representation financial reform EQUITY climate action global governance INEQUALITY inclusivity geopolitical rivalry
原文传递
十二生肖的故事
18
作者 李小玉 《疯狂英语(初中天地)》 2025年第5期26-29,共4页
十二生肖在中国流传千年,那这些生肖是怎么选出来的呢?People in China have 12 zodiac animals.Each animal represents one year in the Chinese calendar.These animals are Rat,Ox,Tiger,Rabbit,Dragon,Snake,Horse,Goat,Monkey,Roo... 十二生肖在中国流传千年,那这些生肖是怎么选出来的呢?People in China have 12 zodiac animals.Each animal represents one year in the Chinese calendar.These animals are Rat,Ox,Tiger,Rabbit,Dragon,Snake,Horse,Goat,Monkey,Rooster,Dog and Pig. 展开更多
关键词 year representation Chinese zodiac ANIMALS calendar system
在线阅读 下载PDF
Vulnerability2Vec:A Graph-Embedding Approach for Enhancing Vulnerability Classification
19
作者 Myoung-oh Choi Mincheol Shin +2 位作者 Hyonjun Kang Ka Lok Man Mucheol Kim 《Computer Modeling in Engineering & Sciences》 2025年第9期3191-3212,共22页
The escalating complexity and heterogeneity of modern energy systems—particularly in smart grid and distributed energy infrastructures—has intensified the need for intelligent and scalable security vulnerability cla... The escalating complexity and heterogeneity of modern energy systems—particularly in smart grid and distributed energy infrastructures—has intensified the need for intelligent and scalable security vulnerability classification.To address this challenge,we propose Vulnerability2Vec,a graph-embedding-based framework designed to enhance the automated classification of security vulnerabilities that threaten energy system resilience.Vulnerability2Vec converts Common Vulnerabilities and Exposures(CVE)text explanations to semantic graphs,where nodes represent CVE IDs and key terms(nouns,verbs,and adjectives),and edges capture co-occurrence relationships.Then,it embeds the semantic graphs to a low-dimensional vector space with random-walk sampling and skip-gram with negative sampling.It is possible to identify the latent relationships and structural patterns that traditional sparse vector methods fail to capture.Experimental results demonstrate a classification accuracy of up to 80%,significantly outperforming baseline methods.This approach offers a theoretical basis for classifying vulnerability types as structured semantic patterns in complex software systems.The proposed method models the semantic structure of vulnerabilities,providing a theoretical foundation for their classification. 展开更多
关键词 Security vulnerability graph representation graph-embedding deep learning node classification
在线阅读 下载PDF
A 128×128 monolithic spike-based hybrid-vision sensor with 0.96 Geps and 117 kfps
20
作者 Huanhui Zhang Chi Zhang +8 位作者 Xu Yang Zhe Wang Cong Shi Runjiang Dou Shuangming Yu Jian Liu Nanjian Wu Peng Feng Liyuan Liu 《Journal of Semiconductors》 2025年第9期33-40,共8页
The event-based vision sensor(EVS),which can generate efficient spiking data streams by exclusively detecting motion,exemplifies neuromorphic vision methodologies.Generally,its inherent lack of texture features limits... The event-based vision sensor(EVS),which can generate efficient spiking data streams by exclusively detecting motion,exemplifies neuromorphic vision methodologies.Generally,its inherent lack of texture features limits effectiveness in complex vision processing tasks,necessitating supplementary visual information.However,to date,no event-based hybrid vision solution has been developed that preserves the characteristics of complete spike data streams to support synchronous computation architectures based on spiking neural network(SNN).In this paper,we present a novel spike-based sensor with digitized pixels,which integrates the event detection structure with the pulse frequency modulation(PFM)circuit.This design enables the simultaneous output of spiking data that encodes both temporal changes and texture information.Fabricated in 180 nm process,the proposed sensor achieves a resolution of 128×128,a maximum event rate of 960 Meps,a grayscale frame rate of 117.1 kfps,and a measured power consumption of 60.1 mW,which is suited for high-speed,low-latency,edge SNNbased vision computing systems. 展开更多
关键词 EVS digitized pixels SNN PFM synchronized address-event representation(SAER)
在线阅读 下载PDF
上一页 1 2 84 下一页 到第
使用帮助 返回顶部