Time series anomaly detection is an important task in many applications,and deep learning based time series anomaly detection has made great ***,due to complex device interactions,time series exhibit diverse abnormal ...
详细信息
Time series anomaly detection is an important task in many applications,and deep learning based time series anomaly detection has made great ***,due to complex device interactions,time series exhibit diverse abnormal signal shapes,subtle anomalies,and imbalanced abnormal instances,which make anomaly detection in time series still a *** and analysis of multivariate time series can help uncover their intrinsic spatio-temporal characteristics,and contribute to the discovery of complex and subtle *** this paper,we propose a novel approach named Multi-scale Convolution Fusion and Memory-augmented Adversarial AutoEncoder(MCFMAAE)for multivariate time series anomaly *** is an encoder-decoder-based framework with four main ***-scale convolution fusion module fuses multi-sensor signals and captures various scales of temporal ***-attention-based encoder adopts the multi-head attention mechanism for sequence modeling to capture global context *** module is introduced to explore the internal structure of normal samples,capturing it into the latent space,and thus remembering the typical ***,the decoder is used to reconstruct the signals,and then a process is coming to calculate the anomaly ***,an additional discriminator is added to the model,which enhances the representation ability of autoencoder and avoids *** on public datasets demonstrate that MCFMAAE improves the performance compared to other state-of-the-art methods,which provides an effective solution for multivariate time series anomaly detection.
Video steganography plays an important role in secret communication that conceals a secret video in a cover video by perturbing the value of pixels in the cover *** is the first and foremost requirement of any stegano...
详细信息
Video steganography plays an important role in secret communication that conceals a secret video in a cover video by perturbing the value of pixels in the cover *** is the first and foremost requirement of any steganographic *** by the fact that human eyes perceive pixel perturbation differently in different video areas,a novel effective and efficient Deeply‐Recursive Attention Network(DRANet)for video steganography to find suitable areas for information hiding via modelling spatio‐temporal attention is *** DRANet mainly contains two important components,a Non‐Local Self‐Attention(NLSA)block and a Non‐Local Co‐Attention(NLCA)***,the NLSA block can select the cover frame areas which are suitable for hiding by computing the correlations among inter‐and intra‐cover *** NLCA block aims to effectively produce the enhanced representations of the secret frames to enhance the robustness of the model and alleviate the influence of different areas in the secret ***,the DRANet reduces the model parameters by performing similar operations on the different frames within an input video *** results show the proposed DRANet achieves better performance with fewer parameters than the state‐of‐the‐art competitors.
Medical image generation has recently garnered significant interest among ***,the primary generative models,such as Generative Adversarial Networks(GANs),often encounter challenges during training,including mode *** a...
详细信息
Medical image generation has recently garnered significant interest among ***,the primary generative models,such as Generative Adversarial Networks(GANs),often encounter challenges during training,including mode *** address these issues,we proposed the AECOT-GAN model(Autoencoder-based Conditional Optimal Transport Generative Adversarial Network)for the generation of medical images belonging to specific *** training process of our model comprises three fundamental *** training process of our model encompasses three fundamental ***,we employ an autoencoder model to obtain a low-dimensional manifold representation of real ***,we apply extended semi-discrete optimal transport to map Gaussian noise distribution to the latent space distribution and obtain corresponding labels *** procedure leads to the generation of new latent codes with known ***,we integrate a GAN to train the decoder further to generate medical *** evaluate the performance of the AE-COT-GAN model,we conducted experiments on two medical image datasets,namely DermaMNIST and *** model’s performance was compared with state-of-the-art generative *** show that the AE-COT-GAN model had excellent performance in generating medical ***,it effectively addressed the common issues associated with traditional GANs.
Chinese shadow puppetry has been recognized as a world intangible cultural ***,it faces substantial challenges in its preservation and advancement due to the intricate and labor-intensive nature of crafting shadow ***...
详细信息
Chinese shadow puppetry has been recognized as a world intangible cultural ***,it faces substantial challenges in its preservation and advancement due to the intricate and labor-intensive nature of crafting shadow *** ensure the inheritance and development of this cultural heritage,it is imperative to enable traditional art to flourish in the digital *** paper presents an Interactive Collaborative Creation System for shadow puppets,designed to facilitate the creation of high-quality shadow puppet images with greater *** system comprises four key functions:Image contour extraction,intelligent reference recommendation,generation network,and color adjustment,all aimed at assisting users in various aspects of the creative process,including drawing,inspiration,and content ***,we propose an enhanced algorithm called Smooth Generative Adversarial Networks(SmoothGAN),which exhibits more stable gradient training and a greater capacity for generating high-resolution shadow puppet ***,we have built a new dataset comprising high-quality shadow puppet images to train the shadow puppet generation *** qualitative and quantitative experimental results demonstrate that SmoothGAN significantly improves the quality of image generation,while our system efficiently assists users in creating high-quality shadow puppet images,with a SUS scale score of *** study provides a valuable theoretical and practical reference for the digital creation of shadow puppet art.
The application of the electronic control unit (ECU) motivates dynamic models with high precision to simulate mechatronic systems for various analysis and design tasks like hardware-in-the-loop (HiL) simulation. Unlik...
详细信息
Furanocoumarins in citrus fruit can cause adverse drug interactions;however,there are few reports on furanocoumarins and drug interactions in common edible citrus cultivars except *** ultra-performance liquid chromato...
详细信息
Furanocoumarins in citrus fruit can cause adverse drug interactions;however,there are few reports on furanocoumarins and drug interactions in common edible citrus cultivars except *** ultra-performance liquid chromatography(UPLC)-based method for ten furanocoumarins in citrus fruit was established,and the effects on cytochrome P450 activity were *** were more abundant(2-43 times)in the peel than in the *** pulp of Xiyou,Hongyou,and Navel orange exhibited P450 inhibition,with 50% maximal inhibitory concentration(ICso)values of 0.63,0.67,and 1.02 mg/mL,*** peel of all the varieties except Huyou and Satsuma exhibited P450 ***,Baiyou,Huangjinyou,Hongyou,Ponkan,and Navel orange had IC_(50)values of 0.33,0.76,0.38,0.35,0.43,and 0.37 mg/mL,*** findings indicate that,except for Xiyou,Hongyou,and Navel orange,the consumption of the pulp of popular Chinese varieties of citrus fruit has a low risk of drug interactions,and the use of citrus products including peel may carry a significant risk of adverse drug interactions.
With the widespread use of blockchain technology for smart contracts and decentralized applications on the Ethereum platform, the blockchain has become a cornerstone of trust in the modern financial system. However, i...
详细信息
With the widespread use of blockchain technology for smart contracts and decentralized applications on the Ethereum platform, the blockchain has become a cornerstone of trust in the modern financial system. However, its anonymity has provided new ways for Ponzi schemes to commit fraud, posing significant risks to investors. Current research still has some limitations, for example, Ponzi schemes are difficult to detect in the early stages of smart contract deployment, and data imbalance is not considered. In addition, there is room for improving the detection accuracy. To address the above issues, this paper proposes LT-SPSD (LSTM-Transformer smart Ponzi schemes detection), which is a Ponzi scheme detection method that combines Long Short-Term Memory (LSTM) and Transformer considering the time-series transaction information of smart contracts as well as the global information. Based on the verified smart contract addresses, account features, and code features are extracted to construct a feature dataset, and the SMOTE-Tomek algorithm is used to deal with the imbalanced data classification problem. By comparing our method with the other four typical detection methods in the experiment, the LT-SPSD method shows significant performance improvement in precision, recall, and F1-score. The results of the experiment confirm the efficacy of the model, which has some application value in Ethereum Ponzi scheme smart contract detection.
Ramsey oscillations typically exhibit an exponential decay envelope due to environmental noise. However,recent experiments have observed nonmonotonic Ramsey fringes characterized by beating patterns, which deviate fro...
详细信息
Ramsey oscillations typically exhibit an exponential decay envelope due to environmental noise. However,recent experiments have observed nonmonotonic Ramsey fringes characterized by beating patterns, which deviate from the standard behavior. These beating patterns have primarily been attributed to charge-noise *** this paper, we have experimentally observed Ramsey fringe with beating pattern for transmon qubits, and traced the origin to electric instruments induced flux noise.
Optical braille recognition methods typically employ existing target detection models or segmentation modelsfor the direct detection and recognition of braille characters in original braille images. However, these met...
详细信息
Optical braille recognition methods typically employ existing target detection models or segmentation modelsfor the direct detection and recognition of braille characters in original braille images. However, these methodsneed improvement in accuracy and generalizability, especially in densely dotted braille image environments. Thispaper presents a two-stage braille recognition framework. The first stage is a braille dot detection algorithmbased on Gaussian diffusion, targeting Gaussian heatmaps generated by the convex dots in braille images. Thisis applied to the detection of convex dots in double-sided braille, achieving high accuracy in determining thecentral coordinates of the braille convex dots. The second stage involves constructing a braille grid using traditionalpost-processing algorithms to recognize braille character information. Experimental results demonstrate that thisframework exhibits strong robustness and effectiveness in detecting braille dots and recognizing braille charactersin complex double-sided braille image datasets. The framework achieved an F1 score of 99.89% for Braille dotdetection and 99.78% for Braille character recognition. Compared to the highest accuracy in existing methods,these represent improvements of 0.08% and 0.02%, respectively.
Unsupervised learning methods such as graph contrastive learning have been used for dynamic graph represen-tation learning to eliminate the dependence of ***,existing studies neglect positional information when learni...
详细信息
Unsupervised learning methods such as graph contrastive learning have been used for dynamic graph represen-tation learning to eliminate the dependence of ***,existing studies neglect positional information when learning discrete snapshots,resulting in insufficient network topology *** the same time,due to the lack of appropriate data augmentation methods,it is difficult to capture the evolving patterns of the network *** address the above problems,a position-aware and subgraph enhanced dynamic graph contrastive learning method is proposed for discrete-time dynamic ***,the global snapshot is built based on the historical snapshots to express the stable pattern of the dynamic graph,and the random walk is used to obtain the position representation by learning the positional information of the ***,a new data augmentation method is carried out from the perspectives of short-term changes and long-term stable structures of dynamic ***,subgraph sampling based on snapshots and global snapshots is used to obtain two structural augmentation views,and node structures and evolving patterns are learned by combining graph neural network,gated recurrent unit,and attention ***,the quality of node representation is improved by combining the contrastive learning between different structural augmentation views and between the two representations of structure and *** results on four real datasets show that the performance of the proposed method is better than the existing unsupervised methods,and it is more competitive than the supervised learning method under a semi-supervised setting.
暂无评论