Skip to main content

Showing 1–50 of 319 results for author: Hassan, A

.
  1. arXiv:2506.13538  [pdf, ps, other

    cs.SE cs.ET

    Model Context Protocol (MCP) at First Glance: Studying the Security and Maintainability of MCP Servers

    Authors: Mohammed Mehedi Hasan, Hao Li, Emad Fallahzadeh, Bram Adams, Ahmed E. Hassan

    Abstract: Although Foundation Models (FMs), such as GPT-4, are increasingly used in domains like finance and software engineering, reliance on textual interfaces limits these models' real-world interaction. To address this, FM providers introduced tool calling-triggering a proliferation of frameworks with distinct tool interfaces. In late 2024, Anthropic introduced the Model Context Protocol (MCP) to standa… ▽ More

    Submitted 16 June, 2025; originally announced June 2025.

  2. arXiv:2506.10985  [pdf

    cs.SE

    Collaboration Tools and their Role in Agile Software Projects

    Authors: Raman Mohammed Hussein, Bryar A. Hassan

    Abstract: The purpose of this review is to understand the importance of collaboration tools which are Slack, Microsoft Teams, Confluence in Agile and software projects. Agile methodologies rely on flexibility, using cycles and integration throughout various levels of developing cycles. However, it is still a great problem for many teams to collaborate and communicate even if staff members and teams are work… ▽ More

    Submitted 18 February, 2025; originally announced June 2025.

    Comments: https://www.middleeastconference.org/_files/ugd/614b1f_82fa5f91169a44278723a921b27e2864.pdf ISBN: 979-8-89695-015-8

  3. arXiv:2506.08313  [pdf, ps, other

    stat.AP stat.ME

    A New Lifetime Distribution: Exponentiated Exponential-Pareto-HalfNormal Mixture Model for Biomedical Applications

    Authors: Oriyomi Ahmad Hassan, Aisha Tunrayo Maradesa, Abdulazeez Toyosi Alabi, Oyejide Surajudeen Salam, Ajani Busari, Akinwale Victor Famotire, Habeeb Abiodun Afolabi, Solomon Adeleke, Abayomi Ayodele Akomolafe

    Abstract: This study introduces the Exponentiated-Exponential-Pareto-Half Normal Mixture Distribution (EEPHND), a novel hybrid model developed to overcome the limitations of classical distributions in modeling complex real-world data. By compounding the Exponentiated-Exponential-Pareto (EEP) and Half-Normal distributions through a mixture mechanism, EEPHND effectively captures both early-time symmetry and l… ▽ More

    Submitted 9 June, 2025; originally announced June 2025.

    Comments: 22 pages, 9 figures

  4. arXiv:2506.04418  [pdf, ps, other

    cs.SE

    Characterizing Multi-Hunk Patches: Divergence, Proximity, and LLM Repair Challenges

    Authors: Noor Nashid, Daniel Ding, Keheliya Gallaba, Ahmed E. Hassan, Ali Mesbah

    Abstract: Multi-hunk bugs, where fixes span disjoint regions of code, are common in practice, yet remain underrepresented in automated repair. Existing techniques and benchmarks pre-dominantly target single-hunk scenarios, overlooking the added complexity of coordinating semantically related changes across the codebase. In this work, we characterize HUNK4J, a dataset of multi-hunk patches derived from 372 r… ▽ More

    Submitted 4 June, 2025; originally announced June 2025.

  5. arXiv:2506.00249  [pdf, ps, other

    cs.AI cs.CL

    MIR: Methodology Inspiration Retrieval for Scientific Research Problems

    Authors: Aniketh Garikaparthi, Manasi Patwardhan, Aditya Sanjiv Kanade, Aman Hassan, Lovekesh Vig, Arman Cohan

    Abstract: There has been a surge of interest in harnessing the reasoning capabilities of Large Language Models (LLMs) to accelerate scientific discovery. While existing approaches rely on grounding the discovery process within the relevant literature, effectiveness varies significantly with the quality and nature of the retrieved literature. We address the challenge of retrieving prior work whose concepts c… ▽ More

    Submitted 30 May, 2025; originally announced June 2025.

    Comments: ACL 2025

  6. arXiv:2505.21931  [pdf, other

    eess.SY

    Large Language Models for Solving Economic Dispatch Problem

    Authors: Sina Mohammadi, Ali Hassan, Rouzbeh Haghighi, Van-Hai Bui, Wencong Su

    Abstract: This paper investigates the capability of off-the-shelf large language models (LLMs) to solve the economic dispatch (ED) problem. ED is a hard-constrained optimization problem solved on a day-ahead timescale by grid operators to minimize electricity generation costs while accounting for physical and engineering constraints. Numerous approaches have been proposed, but these typically require either… ▽ More

    Submitted 27 May, 2025; originally announced May 2025.

    Comments: 5 pages, 3 figures, Accepted, 2025 IEEE Energy Conversion Conference and Expo (ECCE 2025), Philadelphia, PA

  7. arXiv:2505.20973  [pdf, ps, other

    cs.SE cs.AI

    Towards Conversational Development Environments: Using Theory-of-Mind and Multi-Agent Architectures for Requirements Refinement

    Authors: Keheliya Gallaba, Ali Arabat, Dayi Lin, Mohammed Sayagh, Ahmed E. Hassan

    Abstract: Foundation Models (FMs) have shown remarkable capabilities in various natural language tasks. However, their ability to accurately capture stakeholder requirements remains a significant challenge for using FMs for software development. This paper introduces a novel approach that leverages an FM-powered multi-agent system called AlignMind to address this issue. By having a cognitive architecture th… ▽ More

    Submitted 28 May, 2025; v1 submitted 27 May, 2025; originally announced May 2025.

  8. arXiv:2505.12834  [pdf

    cs.CV

    A Study on the Refining Handwritten Font by Mixing Font Styles

    Authors: Avinash Kumar, Kyeolhee Kang, Ammar ul Hassan, Jaeyoung Choi

    Abstract: Handwritten fonts have a distinct expressive character, but they are often difficult to read due to unclear or inconsistent handwriting. FontFusionGAN (FFGAN) is a novel method for improving handwritten fonts by combining them with printed fonts. Our method implements generative adversarial network (GAN) to generate font that mix the desirable features of handwritten and printed fonts. By training… ▽ More

    Submitted 19 May, 2025; originally announced May 2025.

    Comments: 4 pages, 3 figures, MITA 2023 (The 19th International Conference on Multimedia Information Technology and Applications July. 11 ~ July 14, 2023, Technical University of Ostrava, Ostrava, Czech)

  9. arXiv:2505.10736  [pdf, other

    cs.CL

    Model Performance-Guided Evaluation Data Selection for Effective Prompt Optimization

    Authors: Ximing Dong, Shaowei Wang, Dayi Lin, Ahmed E. Hassan

    Abstract: Optimizing Large Language Model (LLM) performance requires well-crafted prompts, but manual prompt engineering is labor-intensive and often ineffective. Automated prompt optimization techniques address this challenge but the majority of them rely on randomly selected evaluation subsets, which fail to represent the full dataset, leading to unreliable evaluations and suboptimal prompts. Existing cor… ▽ More

    Submitted 21 May, 2025; v1 submitted 15 May, 2025; originally announced May 2025.

    Comments: ACL 2025, Findings

  10. arXiv:2505.10640  [pdf, ps, other

    cs.SE cs.AI cs.LG

    The Hitchhikers Guide to Production-ready Trustworthy Foundation Model powered Software (FMware)

    Authors: Kirill Vasilevski, Benjamin Rombaut, Gopi Krishnan Rajbahadur, Gustavo A. Oliva, Keheliya Gallaba, Filipe R. Cogo, Jiahuei Lin, Dayi Lin, Haoxiang Zhang, Bouyan Chen, Kishanthan Thangarajah, Ahmed E. Hassan, Zhen Ming Jiang

    Abstract: Foundation Models (FMs) such as Large Language Models (LLMs) are reshaping the software industry by enabling FMware, systems that integrate these FMs as core components. In this KDD 2025 tutorial, we present a comprehensive exploration of FMware that combines a curated catalogue of challenges with real-world production concerns. We first discuss the state of research and practice in building FMwar… ▽ More

    Submitted 2 June, 2025; v1 submitted 15 May, 2025; originally announced May 2025.

  11. arXiv:2505.04629  [pdf

    eess.AS cs.AI cs.CL

    From Dialect Gaps to Identity Maps: Tackling Variability in Speaker Verification

    Authors: Abdulhady Abas Abdullah, Soran Badawi, Dana A. Abdullah, Dana Rasul Hamad, Hanan Abdulrahman Taher, Sabat Salih Muhamad, Aram Mahmood Ahmed, Bryar A. Hassan, Sirwan Abdolwahed Aula, Tarik A. Rashid

    Abstract: The complexity and difficulties of Kurdish speaker detection among its several dialects are investigated in this work. Because of its great phonetic and lexical differences, Kurdish with several dialects including Kurmanji, Sorani, and Hawrami offers special challenges for speaker recognition systems. The main difficulties in building a strong speaker identification system capable of precisely ide… ▽ More

    Submitted 21 April, 2025; originally announced May 2025.

  12. arXiv:2505.03832  [pdf

    cs.CV cs.AI

    Video Forgery Detection for Surveillance Cameras: A Review

    Authors: Noor B. Tayfor, Tarik A. Rashid, Shko M. Qader, Bryar A. Hassan, Mohammed H. Abdalla, Jafar Majidpour, Aram M. Ahmed, Hussein M. Ali, Aso M. Aladdin, Abdulhady A. Abdullah, Ahmed S. Shamsaldin, Haval M. Sidqi, Abdulrahman Salih, Zaher M. Yaseen, Azad A. Ameen, Janmenjoy Nayak, Mahmood Yashar Hamza

    Abstract: The widespread availability of video recording through smartphones and digital devices has made video-based evidence more accessible than ever. Surveillance footage plays a crucial role in security, law enforcement, and judicial processes. However, with the rise of advanced video editing tools, tampering with digital recordings has become increasingly easy, raising concerns about their authenticit… ▽ More

    Submitted 4 May, 2025; originally announced May 2025.

  13. arXiv:2505.02961  [pdf, ps, other

    cs.SE

    Can We Recycle Our Old Models? An Empirical Evaluation of Model Selection Mechanisms for AIOps Solutions

    Authors: Yingzhe Lyu, Hao Li, Heng Li, Ahmed E. Hassan

    Abstract: AIOps (Artificial Intelligence for IT Operations) solutions leverage the tremendous amount of data produced during the operation of large-scale systems and machine learning models to assist software practitioners in their system operations. Existing AIOps solutions usually maintain AIOps models against concept drift through periodical retraining, despite leaving a pile of discarded historical mode… ▽ More

    Submitted 5 May, 2025; originally announced May 2025.

    Comments: arXiv admin note: text overlap with arXiv:2311.03213

  14. arXiv:2504.16498  [pdf, other

    eess.SY cs.IT

    LiDAL-Assisted RLNC-NOMA in OWC Systems

    Authors: Ahmed A. Hassan, Ahmad Adnan Qidan, Taisir Elgorashi, Jaafar Elmirghani

    Abstract: Optical wireless communication (OWC) is envisioned as a key enabler for immersive indoor data transmission in future wireless communication networks. However, multi-user interference management arises as a challenge in dense indoor OWC systems composed of multiple optical access points (APs) serving multiple users. In this paper, we propose a novel dual-function OWC system for communication and lo… ▽ More

    Submitted 23 April, 2025; originally announced April 2025.

  15. arXiv:2504.09242  [pdf, other

    cs.RO cs.AI

    Development of a PPO-Reinforcement Learned Walking Tripedal Soft-Legged Robot using SOFA

    Authors: Yomna Mokhtar, Tarek Shohdy, Abdallah A. Hassan, Mostafa Eshra, Omar Elmenawy, Osama Khalil, Haitham El-Hussieny

    Abstract: Rigid robots were extensively researched, whereas soft robotics remains an underexplored field. Utilizing soft-legged robots in performing tasks as a replacement for human beings is an important stride to take, especially under harsh and hazardous conditions over rough terrain environments. For the demand to teach any robot how to behave in different scenarios, a real-time physical and visual simu… ▽ More

    Submitted 12 April, 2025; originally announced April 2025.

  16. arXiv:2504.08767  [pdf

    cs.IR

    A Proposed Hybrid Recommender System for Tourism Industry in Iraq Using Evolutionary Apriori and K-means Algorithms

    Authors: Bryar A. Hassan, Alla A. Hassan, Joan Lu, Aram M. Ahmed, Tarik A. Rashid

    Abstract: The rapid proliferation of tourism data across sectors, including accommodations, cultural sites, and events, has made it increasingly challenging for travelers to identify relevant and personalized recommendations. While traditional recommender systems such as collaborative, content-based, and context-aware systems offer partial solutions, they often struggle with issues like data sparsity and ov… ▽ More

    Submitted 1 April, 2025; originally announced April 2025.

  17. arXiv:2504.06285  [pdf

    cs.CL

    Reducing Formal Context Extraction: A Newly Proposed Framework from Big Corpora

    Authors: Bryar A. Hassan, Shko M. Qader, Alla A. Hassan, Joan Lu, Aram M. Ahmed, Jafar Majidpour, Tarik A. Rashid

    Abstract: Automating the extraction of concept hierarchies from free text is advantageous because manual generation is frequently labor- and resource-intensive. Free result, the whole procedure for concept hierarchy learning from free text entails several phases, including sentence-level text processing, sentence splitting, and tokenization. Lemmatization is after formal context analysis (FCA) to derive the… ▽ More

    Submitted 1 April, 2025; originally announced April 2025.

  18. arXiv:2504.01767  [pdf, other

    eess.AS cs.AI cs.CV

    Leveraging Embedding Techniques in Multimodal Machine Learning for Mental Illness Assessment

    Authors: Abdelrahaman A. Hassan, Abdelrahman A. Ali, Aya E. Fouda, Radwa J. Hanafy, Mohammed E. Fouda

    Abstract: The increasing global prevalence of mental disorders, such as depression and PTSD, requires objective and scalable diagnostic tools. Traditional clinical assessments often face limitations in accessibility, objectivity, and consistency. This paper investigates the potential of multimodal machine learning to address these challenges, leveraging the complementary information available in text, audio… ▽ More

    Submitted 2 April, 2025; originally announced April 2025.

  19. arXiv:2504.00975  [pdf, other

    eess.SP cs.AI

    Resource Allocation for RIS-Assisted CoMP-NOMA Networks using Reinforcement Learning

    Authors: Muhammad Umer, Muhammad Ahmed Mohsin, Huma Ghafoor, Syed Ali Hassan

    Abstract: This thesis delves into the forefront of wireless communication by exploring the synergistic integration of three transformative technologies: STAR-RIS, CoMP, and NOMA. Driven by the ever-increasing demand for higher data rates, improved spectral efficiency, and expanded coverage in the evolving landscape of 6G development, this research investigates the potential of these technologies to revoluti… ▽ More

    Submitted 19 May, 2025; v1 submitted 1 April, 2025; originally announced April 2025.

  20. arXiv:2503.19876  [pdf

    cs.SE

    SLA-Awareness for AI-assisted coding

    Authors: Kishanthan Thangarajah, Arthur Leung, Boyuan Chen, Ahmed E. Hassan

    Abstract: The integration of AI-assisted coding tools within development environments drastically reduces development time, and allows developers to focus more on creative and critical aspects of software engineering through the use of Code Large Language Models (CodeLLMs). These coding assistants automate repetitive and time-consuming coding tasks such as code generation, code completion, code summarizatio… ▽ More

    Submitted 25 March, 2025; originally announced March 2025.

  21. arXiv:2503.14122  [pdf

    cs.HC

    Aesthetics of Connectivity: Envisioning Empowerment Through Smart Clothing

    Authors: Yannick Kibolwe Mulundule, Yao Cheng, Amir Ubed, Abdiaziz Omar Hassan

    Abstract: Empowerment in smart clothing, which incorporates advanced technologies, requires the integration of scientific and technological expertise with artistic and design principles. Little research has focused on this unique and innovative field of design until now, and that is about to change. The concept of 'wearables' cut across several fields. A global 'language' that permits both free-form creativ… ▽ More

    Submitted 28 March, 2025; v1 submitted 18 March, 2025; originally announced March 2025.

  22. arXiv:2503.06720  [pdf, other

    eess.SP cs.NI eess.SY

    Intelligent Spectrum Sharing in Integrated TN-NTNs: A Hierarchical Deep Reinforcement Learning Approach

    Authors: Muhammad Umer, Muhammad Ahmed Mohsin, Ali Arshad Nasir, Hatem Abou-Zeid, Syed ALi Hassan

    Abstract: Integrating non-terrestrial networks (NTNs) with terrestrial networks (TNs) is key to enhancing coverage, capacity, and reliability in future wireless communications. However, the multi-tier, heterogeneous architecture of these integrated TN-NTNs introduces complex challenges in spectrum sharing and interference management. Conventional optimization approaches struggle to handle the high-dimension… ▽ More

    Submitted 9 March, 2025; originally announced March 2025.

    Comments: Accepted at IEEE Wireless Communications

  23. arXiv:2503.00673  [pdf, other

    cs.SE cs.LG

    Towards Refining Developer Questions using LLM-Based Named Entity Recognition for Developer Chatroom Conversations

    Authors: Pouya Fathollahzadeh, Mariam El Mezouar, Hao Li, Ying Zou, Ahmed E. Hassan

    Abstract: In software engineering chatrooms, communication is often hindered by imprecise questions that cannot be answered. Recognizing key entities can be essential for improving question clarity and facilitating better exchange. However, existing research using natural language processing techniques often overlooks these software-specific nuances. In this paper, we introduce Software-specific Named Entit… ▽ More

    Submitted 1 March, 2025; originally announced March 2025.

  24. Multi-objective Cat Swarm Optimization Algorithm based on a Grid System

    Authors: Aram M. Ahmed, Bryar A. Hassan, Tarik A. Rashid, Kaniaw A. Noori, Soran Ab. M. Saeed, Omed H. Ahmed, Shahla U. Umar

    Abstract: This paper presents a multi-objective version of the Cat Swarm Optimization Algorithm called the Grid-based Multi-objective Cat Swarm Optimization Algorithm (GMOCSO). Convergence and diversity preservation are the two main goals pursued by modern multi-objective algorithms to yield robust results. To achieve these goals, we first replace the roulette wheel method of the original CSO algorithm with… ▽ More

    Submitted 22 February, 2025; originally announced February 2025.

  25. arXiv:2502.15903  [pdf, other

    cs.DC eess.SP

    Computation Offloading Strategies in Integrated Terrestrial and Non-Terrestrial Networks

    Authors: Muhammad Ahmed Mohsin, Muhammad Umer, Amara Umar, Hatem Abou-Zeid, Syed Ali Hassan

    Abstract: The rapid growth of computation-intensive applications like augmented reality, autonomous driving, remote healthcare, and smart cities has exposed the limitations of traditional terrestrial networks, particularly in terms of inadequate coverage, limited capacity, and high latency in remote areas. This chapter explores how integrated terrestrial and non-terrestrial networks (IT-NTNs) can address th… ▽ More

    Submitted 21 February, 2025; originally announced February 2025.

    Comments: Paper accepted as chapter to Elsevier

  26. arXiv:2502.04202  [pdf, other

    cs.SE

    GUIWatcher: Automatically Detecting GUI Lags by Analyzing Mobile Application Screencasts

    Authors: Wei Liu, Feng Lin, Linqiang Guo, Tse-Hsun Chen, Ahmed E. Hassan

    Abstract: The Graphical User Interface (GUI) plays a central role in mobile applications, directly affecting usability and user satisfaction. Poor GUI performance, such as lag or unresponsiveness, can lead to negative user experience and decreased mobile application (app) ratings. In this paper, we present GUIWatcher, a framework designed to detect GUI lags by analyzing screencasts recorded during mobile ap… ▽ More

    Submitted 6 February, 2025; originally announced February 2025.

    Comments: ICSE-SEIP 2025

  27. arXiv:2502.03412  [pdf, other

    eess.SY cs.LG

    Deep Reinforcement Learning-Based Optimization of Second-Life Battery Utilization in Electric Vehicles Charging Stations

    Authors: Rouzbeh Haghighi, Ali Hassan, Van-Hai Bui, Akhtar Hussain, Wencong Su

    Abstract: The rapid rise in electric vehicle (EV) adoption presents significant challenges in managing the vast number of retired EV batteries. Research indicates that second-life batteries (SLBs) from EVs typically retain considerable residual capacity, offering extended utility. These batteries can be effectively repurposed for use in EV charging stations (EVCS), providing a cost-effective alternative to… ▽ More

    Submitted 5 February, 2025; originally announced February 2025.

    Comments: 5 pages, 6 figures, Accepted, 2025 IEEE Power and Energy Society General Meeting (PESGM 2025), Austin, TX, USA

  28. arXiv:2501.15576  [pdf

    cs.IT

    First Real-Time Detection of Ambient Backscatters using Uplink Sounding Reference Signals of a Commercial 4G Smartphone

    Authors: Ahmed ElSanhoury, Islam Galal, Khaled AlKady, Aml ElKhodary, Dinh-Thuy Phan-Huy, Ayman M. Hassan

    Abstract: Recently, cellular Ambient Backscattering has been proposed for cellular networks. Up to now an Ambient backscatter device, called zero-energy device or tag, broadcasted its message by backscattering ambient downlink waves from the closest Base Station (BS) according to a predefined pattern. A tag was detected by smartphones nearby. This paper presents, for the first time, a novel ambient backscat… ▽ More

    Submitted 10 April, 2025; v1 submitted 26 January, 2025; originally announced January 2025.

    Comments: 11 pages, 19 figures, submitted to JRFID (2nd round after revision)

  29. arXiv:2501.09135  [pdf, other

    cs.SE

    HAFix: History-Augmented Large Language Models for Bug Fixing

    Authors: Yu Shi, Abdul Ali Bangash, Emad Fallahzadeh, Bram Adams, Ahmed E. Hassan

    Abstract: Recent studies have explored the performance of Large Language Models (LLMs) on various Software Engineering (SE) tasks, such as code generation and bug fixing. However, these approaches typically rely on the context data from the current snapshot of the project, overlooking the potential of rich historical data from real-world software repositories. Additionally, the impact of prompt styles on LL… ▽ More

    Submitted 15 January, 2025; originally announced January 2025.

    Comments: 55 pages, 18 figures

  30. A Large-Scale Exploratory Study on the Proxy Pattern in Ethereum

    Authors: Amir M. Ebrahimi, Bram Adams, Gustavo A. Oliva, Ahmed E. Hassan

    Abstract: The proxy pattern is a well-known design pattern with numerous use cases in several sectors of the software industry. As such, the use of the proxy pattern is also a common approach in the development of complex decentralized applications (DApps) on the Ethereum blockchain. Despite the importance of proxy contracts, little is known about (i) how their prevalence changed over time, (ii) the ways in… ▽ More

    Submitted 1 January, 2025; originally announced January 2025.

    Journal ref: Empirical Software Engineering. 29, 2024, 1-51

  31. arXiv:2501.00674  [pdf, other

    cs.SE cs.DC

    UPC Sentinel: An Accurate Approach for Detecting Upgradeability Proxy Contracts in Ethereum

    Authors: Amir M. Ebrahimi, Bram Adams, Gustavo A. Oliva, Ahmed E. Hassan

    Abstract: Software applications that run on a blockchain platform are known as DApps. DApps are built using smart contracts, which are immutable after deployment. Just like any real-world software system, DApps need to receive new features and bug fixes over time in order to remain useful and secure. However, Ethereum lacks native solutions for post-deployment smart contract maintenance, requiring developer… ▽ More

    Submitted 31 December, 2024; originally announced January 2025.

    Comments: Accepted for publication in Empirical Software Engineering

  32. arXiv:2501.00106  [pdf, other

    cs.SE cs.AI

    LicenseGPT: A Fine-tuned Foundation Model for Publicly Available Dataset License Compliance

    Authors: Jingwen Tan, Gopi Krishnan Rajbahadur, Zi Li, Xiangfu Song, Jianshan Lin, Dan Li, Zibin Zheng, Ahmed E. Hassan

    Abstract: Dataset license compliance is a critical yet complex aspect of developing commercial AI products, particularly with the increasing use of publicly available datasets. Ambiguities in dataset licenses pose significant legal risks, making it challenging even for software IP lawyers to accurately interpret rights and obligations. In this paper, we introduce LicenseGPT, a fine-tuned foundation model (F… ▽ More

    Submitted 30 December, 2024; originally announced January 2025.

  33. arXiv:2412.18957  [pdf, other

    eess.SP

    RIS-Assisted Aerial Non-Terrestrial Networks: An Intelligent Synergy with Deep Reinforcement Learning

    Authors: Muhammad Umer, Muhammad Ahmed Mohsin, Aryan Kaushik, Qurrat-ul-Ain Nadeem, Ali Arshad Nasir, Syed Ali Hassan

    Abstract: Reconfigurable intelligent surface (RIS)-assisted aerial non-terrestrial networks (NTNs) offer a promising paradigm for enhancing wireless communications in the era of 6G and beyond. By integrating RIS with aerial platforms such as unmanned aerial vehicles (UAVs) and high-altitude platforms (HAPs), these networks can intelligently control signal propagation, extending coverage, improving capacity,… ▽ More

    Submitted 25 December, 2024; originally announced December 2024.

    Comments: IEEE Vehicular Technology Magazine

  34. Decoding Drug Discovery: Exploring A-to-Z In silico Methods for Beginners

    Authors: Hezha O. Rasul, Dlzar D. Ghafour, Bakhtyar K. Aziz, Bryar A. Hassan, Tarik A. Rashid, Arif Kivrak

    Abstract: The drug development process is a critical challenge in the pharmaceutical industry due to its time-consuming nature and the need to discover new drug potentials to address various ailments. The initial step in drug development, drug target identification, often consumes considerable time. While valid, traditional methods such as in vivo and in vitro approaches are limited in their ability to anal… ▽ More

    Submitted 15 December, 2024; originally announced December 2024.

    Comments: https://link.springer.com/article/10.1007/s12010-024-05110-2

  35. arXiv:2412.03796  [pdf, other

    cs.AI

    Automated Multi-Label Annotation for Mental Health Illnesses Using Large Language Models

    Authors: Abdelrahaman A. Hassan, Radwa J. Hanafy, Mohammed E. Fouda

    Abstract: The growing prevalence and complexity of mental health disorders present significant challenges for accurate diagnosis and treatment, particularly in understanding the interplay between co-occurring conditions. Mental health disorders, such as depression and Anxiety, often co-occur, yet current datasets derived from social media posts typically focus on single-disorder labels, limiting their utili… ▽ More

    Submitted 4 December, 2024; originally announced December 2024.

  36. arXiv:2412.02907  [pdf, other

    cs.SE

    Predicting post-release defects with knowledge units (KUs) of programming languages: an empirical study

    Authors: Md Ahasanuzzaman, Gustavo A. Oliva, Ahmed E. Hassan, Zhen Ming, Jiang

    Abstract: Defect prediction plays a crucial role in software engineering, enabling developers to identify defect-prone code and improve software quality. While extensive research has focused on refining machine learning models for defect prediction, the exploration of new data sources for feature engineering remains limited. Defect prediction models primarily rely on traditional metrics such as product, pro… ▽ More

    Submitted 3 March, 2025; v1 submitted 3 December, 2024; originally announced December 2024.

  37. arXiv:2411.17793  [pdf, other

    cs.SE cs.AI

    Engineering AI Judge Systems

    Authors: Jiahuei Lin, Dayi Lin, Sky Zhang, Ahmed E. Hassan

    Abstract: AI judge systems are designed to automatically evaluate Foundation Model-powered software (i.e., FMware). Due to the intrinsic dynamic and stochastic nature of FMware, the development of AI judge systems requires a unique engineering life cycle and presents new challenges. In this paper, we discuss the challenges based on our industrial experiences in developing AI judge systems for FMware. These… ▽ More

    Submitted 26 November, 2024; originally announced November 2024.

  38. arXiv:2411.09837  [pdf, ps, other

    cs.LG cs.AI cs.MA

    Real-time Adapting Routing (RAR): Improving Efficiency Through Continuous Learning in Software Powered by Layered Foundation Models

    Authors: Kirill Vasilevski, Dayi Lin, Ahmed E. Hassan

    Abstract: To balance the quality and inference cost of a Foundation Model (FM, such as large language models (LLMs)) powered software, people often opt to train a routing model that routes requests to FMs with different sizes and capabilities. Existing routing models rely on learning the optimal routing decision from carefully curated data, require complex computations to be updated, and do not consider the… ▽ More

    Submitted 2 June, 2025; v1 submitted 14 November, 2024; originally announced November 2024.

  39. arXiv:2411.09580  [pdf, other

    cs.SE cs.AI

    Software Performance Engineering for Foundation Model-Powered Software (FMware)

    Authors: Haoxiang Zhang, Shi Chang, Arthur Leung, Kishanthan Thangarajah, Boyuan Chen, Hanan Lutfiyya, Ahmed E. Hassan

    Abstract: The rise of Foundation Models (FMs) like Large Language Models (LLMs) is revolutionizing software development. Despite the impressive prototypes, transforming FMware into production-ready products demands complex engineering across various domains. A critical but overlooked aspect is performance engineering, which aims at ensuring FMware meets performance goals such as throughput and latency to av… ▽ More

    Submitted 14 November, 2024; originally announced November 2024.

  40. arXiv:2411.07395  [pdf

    cs.AI

    Data-Centric Learning Framework for Real-Time Detection of Aiming Beam in Fluorescence Lifetime Imaging Guided Surgery

    Authors: Mohamed Abul Hassan, Pu Sun, Xiangnan Zhou, Lisanne Kraft, Kelsey T Hadfield, Katjana Ehrlich, Jinyi Qi, Andrew Birkeland, Laura Marcu

    Abstract: This study introduces a novel data-centric approach to improve real-time surgical guidance using fiber-based fluorescence lifetime imaging (FLIm). A key aspect of the methodology is the accurate detection of the aiming beam, which is essential for localizing points used to map FLIm measurements onto the tissue region within the surgical field. The primary challenge arises from the complex and vari… ▽ More

    Submitted 11 November, 2024; originally announced November 2024.

  41. Potential Use of IoT Distance Measurement Tool in Boule Sports

    Authors: Wahidah Md Shah, M Azim. Adnan, Aslinda Hassan, Norharyati Harum, Isredza Rahmi A. Hamid

    Abstract: In Petanque, each player aims to throw the boule closer to the jack. The closest boule to the jack among players will score the point. Currently, the distance of the boule to the jack is still measured using manual measurement tools such as measuring tape, string, and calipers. The manual measurement method is considered time-consuming and prone to inconsistent reading, which the ordinary referees… ▽ More

    Submitted 5 November, 2024; originally announced November 2024.

    Comments: 10 pages

    Journal ref: International Journal of Wireless & Mobile Networks (IJWMN), Vol.16, No.4/5. Oct. 2024

  42. arXiv:2411.03455  [pdf, other

    cs.AI cs.SE

    Watson: A Cognitive Observability Framework for the Reasoning of LLM-Powered Agents

    Authors: Benjamin Rombaut, Sogol Masoumzadeh, Kirill Vasilevski, Dayi Lin, Ahmed E. Hassan

    Abstract: As foundation models (FMs) play an increasingly prominent role in complex software systems, such as agentic software, they introduce significant observability and debuggability challenges. Although recent Large Reasoning Models (LRMs) generate their thought processes as part of the output, in many scenarios fast-thinking Large Language Models (LLMs) are still preferred due to latency constraints.… ▽ More

    Submitted 5 March, 2025; v1 submitted 5 November, 2024; originally announced November 2024.

  43. V-CAS: A Realtime Vehicle Anti Collision System Using Vision Transformer on Multi-Camera Streams

    Authors: Muhammad Waqas Ashraf, Ali Hassan, Imad Ali Shah

    Abstract: This paper introduces a real-time Vehicle Collision Avoidance System (V-CAS) designed to enhance vehicle safety through adaptive braking based on environmental perception. V-CAS leverages the advanced vision-based transformer model RT-DETR, DeepSORT tracking, speed estimation, brake light detection, and an adaptive braking mechanism. It computes a composite collision risk score based on vehicles'… ▽ More

    Submitted 4 November, 2024; originally announced November 2024.

    Comments: Accepted at ICMLA 2024

    Journal ref: In 2024 International Conference on Machine Learning and Applications (ICMLA), pp.939-944

  44. arXiv:2411.01338  [pdf, other

    eess.SP

    Deep Reinforcement Learning for Trajectory and Phase Shift Optimization of Aerial RIS in CoMP-NOMA Networks

    Authors: Muhammad Umer, Muhammad Ahmed Mohsin, Aamir Mahmood, Kapal Dev, Haejoon Jung, Mikael Gidlund, Syed Ali Hassan

    Abstract: This paper explores the potential of aerial reconfigurable intelligent surfaces (ARIS) to enhance coordinated multi-point non-orthogonal multiple access (CoMP-NOMA) networks. We consider a system model where a UAV-mounted RIS assists in serving multiple users through NOMA while coordinating with multiple base stations. The optimization of UAV trajectory, RIS phase shifts, and NOMA power control co… ▽ More

    Submitted 2 November, 2024; originally announced November 2024.

    Comments: IEEE Globecom 2024

  45. arXiv:2411.01074  [pdf, other

    cs.LG

    Improving DNN Modularization via Activation-Driven Training

    Authors: Tuan Ngo, Abid Hassan, Saad Shafiq, Nenad Medvidovic

    Abstract: Deep Neural Networks (DNNs) suffer from significant retraining costs when adapting to evolving requirements. Modularizing DNNs offers the promise of improving their reusability. Previous work has proposed techniques to decompose DNN models into modules both during and after training. However, these strategies yield several shortcomings, including significant weight overlaps and accuracy losses acr… ▽ More

    Submitted 1 November, 2024; originally announced November 2024.

  46. arXiv:2411.00907   

    cs.DC cs.AI

    On the Impact of White-box Deployment Strategies for Edge AI on Latency and Model Performance

    Authors: Jaskirat Singh, Bram Adams, Ahmed E. Hassan

    Abstract: To help MLOps engineers decide which operator to use in which deployment scenario, this study aims to empirically assess the accuracy vs latency trade-off of white-box (training-based) and black-box operators (non-training-based) and their combinations in an Edge AI setup. We perform inference experiments including 3 white-box (i.e., QAT, Pruning, Knowledge Distillation), 2 black-box (i.e., Partit… ▽ More

    Submitted 22 January, 2025; v1 submitted 1 November, 2024; originally announced November 2024.

    Comments: In Approach Section, Pruning & Knowledge Distillation methods of Intel Neural Compressor don't reduce the model size & improve performance, respectively, unlike previous studies. There are issues exporting QAT models from PyTorch to ONNX, raising concerns about our latency results

  47. arXiv:2410.20791  [pdf, other

    cs.SE cs.AI

    From Cool Demos to Production-Ready FMware: Core Challenges and a Technology Roadmap

    Authors: Gopi Krishnan Rajbahadur, Gustavo A. Oliva, Dayi Lin, Ahmed E. Hassan

    Abstract: The rapid expansion of foundation models (FMs), such as large language models (LLMs), has given rise to FMware--software systems that integrate FMs as core components. While building demonstration-level FMware is relatively straightforward, transitioning to production-ready systems presents numerous challenges, including reliability, high implementation costs, scalability, and compliance with priv… ▽ More

    Submitted 27 January, 2025; v1 submitted 28 October, 2024; originally announced October 2024.

  48. arXiv:2410.13073  [pdf, other

    cs.CL

    PromptExp: Multi-granularity Prompt Explanation of Large Language Models

    Authors: Ximing Dong, Shaowei Wang, Dayi Lin, Gopi Krishnan Rajbahadur, Boquan Zhou, Shichao Liu, Ahmed E. Hassan

    Abstract: Large Language Models excel in tasks like natural language understanding and text generation. Prompt engineering plays a critical role in leveraging LLM effectively. However, LLMs black-box nature hinders its interpretability and effective prompting engineering. A wide range of model explanation approaches have been developed for deep learning models, However, these local explanations are designed… ▽ More

    Submitted 30 October, 2024; v1 submitted 16 October, 2024; originally announced October 2024.

    Comments: 11 pages

  49. arXiv:2410.09012  [pdf, other

    cs.SE cs.AI

    Software Engineering and Foundation Models: Insights from Industry Blogs Using a Jury of Foundation Models

    Authors: Hao Li, Cor-Paul Bezemer, Ahmed E. Hassan

    Abstract: Foundation models (FMs) such as large language models (LLMs) have significantly impacted many fields, including software engineering (SE). The interaction between SE and FMs has led to the integration of FMs into SE practices (FM4SE) and the application of SE methodologies to FMs (SE4FM). While several literature surveys exist on academic contributions to these trends, we are the first to provide… ▽ More

    Submitted 6 January, 2025; v1 submitted 11 October, 2024; originally announced October 2024.

    Comments: ICSE-SEIP 2025

  50. arXiv:2410.06145  [pdf, other

    cs.DC cs.OS cs.PF

    Serverless Cold Starts and Where to Find Them

    Authors: Artjom Joosen, Ahmed Hassan, Martin Asenov, Rajkarn Singh, Luke Darlow, Jianfeng Wang, Qiwen Deng, Adam Barker

    Abstract: This paper releases and analyzes a month-long trace of 85 billion user requests and 11.9 million cold starts from Huawei's serverless cloud platform. Our analysis spans workloads from five data centers. We focus on cold starts and provide a comprehensive examination of the underlying factors influencing the number and duration of cold starts. These factors include trigger types, request synchronic… ▽ More

    Submitted 8 October, 2024; originally announced October 2024.

    ACM Class: C.4; D.4.7