中文
相关论文

相关论文: GASCN: Graph Attention Shape Completion Network

200 篇论文

We introduce Active Predictive Coding Networks (APCNs), a new class of neural networks that solve a major problem posed by Hinton and others in the fields of artificial intelligence and brain modeling: how can neural networks learn…

计算机视觉与模式识别 · 计算机科学 2022-01-24 Dimitrios C. Gklezakos , Rajesh P. N. Rao

Graph Neural Networks (GNNs) have achieved significant success across various domains by leveraging graph structures in data. Existing spectral GNNs, which use low-degree polynomial filters to capture graph spectral properties, may not…

机器学习 · 计算机科学 2025-05-09 Vahan Martirosyan , Jhony H. Giraldo , Fragkiskos D. Malliaros

Recently Graph Neural Network (GNN) has been applied successfully to various NLP tasks that require reasoning, such as multi-hop machine reading comprehension. In this paper, we consider a novel case where reasoning is needed over graphs…

计算与语言 · 计算机科学 2020-04-13 Ming Tu , Jing Huang , Xiaodong He , Bowen Zhou

Message-passing neural networks (MPNNs) have been successfully applied to representation learning on graphs in a variety of real-world applications. However, two fundamental weaknesses of MPNNs' aggregators limit their ability to represent…

机器学习 · 计算机科学 2020-02-17 Hongbin Pei , Bingzhe Wei , Kevin Chen-Chuan Chang , Yu Lei , Bo Yang

The paper presents a Graph Attention Convolutional Network (GACN) for flow reconstruction from very sparse data in time-varying geometries. The model incorporates a feature propagation algorithm as a preprocessing step to handle extremely…

机器学习 · 计算机科学 2024-11-14 Bogdan A. Danciu , Vito A. Pagone , Benjamin Böhm , Marius Schmidt , Christos E. Frouzakis

Many real-world graphs (networks) are heterogeneous with different types of nodes and edges. Heterogeneous graph embedding, aiming at learning the low-dimensional node representations of a heterogeneous graph, is vital for various…

社会与信息网络 · 计算机科学 2021-12-15 Wentao Xu , Yingce Xia , Weiqing Liu , Jiang Bian , Jian Yin , Tie-Yan Liu

Owing to the development of research on local aggregation operators, dramatic breakthrough has been made in point cloud analysis models. However, existing local aggregation operators in the current literature fail to attach decent…

计算机视觉与模式识别 · 计算机科学 2021-06-02 Haotian Hu , Fanyi Wang , Huixiao Le

Convolutional Neural Networks (CNNs) have achieved outstanding performance on image processing challenges. Actually, CNNs imitate the typically developed human brain structures at the micro-level (Artificial neurons). At the same time, they…

计算机视觉与模式识别 · 计算机科学 2023-06-16 Zahra Rezvani , Soroor Shekarizeh , Mohammad Sabokrou

In this paper, we proposed a novel Style-based Point Generator with Adversarial Rendering (SpareNet) for point cloud completion. Firstly, we present the channel-attentive EdgeConv to fully exploit the local structures as well as the global…

计算机视觉与模式识别 · 计算机科学 2021-05-13 Chulin Xie , Chuxin Wang , Bo Zhang , Hao Yang , Dong Chen , Fang Wen

This study explores the potential of graph neural networks (GNNs) to enhance semantic segmentation across diverse image modalities. We evaluate the effectiveness of a novel GNN-based U-Net architecture on three distinct datasets: PascalVOC,…

计算机视觉与模式识别 · 计算机科学 2025-01-22 Aryan Singh , Pepijn Van de Ven , Ciarán Eising , Patrick Denny

To solve the inherent incompleteness of knowledge graphs (KGs), numbers of knowledge graph completion (KGC) models have been proposed to predict missing links from known triples. Among those, several works have achieved more advanced…

人工智能 · 计算机科学 2023-06-21 Jining Wang , Chuan Chen , Zibin Zheng , Yuren Zhou

Graph neural network (GNN) models are increasingly being used for the classification of electroencephalography (EEG) data. However, GNN-based diagnosis of neurological disorders, such as Alzheimer's disease (AD), remains a relatively…

神经元与认知 · 定量生物学 2023-12-21 Dominik Klepl , Fei He , Min Wu , Daniel J. Blackburn , Ptolemaios G. Sarrigiannis

In real-world scenarios, scanned point clouds are often incomplete due to occlusion issues. The tasks of self-supervised and weakly-supervised point cloud completion involve reconstructing missing regions of these incomplete objects without…

计算机视觉与模式识别 · 计算机科学 2025-04-08 Lintai Wu , Xianjing Cheng , Yong Xu , Huanqiang Zeng , Junhui Hou

Graph Neural Networks (GNNs) have emerged as powerful tools for predicting outcomes in graph-structured data. However, a notable limitation of GNNs is their inability to provide robust uncertainty estimates, which undermines their…

机器学习 · 计算机科学 2024-10-10 S. Akansha

Traffic prediction is an important and yet highly challenging problem due to the complexity and constantly changing nature of traffic systems. To address the challenges, we propose a graph and attentive multi-path convolutional network…

机器学习 · 计算机科学 2022-05-31 Jianzhong Qi , Zhuowei Zhao , Egemen Tanin , Tingru Cui , Neema Nassir , Majid Sarvi

Skip connection engineering is primarily employed to address the semantic gap between the encoder and decoder, while also integrating global dependencies to understand the relationships among complex anatomical structures in medical image…

计算机视觉与模式识别 · 计算机科学 2025-02-17 Ju-Hyeon Nam , Nur Suriza Syazwany , Sang-Chul Lee

Graph Neural Networks (GNNs) draw their strength from explicitly modeling the topological information of structured data. However, existing GNNs suffer from limited capability in capturing the hierarchical graph representation which plays…

机器学习 · 计算机科学 2021-03-30 Jinyu Yang , Peilin Zhao , Yu Rong , Chaochao Yan , Chunyuan Li , Hehuan Ma , Junzhou Huang

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D convolution over…

人工智能 · 计算机科学 2018-11-16 Chao Shang , Yun Tang , Jing Huang , Jinbo Bi , Xiaodong He , Bowen Zhou

Graph Convolutional Networks (GCNs) are powerful models for node representation learning tasks. However, the node representation in existing GCN models is usually generated by performing recursive neighborhood aggregation across multiple…

机器学习 · 计算机科学 2021-05-11 Hao Chen , Zengde Deng , Yue Xu , Zhoujun Li

3D point cloud completion is very challenging because it heavily relies on the accurate understanding of the complex 3D shapes (e.g., high-curvature, concave/convex, and hollowed-out 3D shapes) and the unknown & diverse patterns of the…

计算机视觉与模式识别 · 计算机科学 2021-07-29 Qing Guo , Zhijie Wang , Felix Juefei-Xu , Di Lin , Lei Ma , Wei Feng , Yang Liu
‹ 上一页 1 8 9 10 下一页 ›