paper-with-me

홈 › Papers

RACNN: Residual Attention Convolutional Neural Network for Near-Field Channel Estimation in 6G Wireless Communications

2025-03-04 · Vu Tung Lam, Do Hai Son, Tran Thi Thuy Quynh, Le Trung Thanh

Near-field channel estimation is a fundamental challenge in the sixth-generation (6G) wireless communication, where extremely large antenna arrays (ELAA) enable near-field communication (NFC) but introduce significant signal processing complexity. Traditional model-based methods suffer from high computational costs and limited scalability in large-scale ELAA systems, while existing learning-based approaches often lack robustness across diverse channel conditions. To overcome these limitations, we propose the Residual Attention Convolutional Neural Network (RACNN), which integrates convolutional layers with self-attention mechanisms to enhance feature extraction by focusing on key regions within the CNN feature maps. Experimental results show that RACNN outperforms both traditional and learning-based methods, including XLCNet, across various scenarios, particularly in mixed far-field and near-field conditions. Notably, in these challenging settings, RACNN achieves a normalized mean square error (NMSE) of 4.8*10^(-3) at an SNR of 20dB, making it a promising solution for near-field channel estimation in 6G.

📄 PDF Abstract BibTeX arXiv:2503.02299

Code (1)

DoHaiSon/RACNN 공식 구현 tf

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Radius Adaptive Convolutional Neural Network

2019-11-25 · Meisam Rakhshanfar

Convolutional neural network (CNN) is widely used in computer vision applications. In the networks that deal with images, CNNs are the most time-consuming layer of the networks. Usually, the solution to address the compu…

Retrieval-Augmented Convolutional Neural Networks Against Adversarial Examples

2019-06-01 · CVPR 2019 6 · Jake Zhao (Junbo), Kyunghyun Cho

We propose a retrieval-augmented convolutional network (RaCNN) and propose to train it with local mixup, a novel variant of the recently proposed mixup algorithm. The proposed hybrid architecture combining a convolutiona…

Retrieval

ParaCNN: Visual Paragraph Generation via Adversarial Twin Contextual CNNs

2020-04-21 · Shi-Yang Yan, Yang Hua, Neil Robertson

Image description generation plays an important role in many real-world applications, such as image retrieval, automatic navigation, and disabled people support. A well-developed task of image description generation is i…

Image CaptioningImage DescriptionImage RetrievalRetrieval+1

Towards Context-aware Convolutional Network for Image Restoration

2024-12-15 · Fangwei Hao, Ji Du, Weiyun Liang, Jing Xu 외

Image restoration (IR) is a long-standing task to recover a high-quality image from its corrupted observation. Recently, transformer-based algorithms and some attention-based convolutional neural networks (CNNs) have pre…

DeblurringImage DehazingImage RestorationRepresentation Learning

ResGCN: Attention-based Deep Residual Modeling for Anomaly Detection on Attributed Networks

2020-09-30 · Yulong Pei, Tianjin Huang, Werner van Ipenburg, Mykola Pechenizkiy

Effectively detecting anomalous nodes in attributed networks is crucial for the success of many real-world applications such as fraud and intrusion detection. Existing approaches have difficulties with three major issues…

Anomaly DetectionIntrusion Detection