Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 10 de 10
Filtrar
Más filtros










Base de datos
Intervalo de año de publicación
1.
Heliyon ; 10(9): e30466, 2024 May 15.
Artículo en Inglés | MEDLINE | ID: mdl-38756608

RESUMEN

Integrating wind power with energy storage technologies is crucial for frequency regulation in modern power systems, ensuring the reliable and cost-effective operation of power systems while promoting the widespread adoption of renewable energy sources. Power systems are changing rapidly, with increased renewable energy integration and evolving system architectures. These transformations bring forth challenges like low inertia and unpredictable behavior of generation and load components. As a result, frequency regulation (FR) becomes increasingly important to ensure grid stability. Energy Storage Systems (ESS) with their adaptable capabilities offer valuable solutions to enhance the adaptability and controllability of power systems, especially within wind farms. This research provides an updated analysis of critical frequency stability challenges, examines state-of-the-art control techniques, and investigates the barriers that hinder wind power integration. Moreover, it introduces emerging ESS technologies and explores their potential applications in supporting wind power integration. Furthermore, this paper offers suggestions and future research directions for scientists exploring the utilization of storage technologies in frequency regulation within power systems characterized by significant penetration of wind power.

2.
Sensors (Basel) ; 23(11)2023 Jun 01.
Artículo en Inglés | MEDLINE | ID: mdl-37299996

RESUMEN

Visually impaired people seek social integration, yet their mobility is restricted. They need a personal navigation system that can provide privacy and increase their confidence for better life quality. In this paper, based on deep learning and neural architecture search (NAS), we propose an intelligent navigation assistance system for visually impaired people. The deep learning model has achieved significant success through well-designed architecture. Subsequently, NAS has proved to be a promising technique for automatically searching for the optimal architecture and reducing human efforts for architecture design. However, this new technique requires extensive computation, limiting its wide use. Due to its high computation requirement, NAS has been less investigated for computer vision tasks, especially object detection. Therefore, we propose a fast NAS to search for an object detection framework by considering efficiency. The NAS will be used to explore the feature pyramid network and the prediction stage for an anchor-free object detection model. The proposed NAS is based on a tailored reinforcement learning technique. The searched model was evaluated on a combination of the Coco dataset and the Indoor Object Detection and Recognition (IODR) dataset. The resulting model outperformed the original model by 2.6% in average precision (AP) with acceptable computation complexity. The achieved results proved the efficiency of the proposed NAS for custom object detection.


Asunto(s)
Aprendizaje Profundo , Dispositivos de Autoayuda , Auxiliares Sensoriales , Personas con Daño Visual , Humanos
3.
Multimed Tools Appl ; : 1-15, 2023 Mar 06.
Artículo en Inglés | MEDLINE | ID: mdl-37362746

RESUMEN

Since 2019, COVID-19 disease caused significant damage and it has become a serious health issue in the worldwide. The number of infected and confirmed cases is increasing day by day. Different hospitals and countries around the world to this day are not equipped enough to treat these cases and stop this pandemic evolution. Lung and chest X-ray images (e.g., radiography images) and chest CT images are the most effective imaging techniques to analyze and diagnose the COVID-19 related problems. Deep learning-based techniques have recently shown good performance in computer vision and healthcare fields. We propose developing a new deep learning-based application for COVID-19 segmentation and analysis in this work. The proposed system is developed based on the context aggregation neural network. This network consists of three main modules: the context fuse model (CFM), attention mix module (AMM) and a residual convolutional module (RCM). The developed system can detect two main COVID-19-related regions: ground glass opacity and consolidation area in CT images. Generally, these lesions are often related to common pneumonia and COVID 19 cases. Training and testing experiments have been conducted using the COVID-x-CT dataset. Based on the obtained results, the developed system demonstrated better and more competitive results compared to state-of-the-art performances. The numerical findings demonstrate the effectiveness of the proposed work by outperforming other works in terms of accuracy by a factor of over 96.23%.

4.
Artículo en Inglés | MEDLINE | ID: mdl-36981920

RESUMEN

Facilitating the navigation of visually impaired people in indoor environments requires detecting indicating signs and informing them. In this paper, we proposed an indoor sign detection based on a lightweight anchor-free object detection model called FAM-centerNet. The baseline model of this work is the centerNet, which is an anchor-free object detection model with high performance and low computation complexity. A Foreground Attention Module (FAM) was introduced to extract target objects in real scenes with complex backgrounds. This module segments the foreground to extract relevant features of the target object using midground proposal and boxes-induced segmentation. In addition, the foreground module provides scale information to improve the regression performance. Extensive experiments on two datasets prove the efficiency of the proposed model for detecting general objects and custom indoor signs. The Pascal VOC dataset was used to test the performance of the proposed model for detecting general objects, and a custom dataset was used for evaluating the performance in detecting indoor signs. The reported results have proved the efficiency of the proposed FAM in enhancing the performance of the baseline model.


Asunto(s)
Dispositivos de Autoayuda , Personas con Daño Visual , Humanos , Algoritmos , Atención
5.
Diagnostics (Basel) ; 13(6)2023 Mar 19.
Artículo en Inglés | MEDLINE | ID: mdl-36980483

RESUMEN

Lung cancer starts and spreads in the tissues of the lungs, more specifically, in the tissue that forms air passages. This cancer is reported as the leading cause of cancer deaths worldwide. In addition to being the most fatal, it is the most common type of cancer. Nearly 47,000 patients are diagnosed with it annually worldwide. This article proposes a fully automated and practical system to identify and classify lung cancer. This system aims to detect cancer in its early stage to save lives if possible or reduce the death rates. It involves a deep convolutional neural network (DCNN) technique, VGG-19, and another deep learning technique, long short-term memory networks (LSTMs). Both tools detect and classify lung cancers after being customized and integrated. Furthermore, image segmentation techniques are applied. This system is a type of computer-aided diagnosis (CAD). After several experiments on MATLAB were conducted, the results show that this system achieves more than 98.8% accuracy when using both tools together. Various schemes were developed to evaluate the considered disease. Three lung cancer datasets, downloaded from the Kaggle website and the LUNA16 grad challenge, were used to train the algorithm, test it, and prove its correctness. Lastly, a comparative evaluation between the proposed approach and some works from the literature is presented. This evaluation focuses on the four performance metrics: accuracy, recall, precision, and F-score. This system achieved an average of 99.42% accuracy and 99.76, 99.88, and 99.82% for recall, precision, and F-score, respectively, when VGG-19 was combined with LSTMs. In addition, the results of the comparison evaluation show that the proposed algorithm outperforms other methods and produces exquisite findings. This study concludes that this model can be deployed to aid and support physicians in diagnosing lung cancer correctly and accurately. This research reveals that the presented method has functionality, competence, and value among other implemented models.

6.
Diagnostics (Basel) ; 13(3)2023 Feb 02.
Artículo en Inglés | MEDLINE | ID: mdl-36766655

RESUMEN

Lung cancer presents one of the leading causes of mortalities for people around the world. Lung image analysis and segmentation are one of the primary steps used for early diagnosis of cancer. Handcrafted medical imaging segmentation presents a very time-consuming task for radiation oncologists. To address this problem, we propose in this work to develop a full and entire system used for early diagnosis of lung cancer in CT scan imaging. The proposed lung cancer diagnosis system is composed of two main parts: the first part is used for segmentation developed on top of the UNETR network, and the second part is a classification part used to classify the output segmentation part, either benign or malignant, developed on top of the self-supervised network. The proposed system presents a powerful tool for early diagnosing and combatting lung cancer using 3D-input CT scan data. Extensive experiments have been performed to contribute to better segmentation and classification results. Training and testing experiments have been performed using the Decathlon dataset. Experimental results have been conducted to new state-of-the-art performances: segmentation accuracy of 97.83%, and 98.77% as classification accuracy. The proposed system presents a new powerful tool to use for early diagnosing and combatting lung cancer using 3D-input CT scan data.

7.
Healthcare (Basel) ; 11(3)2023 Jan 22.
Artículo en Inglés | MEDLINE | ID: mdl-36766905

RESUMEN

ECG provides critical information in a waveform about the heart's condition. This information is crucial to physicians as it is the first thing to be performed by cardiologists. When COVID-19 spread globally and became a pandemic, the government of Saudi Arabia placed various restrictions and guidelines to protect and save citizens and residents. One of these restrictions was preventing individuals from touching any surface in public and private places. In addition, the authorities placed a mandatory rule in all public facilities and the private sector to evaluate the temperature of individuals before entering. Thus, the idea of this study stems from the need to have a touchless technique to determine heartbeat rate. This article proposes a viable and dependable method to estimate an average heartbeat rate based on the reflected light on the skin. This model uses various deep learning tools, including AlexNet, Convolutional Neural Networks (CNNs), Long Short-Term Memory Networks (LSTMs), and ResNet50V2. Three scenarios have been conducted to evaluate and validate the presented model. In addition, the proposed approach takes its inputs from video streams and converts these streams into frames and images. Numerous trials have been conducted on volunteers to validate the method and assess its outputs in terms of accuracy, mean absolute error (MAE), and mean squared error (MSE). The proposed model achieves an average 99.78% accuracy, MAE is 0.142 when combing LSTMs and ResNet50V2, while MSE is 1.82. Moreover, a comparative measurement between the presented algorithm and some studies from the literature based on utilized methods, MAE, and MSE are performed. The achieved outcomes reveal that the developed technique surpasses other methods. Moreover, the findings show that this algorithm can be applied in healthcare facilities and aid physicians.

8.
Healthcare (Basel) ; 11(3)2023 Feb 03.
Artículo en Inglés | MEDLINE | ID: mdl-36767023

RESUMEN

Recently, researchers have turned their focus to predicting the age of people since numerous applications depend on facial recognition approaches. In the medical field, Alzheimer's disease mainly depends on patients' ages. Multiple methods have been implemented and developed to predict age. However, these approaches lack accuracy because every image has unique features, such as shape, pose, and scale. In Saudi Arabia, Vision 2030, concerning the quality of life, is one of the twelve initiatives that were launched recently. The health sector has gained increasing attention as the government has introduced age-based policies to improve the health of its elderly residents. These residents are urgently advised to vaccinate against COVID-19 based on their age. In this paper, proposing a practical, consistent, and trustworthy method to predict age is presented. This method uses the color intensity of eyes and a Convolutional Neural Network (CNN) to predict age in real time based on the ensemble of CNN. A segmentation algorithm is engaged since the approach takes its input from a video stream or an image. This algorithm extracts data from one of the essential parts of the face: the eyes. This part is also informative. Several experiments have been conducted on MATLAB to verify and validate results and relative errors. A Kaggle website dataset is utilized for ages 4 to 59. This dataset includes over 270,000 images, and its size is roughly 2 GB. Consequently, the proposed approach produces ±8.69 years of Mean Square Error (MSE) for the predicted ages. Lastly, a comparative evaluation of relevant studies and the presented algorithm in terms of accuracy, MSE, and Mean Absolute Error (MAE) is also provided. This evaluation shows that the approach developed in the current study outperforms all considered performance metrics since its accuracy is 97.29%. This study found that the color intensity of eyes is highly effective in predicting age, given the high accuracy and acceptable MSE and MAE results. This indicates that it is helpful to utilize this methodology in real-life applications.

9.
Diagnostics (Basel) ; 12(11)2022 Nov 18.
Artículo en Inglés | MEDLINE | ID: mdl-36428924

RESUMEN

Breast cancer is considered one of the deadliest diseases in women. Due to the risk and threat it poses, the world has agreed to hold a breast cancer awareness day in October, encouraging women to perform mammogram inspections. This inspection may prevent breast-cancer-related deaths or reduce the death rate. The identification and classification of breast cancer are challenging tasks. The most commonly known procedure of breast cancer detection is performed by using mammographic images. Recently implemented algorithms suffer from generating accuracy below expectations, and their computational complexity is high. To resolve these issues, this paper proposes a fully automated biomedical diagnosis system of breast cancer using an AlexNet, a type of Convolutional Neural Network (CNN), and multiple classifiers to identify and classify breast cancer. This system utilizes a neuro-fuzzy method, a segmentation algorithm, and various classifiers to reach a higher accuracy than other systems have achieved. Numerous features are extracted to detect and categorize breast cancer. Three datasets from Kaggle were tested to validate the proposed system. The performance evaluation is performed with quantitative and qualitative accuracy, precision, recall, specificity, and F-score. In addition, a comparative assessment is performed between the proposed system and some works of literature. This assessment shows that the presented algorithm provides better classification results and outperforms other systems in all parameters. Its average accuracy is over 98.6%, while other metrics are more than 98%. This research indicates that this approach can be applied to assist doctors in diagnosing breast cancer correctly.

10.
Big Data ; 9(1): 41-52, 2021 02.
Artículo en Inglés | MEDLINE | ID: mdl-32991200

RESUMEN

In recent years, big data became a hard challenge. Analyzing big data needs a lot of speed precision combination. In this article, we describe a deep learning-based method to deal with big data with a focus on precision and speed. In our case, the data are images that are the hardest type of data to manipulate because of their complex structure that needs a lot of computation power. Besides, we will solve a hard task on images, which is object detection and identification. Thus, every object in the image will be localized and classified according to the range of classes provided by the training data set. To solve this challenge, we propose an approach based on a deep convolutional neural network (CNN). Moreover, CNN is the most used deep learning model in computer vision tasks such as image classification and object recognition because of its power in self-features extraction and provides useful techniques in the prediction of decision-making. Our approach outperforms state-of-the-art models such as R-CNN, Fast R-CNN, Faster R-CNN, and YOLO (you only look once), with 77% of mean average precision on the Pascal_voc 2007 testing data set and a speed of 16.54 FPS using an Nvidia Geforce GTX 960 GPGPU.


Asunto(s)
Redes Neurales de la Computación
SELECCIÓN DE REFERENCIAS
DETALLE DE LA BÚSQUEDA