model recommendation
ImageGem: In-the-wild Generative Image Interaction Dataset for Generative Model Personalization
Guo, Yuanhe, Xie, Linxi, Chen, Zhuoran, Yu, Kangrui, Po, Ryan, Yang, Guandao, Wetztein, Gordon, Wen, Hongyi
W e introduce ImageGem, a dataset for studying generative models that understand fine-grained individual preferences. W e posit that a key challenge hindering the development of such a generative model is the lack of in-the-wild and fine-grained user preference annotations. Our dataset features real-world interaction data from 57K users, who collectively have built 242K customized LoRAs, written 3M text prompts, and created 5M generated images. With user preference annotations from our dataset, we were able to train better preference alignment models. In addition, leveraging individual user preference, we investigated the performance of retrieval models and a vision-language model on personalized image retrieval and generative model recommendation. Finally, we propose an end-to-end framework for editing customized diffusion models in a latent weight space to align with individual user preferences. Our results demonstrate that the ImageGem dataset enables, for the first time, a new paradigm for generative model personalization.
Recommending Pre-Trained Models for IoT Devices
Patil, Parth V., Jiang, Wenxin, Peng, Huiyun, Lugo, Daniel, Kalu, Kelechi G., LeBlanc, Josh, Smith, Lawrence, Heo, Hyeonwoo, Aou, Nathanael, Davis, James C.
The availability of pre-trained models (PTMs) has enabled faster deployment of machine learning across applications by reducing the need for extensive training. Techniques like quantization and distillation have further expanded PTM applicability to resource-constrained IoT hardware. Given the many PTM options for any given task, engineers often find it too costly to evaluate each model's suitability. Approaches such as LogME, LEEP, and ModelSpider help streamline model selection by estimating task relevance without exhaustive tuning. However, these methods largely leave hardware constraints as future work-a significant limitation in IoT settings. In this paper, we identify the limitations of current model recommendation approaches regarding hardware constraints and introduce a novel, hardware-aware method for PTM selection. We also propose a research agenda to guide the development of effective, hardware-conscious model recommendation systems for IoT applications.
GEMRec: Towards Generative Model Recommendation
Guo, Yuanhe, Liu, Haoming, Wen, Hongyi
Recommender Systems are built to retrieve relevant items to satisfy users' information needs. The candidate corpus usually consists of a finite set of items that are ready to be served, such as videos, products, or articles. With recent advances in Generative AI such as GPT and Diffusion models, a new form of recommendation task is yet to be explored where items are to be created by generative models with personalized prompts. Taking image generation as an example, with a single prompt from the user and access to a generative model, it is possible to generate hundreds of new images in a few minutes. How shall we attain personalization in the presence of "infinite" items? In this preliminary study, we propose a two-stage framework, namely Prompt-Model Retrieval and Generated Item Ranking, to approach this new task formulation. We release GEMRec-18K, a prompt-model interaction dataset with 18K images generated by 200 publicly-available generative models paired with a diverse set of 90 textual prompts. Our findings demonstrate the promise of generative model recommendation as a novel personalization problem and the limitations of existing evaluation metrics. We highlight future directions for the RecSys community to advance towards generative recommender systems. Our code and dataset are available at https://github.com/MAPS-research/GEMRec.
Enhancing Machine Learning Personalization through Variety - KDnuggets
Businesses generally run campaigns of 8-10 weeks duration with weekly e-mails sent to the reachable customer base. Since the customer's purchase pattern depends on the nature of products in the product catalog, the time to the next purchase is usually a month or more, depending on the category. As a result, for most of the customers, the content being sent across the weekly campaigns is usually the same because the model recommendations do not change weekly based on the historical data. Therefore, stagnant recommendations over a period of 3 to 4 weeks may lead to a bad customer experience. On the flip side, based on the frequency of purchase, sending e-mails with similar content may also serve as a reminder in case the customer misses any of the previous e-mails.