Unmanned aerial vehicles (UAVs) are being utilized for damage assessment in natural disasters and for search and rescue operations. Currently, the search for victims primarily relies on analyzing images captured by ca...
详细信息
Channel state information (CSI) is essential to the performance optimization of intelligent reflecting surface (IRS)-aided wireless communication systems. However, the passive and frequency-flat reflection of IRS, as ...
详细信息
Channel state information (CSI) is essential to the performance optimization of intelligent reflecting surface (IRS)-aided wireless communication systems. However, the passive and frequency-flat reflection of IRS, as well as the high-dimensional IRS-reflected channels, have posed practical challenges for efficient IRS channel estimation, especially in wideband communication systems with significant multi-path channel delay spread. To tackle the above challenge, we propose a novel neural network (NN)-empowered IRS channel estimation and passive reflection design framework for the wideband orthogonal frequency division multiplexing (OFDM) communication system based only on the user’s reference signal received power (RSRP) measurements with time-varying random IRS training reflections. As RSRP is readily accessible in existing communication systems, our proposed channel estimation method does not require additional pilot transmission in IRS-aided wideband communication systems. In particular, we show that the average received signal power over all OFDM subcarriers at the user terminal can be represented as the prediction of a single-layer NN composed of multiple subnetworks with the same structure, such that the autocorrelation matrix of the wideband IRS channel can be recovered as their weights via supervised learning. To exploit the potential sparsity of the channel autocorrelation matrix, a progressive training method is proposed by gradually increasing the number of subnetworks until a desired accuracy is achieved, thus reducing the training complexity. Based on the estimates of IRS channel autocorrelation matrix, the IRS passive reflection is then optimized to maximize the average channel power gain over all subcarriers. Numerical results indicate the effectiveness of the proposed IRS channel autocorrelation matrix estimation and passive reflection design under wideband channels, which can achieve significant performance improvement compared to the existing IRS re
One way to increase solar photovoltaic penetration in the grid is management of voltage fluctuations. This is because a photovoltaic plant cannot be interconnected to the grid if it causes voltage violations. Voltage ...
详细信息
Weed infestation in cotton fields significantly challenges agricultural productivity by competing for essential nutrients and water resources. This study presents a comprehensive comparative analysis of two deep learn...
详细信息
One of the fast-growing disease affecting women’s health seriously is breast *** is highly essential to identify and detect breast cancer in the earlier *** paper used a novel advanced methodology than machine learni...
详细信息
One of the fast-growing disease affecting women’s health seriously is breast *** is highly essential to identify and detect breast cancer in the earlier *** paper used a novel advanced methodology than machine learning algorithms such as Deep learning algorithms to classify breast cancer *** learning algorithms are fully automatic in learning,extracting,and classifying the features and are highly suitable for any image,from natural to medical *** methods focused on using various conventional and machine learning methods for processing natural and medical *** is inadequate for the image where the coarse structure matters *** of the input images are downscaled,where it is impossible to fetch all the hidden details to reach accuracy in *** deep learning algorithms are high efficiency,fully automatic,have more learning capability using more hidden layers,fetch as much as possible hidden information from the input images,and provide an accurate *** this paper uses AlexNet from a deep convolution neural network for classifying breast cancer in mammogram *** performance of the proposed convolution network structure is evaluated by comparing it with the existing algorithms.
Handling emotions in human‐computer dialogues has emerged as a challenging task which requires artificial intelligence systems to generate emotional responses by jointly perceiving the emotion involved in the input p...
详细信息
Handling emotions in human‐computer dialogues has emerged as a challenging task which requires artificial intelligence systems to generate emotional responses by jointly perceiving the emotion involved in the input posts and incorporating it into the gener-ation of semantically coherent and emotionally reasonable ***,most previous works generate emotional responses solely from input posts,which do not take full advantage of the training corpus and suffer from generating generic *** this study,we introduce a hierarchical semantic‐emotional memory module for emotional conversation generation(called HSEMEC),which can learn abstract semantic conver-sation patterns and emotional information from the large training *** learnt semantic and emotional knowledge helps to enrich the post representation and assist the emotional conversation *** experiments on a large real‐world conversation corpus show that HSEMEC can outperform the strong baselines on both automatic and manual *** reproducibility,we release the code and data publicly at:https://***/siat‐nlp/HSEMEC‐code‐data.
Millions of developers share their code on open-source platforms like GitHub, which offer social coding opportunities such as distributed collaboration and popularity-based ranking. Software engineering researchers ha...
详细信息
This research focuses on developing a screw detection system using Yolo series object detection models and the OpenCV module. The plan uses a camera to detect and identify different types of screws on various producti...
详细信息
Efficiently serving large language models (LLMs) requires batching many requests together to reduce the cost per request. Yet, the key-value (KV) cache, which stores attention keys and values to avoid re-computations,...
详细信息
Efficiently serving large language models (LLMs) requires batching many requests together to reduce the cost per request. Yet, the key-value (KV) cache, which stores attention keys and values to avoid re-computations, significantly increases memory demands and becomes the new bottleneck in speed and memory usage. This memory demand increases with larger batch sizes and longer context lengths. Additionally, the inference speed is limited by the size of KV cache, as the GPU's SRAM must load the entire KV cache from the main GPU memory for each token generated, causing the computational core to be idle during this process. A straightforward and effective solution to reduce KV cache size is quantization, which decreases the total bytes taken by KV cache. However, there is a lack of in-depth studies that explore the element distribution of KV cache to understand the hardness and limitation of KV cache quantization. To fill the gap, we conducted a comprehensive study on the element distribution in KV cache of popular LLMs. Our findings indicate that the key cache should be quantized per-channel, i.e., group elements along the channel dimension and quantize them together. In contrast, the value cache should be quantized per-token. From this analysis, we developed a tuning-free 2bit KV cache quantization algorithm, named KIVI. With the hardware-friendly implementation, KIVI can enable Llama (Llama-2), Falcon, and Mistral models to maintain almost the same quality while using 2.6× less peak memory usage (including the model weight). This reduction in memory usage enables up to 4× larger batch size, bringing 2.35× ∼ 3.47× throughput on real LLM inference workload. The source code is available at https://***/jy-yuan/KIVI. Copyright 2024 by the author(s)
The early diagnosis of diseases in fruits holds immense importance for agricultural industries, as it directly impacts production quality and quantity. This study introduces a novel approach utilizing Recursive Convol...
详细信息
暂无评论