paper-with-me

Papers

Pattern Analogies: Learning to Perform Programmatic Image Edits by Analogy

2024-12-17 · CVPR 2025 1 · Aditya Ganeshan, Thibault Groueix, Paul Guerrero, Radomír Měch, Matthew Fisher, Daniel Ritchie

Pattern images are everywhere in the digital and physical worlds, and tools to edit them are valuable. But editing pattern images is tricky: desired edits are often programmatic: structure-aware edits that alter the underlying program which generates the pattern. One could attempt to infer this underlying program, but current methods for doing so struggle with complex images and produce unorganized programs that make editing tedious. In this work, we introduce a novel approach to perform programmatic edits on pattern images. By using a pattern analogy -- a pair of simple patterns to demonstrate the intended edit -- and a learning-based generative model to execute these edits, our method allows users to intuitively edit patterns. To enable this paradigm, we introduce SplitWeave, a domain-specific language that, combined with a framework for sampling synthetic pattern analogies, enables the creation of a large, high-quality synthetic training dataset. We also present TriFuser, a Latent Diffusion Model (LDM) designed to overcome critical issues that arise when naively deploying LDMs to this task. Extensive experiments on real-world, artist-sourced patterns reveals that our method faithfully performs the demonstrated edit while also generalizing to related pattern styles beyond its training distribution.

📄 PDF Abstract BibTeX arXiv:2412.12463

Code (0)

등록된 구현이 없습니다.

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…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

Generating Sentences by Editing Prototypes

2017-09-26 · TACL 2018 1 · Kelvin Guu, Tatsunori B. Hashimoto, Yonatan Oren, Percy Liang

We propose a new generative model of sentences that first samples a prototype sentence from the training corpus and then edits it into a new sentence. Compared to traditional models that generate from scratch either left…

Language ModelingLanguage ModellingSentenceSentence Similarity

PPTArena: A Benchmark for PowerPoint Editing

2025-12-02 · Michael Ofengenden, Yunze Man, Ziqi Pang, Liang-Yan Gui 외 arxiv

We introduce PPTArena, a benchmark for PowerPoint editing that evaluates how agents modify real slides from natural-language instructions. Unlike benchmarks that rely on image-PDF renderings or text-to-slide generation, …

Instruction Following

EditSum: A Retrieve-and-Edit Framework for Source Code Summarization

2023-08-26 · Jia Li, Yongmin Li, Ge Li, Xing Hu 외

Existing studies show that code summaries help developers understand and maintain source code. Unfortunately, these summaries are often missing or outdated in software projects. Code summarization aims to generate natura…

Code SummarizationInformativenessSource Code Summarization

3D-CoS: A New 3D Reconstruction Paradigm Based on VLM Code Synthesis

2026-06-09 · Yuhao Wang, Puyi Wang, Linjie Li, Zhengyuan Yang 외 arxiv

Most recent 3D reconstruction and editing systems operate on implicit and explicit representations such as NeRF, point clouds, or meshes. While these representations enable high-fidelity rendering, they are fundamentally…

3D ReconstructionCode GenerationPoint Clouds

aDSL: Agentic 3D Creation via Joint Agent-Program Design

2026-08-18 · Rui-Huan Wang, Si-Tong Wei, Jia-Qi He, Heng-Yi Wei 외 arxiv

Programmatic representations provide a compelling paradigm for 3D content creation, enabling fine-grained edits, interpretability, and explicit structural control. Yet, agentic workflows that rely on large language model…

Spatial Reasoning