Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–19 of 19 results for author: Mansoor, H

Searching in archive cs. Search in all archives.
.
  1. arXiv:2604.02338  [pdf, ps, other

    cs.LG cs.CL cs.CV

    LiME: Lightweight Mixture of Experts for Efficient Multimodal Multi-task Learning

    Authors: Md Kowsher, Haris Mansoor, Nusrat Jahan Prottasha, Ozlem Garibay, Victor Zhu, Zhengping Ji, Chen Chen

    Abstract: MoE-PEFT methods combine Mixture of Experts with parameter-efficient fine-tuning for multi-task adaptation, but require separate adapters per expert causing trainable parameters to scale linearly with expert count and limiting applicability to adapter-based architectures. We propose LiME (Lightweight Mixture of Experts), which achieves expert specialization through lightweight modulation rather th… ▽ More

    Submitted 31 January, 2026; originally announced April 2026.

  2. arXiv:2510.01118  [pdf, ps, other

    cs.LG

    Breaking the Euclidean Barrier: Hyperboloid-Based Biological Sequence Analysis

    Authors: Sarwan Ali, Haris Mansoor, Murray Patterson

    Abstract: Genomic sequence analysis plays a crucial role in various scientific and medical domains. Traditional machine-learning approaches often struggle to capture the complex relationships and hierarchical structures of sequence data when working in high-dimensional Euclidean spaces. This limitation hinders accurate sequence classification and similarity measurement. To address these challenges, this res… ▽ More

    Submitted 1 October, 2025; originally announced October 2025.

  3. arXiv:2507.06261  [pdf, ps, other

    cs.CL cs.AI

    Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities

    Authors: Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, Luke Marris, Sam Petulla, Colin Gaffney, Asaf Aharoni, Nathan Lintz, Tiago Cardal Pais, Henrik Jacobsson, Idan Szpektor, Nan-Jiang Jiang, Krishna Haridasan, Ahmed Omran, Nikunj Saunshi, Dara Bahri, Gaurav Mishra, Eric Chu , et al. (3410 additional authors not shown)

    Abstract: In this report, we introduce the Gemini 2.X model family: Gemini 2.5 Pro and Gemini 2.5 Flash, as well as our earlier Gemini 2.0 Flash and Flash-Lite models. Gemini 2.5 Pro is our most capable model yet, achieving SoTA performance on frontier coding and reasoning benchmarks. In addition to its incredible coding and reasoning skills, Gemini 2.5 Pro is a thinking model that excels at multimodal unde… ▽ More

    Submitted 19 December, 2025; v1 submitted 7 July, 2025; originally announced July 2025.

    Comments: 72 pages, 17 figures

  4. arXiv:2502.18487  [pdf, other

    cs.SE cs.AI cs.CL cs.LG

    AuPair: Golden Example Pairs for Code Repair

    Authors: Aditi Mavalankar, Hassan Mansoor, Zita Marinho, Masha Samsikova, Tom Schaul

    Abstract: Scaling up inference-time compute has proven to be a valuable strategy in improving the performance of Large Language Models (LLMs) without fine-tuning. An important task that can benefit from additional inference-time compute is self-repair; given an initial flawed response, or guess, the LLM corrects its own mistake and produces an improved response, or fix. We leverage the in-context learning a… ▽ More

    Submitted 12 February, 2025; originally announced February 2025.

  5. arXiv:2412.14717  [pdf, other

    cs.LG

    Computing Gram Matrix for SMILES Strings using RDKFingerprint and Sinkhorn-Knopp Algorithm

    Authors: Sarwan Ali, Haris Mansoor, Prakash Chourasia, Imdad Ullah Khan, Murray Patterson

    Abstract: In molecular structure data, SMILES (Simplified Molecular Input Line Entry System) strings are used to analyze molecular structure design. Numerical feature representation of SMILES strings is a challenging task. This work proposes a kernel-based approach for encoding and analyzing molecular structures from SMILES strings. The proposed approach involves computing a kernel matrix using the Sinkhorn… ▽ More

    Submitted 19 December, 2024; originally announced December 2024.

  6. arXiv:2410.15688  [pdf, other

    cs.LG cs.HC stat.ML

    MIK: Modified Isolation Kernel for Biological Sequence Visualization, Classification, and Clustering

    Authors: Sarwan Ali, Prakash Chourasia, Haris Mansoor, Bipin koirala, Murray Patterson

    Abstract: The t-Distributed Stochastic Neighbor Embedding (t-SNE) has emerged as a popular dimensionality reduction technique for visualizing high-dimensional data. It computes pairwise similarities between data points by default using an RBF kernel and random initialization (in low-dimensional space), which successfully captures the overall structure but may struggle to preserve the local structure efficie… ▽ More

    Submitted 21 October, 2024; originally announced October 2024.

  7. arXiv:2410.12655  [pdf, other

    cs.LG

    Position Specific Scoring Is All You Need? Revisiting Protein Sequence Classification Tasks

    Authors: Sarwan Ali, Taslim Murad, Prakash Chourasia, Haris Mansoor, Imdad Ullah Khan, Pin-Yu Chen, Murray Patterson

    Abstract: Understanding the structural and functional characteristics of proteins are crucial for developing preventative and curative strategies that impact fields from drug discovery to policy development. An important and popular technique for examining how amino acids make up these characteristics of the protein sequences with position-specific scoring (PSS). While the string kernel is crucial in natura… ▽ More

    Submitted 16 October, 2024; originally announced October 2024.

  8. arXiv:2405.19773  [pdf, other

    cs.CV

    VQA Training Sets are Self-play Environments for Generating Few-shot Pools

    Authors: Tautvydas Misiunas, Hassan Mansoor, Jasper Uijlings, Oriana Riva, Victor Carbune

    Abstract: Large-language models and large-vision models are increasingly capable of solving compositional reasoning tasks, as measured by breakthroughs in visual-question answering benchmarks. However, state-of-the-art solutions often involve careful construction of large pre-training and fine-tuning datasets, which can be expensive. The use of external tools, whether other ML models, search engines, or API… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

  9. arXiv:2403.12596  [pdf, other

    cs.CL

    Chart-based Reasoning: Transferring Capabilities from LLMs to VLMs

    Authors: Victor Carbune, Hassan Mansoor, Fangyu Liu, Rahul Aralikatte, Gilles Baechler, Jindong Chen, Abhanshu Sharma

    Abstract: Vision-language models (VLMs) are achieving increasingly strong performance on multimodal tasks. However, reasoning capabilities remain limited particularly for smaller VLMs, while those of large-language models (LLMs) have seen numerous improvements. We propose a technique to transfer capabilities from LLMs to VLMs. On the recently introduced ChartQA, our method obtains state-of-the-art performan… ▽ More

    Submitted 19 March, 2024; originally announced March 2024.

    Comments: Findings of NAACL 2024

  10. arXiv:2403.10704  [pdf, other

    cs.LG cs.AI cs.CL

    Parameter Efficient Reinforcement Learning from Human Feedback

    Authors: Hakim Sidahmed, Samrat Phatale, Alex Hutcheson, Zhuonan Lin, Zhang Chen, Zac Yu, Jarvis Jin, Simral Chaudhary, Roman Komarytsia, Christiane Ahlheim, Yonghao Zhu, Bowen Li, Saravanan Ganesh, Bill Byrne, Jessica Hoffmann, Hassan Mansoor, Wei Li, Abhinav Rastogi, Lucas Dixon

    Abstract: While Reinforcement Learning from Human Feedback (RLHF) effectively aligns pretrained Large Language and Vision-Language Models (LLMs, and VLMs) with human preferences, its computational cost and complexity hamper its wider adoption. To alleviate some of the computational burden of fine-tuning, parameter efficient methods, like LoRA were introduced. In this work, we empirically evaluate the setup… ▽ More

    Submitted 12 September, 2024; v1 submitted 15 March, 2024; originally announced March 2024.

  11. Benchmarking Frameworks and Comparative Studies of Controller Area Network (CAN) Intrusion Detection Systems: A Review

    Authors: Shaila Sharmin, Hafizah Mansor, Andi Fitriah Abdul Kadir, Normaziah A. Aziz

    Abstract: The development of intrusion detection systems (IDS) for the in-vehicle Controller Area Network (CAN) bus is one of the main efforts being taken to secure the in-vehicle network against various cyberattacks, which have the potential to cause vehicles to malfunction and result in dangerous accidents. These CAN IDS are evaluated in disparate experimental conditions that vary in terms of the workload… ▽ More

    Submitted 10 February, 2024; originally announced February 2024.

    Comments: Under Review at Journal of Computer Security

    Journal ref: Journal of Computer Security, vol. 32, no. 5, pp. 477-507, 2024

  12. arXiv:2402.04615  [pdf, other

    cs.CV cs.AI

    ScreenAI: A Vision-Language Model for UI and Infographics Understanding

    Authors: Gilles Baechler, Srinivas Sunkara, Maria Wang, Fedir Zubach, Hassan Mansoor, Vincent Etter, Victor Cărbune, Jason Lin, Jindong Chen, Abhanshu Sharma

    Abstract: Screen user interfaces (UIs) and infographics, sharing similar visual language and design principles, play important roles in human communication and human-machine interaction. We introduce ScreenAI, a vision-language model that specializes in UI and infographics understanding. Our model improves upon the PaLI architecture with the flexible patching strategy of pix2struct and is trained on a uniqu… ▽ More

    Submitted 4 July, 2024; v1 submitted 7 February, 2024; originally announced February 2024.

    Comments: Accepted to International Joint Conference on Artificial Intelligence (IJCAI), 2024. Revision Notes: full version of the paper, including 1) Camera-ready version for IJCAI-24; 2) Appendices that are mentioned, but not included in 1)

  13. arXiv:2311.08516  [pdf, other

    cs.AI cs.CL cs.LG

    LLMs cannot find reasoning errors, but can correct them given the error location

    Authors: Gladys Tyen, Hassan Mansoor, Victor Cărbune, Peter Chen, Tony Mak

    Abstract: While self-correction has shown promise in improving LLM outputs in terms of style and quality (e.g. Chen et al., 2023b; Madaan et al., 2023), recent attempts to self-correct logical or reasoning errors often cause correct answers to become incorrect, resulting in worse performances overall (Huang et al., 2023). In this paper, we show that poor self-correction performance stems from LLMs' inabilit… ▽ More

    Submitted 4 June, 2024; v1 submitted 14 November, 2023; originally announced November 2023.

    Comments: ACL 2024 Findings

  14. arXiv:2311.04919  [pdf, other

    cs.CL cs.AI cs.HC

    The Impact of Preference Agreement in Reinforcement Learning from Human Feedback: A Case Study in Summarization

    Authors: Sian Gooding, Hassan Mansoor

    Abstract: Reinforcement Learning from Human Feedback (RLHF) can be used to capture complex and nuanced properties of text generation quality. As a result, the task of text summarization has been identified as a good candidate for this process. In this paper, we explore how preference agreement impacts the efficacy of RLHF for summarization. We show that sampling human preferences to include a range of annot… ▽ More

    Submitted 2 November, 2023; originally announced November 2023.

  15. arXiv:2309.00267  [pdf, other

    cs.CL cs.AI cs.LG

    RLAIF vs. RLHF: Scaling Reinforcement Learning from Human Feedback with AI Feedback

    Authors: Harrison Lee, Samrat Phatale, Hassan Mansoor, Thomas Mesnard, Johan Ferret, Kellie Lu, Colton Bishop, Ethan Hall, Victor Carbune, Abhinav Rastogi, Sushant Prakash

    Abstract: Reinforcement learning from human feedback (RLHF) has proven effective in aligning large language models (LLMs) with human preferences, but gathering high-quality preference labels is expensive. RL from AI Feedback (RLAIF), introduced in Bai et al., offers a promising alternative that trains the reward model (RM) on preferences generated by an off-the-shelf LLM. Across the tasks of summarization,… ▽ More

    Submitted 3 September, 2024; v1 submitted 1 September, 2023; originally announced September 2023.

    Comments: Presented at ICML 2024

    Journal ref: Proceedings of the 41st International Conference on Machine Learning, PMLR 235:26874-26901, 2024

  16. arXiv:2211.00783  [pdf, other

    cs.LG cs.CY cs.SI

    Impact Of Missing Data Imputation On The Fairness And Accuracy Of Graph Node Classifiers

    Authors: Haris Mansoor, Sarwan Ali, Shafiq Alam, Muhammad Asad Khan, Umair ul Hassan, Imdadullah Khan

    Abstract: Analysis of the fairness of machine learning (ML) algorithms recently attracted many researchers' interest. Most ML methods show bias toward protected groups, which limits the applicability of ML models in many applications like crime rate prediction etc. Since the data may have missing values which, if not appropriately handled, are known to further harmfully affect fairness. Many imputation meth… ▽ More

    Submitted 1 November, 2022; originally announced November 2022.

    Comments: Accepted at IEEE International Conference on Big Data (IEEE Big Data)

  17. arXiv:2009.00439  [pdf, other

    eess.SY cs.DC math.OC

    Market Model for Demand Response under Block Rate Pricing

    Authors: Haris Mansoor, Naveed Arshad

    Abstract: Renewable sources are taking center stage in electricity generation. However, matching supply with demand in a renewable-rich system is a difficult task due to the intermittent nature of renewable resources (wind, solar, etc.). As a result, Demand Response (DR) programs are an essential part of the modern grid. An efficient DR technique is to devise different pricing schemes that encourage custome… ▽ More

    Submitted 29 August, 2020; originally announced September 2020.

  18. arXiv:1912.12479  [pdf, other

    eess.SP cs.LG stat.ML

    Short-Term Load Forecasting Using AMI Data

    Authors: Haris Mansoor, Sarwan Ali, Imdadullah Khan, Naveed Arshad, Muhammad Asad Khan, Safiullah Faizullah

    Abstract: Accurate short-term load forecasting is essential for the efficient operation of the power sector. Forecasting load at a fine granularity such as hourly loads of individual households is challenging due to higher volatility and inherent stochasticity. At the aggregate levels, such as monthly load at a grid, the uncertainties and fluctuations are averaged out; hence predicting load is more straight… ▽ More

    Submitted 16 May, 2022; v1 submitted 28 December, 2019; originally announced December 2019.

  19. arXiv:1206.5469  [pdf

    cs.NI

    Performance Analysis of DiffServ based Quality of Service in a Multimedia Wired Network and VPN effect using OPNET

    Authors: Muhammad Aamir, Mustafa Zaidi, Husnain Mansoor

    Abstract: Quality of Service (QoS) techniques are applied in IP networks to utilize available network resources in the most efficient manner to minimize delays and delay variations (jitters) in network traffic having multiple type of services. Multimedia services may include voice, video and database. Researchers have done considerable work on queuing disciplines to analyze and improve QoS performance in wi… ▽ More

    Submitted 24 June, 2012; originally announced June 2012.

    Comments: 09 pages, 13 figures, 02 tables

    Journal ref: International Journal of Computer Science Issues (IJCSI), Vol. 9, Issue 3, May 2012