paper-with-me

Papers

Spanning Tree Autoregressive Visual Generation

2025-11-21 · Sangkyu Lee, Changho Lee, Janghoon Han, Hosung Song, Tackgeun You, Hwasup Lim, Stanley Jungkyu Choi, Honglak Lee, Youngjae Yu arxiv

We present Spanning Tree Autoregressive (STAR) modeling, which can incorporate prior knowledge of images, such as center bias and locality, to maintain sampling performance while also providing sufficiently flexible sequence orders to accommodate image editing at inference time. Approaches that expose conventional autoregressive (AR) models in visual generation to arbitrary sequence orders via random permutation suffer from degraded sampling performance or compromise the flexibility in sequence order choice at inference time. Instead, STAR utilizes traversal orders of uniform spanning trees in a lattice defined by the positions of image patches. Traversal orders are obtained via breadth-first search, allowing us to efficiently construct a spanning tree via rejection sampling whose traversal order ensures that the connected partial observation of the image appears as a prefix for native image inpainting support. Through the tailored yet structured sequence order randomization strategy, STAR preserves the capability of postfix completion while maintaining sampling performance, without any significant changes to the model architecture widely adopted in language AR modeling.

📄 PDF Abstract BibTeX arXiv:2511.17089

Code (0)

등록된 구현이 없습니다.

Tasks

Image InpaintingImage Editing

Similar Papers 제목 키워드 기반

Streetscapes: Large-scale Consistent Street View Generation Using Autoregressive Video Diffusion

2024-07-18 · Boyang Deng, Richard Tucker, Zhengqi Li, Leonidas Guibas 외

We present a method for generating Streetscapes-long sequences of views through an on-the-fly synthesized city-scale scene. Our generation is conditioned by language input (e.g., city name, weather), as well as an underl…

ImputationVideo Generation

Learning to Compose Dynamic Tree Structures for Visual Contexts

2018-12-05 · CVPR 2019 6 · Kaihua Tang, Hanwang Zhang, Baoyuan Wu, Wenhan Luo 외

We propose to compose dynamic tree structures that place the objects in an image into a visual context, helping visual reasoning tasks such as scene graph generation and visual Q&A. Our visual context tree model, dubbed …

Graph GenerationPanoptic Scene Graph GenerationReinforcement LearningScene Graph Generation+2

Efficient Autoregressive Shape Generation via Octree-Based Adaptive Tokenization

2025-04-03 · Kangle Deng, Hsueh-Ti Derek Liu, Yiheng Zhu, Xiaoxia Sun 외

Many 3D generative models rely on variational autoencoders (VAEs) to learn compact shape representations. However, existing methods encode all shapes into a fixed-size token, disregarding the inherent variations in scale…

OctGPT: Octree-based Multiscale Autoregressive Models for 3D Shape Generation

2025-04-14 · Si-Tong Wei, Rui-Huan Wang, Chuan-Zhi Zhou, Baoquan Chen 외

Autoregressive models have achieved remarkable success across various domains, yet their performance in 3D shape generation lags significantly behind that of diffusion models. In this paper, we introduce OctGPT, a novel …

3D Shape Generation

Spanning Tree-based Graph Generation for Molecules

2021-09-29 · ICLR 2022 4 · Sungsoo Ahn, Binghong Chen, Tianzhe Wang, Le Song

In this paper, we explore the problem of generating molecules using deep neural networks, which has recently gained much interest in chemistry. To this end, we propose a spanning tree-based graph generation (STGG) framew…

Graph GenerationMolecular Graph Generation