Summary
This paper addresses the few-shot domain transfer problem in text-to-image diffusion generation, where the goal is to keep the style and attributes of the source examples while being able to generate images of potentially different subject matters. It binds the attributes to rarely-used tokens, but observes that these tokens could potentially induce correlated unintended features, and it adopts a prior-attribute erasure procedure to remove such correlation. It then finetunes the model for domain transfer, enforcing disentanglement of attributes and subject categories and applying attribute regularization. Additionally, for cross-category generation, it proposes an attribute enhancement technique to make the learned attributes more prominent in the generations.
Strengths
* The paper investigates an interesting task of attribute-centric transfer.
* The method is well-motivated and conceptually solid. The paper observes limitations in existing approaches, such as the attribute correlation with binding tokens, and entanglement between attributes and subject categories, and effectively addresses these limitations in the proposed method.
* The experiments consider a variety of settings such as intra- and inter-category transfer, and transfer with additional attribute or specific subject identity. They encompass a variety of domains and settings, and provide numerous qualitative visualizations to facilitate understanding of the method performance. The ablation studies effectively verify the contribution of each component.
Weaknesses
* The paper has discussed most of the limitations of the method, such as in cases where the examples contain multiple subject categories or multiple sub-domains, or in cases with certain local/content attributes.
* One additional case is that as the method infers the attributes infers from the examples, sometimes it can pick up unintended attributes that the few-shot examples happen to share (e.g. for FFHQ glasses, cross-category generations mostly have outdoor/nature backgrounds, even though this may not be necessarily intended for this setting). It would be interesting to see extensions that allow more explicit control over including/excluding certain attributes.
Questions
* It would be helpful to have more clarifications on whether the qualitative results mostly randomly selected or hand-picked, especially given that the performance of cross-category generations are primarily demonstrated through qualitative visualizations. The paper mentions that the cross-category generations for FFHQ sunglasses in Fig 11 involved some cherry-picking, but does not seem to specify for the others.
* For better understanding of the proposed method's behavior, it would interesting to explore the boundary for what attributes get encoded into the binding tokens. For example, when all examples contain one subject centered in the pictures, whether/to what extent the number, position or subject size are considered part of the attributes and get picked up by [V]. It would also be interesting to see how the method behaves when the textual prompt contains conflicting attributes with the learned binding token (e.g. "A [V] bird with blue feathers" where [V] is learned from colorless sketches).
Limitations
The authors have adequately discussed the limitations and societal impact.