The rapid development of the Internet has led to the widespread dissemination of manipulated facial images, significantly impacting people's daily lives. With the continuous advancement of Deepfake technology, the...
详细信息
The rapid development of the Internet has led to the widespread dissemination of manipulated facial images, significantly impacting people's daily lives. With the continuous advancement of Deepfake technology, the generated counterfeit facial images have become increasingly challenging to distinguish. There is an urgent need for a more robust and convincing detection method. Current detection methods mainly operate in the spatial domain and transform the spatial domain into other domains for analysis. With the emergence of transformers, some researchers have also combined traditional convolutional networks with transformers for detection. This paper explores the artifacts left by Deepfakes in various domains and, based on this exploration, proposes a detection method that utilizes the steganalysis rich model to extract high-frequency noise to complement spatial features. We have designed two main modules to fully leverage the interaction between these two aspects based on traditional convolutional neural networks. The first is the multi-scale mixed feature attention module, which introduces artifacts from high-frequency noise into spatial textures, thereby enhancing the model's learning of spatial texture features. The second is the multi-scale channel attention module, which reduces the impact of background noise by weighting the features. Our proposed method was experimentally evaluated on mainstream datasets, and a significant amount of experimental results demonstrate the effectiveness of our approach in detecting Deepfake forged faces, outperforming the majority of existing methods.
Block synchronization is an essential component of blockchain ***,blockchain systems tend to send all the transactions from one node to another for ***,such a method may lead to an extremely high network bandwidth ove...
详细信息
Block synchronization is an essential component of blockchain ***,blockchain systems tend to send all the transactions from one node to another for ***,such a method may lead to an extremely high network bandwidth overhead and significant transmission *** is crucial to speed up such a block synchronization process and save bandwidth consumption.A feasible solution is to reduce the amount of data transmission in the block synchronization process between any pair of ***,existing methods based on the Bloom filter or its variants still suffer from multiple roundtrips of communications and significant synchronization *** this paper,we propose a novel protocol named Gauze for fast block *** utilizes the Cuckoo filter(CF)to discern the transactions in the receiver’s mempool and the block to verify,providing an efficient solution to the problem of set reconciliation in the P2P(Peer-to-Peer Network)*** up to two rounds of exchanging and querying the CFs,the sending node can acknowledge whether the transactions in a block are contained by the receiver’s mempool or *** on this message,the sender only needs to transfer the missed transactions to the receiver,which speeds up the block synchronization and saves precious bandwidth *** evaluation results show that Gauze outperforms existing methods in terms of the average processing latency(about lower than Graphene)and the total synchronization space cost(about lower than Compact Blocks)in different scenarios.
The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative *** has good performance in global optimization fields such as *** this paper,a new adaptive parameter strategy and a parallel ...
详细信息
The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative *** has good performance in global optimization fields such as *** this paper,a new adaptive parameter strategy and a parallel communication strategy are proposed to further improve the Cuckoo Search(CS)*** strategy greatly improves the convergence speed and accuracy of the algorithm and strengthens the algorithm’s ability to jump out of the local *** paper compares the optimization performance of Parallel Adaptive Cuckoo Search(PACS)with CS,Parallel Cuckoo Search(PCS),Particle Swarm Optimization(PSO),Sine Cosine Algorithm(SCA),Grey Wolf Optimizer(GWO),Whale Optimization Algorithm(WOA),Differential Evolution(DE)and Artificial Bee Colony(ABC)algorithms by using the CEC-2013 test *** results show that PACS algorithmoutperforms other algorithms in 20 of 28 test *** to the superior performance of PACS algorithm,this paper uses it to solve the problem of the rectangular *** results show that this scheme has a significant effect,and the material utilization rate is improved from89.5%to 97.8%after optimization.
Stack Overflow provides a platform for developers to seek suitable solutions by asking questions and receiving answers on various ***,many questions are usually not answered quickly *** the questioners are eager to kn...
详细信息
Stack Overflow provides a platform for developers to seek suitable solutions by asking questions and receiving answers on various ***,many questions are usually not answered quickly *** the questioners are eager to know the specific time interval at which a question can be answered,it becomes an important task for Stack Overflow to feedback the answer time to the *** address this issue,we propose a model for predicting the answer time of questions,named Predicting Answer Time(i.e.,PAT model),which consists of two parts:a feature acquisition and fusion model,and a deep neural network *** framework uses a variety of features mined from questions in Stack Overflow,including the question description,question title,question tags,the creation time of the question,and other temporal *** features are fused and fed into the deep neural network to predict the answer time of the *** a case study,post data from Stack Overflow are used to assess the *** use traditional regression algorithms as the baselines,such as Linear Regression,K-Nearest Neighbors Regression,Support Vector Regression,Multilayer Perceptron Regression,and Random Forest *** results show that the PAT model can predict the answer time of questions more accurately than traditional regression algorithms,and shorten the error of the predicted answer time by nearly 10 hours.
SaaS (Software-as-a-Service) is a service model provided by cloud computing. It has a high requirement for QoS (Quality of Software) due to its method of providing software service. However, manual identification and ...
详细信息
SaaS (Software-as-a-Service) is a service model provided by cloud computing. It has a high requirement for QoS (Quality of Software) due to its method of providing software service. However, manual identification and diagnosis for performance issues is typically expensive and laborious because of the complexity of the application software and the dynamic nature of the deployment environment. Recently, substantial research efforts have been devoted to automatically identifying and diagnosing performance issues of SaaS software. In this survey, we comprehensively review the different methods about automatically identifying and diagnosing performance issues of SaaS software. We divide them into three steps according to their function: performance log generation, performance issue identification and performance issue diagnosis. We then comprehensively review these methods by their development history. Meanwhile, we give our proposed solution for each step. Finally, the effectiveness of our proposed methods is shown by experiments.
Wheat is the most widely grown crop in the world,and its yield is closely related to global food *** number of ears is important for wheat breeding and yield ***,automated wheat ear counting techniques are essential f...
详细信息
Wheat is the most widely grown crop in the world,and its yield is closely related to global food *** number of ears is important for wheat breeding and yield ***,automated wheat ear counting techniques are essential for breeding high-yield varieties and increasing grain ***,all existing methods require position-level annotation for training,implying that a large amount of labor is required for annotation,limiting the application and development of deep learning technology in the agricultural *** address this problem,we propose a count-supervised multiscale perceptive wheat counting network(CSNet,count-supervised network),which aims to achieve accurate counting of wheat ears using quantity *** particular,in the absence of location information,CSNet adopts MLP-Mixer to construct a multiscale perception module with a global receptive field that implements the learning of small target attention maps between wheat ear *** conduct comparative experiments on a publicly available global wheat head detection dataset,showing that the proposed count-supervised strategy outperforms existing position-supervised methods in terms of mean absolute error(MAE)and root mean square error(RMSE).This superior performance indicates that the proposed approach has a positive impact on improving ear counts and reducing labeling costs,demonstrating its great potential for agricultural counting *** code is available at .
Under low-illumination conditions, the quality of image signals deteriorates significantly, typically characterized by a peak signal-to-noise ratio (PSNR) below 10 dB, which severely limits the usability of the images...
详细信息
Under low-illumination conditions, the quality of image signals deteriorates significantly, typically characterized by a peak signal-to-noise ratio (PSNR) below 10 dB, which severely limits the usability of the images. Supervised methods, which utilize paired high-low light images as training sets, can enhance the PSNR to around 20 dB, significantly improving image quality. However, such data is challenging to obtain. In recent years, unsupervised low-light image enhancement (LIE) methods based on the Retinex framework have been proposed, but they generally lag behind supervised methods by 5–10 dB in performance. In this paper, we introduce the Denoising-Distilled Retine (DDR) method, an unsupervised approach that integrates denoising priors into a Retinex-based training framework. By explicitly incorporating denoising, the DDR method effectively addresses the challenges of noise and artifacts in low-light images, thereby enhancing the performance of the Retinex framework. The model achieved a PSNR of 19.82 dB on the LOL dataset, which is comparable to the performance of supervised methods. Furthermore, by applying knowledge distillation, the DDR method optimizes the model for real-time processing of low-light images, achieving a processing speed of 199.7 fps without incurring additional computational costs. While the DDR method has demonstrated superior performance in terms of image quality and processing speed, there is still room for improvement in terms of robustness across different color spaces and under highly resource-constrained conditions. Future research will focus on enhancing the model’s generalizability and adaptability to address these challenges. Our rigorous testing on public datasets further substantiates the DDR method’s state-of-the-art performance in both image quality and processing speed.
A single-phase anti-perovskite medium-entropy alloy nitride foams(MEANFs),as innovative materials for electromagnetic wave(EMW)absorption,have been successfully synthesized through the lattice ex-pansion induced by ni...
详细信息
A single-phase anti-perovskite medium-entropy alloy nitride foams(MEANFs),as innovative materials for electromagnetic wave(EMW)absorption,have been successfully synthesized through the lattice ex-pansion induced by nitrogen *** achievement notably overcomes the inherent constraints of conventional metal-based absorbers,including low resonance frequency,high conductivity,and elevated density,for the synergistic advantages provided by multimetallic alloys and *** analy-sis with comprehensive theoretical calculations provides in-depth insights into the formation mechanism,electronic structure,and magnetic moment of ***,deliberate component design along with the foam structure proves to be an effective strategy for enhancing impedance matching and *** results show that the MEANFs exhibit a minimum reflection loss(RLmin)value of-60.32 dB and a maximum effective absorption bandwidth(EABmax)of 5.28 GHz at 1.69 *** augmentation of energy dissipation in EMW is predominantly attributed to factors such as porous structure,interfacial polarization,defect-induced polarization,and magnetic *** study demonstrates a facile and efficient approach for synthesizing single-phase medium-entropy alloys,emphasizing their potential as materials for electromagnetic wave absorption due to their adjustable magnetic-dielectric properties.
Concept drift is a main security issue that has to be resolved since it presents a significant barrier to the deployment of machine learning(ML)*** to attackers’(and/or benign equivalents’)dynamic behavior changes,t...
详细信息
Concept drift is a main security issue that has to be resolved since it presents a significant barrier to the deployment of machine learning(ML)*** to attackers’(and/or benign equivalents’)dynamic behavior changes,testing data distribution frequently diverges from original training data over time,resulting in substantial model *** to their dispersed and dynamic nature,distributed denial-of-service attacks pose a danger to cybersecurity,resulting in attacks with serious consequences for users and *** paper proposes a novel design for concept drift analysis and detection of malware attacks like Distributed Denial of Service(DDOS)in the *** goal of this architecture combination is to accurately represent data and create an effective cyber security prediction *** intrusion detection system and concept drift of the network has been analyzed using secure adaptive windowing with website data authentication protocol(SAW_WDA).The network has been analyzed by authentication protocol to avoid malware *** data of network users will be collected and classified using multilayer perceptron gradient decision tree(MLPGDT)*** on the classification output,the decision for the detection of attackers and authorized users will be *** experimental results show output based on intrusion detection and concept drift analysis systems in terms of throughput,end-end delay,network security,network concept drift,and results based on classification with regard to accuracy,memory,and precision and F-1 score.
Modernization and intense industrialization have led to a substantial improvement in people’s quality of life. However, the aspiration for achieving an improved quality of life results in environmental contamination....
详细信息
暂无评论