arXiv ScienceSearch

arXiv subjects

Ahmed Rashed

Publications and source records attributed to Ahmed Rashed.

At least 19 recordsLinked to original sources

Rethinking Convolutional Networks for Attribute-Aware Sequential Recommendation

Attribute-aware sequential recommendation entails predicting the next item a user will interact with based on a chronologically ordered history of past interactions, enriched with item attributes. Existing methods typically leverage self-attention mechanisms to aggregate the entire sequence into a unified representation used for next-item prediction. While effective, these models often suffer from high computational complexity and memory consumption, limiting their ability to process long user histories. This constraint restricts the model's capacity to fully capture long-term user preferences. In some scenarios, modeling item interactions purely through attention may also not be the most effective approach to extract sequential patterns. In this work, we propose ConvRec, an alternative method with linear computational and memory complexity that employs convolutional layers in a hierarchical, down-scaled fashion to generate compact, yet expressive sequence representations. To further enhance the model's ability to capture diverse sequential patterns, each layer aggregates the neighboring items gradually to reach a comprehensive sequence representation. Extensive experiments on four real-world datasets demonstrate that our approach outperforms state-of-the-art sequential recommendation models, highlighting the potential of convolution-based architectures for efficient and effective sequence modeling in recommendation systems. Our implementation code and datasets are available here https://github.com/ismll-research/ConvRec.

cs.IR

EfficientVITON: An Efficient Virtual Try-On Model using Optimized Diffusion Process

Would not it be much more convenient for everybody to try on clothes by only looking into a mirror ? The answer to that problem is virtual try-on, enabling users to digitally experiment with outfits. The core challenge lies in realistic image-to-image translation, where clothing must fit diverse human forms, poses, and figures. Early methods, which used 2D transformations, offered speed, but image quality was often disappointing and lacked the nuance of deep learning. Though GAN-based techniques enhanced realism, their dependence on paired data proved limiting. More adaptable methods offered great visuals but demanded significant computing power and time. Recent advances in diffusion models have shown promise for high-fidelity translation, yet the current crop of virtual try-on tools still struggle with detail loss and warping issues. To tackle these challenges, this paper proposes EfficientVITON, a new virtual try-on system leveraging the impressive pre-trained Stable Diffusion model for better images and deployment feasibility. The system includes a spatial encoder to maintain clothings finer details and zero cross-attention blocks to capture the subtleties of how clothes fit a human body. Input images are carefully prepared, and the diffusion process has been tweaked to significantly cut generation time without image quality loss. The training process involves two distinct stages of fine-tuning, carefully incorporating a balance of loss functions to ensure both accurate try-on results and high-quality visuals. Rigorous testing on the VITON-HD dataset, supplemented with real-world examples, has demonstrated that EfficientVITON achieves state-of-the-art results.

cs.CV

C-Code Reader of Form Factors

The process $\Lambda_b \rightarrow \Lambda_c \ell^- \bar{\nu}_\ell$ serves as a tool for exploring new physics, with contributions from scalar, vector, and tensor hadronic currents in various models. These form factors are derived from the quark model or lattice QCD. This work introduces a C-code for efficiently reading lattice QCD form factors for these currents, significantly outperforming a previous Mathematica-based approach, with a speed improvement of over 64 times per data point. The code, available on GitHub $(https://github.com/darkfiresmith96/Lattice_QCD)$, also features a web interface for user inputs.

hep-ph

Constraints on Dark Photon and Dark $Z$ Model Parameters in the $B$ and $K$ Meson Decays

The study investigates flavor-changing neutral current (FCNC) decays of $B$ and $K$ mesons in the context of a dark $U(1)_D$ model with a dark photon/dark $Z$ mass between 10 MeV and 2 GeV. While the model improves the fit to certain decay distributions, such as $B \to K^{(*)} \ell^+ \ell^- $ and $ B_s \to \phi \mu^+ \mu^- $, it is ruled out by stringent experimental constraints, including atomic parity violation, $K^+ \to \mu^+ + \text{invisible} $, and $ B_s - \overline{B}_s $ mixing. To address these constraints, the model is extended with three modifications; allowing additional invisible decays of $ Z_D $, introducing a direct vector coupling of $ Z_D $ to muons, and including a direct coupling of $ Z_D $ to both muons and electrons, with fine-tuning to cancel the mixing-induced coupling to electrons. Among these extensions, only the third scenario, involving fine-tuned electron coupling, remains consistent with all experimental constraints.

hep-ph

Analyzing Fairness of Classification Machine Learning Model with Structured Dataset

Machine learning (ML) algorithms have become integral to decision making in various domains, including healthcare, finance, education, and law enforcement. However, concerns about fairness and bias in these systems pose significant ethical and social challenges. This study investigates the fairness of ML models applied to structured datasets in classification tasks, highlighting the potential for biased predictions to perpetuate systemic inequalities. A publicly available dataset from Kaggle was selected for analysis, offering a realistic scenario for evaluating fairness in machine learning workflows. To assess and mitigate biases, three prominent fairness libraries; Fairlearn by Microsoft, AIF360 by IBM, and the What If Tool by Google were employed. These libraries provide robust frameworks for analyzing fairness, offering tools to evaluate metrics, visualize results, and implement bias mitigation strategies. The research aims to assess the extent of bias in the ML models, compare the effectiveness of these libraries, and derive actionable insights for practitioners. The findings reveal that each library has unique strengths and limitations in fairness evaluation and mitigation. By systematically comparing their capabilities, this study contributes to the growing field of ML fairness by providing practical guidance for integrating fairness tools into real world applications. These insights are intended to support the development of more equitable machine learning systems.

cs.LG

Searching for neutral state in the rare decay $J/\psi \rightarrow e^+ e^- \phi$

We investigate the decay process $J/\psi \rightarrow e^+ e^-\phi$, where the relatively clean electromagnetic (EM) transitions dominate at leading order at the tree level, while hadronic contributions arise only through hadronic loop transitions. The branching ratio of $J/\psi \rightarrow e^+ e^-\phi$ was estimated to be approximately $2.28 \times 10^{-8}$ keV where the hadronic effects are negligible compared to the EM contributions. The upper limit on the branching fraction was set to be $B(J/\psi \rightarrow e^+ e^-\phi) < 1.2 \times 10^{-7}$ by BESIII collaboration. In this paper we investigate the existence of a neutral state such as dark photon and dark $Z$. Our analysis shows that the constraints on the dark photon and dark $Z$ are stringent in the way that large enhancement to the SM branching ratio up to the present experimental limit is not possible. Therefore, observing a signal for the dark photon and dark $Z$ in this decay channel is changeable.

hep-ph

Analyzing Fairness of Computer Vision and Natural Language Processing Models

Machine learning (ML) algorithms play a critical role in decision-making across various domains, such as healthcare, finance, education, and law enforcement. However, concerns about fairness and bias in these systems have raised significant ethical and social challenges. To address these challenges, this research utilizes two prominent fairness libraries, Fairlearn by Microsoft and AIF360 by IBM. These libraries offer comprehensive frameworks for fairness analysis, providing tools to evaluate fairness metrics, visualize results, and implement bias mitigation algorithms. The study focuses on assessing and mitigating biases for unstructured datasets using Computer Vision (CV) and Natural Language Processing (NLP) models. The primary objective is to present a comparative analysis of the performance of mitigation algorithms from the two fairness libraries. This analysis involves applying the algorithms individually, one at a time, in one of the stages of the ML lifecycle, pre-processing, in-processing, or post-processing, as well as sequentially across more than one stage. The results reveal that some sequential applications improve the performance of mitigation algorithms by effectively reducing bias while maintaining the model's performance. Publicly available datasets from Kaggle were chosen for this research, providing a practical context for evaluating fairness in real-world machine learning workflows.

cs.LG

HMAR: Hierarchical Masked Attention for Multi-Behaviour Recommendation

In the context of recommendation systems, addressing multi-behavioral user interactions has become vital for understanding the evolving user behavior. Recent models utilize techniques like graph neural networks and attention mechanisms for modeling diverse behaviors, but capturing sequential patterns in historical interactions remains challenging. To tackle this, we introduce Hierarchical Masked Attention for multi-behavior recommendation (HMAR). Specifically, our approach applies masked self-attention to items of the same behavior, followed by self-attention across all behaviors. Additionally, we propose historical behavior indicators to encode the historical frequency of each items behavior in the input sequence. Furthermore, the HMAR model operates in a multi-task setting, allowing it to learn item behaviors and their associated ranking scores concurrently. Extensive experimental results on four real-world datasets demonstrate that our proposed model outperforms state-of-the-art methods. Our code and datasets are available here (https://github.com/Shereen-Elsayed/HMAR).

cs.IR

Context-Aware Sequential Model for Multi-Behaviour Recommendation

Sequential recommendation models are crucial for next-item recommendations in online platforms, capturing complex patterns in user interactions. However, many focus on a single behavior, overlooking valuable implicit interactions like clicks and favorites. Existing multi-behavioral models often fail to simultaneously capture sequential patterns. We propose CASM, a Context-Aware Sequential Model, leveraging sequential models to seamlessly handle multiple behaviors. CASM employs context-aware multi-head self-attention for heterogeneous historical interactions and a weighted binary cross-entropy loss for precise control over behavior contributions. Experimental results on four datasets demonstrate CASM's superiority over state-of-the-art approaches.

cs.IR

BlockCampus: A Blockchain-Based DApp for enhancing Student Engagement and Reward Mechanisms in an Academic Community for E-JUST University

In today's digital age, online communities have become an integral part of our lives, fostering collaboration, knowledge sharing, and community engagement. Higher education institutions, in particular, can greatly benefit from dedicated platforms that facilitate academic discussions and provide incentives for active participation. This research paper presents a comprehensive study and implementation of a decentralized application (DApp) leveraging the blockchain technology to address these needs specifically for E-JUST (Egypt-Japan University of Science and Technology) students and academic staff.

cs.CY

Dark photon and dark $Z$ mediated $B$ meson decays

We study flavor changing neutral current decays of $B$ and $K$ mesons in the dark $U(1)_D$ model, with the dark photon/dark $Z$ mass between 10 MeV and 2 GeV. Although the model provides an improved fit (compared to the standard model) to the differential decay distributions of $B \to K^{(*)} \ell^+ \ell^-$, with $\ell= \mu, e$, and $B_s \to \phi \mu^+ \mu^-$, the allowed parameter space is ruled out by measurements of atomic parity violation, $K^+ \to \mu^+ + invisible$ decay, and $B_s - \overline{B}_s$ mixing, among others. To evade constraints from low energy data, we extend the model to allow for (1) additional invisible $Z_D$ decay, (2) a direct vector coupling of $Z_D$ to muons, and (3) a direct coupling of $Z_D$ to both muons and electrons, with the electron coupling fine-tuned to cancel the $Z_D$ coupling to electrons via mixing. We find that only the latter case survives all constraints.

hep-ph

CARCA: Context and Attribute-Aware Next-Item Recommendation via Cross-Attention

In sparse recommender settings, users' context and item attributes play a crucial role in deciding which items to recommend next. Despite that, recent works in sequential and time-aware recommendations usually either ignore both aspects or only consider one of them, limiting their predictive performance. In this paper, we address these limitations by proposing a context and attribute-aware recommender model (CARCA) that can capture the dynamic nature of the user profiles in terms of contextual features and item attributes via dedicated multi-head self-attention blocks that extract profile-level features and predicting item scores. Also, unlike many of the current state-of-the-art sequential item recommendation approaches that use a simple dot-product between the most recent item's latent features and the target items embeddings for scoring, CARCA uses cross-attention between all profile items and the target items to predict their final scores. This cross-attention allows CARCA to harness the correlation between old and recent items in the user profile and their influence on deciding which item to recommend next. Experiments on four real-world recommender system datasets show that the proposed model significantly outperforms all state-of-the-art models in the task of item recommendation and achieving improvements of up to 53% in Normalized Discounted Cumulative Gain (NDCG) and Hit-Ratio. Results also show that CARCA outperformed several state-of-the-art dedicated image-based recommender systems by merely utilizing image attributes extracted from a pre-trained ResNet50 in a black-box fashion.

cs.IR

A.I. and Data-Driven Mobility at Volkswagen Financial Services AG

Machine learning is being widely adapted in industrial applications owing to the capabilities of commercially available hardware and rapidly advancing research. Volkswagen Financial Services (VWFS), as a market leader in vehicle leasing services, aims to leverage existing proprietary data and the latest research to enhance existing and derive new business processes. The collaboration between Information Systems and Machine Learning Lab (ISMLL) and VWFS serves to realize this goal. In this paper, we propose methods in the fields of recommender systems, object detection, and forecasting that enable data-driven decisions for the vehicle life-cycle at VWFS.

cs.AI

The Dark $Z'$ and Sterile Neutrinos Behind Current Anomalies

We show how, in the $B-L$ extension of the SM (BLSM) with an Inverse Seesaw (IS) mechanism for neutrino mass generation, a light $Z'$ state with moderate couplings to SM objects, hence `dark' in its nature, can be associated, in conjunction with light sterile neutrinos, to some present day data anomalies, such as the anomalous magnetic moment of the muon as well as a possible signal indicating the existence of sterile neutrinos in neutrino beam experiments.

hep-ph

Do We Really Need Deep Learning Models for Time Series Forecasting?

Time series forecasting is a crucial task in machine learning, as it has a wide range of applications including but not limited to forecasting electricity consumption, traffic, and air quality. Traditional forecasting models rely on rolling averages, vector auto-regression and auto-regressive integrated moving averages. On the other hand, deep learning and matrix factorization models have been recently proposed to tackle the same problem with more competitive performance. However, one major drawback of such models is that they tend to be overly complex in comparison to traditional techniques. In this paper, we report the results of prominent deep learning models with respect to a well-known machine learning baseline, a Gradient Boosting Regression Tree (GBRT) model. Similar to the deep neural network (DNN) models, we transform the time series forecasting task into a window-based regression problem. Furthermore, we feature-engineered the input and output structure of the GBRT model, such that, for each training window, the target values are concatenated with external features, and then flattened to form one input instance for a multi-output GBRT model. We conducted a comparative study on nine datasets for eight state-of-the-art deep-learning models that were presented at top-level conferences in the last years. The results demonstrate that the window-based input transformation boosts the performance of a simple GBRT model to levels that outperform all state-of-the-art DNN models evaluated in this paper.

cs.LG

Searching for charged lepton flavor violation at $ep$ colliders

We investigate the sensitivity of electron-proton ($ep$) colliders for charged lepton flavor violation (cLFV) in an effective theory approach, considering a general effective Lagrangian for the conversion of an electron into a muon or a tau via the effective coupling to a neutral gauge boson or a neutral scalar field. For the photon, the $Z$ boson and the Higgs particle of the Standard Model, we present the sensitivities of the LHeC for the coefficients of the effective operators, calculated from an analysis at the reconstructed level. As an example model where such flavor changing neutral current (FCNC) operators are generated at loop level, we consider the extension of the Standard Model by sterile neutrinos. We show that the LHeC could already probe the LFV conversion of an electron into a muon beyond the current experimental bounds, and could reach more than an order of magnitude higher sensitivity than the present limits for LFV conversion of an electron into a tau. We discuss that the high sensitivities are possible because the converted charged lepton is dominantly emitted in the backward direction, enabling an efficient separation of the signal from the background.

hep-ph

Reading the Lattice QCD Form Factors of the $\Lambda_b \rightarrow \Lambda_c$ Transition Using a C-Code

The $\Lambda_b \rightarrow \Lambda_c \ell^- \bar{\nu}_\ell$ process has been discussed in the literatures as a probe for new physics. This process receives contributions in new physics models from scalar, vector, and tensor hadronic currents. The form factors of these currents can be obtained from the quark model or the lattice QCD. In this work, we present a c-code to read the scalar, vector, and tensor lattice QCD form factors. A Mathematica code was used in Ref. \cite{Datta:2017aue} to read the form factors. Our c-code is much faster than the Mathematica code where the ratio of the wall clock time for the c-code compared to the Mathematica code is 1:64.2 per data point.

hep-ph

Probing $Z^\prime$ Mediated Charged Lepton Flavor Violation with Taus at the LHeC

While charged lepton flavor violation (cLFV) with taus is often expected to be largest in many extensions of the Standard Model (SM), it is currently much less constrained than cLFV with electrons and muons. We study the sensitivity of the LHeC to $e$-$\tau$ (and $e$-$\mu$) conversion processes $p e^- \to \tau^- + j$ (and $p e^- \to \mu^- + j$) mediated by a $Z'$ with flavor-violating couplings to charged leptons in the $t$-channel. Compared to current tests at the LHC, where cLFV decays of the $Z'$ (produced in the s-channel) are searched for, the LHeC has sensitivity to much higher $Z'$ masses, up to O(10) TeV. For cLFV with taus, we find that the LHeC sensitivity from the process $p e^- \to \tau^- + j$ can exceed the current limits from collider and non-collider experiments in the whole considered $Z'$ mass range (above $500$ GeV) by more than two orders of magnitude. In particular for extensions of the SM with a heavy $Z'$, where direct production at colliders is kinematically suppressed, $e-\tau$ conversion at LHeC provides an exciting new discovery channel for this type of new physics.

hep-ph