paper-with-me

홈 › Papers

GATE: How to Keep Out Intrusive Neighbors

2024-06-01 · Nimrah Mustafa, Rebekka Burkholz

Graph Attention Networks (GATs) are designed to provide flexible neighborhood aggregation that assigns weights to neighbors according to their importance. In practice, however, GATs are often unable to switch off task-irrelevant neighborhood aggregation, as we show experimentally and analytically. To address this challenge, we propose GATE, a GAT extension that holds three major advantages: i) It alleviates over-smoothing by addressing its root cause of unnecessary neighborhood aggregation. ii) Similarly to perceptrons, it benefits from higher depth as it can still utilize additional layers for (non-)linear feature transformations in case of (nearly) switched-off neighborhood aggregation. iii) By down-weighting connections to unrelated neighbors, it often outperforms GATs on real-world heterophilic datasets. To further validate our claims, we construct a synthetic test bed to analyze a model's ability to utilize the appropriate amount of neighborhood aggregation, which could be of independent interest.

📄 PDF Abstract BibTeX arXiv:2406.00418

Code (1)

relationalml/gate 공식 구현 pytorch

Tasks

Graph Attention

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

Non-Intrusive Electrical Appliances Monitoring and Classification using K-Nearest Neighbors

2019-11-22 · Mohammad Mahmudur Rahman Khan, Md. Abu Bakr Siddique, Shadman Sakib

Non-Intrusive Load Monitoring (NILM) is the method of detecting an individual device's energy signal from an aggregated energy consumption signature [1]. As existing energy meters provide very little to no information re…

General ClassificationNon-Intrusive Load Monitoring

Incorporating Coincidental Water Data into Non-intrusive Load Monitoring

2021-01-18 · Mohammad-Mehdi Keramati, Elnaz Azizi, Hamidreza Momeni, Sadegh Bolouki

Non-intrusive load monitoring (NILM) as the process of extracting the usage pattern of appliances from the aggregated power signal is among successful approaches aiding residential energy management. In recent years, hig…

Classificationenergy managementGeneral ClassificationManagement+1

HiQ -- A Declarative, Non-intrusive, Dynamic and Transparent Observability and Optimization System

2023-04-26 · Fuheng Wu, Ivan Davchev, Jun Qian

This paper proposes a non-intrusive, declarative, dynamic and transparent system called `HiQ` to track Python program runtime information without compromising on the run-time system performance and losing insight. HiQ ca…

Management

DGRec: Graph Neural Network for Recommendation with Diversified Embedding Generation

2022-11-18 · Liangwei Yang, Shengjie Wang, Yunzhe Tao, Jiankai Sun 외

Graph Neural Network (GNN) based recommender systems have been attracting more and more attention in recent years due to their excellent performance in accuracy. Representing user-item interactions as a bipartite graph, …

DiversityGraph Neural NetworkRecommendation Systems

SWAP: Towards Copyright Auditing of Soft Prompts via Sequential Watermarking

2025-11-05 · Wenyuan Yang, Yichen Sun, Changzheng Chen, Zhixuan Chu 외 arxiv

Large-scale vision-language models, especially CLIP, have demonstrated remarkable performance across diverse downstream tasks. Soft prompts, as carefully crafted modules that efficiently adapt vision-language models to s…