CVFeb 23

ChimeraLoRA: Multi-Head LoRA-Guided Synthetic Datasets

arXiv:2602.19708v1h-index: 15
Originality Incremental advance
AI Analysis

This addresses data scarcity issues in privacy-constrained medical and fine-grained settings, offering an incremental improvement over existing LoRA-based methods.

The paper tackles the problem of data scarcity in specialized domains by proposing ChimeraLoRA, a method that combines class-shared and per-image LoRAs to generate synthetic images that are both diverse and detail-rich, resulting in improved downstream classification accuracy across diverse datasets.

Beyond general recognition tasks, specialized domains including privacy-constrained medical applications and fine-grained settings often encounter data scarcity, especially for tail classes. To obtain less biased and more reliable models under such scarcity, practitioners leverage diffusion models to supplement underrepresented regions of real data. Specifically, recent studies fine-tune pretrained diffusion models with LoRA on few-shot real sets to synthesize additional images. While an image-wise LoRA trained on a single image captures fine-grained details yet offers limited diversity, a class-wise LoRA trained over all shots produces diverse images as it encodes class priors yet tends to overlook fine details. To combine both benefits, we separate the adapter into a class-shared LoRA~$A$ for class priors and per-image LoRAs~$\mathcal{B}$ for image-specific characteristics. To expose coherent class semantics in the shared LoRA~$A$, we propose a semantic boosting by preserving class bounding boxes during training. For generation, we compose $A$ with a mixture of $\mathcal{B}$ using coefficients drawn from a Dirichlet distribution. Across diverse datasets, our synthesized images are both diverse and detail-rich while closely aligning with the few-shot real distribution, yielding robust gains in downstream classification accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes