id int64 1 24.5M | paragraph_id int64 0 159k | content stringlengths 1 571k ⌀ | paper_arxiv_id stringlengths 10 13 | paper_section stringlengths 1 262 | section_id float64 4 360k ⌀ | paragraph_in_paper_id int64 1 29.8k |
|---|---|---|---|---|---|---|
22,512,331 | 0 | One of our limitations was the small size of the UMRv1.0 dataset, which constrained our model fine-tuning capabilities---especially for low-resource languages where training data is scarce.
Additionally, we lack robust automatic evaluation metrics for the four indigenous languages, with initial reviews by native speak... | 2502.11973 | Limitations | 228,306 | 64 |
22,512,333 | 0 | Thank you to the adjudicators for our human evaluation: Crawford Dawson, Yilin Huang, Hank Hsu, Ryan Ji, Megan Li, and Yichen Liu.
Thank you also to Javier Gutierrez Bach for a comment relevant to the draft, and to Lukas Denk and Andrew Cowell for providing comments on some of the Navajo and Arápaho sentences, respecti... | 2502.11973 | Acknowledgments | 228,307 | 65 |
22,512,335 | 1 | \bibliography{custom} | 2502.11973 | Acknowledgments | 228,307 | 66 |
22,512,337 | 0 | \label{sec:introduction} | 2502.11974 | Introduction | 228,308 | 1 |
22,512,339 | 1 | Image inversion refers to the task of mapping a given image back to the latent representation with a pre-trained generative model. This task holds significant importance in applications such as image editing, style transfer, image restoration, \textit{etc}~\cite{survey1,survey2}. Through inversion techniques, users can... | 2502.11974 | Introduction | 228,308 | 2 |
22,512,340 | 2 | Early researches on image inversion began with the rise of GANs~\cite{iGAN}, focusing primarily on how to project images into the latent space of GANs to facilitate subsequent image editing and generation tasks. The advent of the StyleGAN series~\cite{StyleGAN,StyleGAN2} notably improved the accuracy and efficiency of ... | 2502.11974 | Introduction | 228,308 | 3 |
22,512,341 | 3 | This survey systematically reviews and summarizes the development trajectory of these technologies, abstractly defining the problem from a formulaic perspective, and delving into the principles and practical issues of different categories of methods. It comprehensively covers image inversion and related subfields, prov... | 2502.11974 | Introduction | 228,308 | 4 |
22,512,342 | 4 | \nibf{Scope.}Scope.
This paper focuses on the two main frameworks for image inversion: GAN inversion and diffusion model inversion. For GAN inversion, we conduct a comprehensive analysis and comparison from three perspectives: Encoder-based Approaches, Latent Optimization Approaches, and Hybrid Approaches. For diffusi... | 2502.11974 | Introduction | 228,308 | 5 |
22,512,343 | 5 | \nibf{Discussion with Related Surveys.}Discussion with Related Surveys.
Compared to existing surveys, such as ~\cite{survey1} which focuses on early GAN-based approaches, and recent work ~\cite{survey2} which focuses on diffusion-based approaches, this survey integrates GAN inversion and diffusion model inversion into ... | 2502.11974 | Introduction | 228,308 | 6 |
22,512,344 | 6 | \nibf{Contributions.}Contributions.
Firstly, we provide a thorough review of the latest advancements in the field of image inversion, covering the key inversion techniques of the two main generative models (GANs and diffusion models). By systematically categorizing these methods, we reveal the intrinsic connections and... | 2502.11974 | Introduction | 228,308 | 7 |
22,512,346 | 1 | \tikzstyle{leaf}leaf=[draw=black,
rounded corners,minimum height=1em,
text width=24.50em, edge=black!10,
text opacity=1, align=center,
fill opacity=.3, text=black,font=\scriptsize,
inner xsep=3pt, inner ysep=1pt,
]
\tikzstyle{leaf1}leaf1=[draw=black,
rounded corners,minimum height=1em,
... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 9 |
22,512,347 | 2 | for tree={
forked edges,
grow=east,
reversed=true,
anchor=base west,
parent anchor=east,
child anchor=west,
base=middle,
font=\scriptsize,
rectangle,
rounded corners=0.1pt,
draw=black,
edge=black!50,
rounded corners,
align=center,
minimum width=2em,
l ... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 10 |
22,512,348 | 3 | \caption{A taxonomy of generative model inversion approaches from GANs to Diffusion and beyond.}
\label{fig:taxonomy_of_GMI}
\vspace{-1.5em} | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 11 |
22,512,349 | 4 | \subsection{Background and Definition of Image Inversion}
\nibf{Generative Model Inversion}Generative Model Inversion
refers to the process of recovering the latent variables of a pretrained generative model given an observed output \(x_0\)x_0. As shown in ~\cref{fig:teaser}-\textbf{\uppercase\expandafter{\romannumera... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 12 |
22,512,350 | 5 | \begin{equation}
z^* = \underset{z}{\mathrm{argmin}} \, \mathcal{L}(F(z), x_0),
\end{equation}\begin{equation}
z^* = \underset{z}{\mathrm{argmin}} \, \mathcal{L}(F(z), x_0),
\end{equation}
z^* = \underset{z}z{\mathrm{argmin}}\mathrm{argmin} \, \mathcal{L}(F(z), x_0),
where \( \mathcal{L} \) \mathcal{L} is a predefin... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 13 |
22,512,351 | 6 | \nibf{GAN Inversion}GAN Inversion
is a specific instance of generative model inversion. As show in ~\cref{fig:teaser}-\textbf{\uppercase\expandafter{\romannumeral2}}, the generator is denoted as $G$G, which maps latent variables \(z\)z from the latent space \(Z\)Z to the output space \(X\)X: $G: Z \to X$G: Z \to X, wh... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 14 |
22,512,352 | 7 | Its goal is to find a latent code \(z^* \in Z\)z^* \in Z such that the reconstructed image \(x = G(z^*)\)x = G(z^*) is as close as possible to the input \(x_0\)x_0, expressed as the following optimization problem:
\vspace{-0.2em}
\begin{equation}
z^* = \underset{z}{\mathrm{argmin}} \, \mathcal{L}(G(z), x_0),
\end{equat... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 15 |
22,512,353 | 8 | \nibf{Diffusion Model Inversion}Diffusion Model Inversion
models are stepwise generative models that create data \(x_0\)x_0 by iteratively denoising an initial noise \(z_T\)z_T. As shown in ~\cref{fig:teaser}-\textbf{\uppercase\expandafter{\romannumeral3}}, the generative process of a diffusion model is described as: ... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 16 |
22,512,354 | 9 | \begin{equation}
z_t^* = \underset{z_t}{\mathrm{argmin}} \, \mathcal{L}(z_t, x_0).
\end{equation}\begin{equation}
z_t^* = \underset{z_t}{\mathrm{argmin}} \, \mathcal{L}(z_t, x_0).
\end{equation}
z_t^* = \underset{z_t}z_t{\mathrm{argmin}}\mathrm{argmin} \, \mathcal{L}(z_t, x_0).
Diffusion model inversion involves ite... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 17 |
22,512,355 | 10 | \subsection{GAN Inversion}
GAN inversion techniques can be broadly classified into three categories:
\textit{i)} Encoder-based approaches prioritize speed and conditional control, \textit{ii)} Latent Optimization approaches emphasize reconstruction fidelity, and \textit{iii)} Hybrid approaches seek to balance these co... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 18 |
22,512,356 | 11 | \nibf{Encoder-based Approaches.}Encoder-based Approaches.
In encoder-based image inversion methods, researchers focus on constructing a direct mapping from image space to the GAN latent space. These methods are renowned for their efficient inference speed and practical utility, making them particularly suitable for re... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 19 |
22,512,357 | 12 | \nibf{Latent Optimization Approaches.}Latent Optimization Approaches.
Latent optimization methods directly optimize the latent variables of a pre-trained GAN to find the optimal latent code reconstruct a given image, achieving high reconstruction fidelity without additional modules. InvertingGAN~\cite{InvertingGAN} us... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 20 |
22,512,358 | 13 | \nibf{Hybrid Approaches.}Hybrid Approaches.
Hybrid methods combine the strengths of both encoder-based and latent optimization approaches, typically using an encoder to provide an initial estimate of the latent code, which is then refined through optimization, allowing a balance between speed and reconstruction qualit... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 21 |
22,512,359 | 14 | \nibf{Pros and Cons Discussion.}Pros and Cons Discussion.
GAN inversion for image editing faces challenges in balancing reconstruction fidelity, editability, and computational efficiency. The field is moving towards hybrid methods that merge the speed of encoders with the precision of latent optimization. These approac... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 22 |
22,512,360 | 15 | \subsection{Diffusion Model Inversion.}
According to the differences in training strategies, the Inversion of Diffusion Model for Image methods can be categorized into three types: training-free methods, fine-tuning methods, and methods with additional trainable modules. This classification provides a clear reflection ... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 23 |
22,512,361 | 16 | \nibf{Training-free Approaches.}Training-free Approaches.
Training-free methods aim to enable efficient image inversion and editing by directly utilizing pre-trained diffusion models, without relying on additional training or fine-tuning. This category is highly regarded for its convenience and flexibility, especially... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 24 |
22,512,362 | 17 | \nibf{Fine-tuning Approaches.}Fine-tuning Approaches.
Fine-tuning methods improve the adaptability and performance of pre-trained diffusion models on specific tasks by adjusting their parameters. Unlike training-free methods, fine-tuning methods focus on targeted optimization of the model to adapt to specific applicat... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 25 |
22,536,848 | 5 | The procedure starts with the user submitting a query, which is then refined to remove ambiguities and avoid hallucinations by a trained deep learning model \cite{kingma2014adam, lecun2015deep}. After this query has been refined, it is sent to Actor Generative AI, which provides essential indicators or clues and create... | 2502.13164 | Introduction | 229,212 | 6 |
22,512,363 | 18 | \nibf{Extra Trainable Module.}Extra Trainable Module.
Extra trainable module methods enhance the functionality of diffusion models by introducing new modules or adjusting network structures, particularly excelling in image editing tasks. Compared to fine-tuning methods, this category typically possesses greater scalab... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 26 |
22,512,365 | 20 | Diffusion model inversion faces challenges in balancing reconstruction accuracy with editability, particularly in maintaining consistency and fidelity during manipulation. The field is progressing towards faster, more controllable, and inversion-free editing techniques, with a focus on improving the robustness and real... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 28 |
22,512,366 | 21 | \subsection{Promising Technologies on the Rise} | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 29 |
22,512,367 | 22 | The latent space of GANs can be distorted, limiting editability, while Diffusion Models require many iterative steps, leading to high computational costs. To address these issues, Diffusion Transformers (DiT)~\cite{DiT} and Rectified Flows have emerged, offering new possibilities for image editing.
\textbf{\textit{1) ... | 2502.11974 | Taxonomy of Image Inversion Approaches | 228,309 | 30 |
22,512,368 | 0 | \label{sec:experiment}
\subsection{Popular Datasets}
\nibf{LAION}LAION~\cite{LAION}
is a vast, open multimodal dataset with billions of image-text pairs across various languages, domains, and content. Its diversity is crucial for inversion tasks in generative models, particularly in cross-modal retrieval and generative... | 2502.11974 | Application Tasks | 228,310 | 31 |
22,512,369 | 1 | \nibf{PIE-bench}PIE-bench~\cite{TurboEdit}
is a specialized benchmark dataset for evaluating image editing models, comprising 700 images of natural and artificial scenes and covering 10 editing types like object replacement and style modification. Each entry includes detailed source and target image descriptions, editi... | 2502.11974 | Application Tasks | 228,310 | 32 |
22,512,370 | 2 | \nibf{FFHQ}FFHQ~\cite{StyleGAN}
is a high-quality, diverse face dataset with 70,000 images up to 1024$\times$\times1024 resolution, encompassing various ages, genders, ethnicities, and backgrounds. It is extensively used in generative model inversion for facial generation and style transfer tasks. By inverting the late... | 2502.11974 | Application Tasks | 228,310 | 33 |
22,512,371 | 3 | \nibf{MS COCO}MS COCO~\cite{MSCOCO}
offers 328,000 images across 91 categories in everyday scenes, with high-quality annotations for object detection, instance segmentation, panoptic segmentation, human keypoint detection, and image captioning. In generative model inversion, MS COCO's text descriptions and annotations ... | 2502.11974 | Application Tasks | 228,310 | 34 |
22,512,372 | 4 | \nibf{CelebA-HQ}CelebA-HQ~\cite{CelebA-HQ}
comprises 30,000 high-quality face images at 1024$\times$\times1024 resolution, annotated with 40 attribute labels (\textit{e.g.}, gender, age, hairstyle, and expressions). These labels enable precise control over attributes in generative model inversion. By editing the latent... | 2502.11974 | Application Tasks | 228,310 | 35 |
22,512,373 | 5 | \nibf{DreamBooth}DreamBooth~\cite{DreamBooth}
includes 3$\sim$\sim5 high-quality images of 30 subjects and 25 text prompts for evaluating subject-driven generation tasks like recontextualization, property modification, accessorization, and artistic rendering. In generative model inversion, DreamBooth aids in exploring ... | 2502.11974 | Application Tasks | 228,310 | 36 |
22,512,374 | 6 | \subsection{Mainstream Applications}
Generative model inversion is pivotal in image editing and generation. By encoding real images into a latent space, image inversion methods leverage the capabilities of the latent space for manipulating images. We outlines the applications (summarized in \cref{table:application}) ac... | 2502.11974 | Application Tasks | 228,310 | 37 |
22,512,375 | 7 | \begin{enumerate}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
\item \textbf{Object Editing:} Object editing enables the editing of specific objects within an image, including operations such as object replacement, removal, and addition. Methods include Prompt-to-Prompt~\cite{p2p} and Null-Text Inversion~\cite{N... | 2502.11974 | Application Tasks | 228,310 | 38 |
22,512,376 | 8 | \item \textbf{Attribute Editing:} Attribute editing facilitates the modification of object attributes within an image, including editing the color, texture, and shape of objects, as well as the age, expression, and hairstyle of people.
\begin{itemize}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
... | 2502.11974 | Application Tasks | 228,310 | 39 |
22,512,377 | 9 | \item \textbf{Style Transfer:} Style transfer allows for the transfer of style from one image to another, and it can also be achieved through Prompt-based style transfer, thereby changing the overall style of the image.
\begin{itemize}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
\item \textbf{Ba... | 2502.11974 | Application Tasks | 228,310 | 40 |
22,512,378 | 10 | \item \textbf{Image Concept Decoupling:} This task refers to learning local concepts from a single image and using them to generate other objects, thereby achieving independent control over different concepts in the image. CLiC~\cite{CLiC} is frequently employed. | 2502.11974 | Application Tasks | 228,310 | 41 |
22,512,379 | 11 | \item \textbf{Spatially Aware Editing:} Spatially aware editing enables editing images based on spatial information, including operations such as removal, movement, scaling, rotation, and translation. In addition to using Prompt control, Point drag control can also be used to achieve more refined spatial editing. DiffE... | 2502.11974 | Application Tasks | 228,310 | 42 |
22,512,380 | 12 | \item \textbf{Controllable Image Generation:} Allows users to control the image generation process through various inputs (\textit{e.g.}, sketches, segmentation maps, poses, etc.). Typical method is FreeControl~\cite{FreeControl}. | 2502.11974 | Application Tasks | 228,310 | 43 |
22,512,381 | 13 | \item \textbf{Personalized Generation:} Personalized generation can be used to reproduce specific subjects in different scenarios, such as generating images of specific subjects in different artistic styles, different perspectives, different accessories, different expressions, and different backgrounds.
\begin{... | 2502.11974 | Application Tasks | 228,310 | 44 |
22,512,382 | 14 | \item \textbf{Image Restoration:} Image restoration can be used to repair damaged images, common sub-tasks are as follows:
\begin{itemize}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
\item \textbf{Image Super-Resolution:} Increases the resolution of an image, making it clearer. Typical methods: BIRD~\ci... | 2502.11974 | Application Tasks | 228,310 | 45 |
22,512,383 | 15 | \item \textbf{Image Fusion:} Image fusion refers to integrating content from two or more images into one image, thereby creating a new image. Photoswap~\cite{Photoswap}, TF-ICON~\cite{TF-ICON}, and TIGIC\cite{TIGIC} are commonly used methods. | 2502.11974 | Application Tasks | 228,310 | 46 |
22,512,384 | 16 | \end{enumerate}\begin{enumerate}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
\item \textbf{Object Editing:} Object editing enables the editing of specific objects within an image, including operations such as object replacement, removal, and addition. Methods include Prompt-to-Prompt~\cite{p2p} and Null-Text In... | 2502.11974 | Application Tasks | 228,310 | 47 |
22,512,385 | 17 | \item \textbf{Attribute Editing:} Attribute editing facilitates the modification of object attributes within an image, including editing the color, texture, and shape of objects, as well as the age, expression, and hairstyle of people.
\begin{itemize}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
... | 2502.11974 | Application Tasks | 228,310 | 48 |
22,512,386 | 18 | \item \textbf{Style Transfer:} Style transfer allows for the transfer of style from one image to another, and it can also be achieved through Prompt-based style transfer, thereby changing the overall style of the image.
\begin{itemize}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
\item \textbf{Ba... | 2502.11974 | Application Tasks | 228,310 | 49 |
22,512,387 | 19 | \item \textbf{Image Concept Decoupling:} This task refers to learning local concepts from a single image and using them to generate other objects, thereby achieving independent control over different concepts in the image. CLiC~\cite{CLiC} is frequently employed. | 2502.11974 | Application Tasks | 228,310 | 50 |
22,512,388 | 20 | \item \textbf{Spatially Aware Editing:} Spatially aware editing enables editing images based on spatial information, including operations such as removal, movement, scaling, rotation, and translation. In addition to using Prompt control, Point drag control can also be used to achieve more refined spatial editing. DiffE... | 2502.11974 | Application Tasks | 228,310 | 51 |
22,512,389 | 21 | \item \textbf{Controllable Image Generation:} Allows users to control the image generation process through various inputs (\textit{e.g.}, sketches, segmentation maps, poses, etc.). Typical method is FreeControl~\cite{FreeControl}. | 2502.11974 | Application Tasks | 228,310 | 52 |
22,512,390 | 22 | \item \textbf{Personalized Generation:} Personalized generation can be used to reproduce specific subjects in different scenarios, such as generating images of specific subjects in different artistic styles, different perspectives, different accessories, different expressions, and different backgrounds.
\begin{... | 2502.11974 | Application Tasks | 228,310 | 53 |
22,512,391 | 23 | \item \textbf{Image Restoration:} Image restoration can be used to repair damaged images, common sub-tasks are as follows:
\begin{itemize}[leftmargin=*,topsep=0pt,itemsep=0pt,align=left]
\item \textbf{Image Super-Resolution:} Increases the resolution of an image, making it clearer. Typical methods: BIRD~\ci... | 2502.11974 | Application Tasks | 228,310 | 54 |
22,512,392 | 24 | \item \textbf{Image Fusion:} Image fusion refers to integrating content from two or more images into one image, thereby creating a new image. Photoswap~\cite{Photoswap}, TF-ICON~\cite{TF-ICON}, and TIGIC\cite{TIGIC} are commonly used methods. | 2502.11974 | Application Tasks | 228,310 | 55 |
22,512,393 | 25 | \end{enumerate}
\item \textbf{Object Editing:} Object editing enables the editing of specific objects within an image, including operations such as object replacement, removal, and addition. Methods include Prompt-to-Prompt~\cite{p2p} and Null-Text Inversion~\cite{Null-Text}. | 2502.11974 | Application Tasks | 228,310 | 56 |
22,512,394 | 26 | \item \textbf{Attribute Editing:} Attribute editing facilitates the modification of object attributes within an image, including editing the color, texture, and shape of objects, as well as the age, expression, and hairstyle of people.
\item \textbf{Editing Direction:} Modifies attributes by adjust... | 2502.11974 | Application Tasks | 228,310 | 57 |
22,512,395 | 27 | \item \textbf{Style Transfer:} Style transfer allows for the transfer of style from one image to another, and it can also be achieved through Prompt-based style transfer, thereby changing the overall style of the image.
\item \textbf{Based on Reference Image:} Changes the style of the target image ... | 2502.11974 | Application Tasks | 228,310 | 58 |
22,512,396 | 28 | \item \textbf{Image Concept Decoupling:} This task refers to learning local concepts from a single image and using them to generate other objects, thereby achieving independent control over different concepts in the image. CLiC~\cite{CLiC} is frequently employed. | 2502.11974 | Application Tasks | 228,310 | 59 |
22,512,397 | 29 | \item \textbf{Spatially Aware Editing:} Spatially aware editing enables editing images based on spatial information, including operations such as removal, movement, scaling, rotation, and translation. In addition to using Prompt control, Point drag control can also be used to achieve more refined spatial editing. DiffE... | 2502.11974 | Application Tasks | 228,310 | 60 |
22,512,398 | 30 | \item \textbf{Controllable Image Generation:} Allows users to control the image generation process through various inputs (\textit{e.g.}, sketches, segmentation maps, poses, etc.). Typical method is FreeControl~\cite{FreeControl}. | 2502.11974 | Application Tasks | 228,310 | 61 |
22,512,399 | 31 | \item \textbf{Personalized Generation:} Personalized generation can be used to reproduce specific subjects in different scenarios, such as generating images of specific subjects in different artistic styles, different perspectives, different accessories, different expressions, and different backgrounds.
... | 2502.11974 | Application Tasks | 228,310 | 62 |
22,512,400 | 32 | \item \textbf{Image Restoration:} Image restoration can be used to repair damaged images, common sub-tasks are as follows:
\item \textbf{Image Super-Resolution:} Increases the resolution of an image, making it clearer. Typical methods: BIRD~\cite{BIRD} and InvSR~\cite{InvSR}.
\item \textbf{Denoisin... | 2502.11974 | Application Tasks | 228,310 | 63 |
22,512,401 | 33 | \item \textbf{Image Fusion:} Image fusion refers to integrating content from two or more images into one image, thereby creating a new image. Photoswap~\cite{Photoswap}, TF-ICON~\cite{TF-ICON}, and TIGIC\cite{TIGIC} are commonly used methods. | 2502.11974 | Application Tasks | 228,310 | 64 |
22,512,402 | 34 | \subsection{Related Domain Research}
To further enrich the research on inversion tasks, we briefly review related popular tasks beyond image inversion to strengthen this inspection. | 2502.11974 | Application Tasks | 228,310 | 65 |
183 | 0 | \label{Conclusion} | 2008.03299 | Conclusion | 460 | 113 |
22,512,403 | 35 | \nibf{Video Inversion.}Video Inversion.
In the video domain, RIGID~\cite{RIGID} introduces an additional trainable temporal encoder combined with self-supervised constraints to learn inter-frame temporal coherence, enabling high-quality video reconstruction and editing without retraining the generator. Built on StyleGA... | 2502.11974 | Application Tasks | 228,310 | 66 |
22,512,404 | 36 | \nibf{Audio Inversion.}Audio Inversion.
MusicMagus\cite{MusicMagus} is a zero-shot music editing method that leverages pretrained diffusion models with latent space manipulation and cross-attention constraints, enabling text-guided audio editing without additional training. Similarly, ZETA~\cite{ZETA} introduces a zero... | 2502.11974 | Application Tasks | 228,310 | 67 |
22,512,405 | 37 | \nibf{3D Inversion.}3D Inversion.
In the 3D domain, E3DGE~\cite{E3DGE} is an encoder-based method that leverages self-supervised learning with global latent codes and pixel-aligned local features for high-fidelity 3D face reconstruction and consistent editing. Its dual-module structure includes global and local encoder... | 2502.11974 | Application Tasks | 228,310 | 68 |
22,512,406 | 38 | \nibf{Medical Image.}Medical Image.
In the medical domain, TPDM\cite{TPDM} leverages two perpendicular 2D diffusion models to jointly model 3D medical data distributions, achieving significant improvements in tasks such as Z-axis super-resolution, compressed sensing MRI, and sparse-view CT reconstruction. InverseSR~\ci... | 2502.11974 | Application Tasks | 228,310 | 69 |
22,512,407 | 0 | \label{sec:experiment}
\subsection{Open Problems}
\nibf{Trading-off high-fidelity reconstruction and controllable editing.}Trading-off high-fidelity reconstruction and controllable editing.
GAN/Diffusion inversion often suffers from ``overfitting" the latent space when pursuing pixel-level high-fidelity reconstruction... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 70 |
22,512,408 | 1 | \nibf{Computational efficiency bottleneck.}Computational efficiency bottleneck.
Although GAN inversion via encoders is faster, it often sacrifices precision. In contrast, diffusion model inversion achieves better results but is computationally expensive due to iterative optimization, especially for high-resolution gen... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 71 |
22,512,410 | 3 | \nibf{Data bias and fairness issues}Data bias and fairness issues
Generative model inversion may produce biased or unfair results due to data imbalances, such as under- or over-representing specific racial or gender attributes. Introducing fairness constraints into the inversion process to mitigate bias is an urgent pr... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 73 |
22,512,411 | 4 | \subsection{Promising Directions} | 2502.11974 | Open Problems and Promising Directions | 228,311 | 74 |
22,512,412 | 5 | \nibf{Multi-scale latent space representation learning.}Multi-scale latent space representation learning.
By introducing multi-scale latent space representations (\textit{e.g.}, combining local and global encodings), a better balance between high-fidelity reconstruction and controllable editing can be achieved. Furthe... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 75 |
22,512,413 | 6 | \nibf{Efficient optimization and inference algorithms.}Efficient optimization and inference algorithms.
To address the iterative optimization bottleneck, lightweight optimization modules or efficient algorithms based on approximate inference (\textit{e.g.}, explicit latent space mapping or hierarchical optimization met... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 76 |
22,512,414 | 7 | \nibf{Multimodal consistency inversion techniques.}Multimodal consistency inversion techniques.
Developing inversion frameworks that support multimodal inputs, such as jointly optimizing the latent spaces of images and texts, can enhance performance in cross-modal tasks. Ensuring semantic consistency in multimodal gene... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 77 |
22,512,415 | 8 | \nibf{Autoregressive image generation inversion framework.}Autoregressive image generation inversion framework.
Recent autoregressive-based image and video generation has gained attention. Compared to diffusion models, autoregressive models offer higher efficiency and are expected to become one of next-generation found... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 78 |
22,512,416 | 9 | \nibf{Inversion research based on Chain-of-Thought (CoT).}Inversion research based on Chain-of-Thought (CoT).
CoT technology significantly enhances the reasoning capabilities of large language models. The incorporation of reinforcement learning enables the generation of results that better align with human thought proc... | 2502.11974 | Open Problems and Promising Directions | 228,311 | 79 |
22,512,417 | 0 | \label{sec:conclusion} | 2502.11974 | Conclusion | 228,312 | 80 |
22,512,418 | 1 | This survey comprehensively reviews the latest advancements in the field of image inversion, summarizing the inversion methods of GANs and diffusion models, along with their key applications. Specifically, this paper delves into the fundamental theoretical frameworks, optimization methods, and the evolution of various ... | 2502.11974 | Conclusion | 228,312 | 81 |
22,512,419 | 2 | \bibliographystyle{named}named
\bibliography{IEEEabrv,ijcai25} | 2502.11974 | Conclusion | 228,312 | 82 |
22,512,420 | 0 | Robustness with regard to perturbations is a key issue in finding practicable solutions for the design of controllers which can be applied to real-world systems. In recent years robustness of optimal trajectories has therefore been a major research topic in the context of optimal control for partial differential equati... | 2502.11975 | Introduction | 228,313 | 1 |
22,512,421 | 1 | In \cite{Shin2022}, spatially localized robustness was analyzed for the case of graph-structured NLPs using first- and second-order optimality conditions uniform in the size of the graph. PDEs were considered only recently in~\cite{Goettlich2025,Goettlich2024}, where the assumption of domain-uniform stabilizability (an... | 2502.11975 | Introduction | 228,313 | 2 |
22,512,422 | 2 | for constants $M \geq 1 $M \geq 1 and $\omega > 0$\omega > 0 uniform in the size of the spatial domain $\Omega$\Omega. Here, the uniformity of the constants in the domain size is crucial to obtain the exponential spatial decay in optimal solutions by a scaling argument. | 2502.11975 | Introduction | 228,313 | 3 |
22,512,423 | 3 | Domain-uniform stabilizability and detectability was characterized for distributed control of transport equations in ~\cite{Goettlich2025}.
In this paper we extend these results to the case of boundary and point control. We show that the transport equation with boundary control is domain uniformly stabilizable if and o... | 2502.11975 | Introduction | 228,313 | 4 |
22,512,424 | 4 | \noindent The paper is structured as follows: In Section~\ref{Sec: ProbStat} we introduce the system under consideration and the notion of domain-uniform stabilizability. In Section~\ref{Sec: Dirichlet} we derive a state space representation of the system with Dirichlet boundary control and proof a characterization of ... | 2502.11975 | Introduction | 228,313 | 5 |
22,512,428 | 0 | Similar to, e.g.~\cite{Xu2023}, the terminology \emph{chain} refers to a directed tree with only one path. As depicted in Figure~\ref{fig: Sketch}, consecutive transport equations are coupled in such a manner that the successor's left boundary value depends on the corresponding control input and its predecessor's right... | 2502.11975 | Problem Statement | 228,314 | 6 |
22,512,456 | 1 | In this work, we provide a criterion on the positioning of the control access points between the individual subsystems such that the coupled system is domain-uniformly stabilizable in the sense of \eqref{eq:stab}. | 2502.11975 | Problem Statement | 228,314 | 7 |
22,512,457 | 2 | \noindent To make the setting depicted in Figure~\ref{fig: Sketch} mathematically precise, we define the following: Let $(a_i)_{i\in \N_0} \subset \mathbb{R}$(a_i)_{i\in \N_0}i\in \N_0 \subset \mathbb{R} be a strictly increasing sequence with $a_0 = 0$a_0 = 0 and $\Delta := \inf_{i\in \N} \,l_i > 0$\Delta := \inf_{i\in... | 2502.11975 | Problem Statement | 228,314 | 8 |
22,512,458 | 3 | \label{eq: TransportState}
\forall (\omega,t) \in \left(\Omega_i\cap \Omega ^L\right) \times \R _{\geq 0}\geq 0: \dot{x}_i(\omega,t)&=-cx_i'(\omega,t)\\
\label{eq: Initial}
\forall \, \omega \in \Omega_i\cap \Omega ^L:\, x_i(\omega,0) &= x_L^0 |_{\Omega _i \cap \Omega ^L}\Omega _i \cap \Omega ^L, | 2502.11975 | Problem Statement | 228,314 | 9 |
22,512,459 | 4 | with initial distribution $x_L^0\in L^2(\Omega ^L)$x_L^0\in L^2(\Omega ^L), constant velocity $c > 0$c > 0 and $x_0(0,t):=0 \ \forall \, t \in \R _{\geq 0}$x_0(0,t):=0 \ \forall \, t \in \R _{\geq 0}\geq 0. | 2502.11975 | Problem Statement | 228,314 | 10 |
22,512,460 | 5 | In the subsequent analysis we characterize domain-uniform stabilizability for the two cases of Dirichlet coupling conditions
\begin{equation}
\label{eq: DirichletBC}
x_i(a _{i-1},t) = x_{i-1}(a _{i-1},t) + u_i(t)
\end{equation}\begin{equation}
\label{eq: DirichletBC}
x_i(a _{i-1},t) = x_{i-1}(a _{i-1},t... | 2502.11975 | Problem Statement | 228,314 | 11 |
22,512,461 | 6 | and Neumann coupling conditions
\begin{equation}
\label{eq: NeumannBC}
\frac{\partial}{\partial \omega} x_i(a _{i-1},t) = \frac{\partial}{\partial \omega} x_{i-1}(a _{i-1},t) + u_i(t).
\end{equation}\begin{equation}
\label{eq: NeumannBC}
\frac{\partial}{\partial \omega} x_i(a _{i-1},t) = \frac{\partial}... | 2502.11975 | Problem Statement | 228,314 | 12 |
22,512,462 | 7 | where we have a control $u \in L^2(\R _{\geq 0},\R^{N_L})$u \in L^2(\R _{\geq 0}\geq 0,\R^{N_L}N_L).
Let $X_{L,i}\subset L^2(\Omega _i\cap \Omega ^L)$X_{L,i}L,i\subset L^2(\Omega _i\cap \Omega ^L) be a Hilbert space such that the differential operator
\begin{equation}
\label{eq: AOperator}
A_{L,i}: D(A_{L,i})\subs... | 2502.11975 | Problem Statement | 228,314 | 13 |
22,512,463 | 8 | generates a strongly continuous semigroup $\left( T_{L,i}(t)\right)_{t\geq 0}$\left( T_{L,i}L,i(t)\right)_{t\geq 0}t\geq 0 on $X_{L,i}$X_{L,i}L,i (e.g.\ $X_{L,i}:=L^2(\Omega ^L\cap \Omega _i)$X_{L,i}L,i:=L^2(\Omega ^L\cap \Omega _i) for Dirichlet and $X_{L,i}:=H^1(\Omega ^L\cap \Omega _i)$X_{L,i}L,i:=H^1(\Omega ^L\cap ... | 2502.11975 | Problem Statement | 228,314 | 14 |
22,512,464 | 9 | By $X_L$X_L we define the space of functions $v \in L^2(\Omega ^L)$v \in L^2(\Omega ^L) which fulfill $v|_{\Omega _i \cap \Omega ^L} \in X_{L,i}$v|_{\Omega _i \cap \Omega ^L}\Omega _i \cap \Omega ^L \in X_{L,i}L,i for all $i\in \{1,\ldots , N_L\}$i\in \{1,\ldots , N_L\}. By using the inner product
\begin{equation*}
... | 2502.11975 | Problem Statement | 228,314 | 15 |
22,512,465 | 10 | it is easy to see, that $X_L$X_L is a Hilbert space.
The overall solution of the chain is always denoted by $x_u\in C(\R _{\geq 0}, X_L)$x_u\in C(\R _{\geq 0}\geq 0, X_L), where
$(x_u(t))(\omega):= (x_i^u(t))(\omega)$(x_u(t))(\omega):= (x_i^u(t))(\omega), $\omega \in (a_{i-1},a_i]$\omega \in (a_{i-1}i-1,a_i].
For reada... | 2502.11975 | Problem Statement | 228,314 | 16 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.