Skip to main content

Showing 1–12 of 12 results for author: Shehata, M S

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

    eess.SP cs.ET

    Mutli-Level Autoencoder: Deep Learning Based Channel Coding and Modulation

    Authors: Ahmad Abdel-Qader, Anas Chaaban, Mohamed S. Shehata

    Abstract: In this paper, we design a deep learning-based convolutional autoencoder for channel coding and modulation. The objective is to develop an adaptive scheme capable of operating at various signal-to-noise ratios (SNR)s without the need for re-training. Additionally, the proposed framework allows validation by testing all possible codes in the codebook, as opposed to previous AI-based encoder/decoder… ▽ More

    Submitted 30 June, 2025; originally announced June 2025.

    Comments: Accepted at IWCMC 2025

  2. arXiv:2407.14792  [pdf, other

    cs.CV

    FedPartWhole: Federated domain generalization via consistent part-whole hierarchies

    Authors: Ahmed Radwan, Mohamed S. Shehata

    Abstract: Federated Domain Generalization (FedDG), aims to tackle the challenge of generalizing to unseen domains at test time while catering to the data privacy constraints that prevent centralized data storage from different domains originating at various clients. Existing approaches can be broadly categorized into four groups: domain alignment, data manipulation, learning strategies, and optimization of… ▽ More

    Submitted 20 July, 2024; originally announced July 2024.

  3. arXiv:2407.14784  [pdf, other

    eess.IV cs.CV

    MedMAE: A Self-Supervised Backbone for Medical Imaging Tasks

    Authors: Anubhav Gupta, Islam Osman, Mohamed S. Shehata, John W. Braun

    Abstract: Medical imaging tasks are very challenging due to the lack of publicly available labeled datasets. Hence, it is difficult to achieve high performance with existing deep-learning models as they require a massive labeled dataset to be trained effectively. An alternative solution is to use pre-trained models and fine-tune them using the medical imaging dataset. However, all existing models are pre-tr… ▽ More

    Submitted 20 July, 2024; originally announced July 2024.

  4. arXiv:2407.14719  [pdf, other

    eess.IV cs.CV

    Universal Medical Imaging Model for Domain Generalization with Data Privacy

    Authors: Ahmed Radwan, Islam Osman, Mohamed S. Shehata

    Abstract: Achieving domain generalization in medical imaging poses a significant challenge, primarily due to the limited availability of publicly labeled datasets in this domain. This limitation arises from concerns related to data privacy and the necessity for medical expertise to accurately label the data. In this paper, we propose a federated learning approach to transfer knowledge from multiple local mo… ▽ More

    Submitted 19 July, 2024; originally announced July 2024.

  5. arXiv:2405.19525  [pdf, other

    cs.CV

    Lifelong Learning Using a Dynamically Growing Tree of Sub-networks for Domain Generalization in Video Object Segmentation

    Authors: Islam Osman, Mohamed S. Shehata

    Abstract: Current state-of-the-art video object segmentation models have achieved great success using supervised learning with massive labeled training datasets. However, these models are trained using a single source domain and evaluated using videos sampled from the same source domain. When these models are evaluated using videos sampled from a different target domain, their performance degrades significa… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

  6. arXiv:2405.10444  [pdf, other

    cs.CV

    A Novel Bounding Box Regression Method for Single Object Tracking

    Authors: Omar Abdelaziz, Mohamed Sami Shehata

    Abstract: Locating an object in a sequence of frames, given its appearance in the first frame of the sequence, is a hard problem that involves many stages. Usually, state-of-the-art methods focus on bringing novel ideas in the visual encoding or relational modelling phases. However, in this work, we show that bounding box regression from learned joint search and template features is of high importance as we… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  7. arXiv:2401.13802  [pdf, other

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

    Investigating the Efficacy of Large Language Models for Code Clone Detection

    Authors: Mohamad Khajezade, Jie JW Wu, Fatemeh Hendijani Fard, Gema Rodríguez-Pérez, Mohamed Sami Shehata

    Abstract: Large Language Models (LLMs) have demonstrated remarkable success in various natural language processing and software engineering tasks, such as code generation. The LLMs are mainly utilized in the prompt-based zero/few-shot paradigm to guide the model in accomplishing the task. GPT-based models are one of the popular ones studied for tasks such as code comment generation or test generation. These… ▽ More

    Submitted 30 January, 2024; v1 submitted 24 January, 2024; originally announced January 2024.

  8. arXiv:2204.07501  [pdf, other

    cs.SE

    Evaluating few shot and Contrastive learning Methods for Code Clone Detection

    Authors: Mohamad Khajezade, Fatemeh Hendijani Fard, Mohamed S. Shehata

    Abstract: Context: Code Clone Detection (CCD) is a software engineering task that is used for plagiarism detection, code search, and code comprehension. Recently, deep learning-based models have achieved an F1 score (a metric used to assess classifiers) of $\sim$95\% on the CodeXGLUE benchmark. These models require many training data, mainly fine-tuned on Java or C++ datasets. However, no previous study eva… ▽ More

    Submitted 9 November, 2023; v1 submitted 15 April, 2022; originally announced April 2022.

  9. Automated Human Cell Classification in Sparse Datasets using Few-Shot Learning

    Authors: Reece Walsh, Mohamed H. Abdelpakey, Mohamed S. Shehata, Mostafa M. Mohamed

    Abstract: Classifying and analyzing human cells is a lengthy procedure, often involving a trained professional. In an attempt to expedite this process, an active area of research involves automating cell classification through use of deep learning-based techniques. In practice, a large amount of data is required to accurately train these deep learning models. However, due to the sparse human cell datasets c… ▽ More

    Submitted 11 March, 2022; v1 submitted 27 July, 2021; originally announced July 2021.

    Comments: 12 pages, 4 figures

    Journal ref: Scientific Reports 12.1 (2022): 1-11

  10. arXiv:2004.12058  [pdf, other

    cs.LG stat.ML

    NullSpaceNet: Nullspace Convoluional Neural Network with Differentiable Loss Function

    Authors: Mohamed H. Abdelpakey, Mohamed S. Shehata

    Abstract: We propose NullSpaceNet, a novel network that maps from the pixel level input to a joint-nullspace (as opposed to the traditional feature space), where the newly learned joint-nullspace features have clearer interpretation and are more separable. NullSpaceNet ensures that all inputs from the same class are collapsed into one point in this new joint-nullspace, and the different classes are collapse… ▽ More

    Submitted 25 April, 2020; originally announced April 2020.

    Comments: 17 pages

  11. arXiv:1908.07905  [pdf, other

    cs.CV

    DomainSiam: Domain-Aware Siamese Network for Visual Object Tracking

    Authors: Mohamed H. Abdelpakey, Mohamed S. Shehata

    Abstract: Visual object tracking is a fundamental task in the field of computer vision. Recently, Siamese trackers have achieved state-of-the-art performance on recent benchmarks. However, Siamese trackers do not fully utilize semantic and objectness information from pre-trained networks that have been trained on the image classification task. Furthermore, the pre-trained Siamese architecture is sparsely ac… ▽ More

    Submitted 21 August, 2019; originally announced August 2019.

    Comments: 13 pages

    Journal ref: 14th International Symposium on Visual Computing (ISVC2019)

  12. arXiv:1809.02714  [pdf, other

    cs.CV

    DensSiam: End-to-End Densely-Siamese Network with Self-Attention Model for Object Tracking

    Authors: Mohamed H. Abdelpakey, Mohamed S. Shehata, Mostafa M. Mohamed

    Abstract: Convolutional Siamese neural networks have been recently used to track objects using deep features. Siamese architecture can achieve real time speed, however it is still difficult to find a Siamese architecture that maintains the generalization capability, high accuracy and speed while decreasing the number of shared parameters especially when it is very deep. Furthermore, a conventional Siamese a… ▽ More

    Submitted 7 September, 2018; originally announced September 2018.

    Comments: 11 pages, 3 figures, Accepted by ISVC18