paper-with-me

홈 › Papers

PartCraft: Crafting Creative Objects by Parts

2024-07-05 · Kam Woh Ng, Xiatian Zhu, Yi-Zhe Song, Tao Xiang

This paper propels creative control in generative visual AI by allowing users to "select". Departing from traditional text or sketch-based methods, we for the first time allow users to choose visual concepts by parts for their creative endeavors. The outcome is fine-grained generation that precisely captures selected visual concepts, ensuring a holistically faithful and plausible result. To achieve this, we first parse objects into parts through unsupervised feature clustering. Then, we encode parts into text tokens and introduce an entropy-based normalized attention loss that operates on them. This loss design enables our model to learn generic prior topology knowledge about object's part composition, and further generalize to novel part compositions to ensure the generation looks holistically faithful. Lastly, we employ a bottleneck encoder to project the part tokens. This not only enhances fidelity but also accelerates learning, by leveraging shared knowledge and facilitating information exchange among instances. Visual results in the paper and supplementary material showcase the compelling power of PartCraft in crafting highly customized, innovative creations, exemplified by the "charming" and creative birds. Code is released at https://github.com/kamwoh/partcraft.

📄 PDF Abstract BibTeX arXiv:2407.04604

Code (1)

kamwoh/partcraft 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Crafting Parts for Expressive Object Composition

2024-06-14 · Harsh Rangwani, Aishwarya Agarwal, Kuldeep Kulkarni, R. Venkatesh Babu 외

Text-to-image generation from large generative models like Stable Diffusion, DALLE-2, etc., have become a common base for various tasks due to their superior quality and extensive knowledge bases. As image composition an…

DenoisingImage GenerationObjectText to Image Generation+1

Seizing the Means of Production: Exploring the Landscape of Crafting, Adapting and Navigating Generative AI Models in the Visual Arts

2024-04-26 · Ahmed M. Abuzuraiq, Philippe Pasquier

In this paper, we map out the landscape of options available to visual artists for creating personal artworks, including crafting, adapting and navigating deep generative models. Following that, we argue for revisiting m…

Chirpy3D: Creative Fine-grained 3D Object Fabrication via Part Sampling

2025-01-07 · Kam Woh Ng, Jing Yang, Jia Wei Sii, Jiankang Deng 외

We present Chirpy3D, a novel approach for fine-grained 3D object generation, tackling the challenging task of synthesizing creative 3D objects in a zero-shot setting, with access only to unposed 2D images of seen categor…

3D Generation

DoodleFormer: Creative Sketch Drawing with Transformers

2021-12-06 · Ankan Kumar Bhunia, Salman Khan, Hisham Cholakkal, Rao Muhammad Anwer 외

Creative sketching or doodling is an expressive activity, where imaginative and previously unseen depictions of everyday visual objects are drawn. Creative sketch image generation is a challenging vision problem, where t…

DecoderImage Generation

CreativityBench: Evaluating Agent Creative Reasoning via Affordance-Based Tool Repurposing

2026-04-06 · Cheng Qian, Hyeonjeong Ha, Jiayu Liu, Jeonghwan Kim 외 arxiv

Recent advances in large language models have led to strong performance on reasoning and environment-interaction tasks, yet their ability for creative problem-solving remains underexplored. We study this capability throu…