Software Defect Prediction (SDP) is critical in identifying fault-prone modules during the software development life cycle, enhancing software quality, and reducing maintenance costs. However, existing SDP models face...
详细信息
To transmit customer power data collected by smart meters(SMs)to utility companies,data must first be transmitted to the corresponding data aggregation point(DAP)of the *** number of DAPs installed and the installatio...
详细信息
To transmit customer power data collected by smart meters(SMs)to utility companies,data must first be transmitted to the corresponding data aggregation point(DAP)of the *** number of DAPs installed and the installation location greatly impact the whole *** the traditional DAP placement algorithm,the number of DAPs must be set in advance,but determining the best number of DAPs is difficult,which undoubtedly reduces the overall performance of the ***,the excessive gap between the loads of different DAPs is also an important factor affecting the quality of the *** address the above problems,this paper proposes a DAP placement algorithm,APSSA,based on the improved affinity propagation(AP)algorithm and sparrow search(SSA)algorithm,which can select the appropriate number of DAPs to be installed and the corresponding installation locations according to the number of SMs and their distribution locations in different *** algorithm adds an allocation mechanism to optimize the subnetwork in the *** is evaluated under three different areas and compared with other DAP placement *** experimental results validated that the method in this paper can reduce the network cost,shorten the average transmission distance,and reduce the load gap.
Story video-text alignment, a core task in computational story understanding, aims to align video clips with corresponding sentences in their descriptions. However, progress on the task has been held back by the scarc...
详细信息
Modern recommendation systems are widely used in modern data *** random and sparse embedding lookup operations are the main performance bottleneck for processing recommendation systems on traditional platforms as they...
详细信息
Modern recommendation systems are widely used in modern data *** random and sparse embedding lookup operations are the main performance bottleneck for processing recommendation systems on traditional platforms as they induce abundant data movements between computing units and ***-based processing-in-memory(PIM)can resolve this problem by processing embedding vectors where they are ***,the embedding table can easily exceed the capacity limit of a monolithic ReRAM-based PIM chip,which induces off-chip accesses that may offset the PIM ***,we deploy the decomposed model on-chip and leverage the high computing efficiency of ReRAM to compensate for the decompression performance *** this paper,we propose ARCHER,a ReRAM-based PIM architecture that implements fully yon-chip recommendations under resource ***,we make a full analysis of the computation pattern and access pattern on the decomposed *** on the computation pattern,we unify the operations of each layer of the decomposed model in multiply-and-accumulate *** on the access observation,we propose a hierarchical mapping schema and a specialized hardware design to maximize resource *** the unified computation and mapping strategy,we can coordinatethe inter-processing elements *** evaluation shows that ARCHER outperforms the state-of-the-art GPU-based DLRM system,the state-of-the-art near-memory processing recommendation system RecNMP,and the ReRAM-based recommendation accelerator REREC by 15.79×,2.21×,and 1.21× in terms of performance and 56.06×,6.45×,and 1.71× in terms of energy savings,respectively.
Image captioning has gained increasing attention in recent *** characteristics found in input images play a crucial role in generating high-quality *** studies have used visual attention mechanisms to dynamically focu...
详细信息
Image captioning has gained increasing attention in recent *** characteristics found in input images play a crucial role in generating high-quality *** studies have used visual attention mechanisms to dynamically focus on localized regions of the input image,improving the effectiveness of identifying relevant image regions at each step of caption ***,providing image captioning models with the capability of selecting the most relevant visual features from the input image and attending to them can significantly improve the utilization of these ***,this leads to enhanced captioning network *** light of this,we present an image captioning framework that efficiently exploits the extracted representations of the *** framework comprises three key components:the Visual Feature Detector module(VFD),the Visual Feature Visual Attention module(VFVA),and the language *** VFD module is responsible for detecting a subset of the most pertinent features from the local visual features,creating an updated visual features ***,the VFVA directs its attention to the visual features matrix generated by the VFD,resulting in an updated context vector employed by the language model to generate an informative *** the VFD and VFVA modules introduces an additional layer of processing for the visual features,thereby contributing to enhancing the image captioning model’s *** the MS-COCO dataset,our experiments show that the proposed framework competes well with state-of-the-art methods,effectively leveraging visual representations to improve *** implementation code can be found here:https://***/althobhani/VFDICM(accessed on 30 July 2024).
This work proposes a new approach to convert the data from sign language to spoken language without exposing the data to a gloss layer. Whenever gloss annotations are used which frequently are incomplete and act as an...
详细信息
Dynamic multi-mode resource-constrained project scheduling problem (DMRCPSP) is crucial for effectively managing complex projects where activities have multiple options of resource demand and durations are uncertain. ...
详细信息
This multi-center randomized controlled trial explores the therapeutic benefits of Indian classical music, specifically “Raga Therapy,” for managing diabetes, thyroid disorders, and hypertension—prevalent global he...
详细信息
The pandemic creates a more complicated providence of medical assistance and diagnosis procedures. In the world, Covid-19, Severe Acute Respiratory Syndrome Coronavirus-2 (SARS Cov-2), and plague are widely known...
详细信息
The pandemic creates a more complicated providence of medical assistance and diagnosis procedures. In the world, Covid-19, Severe Acute Respiratory Syndrome Coronavirus-2 (SARS Cov-2), and plague are widely known pandemic disease desperations. Due to the recent COVID-19 pandemic tragedies, various medical diagnosis models and intelligent computing solutions are proposed for medical applications. In this era of computer-based medical environment, conventional clinical solutions are surpassed by many Machine Learning and Deep Learning-based COVID-19 diagnosis models. Anyhow, many existing models are developing lab-based diagnosis environments. Notably, the Gated Recurrent Unit-based Respiratory data Analysis (GRU-RE), Intelligent Unmanned Aerial Vehicle-based Covid data Analysis (Thermal Images) (I-UVAC), and Convolutional Neural Network-based computer Tomography Image Analysis (CNN-CT) are enriched with lightweight image data analysis techniques for obtaining mass pandemic data at real-time conditions. However, the existing models directly deal with bulk images (thermal data and respiratory data) to diagnose the symptoms of COVID-19. Against these works, the proposed spectacle thermal image data analysis model creates an easy and effective way of disease diagnosis deployment strategies. Particularly, the mass detection of disease symptoms needs a more lightweight equipment setup. In this proposed model, each patient's thermal data is collected via the spectacles of medical staff, and the data are analyzed with the help of a complex set of capsule network functions. Comparatively, the conventional capsule network functions are enriched in this proposed model using adequate sampling and data reduction solutions. In this way, the proposed model works effectively for mass thermal data diagnosis applications. In the experimental platform, the proposed and existing models are analyzed in various dimensions (metrics). The comparative results obtained in the experiments just
When data privacy is imposed as a necessity,Federated learning(FL)emerges as a relevant artificial intelligence field for developing machine learning(ML)models in a distributed and decentralized *** allows ML models t...
详细信息
When data privacy is imposed as a necessity,Federated learning(FL)emerges as a relevant artificial intelligence field for developing machine learning(ML)models in a distributed and decentralized *** allows ML models to be trained on local devices without any need for centralized data transfer,thereby reducing both the exposure of sensitive data and the possibility of data interception by malicious third *** paradigm has gained momentum in the last few years,spurred by the plethora of real-world applications that have leveraged its ability to improve the efficiency of distributed learning and to accommodate numerous participants with their data *** virtue of FL,models can be learned from all such distributed data sources while preserving data *** aim of this paper is to provide a practical tutorial on FL,including a short methodology and a systematic analysis of existing software ***,our tutorial provides exemplary cases of study from three complementary perspectives:i)Foundations of FL,describing the main components of FL,from key elements to FL categories;ii)Implementation guidelines and exemplary cases of study,by systematically examining the functionalities provided by existing software frameworks for FL deployment,devising a methodology to design a FL scenario,and providing exemplary cases of study with source code for different ML approaches;and iii)Trends,shortly reviewing a non-exhaustive list of research directions that are under active investigation in the current FL *** ultimate purpose of this work is to establish itself as a referential work for researchers,developers,and data scientists willing to explore the capabilities of FL in practical applications.
暂无评论