Goto

Collaborating Authors

 Personal Assistant Systems


Self-Disclosure to AI: The Paradox of Trust and Vulnerability in Human-Machine Interactions

arXiv.org Artificial Intelligence

In this paper, we explore the paradox of trust and vulnerability in human-machine interactions, inspired by Alexander Reben's BlabDroid project. This project used small, unassuming robots that actively engaged with people, successfully eliciting personal thoughts or secrets from individuals, often more effectively than human counterparts. This phenomenon raises intriguing questions about how trust and self-disclosure operate in interactions with machines, even in their simplest forms. We study the change of trust in technology through analyzing the psychological processes behind such encounters. The analysis applies theories like Social Penetration Theory and Communication Privacy Management Theory to understand the balance between perceived security and the risk of exposure when personal information and secrets are shared with machines or AI. Additionally, we draw on philosophical perspectives, such as posthumanism and phenomenology, to engage with broader questions about trust, privacy, and vulnerability in the digital age. Rapid incorporation of AI into our most private areas challenges us to rethink and redefine our ethical responsibilities.


Generative Regression Based Watch Time Prediction for Video Recommendation: Model and Performance

arXiv.org Artificial Intelligence

Watch time prediction (WTP) has emerged as a pivotal task in short video recommendation systems, designed to encapsulate user interests. Predicting users' watch times on videos often encounters challenges, including wide value ranges and imbalanced data distributions, which can lead to significant bias when directly regressing watch time. Recent studies have tried to tackle these issues by converting the continuous watch time estimation into an ordinal classification task. While these methods are somewhat effective, they exhibit notable limitations. Inspired by language modeling, we propose a novel Generative Regression (GR) paradigm for WTP based on sequence generation. This approach employs structural discretization to enable the lossless reconstruction of original values while maintaining prediction fidelity. By formulating the prediction problem as a numerical-to-sequence mapping, and with meticulously designed vocabulary and label encodings, each watch time is transformed into a sequence of tokens. To expedite model training, we introduce the curriculum learning with an embedding mixup strategy which can mitigate training-and-inference inconsistency associated with teacher forcing. We evaluate our method against state-of-the-art approaches on four public datasets and one industrial dataset. We also perform online A/B testing on Kuaishou, a leading video app with about 400 million DAUs, to demonstrate the real-world efficacy of our method. The results conclusively show that GR outperforms existing techniques significantly. Furthermore, we successfully apply GR to another regression task in recommendation systems, i.e., Lifetime Value (LTV) prediction, which highlights its potential as a novel and effective solution to general regression challenges.


Recommender Engine Driven Client Selection in Federated Brain Tumor Segmentation

arXiv.org Artificial Intelligence

This study presents a robust and efficient client selection protocol designed to optimize the Federated Learning (FL) process for the Federated Tumor Segmentation Challenge (FeTS 2024). In the evolving landscape of FL, the judicious selection of collaborators emerges as a critical determinant for the success and efficiency of collective learning endeavors, particularly in domains requiring high precision. This work introduces a recommender engine framework based on non-negative matrix factorization (NNMF) and a hybrid aggregation approach that blends content-based and collaborative filtering. This method intelligently analyzes historical performance, expertise, and other relevant metrics to identify the most suitable collaborators. This approach not only addresses the cold start problem where new or inactive collaborators pose selection challenges due to limited data but also significantly improves the precision and efficiency of the FL process. Additionally, we propose harmonic similarity weight aggregation (HSimAgg) for adaptive aggregation of model parameters. We utilized a dataset comprising 1,251 multi-parametric magnetic resonance imaging (mpMRI) scans from individuals diagnosed with glioblastoma (GBM) for training purposes and an additional 219 mpMRI scans for external evaluations. Our federated tumor segmentation approach achieved dice scores of 0.7298, 0.7424, and 0.8218 for enhancing tumor (ET), tumor core (TC), and whole tumor (WT) segmentation tasks respectively on the external validation set. In conclusion, this research demonstrates that selecting collaborators with expertise aligned to specific tasks, like brain tumor segmentation, improves the effectiveness of FL networks.


How To Think About End-To-End Encryption and AI: Training, Processing, Disclosure, and Consent

arXiv.org Artificial Intelligence

End-to-end encryption (E2EE) has become the gold standard for securing communications, bringing strong confidentiality and privacy guarantees to billions of users worldwide. However, the current push towards widespread integration of artificial intelligence (AI) models, including in E2EE systems, raises some serious security concerns. This work performs a critical examination of the (in)compatibility of AI models and E2EE applications. We explore this on two fronts: (1) the integration of AI "assistants" within E2EE applications, and (2) the use of E2EE data for training AI models. We analyze the potential security implications of each, and identify conflicts with the security guarantees of E2EE. Then, we analyze legal implications of integrating AI models in E2EE applications, given how AI integration can undermine the confidentiality that E2EE promises. Finally, we offer a list of detailed recommendations based on our technical and legal analyses, including: technical design choices that must be prioritized to uphold E2EE security; how service providers must accurately represent E2EE security; and best practices for the default behavior of AI features and for requesting user consent. We hope this paper catalyzes an informed conversation on the tensions that arise between the brisk deployment of AI and the security offered by E2EE, and guides the responsible development of new AI features.


Cluster-Enhanced Federated Graph Neural Network for Recommendation

arXiv.org Artificial Intelligence

Personal interaction data can be effectively modeled as individual graphs for each user in recommender systems.Graph Neural Networks (GNNs)-based recommendation techniques have become extremely popular since they can capture high-order collaborative signals between users and items by aggregating the individual graph into a global interactive graph.However, this centralized approach inherently poses a threat to user privacy and security. Recently, federated GNN-based recommendation techniques have emerged as a promising solution to mitigate privacy concerns. Nevertheless, current implementations either limit on-device training to an unaccompanied individual graphs or necessitate reliance on an extra third-party server to touch other individual graphs, which also increases the risk of privacy leakage. To address this challenge, we propose a Cluster-enhanced Federated Graph Neural Network framework for Recommendation, named CFedGR, which introduces high-order collaborative signals to augment individual graphs in a privacy preserving manner. Specifically, the server clusters the pretrained user representations to identify high-order collaborative signals. In addition, two efficient strategies are devised to reduce communication between devices and the server. Extensive experiments on three benchmark datasets validate the effectiveness of our proposed methods.


Collaborative filtering based on nonnegative/binary matrix factorization

arXiv.org Artificial Intelligence

Collaborative filtering generates recommendations based on user-item similarities through rating data, which may involve numerous unrated items. To predict scores for unrated items, matrix factorization techniques, such as nonnegative matrix factorization (NMF), are often employed to predict scores for unrated items. Nonnegative/binary matrix factorization (NBMF), which is an extension of NMF, approximates a nonnegative matrix as the product of nonnegative and binary matrices. Previous studies have employed NBMF for image analysis where the data were dense. In this paper, we propose a modified NBMF algorithm that can be applied to collaborative filtering where data are sparse. In the modified method, unrated elements in a rating matrix are masked, which improves the collaborative filtering performance. Utilizing a low-latency Ising machine in NBMF is advantageous in terms of the computation time, making the proposed method beneficial.


Effective and secure federated online learning to rank

arXiv.org Artificial Intelligence

Online Learning to Rank (OLTR) optimises ranking models using implicit user feedback, such as clicks. Unlike traditional Learning to Rank (LTR) methods that rely on a static set of training data with relevance judgements to learn a ranking model, OLTR methods update the model continually as new data arrives. Thus, it addresses several drawbacks such as the high cost of human annotations, potential misalignment between user preferences and human judgments, and the rapid changes in user query intents. However, OLTR methods typically require the collection of searchable data, user queries, and clicks, which poses privacy concerns for users. Federated Online Learning to Rank (FOLTR) integrates OLTR within a Federated Learning (FL) framework to enhance privacy by not sharing raw data. While promising, FOLTR methods currently lag behind traditional centralised OLTR due to challenges in ranking effectiveness, robustness with respect to data distribution across clients, susceptibility to attacks, and the ability to unlearn client interactions and data. This thesis presents a comprehensive study on Federated Online Learning to Rank, addressing its effectiveness, robustness, security, and unlearning capabilities, thereby expanding the landscape of FOLTR.


It Was a Record Year for Dating Apps. They Still Don't Have It Figured Out

WIRED

Of all things about dating that people got wrong in 2024, one remains the standout: that old people don't have a lot of sex. On several dating platforms, boomers (individuals aged 59 to 72) were actually the fastest growing userbase. Aging singles were also having the most orgasmic sex of their lives, according to data from Match.com, Since 2022, the kink-positive app Feeld has experienced a 340 percent surge in users who are 60-plus. "Feeld has definitely introduced me to new desires and made me 100 percent more aware of my body and what I enjoy," Wendy, 72, said when we spoke in April.


Should You Divulge a Disability in Your Dating Profile?

Slate

Todd is looking for love, but he's unsure about disclosing something in dating profiles: his multiple sclerosis. On Slate's How To podcast, Todd got some crucial advice from Jessica Slice and Caroline Cupp, authors of Dateable: Swiping Right, Hooking Up, and Settling Down While Chronically Ill and Disabled. This week, we're sharing that wonderful episode with Death, Sex & Money listeners, and to kick things off, Anna talks to Carvell Wallace (the host of How To) about what makes this episode special. Listeners may remember Carvell from his appearance on DSM earlier this year. Do you have a problem that needs solving?


Optimization and Scalability of Collaborative Filtering Algorithms in Large Language Models

arXiv.org Artificial Intelligence

Collaborative filtering (CF) is one of the most widely adopted algorithms in recommendation systems due to its ability to generate personalized recommendations based on user behavior data. However, the rapid growth in data volume and model complexity poses significant challenges to traditional collaborative filtering algorithms[2]. These include high computational overhead, data sparsity, the cold start problem, and difficulty in scaling.In the context of LLM-based recommendation systems, these challensges are further amplified due to the intricate interactions between users, content, and language model parameters. This research explores the optimization and scalability of collaborative filtering algorithms within large language models. We propose several optimization strategies, including matrix factorization, approximate nearest neighbor search, and parallel computing, to reduce computational complexity and improve accuracy[3].This work builds on insights from [4], particularly its integration of neural matrix factorization with large language models to address cold start issues and improve recommendation accuracy through multimodal data.The multimodal fusion strategies and transformer-based methods in [5] provide valuable insights for improving data integration and scalability in collaborative filtering algorithms.The key insight from [6] is their approach to handling data imbalance and scalability, which is highly relevant for optimizing collaborative filtering algorithms in large language model-based recommendation systems.The use of CNNs and LSTMs in [7] for capturing nonlinear patterns informs optimizing collaborative filtering algorithms in LLM-based systems, improving efficiency and accuracy.