paper-with-me

Papers

Positional Diffusion: Ordering Unordered Sets with Diffusion Probabilistic Models

2023-03-20 · Francesco Giuliari, Gianluca Scarpellini, Stuart James, Yiming Wang, Alessio Del Bue

Positional reasoning is the process of ordering unsorted parts contained in a set into a consistent structure. We present Positional Diffusion, a plug-and-play graph formulation with Diffusion Probabilistic Models to address positional reasoning. We use the forward process to map elements' positions in a set to random positions in a continuous space. Positional Diffusion learns to reverse the noising process and recover the original positions through an Attention-based Graph Neural Network. We conduct extensive experiments with benchmark datasets including two puzzle datasets, three sentence ordering datasets, and one visual storytelling dataset, demonstrating that our method outperforms long-lasting research on puzzle solving with up to +18% compared to the second-best deep learning method, and performs on par against the state-of-the-art methods on sentence ordering and visual storytelling. Our work highlights the suitability of diffusion models for ordering problems and proposes a novel formulation and method for solving various ordering tasks. Project website at https://iit-pavis.github.io/Positional_Diffusion/

📄 PDF Abstract BibTeX arXiv:2303.11120

Code (1)

IIT-PAVIS/Positional_Diffusion 공식 구현 pytorch

Tasks

Graph Neural NetworkSentenceSentence OrderingVisual Storytelling

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
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…

Similar Papers 제목 키워드 기반

Pard: Permutation-Invariant Autoregressive Diffusion for Graph Generation

2024-02-06 · Lingxiao Zhao, Xueying Ding, Leman Akoglu

Graph generation has been dominated by autoregressive models due to their simplicity and effectiveness, despite their sensitivity to ordering. Yet diffusion models have garnered increasing attention, as they offer compar…

DenoisingGraph GenerationSensitivity

Novel View Synthesis as Video Completion

2026-04-09 · Qi Wu, Khiem Vuong, Minsik Jeon, Srinivasa Narasimhan 외 arxiv

We tackle the problem of sparse novel view synthesis (NVS) using video diffusion models; given $K$ ($\approx 5$) multi-view images of a scene and their camera poses, we predict the view from a target camera pose. Many pr…

Novel View Synthesis

Make Autoregressive Great Again: Diffusion-Free Graph Generation with Next-Scale Prediction

2025-03-30 · Samuel Belkadi, Steve Hong, Marian Chen

Autoregressive models are popular generative models due to their speed and properties. However, they require an explicit sequence order, which contradicts the unordered nature of graphs. In contrast, diffusion models mai…

DenoisingGraph GenerationImage Generation

PointNSP: Autoregressive 3D Point Cloud Generation with Next-Scale Level-of-Detail Prediction

2025-10-07 · Ziqiao Meng, Qichao Wang, Zhiyang Dou, Zixing Song 외 arxiv

Autoregressive point cloud generation has long lagged behind diffusion-based approaches in quality. The performance gap stems from the fact that autoregressive models impose an artificial ordering on inherently unordered…

Point Cloud Generation

Solving Masked Jigsaw Puzzles with Diffusion Vision Transformers

2024-04-10 · CVPR 2024 1 · Jinyang Liu, Wondmgezahu Teshome, Sandesh Ghimire, Mario Sznaier 외

Solving image and video jigsaw puzzles poses the challenging task of rearranging image fragments or video frames from unordered sequences to restore meaningful images and video sequences. Existing approaches often hinge …