paper-with-me

홈 › Papers

UniGAP: A Universal and Adaptive Graph Upsampling Approach to Mitigate Over-Smoothing in Node Classification Tasks

2024-07-28 · Xiaotang Wang, Yun Zhu, Haizhou Shi, Yongchao Liu, Chuntao Hong

In the graph domain, deep graph networks based on Message Passing Neural Networks (MPNNs) or Graph Transformers often cause over-smoothing of node features, limiting their expressive capacity. Many upsampling techniques involving node and edge manipulation have been proposed to mitigate this issue. However, these methods often require extensive manual labor, resulting in suboptimal performance and lacking a universal integration strategy. In this study, we introduce UniGAP, a universal and adaptive graph upsampling technique for graph data. It provides a universal framework for graph upsampling, encompassing most current methods as variants. Moreover, UniGAP serves as a plug-in component that can be seamlessly and adaptively integrated with existing GNNs to enhance performance and mitigate the over-smoothing problem. Through extensive experiments, UniGAP demonstrates significant improvements over heuristic data augmentation methods across various datasets and metrics. We analyze how graph structure evolves with UniGAP, identifying key bottlenecks where over-smoothing occurs, and providing insights into how UniGAP addresses this issue. Lastly, we show the potential of combining UniGAP with large language models (LLMs) to further improve downstream performance. Our code is available at: https://github.com/wangxiaotang0906/UniGAP

📄 PDF Abstract BibTeX arXiv:2407.19420

Code (1)

wangxiaotang0906/unigap 공식 구현 pytorch

Tasks

Data AugmentationNode Classification

Similar Papers 제목 키워드 기반

Training-free Mixed-Resolution Latent Upsampling for Spatially Accelerated Diffusion Transformers

2025-07-11 · Wongi Jeong, Kyungryeol Lee, Hoigi Seo, Se Young Chun arxiv

Diffusion transformers (DiTs) offer excellent scalability for high-fidelity generation, but their computational overhead poses a great challenge for practical deployment. Existing acceleration methods primarily exploit t…

RaysUp: Ultra-light Universal Feature Upsampling via Geometry-Aware Ray Representation

2026-06-22 · Yuchuan Ding, Linfei Li, Lin Zhang, Ying Shen arxiv

Pre-trained Vision Foundation Models (VFMs) have become central to modern computer vision due to their powerful semantic representations and strong generalization ability. However, their patchified or pooled outputs are …

Feature Upsampling

Neural FFTs for Universal Texture Image Synthesis

2020-12-01 · NeurIPS 2020 12 · Morteza Mardani, Guilin Liu, Aysegul Dundar, Shiqiu Liu 외

Synthesizing larger texture images from a smaller exemplar is an important task in graphics and vision. The conventional CNNs, recently adopted for synthesis, require to train and test on the same set of images and fail …

Image GenerationTexture Synthesis

AnyUp: Universal Feature Upsampling

2025-10-14 · Thomas Wimmer, Prune Truong, Marie-Julie Rakotosaona, Michael Oechsle 외 arxiv

We introduce AnyUp, a method for feature upsampling that can be applied to any vision feature at any resolution, without encoder-specific training. Existing learning-based upsamplers for features like DINO or CLIP need t…

Feature Upsampling

Semantically-Adaptive Upsampling for Layout-to-Image Translation

2021-01-01 · Hao Tang, Nicu Sebe

We propose the Semantically-Adaptive UpSampling (SA-UpSample), a general and highly effective upsampling method for the layout-to-image translation task. SA-UpSample has three advantages: 1) Global view. Unlike tradition…

Translation