Search results for: body image dissatisfaction
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6588

Search results for: body image dissatisfaction

5358 Fruit Identification System in Sweet Orange Citrus (L.) Osbeck Using Thermal Imaging and Fuzzy

Authors: Ingrid Argote, John Archila, Marcelo Becker

Abstract:

In agriculture, intelligent systems applications have generated great advances in automating some of the processes in the production chain. In order to improve the efficiency of those systems is proposed a vision system to estimate the amount of fruits in sweet orange trees. This work presents a system proposal using capture of thermal images and fuzzy logic. A bibliographical review has been done to analyze the state-of-the-art of the different systems used in fruit recognition, and also the different applications of thermography in agricultural systems. The algorithm developed for this project uses the metrics of the fuzzines parameter to the contrast improvement and segmentation of the image, for the counting algorith m was used the Hough transform. In order to validate the proposed algorithm was created a bank of images of sweet orange Citrus (L.) Osbeck acquired in the Maringá Farm. The tests with the algorithm Indicated that the variation of the tree branch temperature and the fruit is not very high, Which makes the process of image segmentation using this differentiates, This Increases the amount of false positives in the fruit counting algorithm. Recognition of fruits isolated with the proposed algorithm present an overall accuracy of 90.5 % and grouped fruits. The accuracy was 81.3 %. The experiments show the need for a more suitable hardware to have a better recognition of small temperature changes in the image.

Keywords: Agricultural systems, Citrus, Fuzzy logic, Thermal images.

Procedia PDF Downloads 226
5357 Moving Object Detection Using Histogram of Uniformly Oriented Gradient

Authors: Wei-Jong Yang, Yu-Siang Su, Pau-Choo Chung, Jar-Ferr Yang

Abstract:

Moving object detection (MOD) is an important issue in advanced driver assistance systems (ADAS). There are two important moving objects, pedestrians and scooters in ADAS. In real-world systems, there exist two important challenges for MOD, including the computational complexity and the detection accuracy. The histogram of oriented gradient (HOG) features can easily detect the edge of object without invariance to changes in illumination and shadowing. However, to reduce the execution time for real-time systems, the image size should be down sampled which would lead the outlier influence to increase. For this reason, we propose the histogram of uniformly-oriented gradient (HUG) features to get better accurate description of the contour of human body. In the testing phase, the support vector machine (SVM) with linear kernel function is involved. Experimental results show the correctness and effectiveness of the proposed method. With SVM classifiers, the real testing results show the proposed HUG features achieve better than classification performance than the HOG ones.

Keywords: moving object detection, histogram of oriented gradient, histogram of uniformly-oriented gradient, linear support vector machine

Procedia PDF Downloads 592
5356 Measuring Multi-Class Linear Classifier for Image Classification

Authors: Fatma Susilawati Mohamad, Azizah Abdul Manaf, Fadhillah Ahmad, Zarina Mohamad, Wan Suryani Wan Awang

Abstract:

A simple and robust multi-class linear classifier is proposed and implemented. For a pair of classes of the linear boundary, a collection of segments of hyper planes created as perpendicular bisectors of line segments linking centroids of the classes or part of classes. Nearest Neighbor and Linear Discriminant Analysis are compared in the experiments to see the performances of each classifier in discriminating ripeness of oil palm. This paper proposes a multi-class linear classifier using Linear Discriminant Analysis (LDA) for image identification. Result proves that LDA is well capable in separating multi-class features for ripeness identification.

Keywords: multi-class, linear classifier, nearest neighbor, linear discriminant analysis

Procedia PDF Downloads 532
5355 Alphabet Recognition Using Pixel Probability Distribution

Authors: Vaidehi Murarka, Sneha Mehta, Dishant Upadhyay

Abstract:

Our project topic is “Alphabet Recognition using pixel probability distribution”. The project uses techniques of Image Processing and Machine Learning in Computer Vision. Alphabet recognition is the mechanical or electronic translation of scanned images of handwritten, typewritten or printed text into machine-encoded text. It is widely used to convert books and documents into electronic files etc. Alphabet Recognition based OCR application is sometimes used in signature recognition which is used in bank and other high security buildings. One of the popular mobile applications includes reading a visiting card and directly storing it to the contacts. OCR's are known to be used in radar systems for reading speeders license plates and lots of other things. The implementation of our project has been done using Visual Studio and Open CV (Open Source Computer Vision). Our algorithm is based on Neural Networks (machine learning). The project was implemented in three modules: (1) Training: This module aims “Database Generation”. Database was generated using two methods: (a) Run-time generation included database generation at compilation time using inbuilt fonts of OpenCV library. Human intervention is not necessary for generating this database. (b) Contour–detection: ‘jpeg’ template containing different fonts of an alphabet is converted to the weighted matrix using specialized functions (contour detection and blob detection) of OpenCV. The main advantage of this type of database generation is that the algorithm becomes self-learning and the final database requires little memory to be stored (119kb precisely). (2) Preprocessing: Input image is pre-processed using image processing concepts such as adaptive thresholding, binarizing, dilating etc. and is made ready for segmentation. “Segmentation” includes extraction of lines, words, and letters from the processed text image. (3) Testing and prediction: The extracted letters are classified and predicted using the neural networks algorithm. The algorithm recognizes an alphabet based on certain mathematical parameters calculated using the database and weight matrix of the segmented image.

Keywords: contour-detection, neural networks, pre-processing, recognition coefficient, runtime-template generation, segmentation, weight matrix

Procedia PDF Downloads 384
5354 Organ Transplantation in Pakistan from an Anthropological Perspectives

Authors: Qurratulain Faheem

Abstract:

The human body often serves as a reference point to analyse the notions of self and society. Situating on Merleau-Ponty and Bourdieu theories of embodiments, this research explores the notions around the human body and its influence on the ethical considerations in regards to organ transplantation among the Muslim communities in Pakistan. The context of Pakistan makes an intriguing case study as cadaveric organ transplantation is not in practise. Whereas living organ transplantation is commonly is practised between family membersonly. These contradictory practices apparently rests on the ideologies around the human body and religious beliefs as well the personal judgements and authority of healthcare professionals. This research is a year-long ethnographic study carried out as part of doctoral studies. An anthropological approach towards organ transplantation in Pakistan brought forward various socio-cultural notions around the human body and selfhood that serve as a framework around biomedical ethical issues in various societies. Further, it surface the contradictions and issues associated with organ transplantation that makes it a dilemma situated in a nexus of various socio-cultural and political factors rather seeing it as an isolated health concern. This research is a novel study on the subject of organ transplantation in the context of Pakistan but also put forward ethnographic data that could serve as a reference in other religious societies. Further, the ethnographic data bring forward experiences and stories of organ receivers, organ donors, religious leaders, healthcare professionals, and the general public, which aspire to encourage biomedical ethicists and social-scientists to consider ethnography as a research methodology and rely upon people’s lived experiences while establishing policies and practices around biomedical ethical issues.

Keywords: organ transplantation, ethics, pakistan, gender, islam, muslims, living organ donation

Procedia PDF Downloads 88
5353 Defect Detection for Nanofibrous Images with Deep Learning-Based Approaches

Authors: Gaokai Liu

Abstract:

Automatic defect detection for nanomaterial images is widely required in industrial scenarios. Deep learning approaches are considered as the most effective solutions for the great majority of image-based tasks. In this paper, an edge guidance network for defect segmentation is proposed. First, the encoder path with multiple convolution and downsampling operations is applied to the acquisition of shared features. Then two decoder paths both are connected to the last convolution layer of the encoder and supervised by the edge and segmentation labels, respectively, to guide the whole training process. Meanwhile, the edge and encoder outputs from the same stage are concatenated to the segmentation corresponding part to further tune the segmentation result. Finally, the effectiveness of the proposed method is verified via the experiments on open nanofibrous datasets.

Keywords: deep learning, defect detection, image segmentation, nanomaterials

Procedia PDF Downloads 145
5352 Histamine Skin Reactivity Increased with Body Mass Index in Korean Children

Authors: Jeong Hong Kim, Ju Wan Kang

Abstract:

Objective: Histamine skin prick testing is most commonly used to diagnose immunoglobulin E (IgE)-mediated allergic diseases, and histamine reactivity is used as a standardized positive control in the interpretation of a skin prick test. However, reactivity to histamine differs among individuals for reasons that are poorly understood. The present study aimed to evaluate the potential association between body mass index (BMI) and histamine skin reactivity in children. Methods: A total of 451 children (246 boys, 205 girls) aged 7–8 years were enrolled in this study. The skin prick test was performed with 26 aeroallergens commonly found in Korea. Other information was collected, including sex, age, BMI, parental allergy history, and parental smoking status. Multivariate analysis was used to confirm the association between histamine skin reactivity and BMI. Results: The histamine wheal size was revealed to be associated with BMI (Spearman's Rho 0.161, p < 0.001). This association was confirmed by multivariate analysis, after adjusting for sex, age, parental allergy history, parental smoking status, and allergic sensitization (coefficient B 0.071, 95% confidence interval 0.030–0.112). Conclusions: Skin responses to histamine were primarily correlated with increased BMI. Further studies are needed to understand the clinical implication of BMI when interpreting the results of skin prick test.

Keywords: allergy, body mass index, histamine, skin prick test

Procedia PDF Downloads 357
5351 Routing Medical Images with Tabu Search and Simulated Annealing: A Study on Quality of Service

Authors: Mejía M. Paula, Ramírez L. Leonardo, Puerta A. Gabriel

Abstract:

In telemedicine, the image repository service is important to increase the accuracy of diagnostic support of medical personnel. This study makes comparison between two routing algorithms regarding the quality of service (QoS), to be able to analyze the optimal performance at the time of loading and/or downloading of medical images. This study focused on comparing the performance of Tabu Search with other heuristic and metaheuristic algorithms that improve QoS in telemedicine services in Colombia. For this, Tabu Search and Simulated Annealing heuristic algorithms are chosen for their high usability in this type of applications; the QoS is measured taking into account the following metrics: Delay, Throughput, Jitter and Latency. In addition, routing tests were carried out on ten images in digital image and communication in medicine (DICOM) format of 40 MB. These tests were carried out for ten minutes with different traffic conditions, reaching a total of 25 tests, from a server of Universidad Militar Nueva Granada (UMNG) in Bogotá-Colombia to a remote user in Universidad de Santiago de Chile (USACH) - Chile. The results show that Tabu search presents a better QoS performance compared to Simulated Annealing, managing to optimize the routing of medical images, a basic requirement to offer diagnostic images services in telemedicine.

Keywords: medical image, QoS, simulated annealing, Tabu search, telemedicine

Procedia PDF Downloads 212
5350 Characterization of Plunging Water Jets in Crossflows: Experimental and Numerical Studies

Authors: Mina Esmi Jahromi, Mehdi Khiadani

Abstract:

Plunging water jets discharging into turbulent crossflows are capable of providing efficient air water interfacial area, which is desirable for the process of mass transfer. Although several studies have been dedicated to the air entrainment by water jets impinging into stagnant water, very few studies have focused on the water jets in crossflows. This study investigates development of the two-phase flow as a result of the jet impingements into crossflows by means of image processing technique and CFD simulations. Investigations are also conducted on the oxygen transfer and a correlation is established between the aeration properties and the oxygenation capacity of water jets in crossflows. This study helps the optimal design and the effective operation of the industrial and the environmental equipment incorporating water jets in crossflows.

Keywords: air entrainment, CFD simulation, image processing, jet in crossflow, oxygen transfer, two-phase flow

Procedia PDF Downloads 236
5349 Walking Cadence to Attain a Minimum of Moderate Aerobic Intensity in People at Risk of Cardiovascular Diseases

Authors: Fagner O. Serrano, Danielle R. Bouchard, Todd A. Duhame

Abstract:

Walking cadence (steps/min) is an effective way to prescribe exercise so an individual can reach a moderate intensity, which is recommended to optimize health benefits. To our knowledge, there is no study on the required walking cadence to reach a moderate intensity for people that present chronic conditions or risk factors for chronic conditions such as Cardiovascular Diseases (CVD). The objectives of this study were: 1- to identify the walking cadence needed for people at risk of CVD to a reach moderate intensity, and 2- to develop and test an equation using clinical variables to help professionals working with individuals at risk of CVD to estimate the walking cadence needed to reach moderate intensity. Ninety-one people presenting a minimum of two risk factors for CVD completed a medically supervised graded exercise test to assess maximum oxygen consumption at the first visit. The last visit consisted of recording walking cadence using a foot pod Garmin FR-60 and a Polar heart rate monitor, aiming to get participants to reach 40% of their maximal oxygen consumption using a portable metabolic cart on an indoor flat surface. The equation to predict the walking cadence needed to reach moderate intensity in this sample was developed as follows: The sample was randomly split in half and the equation was developed with one half of the participants, and validated using the other half. Body mass index, height, stride length, leg height, body weight, fitness level (VO2max), and self-selected cadence (over 200 meters) were measured using objective measured. Mean walking cadence to reach moderate intensity for people age 64.3 ± 10.3 years old at risk of CVD was 115.8  10.3 steps per minute. Body mass index, height, body weight, fitness level, and self-selected cadence were associated with walking cadence at moderate intensity when evaluated in bivariate analyses (r ranging from 0.22 to 0.52; all P values ≤0.05). Using linear regression analysis including all clinical variables associated in the bivariate analyses, body weight was the significant predictor of walking cadence for reaching a moderate intensity (ß=0.24; P=.018) explaining 13% of walking cadence to reach moderate intensity. The regression model created was Y = 134.4-0.24 X body weight (kg).Our findings suggest that people presenting two or more risk factors for CVD are reaching moderate intensity while walking at a cadence above the one officially recommended (116 steps per minute vs. 100 steps per minute) for healthy adults.

Keywords: cardiovascular disease, moderate intensity, older adults, walking cadence

Procedia PDF Downloads 441
5348 Principle Component Analysis on Colon Cancer Detection

Authors: N. K. Caecar Pratiwi, Yunendah Nur Fuadah, Rita Magdalena, R. D. Atmaja, Sofia Saidah, Ocky Tiaramukti

Abstract:

Colon cancer or colorectal cancer is a type of cancer that attacks the last part of the human digestive system. Lymphoma and carcinoma are types of cancer that attack human’s colon. Colon cancer causes deaths about half a million people every year. In Indonesia, colon cancer is the third largest cancer case for women and second in men. Unhealthy lifestyles such as minimum consumption of fiber, rarely exercising and lack of awareness for early detection are factors that cause high cases of colon cancer. The aim of this project is to produce a system that can detect and classify images into type of colon cancer lymphoma, carcinoma, or normal. The designed system used 198 data colon cancer tissue pathology, consist of 66 images for Lymphoma cancer, 66 images for carcinoma cancer and 66 for normal / healthy colon condition. This system will classify colon cancer starting from image preprocessing, feature extraction using Principal Component Analysis (PCA) and classification using K-Nearest Neighbor (K-NN) method. Several stages in preprocessing are resize, convert RGB image to grayscale, edge detection and last, histogram equalization. Tests will be done by trying some K-NN input parameter setting. The result of this project is an image processing system that can detect and classify the type of colon cancer with high accuracy and low computation time.

Keywords: carcinoma, colorectal cancer, k-nearest neighbor, lymphoma, principle component analysis

Procedia PDF Downloads 204
5347 Analysis of Motor Nerve Conduction Velocity (MNCV) of Selected Nerves in Athletics

Authors: Jogbinder Singh Soodan, Ashok Kumar, Gobind Singh

Abstract:

Background: This study aims to describe the motor nerve conduction velocity of selected nerves of both the upper and lower extremities in athletes. Thirty high-level sprinters (100 mts and 200 mts) and thirty high level distance runners (3000 mts) were volunteered to participate in the study. Method: Motor nerve conduction velocities (MNCV) of radial and sural nerves were recorded with the help of computerized equipment, NEUROPERFECT (MEDICAID SYSTEMS, India), with standard techniques of supramaximal percutaneus stimulation. The anthropometric measurements taken were body height (cms), age (yrs) and body weight (kgs). The neurophysiological parameters taken were MNCV of radial nerve (upper extremity) and sural nerve (lower extremity) of both sides (i.e. dominant and non-dominant) of the body. The room temperature was maintained at 37 degree Celsius. Results: Significant differences in motor nerve conduction velocities were found between dominant and non-dominant limbs in each group. The MNCV of radial nerve was obtained was significantly higher in the sprinters than long distance runners. The MNCV of sural nerve recorded was significantly higher in sprinters as compared to distance runners. Conclusion: The motor nerve conduction velocity of radial nerve was found to be higher in sprinters as compared to the distance runners and also, the MNCV for sural nerve was found to be higher in sprinters as compared to distance runners. In case of sprinters, the MNCV of radial and sural nerves were higher in dominant limbs (i.e. arms and legs) of both sides of the body. But, in case of distance runners, the MNCV of radial and sural nerves is higher in non dominant limbs.

Keywords: motor nerve conduction velocity, radial nerve, sural nerve, sprinters

Procedia PDF Downloads 561
5346 Fabric Drapemeter Development towards the Analysis of Its Behavior in 3-D Design

Authors: Aida Sheeta, M. Nashat Fors, Sherwet El Gholmy, Marwa Issa

Abstract:

Globalization has raised the customer preferences not only towards the high-quality garments but also the right fitting, comfort and aesthetic apparels. This only can be accomplished by the good interaction between fabric mechanical and physical properties as well as the required style. Consequently, this paper provides an integrated review of the fabric drape terminology because it is considered as an essential feature in which the fabric can form folds with the help of the gravity. Moreover, an instrument has been fabricated in order to analyze the static and dynamic drape behaviors using different fabric types. In addition, the obtained results find out the parameters affecting the drape coefficient using digital image processing for various kind of commercial fabrics. This was found to be an essential first step in order to analyze the behavior of this fabric when it is fabricated in a certain 3-D garment design.

Keywords: cloth fitting, fabric drape nodes, garment silhouette, image processing

Procedia PDF Downloads 180
5345 Out-of-Plane Bending Properties of Out-of-Autoclave Thermosetting Prepregs during Forming Processes

Authors: Hassan A. Alshahrani, Mehdi H. Hojjati

Abstract:

In order to predict and model wrinkling which is caused by out of plane deformation due to compressive loading in the plane of the material during composite prepregs forming, it is necessary to quantitatively understand the relative magnitude of the bending stiffness. This study aims to examine the bending properties of out-of-autoclave (OOA) thermosetting prepreg under vertical cantilever test condition. A direct method for characterizing the bending behavior of composite prepregs was developed. The results from direct measurement were compared with results derived from an image-processing procedure that analyses the captured image during the vertical bending test. A numerical simulation was performed using ABAQUS to confirm the bending stiffness value.

Keywords: Bending stiffness, out-of-autoclave prepreg, forming process, numerical simulation.

Procedia PDF Downloads 298
5344 Applications for Additive Manufacturing Technology for Reducing the Weight of Body Parts of Gas Turbine Engines

Authors: Liubov Magerramova, Mikhail Petrov, Vladimir Isakov, Liana Shcherbinina, Suren Gukasyan, Daniil Povalyukhin, Olga Klimova-Korsmik, Darya Volosevich

Abstract:

Aircraft engines are developing along the path of increasing resource, strength, reliability, and safety. The building of gas turbine engine body parts is a complex design and technological task. Particularly complex in the design and manufacturing are the casings of the input stages of helicopter gearboxes and central drives of aircraft engines. Traditional technologies, such as precision casting or isothermal forging, are characterized by significant limitations in parts production. For parts like housing, additive technologies guarantee spatial freedom and limitless or flexible design. This article presents the results of computational and experimental studies. These investigations justify the applicability of additive technologies (AT) to reduce the weight of aircraft housing gearbox parts by up to 32%. This is possible due to geometrical optimization compared to the classical, less flexible manufacturing methods and as-casted aircraft parts with over-insured values of safety factors. Using an example of the body of the input stage of an aircraft gearbox, visualization of the layer-by-layer manufacturing of a part based on thermal deformation was demonstrated.

Keywords: additive technologies, gas turbine engines, topological optimization, synthesis process

Procedia PDF Downloads 104
5343 Effect of Whole Body Vibration on Posture Stability and Planter Pressure in Patients with Diabetic Neuropathy

Authors: Azza M. Atya, Mahmoud M. Nasser

Abstract:

Background/ /Significance: Peripheral neuropathy is one of the long term serious complications of diabetes, which may attribute to postural instability and alteration of planter pressure. Whole body vibration (WBV) is a somatosensory stimulation type of exercise that has been emerged in sport training and rehabilitation of neuromuscular disorders. Purpose: The aim of this study was to investigate the effect of whole Body Vibration on antroposterior (AP), mediolateral (ML) posture stability and planter foot pressure in patients with diabetic neuropathy. Subjects: forty diabetic patients with moderate peripheral neuropathy aged from 35 to 50 years, were randomly assigned to WBV group (n=20) and control group (n=20). Methods and Materials: the WBV intervention consisted of three session weekly for 8 weeks (frequency 20 Hz, peak-to peak displacement 4mm, acceleration 3.5 g). Biodex balance system was used for postural stability assessment and the foot scan plate was used to measure the mean peak pressure under the first and lesser metatarsals. The main Outcome measures were antroposterior stability index (APSI), mediolateral stability index (MLSI), overall stability index (OSI),and mean peak foot pressure. Analyses: Statistical analysis was performed using the SPSS software package (SPSS for Windows Release 18.0). T-test was used to compare between the pre- and post-treatment values between and within groups. Results: For the 40 study participants (18male and 22 females) there were no between-group differences at baseline. At the end of 8 weeks, Subjects in WBV group experienced significant increase in postural stability with a reduction of mean peak of planter foot pressure (P<0.05) compared with the control group. Conclusion: The result suggests that WBV is an effective therapeutic modality for increasing postural stability and reducing planter pressure in patients with diabetic neuropathy.

Keywords: whole body vibration, diabetic neuropathy, posture stability, foot pressure

Procedia PDF Downloads 381
5342 A United Nations Safety Compliant Urban Vehicle Design

Authors: Marcelo R. G. Duarte, Marcilio Alves

Abstract:

Pedestrians are the fourth group among road traffic users that most suffer accidents. Their death rate is even higher than the motorcyclists group. This gives motivation for the development of an urban vehicle capable of complying with the United Nations Economic Commission for Europe pedestrian regulations. The conceptual vehicle is capable of transporting two passengers and small parcels for 100 km at a maximum speed of 90 km/h. This paper presents the design of this vehicle using the finite element method specially in connection with frontal crash test and car to pedestrian collision. The simulation is based in a human body FE.

Keywords: electric urban vehicle, finite element method, global human body model, pedestrian safety, road safety

Procedia PDF Downloads 185
5341 Investigating the Sloshing Characteristics of a Liquid by Using an Image Processing Method

Authors: Ufuk Tosun, Reza Aghazadeh, Mehmet Bülent Özer

Abstract:

This study puts forward a method to analyze the sloshing characteristics of liquid in a tuned sloshing absorber system by using image processing tools. Tuned sloshing vibration absorbers have recently attracted researchers’ attention as a seismic load damper in constructions due to its practical and logistical convenience. The absorber is liquid which sloshes and applies a force in opposite phase to the motion of structure. Experimentally characterization of the sloshing behavior can be utilized as means of verifying the results of numerical analysis. It can also be used to identify the accuracy of assumptions related to the motion of the liquid. There are extensive theoretical and experimental studies in the literature related to the dynamical and structural behavior of tuned sloshing dampers. In most of these works there are efforts to estimate the sloshing behavior of the liquid such as free surface motion and total force applied by liquid to the wall of container. For these purposes the use of sensors such as load cells and ultrasonic sensors are prevalent in experimental works. Load cells are only capable of measuring the force and requires conducting tests both with and without liquid to obtain pure sloshing force. Ultrasonic level sensors give point-wise measurements and hence they are not applicable to measure the whole free surface motion. Furthermore, in the case of liquid splashing it may give incorrect data. In this work a method for evaluating the sloshing wave height by using camera records and image processing techniques is presented. In this method the motion of the liquid and its container, made of a transparent material, is recorded by a high speed camera which is aligned to the free surface of the liquid. The video captured by the camera is processed frame by frame by using MATLAB Image Processing toolbox. The process starts with cropping the desired region. By recognizing the regions containing liquid and eliminating noise and liquid splashing, the final picture depicting the free surface of liquid is achieved. This picture then is used to obtain the height of the liquid through the length of container. This process is verified by ultrasonic sensors that measured fluid height on the surface of liquid.

Keywords: fluid structure interaction, image processing, sloshing, tuned liquid damper

Procedia PDF Downloads 343
5340 Enhanced CNN for Rice Leaf Disease Classification in Mobile Applications

Authors: Kayne Uriel K. Rodrigo, Jerriane Hillary Heart S. Marcial, Samuel C. Brillo

Abstract:

Rice leaf diseases significantly impact yield production in rice-dependent countries, affecting their agricultural sectors. As part of precision agriculture, early and accurate detection of these diseases is crucial for effective mitigation practices and minimizing crop losses. Hence, this study proposes an enhancement to the Convolutional Neural Network (CNN), a widely-used method for Rice Leaf Disease Image Classification, by incorporating MobileViTV2—a recently advanced architecture that combines CNN and Vision Transformer models while maintaining fewer parameters, making it suitable for broader deployment on edge devices. Our methodology utilizes a publicly available rice disease image dataset from Kaggle, which was validated by a university structural biologist following the guidelines provided by the Philippine Rice Institute (PhilRice). Modifications to the dataset include renaming certain disease categories and augmenting the rice leaf image data through rotation, scaling, and flipping. The enhanced dataset was then used to train the MobileViTV2 model using the Timm library. The results of our approach are as follows: the model achieved notable performance, with 98% accuracy in both training and validation, 6% training and validation loss, and a Receiver Operating Characteristic (ROC) curve ranging from 95% to 100% for each label. Additionally, the F1 score was 97%. These metrics demonstrate a significant improvement compared to a conventional CNN-based approach, which, in a previous 2022 study, achieved only 78% accuracy after using 5 convolutional layers and 2 dense layers. Thus, it can be concluded that MobileViTV2, with its fewer parameters, outperforms traditional CNN models, particularly when applied to Rice Leaf Disease Image Identification. For future work, we recommend extending this model to include datasets validated by international rice experts and broadening the scope to accommodate biotic factors such as rice pest classification, as well as abiotic stressors such as climate, soil quality, and geographic information, which could improve the accuracy of disease prediction.

Keywords: convolutional neural network, MobileViTV2, rice leaf disease, precision agriculture, image classification, vision transformer

Procedia PDF Downloads 1
5339 A Sustainable Society and Its Order Principles: Implications of Common Grace and the Man as the Image of God

Authors: Wenfu Zheng, Guanghe Zheng

Abstract:

The discussion on the social sustainability in existing literature is limited to two-dimension epistemology space with only two elements: the human and nature. Using the revelation of the Bible God, the paper adds a moral component to the two-dimension space. With the new variable being introduced, the authors formulate a to three-dimension epistemology space and discuss its implications. Based on the space, the authors explore the hierarchical structure of order principles for a sustainable society. The social order principle system hierarchically consists of three principles: moral, relational, and rational. The justification of every principle is analyzed briefly. The paper concluded that all these order principles are necessary assurance of building a sustainable society.

Keywords: common grace, saving grace, sustainable society, the image of God

Procedia PDF Downloads 187
5338 3D Scanning Documentation and X-Ray Radiography Examination for Ancient Egyptian Canopic Jar

Authors: Abdelrahman Mohamed Abdelrahman

Abstract:

Canopic jars are one of the vessels of funerary nature used by the ancient Egyptian in mummification process that were used to save the viscera of the mummified body after being extracted from the body and treated. Canopic jars are made of several types of materials like Limestone, Alabaster, and Pottery. The studied canopic jar dates back to Late period, located in the Grand Egyptian Museum (GEM), Giza, Egypt. This jar carved from limestone with carved hieroglyphic inscriptions, and it filled and closed by mortar from inside. Some aspects of damage appeared in the jar, such as dust, dirts, classification, wide crack, weakness of limestone. In this study, we used documentation and investigation modern techniques to document and examine the jar. 3D scanning and X-ray Radiography imaging used in applied study. X-ray imaging showed that the mortar was placed at a time when the jar contained probably viscera where the mortar appeared that not reach up to the base of the inner jar. Through the three-dimensional photography, the jar was documented, and we have 3D model of the jar, and now we have the ability through the computer to see any part of the jar in all its details. After that, conservation procedures have been applied with high accuracy to conserve the jar, including mechanical, wet, and chemical cleaning, filling wide crack in the body of the jar using mortar consisting of calcium carbonate powder mixing with primal E330 S, and consolidation, so the limestone became strong after using paraloid B72 2% concentrate as a consolidate material.

Keywords: vessel, limestone, canopic jar, mortar, 3D scanning, X-ray radiography

Procedia PDF Downloads 71
5337 The Image of Egypt in CNN, BBC and Al Jazeera News Channels in Terms of Democracy, Economic Status and Stability

Authors: Sarah El Mokadem

Abstract:

Egypt has been the focus of international media since 2011 revolution and its repercussions. By the end of 2017, President Abdel Fattah El Sisi will have finished his first term of presidency. With an upcoming presidential election, all eyes are returning back to Egypt as there are speculations about whether the current regime will uphold or change points in the constitution determining the years of presidency term and the allowed number or reelections. In this paper, the researcher examines the reports related to Egypt in three international news channels with different ideologies. The research aims to identify the frames used to portray major issues in Egypt like the economic struggle, democracy levels and stability and safety of the country. All available reports from these three channels in 2017 on YouTube were analyzed which is the year before the presidential elections.

Keywords: content analysis, Egypt, image building, news channel ideology

Procedia PDF Downloads 213
5336 Effect of Dietary Spirulina Powder on Growth Performance, Body Composition, Hematological, Biological and Immunological Parameters of Oscar Fish, Astronotus ocellatus

Authors: Negar Ghotbeddin

Abstract:

In this study, the changes in survival, growth, body composition, hematological, biochemical and immunological parameters of oscar fish (Astronotus ocellatus) have been investigated with dietary spirulina powder supplementation. Total of 300 fish with an initial weight of 8.37 ± 0.36 was distributed to three treatments and one control (0%). The fish were fed 8 weeks with diets containing different concentrations of S. powder: (control (0%), 2.5%, 5%, and 10%). Then sampling was done, and different parameters were measured by standard methods. Growth performance such as weight gain (%), specific growth rate (SGR) and feed conversion ratio (FCR) significantly improved in fish fed with S. powder (p < 0.5). Crude protein significantly increased in the S. powder supplemented groups (p < 0.5). However, crude lipid decreased with the increasing of dietary S. powder levels. Total protein increased in fish fed with 10% S. powder. Triglycerides and cholesterol decreased with the increasing of dietary S. powder levels. Immunological parameters including C3 and C4 increased significantly with the increasing of dietary S. powder levels, and lysozyme was improved in 10% S. powder. Results of this study indicated that S. powder had positive effects on Oscar fish and the best values were observed at 10 % S. powder.

Keywords: spirulina powder, growth performance, body composition, hematology, immunity, Astronotus ocellatus

Procedia PDF Downloads 164
5335 DBN-Based Face Recognition System Using Light Field

Authors: Bing Gu

Abstract:

Abstract—Most of Conventional facial recognition systems are based on image features, such as LBP, SIFT. Recently some DBN-based 2D facial recognition systems have been proposed. However, we find there are few DBN-based 3D facial recognition system and relative researches. 3D facial images include all the individual biometric information. We can use these information to build more accurate features, So we present our DBN-based face recognition system using Light Field. We can see Light Field as another presentation of 3D image, and Light Field Camera show us a way to receive a Light Field. We use the commercially available Light Field Camera to act as the collector of our face recognition system, and the system receive a state-of-art performance as convenient as conventional 2D face recognition system.

Keywords: DBN, face recognition, light field, Lytro

Procedia PDF Downloads 460
5334 The Impacts of the Sit-Stand Workplace Intervention on Cardiometabolic Risk

Authors: Rebecca M. Dagger, Katy Hadgraft, Matthew Teggart, Peter Angell

Abstract:

Background: There is a growing body of evidence that demonstrates the association between sedentary behaviour, cardiometabolic risk and all-cause mortality. Since full time working adults spend approximately 8 hours per day in the workplace, interventions to reduce sedentary behaviour at work may alleviate some of the negative health outcomes associated with sedentary behaviour. The aims of this pilot study were to assess the impacts of using a Sit-Stand workstation on markers of cardiometabolic health in a cohort of desk workers. Methods: Twenty eight participants were recruited and randomly assigned to a control (n=5 males, 9 females, mean age 37 years ± 9.4 years) or intervention group (n= 5 males, 9 females, mean age 42 years ± 12.7 years). All participants attended the labs on 2 occasion’s pre and post intervention, following baseline measurements the intervention participants had the Sit Stand Workstations (Ergotron, USA) installed for a 10 week intervention period. The Sit Stand workstations allow participants to stand or sit at their usual workstation and participants were encouraged to the use the desk in a standing position at regular intervals throughout the working day. Cardiometabolic risk markers assessed were body mass, body composition (using bio impedance analysis; Tanita, Tokyo), fasting blood Total Cholesterol (TC), lipid profiles (HDL-C, LDL-C, TC: HDL-C ratio), triglycerides and fasting glucose (Cholestech LDX), resting systolic and diastolic blood pressure and resting heart rate. ANCOVA controlling for baseline values was used to assess the group difference in changes in risk markers between pre and post intervention. Results: The 10 week intervention was associated with significant reductions in some cardiometabolic risk factors. There were significant group effects on change in body mass (F (1,25)=5.915, p<0.05), total body fat percentage (F(1,25)=12.615, p<0.01), total fat mass (F (1,25)=6.954, p<0.05), and systolic blood pressure (F (1,25)=5.012, p<0.05). There were no other significant group effects on changes in other cardiometabolic risk markers. Conclusion: This pilot study highlights the importance of reducing sedentary behaviour in the workplace for reduction in cardiometabolic risk markers. Further research is required to support these findings.

Keywords: sedentary behaviour, caridometabolic risk, evidence, risk makers

Procedia PDF Downloads 448
5333 Determinants of Customer Satisfaction: The case of Abyssinia Bank Customers in Addis Ababa Ethiopia

Authors: Yosef Ferede Bogale

Abstract:

The purpose of this study was to evaluate the degree of customer satisfaction and the variables influencing it in the instance of the Bank of Abyssinia branches in the districts of Arada and Bole in Addis Ababa. The study was carried out utilizing a mixed research approach and a descriptive and explanatory research design in Addis Ababa, the capital city of Ethiopia. Both primary and secondary data were employed in this investigation. The study's target population consisted of 1000 of the bank's most prestigious clients. With a 93% response rate, 265 respondents from both genders in the active age group had higher levels of education and work experience and were in the active age group. Customers of the case bank under consideration comprised the study's target audience. The respondents, who belonged to both gender groups, were in the active age bracket with superior levels of education and work experience. As a result, this investigation discovered that the degree of client satisfaction was assigned a medium rating. Additionally given a middling rating were the company's image practices, employee competency, technology, and service quality. Further, the results also demonstrate that corporate image, employees’ competency, technology, and service quality all positively and significantly affect customer happiness. This study found that, to varying degrees, company image, technology, competence, and high-quality financial services will all improve consumer happiness. According to this report, banks should monitor customer satisfaction and service quality at least twice a year. This is because there is a growing movement among bank service providers for accountability, and measuring these factors is crucial. This study also recommends that banks make every effort to satisfy consumers' expectations to the highest level.

Keywords: customer satisfaction, corporate image, quality service risk, banks

Procedia PDF Downloads 115
5332 Determination of Unknown Radionuclides Using High Purity Germanium Detectors

Authors: O. G. Onuk, L. S. Taura, C. M. Eze, S. M. Ngaram

Abstract:

The decay chain of radioactive elements in the laboratory and the verification of natural radioactivity of the human body was investigated using the High Purity Germanium (HPGe) detector. Properties of the HPGe detectors were also investigated. The efficiency and energy resolution of HPGe detector used in the laboratory was found to be excellent. The detector was calibrated three times so as to cover a wider energy range. Also the Centroid C of the detector was found to have a linear relationship with the energies of the known gamma-rays. Using the three calibrations of the detector, the energy of an unknown radionuclide was found to follow the decay chain of thorium-232 (232Th) and it was also found that an average adult has about 2.5g Potasium-40 (40K) in the body.

Keywords: detector, efficiency, energy, radionuclides, resolution

Procedia PDF Downloads 247
5331 The Catholic Aristotle: Metaphysics and the Transubstantiation of the Eucharist

Authors: Elizabeth Latham

Abstract:

Aristotle’s definition of substance from Metaphysics is relevant to the Catholic transubstantiation of the Eucharist, the idea that the actual substance of bread and wine is replaced by the substance of the body and blood of Christ. Assuming the physiological nature of the subjects do not change, the Aristotelian view on the nature of substance seems to be incompatible with this belief, since bread and wine have essential qualities different from those of flesh and blood. However, based on a theological view of the essence of the body and blood of Christ as salvation along with the essence of Eucharist, transubstantiation can fit within Aristotle’s brackets. This is one step further than theologians like Aquinas have gone in their similar discussions. Using his work as a method by which to understand the apparently impossible act of transforming food to flesh provides a logical angle on a question of faith.

Keywords: aristotle, catholicism, eucharist, metaphysics transubstantiation

Procedia PDF Downloads 152
5330 A Neural Approach for the Offline Recognition of the Arabic Handwritten Words of the Algerian Departments

Authors: Salim Ouchtati, Jean Sequeira, Mouldi Bedda

Abstract:

In this work we present an off line system for the recognition of the Arabic handwritten words of the Algerian departments. The study is based mainly on the evaluation of neural network performances, trained with the gradient back propagation algorithm. The used parameters to form the input vector of the neural network are extracted on the binary images of the handwritten word by several methods: the parameters of distribution, the moments centered of the different projections and the Barr features. It should be noted that these methods are applied on segments gotten after the division of the binary image of the word in six segments. The classification is achieved by a multi layers perceptron. Detailed experiments are carried and satisfactory recognition results are reported.

Keywords: handwritten word recognition, neural networks, image processing, pattern recognition, features extraction

Procedia PDF Downloads 510
5329 Calculating Ventricle’s Area Based on Clinical Dementia Rating Values on Coronal MRI Image

Authors: Retno Supriyanti, Ays Rahmadian Subhi, Yogi Ramadhani, Haris B. Widodo

Abstract:

Alzheimer is one type of disease in the elderly that may occur in the world. The severity of the Alzheimer can be measured using a scale called Clinical Dementia Rating (CDR) based on a doctor's diagnosis of the patient's condition. Currently, diagnosis of Alzheimer often uses MRI machine, to know the condition of part of the brain called Hippocampus and Ventricle. MRI image itself consists of 3 slices, namely Coronal, Sagittal and Axial. In this paper, we discussed the measurement of the area of the ventricle especially in the Coronal slice based on the severity level referring to the CDR value. We use Active Contour method to segment the ventricle’s region, therefore that ventricle’s area can be calculated automatically. The results show that this method can be used for further development in the automatic diagnosis of Alzheimer.

Keywords: Alzheimer, CDR, coronal, ventricle, active contour

Procedia PDF Downloads 260