Content of Computer Science in our journal

        Published in last 1 year |  In last 2 years |  In last 3 years |  All
    Please wait a minute...
    For Selected: Toggle Thumbnails
    3D obstacle-avoidance for a unmanned aerial vehicle based on the improved artificial potential field method
    Lanfeng ZHOU, Mingyue KONG
    Journal of East China Normal University(Natural Science)    2022, 2022 (6): 54-67.   DOI: 10.3969/j.issn.1000-5641.2022.06.007
    Abstract668)   HTML21)    PDF (2858KB)(455)      

    This paper aims to address the challenge of seeking an optimal safe path for a UAV (unmanned aerial vehicle) from an initial position to a target position, while avoiding all obstacles in a three-dimensional environment. An improved APF (artificial potential field) method combined with the regular hexagon guidance method is proposed to solve unreachable and local minimum problems near obstacles as observed with traditional artificial potential field methods. First, we add a distance correction factor to the repulsive potential field function to solve problems associated with unreachable targets. Then, a regular hexagon-guided method is proposed to improve the local minimum problem. This method can judge the environment when the UAV is trapped in a local minimum point or trap area and select the appropriate planning method to guide the UAV to escape from the local minimum area. Then, 3D modeling and simulation were carried out via Matlab, taking into account a variety of scenes involving complex obstacles. The results show that this method has good feasibility and effectiveness in real-time path planning of UAVs. Lastly, we demonstrate the performance of the proposed method in a real environment, and the experimental results show that the proposed method can effectively avoid obstacles and find the optimal path.

    Table and Figures | Reference | Related Articles | Metrics
    Personalized course recommendations based on a learner’s knowledge and personality
    Qimin BAN, Wen WU, Wenxin HU, Hui LIN, Wei ZHENG, Liang HE
    Journal of East China Normal University(Natural Science)    2022, 2022 (6): 87-101.   DOI: 10.3969/j.issn.1000-5641.2022.06.010
    Abstract541)   HTML14)    PDF (1363KB)(233)      

    Adaptive learning is an educational method that uses computer algorithms to coordinate interaction with learners, and provides customized learning resources and learning activities to address the unique needs of each learner. With the impact of COVID-19, adaptive learning has become increasingly important. One of the challenges with adaptive learning is how to provide personalized learning resources for learners—i.e., how to generate personalized recommendation for learners from a large set of learning resources. Existing methodologies mainly generate recommendations based on a learner’s knowledge level; however, this approach has some limitations. Firstly, when assessing a learner’s knowledge level, learners’ forgetting phenomenon has to date not been well modeled. Secondly, recommendations are generated separately from knowledge tracing tasks, ignoring the interconnectedness between these aspects. In addition, learners’ preferences for the type of learning resources and learning strategies is normally ignored if the knowledge level alone is used. To solve the aforementioned problems, this paper proposes a knowledge and personality incorporated multi-task learning framework (KPM) to boost course recommendations (i.e., the above-mentioned learning resources); the proposed method regards an enhanced knowledge tracing task (EKTT) as an auxiliary task to assist the primary course recommendation task (CRT). Specifically, using EKTT, we design a personalized forgetting controller to enhance the deep knowledge tracing model for accurately assessing a learner’s knowledge level. With CRT, we combine the learner’s knowledge level and sequential behavior with their personality adapted to the specific context to obtain learner’s profile; this data is subsequently used to generate a course recommendation list. Experimental results on real-world educational datasets demonstrate the superiority of our proposed method in terms of hit ratio (HR), normalized discounted cumulative gain (NDCG), and precision, indicating that our method can generate more personalized recommendations.

    Table and Figures | Reference | Related Articles | Metrics
    Research on a knowledge tracking model based on the stacked gated recurrent unit residual network
    Caidie HUANG, Xinping WANG, Liangyu CHEN, Yong LIU
    Journal of East China Normal University(Natural Science)    2022, 2022 (6): 68-78.   DOI: 10.3969/j.issn.1000-5641.2022.06.008
    Abstract426)   HTML8)    PDF (1600KB)(270)      

    The concept of knowledge tracking involves tracking changes in a student’s knowledge level based on historical question records and other auxiliary information, and predicting the result of a student’s subsequent answer to a question. Since the performance of existing neural network knowledge tracking models needs to be improved, this paper proposes a deep residual network based on a stacked gated recurrent unit (GRU) network named the stacked-gated recurrent unit-residual (S-GRU-R) network. The proposed solution aims to address over-fitting caused by too many parameters in a long short-term memory (LSTM) network; hence, the solution uses a GRU instead of LSTM to learn information on the sequence of questions. The use of stacked GRU can expand sequence learning capacity, and the use of residual connections can reduce the difficulty of model training. Experiments on the Statics2011 data set were completed using S-GRU-R, and AUC (area under the curve) and F1-score were used as evaluation functions. The results showed that S-GRU-R surpassed other similar recurrent neural network models in these two indicators.

    Table and Figures | Reference | Related Articles | Metrics
    A landscape simulation modeling method based on remote sensing images
    Zehua WANG, Yan GAO, Mingang CHEN
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 82-94.   DOI: 10.3969/j.issn.1000-5641.2023.02.010
    Abstract379)   HTML14)    PDF (4124KB)(153)      

    Traditional virtual terrain modeling commonly uses a procedural generation method based on manual design, which cannot be used for competent simulation modeling tasks that need to restore real environments, such as in military applications. In this paper, we proposed a landscape simulation modeling method based on remote sensing images. The core of our proposed method is a landscape blended texture generation network (LBTG-Net); this method uses a blended texture generator (BTG) to generate landscape blended textures with the supervision of a style discriminator (SD) and multi-stage classification loss. Then, we procedurally build the complete virtual environment based on the blended texture generated by LBTG-Net. Our method has two main features: (1) accurate land-cover classification ability of remote sensing image inputs; and (2) high quality landscape blended texture outputs to guarantee virtual landscape modeling quality. We used multispectral image data from the Sentinel-2 satellite as the experimental dataset. The experimental results showed that our method offered high performance under mainstream land-cover classification evaluating indicators and can accurately reproduce the environmental distribution of input remote sensing images while completing high-quality virtual terrain simulation modeling.

    Table and Figures | Reference | Related Articles | Metrics
    Time series database query optimization for anomaly detection
    Shuai ZHANG, Huiqi HU, Yaoqiang XU, Xuan ZHOU
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 119-131.   DOI: 10.3969/j.issn.1000-5641.2023.02.013
    Abstract358)   HTML16)    PDF (2279KB)(227)      

    With the development of the Internet of Things, a large number of sensor devices can be connected to a network. Anomaly detection of data generated by these devices is related to the stability of system services. A time series database is a database system optimized for time series data. As an important component of a monitoring system, time series databases are responsible for storing and querying continuous streams of time series data. The current time series database, however, cannot fully utilize system computing resources and cannot meet the latency requirements when coping with queries from multiple data sources. To address these drawbacks, we redesigned the query execution model of a time series database based on the well-known InfluxDB, and we proposed InfluxDB-PP (parallel processing) as a method to address the aforementioned problems. The experimental results show that InfluxDB-PP reduces query latency by about 85.7% compared to InfluxDB for real-time anomaly data query scenarios.

    Table and Figures | Reference | Related Articles | Metrics
    Distant supervision relation extraction via the influence function
    Ziyin HUANG, Yuanbin WU
    Journal of East China Normal University(Natural Science)    2022, 2022 (6): 79-86.   DOI: 10.3969/j.issn.1000-5641.2022.06.009
    Abstract306)   HTML7)    PDF (809KB)(157)      

    Distant supervision relation extraction captures noisy instances while reducing the burden of manual annotation, which hinders the training and testing process. To alleviate this problem, we proposed a de-noising method based on the influence function. The influence function measures the influence of each training point; the influence of one training point is defined as the change in test loss after removing the training point. We observed that this property could be used to determine whether a training instance involves noisy data. First, we designed a scoring function based on the influence function. Then, we integrated the scoring function into a bootstrapping framework to obtain the final denoising dataset from a small clean set. Using this preprocessing method, every distantly supervised dataset could be denoised by our method. Experimental results showed that the proposed denoised dataset can achieve good performance on a public dataset.

    Table and Figures | Reference | Related Articles | Metrics
    Research on travel time prediction based on neural network
    Zhaoyang WU, Jiali MAO
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 106-118.   DOI: 10.3969/j.issn.1000-5641.2023.02.012
    Abstract289)   HTML10)    PDF (1993KB)(315)      

    The popularity of positioning devices has generated a large volume of vehicle driving data, making it possible to use historical data to predict the driving time of vehicles. Vehicle driving data consists of two parts: the sequence of road segments that the vehicle travels through, the departure time, the total length of the path, and other external information. The questions of how to extract sequence features in road segments and how to effectively fuse sequence features with external features become the key issues in predicting the travel time. To solve the aforementioned problems, a transformer-based travel time prediction model is proposed, which consists of two parts: a road segment sequence processing module and a feature fusion module. First, the road segment sequence processing module uses the self-attention mechanism to process the road segment sequence and extract the road segment sequence features. The model can not only fully consider the spatiotemporal correlation of road speeds between each road segment and other road segments, but also ensures the parallel input of data into the model, avoiding the low efficiency problem caused by sequential input of data when using recurrent neural networks. The feature fusion module fuses the road segment sequence features with external information, such as departure time, and obtains the predicted travel time. On this basis, the number of road segments connected by the intersection is determined by the upstream and downstream intersection features of the road segment, and the input model is combined with the road segment characteristics to further improve the prediction accuracy of the driving time. Comparative experiments with mainstream prediction methods on real data sets show that the model improves prediction accuracy and training speed, reflecting the effectiveness of the proposed method.

    Table and Figures | Reference | Related Articles | Metrics
    A memory allocation strategy for learned index based on huge pages
    Jialin GUAN, Yan ZHU, Tingliang WU, Yan CHEN, Jingwei ZHANG
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 73-81.   DOI: 10.3969/j.issn.1000-5641.2023.02.009
    Abstract272)   HTML11)    PDF (1015KB)(103)      

    In the era of big data and with the continuous expansion of data, there are significant challenges with efficient access to data. Hence, designing an efficient index structure is of great significance. ALEX (updatable adaptive learned index) is a learned index that uses a machine learning model to replace the traditional B-tree index structure. Although it offers good time and space performance, it suffers from frequent page faults. In order to solve this problem and further improve the performance of ALEX, a memory pre-allocation strategy based on huge pages is proposed, on the basis of ALEX, that can help reduce the rate of memory page faults and improve the overall performance of ALEX. In the memory allocation phase, the pre-allocation strategy is adopted, and the memory free phase adopts a delayed release strategy. Experiments on the Longitudes dataset show that this strategy offers good performance.

    Table and Figures | Reference | Related Articles | Metrics
    Multimodal-based prediction model for acute kidney injury
    Wei DENG, Fang ZHOU
    Journal of East China Normal University(Natural Science)    2023, 2023 (4): 52-64.   DOI: 10.3969/j.issn.1000-5641.2023.04.006
    Abstract255)   HTML13)    PDF (1179KB)(285)      

    Acute kidney injury is a clinical disease with a high morbidity rate, and early identification of potential patients can facilitate medical interventions to reduce morbidity and mortality. In recent years, electronic health records have been widely used to predict an individual’s potential risk. Most of the existing acute kidney injury prediction models tackle the issue of sparsity and irregularity in the physiological variables data by aggregating data or imputing the missing value, but ignore the patient’s health status implied by the missing information. Moreover, they do not consider the characteristics of and correlation between the various modalities. To solve the above issues, we present a multi-modal disease prediction model for acute kidney injury. The proposed model considers a variety of modal data, including physiological variables, disease, and demographic data. A new mask and time span based long short term memory (LSTM) network is designed to learn the time span and missing information of individual Physiological variables, and furthermore, to capture their numerical changes and frequency changes. The multi-head self-attention mechanism is introduced to promote interaction learning of each modality representation. Experiments on the real-world application of acute kidney injury risk prediction and mortality risk prediction demonstrate the effectiveness and rationality of the proposed model.

    Table and Figures | Reference | Related Articles | Metrics
    High resolution panorama generation method for irregular cylindrical murals
    Wei HE, Weiqing TONG
    Journal of East China Normal University(Natural Science)    2022, 2022 (6): 102-122.   DOI: 10.3969/j.issn.1000-5641.2022.06.011
    Abstract253)   HTML10)    PDF (54894KB)(114)      

    The issue of how to unfold an irregular cylindrical mural from the top surface of a cave corridor into a panorama is a challenge for researchers involved with ancient mural protection and secondary development. This paper presents a method of dividing cylindrical murals into many overlapping small areas for sampling firstly, and then stitching these sampled images into a panorama. The constituents of this method include the following key elements: ① Reconstructing the 3D model with the sampled image set; ② Mapping the image texture to the 3D model; ③ Fitting the reconstructed irregular 3D cylindrical surface to the ideal cylindrical surface which is closest to the original form; and ④ Projecting the mural of the ideal cylindrical surface to a panorama. The method proposed in this paper was verified on an actual cave image set. The experimental results showed that the proposed method can generate the panorama in full; moreover, there was no evidence of stitching traces or texture deformation on the panorama. The proposed method offers practical value for mural protection.

    Table and Figures | Reference | Related Articles | Metrics
    Target-dependent event detection from news
    Tiantian ZHANG, Man LAN
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 60-72.   DOI: 10.3969/j.issn.1000-5641.2023.02.008
    Abstract251)   HTML17)    PDF (1822KB)(135)      

    In real-world scenarios, various events in the news are not only too nuanced and complex to distinguish, but also involve multiple entities. To address these problems, previous event-centric methods are designed to detect events first and then extract arguments, relying on imperfect performance for event trigger detection; this process, however, is unfit to deal with the sheer volume of news in the real world. Given that the performance of named entity recognition (NER) is satisfactory, we shift our perspective from an event-centric to a target-centric view. This paper proposes a new task: target-dependent event detection (TDED), which aims to extract target entities and detect their corresponding events. We also propose a semantic and syntactic aware approach to support thousands of target entity extractions first and subsequently the detection of dozens of event types; this approach can be applied to data from massive corporations. Experimental results on a real-world Chinese financial dataset demonstrated that our model outperformed previous methods, particularly in complex scenarios.

    Table and Figures | Reference | Related Articles | Metrics
    Fault location algorithm based on Kirchhoff ’s law and a Boolean equation
    Xiaoqiu LU, Yang CAI, Jiajun CHEN, Xi ZHOU, Xueming ZHOU, Yunzhe TANG, Dingjiang HUANG
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 143-154.   DOI: 10.3969/j.issn.1000-5641.2023.02.015
    Abstract244)   HTML8)    PDF (1422KB)(83)      

    With the continuous development of China’s electric power system, the security and reliability of power supply directly affects regional production output and people’s economic life. As an important part of the power dispatch system, traditional fault locations rely on the cumulative experience and manual judgment of dispatchers. Faced with increasing demands, fault locations that rely solely on the traditional method are likely to result in an increase in misjudgment rates and pose a threat to the stable operation of the power system. This paper proposes a Boolean equation based on Kirchhoff’s law and the grid fault location algorithm to address this challenge. The fault location issue can effectively be converted to Boolean linear mixed programming problems and combined with simulated annealing algorithms. When these genetic algorithms are applied to the idea of a network and realized in the grid for fast positioning of small faults, the scheduling error rate can be reduced and the time difference from fault occurrence to fault isolation and fault processing can be shortened; in turn, this saves human resources and improves scheduling efficiency.

    Table and Figures | Reference | Related Articles | Metrics
    Device component state recognition method of power distribution cabinet based on a residual networks
    Yang ZHANG, Yejing LAI, Dingjiang HUANG
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 132-142.   DOI: 10.3969/j.issn.1000-5641.2023.02.014
    Abstract223)   HTML11)    PDF (970KB)(93)      

    With the continuous development of industrial intelligent inspection technology, the equipment element state recognition system based on digital image processing is widely used. In order to improve the accuracy of power distribution cabinet(PDC) equipment element state recognition in a distribution room, a ResNet(residual networks)-based equipment element state recognition method is proposed. Firstly, the data acquisition system is set up and the data set is constructed. Then, for the PDC image, the preset device component target area is cropped to generate the device component image. For device component images, a ResNet-based component state recognition model was constructed and trained, and the trained model was used to identify component states. Taking the data set for power distribution cabinet equipment element in substation distribution rooms as the research object, a network of single prediction heads is adopted as the component with complex features, and the network of multiple prediction heads is adopted as the component with simple features. Then, the compact and pruning model compression method is used to reduce the number of parameters and the calculation amount under the condition of less accuracy loss. Finally, the architecture design of the inspection system is introduced. A JetSon Nano edge terminal is used as the running hardware of the algorithm module to reduce the communication cost.

    Table and Figures | Reference | Related Articles | Metrics
    Fast establishment of a point cloud model for a lock pin based onhigh overlapping views
    Zhiwei JIN, Chang HUANG, Ruihong ZHU
    Journal of East China Normal University(Natural Science)    2023, 2023 (2): 95-105.   DOI: 10.3969/j.issn.1000-5641.2023.02.011
    Abstract204)   HTML8)    PDF (2472KB)(96)      

    In this paper, we propose a method for fast splicing of three-dimensional point clouds based on the lock pin model on a container terminal using high overlapping views. This experiment first uses an Azure Kinect depth camera to collect scene point clouds, and subsequently preprocesses the point cloud. The target point cloud is thus obtained. For lock pins with slightly different views, the sample consensus initial algorithm (SAC-IA) is used on the basis of the classic iterative closest point (ICP) algorithm to determine the overlapping position relationship of the two point clouds. In the overall splicing process, the relative size of the bounding box area projected by the lock pin in the z-direction of the camera is adopted to estimate the general shape of the lock pin; the relative size of the bounding box area is also used to select an appropriate number of point cloud views with high overlap in order to ensure the accuracy of registration and reduce processing time by comparing the difference between the area of adjacent views. The experimental results show that the proposed method has a lower relative registration error for the lock pin, and can quickly establish a workpiece model suitable for type matching.

    Table and Figures | Reference | Related Articles | Metrics
    Integrating multi-granularity semantic features into the Chinese sentiment analysis method
    Juxiang REN, Zhongbao LIU
    Journal of East China Normal University(Natural Science)    2023, 2023 (6): 95-107.   DOI: 10.3969/j.issn.1000-5641.2023.06.009
    Abstract178)   HTML7)    PDF (898KB)(124)      

    Chinese sentiment analysis is one of important researches in natural language processing, which aims to discover the sentimental tendencies in the Chinese text. In recent years, research on Chinese text sentiment analysis has made great progress in efficiencies, but few studies have explored the characteristics of the language and downstream task requirements. Therefore, in view of the particularity of Chinese text and the requirements of sentiment analysis, using the Chinese text sentiment analysis method that integrates multi-granularity semantic features, such as characters, words, radicals, and part-of-speech is proposed. This introduces radical features and emotional part-of-speech features based on character and word features. Additionally, this integration uses bidirectional the long short-term memory network (BLSTM), attention mechanism and recurrent convolutional neural network (RCNN). The softmax function is used to predict the sentimental tendencies by integrating multi-granularity semantic features. The comparative experiment results on the NLPECC (natural language processing and Chinese computing) dataset showed that the F1 score of the proposed method was 84.80%, which improved the performance of the existing methods to some extent and completed the Chinese text sentiment analysis task.

    Table and Figures | Reference | Related Articles | Metrics
    Towards an identity inter-relationship-consistent face de-identification method
    Yifan BU, Xiaoling WANG, Keke HE, Xingjian LU, Wenxuan WANG
    Journal of East China Normal University(Natural Science)    2023, 2023 (6): 49-60.   DOI: 10.3969/j.issn.1000-5641.2023.06.005
    Abstract160)   HTML8)    PDF (1499KB)(93)      

    The popularity of intelligent devices such as smartphones and surveillance cameras has led to serious face privacy problems. Face de-identification is considered an effective tool for protecting face privacy by concealing identity information. However, most de-identification methods lack explicit control and controllable changes in identifying de-identified face images, resulting in de-identified images that are inapplicable to face authentication and retrieval and other identity-related tasks. Therefore, this study proposes an identity inter-relationship-consistent face de-identification task in which the identity inter-relationship between two arbitrary de-identified faces maintained the same as before de-identification. To this end, a task-driven identity inter-relationship consistent generative adversarial network is introduced to generate de-identified faces with a consistent identity inter-relationship. A rotation-based de-identifier was designed to modify the original identity features to be de-identified with identity inter-relationship consistency. In addition, identity control loss is introduced to guarantee a precise identity generation using a de-identified generator. Qualitative and quantitative results show that our method achieves improvements compared with exiting methods for de-identifying de-identified faces as well as for maintaining their identity inter-relationship consistent.

    Table and Figures | Reference | Related Articles | Metrics
    Method for improving the quality of trajectory data for riding-map inference
    Jie CHEN, Wenyi SHEN, Wenyu WU, Jiali MAO
    Journal of East China Normal University(Natural Science)    2023, 2023 (6): 14-27.   DOI: 10.3969/j.issn.1000-5641.2023.06.002
    Abstract157)   HTML14)    PDF (5823KB)(146)      

    The trajectory optimization of cycling is hindered by the errors of positioning equipment, riding habits of non-motor vehicles, and other factors. It leads to quality problems, such as abnormal data and missing positioning information in the riding trajectory, impacting the application of trajectory-based riding-map inference and riding-path planning. To solve these problems, this paper creates a framework for improving the quality of cycling-trajectory data, based on the construction of a grid index, screening of abnormal trajectory points, elimination of wandering trajectory segments, elimination of illegal trajectory segments, calibration of drift trajectory segments, and recovery of missing trajectory. Comparative and ablation experiments are conducted by using a real non-motor-vehicle cycling-trajectory dataset. The experimental results verify that the proposed method improves the accuracy of cycling-map inference.

    Table and Figures | Reference | Related Articles | Metrics
    Diabetic retinopathy grading based on dual-view image feature fusion
    Lulu JIANG, Siqi SUN, Haidong ZOU, Lina LU, Rui FENG
    Journal of East China Normal University(Natural Science)    2023, 2023 (6): 39-48.   DOI: 10.3969/j.issn.1000-5641.2023.06.004
    Abstract144)   HTML5)    PDF (1286KB)(68)      

    The diagnostic method based on dual-view fundus imaging is widely used in diabetic retinopathy (DR) screening. This method effectively solves the problems of image occlusion and limited field of view under single-view. This paper proposes a learning method of feature fusion between dual-view images based on the attention mechanism to improve the accuracy of DR classification by effectively integrating different view information. Due to the small proportion of lesions in fundus images, the self-attention mechanism was introduced to enhance the learning of local lesion features. Moreover, a cross-attention mechanism is proposed to effectively utilize information between dual-view images to improve the classification of dual-view fundus images. Experiments were performed on the internal DFiD dataset and public DeepDRiD dataset. The proposed method can effectively improve the accuracy of DR classification and can be used for large-scale DR screening to assist doctors in achieving an efficient diagnosis.

    Table and Figures | Reference | Related Articles | Metrics
    Hierarchical description-aware personalized recommendation system
    Daojia CHEN, Zhiyun CHEN
    Journal of East China Normal University(Natural Science)    2023, 2023 (6): 73-84.   DOI: 10.3969/j.issn.1000-5641.2023.06.007
    Abstract139)   HTML5)    PDF (786KB)(104)      

    Review text contains comprehensive user and item information and it has a great influence on users’ purchase decision. When users interact with different target items, they may show complex interests. Therefore, accurately extracting review semantic features and modeling the contextual interaction between items and users is critical for learning user preferences and item attributes. Focusing on enhancing the personalization capture and dynamic interest modeling abilities of recommender systems, and considering the usefulness of different features, we propose a hierarchical description-aware personalized recommendation (DAPR) algorithm. At the word level of review text, we design a personalized information selection network to extract important word semantic features. At the review level, we design a neural network based on a cross-attention mechanism to dynamically learn the usefulness of reviews, concatenate review summaries as descriptions, and devise a co-attention network to capture rich context-aware features. The analysis of five Amazon datasets reveal that the proposed method can achieve comparable recommendation performance to the baseline models.

    Table and Figures | Reference | Related Articles | Metrics
    Sentence classification algorithm based on multi-kernel support vector machine
    Kaiyan XIAO, Jie LIAN
    Journal of East China Normal University(Natural Science)    2023, 2023 (6): 85-94.   DOI: 10.3969/j.issn.1000-5641.2023.00.008
    Abstract133)   HTML4)    PDF (1621KB)(58)      

    Mainstream sentence classification algorithms rely on a single word vector model to obtain the feature vector representation of text, which leads to insufficient text mapping ability. Therefore, a multi-kernel learning method is used to fuse multiple text representations based on different word vectors to improve the accuracy of sentence classification. In the process of fusing different kernel functions, traditional kernel function coefficient optimization methods often lead to long training time and difficulty in finding a local optimum. To address this problem, a new kernel function coefficient optimization method that continuously approximates the optimal kernel function coefficient value based on parameter space segmentation and breadth first search was developed. In this study, a support vector machine (SVM) was used as a classifier to perform classification experiments on seven text datasets, and the experimental results showed that the multi-kernel learning classification results were significantly better than those of single-kernel learning. Moreover, the proposed optimization method performed better than traditional methods with less training cost.

    Table and Figures | Reference | Related Articles | Metrics