In the semantic segmentation task, the long-tail problem causes the recognition performance of minority categories to be significantly lower than that of majority categories, affecting the overall effect of the model....
详细信息
Skin cancer poses a significant health hazard, necessitating the utilization of advanced diagnostic methodologies to facilitate timely detection, owing to its escalating prevalence in recent years. This paper proposes...
详细信息
Peer-to-peer (P2P) energy trading, Smart Grids (SG), and electric vehicle energy management are integral components of the Internet of Energy (IoE) field. The integration of software-Defined Networks (SDNs) and Blockc...
详细信息
With the rapid growth of software and networks, the rate of cyber-attacks has increased rapidly. As a result, the demand for a dependable and suitable Intrusion Detection System (IDS) solution for safeguarding devices...
详细信息
Synthetic aperture radar (SAR) images are used extensively in agricultural applications, coastal boundary detection and object recognition. This imaging technology provides desired results in many challenging applicat...
详细信息
Code summarization aims to generate natural language descriptions of source code, facilitating programmers to understand and maintain it rapidly. While previous code summarization efforts have predominantly focused on...
详细信息
ISBN:
(纸本)9798350330663
Code summarization aims to generate natural language descriptions of source code, facilitating programmers to understand and maintain it rapidly. While previous code summarization efforts have predominantly focused on method-level, this paper studies file-level code summarization, which can assist programmers in understanding and maintaining large source code projects. Unlike method-level code summarization, file-level code summarization typically involves long source code within a single file, which makes it challenging for Transformer-based models to understand the code semantics for the maximum input length of these models is difficult to set to a large number that can handle long code input well, due to the quadratic scaling of computational complexity with the input sequence length. To address this challenge, we propose SparseCoder, an identifier-aware sparse transformer for effectively handling long code sequences. Specifically, the SparseCoder employs a sliding window mechanism for self-attention to model short-term dependencies and leverages the structure message of code to capture long-term dependencies among source code identifiers by introducing two types of sparse attention patterns named global and identifier attention. To evaluate the performance of SparseCoder, we construct a new dataset FILE-CS for file-level code summarization in Python. Experimental results show that our SparseCoder model achieves state-of-the-art performance compared with other pre-trained models, including full self-attention and sparse models. Additionally, our model has low memory overhead and achieves comparable performance with models using full self-attention mechanism. Furthermore, we verify the generality of SparseCoder on other code understanding tasks, i.e., code clone detection and code search, and results show that our model outperforms baseline models in both tasks, demonstrating that our model can generate better code representations for various downstream tasks. Our
Epilepsy disease is a neurological condition marked by recurring seizures that has a big effect on people's life. Effective management and therapy depend on a prompt and correct diagnosis. The traditional methods,...
详细信息
In this opinion piece, we question the efficacy of students conducting systematic reviews (SRs) at the very start of their PhDs, especially now that we are riding, or drowning in, the Generative AI wave. How would the...
Purpose: This paper is focused on the role of ChatGPT an artificial intelligence (AI) language model in the area of sports trauma. Sports trauma represents some significant concerns due to its prevalence and impacts. ...
详细信息
In recent years,a gain in popularity and significance of science understanding has been observed due to the high paced progress in computer vision techniques and *** primary focus of computer vision based scene unders...
详细信息
In recent years,a gain in popularity and significance of science understanding has been observed due to the high paced progress in computer vision techniques and *** primary focus of computer vision based scene understanding is to label each and every pixel in an image as the category of the object it belongs *** it is required to combine segmentation and detection in a single *** many successful computer vision methods has been developed to aid scene understanding for a variety of real world *** understanding systems typically involves detection and segmentation of different natural and manmade things.A lot of research has been performed in recent years,mostly with a focus on things(a well-defined objects that has shape,orientations and size)with a less focus on stuff classes(amorphous regions that are unclear and lack a shape,size or other characteristics Stuff region describes many aspects of scene,like type,situation,environment of scene *** hence can be very helpful in scene *** methods for scene understanding still have to cover a challenging path to cope up with the challenges of computational time,accuracy and robustness for varying level of scene complexity.A robust scene understanding method has to effectively deal with imbalanced distribution of classes,overlapping objects,fuzzy object boundaries and poorly localized *** proposed method presents Panoptic Segmentation on Cityscapes ***-V2 is used as a backbone for feature extraction that is pre-trained on ***-V2 with state-of-art encoder-decoder architecture of DeepLabV3+with some customization and optimization is employed Atrous convolution along with Spatial Pyramid Pooling are also utilized in the proposed method to make it more accurate and *** promising and encouraging results have been achieved that indicates the potential of the proposed method for robust scene understanding in a fast and
暂无评论