paper-with-me

Papers

DANI: Fast Diffusion Aware Network Inference with Preserving Topological Structure Property

2023-10-02 · Maryam Ramezani, Aryan Ahadinia, Erfan Farhadi, Hamid R. Rabiee

The fast growth of social networks and their data access limitations in recent years has led to increasing difficulty in obtaining the complete topology of these networks. However, diffusion information over these networks is available, and many algorithms have been proposed to infer the underlying networks using this information. The previously proposed algorithms only focus on inferring more links and ignore preserving the critical topological characteristics of the underlying social networks. In this paper, we propose a novel method called DANI to infer the underlying network while preserving its structural properties. It is based on the Markov transition matrix derived from time series cascades, as well as the node-node similarity that can be observed in the cascade behavior from a structural point of view. In addition, the presented method has linear time complexity (increases linearly with the number of nodes, number of cascades, and square of the average length of cascades), and its distributed version in the MapReduce framework is also scalable. We applied the proposed approach to both real and synthetic networks. The experimental results showed that DANI has higher accuracy and lower run time while maintaining structural properties, including modular structure, degree distribution, connected components, density, and clustering coefficients, than well-known network inference methods.

📄 PDF Abstract BibTeX arXiv:2310.01696

Code (1)

aryanahadinia/dani 공식 구현

Tasks

Time Series

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Focus 설명 없음

Similar Papers 제목 키워드 기반

HaineiFRDM: Structure-Preserving Diffusion for Film Restoration under Fast Motion and Diverse Defects

2025-12-31 · Rongji Xun, Junjie Yuan, Zhongjie Wang arxiv

Existing film-restoration methods frequently fail under fast motion, producing limb disappearance and structural distortion due to inaccurate motion modeling. Moreover, high-resolution restoration under spatially-persist…

Fast3Dcache: Training-free 3D Geometry Synthesis Acceleration

2025-11-27 · Mengyu Yang, Yanming Yang, Chenyi Xu, Chenxi Song 외 arxiv

Diffusion models have achieved impressive generative quality across modalities like 2D images, videos, and 3D shapes, but their inference remains computationally expensive due to the iterative denoising process. While re…

Video Generation

Stop the Flip-Flop: Context-Preserving Verification for Fast Revocable Diffusion Decoding

2026-02-05 · Yanzheng Xiang, Lan Wei, Yizhen Yao, Qinglin Zhu 외 arxiv

Parallel diffusion decoding can accelerate diffusion language model inference by unmasking multiple tokens per step, but aggressive parallelism often harms quality. Revocable decoding mitigates this by rechecking earlier…

DAWN: Dependency-Aware Fast Inference for Diffusion LLMs

2026-02-06 · Lizhuo Luo, Zhuoran Shi, Jiajun Luo, Zhi Wang 외 arxiv

Diffusion large language models (dLLMs) have shown advantages in text generation, particularly due to their inherent ability for parallel decoding. However, constrained by the quality--speed trade-off, existing inference…

Text Generation

SDiT: Semantic Region-Adaptive for Diffusion Transformers

2026-01-18 · Bowen Lin, Fanjiang Ye, Yihua Liu, Zhenghui Guo 외 arxiv

Diffusion Transformers (DiTs) achieve state-of-the-art performance in text-to-image synthesis but remain computationally expensive due to the iterative nature of denoising and the quadratic cost of global attention. In t…