paper-with-me

Papers

Diffusion Based Network Embedding

2018-05-09 · Yong Shi, Minglong Lei, Peng Zhang, Lingfeng Niu

In network embedding, random walks play a fundamental role in preserving network structures. However, random walk based embedding methods have two limitations. First, random walk methods are fragile when the sampling frequency or the number of node sequences changes. Second, in disequilibrium networks such as highly biases networks, random walk methods often perform poorly due to the lack of global network information. In order to solve the limitations, we propose in this paper a network diffusion based embedding method. To solve the first limitation, our method employs a diffusion driven process to capture both depth information and breadth information. The time dimension is also attached to node sequences that can strengthen information preserving. To solve the second limitation, our method uses the network inference technique based on cascades to capture the global network information. To verify the performance, we conduct experiments on node classification tasks using the learned representations. Results show that compared with random walk based methods, diffusion based models are more robust when samplings under each node is rare. We also conduct experiments on a highly imbalanced network. Results shows that the proposed model are more robust under the biased network structure.

📄 PDF Abstract BibTeX arXiv:1805.03504

Code (0)

등록된 구현이 없습니다.

Tasks

Network EmbeddingNode Classification

Similar Papers 제목 키워드 기반

Diffusion Adaptive Text Embedding for Text-to-Image Diffusion Models

2025-10-28 · Byeonghu Na, Minsang Park, Gyuwon Sim, Donghyeok Shin 외 arxiv

Text-to-image diffusion models rely on text embeddings from a pre-trained text encoder, but these embeddings remain fixed across all diffusion timesteps, limiting their adaptability to the generative process. We propose …

Image Editing

Improving Vector-Quantized Image Modeling with Latent Consistency-Matching Diffusion

2024-10-18 · Bac Nguyen, Chieh-Hsin Lai, Yuhta Takida, Naoki Murata 외

By embedding discrete representations into a continuous latent space, we can leverage continuous-space latent diffusion models to handle generative modeling of discrete data. However, despite their initial success, most …

Conditional Image GenerationImage GenerationMachine TranslationText Generation

Self-conditioned Embedding Diffusion for Text Generation

2022-11-08 · Robin Strudel, Corentin Tallec, Florent Altché, Yilun Du 외

Can continuous diffusion models bring the same performance breakthrough on natural language they did for image generation? To circumvent the discrete nature of text data, we can simply project tokens in a continuous spac…

Image GenerationLanguage ModelingLanguage ModellingText Generation

Data Representation and Learning With Graph Diffusion-Embedding Networks

2019-06-01 · CVPR 2019 6 · Bo Jiang, Doudou Lin, Jin Tang, Bin Luo

Recently, graph convolutional neural networks have been widely studied for graph-structured data representation and learning. In this paper, we present Graph Diffusion-Embedding networks (GDENs), a new model for graph-st…

Diffusion Bridge: Leveraging Diffusion Model to Reduce the Modality Gap Between Text and Vision for Zero-Shot Image Captioning

2025-01-01 · CVPR 2025 1 · Jeong Ryong Lee, Yejee Shin, Geonhui Son, Dosik Hwang

The modality gap between vision and text embeddings in CLIP presents a significant challenge for zero-shot image captioning, limiting effective cross-modal representation. Traditional approaches, such as noise inject…

cross-modal alignmentDenoisingImage Captioning