Personal Assistant Systems
The AI Interface: Designing for the Ideal Machine-Human Experience (Editorial)
Sundar, Aparna, Russell-Rose, Tony, Kruschwitz, Udo, Machleit, Karen
As artificial intelligence (AI) becomes increasingly embedded in daily life, designing intuitive, trustworthy, and emotionally resonant AI-human interfaces has emerged as a critical challenge. This editorial introduces a Special Issue that explores the psychology of AI experience design, focusing on how interfaces can foster seamless collaboration between humans and machines. Drawing on insights from diverse fields (healthcare, consumer technology, workplace dynamics, and cultural sector), the papers in this collection highlight the complexities of trust, transparency, and emotional sensitivity in human-AI interaction. Key themes include designing AI systems that align with user perceptions and expectations, overcoming resistance through transparency and trust, and framing AI capabilities to reduce user anxiety. By synthesizing findings from eight diverse studies, this editorial underscores the need for AI interfaces to balance efficiency with empathy, addressing both functional and emotional dimensions of user experience. Ultimately, it calls for actionable frameworks to bridge research and practice, ensuring that AI systems enhance human lives through thoughtful, human-centered design.
Privacy-Preserving Orthogonal Aggregation for Guaranteeing Gender Fairness in Federated Recommendation
Zhang, Siqing, Ding, Yuchen, Tang, Wei, Sun, Wei, Liao, Yong, Zhou, Peng Yuan
Under stringent privacy constraints, whether federated recommendation systems can achieve group fairness remains an inadequately explored question. Taking gender fairness as a representative issue, we identify three phenomena in federated recommendation systems: performance difference, data imbalance, and preference disparity. We discover that the state-of-the-art methods only focus on the first phenomenon. Consequently, their imposition of inappropriate fairness constraints detrimentally affects the model training. Moreover, due to insufficient sensitive attribute protection of existing works, we can infer the gender of all users with 99.90% accuracy even with the addition of maximal noise. In this work, we propose Privacy-Preserving Orthogonal Aggregation (PPOA), which employs the secure aggregation scheme and quantization technique, to prevent the suppression of minority groups by the majority and preserve the distinct preferences for better group fairness. PPOA can assist different groups in obtaining their respective model aggregation results through a designed orthogonal mapping while keeping their attributes private. Experimental results on three real-world datasets demonstrate that PPOA enhances recommendation effectiveness for both females and males by up to 8.25% and 6.36%, respectively, with a maximum overall improvement of 7.30%, and achieves optimal fairness in most cases. Extensive ablation experiments and visualizations indicate that PPOA successfully maintains preferences for different gender groups.
ContextGNN: Beyond Two-Tower Recommendation Systems
Yuan, Yiwen, Zhang, Zecheng, He, Xinwei, Nitta, Akihiro, Hu, Weihua, Wang, Dong, Shah, Manan, Huang, Shenyang, Stojanoviฤ, Blaลพ, Krumholz, Alan, Lenssen, Jan Eric, Leskovec, Jure, Fey, Matthias
Recommendation systems predominantly utilize two-tower architectures, which evaluate user-item rankings through the inner product of their respective embeddings. However, one key limitation of two-tower models is that they learn a pair-agnostic representation of users and items. In contrast, pair-wise representations either scale poorly due to their quadratic complexity or are too restrictive on the candidate pairs to rank. To address these issues, we introduce Context-based Graph Neural Networks (ContextGNNs), a novel deep learning architecture for link prediction in recommendation systems. The method employs a pair-wise representation technique for familiar items situated within a user's local subgraph, while leveraging two-tower representations to facilitate the recommendation of exploratory items. A final network then predicts how to fuse both pair-wise and two-tower recommendations into a single ranking of items. We demonstrate that ContextGNN is able to adapt to different data characteristics and outperforms existing methods, both traditional and GNN-based, on a diverse set of practical recommendation tasks, improving performance by 20% on average.
Black Friday speaker deals for 2024: Save up to 55 percent off JBL, Sonos, Echo, Marshall and more
Earbuds are nice, but a portable speaker shares music with friends. And now for Black Friday, many of our favorite music sharers are on sale. We found deals on many of the speakers we've tested for our various guides and reviews -- and most of those discounts are hitting the lowest prices of the year so far. One of the best deals is the JBL Flip 6, now 50 off. Further down the page you'll see deals we found on smart speakers and soundbars too. Most everything here has been pulled from our Bluetooth speaker buying guide, our smart speaker roundup and other buying advice articles. Here are the best speaker deals we could find for Black Friday.
Scientists reveal the common dating app mistake that could make potential dates think you're stupid
When it comes to online dating, it may tempting to apply a beauty filter to bag yourself a date. But be warned, ladies โ as this can make you appear less intelligent, according to a study. An online study involving more than 2,700 participants asked them to rate images of 462 individuals. These images consisted of original faces and their corresponding'beautified' versions. None of the participants were told that some images had a beauty filter applied, and none were given'before' and'after' pictures of the same individual.
PRSI: Privacy-Preserving Recommendation Model Based on Vector Splitting and Interactive Protocols
Cao, Xiaokai, Mo, Wenjin, He, Zhenyu, Wang, Changdong
With the development of the internet, recommending interesting products to users has become a highly valuable research topic for businesses. Recommendation systems play a crucial role in addressing this issue. To prevent the leakage of each user's (client's) private data, Federated Recommendation Systems (FedRec) have been proposed and widely used. However, extensive research has shown that FedRec suffers from security issues such as data privacy leakage, and it is challenging to train effective models with FedRec when each client only holds interaction information for a single user. To address these two problems, this paper proposes a new privacy-preserving recommendation system (PRSI), which includes a preprocessing module and two main phases. The preprocessing module employs split vectors and fake interaction items to protect clients' interaction information and recommendation results. The two main phases are: (1) the collection of interaction information and (2) the sending of recommendation results. In the interaction information collection phase, each client uses the preprocessing module and random communication methods (according to the designed interactive protocol) to protect their ID information and IP addresses. In the recommendation results sending phase, the central server uses the preprocessing module and triplets to distribute recommendation results to each client under secure conditions, following the designed interactive protocol. Finally, we conducted multiple sets of experiments to verify the security, accuracy, and communication cost of the proposed method.
Addressing bias in Recommender Systems: A Case Study on Data Debiasing Techniques in Mobile Games
Wang, Yixiong, Paskevich, Maria, Wang, Hui
The mobile gaming industry, particularly the free-to-play sector, has been around for more than a decade, yet it still experiences rapid growth. The concept of games-as-service requires game developers to pay much more attention to recommendations of content in their games. With recommender systems (RS), the inevitable problem of bias in the data comes hand in hand. A lot of research has been done on the case of bias in RS for online retail or services, but much less is available for the specific case of the game industry. Also, in previous works, various debiasing techniques were tested on explicit feedback datasets, while it is much more common in mobile gaming data to only have implicit feedback. This case study aims to identify and categorize potential bias within datasets specific to model-based recommendations in mobile games, review debiasing techniques in the existing literature, and assess their effectiveness on real-world data gathered through implicit feedback. The effectiveness of these methods is then evaluated based on their debiasing quality, data requirements, and computational demands.
Break the ID-Language Barrier: An Adaption Framework for Sequential Recommendation
Yu, Xiaohan, Zhang, Li, Zhao, Xin, Wang, Yue
The recent breakthrough of large language models (LLMs) in natural language processing has sparked exploration in recommendation systems, however, their limited domain-specific knowledge remains a critical bottleneck. Specifically, LLMs lack key pieces of information crucial for sequential recommendations, such as user behavior patterns. To address this critical gap, we propose IDLE-Adapter, a novel framework that integrates pre-trained ID embeddings, rich in domain-specific knowledge, into LLMs to improve recommendation accuracy. IDLE-Adapter acts as a bridge, transforming sparse user-item interaction data into dense, LLM-compatible representations through a Pre-trained ID Sequential Model, Dimensionality Alignment, Layer-wise Embedding Refinement, and Layer-wise Distribution Alignment. Furthermore, IDLE-Adapter demonstrates remarkable flexibility by seamlessly integrating ID embeddings from diverse ID-based sequential models and LLM architectures. Extensive experiments across various datasets demonstrate the superiority of IDLE-Adapter, achieving over 10\% and 20\% improvements in HitRate@5 and NDCG@5 metrics, respectively, compared to state-of-the-art methods.
Differentially private and decentralized randomized power method
Nicolas, Julien, Sabater, Cรฉsar, Maouche, Mohamed, Mokhtar, Sonia Ben, Coates, Mark
The randomized power method has gained significant interest due to its simplicity and efficient handling of large-scale spectral analysis and recommendation tasks. As modern datasets contain sensitive private information, we need to give formal guarantees on the possible privacy leaks caused by this method. This paper focuses on enhancing privacy preserving variants of the method. We propose a strategy to reduce the variance of the noise introduced to achieve Differential Privacy (DP). We also adapt the method to a decentralized framework with a low computational and communication overhead, while preserving the accuracy. We leverage Secure Aggregation (a form of Multi-Party Computation) to allow the algorithm to perform computations using data distributed among multiple users or devices, without revealing individual data. We show that it is possible to use a noise scale in the decentralized setting that is similar to the one in the centralized setting. We improve upon existing convergence bounds for both the centralized and decentralized versions. The proposed method is especially relevant for decentralized applications such as distributed recommender systems, where privacy concerns are paramount.
Black Friday speaker deals for 2024: Save up to 55 percent off JBL, Marshall, Sonos, Echo and more
We've tested scores of speakers over the years, and the best ones have made their way into three of our buying guides: soundbars, portable speakers and smart speakers. Right now Black Friday sales are bringing notable discounts to many of our top picks. So if you need a soundbar to make the dialogue on your TV clearer or want to take your music out on the porch once the weather warms back up, this is a good time to grab something new. Of course, Black Friday doesn't technically start until the day after Thanksgiving, but nearly every retailer and speaker brand has already pushed their holiday deals live. Some discounts are even hitting new all-time lows. As new sales appear and we find new notable discounts, we'll update this list. But for now, here are the best Black Friday deals on speakers we could find.