39 research outputs found
Gradient Based Hybridization of PSO
Particle Swarm Optimization (PSO) has emerged as a powerful metaheuristic
global optimization approach over the past three decades. Its appeal lies in
its ability to tackle complex multidimensional problems that defy conventional
algorithms. However, PSO faces challenges, such as premature stagnation in
single-objective scenarios and the need to strike a balance between exploration
and exploitation. Hybridizing PSO by integrating its cooperative nature with
established optimization techniques from diverse paradigms offers a promising
solution. In this paper, we investigate various strategies for synergizing
gradient-based optimizers with PSO. We introduce different hybridization
principles and explore several approaches, including sequential decoupled
hybridization, coupled hybridization, and adaptive hybridization. These
strategies aim to enhance the efficiency and effectiveness of PSO, ultimately
improving its ability to navigate intricate optimization landscapes. By
combining the strengths of gradient-based methods with the inherent social
dynamics of PSO, we seek to address the critical objectives of intelligent
exploration and exploitation in complex optimization tasks. Our study delves
into the comparative merits of these hybridization techniques and offers
insights into their application across different problem domains
Data augmentation for recommender system: A semi-supervised approach using maximum margin matrix factorization
Collaborative filtering (CF) has become a popular method for developing
recommender systems (RS) where ratings of a user for new items is predicted
based on her past preferences and available preference information of other
users. Despite the popularity of CF-based methods, their performance is often
greatly limited by the sparsity of observed entries. In this study, we explore
the data augmentation and refinement aspects of Maximum Margin Matrix
Factorization (MMMF), a widely accepted CF technique for the rating
predictions, which have not been investigated before. We exploit the inherent
characteristics of CF algorithms to assess the confidence level of individual
ratings and propose a semi-supervised approach for rating augmentation based on
self-training. We hypothesize that any CF algorithm's predictions with low
confidence are due to some deficiency in the training data and hence, the
performance of the algorithm can be improved by adopting a systematic data
augmentation strategy. We iteratively use some of the ratings predicted with
high confidence to augment the training data and remove low-confidence entries
through a refinement process. By repeating this process, the system learns to
improve prediction accuracy. Our method is experimentally evaluated on several
state-of-the-art CF algorithms and leads to informative rating augmentation,
improving the performance of the baseline approaches.Comment: 20 page
UniRecSys: A Unified Framework for Personalized, Group, Package, and Package-to-Group Recommendations
Recommender systems aim to enhance the overall user experience by providing
tailored recommendations for a variety of products and services. These systems
help users make more informed decisions, leading to greater user satisfaction
with the platform. However, the implementation of these systems largely depends
on the context, which can vary from recommending an item or package to a user
or a group. This requires careful exploration of several models during the
deployment, as there is no comprehensive and unified approach that deals with
recommendations at different levels. Furthermore, these individual models must
be closely attuned to their generated recommendations depending on the context
to prevent significant variation in their generated recommendations. In this
paper, we propose a novel unified recommendation framework that addresses all
four recommendation tasks, namely personalized, group, package, or
package-to-group recommendation, filling the gap in the current research
landscape. The proposed framework can be integrated with most of the
traditional matrix factorization-based collaborative filtering models. The idea
is to enhance the formulation of the existing approaches by incorporating
components focusing on the exploitation of the group and package latent
factors. These components also help in exploiting a rich latent representation
of the user/item by enforcing them to align closely with their corresponding
group/package representation. We consider two prominent CF techniques,
Regularized Matrix Factorization and Maximum Margin Matrix factorization, as
the baseline models and demonstrate their customization to various
recommendation tasks. Experiment results on two publicly available datasets are
reported, comparing them to other baseline approaches that consider individual
rating feedback for group or package recommendations.Comment: 25 page
Conformal Group Recommender System
Group recommender systems (GRS) are critical in discovering relevant items
from a near-infinite inventory based on group preferences rather than
individual preferences, like recommending a movie, restaurant, or tourist
destination to a group of individuals. The traditional models of group
recommendation are designed to act like a black box with a strict focus on
improving recommendation accuracy, and most often, they place the onus on the
users to interpret recommendations. In recent years, the focus of Recommender
Systems (RS) research has shifted away from merely improving recommendation
accuracy towards value additions such as confidence and explanation. In this
work, we propose a conformal prediction framework that provides a measure of
confidence with prediction in conjunction with a group recommender system to
augment the system-generated plain recommendations. In the context of group
recommender systems, we propose various nonconformity measures that play a
vital role in the efficiency of the conformal framework. We also show that
defined nonconformity satisfies the exchangeability property. Experimental
results demonstrate the effectiveness of the proposed approach over several
benchmark datasets. Furthermore, our proposed approach also satisfies validity
and efficiency properties.Comment: 23 page