中文
相关论文

相关论文: A Novel Sum-Product Detection Algorithm for Faster…

200 篇论文

Automated salient object detection (SOD) plays an increasingly crucial role in many computer vision applications. By reformulating the depth information as supervision rather than as input, depth-supervised convolutional neural networks…

计算机视觉与模式识别 · 计算机科学 2022-04-12 Heqin Zhu , Xu Sun , Yuexiang Li , Kai Ma , S. Kevin Zhou , Yefeng Zheng

In this paper, we propose a learning approach for sparse code multiple access (SCMA) signal detection by using a deep neural network via unfolding the procedure of message passing algorithm (MPA). The MPA can be converted to a sparsely…

信息论 · 计算机科学 2018-08-27 Chao Lu , Wei Xu , Hong Shen , Hua Zhang , Xiaohu You

Line segment detection is a fundamental low-level task in computer vision, and improvements in this task can impact more advanced methods that depend on it. Most new methods developed for line segment detection are based on Convolutional…

计算机视觉与模式识别 · 计算机科学 2024-11-21 Sebastian Janampa , Marios Pattichis

Massive machine-type communications (mMTC) in 6G requires supporting a massive number of devices with limited resources, posing challenges in efficient random access. Grant-free random access and uplink non-orthogonal multiple access (NOMA)…

信息论 · 计算机科学 2023-06-01 Thushan Sivalingam , Samad Ali , Nurul Huda Mahmood , Nandana Rajatheva , Matti Latva Aho

Conventional multiply-accumulate (MAC) operations have long dominated computation time for deep neural networks (DNNs), espcially convolutional neural networks (CNNs). Recently, product quantization (PQ) has been applied to these workloads,…

硬件体系结构 · 计算机科学 2024-04-01 Ahmed F. AbouElhamayed , Angela Cui , Javier Fernandez-Marques , Nicholas D. Lane , Mohamed S. Abdelfattah

In this work, we propose Sum-Product-Transform Networks (SPTN), an extension of sum-product networks that uses invertible transformations as additional internal nodes. The type and placement of transformations determine properties of the…

机器学习 · 统计学 2020-05-05 Tomas Pevny , Vasek Smidl , Martin Trapp , Ondrej Polacek , Tomas Oberhuber

The paper proposes a new algorithm called SymBa that aims to achieve more biologically plausible learning than Back-Propagation (BP). The algorithm is based on the Forward-Forward (FF) algorithm, which is a BP-free method for training…

计算机视觉与模式识别 · 计算机科学 2023-03-16 Heung-Chang Lee , Jeonggeun Song

This letter proposes the Faster-than-Nyquist signaling (FTNS) using overlap frequency domain equalization (FDE), which compensates the inter-symbol interference (ISI) due to band limiting filters of the FTNS at the transmitter and the…

信息论 · 计算机科学 2015-09-03 Hiroyuki Fukumoto , Kazunori Hayashi

In this letter, we propose a secure blind Graph Signal Recovery (GSR) algorithm that can detect adversary nodes. Some unknown adversaries are assumed to be injecting false data at their respective nodes in the graph. The number and location…

信号处理 · 电气工程与系统科学 2025-09-19 Mahdi Shamsi , Hadi Zayyani , Hasan Abu Hilal , Mohammad Salman

Graph neural networks are recognized for their strong performance across various applications, with the backpropagation algorithm playing a central role in the development of most GNN models. However, despite its effectiveness, BP has…

机器学习 · 计算机科学 2024-11-06 Gongpei Zhao , Tao Wang , Congyan Lang , Yi Jin , Yidong Li , Haibin Ling

In object detection, post-processing methods like Non-maximum Suppression (NMS) are widely used. NMS can substantially reduce the number of false positive detections but may still keep some detections with low objectness scores. In order to…

计算机视觉与模式识别 · 计算机科学 2023-04-04 Angzhi Fan , Benjamin Ticknor , Yali Amit

Modern advances in sensor, computing, and communication technologies enable various smart grid applications. The heavy dependence on communication technology has highlighted the vulnerability of the electricity grid to false data injection…

密码学与安全 · 计算机科学 2018-09-18 Xiangyu Niu Jiangnan Li , Jinyuan Sun

A neural network is essentially a high-dimensional complex mapping model by adjusting network weights for feature fitting. However, the spectral bias in network training leads to unbearable training epochs for fitting the high-frequency…

信号处理 · 电气工程与系统科学 2021-06-22 Zhi Zeng , Pengpeng Shi , Fulei Ma , Peihan Qi

In this paper, we present an efficient pedestrian detection system, designed by fusion of multiple deep neural network (DNN) systems. Pedestrian candidates are first generated by a single shot convolutional multi-box detector at different…

计算机视觉与模式识别 · 计算机科学 2018-05-23 Xianzhi Du , Mostafa El-Khamy , Vlad I. Morariu , Jungwon Lee , Larry Davis

This work is concerned with the prime factor decomposition (PFD) of strong product graphs. A new quasi-linear time algorithm for the PFD with respect to the strong product for arbitrary, finite, connected, undirected graphs is derived.…

离散数学 · 计算机科学 2017-05-11 Marc Hellmuth

Deep neural networks (DNNs) for supervised learning can be viewed as a pipeline of the feature extractor (i.e., last hidden layer) and a linear classifier (i.e., output layer) that are trained jointly with stochastic gradient descent (SGD)…

机器学习 · 计算机科学 2022-11-28 Xin Li , Xiangrui Li , Deng Pan , Yao Qiang , Dongxiao Zhu

Based on the application of the Sum-Product algorithm (SPA) over factor graphs, this paper presents a graphical representation of generalized frequency division multiplexing (GFDM) and filter bank multicarrier with offset QAM (FBMC-OQAM).…

信号处理 · 电气工程与系统科学 2019-09-04 Ivo Bizon Franco de Almeida , Guilherme Pedro Aquino , Luciano Leonel Mendes

In practical applications, multi-view data depicting objectives from assorted perspectives can facilitate the accuracy increase of learning algorithms. However, given multi-view data, there is limited work for learning discriminative node…

计算机视觉与模式识别 · 计算机科学 2022-11-18 Zhaoliang Chen , Lele Fu , Jie Yao , Wenzhong Guo , Claudia Plant , Shiping Wang

Here we demonstrate how Deep Neural Network (DNN) detections of multiple constitutive or component objects that are part of a larger, more complex, and encompassing feature can be spatially fused to improve the search, detection, and…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Alan B. Cannaday , Curt H. Davis , Grant J. Scott , Blake Ruprecht , Derek T. Anderson

Single-Program-Multiple-Data (SPMD) parallelism has recently been adopted to train large deep neural networks (DNNs). Few studies have explored its applicability on heterogeneous clusters, to fully exploit available resources for large…

分布式、并行与集群计算 · 计算机科学 2024-01-12 Shiwei Zhang , Lansong Diao , Chuan Wu , Zongyan Cao , Siyu Wang , Wei Lin