Skip to content
GCC AI Research

Search

Results for "DNN"

Unveiling Hidden Energy Anomalies: Harnessing Deep Learning to Optimize Energy Management in Sports Facilities

arXiv ·

This paper explores the use of deep learning for anomaly detection in sports facilities, with the goal of optimizing energy management. The researchers propose a method using Deep Feedforward Neural Networks (DFNN) and threshold estimation techniques to identify anomalies and reduce false alarms. They tested their approach on an aquatic center dataset at Qatar University, achieving 94.33% accuracy and 92.92% F1-score. Why it matters: The research demonstrates the potential of AI to improve energy efficiency and operational effectiveness in sports facilities within the GCC region.

NeurIPS 2022 Conference Accepts Research Paper Co-authored by AI and Digital Science Research Center’s Dr. Maxim Panov and Kirill Fedyanin

TII ·

A research paper co-authored by Dr. Maxim Panov and Kirill Fedyanin from the AI and Digital Science Research Center (AIDRC) has been accepted for publication at NeurIPS 2022. The paper, titled “Nonparametric Uncertainty Quantification for Single Deterministic Neural Network”, proposes a fast and scalable method for uncertainty quantification in ML models. The method disentangles aleatoric and epistemic uncertainties and was validated on text classification and image datasets including MNIST and ImageNet. Why it matters: This demonstrates the growing AI research capabilities and contributions from the UAE to the global AI community, particularly in fundamental machine learning research.

Reaping the full benefits of AI-driven applications

MBZUAI ·

MBZUAI Assistant Professors Bin Gu and Huan Xiong are advancing spiking neural networks (SNNs) to improve computational power and energy efficiency. They will present their latest research on SNNs at the 38th Annual AAAI Conference on Artificial Intelligence in Vancouver. SNNs process information in discrete events, mimicking biological neurons and offering improved energy efficiency compared to traditional neural networks. Why it matters: This research could enable running advanced AI applications like GPTs on mobile devices, unlocking their full potential due to the energy efficiency of SNNs.

PDNS-Net: A Large Heterogeneous Graph Benchmark Dataset of Network Resolutions for Graph Learning

arXiv ·

The Qatar Computing Research Institute (QCRI) has introduced PDNS-Net, a large heterogeneous graph dataset for malicious domain classification, containing 447K nodes and 897K edges. It is significantly larger than existing heterogeneous graph datasets like IMDB and DBLP. Preliminary evaluations using graph neural networks indicate that further research is needed to improve model performance on large heterogeneous graphs. Why it matters: This dataset will enable researchers to develop and benchmark graph learning algorithms on a scale relevant to real-world cybersecurity applications, particularly for identifying and mitigating malicious online activity.

Designing the Architecture of a Convolutional Neural Network Automatically for Diabetic Retinopathy Diagnosis

arXiv ·

This paper introduces a method for automatically designing convolutional neural network (CNN) architectures tailored for diabetic retinopathy (DR) diagnosis using fundus images. The approach uses k-medoid clustering, PCA, and inter/intra-class variations to optimize CNN depth and width. Validated on datasets including a local Saudi dataset and Kaggle benchmarks, the custom-designed models outperform pre-trained CNNs with fewer parameters.

Application of 2-D Convolutional Neural Networks for Damage Detection in Steel Frame Structures

arXiv ·

This paper presents a 2-D convolutional neural network (CNN) approach for damage detection in steel frame structures, using raw acceleration signals as input. The method employs a network of lightweight CNNs, each optimized for a specific element, to enhance accuracy and speed. The proposed framework is validated using the Qatar University Grandstand Simulator (QUGS) benchmark data. Why it matters: The research offers a promising AI-driven solution for real-time structural health monitoring, with potential applications for infrastructure maintenance and safety in the GCC region.

MedNNS: Supernet-based Medical Task-Adaptive Neural Network Search

arXiv ·

The paper introduces MedNNS, a neural network search framework designed for medical imaging, addressing challenges in architecture selection and weight initialization. MedNNS constructs a meta-space encoding datasets and models based on their performance using a Supernetwork-based approach, expanding the model zoo size by 51x. The framework incorporates rank loss and Fréchet Inception Distance (FID) loss to capture inter-model and inter-dataset relationships, improving alignment in the meta-space and outperforming ImageNet pre-trained DL models and SOTA NAS methods.

Understanding the mixture of the expert layer in Deep Learning

MBZUAI ·

A Mixture of Experts (MoE) layer is a sparsely activated deep learning layer. It uses a router network to direct each token to one of the experts. Yuanzhi Li, an assistant professor at CMU and affiliated faculty at MBZUAI, researches deep learning theory and NLP. Why it matters: This highlights MBZUAI's engagement with cutting-edge deep learning research, specifically in efficient model design.