TreeAdapter: Hierarchical Taxonomy-Guided Adapter Composition for Fine-Grained Species Image Generation

2026-07-27Computer Vision and Pattern Recognition

Computer Vision and Pattern Recognition
AI summary

The authors created TreeAdapter, a system that helps AI generate better pictures of rare biological species by using the natural family tree of animals and plants. Instead of treating each species alone or using one big model, their method adds small 'adapter' parts at every level of the species hierarchy to learn both shared and unique features. They train these parts so that parent groups only focus on what their child groups do not, making the model more accurate. Tests showed TreeAdapter makes better detailed images than existing general or specialized methods.

text-to-image modelsfine-grained generationtaxonomic hierarchyadapter moduleslong-tailed distributionhierarchical modelingresidual learningbiodiversity benchmarks
Authors
Yuze Sun, Zhongjie Duan, Yingda Chen
Abstract
Although general text-to-image models excel in open-domain generation, their performance degrades significantly in specialized downstream domains, particularly when generating images of rare biological species. Hindered by long-tailed distributions, general models struggle to capture subtle fine-grained details, while per-species fine-tuning methods over-isolate individual species and consequently ignore the shared visual features among closely related taxa. To address this, we propose TreeAdapter, a novel framework that explicitly leverages hierarchical taxonomic data. Rather than using a monolithic model or independent per-species modules, TreeAdapter attaches lightweight adapters to every node of the taxonomic tree. Specifically, leaf-node adapters capture species-specific visual traits, while internal-node adapters encapsulate shared semantics among descendant taxa. We introduce a two-stage training paradigm where ancestor adapters are optimized to model only the residual visual features unexplained by their descendants. This model architecture and training paradigm enable the model to fully leverage hierarchical information, ensuring the accurate generation of visual features for each species. Extensive experiments across three large-scale biodiversity benchmarks demonstrate that TreeAdapter achieves state-of-the-art fine-grained generation quality, outperforming both general-purpose and domain-specific baselines.