Goto

Collaborating Authors

 Personal Assistant Systems


A Survey of Foundation Model-Powered Recommender Systems: From Feature-Based, Generative to Agentic Paradigms

arXiv.org Artificial Intelligence

Recommender systems (RS) have become essential in filtering information and personalizing content for users. RS techniques have traditionally relied on modeling interactions between users and items as well as the features of content using models specific to each task. The emergence of foundation models (FMs), large scale models trained on vast amounts of data such as GPT, LLaMA and CLIP, is reshaping the recommendation paradigm. This survey provides a comprehensive overview of the Foundation Models for Recommender Systems (FM4RecSys), covering their integration in three paradigms: (1) Feature-Based augmentation of representations, (2) Generative recommendation approaches, and (3) Agentic interactive systems. We first review the data foundations of RS, from traditional explicit or implicit feedback to multimodal content sources. We then introduce FMs and their capabilities for representation learning, natural language understanding, and multi-modal reasoning in RS contexts. The core of the survey discusses how FMs enhance RS under different paradigms. Afterward, we examine FM applications in various recommendation tasks. Through an analysis of recent research, we highlight key opportunities that have been realized as well as challenges encountered. Finally, we outline open research directions and technical challenges for next-generation FM4RecSys. This survey not only reviews the state-of-the-art methods but also provides a critical analysis of the trade-offs among the feature-based, the generative, and the agentic paradigms, outlining key open issues and future research directions.


Disentangling and Generating Modalities for Recommendation in Missing Modality Scenarios

arXiv.org Artificial Intelligence

Multi-modal recommender systems (MRSs) have achieved notable success in improving personalization by leveraging diverse modalities such as images, text, and audio. However, two key challenges remain insufficiently addressed: (1) Insufficient consideration of missing modality scenarios and (2) the overlooking of unique characteristics of modality features. These challenges result in significant performance degradation in realistic situations where modalities are missing. To address these issues, we propose Disentangling and Generating Modality Recommender (DGMRec), a novel framework tailored for missing modality scenarios. DGMRec disentangles modality features into general and specific modality features from an information-based perspective, enabling richer representations for recommendation. Building on this, it generates missing modality features by integrating aligned features from other modalities and leveraging user modality preferences. Extensive experiments show that DGMRec consistently outperforms state-of-the-art MRSs in challenging scenarios, including missing modalities and new item settings as well as diverse missing ratios and varying levels of missing modalities. Moreover, DGMRec's generation-based approach enables cross-modal retrieval, a task inapplicable for existing MRSs, highlighting its adaptability and potential for real-world applications. Our code is available at https://github.com/ptkjw1997/DGMRec.


Dynamic hashtag recommendation in social media with trend shift detection and adaptation

arXiv.org Artificial Intelligence

Hashtag recommendation systems have emerged as a key tool for automatically suggesting relevant hashtags and enhancing content categorization and search. However, existing static models struggle to adapt to the highly dynamic nature of social media conversations, where new hashtags constantly emerge and existing ones undergo semantic shifts. To address these challenges, this paper introduces H-ADAPTS (Hashtag recommendAtion by Detecting and adAPting to Trend Shifts), a dynamic hashtag recommendation methodology that employs a trend-aware mechanism to detect shifts in hashtag usage-reflecting evolving trends and topics within social media conversations-and triggers efficient model adaptation based on a (small) set of recent posts. Additionally, the Apache Storm framework is leveraged to support scalable and fault-tolerant analysis of high-velocity social data, enabling the timely detection of trend shifts. Experimental results from two real-world case studies, including the COVID-19 pandemic and the 2020 US presidential election, demonstrate the effectiveness of H-ADAPTS in providing timely and relevant hashtag recommendations by adapting to emerging trends, significantly outperforming existing solutions.


Leviton Decora Smart Z-Wave 800 review: It's OK to say no to Wi-Fi

PCWorld

Leviton, one of the biggest electrical component manufacturers in the world, makes high-quality products and offers a comprehensive collection of Z-Wave-compatible devices in addition to this Z-Wave 800 dimmer and switch. Smart lighting controls that operate over Wi-Fi are great, because they don't require a hub; they connect directly to your router. The downside is that they must compete with all the other clients on your home network: Your computers, gaming consoles, media streamers, smart speakers, home security cameras, smart plugs, and many, many more. I live in a very small home--less than 800 square feet--but there are still more than 80 devices connected to the Eero 6 router in my Ring Alarm Pro. Given that the Eero 6's practical limit is 128 clients, there just isn't a lot of room for light switches and dimmers.


Google paid Samsung to preload and integrate Gemini AI on phones

PCWorld

If you're using an Android phone, you've probably noticed that Google's Gemini AI assistant seems to be popping up everywhere, the same way it's been popping into Google Search, Docs, YouTube, etc. And this is true even if you aren't using a Google-branded phone. Turns out, that's no accident because Google is paying Samsung loads of money to make sure Gemini is front and center on its phones. The information comes from a predictable source: testimony in the ongoing and potentially disastrous Google antitrust case. Google has lost two separate antitrust cases brought by the US federal government in the last year.)


Collaborative Learning of On-Device Small Model and Cloud-Based Large Model: Advances and Future Directions

arXiv.org Artificial Intelligence

The conventional cloud-based large model learning framework is increasingly constrained by latency, cost, personalization, and privacy concerns. In this survey, we explore an emerging paradigm: collaborative learning between on-device small model and cloud-based large model, which promises low-latency, cost-efficient, and personalized intelligent services while preserving user privacy. We provide a comprehensive review across hardware, system, algorithm, and application layers. At each layer, we summarize key problems and recent advances from both academia and industry. In particular, we categorize collaboration algorithms into data-based, feature-based, and parameter-based frameworks. We also review publicly available datasets and evaluation metrics with user-level or device-level consideration tailored to collaborative learning settings. We further highlight real-world deployments, ranging from recommender systems and mobile livestreaming to personal intelligent assistants. We finally point out open research directions to guide future development in this rapidly evolving field.


Reolink security cams gain 'Works With Home Assistant' certification

PCWorld

Reolink has become the first security camera manufacturer to obtain Works With Home Assistant certification for its Wi-Fi home security cameras. This means Reolink's cameras--not including its 4G models--can now process video feeds, AI alerts, and device controls entirely within users' home networks to enhance user privacy. Home Assistant is a free and open-source smart home software platform managed by the Open Home Foundation. It has been embraced by many DIY smart home enthusiasts, and it can run on lots of different hardware, ranging from Raspberry Pi and Arm processors to the 64-bit x86 architecture commonly found in Mini PCs. It can even operate as a virtual machine on a laptop or desktop running MacOS or Windows.


Help! I Think My Neighbor Is Up to Something Very Suspicious. Someone Needs to Warn His Wife.

Slate

Dear Prudence is Slate's advice column. I was browsing a men-seeking-men dating app when I came across the profile of my neighbor, "Gary." He described himself as "single and looking for fun." I happen to know that Gary is married with two kids under 3 years old. The thing is, I don't know his wife "Bethany" that well; we've only ever waved to one another in the neighborhood and briefly engaged in small talk when we run into each other.


Large Language Models Enhanced Hyperbolic Space Recommender Systems

arXiv.org Artificial Intelligence

Large Language Models (LLMs) have attracted significant attention in recommender systems for their excellent world knowledge capabilities. However, existing methods that rely on Euclidean space struggle to capture the rich hierarchical information inherent in textual and semantic data, which is essential for capturing user preferences. The geometric properties of hyperbolic space offer a promising solution to address this issue. Nevertheless, integrating LLMs-based methods with hyperbolic space to effectively extract and incorporate diverse hierarchical information is non-trivial. To this end, we propose a model-agnostic framework, named HyperLLM, which extracts and integrates hierarchical information from both structural and semantic perspectives. Structurally, HyperLLM uses LLMs to generate multi-level classification tags with hierarchical parent-child relationships for each item. Then, tag-item and user-item interactions are jointly learned and aligned through contrastive learning, thereby providing the model with clear hierarchical information. Semantically, HyperLLM introduces a novel meta-optimized strategy to extract hierarchical information from semantic embeddings and bridge the gap between the semantic and collaborative spaces for seamless integration. Extensive experiments show that HyperLLM significantly outperforms recommender systems based on hyperbolic space and LLMs, achieving performance improvements of over 40%. Furthermore, HyperLLM not only improves recommender performance but also enhances training stability, highlighting the critical role of hierarchical information in recommender systems.


Federated Latent Factor Model for Bias-Aware Recommendation with Privacy-Preserving

arXiv.org Artificial Intelligence

A recommender system (RS) aims to provide users with personalized item recommendations, enhancing their overall experience. Traditional RSs collect and process all user data on a central server. However, this centralized approach raises significant privacy concerns, as it increases the risk of data breaches and privacy leakages, which are becoming increasingly unacceptable to privacy-sensitive users. To address these privacy challenges, federated learning has been integrated into RSs, ensuring that user data remains secure. In centralized RSs, the issue of rating bias is effectively addressed by jointly analyzing all users' raw interaction data. However, this becomes a significant challenge in federated RSs, as raw data is no longer accessible due to privacy-preserving constraints. To overcome this problem, we propose a Federated Bias-Aware Latent Factor (FBALF) model. In FBALF, training bias is explicitly incorporated into every local model's loss function, allowing for the effective elimination of rating bias without compromising data privacy. Extensive experiments conducted on three real-world datasets demonstrate that FBALF achieves significantly higher recommendation accuracy compared to other state-of-the-art federated RSs.