中文
相关论文

相关论文: NMformer: A Transformer for Noisy Modulation Class…

200 篇论文

Existing state-of-the-art saliency detection methods heavily rely on CNN-based architectures. Alternatively, we rethink this task from a convolution-free sequence-to-sequence perspective and predict saliency by modeling long-range…

计算机视觉与模式识别 · 计算机科学 2021-08-24 Nian Liu , Ni Zhang , Kaiyuan Wan , Ling Shao , Junwei Han

We develop a data-driven approach for signal denoising that utilizes variational mode decomposition (VMD) algorithm and Cramer Von Misses (CVM) statistic. In comparison with the classical empirical mode decomposition (EMD), VMD enjoys…

信号处理 · 电气工程与系统科学 2020-06-02 Khuram Naveed , Muhammad Tahir Akhtar , Muhammad Faisal Siddiqui , Naveed ur Rehman

We study the problem of interference source identification, through the lens of recognizing one of 15 different channels that belong to 3 different wireless technologies: Bluetooth, Zigbee, and WiFi. We employ deep learning algorithms…

信号处理 · 电气工程与系统科学 2019-05-21 Xiwen Zhang , Tolunay Seyfi , Shengtai Ju , Sharan Ramjee , Aly El Gamal , Yonina C. Eldar

Vision Transformers (ViTs) have achieved overwhelming success, yet they suffer from vulnerable resolution scalability, i.e., the performance drops drastically when presented with input resolutions that are unseen during training. We…

计算机视觉与模式识别 · 计算机科学 2023-04-04 Rui Tian , Zuxuan Wu , Qi Dai , Han Hu , Yu Qiao , Yu-Gang Jiang

Image denoising has achieved unprecedented progress as great efforts have been made to exploit effective deep denoisers. To improve the denoising performance in realworld, two typical solutions are used in recent trends: devising better…

图像与视频处理 · 电气工程与系统科学 2022-04-06 Yunhao Zou , Ying Fu

Transformer has been popular in recent crowd counting work since it breaks the limited receptive field of traditional CNNs. However, since crowd images always contain a large number of similar patches, the self-attention mechanism in…

计算机视觉与模式识别 · 计算机科学 2024-01-09 Hui Lin , Zhiheng Ma , Xiaopeng Hong , Qinnan Shangguan , Deyu Meng

Spectrum sensing is a key technology for cognitive radios. We present spectrum sensing as a classification problem and propose a sensing method based on deep learning classification. We normalize the received signal power to overcome the…

信号处理 · 电气工程与系统科学 2019-09-16 Shilian Zheng , Shichuan Chen , Peihan Qi , Huaji Zhou , Xiaoniu Yang

Denoisers trained with synthetic data often fail to cope with the diversity of unknown noises, giving way to methods that can adapt to existing noise without knowing its ground truth. Previous image-based method leads to noise overfitting…

计算机视觉与模式识别 · 计算机科学 2021-04-01 Yanghao Li , Bichuan Guo , Jiangtao Wen , Zhen Xia , Shan Liu , Yuxing Han

This study investigates the performance of the two most relevant computer vision deep learning architectures, Convolutional Neural Network and Vision Transformer, for event-based cameras. These cameras capture scene changes, unlike…

计算机视觉与模式识别 · 计算机科学 2025-06-30 Nouf Almesafri , Hector Figueiredo , Miguel Arana-Catania

Vision Transformers (ViTs) have achieved state-of-the-art performance in image classification, yet their attention mechanisms often remain opaque and exhibit dense, non-structured behaviors. In this work, we adapt our previously proposed…

计算机视觉与模式识别 · 计算机科学 2026-02-12 Vasileios Arampatzakis , George Pavlidis , Nikolaos Mitianoudis , Nikos Papamarkos

Vision transformer (ViT) and its variants have swept through visual learning leaderboards and offer state-of-the-art accuracy in tasks such as image classification, object detection, and semantic segmentation by attending to different parts…

计算机视觉与模式识别 · 计算机科学 2023-09-07 Eric Youn , Sai Mitheran J , Sanjana Prabhu , Siyuan Chen

This work aims to tackle the all-in-one image restoration task, which seeks to handle multiple types of degradation with a single model. The primary challenge is to extract degradation representations from the input degraded images and use…

计算机视觉与模式识别 · 计算机科学 2025-02-25 Jie Chu , Tong Su , Pei Liu , Yunpeng Wu , Le Zhang , Zenglin Shi , Meng Wang

Semantic communications provide significant performance gains over traditional communications by transmitting task-relevant semantic features through wireless channels. However, most existing studies rely on end-to-end (E2E) training of…

信号处理 · 电气工程与系统科学 2024-12-10 Joohyuk Park , Yongjeong Oh , Yongjune Kim , Yo-Seb Jeon

Recent studies showcase the competitive accuracy of Vision Transformers (ViTs) in relation to Convolutional Neural Networks (CNNs), along with their remarkable robustness. However, ViTs demand a large amount of data to achieve adequate…

计算机视觉与模式识别 · 计算机科学 2024-08-28 Sven Oehri , Nikolas Ebert , Ahmed Abdullah , Didier Stricker , Oliver Wasenmüller

Convolution neural networks (CNNs) and Transformers have their own advantages and both have been widely used for dense prediction in multi-task learning (MTL). Most of the current studies on MTL solely rely on CNN or Transformer. In this…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Yangyang Xu , Yibo Yang , Lefei Zhang

Neural Machine Translation (NMT) is resource intensive. We design a quantization procedure to compress NMT models better for devices with limited hardware capability. Because most neural network parameters are near zero, we employ…

计算与语言 · 计算机科学 2019-09-23 Alham Fikri Aji , Kenneth Heafield

This work demonstrates a computational method for predicting the light propagation through a single multimode fiber using a deep neural network. The experiment for gathering training and testing data is performed with a digital micro-mirror…

光学 · 物理学 2018-12-10 Pengfei Fan , Liang Deng , Lei Su

We introduce the Normalized Matching Transformer (NMT), a deep learning approach for efficient and accurate sparse semantic keypoint matching between image pairs. NMT consists of a strong visual backbone, geometric feature refinement via…

计算机视觉与模式识别 · 计算机科学 2026-05-06 Abtin Pourhadi , Paul Swoboda

Artificial intelligence is a key enabler for next-generation wireless communication and sensing. Yet, today's learning-based wireless techniques do not generalize well: most models are task-specific, environment-dependent, and limited to…

信号处理 · 电气工程与系统科学 2026-02-05 Vahid Yazdnian , Yasaman Ghasempour

Convolutional Neural Networks (CNNs) for computer vision sometimes struggle with understanding images in a global context, as they mainly focus on local patterns. On the other hand, Vision Transformers (ViTs), inspired by models originally…

计算机视觉与模式识别 · 计算机科学 2025-12-11 Dimitrios N. Vlachogiannis , Dimitrios A. Koutsomitropoulos