PurposeThe traditional grey Bernoulli model often faces limitations when applied to pollutant concentration series, which may exhibit complex seasonal trends and varying data types. To address these challenges, we pro...
详细信息
PurposeThe traditional grey Bernoulli model often faces limitations when applied to pollutant concentration series, which may exhibit complex seasonal trends and varying data types. To address these challenges, we propose a structural extension of the traditional grey Bernoulli model by integrating a binomial equation. This extension allows for a more flexible framework suitable for diverse datasets, especially those related to environmental ***/methodology/approachFirst, the pollutant concentration time series is decomposed into four relatively stable seasonal sub-sequences. Binomial and nonlinear grey Bernoulli models are then integrated to predict these sub-sequences. The prediction formula of the proposed model is derived directly from the definition equation rather than from the solutions of the grey differential equation, thereby minimizing systematic errors. The particle swarm optimization algorithm is used to estimate the nonlinear parameters, while the least squares method is used to estimate the linear parameters of the *** BNGBM(1,1) model is used to forecast the air quality index (AQI), sulfur dioxide (SO2) concentration and particulate matter (PM2.5) concentration for seven major regions in China. The prediction results show that BNGBM(1,1) has superior accuracy compared to four competing models. The model predicts the seasonal variations of these three air pollution indicators in the selected regions for the period 2023-2024. The results show that the concentrations of all three pollution indices will decrease at different ***/valueThe grey Bernoulli model is well suited to sequences exhibiting quasi-exponential growth, whereas the polynomial model is more appropriate for sequences characterized by saturated growth. The integration of these two models extends their applicability. In the empirical study, despite the different development trends of the three air quality indicators in different regions of China, th
Federated learning that is an approach to addressing the "data silo" problem in a collaborative fashion may face the risk of data leakage in real-world contexts. To solve this problem, we introduce the rando...
详细信息
Federated learning that is an approach to addressing the "data silo" problem in a collaborative fashion may face the risk of data leakage in real-world contexts. To solve this problem, we introduce the random Fourier feature mapping (RFFM) together with kernel local differential privacy (KLDP) and develop a new privacy protection mechanism, called the RFFM-KLDP mechanism, for high-dimensional context data. Theoretical properties show that the proposed privacy-preserving mechanism has the properties of epsilon -LDP and epsilon -distance-LDP in the federated learning framework. To guarantee the effectiveness of federated learning in the presence of contaminated data, we develop a modified low-gradient sampling technique to sample representative subset of uncontaminated data by incorporating large gradients and unbalanced information. By combining RFFM-KLDP and modified low-gradient sampling technique, we develop a novel and robust federated learning method for classification in the presence of the noisy text data, which can preserve data privacy and largely improve the accuracy of classification algorithm compared to the existing classifiers in terms of the area under curve and classification accuracy. Simulation studies and a context example are used to illustrate the proposed methodologies.
作者:
Huang, LinghanShu, ShiYang, YingGuilin Univ Elect Technol
Guangxi Coll Sch Mathemat & Computat Sci Guilin 541004 Guangxi Peoples R China Guangxi Appl Math Ctr GUET
Univ Key Lab Data Anal & Computat Guilin 541004 Guangxi Peoples R China Xiangtan Univ
Sch Math & Computat Sci Hunan Key Lab Computat & Simulat Sci & Engn Key Lab Intelligent Comp & Informat ProcMinist Ed Xiangtan 411105 Hunan Peoples R China
The Poisson-Boltzmann equation, which incorporates the source of the Dirac distribution, has been widely applied in predicting the electrostatic potential of biomolecular systems in solution. In this paper we discuss ...
详细信息
The Poisson-Boltzmann equation, which incorporates the source of the Dirac distribution, has been widely applied in predicting the electrostatic potential of biomolecular systems in solution. In this paper we discuss and analyse the virtual element method for the Poisson-Boltzmann equation on general polyhedral meshes. Nearly optimal error estimates, approaching the best possible accuracy, are achieved for the virtual element approximation in both the L 2-norm and H 1-norm, even when the solution of the entire domain has low regularity. The efficiency of the virtual element method and the validity of the proposed theoretical prediction are confirmed through numerical experiments conducted on various polyhedral meshes.
Pedestrian trajectory prediction is a challenging task in domains such as autonomous driving and robot motion planning. Existing methods often focus on aggregating nearby individuals into a single group, while neglect...
详细信息
Pedestrian trajectory prediction is a challenging task in domains such as autonomous driving and robot motion planning. Existing methods often focus on aggregating nearby individuals into a single group, while neglecting individual differences and the risks of unreliable interactions. Therefore we propose a novel framework termed group commonality graph, which comprises a group feature capture network and a spatial-temporal graph sparse connected network. The previous network can group and pool pedestrians based on their characteristics, capturing and integrating deep features of the group to generate the final prediction. The subsequent network learns pedestrian motion patterns and simulates their interactive relationships. The framework not only addresses the limitations of overly simplistic aggregation methods but also ensures reliable interactions with sparse directionality. Additionally, to evaluate the effectiveness of our model, we introduce a new evaluation metric termed collision prediction error, which incorporates map environment information to assess the comprehensiveness of multimodal prediction results. Experimental results on public pedestrian trajectory prediction benchmark demonstrate that our method outperforms the state-of-the-art methods.
Nuclei segmentation models significantly improve the efficiency of nuclei analysis. Current deep learning models for nuclei segmentation can be divided into single-path and multi-path approaches. Single-path algorithm...
详细信息
Nuclei segmentation models significantly improve the efficiency of nuclei analysis. Current deep learning models for nuclei segmentation can be divided into single-path and multi-path approaches. Single-path algorithms often underestimate the importance of edge supervision, while multi-path algorithms typically share layers but leading to potential negative impacts on feature extraction due to gradient updates during backpropagation. To address these challenges, we introduced a novel CLIP-Driven Referring model. Specifically, we designed a Class Guidance block that guides the model in distinguishing and aggregating different features by computing the similarity between images and text. We also introduced a Deformable Feature Attention block in the image branch to enhance local modeling abilities. We analyzed DICE, AJI and PQ metrics improvements through cross-dataset validation. Our model achieved increases of 4.14%, 5.69% and 9.06%, respectively, on the CPM when training with MoNuSeg, and 2.16%, 3.85% and 2.86%, respectively, on the MoNuSeg when training with CPM.
The main objective of this paper is to address the backward problem in the distributed-order time-space fractional diffusion equation (DTSFDE) with Neumann boundary conditions using final data. We began by employing t...
详细信息
The main objective of this paper is to address the backward problem in the distributed-order time-space fractional diffusion equation (DTSFDE) with Neumann boundary conditions using final data. We began by employing the Finite Difference Method (FDM) combined with matrix transformation techniques to compute the direct problem of DTSFDE. Subsequently, by using the Tikhonov regularization method, the inverse problem is transformed into a variational problem. With the help of the derived sensitivity and adjoint problems, the conjugate gradient algorithm is employed to find an approximate solution for the initial data. Finally, through numerical examples in one and two dimensions, we demonstrated the effectiveness and stability of this method, further verifying its reliability in practical applications.
Graph convolutional networks (GCNs) have been proved successful in the field of semi-supervised node classification by extracting structural information from graph data. However, the random selection of labelled nodes...
详细信息
Graph convolutional networks (GCNs) have been proved successful in the field of semi-supervised node classification by extracting structural information from graph data. However, the random selection of labelled nodes used in GCNs may lead to unstable generalisation performance of GCNs. In this paper, we propose an efficient method for the deterministic selection of labelled nodes: the determinate node selection (DNS) algorithm. The DNS algorithm identifies two categories of representative nodes in the graph through structural analysis of the leading tree information granules: typical nodes and divergent nodes. These labelled nodes are selected by exploring the structure of the graph and determining the ability of the nodes to represent the distribution of data within the graph. The DNS algorithm can be applied quite simply on GCNs, and a wide range of semi-supervised graph neural network models for node classification tasks. Through extensive experimentation, we have demonstrated that the incorporation of the DNS algorithm leads to a remarkable improvement in the average accuracy of the model and a significant decrease in the standard deviation simultaneously, as compared to the vanilla method without a DNS module.
Crack detection is a fundamental effort to ensure road driving safety, aiming to detect potential safety hazards and avoid serious accidents. However, cracks can not be extracted completely and accurately due to probl...
详细信息
Crack detection is a fundamental effort to ensure road driving safety, aiming to detect potential safety hazards and avoid serious accidents. However, cracks can not be extracted completely and accurately due to problems such as low contrast, high noise, and complex topology of pavement cracks. To address these issues, we propose a directional connectivity feature enhancement network for pavement crack detection. In this network, we build multi-directional enhanced convolution to capture the complex topology of cracks, which is more sensitive to long cracks. To leverage both low-level detail information and high-level semantic information in the network, a novel multi-scale fusion attention is constructed to strengthen the mutual guidance of crack information between channels. The directional connectivity is introducted to establish loss module, which enhances the position and direction information between neighbouring pixels and further refines the crack edge features. To validate the effectiveness and accuracy of the proposed method, we experiment on six publicly available crack datasets, DeepCrack, Crack500, CFD, DCD, EdmCrack600 and DCCE. Compared to other networks, our network achieves 2.2% improvement in ODS and 1.8% improvement in MIoU on the DeepCrack dataset, and 1.2% improvement in ODS and 0.9% improvement in MIoU on the Crack500 dataset. Sufficient experimental results show that our network has better crack detection performance.
Action quality assessment (AQA) aims to evaluate the performing quality of a specific action. It is a challenging task as it requires to identify the subtle differences between the videos containing the same action. M...
详细信息
Action quality assessment (AQA) aims to evaluate the performing quality of a specific action. It is a challenging task as it requires to identify the subtle differences between the videos containing the same action. Most of existing AQA methods directly adopt a pretrained network designed for other tasks to extract video features, which are too coarse to describe fine-grained details of action quality. In this paper, we propose a novel Dual-Referenced Assistive (DuRA) network to polish original coarse-grained features into fine-grained quality-oriented representations. Specifically, we introduce two levels of referenced assistants to highlight the discriminative quality-related contents by comparing a target video and the referenced objects, instead of obtrusively estimating the quality score from an individual video. Firstly, we design a Rating-guided Attention module, which takes advantage of a series of semantic-level referenced assistants to acquire implicit hierarchical semantic knowledge and progressively emphasize quality-focused features embedded in original inherent information. Subsequently, we further design a couple of Consistency Preserving constraints, which introduce a set of individual-level referenced assistants to further eliminate score-unrelated information through more detailed comparisons of differences between actions. The experiments show that our proposed method achieves promising performance on the AQA-7 and MTL-AQA datasets.
Event causality identification (ECI) primarily involves discerning causal relations between pairs of events within sentences. However, previous methods heavily rely on large volumes of high-quality annotated data, mak...
详细信息
ISBN:
(纸本)9789819794300;9789819794317
Event causality identification (ECI) primarily involves discerning causal relations between pairs of events within sentences. However, previous methods heavily rely on large volumes of high-quality annotated data, making them impractical in low-resource scenarios. Moreover, traditional methods often make independent predictions about event pairs, ignoring the influence between these relations, leading to incorrect predictions. We propose a low-resource ECI method with global consistency constraints to address these challenges. Our approach consists of two strategies: first, we efficiently utilize high-quality data through combined domain adaptation adversarial training and semi-supervised methods with external data sources. Second, we incorporate global consistency constraints into the training process, enhancing the model's ability to learn chain causal relations. Our method significantly improves the F1 score on the 10% Event Storyline Corpus (ESC) and 5% ESC extending the manually annotated relations within document event co-reference chains with external Causal News Corpus (CNC) and noisy causal data from Wikipedia (WNC) compared to the baseline. The addition of global consistency constraints further increases the model's prediction consistency.
暂无评论