Sparse representation plays an important role in the research of face *** a deformable sample classification task,face recognition is often used to test the performance of classification *** face recognition,differenc...
详细信息
Sparse representation plays an important role in the research of face *** a deformable sample classification task,face recognition is often used to test the performance of classification *** face recognition,differences in expression,angle,posture,and lighting conditions have become key factors that affect recognition ***,there may be significant differences between different image samples of the same face,which makes image classification very ***,how to build a robust virtual image representation becomes a vital *** solve the above problems,this paper proposes a novel image classification ***,to better retain the global features and contour information of the original sample,the algorithm uses an improved non‐linear image representation method to highlight the low‐intensity and high‐intensity pixels of the original training sample,thus generating a virtual ***,by the principle of sparse representation,the linear expression coefficients of the original sample and the virtual sample can be calculated,*** obtaining these two types of coefficients,calculate the distances between the original sample and the test sample and the distance between the virtual sample and the test *** two distances are converted into distance ***,a simple and effective weight fusion scheme is adopted to fuse the classification scores of the original image and the virtual *** fused score will determine the final classification *** experimental results show that the proposed method outperforms other typical sparse representation classification methods.
作者:
Shi, LuKan, ShichaoJin, YiZhang, LinnaCen, YigangBejing Jiaotong University
State Key Laboratory of Advanced Rail Autonomous Operation School of Computer Science and Technology Visual Intellgence + X International Cooperation Joint Laboratory of MOE Beijing100044 China Central South University
School of Computer Science and Engineering Changsha410083 China Beijing Jiaotong University
Key Laboratory of Big Data and Artificial Intelligence in Transportation Ministry of Education and the School of Computer Science and Technology Beijing100044 China Guizhou University
School of Mechanical Engineering Guiyang550025 China
3D Region-of-Interest (RoI) Captioning involves translating a model's understanding of specific objects within a complex 3D scene into descriptive captions. Recent advancements in Large Language Models (LLMs) have...
详细信息
Mobility is the key for people with disabilities to have full participation in life. To support their mobility, previous work primarily focused on accessibility as an attribute of the external environment to be evalua...
详细信息
Multimodal machine translation leverages multiple data modalities to enhance translation quality, particularly for low-resourced languages. This paper uses a multimodal model that integrates visual information with te...
详细信息
On the transmission line,the invasion of foreign objects such as kites,plastic bags,and balloons and the damage to electronic components are common transmission line *** these faults is of great significance for the s...
详细信息
On the transmission line,the invasion of foreign objects such as kites,plastic bags,and balloons and the damage to electronic components are common transmission line *** these faults is of great significance for the safe operation of power ***,a YOLOv5 target detection method based on a deep convolution neural network is *** this paper,Mobilenetv2 is used to replace Cross Stage Partial(CSP)-Darknet53 as the *** structure uses depth-wise separable convolution to reduce the amount of calculation and parameters;improve the detection *** the same time,to compensate for the detection accuracy,the Squeeze-and-Excitation Networks(SENet)attention model is fused into the algorithm framework and a new detection scale suitable for small targets is added to improve the significance of the fault target area in the *** pictures of foreign matters such as kites,plastic bags,balloons,and insulator defects of transmission lines,and sort theminto a data *** experimental results on datasets show that themean Accuracy Precision(mAP)and recall rate of the algorithm can reach 92.1%and 92.4%,*** the same time,by comparison,the detection accuracy of the proposed algorithm is higher than that of other methods.
Recent years have seen increased interest in the use of alternative data sources in the definition and production of official statistics and indicators for the UN Sustainable Development Goals. In this paper, we consi...
详细信息
Modern high-stakes systems, such as healthcare or robotics, often generate vast streaming event sequences. Our goal is to design an efficient, plug- and-play tool to elicit logic tree-based explanations from Large Lan...
详细信息
Modern high-stakes systems, such as healthcare or robotics, often generate vast streaming event sequences. Our goal is to design an efficient, plug- and-play tool to elicit logic tree-based explanations from Large Language Models (LLMs) to provide customized insights into each observed event sequence. Built on the temporal point process model for events, our method employs the likelihood function as a score to evaluate generated logic trees. We propose an amortized Expectation-Maximization (EM) learning framework and treat the logic tree as latent variables. In the E-step, we evaluate the posterior distribution over the latent logic trees using an LLM prior and the likelihood of the observed event sequences. LLM provides a high-quality prior for the latent logic trees, however, since the posterior is built over a discrete combinatorial space, we cannot get the closed-form solution. We propose to generate logic tree samples from the posterior using a learnable GFlowNet, which is a diversity-seeking generator for structured discrete variables. The M-step employs the generated logic rules to approximate marginalization over the posterior, facilitating the learning of model parameters and refining the tunable LLM prior parameters. In the online setting, our locally built, lightweight model will iteratively extract the most relevant rules from LLMs for each sequence using only a few iterations. Empirical demonstrations showcase the promising performance and adaptability of our framework. Copyright 2024 by the author(s)
Probabilistic time series forecasting aims at estimating future probabilistic distributions based on given time series *** is a widespread challenge in various tasks,such as risk management and decision *** investigat...
详细信息
Probabilistic time series forecasting aims at estimating future probabilistic distributions based on given time series *** is a widespread challenge in various tasks,such as risk management and decision *** investigate temporal patterns in time series data and predict subsequent probabilities,the state space model(SSM)provides a general *** of SSM achieve considerable success in many fields,such as engineering and ***,since underlying processes in real-world scenarios are usually unknown and complicated,actual time series observations are always irregular and ***,it is very difficult to determinate an SSM for classical statistical *** this paper,a general time series forecasting framework,called Deep Nonlinear State Space Model(DNLSSM),is proposed to predict the probabilistic distribution based on estimated underlying unknown processes from historical time series *** fuse deep neural networks and statistical methods to iteratively estimate states and network parameters and thus exploit intricate temporal patterns of time series *** particular,the unscented Kalman filter(UKF)is adopted to calculate marginal likelihoods and update distributions recursively for non-linear *** that,a non-linear Joseph form covariance update is developed to ensure that calculated covariance matrices in UKF updates are symmetric and positive ***,the authors enhance the tolerance of UKF to round-off errors and manage to combine UKF and deep neural *** this manner,the DNLSSM effectively models non-linear correlations between observed time series data and underlying dynamic *** in both synthetic and real-world datasets demonstrate that the DNLSSM consistently improves the accuracy of probability forecasts compared to the baseline methods.
As the boom of mobile devices,Android mobile apps play an irreplaceable roles in people’s daily life,which have the characteristics of frequent updates involving in many code commits to meet new ***-in-Time(JIT)defec...
详细信息
As the boom of mobile devices,Android mobile apps play an irreplaceable roles in people’s daily life,which have the characteristics of frequent updates involving in many code commits to meet new ***-in-Time(JIT)defect prediction aims to identify whether the commit instances will bring defects into the new release of apps and provides immediate feedback to developers,which is more suitable to mobile *** the within-app defect prediction needs sufficient historical data to label the commit instances,which is inadequate in practice,one alternative method is to use the cross-project *** this work,we propose a novel method,called KAL,for cross-project JIT defect prediction task in the context of Android mobile *** specifically,KAL first transforms the commit instances into a high-dimensional feature space using kernel-based principal component analysis technique to obtain the representative ***,the adversarial learning technique is used to extract the common feature embedding for the model *** conduct experiments on 14 Android mobile apps and employ four effort-aware indicators for performance *** results on 182 cross-project pairs demonstrate that our proposed KAL method obtains better performance than 20 comparative methods.
Document-level Relation Extraction (DocRE) aims to identify relationships between entity pairs within a document. However, most existing methods assume a uniform label distribution, resulting in suboptimal performance...
详细信息
暂无评论