Task scheduling and load balancing in heterogeneous computing environments has been a challenge for long, especially when dealing with multiple types of task input batches. In this scenario, existing methods cannot ta...
详细信息
Task scheduling and load balancing in heterogeneous computing environments has been a challenge for long, especially when dealing with multiple types of task input batches. In this scenario, existing methods cannot take into account both the high efficiency of task processing and the full utilization of cluster resources. However, the rise of artificial intelligence methods provides a new way to solve this problem. In this paper, we design a type-aware task scheduling method based on deep reinforcement learning to tackle multiple types of tasks in heterogeneous computing environment. First, we adopt prioritized dueling double deep q-learning network to make action decisions for each batch of input tasks. Then we build a task type prediction neural network to predict the task type of the input task, and then use the Monte Carlo algorithm based on reward value to realize the load balancing of the scheduled cluster. To verify the effectiveness of our proposed method, we use a widely used dataset Alibaba cluster trace dataset for our experiments. Experimental results show that our proposed algorithm can significantly shorten the average makespan of task batches and achieve better load balancing effect compared with other existing solutions.
Point cloud registration aims at estimating the geometric transformation between two point cloud scans, in which point-wise correspondence estimation is the key to its success. In addition to previous methods that see...
详细信息
Point clouds, as a primary representation of 3D data, can be categorized into scene domain point clouds and object domain point clouds based on the modeled content. Masked autoencoders (MAE) have become the mainstream...
详细信息
The inefficiency of fire evacuation has been the issue since the present evacuation method is unsuitable for complex buildings. In order to improve the evacuation system, this paper aims at three main components. Firs...
详细信息
ISBN:
(纸本)9781665472616
The inefficiency of fire evacuation has been the issue since the present evacuation method is unsuitable for complex buildings. In order to improve the evacuation system, this paper aims at three main components. First, Kalman Filter and deep learning models were utilized to estimate the user’s location accurately. Second, Q-learning based evacuation algorithm was designed to deal with various fire situations. Lastly, AR and a 2D map offer effective navigation systems. The proposed system offers the safest path based on accurate location with a user-friendly visual supplement.
With the development of image processing technology, computer vision is becoming more and more popular. In recent years, deep learning has flourished, significant progress has been made in object detection. Especially...
详细信息
How to balance lighting and texture details to achieve the desired visual effect remains the bottleneck of existing low-light image enhancement methods. In this paper, we propose a novel Unpaired Textual-attention Gen...
How to balance lighting and texture details to achieve the desired visual effect remains the bottleneck of existing low-light image enhancement methods. In this paper, we propose a novel Unpaired Textual-attention Generative Adversarial N network (UT-GAN) for low-light text image enhancement task. UT-GAN first uses the Zero-DCE net for initial illumination recovery and our TAM module is proposed to translate text information into a textual attention mechanism for the overall network, emphasizing attention to the details of text regions. Moreover, the method constructs an AGM-Net module to mitigate noise effects and fine-tune the illumination. Experiments show that UT-GAN outperforms existing methods in qualitative and quantitative evaluation on the widely used the low-light datasets LOL and SID.
Shared Nearest Neighbor (SNN) is a density-based clustering approach extensively employed in industrial Internet of Things applications, including pattern recognition, image analysis, and data mining. The efficiency o...
详细信息
Recent advance in ultra-fine-grained visual categorization (ultra-FGVC) has significantly boosted the capability of deep neural networks for ultra-FGVC tasks. However, building models for continually learning to recog...
Recent advance in ultra-fine-grained visual categorization (ultra-FGVC) has significantly boosted the capability of deep neural networks for ultra-FGVC tasks. However, building models for continually learning to recognize increasing ultra-fine-grained categories is still under-explored. This limits the application of ultra-FGVC techniques in real-world production. To this, we take the first attempt for continual ultra-FGVC. By evaluating existing continual learning methods on the constructed continual ultra-FGVC benchmark, we observe that the main bottleneck lies in the limited model plasticity for incrementally adapting to new tasks. This can be caused by excessive anti-forgetting constraints as the difficult ultra-FGVC task requires substantial update of parameters, and over-fitting on early tasks given that the ultra-fine-grained categories are with very few training samples. To tackle these problems, we propose a joint self-supervised learning and prompting model. The prompt-based continual learning framework offers proper anti-forgetting operation by fixed pretrained vision transformer and adaptive prompt selection. By jointly optimizing the learnable prompts with an adversarial self-supervised loss, the over-fitting on each continual learning task is mitigated. Extensive experiments demonstrate that the proposed method outperforms existing continual learning methods on the challenging continual ultra-FGVC problem.
Syslog-based anomaly detection is crucial for protecting the systems from malicious attacks or malfunctions. System logs are semi-structured text messages printed by logging statements to record the system’s run-time...
Syslog-based anomaly detection is crucial for protecting the systems from malicious attacks or malfunctions. System logs are semi-structured text messages printed by logging statements to record the system’s run-time status, involving rich semantic information. However, the existing BERT-based log anomaly detection method is based on the log key sequence, does not consider the semantics of the log data, and discards the variable part, resulting in a high rate of missed detection. In this paper, we propose SemLog, a self-supervised framework for log anomaly detection based on BERT. By incorporating log semantics and variables and employing multi-feature fusion, we mitigate the independent assumption issue in the Masked Language Modeling model. The experimental results on three benchmarks show that SemLog achieves high performance compared with the state-of-the-art approaches for anomaly detection.
The key towards learning informative node representations in graphs lies in how to gain contextual information from the neighbourhood. In this work, we present a simple-yet-effective self-supervised node representatio...
详细信息
暂无评论