Text-to-Model: Text-Conditioned Neural Network Diffusion for Train-Once-for-All Personalization

Generative artificial intelligence (GenAI) has made significant progress in understanding world knowledge and generating content from human languages across various modalities, like text-to-text large language models, text-to-image stable diffusion, and text-to-video Sora. While in this paper, we investigate the capability of GenAI for text-to-model generation, to see whether GenAI can comprehend hyper-level knowledge embedded within AI itself parameters. Specifically, we study a practical scenario termed train-once-for-all personalization, aiming to generate personalized models for diverse end-users and tasks using text prompts. Inspired by the recent emergence of neural network diffusion, we present Tina, a text-conditioned neural network diffusion for train-once-for-all personalization. Tina leverages a diffusion transformer model conditioned on task descriptions embedded using a CLIP model. Despite the astronomical number of potential personalized tasks (e.g., $1.73\times10^{13}$), by our design, Tina demonstrates remarkable in-distribution and out-of-distribution generalization even trained on small datasets ($\sim 1000$). We further verify whether and how \Tina understands world knowledge by analyzing its capabilities under zero-shot/few-shot image prompts, different numbers of personalized classes, prompts of natural language descriptions, and predicting unseen entities.

Paper

References (63)

Scroll for more · 38 remaining

Similar papers

Reviewer htFA4/10 · confidence 4/52024-07-10

Summary

The paper introduces Tina, a text-conditioned neural network diffusion model designed for train-once-for-all personalization. Tina utilizes a diffusion transformer model conditioned on task descriptions embedded using a CLIP model. This innovative approach aims to generate personalized models for various end-users and tasks based on text prompts, demonstrating significant generalization capabilities even when trained on relatively small datasets (~1000 samples). The model is evaluated under zero-shot/few-shot image prompts, varying numbers of personalized classes, natural language descriptions, and predicting unseen entities to assess its understanding of world knowledge.

Strengths

- The paper provides a comprehensive explanation of the design and framework of Tina. - It conducts a detailed ablation study and experiments across different datasets. - The topic is interesting, and the presentation is clear and easy to understand. - very detailed and robust comparison with previous works.

Weaknesses

- The model parameter size in the experiments is too small; larger models are needed to evaluate effectiveness. - In Table 1, the results of direct fine-tuning should be included. - We might need an ablation study on the impact of text prompts. - We might need an ablation study to determine if the model merely memorizes and reproduces parameters. - Figure 2 requires polishing for better clarity.

Questions

Can you provide your prompts for Appendix A.2? If the authors solve my questions, I will raise my scores.

Rating

4

Confidence

4

Soundness

3

Presentation

4

Contribution

2

Limitations

The model size is too small in exp.

Reviewer Gsfd6/10 · confidence 4/52024-07-13

Summary

To generate personalized models for a variety of end-users and tasks via text prompts, this paper introduces Tina, a text-conditioned neural network diffusion model. Tina employs a diffusion transformer model, complemented by a CLIP model to embed task descriptions. Remarkably, Tina demonstrates superior generalization capabilities even on small-scale datasets, performing well both within and outside the distribution of the training data. Furthermore, Tina exhibits robust performance under zero-shot/few-shot image prompts, natural language instructions, and unseen categories.

Strengths

1.The method demonstrates excellent generalization, showcasing significant in-distribution and out-of-distribution performance even when trained on small datasets. It also exhibits robust behavior in predicting entities that have not been seen before. 2.Compared to existing text-to-image models (such as stable diffusion), text-to-video models (like Sora), and large language models (such as GPT-4), the concept of Tina, which generates personalized models suitable for specific tasks directly from text descriptions, is quite novel. 3.The experimental process is comprehensive and reliable. The paper conducts comparisons against baselines across multiple datasets, and it also undertakes experiments to validate generalization performance as well as performs ablation studies. 4.The experiments involves multiple datasets to verify the effectiveness of the proposed methods.

Weaknesses

1.It is better to includes more comprehensive and competitive baselines to show the model’s effectiveness and advance. The two baselines come from one paper published in 2023. As for the experimental setting involves three widely-used datasets, I am wondering whether the experimental results excels or perform similarly to the SOTA performance on some of the three datasets. In other word, is it possible to apply the proposed strategy to some more advanced framework to make the performance similar to the SOTA, which ensure the proposed method have real applications in the real use. 2.The base model is CNN or ResNet in the experiments. Is the proposed method generalized to more advanced framework? Applying the proposed method on more advanced framework and obtain more advance performance indicates that the method has potential to be used in the real life. 3.We suggest providing necessary explanations in the captions of the model framework overview.

Questions

None

Rating

6

Confidence

4

Soundness

2

Presentation

3

Contribution

3

Limitations

The limitations are fine with me.

Reviewer BHPs6/10 · confidence 4/52024-07-14

Summary

This work introduces Tina, a text-conditioned neural network diffusion model designed for generating personalized models from text prompts. Tina aims to enable efficient personalization by training a generic model once and then customizing it for various end-user tasks using task descriptions. Leveraging a diffusion transformer model and CLIP-based text embeddings, Tina demonstrates the ability to generate models for a wide range of personalized tasks. The approach shows promising results in generalizing to both seen and unseen tasks, achieving state-of-the-art performance in several benchmarks.

Strengths

1. Tina's train-once-for-all approach effectively addresses the need for personalized models without requiring extensive retraining, making it a practical solution for diverse end-user scenarios. 2. The model achieves competitive performance across multiple datasets, demonstrating its robustness and effectiveness in both in-distribution and out-of-distribution tasks. 3. Tina can handle various types of input prompts (text, images) and generalize to unseen classes and tasks, highlighting its versatility and potential for broader applications.

Weaknesses

1. Some methodological details are sparse, such as the specific configurations and hyperparameters used for training Tina. Providing more granular details could help readers replicate the experiments. 2. The reason for adopting DiT as the weight generation model is not well justified. It would be good to see some results of adopting different kinds of diffusion models.

Questions

1. It would be good to clarify how exactly the parameters are inherited from G.pt for initialization. 2. Tina encodes and decodes the parameter tokens with linear layers, which are trained along with the DiT model in an end-to-end manner. I'm curious about what are the benefits of this one-stage manner compared to the original neural network diffusion, which trains an autoencoder and diffusion model separately. And what would the performance be if you adopted the same pipeline of neural network diffusion for weight generation?

Rating

6

Confidence

4

Soundness

3

Presentation

3

Contribution

3

Limitations

While limitations are discussed, the manuscript could benefit from a discussion of the scalability of Tina to larger datasets and more complex tasks.

Reviewer Gsfd2024-08-10

Thanks for responding my comments

I have checked the authors' rebuttal and reviewers' comments. The authors' rebuttal sounds fine with me, which addressed most of my concerns. The authors add some additional experiements (i.e. on ViT) for my concerns as well as other reviewers' questions. I still would like to vote for this paper. Considering other reviewers' comments and the overall quality of this paper, I tend to keep my score.

Authorsrebuttal2024-08-11

Thanks for the post-rebuttal response

Many thanks for your time and efforts in reviewing our work. We greatly appreciate your recognition of our work and are pleased to hear that we have addressed your concerns.

Reviewer BHPs2024-08-11

Thank you for the thorough and thoughtful rebuttal. The authors have successfully addressed my concerns, so I am increasing my rating from 5 to 6.

Authorsrebuttal2024-08-12

Thanks for the post-rebuttal response

Many thanks for your post-rebuttal feedback. We are deeply grateful for your efforts in engaging with our work and your support in raising your score. Thanks again for your time and attention.

Reviewer htFA2024-08-13

Thanks for your response and additional results. 1. I am still concerned about the model size. You can directly include model size parameter size in the Table and paper 2. The author might need to include statistical results in the Exp section, eg, Table 1, Table 2. 3. Please include the revised Figure and results in the final version. Overall, I will keep my score.

Authorsrebuttal2024-08-13

Thanks for your feedback

We thank the reviewer for the post-rebuttal feedback. Here, we provide the following response to address your remaining concerns. - We may kindly remind that due to NeurIPS’s policy, during rebuttal, we cannot edit and revise the submission (the paper PDF), hoping you could understand. The added results during the rebuttal are in the PDF of the [General Response](https://openreview.net/forum?id=nblJSwtdrJ&noteId=zVKd9OZqeO). We kindly promise that all the issues raised by the reviewers and all the results presented in the rebuttal will be included in the future version of the paper once accepted. - For the model size, actually, we have already included the details in the original submission, i.e., in Lines 240-245. Knowing your concern about the model size, during rebuttal, we have conducted experiments on ViT-B/32 (pretrained by CLIP), whose size is 78M (millions), much larger than CNN and ResNet, and the results are promising. We will take your advice on putting the details of model sizes in the Table captions of the paper. - For the statistical results, actually, the results in our paper (including the reviewer mentioned Tables 1 and 2) are statistical and fair since, for every setting, we test the personalization performances across over 100 tasks and take the average scores presented in the tables, and each task includes more than 1000 testing image samples. We believe this evaluation measurement is statistical, representative, and fair for the compared methods. Sorry for the confusion; we will include these evaluation details in the paper. We appreciate the opportunity to address your further concerns, and we sincerely apologize for any confusion and misunderstanding caused before. Your support is important to our paper and we deeply appreciate your valuable comments and feedback. If our response has relieved your concerns, we sincerely hope that you might consider increasing your score. This would be extremely important to us, and we hope for your understanding. Thanks again for your efforts and time in reviewing our paper.

Program Chairsdecision2024-09-25

Decision

Reject

© 2026 NYSGPT2525 LLC