y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#cold-start-problem News & Analysis

9 articles tagged with #cold-start-problem. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

9 articles
AIBullisharXiv – CS AI · May 287/10
🧠

FLUID: From Ephemeral IDs to Multimodal Semantic Codes for Industrial-Scale Livestreaming Recommendation

Researchers introduced FLUID, a production-scale recommendation system that eliminates reliance on item IDs for livestreaming platforms by using multimodal semantic codes instead. Deployed across platforms with over one billion users, the system achieves significant performance gains including 2.05% improvement in cold-start room views, addressing a fundamental challenge in recommending short-lived broadcast content.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Denoising Implicit Feedback for Cold-start Recommendation

Researchers propose DIF, a denoising method for recommendation systems that addresses the cold-start problem by using content similarity to infer user preferences for new items. The model-agnostic approach has been deployed at scale on Kuaishou, a billion-user platform, demonstrating significant improvements in commercial metrics for cold-start scenarios.

AINeutralarXiv – CS AI · Jun 196/10
🧠

VCG: A Multimodal Retrieval Framework for E-Commerce Video Feeds under Extreme Cold-Start Conditions

Researchers present VCG, a multimodal retrieval system that addresses the cold-start problem in e-commerce video feeds by using vision-language models to match users and videos in a shared semantic space rather than relying on behavioral history. The system achieved a 50% uplift in video completion rates during A/B testing and demonstrates that CLIP-based discriminative embeddings outperform generative LLM approaches for retrieval tasks.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Representation Curriculum: Stagewise Training for Robust Ranking and Allocation

Researchers propose Representation Curriculum (RC), a machine learning training method that improves ranking systems in digital marketplaces by strategically controlling when different data signals are introduced during model training. The approach reduces over-reliance on exposure-dependent historical signals and strengthens content-based merit evaluation, yielding better performance on cold-start scenarios and improved robustness across distribution shifts.

AIBullisharXiv – CS AI · Jun 86/10
🧠

Mind the Gap: Bridging Behavioral Silos with LLMs in Multi-Vertical Recommendations

Researchers propose a novel framework using Large Language Models and Retrieval-Augmented Generation to address the cold-start problem in multi-vertical e-commerce platforms by transferring behavioral knowledge from data-rich verticals like restaurants to emerging categories like grocery and retail. The approach synthesizes hierarchical taxonomic features from user order histories and integrates them into a Multi-Task Learning ranking model, demonstrating improved personalization in production environments.

AINeutralarXiv – CS AI · Jun 56/10
🧠

CausalPOI: Spatio-Temporal Graph-Based Causal Modeling for Cold-Start POI Check-in Forecasting

Researchers introduce CausalPOI, a spatio-temporal graph-based machine learning framework designed to predict check-in patterns for newly opened Points of Interest by modeling causal relationships between locations. The approach outperforms existing methods by capturing functional dependencies between POIs rather than relying solely on proximity, offering improved forecasting accuracy for urban planning applications.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Bridging the Semantic-Collaborative Gap: An Asymmetric Graph Architecture for Cold-Start Item Recommendation

Researchers at Tubi have developed Shallow-RHS, a graph-based recommendation system that addresses the cold-start problem for new content by using asymmetric neural architectures. The model separates user-interaction modeling from content feature encoding, enabling immediate embeddings for newly ingested items while maintaining collaborative filtering capabilities in production environments.

AIBullisharXiv – CS AI · Jun 26/10
🧠

T-POP: Test-Time Personalization with Online Preference Feedback

Researchers introduce T-POP, a novel algorithm that personalizes large language models in real-time by learning from user preference feedback during text generation, without requiring parameter updates or extensive pre-existing user data. The method combines test-time alignment with dueling bandits to efficiently balance exploration and exploitation, addressing the cold-start problem in LLM personalization.