paper-with-me

Papers

Chimera: Compositional Image Generation using Part-based Concepting

2025-10-20 · Shivam Singh, Yiming Chen, Agneet Chatterjee, Amit Raj, James Hays, Yezhou Yang, Chitta Baral arxiv

Personalized image generative models are highly proficient at synthesizing images from text or a single image, yet they lack explicit control for composing objects from specific parts of multiple source images without user specified masks or annotations. To address this, we introduce Chimera, a personalized image generation model that generates novel objects by combining specified parts from different source images according to textual instructions. To train our model, we first construct a dataset from a taxonomy built on 464 unique (part, subject) pairs, which we term semantic atoms. From this, we generate 37k prompts and synthesize the corresponding images with a high-fidelity text-to-image model. We train a custom diffusion prior model with part-conditional guidance, which steers the image-conditioning features to enforce both semantic identity and spatial layout. We also introduce an objective metric PartEval to assess the fidelity and compositional accuracy of generation pipelines. Human evaluations and our proposed metric show that Chimera outperforms other baselines by 14% in part alignment and compositional accuracy and 21% in visual quality.

📄 PDF Abstract BibTeX arXiv:2510.18083

Code (0)

등록된 구현이 없습니다.

Tasks

Personalized Image Generation

Similar Papers 제목 키워드 기반

When Rule Violations Are Rare: Chimera Training for Logical Anomaly Detection

2026-05-25 · Alejandro Ascarate, Leo Lebrat, Rodrigo Santa Cruz, Clinton Fookes 외 arxiv

Many practical anomalies are not merely rare inputs, but violations of semantic constraints: objects co-occur in structured ways, actions imply preconditions, and events satisfy temporal or relational regularities. We st…

Anomaly Detection

Chimera: Latency- and Performance-Aware Multi-agent Serving for Heterogeneous LLMs

2026-03-23 · Kangqi Ni, Wenyue Hua, Xiaoxiang Shi, Jiang Guo 외 arxiv

Multi-agent applications often execute complex tasks as multi-stage workflows, where each stage is an LLM call whose output becomes part of context for subsequent steps. Existing LLM serving systems largely assume homoge…

Code Generation

ConCon-Chi: Concept-Context Chimera Benchmark for Personalized Vision-Language Tasks

2024-01-01 · CVPR 2024 1 · Andrea Rosasco, Stefano Berti, Giulia Pasquale, Damiano Malafronte 외

While recent Vision-Language (VL) models excel at open-vocabulary tasks it is unclear how to use them with specific or uncommon concepts. Personalized Text-to-Image Retrieval (TIR) or Generation (TIG) are recently in…

Image Retrieval

Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers

2026-07-30 · Chongjian Ge, Hanwen Jiang, Tianyu Wang, Jiuxiang Gu 외 arxiv

Visual generation increasingly requires high-resolution images, long videos, and multimodal context, making the quadratic cost of full attention prohibitive. We introduce Chimera, a hybrid visual diffusion backbone with …

Chimera: State Space Models Beyond Sequences

2025-10-14 · Aakash Lahoti, Tanya Marwah, Ratish Puduppully, Albert Gu arxiv

Transformer-based deep learning methods have become the standard approach for modeling diverse data such as sequences, images, and graphs. These methods rely on self-attention, which treats data as an unordered set of el…