Abstraction in Style
Abstract: Artistic styles often embed abstraction beyond surface appearance, involving deliberate reinterpretation of structure rather than mere changes in texture or color. Conventional style transfer methods typically preserve the input geometry and therefore struggle to capture this deeper abstraction behavior, especially for illustrative and nonphotorealistic styles. In this work, we introduce Abstraction in Style (AiS), a generative framework that separates structural abstraction from visual stylization. Given a target image and a small set of style exemplars, AiS first derives an intermediate abstraction proxy that reinterprets the target's structure in accordance with the abstraction logic exhibited by the style. The proxy captures semantic structure while relaxing geometric fidelity, enabling subsequent stylization to operate on an abstracted representation rather than the original image. In a second stage, the abstraction proxy is rendered to produce the final stylized output, preserving visual coherence with the reference style. Both stages are implemented using a shared image space analogy, enabling transformations to be learned from visual exemplars without explicit geometric supervision. By decoupling abstraction from appearance and treating abstraction as an explicit, transferable process, AiS supports a wider range of stylistic transformations, improves controllability, and enables more expressive stylization.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
What is this paper about?
This paper is about teaching computers to copy not just the “look” of an art style (like colors and brush strokes), but also the way that style changes the shapes of things. Many art styles don’t just repaint a photo—they simplify, exaggerate, or reshape objects. The authors present a method called AiS (Abstraction in Style) that first rethinks the shapes in a picture, and only then paints them in the chosen style.
What questions are the researchers asking?
- Can we separate “what things look like” (color, texture) from “how things are shaped” (structure) when copying an art style?
- Can a computer learn how a style simplifies or reshapes objects from just a few example images (like 5–20 pictures)?
- Will this make stylized results look more coherent and expressive, especially for abstract or illustrative styles?
How did they do it? (Methods explained simply)
Their approach works in two clear stages—think of it like dressing a mannequin:
- Structural Abstraction: reshape the mannequin.
- Visual Stylization: put on the clothes.
Stage 1: Structural Abstraction (reshaping the mannequin)
- The system first turns the input image into a very simple “bones-and-blobs” version called a Hidden Backbone.
- How? It:
- Simplifies the image into flat, clean regions (like turning a photo into simple cut-out shapes).
- Finds the “skeleton” of the shapes (thin center lines).
- Slightly shrinks the filled areas to keep their basic mass.
- Imagine tracing the main “spine” and “chunks” of an object so you remember what connects to what, without tiny details.
- Then, using examples of how a style reshapes things, it transforms this backbone into an Abstraction Proxy—an in-between image that shows the new, style-appropriate geometry (simplified, stretched, or adjusted proportions) without focusing on color or texture yet.
Stage 2: Visual Stylization (putting on the clothes)
- With the abstracted shape set, the system then paints it to match the style’s appearance—colors, textures, strokes—producing the final stylized image.
How does the system learn to “transfer” reshaping and painting?
The authors use a simple idea called Visual Analogy Transfer (VAT), which you can think of as solving an analogy puzzle:
- If A changes to A′ in a certain way, then B should change to B′ in the same way.
- They show the computer small grids like: top-left (A), top-right (A′), bottom-left (B), and ask it to predict bottom-right (B′).
- They create two kinds of these analogy puzzles:
- A-VAT for structure: Backbone → Proxy
- S-VAT for appearance: Proxy → Final Style
- The model is a modern image generator with a tiny add-on “adapter” (like a plug-in) that lets it learn new tricks quickly from only a handful of style examples.
What did they find, and why is it important?
- Better shape changes for abstract styles: AiS doesn’t just repaint the photo—it actually reshapes objects the way the style would (e.g., simplifying, exaggerating, breaking symmetry). This makes results look more genuinely in-style for illustrative and abstract art.
- Two-stage design matters: When they tried doing everything in one step, the system tended to keep the original shapes and didn’t capture the style’s shape changes well. Separating shape from appearance produced clearer and more faithful results.
- Mix-and-match control: Because shape (A-VAT) and appearance (S-VAT) are separate, you can combine different shape behaviors with different color/texture looks. That means more creative control.
- Works with few examples: The system learned from small sets (around 5–20 images), which is helpful when you don’t have big datasets.
- User and metric wins: In tests, their results were preferred by people about half the time (more than other methods) and scored better on style-similarity measures.
Why it matters: Many existing style-transfer tools mostly keep the original geometry and just recolor or retexture it. AiS better captures what makes a style feel “true” by changing shapes and forms, not just surface appearance.
What could this change in the future?
- For artists and designers: More faithful style transfers that match both the “feel” and the “form” of a style, with knobs to control structure and appearance separately.
- For creative tools: Easier to explore new combinations—apply the shape logic of one style with the textures of another.
- For research: Shows that treating “shape” and “look” as different problems leads to clearer, more controllable results.
The authors note that their current method handles many structural tweaks but not the wildest, most extreme distortions yet. Future work could push toward even richer, more meaningful shape changes while staying true to the style’s intent.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
Below is a single, focused list of what remains missing, uncertain, or unexplored in the paper, written to be concrete and actionable for future research:
- Limited abstraction capacity: the current hidden-backbone design (vectorization + skeleton + erosion) cannot capture strong semantic distortions, caricature-level exaggerations, or deliberate disproportions; explore richer intermediate representations (e.g., part/pose graphs, learned landmarks, depth/normal cues, semantic segments) and training objectives that permit controlled semantic warping.
- Proxy validity: training uses
Proxy_robtained by automatic vectorization of the exemplar, which may not reflect the artist’s true abstraction intent; evaluate whether these proxies faithfully encode “abstraction logic” (vs. vectorization artifacts), and consider human-annotated or learned latent proxies. - Sensitivity and failure modes of backbone construction: no analysis of parameter sensitivity (e.g., erosion radius, skeletonization thresholds), error modes (thin structures, textures, overlapping parts), or category-specific adaptations; systematically benchmark and compare alternative backbone builders.
- Minimal data and diversity requirements: the method assumes 5–20 exemplar pairs per style but lacks a sample-complexity study; quantify how exemplar count, variability, and selection strategies (active subset selection, clustering) affect generalization and stability.
- Generalization across categories and poses: it is unclear how a style learned on one object category transfers to others or to out-of-distribution poses and structures; test cross-category and cross-pose transfer, including negative transfer cases.
- VAT design choices underexplored: only a 2×2 analogy layout with two references is studied; assess the effect of more/fewer reference pairs, layout ordering, retrieval of most-similar exemplars, and alternative conditioning schemes (e.g., cross-attention tokens, concatenated sequences).
- Control of abstraction strength: current control is limited to swapping A-VAT/S-VAT modules; introduce continuous controls (sliders) for degree of abstraction and appearance, with quantitative calibration and user-in-the-loop guidance.
- Metrics for structural abstraction: evaluation relies on CSD and LPIPS, which do not measure structural reinterpretation; propose and validate metrics for topology changes, part emphasis/suppression, proportion shifts, and identity/semantic preservation.
- Limited and potentially biased evaluation: only 20 test cases (with FLUX-generated targets), no variance or significance tests, and sparse participant details; build larger, diverse benchmarks with real photographs, report statistical significance, and analyze inter-rater agreement.
- Baseline fairness and configuration transparency: missing details on baseline tuning, compute budgets, inference protocols, and parameter matching; publish exact settings, code, and seeds to ensure fair comparisons and reproducibility.
- Reproducibility gaps: critical training specifics (LoRA rank, insertion layers, learning rates, steps, batch sizes, resolution schedules, masking strategy) and compute costs are not reported; release full training recipes and ablation beyond the supplement.
- Dependency on FLUX.1-Fill-dev and availability: the approach hinges on a specific inpainting diffusion backbone; evaluate portability to other backbones and document any model-specific behaviors or licensing constraints.
- Storage and scalability: each style requires two LoRAs (A-VAT and S-VAT); study multi-style adapters, shared backbones, compressed adapters, and continual learning to mitigate storage and maintenance overhead.
- Robustness to noisy, cluttered, or complex scenes: no stress tests on heavy occlusion, multi-object scenes, complex backgrounds, or low-contrast images; quantify robustness and add pre/post-processing to handle real-world complexity.
- Vectorization pipeline fragility: layered vectorization can fail on textured, low-resolution, or compressed images; characterize failure rates, add fallbacks (e.g., SAM-based segments, superpixels), and compare vectorization alternatives.
- Identity and semantic attribute preservation: no quantitative analysis of identity (e.g., faces), text legibility, or critical attribute retention; define tasks and metrics for content fidelity under abstraction.
- High-resolution and aspect ratio limits: resolution ceilings, memory footprint, and quality at extreme aspect ratios are not reported; benchmark multi-scale pipelines and tiling strategies.
- Video, multi-view, and 3D consistency: the method is image-only; extend AiS to temporal coherence in video, cross-view consistency, and 3D-aware abstraction/stylization.
- Interactive editing and constraints: no mechanism to edit or constrain the abstraction proxy (e.g., user-sketched keypoints, masks, pose handles, textual constraints); integrate interactive tools and constraint satisfaction.
- Palette and color-control disentanglement: proxies are grayscale but color handling is only implicit in S-VAT; introduce explicit palette controls, color harmonization, and studies on color-structure entanglement.
- Interpolation and composition of styles: beyond swapping A-VAT/S-VAT, continuous interpolation (adapter-space morphing), multi-style mixtures, and style arithmetic are unexplored; study smooth control over hybrid abstraction/appearance.
- Interpretability of “abstraction logic”: what structures and correspondences VAT actually learns are opaque; develop probes (attention maps, correspondence extraction, causal interventions) and theoretical characterizations of topology changes.
- Comparisons focused on abstraction stage: although sketch/abstraction methods are cited (e.g., CLIPasso), there is no direct comparison on structural abstraction quality; benchmark A-VAT against specialized abstraction baselines.
- Automatic exemplar curation: assumes clean, representative exemplars; investigate automatic selection, deduplication, and clustering of exemplars, and the impact of mislabeled or heterogeneous reference sets.
- Ethical and legal considerations: the use of artist exemplars from Pinterest lacks discussion of consent, licensing, style appropriation, and potential misuse; establish ethical guidelines, opt-out mechanisms, and provenance tracking.
Practical Applications
Overview
The paper introduces Abstraction in Style (AiS), a two-stage generative framework that explicitly separates structural abstraction from visual stylization:
- Stage 1 (Structural Abstraction): learns how a style reinterprets geometry, producing an “abstraction proxy” from a “hidden backbone” (constructed via vectorization, skeletonization, and morphological erosion).
- Stage 2 (Visual Stylization): renders the proxy into the final look. Both stages are powered by a shared, exemplar-driven Visual Analogy Transfer (VAT) mechanism implemented on a diffusion inpainting model (e.g., FLUX.1-Fill-dev) adapted with lightweight LoRA fine-tuning using only 5–20 examples per style. The decoupling enables controllable mix-and-match of structure (A‑VAT) and appearance (S‑VAT), and supports abstract, illustrative styles that conventional style transfer (which preserves geometry) fails to capture.
Below are actionable applications grounded in the paper’s methods and findings, grouped by deployment horizon.
Immediate Applications
These can be piloted now with current models, a small exemplar set (5–20 images), and commodity GPU resources for LoRA fine-tuning.
- Creative production pipelines for brand and marketing (Advertising, Retail, E‑commerce)
- What: Generate consistent campaign visuals that reflect both a brand’s abstract geometry (e.g., simplified/comic, playful distortions) and its surface aesthetics across product photos, mascots, and lifestyle imagery.
- Tools/workflows: “AiS Studio” plug‑in for Photoshop/Figma; pipeline: collect exemplars → train A‑VAT + S‑VAT → batch stylize assets; build a “Style Proxy Bank” for reuse.
- Assumptions/dependencies: Rights to exemplars; small‑scale LoRA fine‑tuning; exemplar coverage of core objects; tolerance for limited semantic distortion in current AiS.
- Illustration and editorial art at scale (Publishing, Media, Design Agencies)
- What: Convert photo references to stylized illustrations where geometry is simplified/exaggerated per an art director’s exemplar set (e.g., newspapers, magazines, children’s books).
- Tools/workflows: Art director curates 10–40 exemplars → train A‑VAT for structure and S‑VAT for rendering → iterate on structure/appearance separately.
- Assumptions/dependencies: Editorial oversight; vectorization quality for diverse subjects; moderate GPU.
- Game asset creation and look development (Gaming, Entertainment)
- What: Transform 3D renders or photographs into consistent 2D sprite/illustration styles with controlled structural abstraction (e.g., chibi proportions, vintage poster style).
- Tools/workflows: DCC integration (Unity/Unreal/Blender post‑processing); separate A‑VAT per “geometry logic” and S‑VAT per “shader/look.”
- Assumptions/dependencies: Manual curation for key asset classes; per‑style training; frame-by-frame consistency acceptable for static assets.
- Iconography, emoji, and UI skins (Software, UX/UI)
- What: Generate cohesive icon sets by learning a style’s simplification logic (structural unification) and surface cues (stroke weight, fill textures) from a few examples.
- Tools/workflows: Illustrator plugin to export hidden backbones; A‑VAT enforces geometry simplifications; S‑VAT renders consistent finish.
- Assumptions/dependencies: High-quality vectorization; post‑edit for pixel alignment; legal/brand review.
- Packaging and product mockups (Consumer Goods, Print-on-Demand)
- What: Rapidly generate stylized mockups that share a brand’s abstract design language (e.g., flattened shapes, proportion tweaks) without manual redrawing.
- Tools/workflows: Product photos → backbone/proxy → batch stylization; templated pipelines for SKUs.
- Assumptions/dependencies: Photo quality; exemplar variety to cover product categories.
- Typography and logotype exploration (Design, Branding)
- What: Explore display type/lettering variations by stylizing glyph outlines and auxiliary text with consistent abstract geometry and texture traits.
- Tools/workflows: Export glyphs as vector inputs → A‑VAT controls letterform abstraction → S‑VAT applies visual finish; integrate with Glyphs/FontForge for refinement.
- Assumptions/dependencies: Manual QA for legibility, kerning; current AiS can stylize text but won’t guarantee full typographic quality.
- Storyboarding and concept art (Film/Animation, Media)
- What: Convert reference frames to an art‑directed look that includes structural abstraction for quick “look” validation in preproduction.
- Tools/workflows: Still frames processed through trained A‑VAT/S‑VAT; dial structure vs appearance independently.
- Assumptions/dependencies: Temporal coherence not guaranteed yet (suitable for boards, not final shots).
- Education in art and design (Education)
- What: Teaching tool to demonstrate “abstraction vs style” by exposing hidden backbone, abstraction proxy, and final stylization for the same input.
- Tools/workflows: Classroom tool that toggles pipeline stages; assignments using 5–20 style exemplars.
- Assumptions/dependencies: Local GPU or cloud; curated exemplar sets.
- Content filters for creators (Creator Economy, Social Platforms)
- What: Creator‑defined filters that capture both geometry re-interpretation and visual style using a handful of their own artworks.
- Tools/workflows: Upload exemplars → auto-training of A‑VAT/S‑VAT → desktop/mobile batch processing (non‑real‑time).
- Assumptions/dependencies: Desktop workflows feasible now; real‑time video requires further engineering (see Long‑Term).
- Vision dataset augmentation with abstract sketches (AI/ML, Academia)
- What: Generate controlled abstract proxies and stylized variants to augment datasets for sketch/edge-based recognition or domain robustness.
- Tools/workflows: Use hidden backbones and proxies as labels or modalities; study domain adaptation with abstracted inputs.
- Assumptions/dependencies: License on source images; careful curation to avoid style leakage biases.
Long-Term Applications
These require additional research and engineering (e.g., temporal consistency, stronger semantics, scaling and deployment optimization).
- Real-time, temporally coherent video/AR stylization (Mobile, Media, AR/XR)
- What: Apply structure‑aware stylization to live video with consistent abstract geometry across frames (e.g., AR filters, live broadcasts).
- Tools/products: On‑device or edge‑served A‑VAT/S‑VAT with temporal modules; motion‑aware backbones.
- Assumptions/dependencies: Efficient diffusion or distilled models; temporal consistency strategies; mobile acceleration (NNAPI/Metal).
- Animation‑ready pipelines with sequence consistency (Animation, Gaming)
- What: Consistent A‑VAT/S‑VAT across shots and angles (pose/shape changes) to avoid flicker and “style drift.”
- Tools/products: Sequence‑level training, 3D‑aware backbones, keyframe‑to‑inbetween abstraction controls.
- Assumptions/dependencies: Extension to multi‑view/3D/pose conditioning; dataset of paired sequences; new losses for temporal/style coherence.
- 3D-to-2D style families and cross‑modality abstraction (Design, CAD/CAE)
- What: Learn abstraction rules from 2D exemplars and apply them consistently to 3D assets, generating families of stylized 2D renderings and vector outputs for manufacturing/laser cutting.
- Tools/products: 3D‑aware A‑VAT; differentiable vector graphics integration for clean output.
- Assumptions/dependencies: Geometry‑aware backbones; view‑consistent proxies; vector fidelity guarantees.
- Domain‑specific technical/medical illustration (Healthcare, Education)
- What: Produce readable, pedagogically effective abstracted diagrams from complex imagery (e.g., anatomy, radiology) with controlled removal of confounders.
- Tools/products: Domain‑tuned A‑VAT (codifying abstraction conventions) and S‑VAT (discipline‑specific aesthetics); explainability overlays.
- Assumptions/dependencies: Expert‑curated exemplars; safety/accuracy validation; liability/compliance review.
- Automated map generalization and schematic diagramming (GIS/Cartography, Transportation)
- What: Learn style‑conditioned geometric simplification and symbolization for tourist maps, transit schematics, or infographics.
- Tools/products: A‑VAT embodying cartographic generalization rules; S‑VAT for symbol/label aesthetics; vector export for GIS.
- Assumptions/dependencies: Topology preservation guarantees; label placement constraints; standards compliance.
- Brand compliance and governance tools (Policy, Compliance, Enterprise Software)
- What: Validate that generated materials conform to registered “abstraction rules” and surface aesthetics; manage style provenance and licensing.
- Tools/products: Style compliance checker using A‑VAT/S‑VAT fingerprints; provenance/watermark tags for generated assets.
- Assumptions/dependencies: Legal frameworks for style IP; robust style similarity metrics; enterprise integration.
- Interactive controls for semantic abstraction (Creative Tools, HCI)
- What: Region‑specific and slider‑based control of abstraction strength (e.g., exaggerate heads, simplify background) independent of appearance.
- Tools/products: Editor that exposes backbone editing, proxy constraints, and per‑part abstraction.
- Assumptions/dependencies: Richer structural representations; part/pose awareness; user‑in‑the‑loop constraints.
- Font family generation from few exemplars (Design, Typography)
- What: Generate full font families (weights, styles) from a handful of stylized glyphs by transferring both abstract geometry and surface traits.
- Tools/products: A‑VAT for structural glyph logic; S‑VAT for stroke/texture/contrast; QA tooling for kerning, readability.
- Assumptions/dependencies: Coverage of glyph sets; typographic constraints learned or enforced; human refinement loop.
- Large‑scale style libraries and marketplaces (Platforms, Creator Economy)
- What: Distribute modular A‑VAT and S‑VAT packs that creators can mix to produce new hybrid styles and control geometry vs appearance.
- Tools/products: “A‑VAT/S‑VAT Marketplace”; style composition UI; royalties/provenance tracking.
- Assumptions/dependencies: Rights management; security for model artifacts; curation and quality assurance.
- Style‑aware retrieval and analytics for art/design research (Academia)
- What: Analyze and retrieve artworks by learned abstraction transformations rather than surface-only descriptors.
- Tools/products: Databases indexed by A‑VAT signatures; comparative studies of abstraction across movements/genres.
- Assumptions/dependencies: Curated datasets; evaluation protocols for “abstraction similarity.”
Cross-Cutting Assumptions and Dependencies
- Data and rights: Using 5–20 exemplars per style requires clear licensing/consent and may raise style IP concerns.
- Compute and integration: LoRA fine‑tuning and inference on diffusion backbones (e.g., FLUX.1‑Fill‑dev) need GPU/accelerators; productization demands UI/plug‑in integration and model management.
- Content coverage: Current AiS handles abstraction without extreme semantic warping; styles demanding heavy proportion shifts or symbolism may need extended representations.
- Vectorization and backbone quality: Hidden backbone quality depends on vectorization, skeletonization, and erosion settings; failures can reduce structural fidelity.
- Evaluation and QA: Many applications require human-in-the-loop QA for legibility, accuracy, and brand safety; automated metrics are still evolving.
These applications leverage AiS’s core innovations—explicit structural abstraction (A‑VAT), exemplar‑driven visual stylization (S‑VAT), and their decoupled control—to enable more expressive, controllable, and production‑ready style workflows beyond conventional style transfer.
Glossary
- Abstraction Proxy: An intermediate structural representation that preserves semantic structure while relaxing geometric fidelity, serving as a bridge between content and stylization. "Given the target image as input, the structural abstraction stage produces its Abstraction Proxy, an intermediate image that explicitly represents how the targetâs structure is reinterpreted under the abstraction logic of the references."
- Abstraction VAT (A-VAT): The VAT module specialized for learning how to transform a Hidden Backbone into an Abstraction Proxy from exemplar pairs. "In the abstraction stage, Abstraction VAT (A-VAT) learns how structural representations are reinterpreted according to the abstraction logic of given references."
- Attention Distillation: A baseline technique that transfers visual characteristics by distilling attention patterns from models. "Our method was the most preferred, selected in 50\% of trials, followed by Nano Banana (35\%) and Attention Distillation (15\%)."
- Contrastive Style Descriptors (CSD): A metric that quantifies style similarity using contrastive learned descriptors. "We evaluate stylization quality using two metrics: (1) style similarity via Contrastive Style Descriptors (CSD)~\cite{somepalli2024measuringstylesimilaritydiffusion}, and (2) perceptual similarity via LPIPS~\cite{zhang2018unreasonable} with the VGG network."
- Diffusion models: Generative models that learn to synthesize data by reversing a diffusion (noise) process; used here as pretrained priors for image transformations. "Instead, it leverages the expressive priors of pretrained diffusion models to automatically learn and apply complex, styleâdependent transformations directly in image space."
- Diffusion Transformer (DiT): A diffusion model architecture that uses a Transformer backbone for denoising and generation. "VAT is implemented using a Diffusion Transformer (DiT) conditioned on the visible panels, with a lightweight LoRA used to adapt the model to the analogy relation."
- Exemplar-based stylization: Stylization driven by example images that define the target appearance to be transferred. "Recent diffusion-based methods enable exemplar-based stylization by modulating attention or adapting pretrained models with lightweight modules, allowing consistent appearance transfer across generations"
- Hidden Backbone: A style-agnostic, simplified structural representation combining skeletons and eroded regions to capture topology and rough proportions. "First, the target is converted into a Hidden Backbone image (hereafter Backbone), a simplified structural representation that deliberately strips away visual appearance and degrades geometry while preserving the object's semantic layout and topological organization."
- Inpainting diffusion model: A diffusion model variant trained to fill or synthesize masked regions in images. "To realize VAT in practice, we fine-tune a lightweight low-rank adapter (LoRA)~\cite{hu2022lora} on an image inpainting diffusion model FLUX.1-Fill-dev."
- LoRA (Low-Rank Adapter): A parameter-efficient fine-tuning technique that injects small low-rank adapters into a frozen model to learn new behaviors. "To realize VAT in practice, we fine-tune a lightweight low-rank adapter (LoRA)~\cite{hu2022lora} on an image inpainting diffusion model FLUX.1-Fill-dev."
- LPIPS: A perceptual similarity metric that compares deep feature activations between images. "We evaluate stylization quality using two metrics: (1) style similarity via Contrastive Style Descriptors (CSD)~\cite{somepalli2024measuringstylesimilaritydiffusion}, and (2) perceptual similarity via LPIPS~\cite{zhang2018unreasonable} with the VGG network."
- Morphological erosion: An image morphology operation that shrinks regions by removing boundary pixels, preserving simplified mass cues. "This is done by applying morphological erosion to the original filled shapes; the remaining eroded residuals act as simplified, shrunken proxies for the original masses."
- Morphological skeletonization: A morphology-based process that iteratively thins shapes to their centerlines, capturing connectivity. "The topological backbone is first extracted via morphological skeletonization, which iteratively peels away boundary pixels to yield a two-pixel-wide centerline."
- Non-photorealistic rendering: Rendering approaches that intentionally depart from photographic realism toward stylized or illustrative depictions. "In imagery, abstraction is closely tied to non-photorealistic rendering"
- Rasterization: The conversion of vector or shape representations into pixel-based images. "With shapes simplified through vectorization, we rasterize them into binary images."
- Stylization VAT (S-VAT): The VAT module responsible for mapping an Abstraction Proxy into the final stylized image consistent with reference appearance. "In the stylization stage, Stylization VAT (S-VAT) applies the same analogy principle to learn the appearance transformation and render an abstraction proxy into a fully stylized image."
- Topological backbone: A representation emphasizing the connectivity and relative proportions of parts without precise boundaries. "The topological backbone is first extracted via morphological skeletonization, which iteratively peels away boundary pixels to yield a two-pixel-wide centerline."
- Vectorization: Converting image regions into vector paths with flat colors to simplify structure and remove texture noise. "We employ an image vectorization approach instead of a pixel-based simplification method, as the latter often struggles to produce the region-based abstractions needed for structural representation."
- Visual Analogy Transfer (VAT): A general, image-space mechanism that learns transformations by analogy from exemplar pairs and applies them to new inputs. "This formulation, which we refer to as Visual Analogy Transfer (VAT), enables the foundation generative model to learn transformations from reference exemplars and apply them to the input target entirely in image space, bypassing the need for explicit geometric operations or handcrafted features."
Collections
Sign up for free to add this paper to one or more collections.