Search results for: automatic selective door operations
3005 Exploring Pre-Trained Automatic Speech Recognition Model HuBERT for Early Alzheimer’s Disease and Mild Cognitive Impairment Detection in Speech
Authors: Monica Gonzalez Machorro
Abstract:
Dementia is hard to diagnose because of the lack of early physical symptoms. Early dementia recognition is key to improving the living condition of patients. Speech technology is considered a valuable biomarker for this challenge. Recent works have utilized conventional acoustic features and machine learning methods to detect dementia in speech. BERT-like classifiers have reported the most promising performance. One constraint, nonetheless, is that these studies are either based on human transcripts or on transcripts produced by automatic speech recognition (ASR) systems. This research contribution is to explore a method that does not require transcriptions to detect early Alzheimer’s disease (AD) and mild cognitive impairment (MCI). This is achieved by fine-tuning a pre-trained ASR model for the downstream early AD and MCI tasks. To do so, a subset of the thoroughly studied Pitt Corpus is customized. The subset is balanced for class, age, and gender. Data processing also involves cropping the samples into 10-second segments. For comparison purposes, a baseline model is defined by training and testing a Random Forest with 20 extracted acoustic features using the librosa library implemented in Python. These are: zero-crossing rate, MFCCs, spectral bandwidth, spectral centroid, root mean square, and short-time Fourier transform. The baseline model achieved a 58% accuracy. To fine-tune HuBERT as a classifier, an average pooling strategy is employed to merge the 3D representations from audio into 2D representations, and a linear layer is added. The pre-trained model used is ‘hubert-large-ls960-ft’. Empirically, the number of epochs selected is 5, and the batch size defined is 1. Experiments show that our proposed method reaches a 69% balanced accuracy. This suggests that the linguistic and speech information encoded in the self-supervised ASR-based model is able to learn acoustic cues of AD and MCI.Keywords: automatic speech recognition, early Alzheimer’s recognition, mild cognitive impairment, speech impairment
Procedia PDF Downloads 1293004 Double Layer Security Authentication Model for Automatic Dependent Surveillance-Broadcast
Authors: Buse T. Aydin, Enver Ozdemir
Abstract:
An automatic dependent surveillance-broadcast (ADS-B) system has serious security problems. In this study, a double layer authentication scheme between the aircraft and ground station, aircraft to aircraft, ground station to ATC tower is designed to prevent any unauthorized aircrafts from introducing themselves as friends. This method can be used as a solution to the problem of authentication. The method is a combination of classical cryptographic methods and new generation physical layers. The first layer has employed the embedded key of the aircraft. The embedded key is assumed to installed during the construction of the utility. The other layer is a physical attribute (flight path, distance, etc.) between the aircraft and the ATC tower. We create a mathematical model so that two layers’ information is employed and an aircraft is authenticated as a friend or unknown according to the accuracy of the results of the model. The results of the aircraft are compared with the results of the ATC tower and if the values found by the aircraft and ATC tower match within a certain error margin, we mark the aircraft as friend. As a result, the ADS-B messages coming from this authenticated friendly aircraft will be processed. In this method, even if the embedded key is captured by the unknown aircraft, without the information of the second layer, the unknown aircraft can easily be determined. Overall, in this work, we present a reliable system by adding physical layer in the authentication process.Keywords: ADS-B, authentication, communication with physical layer security, cryptography, identification friend or foe
Procedia PDF Downloads 1853003 Additive Manufacturing of Titanium Metamaterials for Tissue Engineering
Authors: Tuba Kizilirmak
Abstract:
Distinct properties of porous metamaterials have been largely processed for biomedicine requiring a three-dimensional (3D) porous structure engaged with fine mechanical features, biodegradation ability, and biocompatibility. Applications of metamaterials are (i) porous orthopedic and dental implants; (ii) in vitro cell culture of metamaterials and bone regeneration of metamaterials in vivo; (iii) macro-, micro, and nano-level porous metamaterials for sensors, diagnosis, and drug delivery. There are some specific properties to design metamaterials for tissue engineering. These are surface to volume ratio, pore size, and interconnection degrees are selected to control cell behavior and bone ingrowth. In this study, additive manufacturing technique selective laser melting will be used to print the scaffolds. Selective Laser Melting prints the 3D components according to designed 3D CAD models and manufactured materials, adding layers progressively by layer. This study aims to design metamaterials with Ti6Al4V material, which gives benefit in respect of mechanical and biological properties. Ti6Al4V scaffolds will support cell attachment by conferring a suitable area for cell adhesion. This study will control the osteoblast cell attachment on Ti6Al4V scaffolds after the determination of optimum stiffness and other mechanical properties which are close to mechanical properties of bone. Before we produce the samples, we will use a modeling technique to simulate the mechanical behavior of samples. These samples include different lattice models with varying amounts of porosity and density.Keywords: additive manufacturing, titanium lattices, metamaterials, porous metals
Procedia PDF Downloads 1993002 Nanoimprinted-Block Copolymer-Based Porous Nanocone Substrate for SERS Enhancement
Authors: Yunha Ryu, Kyoungsik Kim
Abstract:
Raman spectroscopy is one of the most powerful techniques for chemical detection, but the low sensitivity originated from the extremely small cross-section of the Raman scattering limits the practical use of Raman spectroscopy. To overcome this problem, Surface Enhanced Raman Scattering (SERS) has been intensively studied for several decades. Because the SERS effect is mainly induced from strong electromagnetic near-field enhancement as a result of localized surface plasmon resonance of metallic nanostructures, it is important to design the plasmonic structures with high density of electromagnetic hot spots for SERS substrate. One of the useful fabrication methods is using porous nanomaterial as a template for metallic structure. Internal pores on a scale of tens of nanometers can be strong EM hotspots by confining the incident light. Also, porous structures can capture more target molecules than non-porous structures in a same detection spot thanks to the large surface area. Herein we report the facile fabrication method of porous SERS substrate by integrating solvent-assisted nanoimprint lithography and selective etching of block copolymer. We obtained nanostructures with high porosity via simple selective etching of the one microdomain of the diblock copolymer. Furthermore, we imprinted of the nanocone patterns into the spin-coated flat block copolymer film to make three-dimensional SERS substrate for the high density of SERS hot spots as well as large surface area. We used solvent-assisted nanoimprint lithography (SAIL) to reduce the fabrication time and cost for patterning BCP film by taking advantage of a solvent which dissolves both polystyrenre and poly(methyl methacrylate) domain of the block copolymer, and thus block copolymer film was molded under the low temperature and atmospheric pressure in a short time. After Ag deposition, we measured Raman intensity of dye molecules adsorbed on the fabricated structure. Compared to the Raman signals of Ag coated solid nanocone, porous nanocone showed 10 times higher Raman intensity at 1510 cm(-1) band. In conclusion, we fabricated porous metallic nanocone arrays with high density electromagnetic hotspots by templating nanoimprinted diblock copolymer with selective etching and demonstrated its capability as an effective SERS substrate.Keywords: block copolymer, porous nanostructure, solvent-assisted nanoimprint, surface-enhanced Raman spectroscopy
Procedia PDF Downloads 6283001 JaCoText: A Pretrained Model for Java Code-Text Generation
Authors: Jessica Lopez Espejel, Mahaman Sanoussi Yahaya Alassan, Walid Dahhane, El Hassane Ettifouri
Abstract:
Pretrained transformer-based models have shown high performance in natural language generation tasks. However, a new wave of interest has surged: automatic programming language code generation. This task consists of translating natural language instructions to a source code. Despite the fact that well-known pre-trained models on language generation have achieved good performance in learning programming languages, effort is still needed in automatic code generation. In this paper, we introduce JaCoText, a model based on Transformer neural network. It aims to generate java source code from natural language text. JaCoText leverages the advantages of both natural language and code generation models. More specifically, we study some findings from state of the art and use them to (1) initialize our model from powerful pre-trained models, (2) explore additional pretraining on our java dataset, (3) lead experiments combining the unimodal and bimodal data in training, and (4) scale the input and output length during the fine-tuning of the model. Conducted experiments on CONCODE dataset show that JaCoText achieves new state-of-the-art results.Keywords: java code generation, natural language processing, sequence-to-sequence models, transformer neural networks
Procedia PDF Downloads 2923000 Bird-Adapted Filter for Avian Species and Individual Identification Systems Improvement
Authors: Ladislav Ptacek, Jan Vanek, Jan Eisner, Alexandra Pruchova, Pavel Linhart, Ludek Muller, Dana Jirotkova
Abstract:
One of the essential steps of avian song processing is signal filtering. Currently, the standard methods of filtering are the Mel Bank Filter or linear filter distribution. In this article, a new type of bank filter called the Bird-Adapted Filter is introduced; whereby the signal filtering is modifiable, based upon a new mathematical description of audiograms for particular bird species or order, which was named the Avian Audiogram Unified Equation. According to the method, filters may be deliberately distributed by frequency. The filters are more concentrated in bands of higher sensitivity where there is expected to be more information transmitted and vice versa. Further, it is demonstrated a comparison of various filters for automatic individual recognition of chiffchaff (Phylloscopus collybita). The average Equal Error Rate (EER) value for Linear bank filter was 16.23%, for Mel Bank Filter 18.71%, the Bird-Adapted Filter gave 14.29%, and Bird-Adapted Filter with 1/3 modification was 12.95%. This approach would be useful for practical use in automatic systems for avian species and individual identification. Since the Bird-Adapted Filter filtration is based on the measured audiograms of particular species or orders, selecting the distribution according to the avian vocalization provides the most precise filter distribution to date.Keywords: avian audiogram, bird individual identification, bird song processing, bird species recognition, filter bank
Procedia PDF Downloads 3902999 Sukh Initiative: A Family Planning Reproductive Health Project for Squatter Settlement of Karachi, Pakistan
Authors: Arshad Hussain
Abstract:
Background: Sukh Initiative is a multi-donor funded, family planning and reproductive health project, primed by Aman Healthcare Services; implemented through a consortium of local and international organizations, in a selected one million underserved peri-urban population of Karachi, Sindh; which aims at increasing modern contraceptive prevalence rate by 15 percentage point. Objective: To empower women to access contraception by increasing knowledge, improving quality of services and expanding the basket of choices; contributing to the goals of FP2020. Methods: A five years project has a multi-pronged approach with door to door services by LHWs and CHWs in an LHWs covered population and provision of quality FP/RH services both at public and private health care facilities. The project engages youth (12-16 years) both with community and at secondary schools to mentor them for responsible adulthood with life skilled base initiative. A 24/7 availability of youth and FP helpline service provides counselling, referrals in addition with a follow-up mechanism. Results: 131,810 MWRAs were reached by 191 community health workers through 29,693 of community support group meetings and 166,775 house hold visits. These MWRAs were counselled on FP related myths and misconception and referred to 216 providers trained for quality family planning services and maintaining average 64% quality scores in 43 public health and 35 private facilities in the project area. Of those referred 26% MWRAs opted modern contraception with 17.56% in LARCs and 41% PPFP as compared to baseline. Aman TeleHealth is linked with 24/7 counselling, referrals and post services follow-ups to clients, showing 14% proportion of FP call volume. Sukh has a unique role in engaging all partners on youth SRHR issues through family life education sessions, 30 higher sec. schools in Sukh area have been provided LSBE to 16,000 students (aged 15-17), and in community approximately 10, 496 girls and boys have received SRHR information. Conclusion: Through individual counselling, access to quality family planning services and involvement of stakeholders, Suk created an enabling environment to rapid increase in family planning in the project intervention area.Keywords: family planning and reproductive health, married women with reproductive age, urban squatter, Pakistan
Procedia PDF Downloads 3262998 Reed: An Approach Towards Quickly Bootstrapping Multilingual Acoustic Models
Authors: Bipasha Sen, Aditya Agarwal
Abstract:
Multilingual automatic speech recognition (ASR) system is a single entity capable of transcribing multiple languages sharing a common phone space. Performance of such a system is highly dependent on the compatibility of the languages. State of the art speech recognition systems are built using sequential architectures based on recurrent neural networks (RNN) limiting the computational parallelization in training. This poses a significant challenge in terms of time taken to bootstrap and validate the compatibility of multiple languages for building a robust multilingual system. Complex architectural choices based on self-attention networks are made to improve the parallelization thereby reducing the training time. In this work, we propose Reed, a simple system based on 1D convolutions which uses very short context to improve the training time. To improve the performance of our system, we use raw time-domain speech signals directly as input. This enables the convolutional layers to learn feature representations rather than relying on handcrafted features such as MFCC. We report improvement on training and inference times by atleast a factor of 4x and 7.4x respectively with comparable WERs against standard RNN based baseline systems on SpeechOcean's multilingual low resource dataset.Keywords: convolutional neural networks, language compatibility, low resource languages, multilingual automatic speech recognition
Procedia PDF Downloads 1252997 An Automatic Large Classroom Attendance Conceptual Model Using Face Counting
Authors: Sirajdin Olagoke Adeshina, Haidi Ibrahim, Akeem Salawu
Abstract:
large lecture theatres cannot be covered by a single camera but rather by a multicamera setup because of their size, shape, and seating arrangements. Although, classroom capture is achievable through a single camera. Therefore, a design and implementation of a multicamera setup for a large lecture hall were considered. Researchers have shown emphasis on the impact of class attendance taken on the academic performance of students. However, the traditional method of carrying out this exercise is below standard, especially for large lecture theatres, because of the student population, the time required, sophistication, exhaustiveness, and manipulative influence. An automated large classroom attendance system is, therefore, imperative. The common approach in this system is face detection and recognition, where known student faces are captured and stored for recognition purposes. This approach will require constant face database updates due to constant changes in the facial features. Alternatively, face counting can be performed by cropping the localized faces on the video or image into a folder and then count them. This research aims to develop a face localization-based approach to detect student faces in classroom images captured using a multicamera setup. A selected Haar-like feature cascade face detector trained with an asymmetric goal to minimize the False Rejection Rate (FRR) relative to the False Acceptance Rate (FAR) was applied on Raspberry Pi 4B. A relationship between the two factors (FRR and FAR) was established using a constant (λ) as a trade-off between the two factors for automatic adjustment during training. An evaluation of the proposed approach and the conventional AdaBoost on classroom datasets shows an improvement of 8% TPR (output result of low FRR) and 7% minimization of the FRR. The average learning speed of the proposed approach was improved with 1.19s execution time per image compared to 2.38s of the improved AdaBoost. Consequently, the proposed approach achieved 97% TPR with an overhead constraint time of 22.9s compared to 46.7s of the improved Adaboost when evaluated on images obtained from a large lecture hall (DK5) USM.Keywords: automatic attendance, face detection, haar-like cascade, manual attendance
Procedia PDF Downloads 742996 Study of Suezmax Shuttle Tanker Energy Efficiency for Operations at the Brazilian Pre-Salt Region
Authors: Rodrigo A. Schiller, Rubens C. Da Silva, Kazuo Nishimoto, Claudio M. P. Sampaio
Abstract:
The need to reduce fossil fuels consumption due to the current scenario of trying to restrain global warming effects and reduce air pollution is dictating a series of transformations in shipping. This study introduces, at first, the changes of the regulatory framework concerning gas emissions control and fuel consumption efficiency on merchant ships. Secondly, the main operational procedures with high potential reduction of fuel consumption are discussed, with focus on existing vessels, using ship speed reduction procedure. This procedure shows the positive impacts on both operating costs reduction and also on energy efficiency increase if correctly applied. Finally, a numerical analysis of the fuel consumption variation with the speed was carried out for a Suezmax class oil tanker, which has been adapted to oil offloading operations for FPSOs in Brazilian offshore oil production systems. In this analysis, the discussions about the variations of vessel energy efficiency from small speed rate reductions and the possible applications of this improvement, taking into account the typical operating profile of the vessel in such a way to have significant economic impacts on the operation. This analysis also evaluated the application of two different numerical methods: one based only on regression equations produced by existing data, semi-empirical method, and another using a CFD simulations for estimating the hull shape parameters that are most relevant for determining fuel consumption, analyzing inaccuracies and impact on the final results.Keywords: energy efficiency, offloading operations, speed reduction, Suezmax oil tanker
Procedia PDF Downloads 5302995 Secret Security Smart Lock Using Artificial Intelligence Hybrid Algorithm
Authors: Vahid Bayrami Rad
Abstract:
Ever since humans developed a collective way of life to the development of urbanization, the concern of security has always been considered one of the most important challenges of life. To protect property, locks have always been a practical tool. With the advancement of technology, the form of locks has changed from mechanical to electric. One of the most widely used fields of using artificial intelligence is its application in the technology of surveillance security systems. Currently, the technologies used in smart anti-theft door handles are one of the most potential fields for using artificial intelligence. Artificial intelligence has the possibility to learn, calculate, interpret and process by analyzing data with the help of algorithms and mathematical models and make smart decisions. We will use Arduino board to process data.Keywords: arduino board, artificial intelligence, image processing, solenoid lock
Procedia PDF Downloads 712994 Exploring SSD Suitable Allocation Schemes Incompliance with Workload Patterns
Authors: Jae Young Park, Hwansu Jung, Jong Tae Kim
Abstract:
Whether the data has been well parallelized is an important factor in the Solid-State-Drive (SSD) performance. SSD parallelization is affected by allocation scheme and it is directly connected to SSD performance. There are dynamic allocation and static allocation in representative allocation schemes. Dynamic allocation is more adaptive in exploiting write operation parallelism, while static allocation is better in read operation parallelism. Therefore, it is hard to select the appropriate allocation scheme when the workload is mixed read and write operations. We simulated conditions on a few mixed data patterns and analyzed the results to help the right choice for better performance. As the results, if data arrival interval is long enough prior operations to be finished and continuous read intensive data environment static allocation is more suitable. Dynamic allocation performs the best on write performance and random data patterns.Keywords: dynamic allocation, NAND flash based SSD, SSD parallelism, static allocation
Procedia PDF Downloads 3422993 Control of a Stewart Platform for Minimizing Impact Energy in Simulating Spacecraft Docking Operations
Authors: Leonardo Herrera, Shield B. Lin, Stephen J. Montgomery-Smith, Ziraguen O. Williams
Abstract:
Three control algorithms: Proportional-Integral-Derivative, Linear-Quadratic-Gaussian, and Linear-Quadratic-Gaussian with the shift, were applied to the computer simulation of a one-directional dynamic model of a Stewart Platform. The goal was to compare the dynamic system responses under the three control algorithms and to minimize the impact energy when simulating spacecraft docking operations. Equations were derived for the control algorithms and the input and output of the feedback control system. Using MATLAB, Simulink diagrams were created to represent the three control schemes. A switch selector was used for the convenience of changing among different controllers. The simulation demonstrated the controller using the algorithm of Linear-Quadratic-Gaussian with the shift resulting in the lowest impact energy.Keywords: controller, Stewart platform, docking operation, spacecraft
Procedia PDF Downloads 562992 A Real-Time Moving Object Detection and Tracking Scheme and Its Implementation for Video Surveillance System
Authors: Mulugeta K. Tefera, Xiaolong Yang, Jian Liu
Abstract:
Detection and tracking of moving objects are very important in many application contexts such as detection and recognition of people, visual surveillance and automatic generation of video effect and so on. However, the task of detecting a real shape of an object in motion becomes tricky due to various challenges like dynamic scene changes, presence of shadow, and illumination variations due to light switch. For such systems, once the moving object is detected, tracking is also a crucial step for those applications that used in military defense, video surveillance, human computer interaction, and medical diagnostics as well as in commercial fields such as video games. In this paper, an object presents in dynamic background is detected using adaptive mixture of Gaussian based analysis of the video sequences. Then the detected moving object is tracked using the region based moving object tracking and inter-frame differential mechanisms to address the partial overlapping and occlusion problems. Firstly, the detection algorithm effectively detects and extracts the moving object target by enhancing and post processing morphological operations. Secondly, the extracted object uses region based moving object tracking and inter-frame difference to improve the tracking speed of real-time moving objects in different video frames. Finally, the plotting method was applied to detect the moving objects effectively and describes the object’s motion being tracked. The experiment has been performed on image sequences acquired both indoor and outdoor environments and one stationary and web camera has been used.Keywords: background modeling, Gaussian mixture model, inter-frame difference, object detection and tracking, video surveillance
Procedia PDF Downloads 4832991 Escalation of Commitment and Turnover in Top Management Teams
Authors: Dmitriy V. Chulkov
Abstract:
Escalation of commitment is defined as continuation of a project after receiving negative information about it. While literature in management and psychology identified various factors contributing to escalation behavior, this phenomenon has received little analysis in economics, potentially due to the apparent irrationality of escalation. In this study, we present an economic model of escalation with asymmetric information in a principal-agent setup where the agents are responsible for a project selection decision and discover the outcome of the project before the principal. Our theoretical model complements the existing literature on several accounts. First, we link the incentive to escalate commitment to a project with the turnover decision by the manager. When a manager learns the outcome of the project and stops it that reveals that a mistake was made. There is an incentive to continue failing projects and avoid admitting the mistake. This incentive is enhanced when the agent may voluntarily resign from the firm before the outcome of the failing project is revealed, and thus not bear the full extent of reputation damage due to project failure. As long as some successful managers leave the firm for extraneous reasons, outside firms find it difficult to link failing projects with certainty to managers that left a firm. Second, we demonstrate that non-CEO managers have reputation concerns separate from those of the CEO, and thus may escalate commitment to projects they oversee, when such escalation can attenuate damage to reputation from impending project failure. Such incentive for escalation will be present for non-CEO managers if the CEO delegates responsibility for a project to a non-CEO executive. If reputation matters for promotion to the CEO, the incentive for a rising executive to escalate in order to protect reputation is distinct from that of a CEO. Third, our theoretical model is supported by empirical analysis of changes in the firm’s operations measured by the presence of discontinued operations at the time of turnover among the top four members of the top management team. Discontinued operations are indicative of termination of failing projects at a firm. The empirical results demonstrate that in a large dataset of over three thousand publicly traded U.S. firms for a period from 1993 to 2014 turnover by top executives significantly increases the likelihood that the firm discontinues operations. Furthermore, the type of turnover matters as this effect is strongest when at least one non-CEO member of the top management team leaves the firm and when the CEO departure is due to a voluntary resignation and not to a retirement or illness. Empirical results are consistent with the predictions of the theoretical model and suggest that escalation of commitment is primarily observed in decisions by non-CEO members of the top management team.Keywords: discontinued operations, escalation of commitment, executive turnover, top management teams
Procedia PDF Downloads 3692990 Analysis of the Unmanned Aerial Vehicles’ Incidents and Accidents: The Role of Human Factors
Authors: Jacob J. Shila, Xiaoyu O. Wu
Abstract:
As the applications of unmanned aerial vehicles (UAV) continue to increase across the world, it is critical to understand the factors that contribute to incidents and accidents associated with these systems. Given the variety of daily applications that could utilize the operations of the UAV (e.g., medical, security operations, construction activities, landscape activities), the main discussion has been how to safely incorporate the UAV into the national airspace system. The types of UAV incidents being reported range from near sightings by other pilots to actual collisions with aircraft or UAV. These incidents have the potential to impact the rest of aviation operations in a variety of ways, including human lives, liability costs, and delay costs. One of the largest causes of these incidents cited is the human factor; other causes cited include maintenance, aircraft, and others. This work investigates the key human factors associated with UAV incidents. To that end, the data related to UAV incidents that have occurred in the United States is both reviewed and analyzed to identify key human factors related to UAV incidents. The data utilized in this work is gathered from the Federal Aviation Administration (FAA) drone database. This study adopts the human factor analysis and classification system (HFACS) to identify key human factors that have contributed to some of the UAV failures to date. The uniqueness of this work is the incorporation of UAV incident data from a variety of applications and not just military data. In addition, identifying the specific human factors is crucial towards developing safety operational models and human factor guidelines for the UAV. The findings of these common human factors are also compared to similar studies in other countries to determine whether these factors are common internationally.Keywords: human factors, incidents and accidents, safety, UAS, UAV
Procedia PDF Downloads 2492989 An Automatic Speech Recognition of Conversational Telephone Speech in Malay Language
Authors: M. Draman, S. Z. Muhamad Yassin, M. S. Alias, Z. Lambak, M. I. Zulkifli, S. N. Padhi, K. N. Baharim, F. Maskuriy, A. I. A. Rahim
Abstract:
The performance of Malay automatic speech recognition (ASR) system for the call centre environment is presented. The system utilizes Kaldi toolkit as the platform to the entire library and algorithm used in performing the ASR task. The acoustic model implemented in this system uses a deep neural network (DNN) method to model the acoustic signal and the standard (n-gram) model for language modelling. With 80 hours of training data from the call centre recordings, the ASR system can achieve 72% of accuracy that corresponds to 28% of word error rate (WER). The testing was done using 20 hours of audio data. Despite the implementation of DNN, the system shows a low accuracy owing to the varieties of noises, accent and dialect that typically occurs in Malaysian call centre environment. This significant variation of speakers is reflected by the large standard deviation of the average word error rate (WERav) (i.e., ~ 10%). It is observed that the lowest WER (13.8%) was obtained from recording sample with a standard Malay dialect (central Malaysia) of native speaker as compared to 49% of the sample with the highest WER that contains conversation of the speaker that uses non-standard Malay dialect.Keywords: conversational speech recognition, deep neural network, Malay language, speech recognition
Procedia PDF Downloads 3262988 Multilayer Perceptron Neural Network for Rainfall-Water Level Modeling
Authors: Thohidul Islam, Md. Hamidul Haque, Robin Kumar Biswas
Abstract:
Floods are one of the deadliest natural disasters which are very complex to model; however, machine learning is opening the door for more reliable and accurate flood prediction. In this research, a multilayer perceptron neural network (MLP) is developed to model the rainfall-water level relation, in a subtropical monsoon climatic region of the Bangladesh-India border. Our experiments show promising empirical results to forecast the water level for 1 day lead time. Our best performing MLP model achieves 98.7% coefficient of determination with lower model complexity which surpasses previously reported results on similar forecasting problems.Keywords: flood forecasting, machine learning, multilayer perceptron network, regression
Procedia PDF Downloads 1782987 Cost Efficient Receiver Tube Technology for Eco-Friendly Concentrated Solar Thermal Applications
Authors: M. Shiva Prasad, S. R. Atchuta, T. Vijayaraghavan, S. Sakthivel
Abstract:
The world is in need of efficient energy conversion technologies which are affordable, accessible, and sustainable with eco-friendly nature. Solar energy is one of the cornerstones for the world’s economic growth because of its abundancy with zero carbon pollution. Among the various solar energy conversion technologies, solar thermal technology has attracted a substantial renewed interest due to its diversity and compatibility in various applications. Solar thermal systems employ concentrators, tracking systems and heat engines for electricity generation which lead to high cost and complexity in comparison with photovoltaics; however, it is compatible with distinct thermal energy storage capability and dispatchable electricity which creates a tremendous attraction. Apart from that, employing cost-effective solar selective receiver tube in a concentrating solar thermal (CST) system improves the energy conversion efficiency and directly reduces the cost of technology. In addition, the development of solar receiver tubes by low cost methods which can offer high optical properties and corrosion resistance in an open-air atmosphere would be beneficial for low and medium temperature applications. In this regard, our work opens up an approach which has the potential to achieve cost-effective energy conversion. We have developed a highly selective tandem absorber coating through a facile wet chemical route by a combination of chemical oxidation, sol-gel, and nanoparticle coating methods. The developed tandem absorber coating has gradient refractive index nature on stainless steel (SS 304) and exhibited high optical properties (α ≤ 0.95 & ε ≤ 0.14). The first absorber layer (Cr-Mn-Fe oxides) developed by controlled oxidation of SS 304 in a chemical bath reactor. A second composite layer of ZrO2-SiO2 has been applied on the chemically oxidized substrate by So-gel dip coating method to serve as optical enhancing and corrosion resistant layer. Finally, an antireflective layer (MgF2) has been deposited on the second layer, to achieve > 95% of absorption. The developed tandem layer exhibited good thermal stability up to 250 °C in open air atmospheric condition and superior corrosion resistance (withstands for > 200h in salt spray test (ASTM B117)). After the successful development of a coating with targeted properties at a laboratory scale, a prototype of the 1 m tube has been demonstrated with excellent uniformity and reproducibility. Moreover, it has been validated under standard laboratory test condition as well as in field condition with a comparison of the commercial receiver tube. The presented strategy can be widely adapted to develop highly selective coatings for a variety of CST applications ranging from hot water, solar desalination, and industrial process heat and power generation. The high-performance, cost-effective medium temperature receiver tube technology has attracted many industries, and recently the technology has been transferred to Indian industry.Keywords: concentrated solar thermal system, solar selective coating, tandem absorber, ultralow refractive index
Procedia PDF Downloads 942986 Enhancing Sustainability Awareness through Social Learning Experiences on Campuses
Authors: Rashika Sharma
Abstract:
The campuses at tertiary institutes can act as a social environment for peer to peer connections. However, socialization is not the only aspect that campuses provide. The campus can act as a learning environment that has often been termed as the campus curriculum. Many tertiary institutes have taken steps to make their campus a ‘green campus’ whereby initiatives have been taken to reduce their impact on the environment. However, as visible as these initiatives are, it is debatable whether these have any effect on students’ and their understanding of sustainable campus operations. Therefore, research was conducted to evaluate the effectiveness of sustainable campus operations in raising students’ awareness of sustainability. Students at two vocational institutes participated in this interpretive research with data collected through surveys and focus groups. The findings indicated that majority of vocational education students remained oblivious of sustainability initiatives on campuses.Keywords: campus learning, education for sustainability, social learning, vocational education
Procedia PDF Downloads 2852985 Algorithms used in Spatial Data Mining GIS
Authors: Vahid Bairami Rad
Abstract:
Extracting knowledge from spatial data like GIS data is important to reduce the data and extract information. Therefore, the development of new techniques and tools that support the human in transforming data into useful knowledge has been the focus of the relatively new and interdisciplinary research area ‘knowledge discovery in databases’. Thus, we introduce a set of database primitives or basic operations for spatial data mining which are sufficient to express most of the spatial data mining algorithms from the literature. This approach has several advantages. Similar to the relational standard language SQL, the use of standard primitives will speed-up the development of new data mining algorithms and will also make them more portable. We introduced a database-oriented framework for spatial data mining which is based on the concepts of neighborhood graphs and paths. A small set of basic operations on these graphs and paths were defined as database primitives for spatial data mining. Furthermore, techniques to efficiently support the database primitives by a commercial DBMS were presented.Keywords: spatial data base, knowledge discovery database, data mining, spatial relationship, predictive data mining
Procedia PDF Downloads 4662984 Land Use Influence on the 2014 Catastrophic Flood in the Northeast of Peninsular Malaysia
Authors: Zulkifli Yusop
Abstract:
The severity of December 2014 flood on the east coast of Peninsular Malaysia has raised concern over the adequacy of existing land use practices and policies. This article assesses flood responses to selective logging, plantation establishment (oil palm and rubber) and their subsequent management regimes. The hydrological impacts were evaluated on two levels: on-site (mostly in the upstream) and off-site to reflect the cumulative impact at downstream. Results of experimental catchment studies suggest that on-site impact of flood could be kept to a minimum when selecting logging strictly adhere to the existing guidelines. However, increases in flood potential and sedimentation rate were observed with logging intensity and slope steepness. Forest conversion to plantation show the highest impacts. Except on the heavily compacted surfaces, the ground revegetation is usually rapid within two years upon the cessation of the logging operation. The hydrological impacts of plantation opening and replanting could be significantly reduced once the cover crop has fully established which normally takes between three to six months after sowing. However, as oil palms become taller and the canopy gets closer, the cover crop tends to die off due to light competition, and its protecting function gradually diminishes. The exposed soil is further compacted by harvesting machinery which subsequently leads to greater overland flow and erosion rates. As such, the hydrological properties of matured oil palm plantations are generally poorer than in young plantation. In hilly area, the undergrowth in rubber plantation is usually denser compared to under oil palm. The soil under rubber trees is also less compacted as latex collection is done manually. By considering the cumulative effects of land-use over space and time, selective logging seems to pose the least impact on flood potential, followed by planting rubber for latex, oil palm and Latex Timber Clone (LTC). The cumulative hydrological impact of LTC plantation is the most severe because of its shortest replanting rotation (12 to 15 years) compared to oil palm (25 years) and rubber for latex (35 years). Furthermore, the areas gazetted for LTC are mostly located on steeper slopes which are more susceptible to landslide and erosion. Forest has limited capability to store excess rainfall and is only effective in attenuating regular floods. Once the hydrologic storage is exceeded, the excess rainfall will appear as flood water. Therefore, for big floods, rainfall regime has a much bigger influence than land use.Keywords: selective logging, plantation, extreme rainfall, debris flow
Procedia PDF Downloads 3512983 Without the Labs, You’re Only Guessing: Why Laboratory Data Is a Baseline for Water and Wastewater Treatment
Authors: Sadikia Thomas Caldarazzo
Abstract:
Water municipalities are crucial to public and environmental health and safety. Historically, support labs have acted as a system of checks and balances for water and wastewater treatment plants. However, their contributions extend far beyond this role and often go unrecognized. The City of Baltimore Department of Public Works operates four labs: two for water treatment and two for wastewater treatment. Each lab supports its designated plant by employing subject matter experts (SMEs) in chemistry, biology, and quality control. These experts produce valid and precise data in a timely manner, reducing data uncertainty for both routine monitoring and special sampling. Beyond the plants, Baltimore City labs also analyze samples and produce data for several inter-agency divisions, including utility maintenance, solid waste, stormwater, the office of research management, sanitary pre-treatment, and special sampling requested by the Mayor, City Council, or consumers within the distribution area. Municipalities may not always fully appreciate the integral role labs play in urban water cycle management. As operations continually adjust their processes to maintain compliance, support labs must also adapt to these changes. High-ranking lab managers should be consulted for scientific advice in major utility changes or decisions, similar to consulting lawyers or other experts. Lab managers and scientific analysts are first responders in analyzing data trends and sample integrity. They provide analytical insights into biological and chemical changes in the processes, aiding in decision-making and problem-solving for operations. Engaging lab personnel at various levels to address impediments and discrepancies leads to effective solutions. Effective communication and consultation are imperative. Comprehensive sharing of pertinent information increases awareness and acts as a catalyst for optimal utility management. Fully utilizing lab management for scientific guidance and data analysis builds resilience across the utility's operations. The data produced by the labs, validated by their SMEs, forms the basis for regulatory reports that plant operations and other divisions submit to their regulators for permit purposes. Labs are on the front line, along with operations! This collaboration also helps personnel outside the labs understand outliers or trend changes in data without being forced to delve outside their areas of expertise.Keywords: water, wastewater, wastewater treatment, water treatment
Procedia PDF Downloads 42982 DPAGT1 Inhibitors: Discovery of Anti-Metastatic Drugs
Authors: Michio Kurosu
Abstract:
Alterations in glycosylation not only directly impact cell growth and survival but also facilitate tumor-induced immunomodulation and eventual metastasis. Identification of cell type-specific glycoconjugates (tumor markers) has led to the discovery of new assay systems for certain cancers via immunodetection reagents. N- and O-linked glycans are the most abundant forms of glycoproteins. Recent studies of cancer immunotherapy are based on the immunogenicity of truncated O-glycan chains (e.g., Tn, sTn, T, and sLea/x). The prevalence of N-linked glycan changes in the development of tumor cells is known; however, therapeutic antibodies against N-glycans have not yet been developed. This is due to the lack of specificity of N-linked glycans between normal/healthy and cancer cells. Abnormal branching of N-linked glycans has been observed, particularly in solid cancer cells. While the discovery of drug-like glycosyltransferase inhibitors that block the biosynthesis of specific branching has a very low likelihood of success, altered glycosylation levels can be exploited by suppressing N-glycan biosynthesis through the inhibition of dolichyl-phosphate N-acetylglucosaminephosphotransferase1 (DPAGT1) activity. Inhibition of DPAGT1 function leads to changes of O-glycosylation on proteins associated with mitochondria and zinc finger binding proteins (indirect effects). On the basis of dynamic crosstalk between DPAGT1 and Snail/Slung/ZEB1 (a family of transcription factors that promote the repression of the adhesion molecules), we have developed pharmacologically acceptable selective DPAGT1 inhibitors. Tunicamycin kills a wide range of cancer and healthy cells in a non-selective manner. In sharp contrast, our DPAGT1 inhibitors display strong cytostatic effects against 16 solid cancers, which require the overexpression of DPAGT1 in their progression but do not affect the cell viability of healthy cells. The identified DPAGT1 inhibitors possess impressive anti-metastatic ability in various solid cancer cell lines and induce their mitochondrial structural changes, resulting in apoptosis. A prototype DPAGT1 inhibitor, APPB has already been proven to shrink solid tumors (e.g., pancreatic cancers, triple-negative breast cancers) in vivo while suppressing metastases and has strong synergistic effects when combined with current cytotoxic drugs (e.g., paclitaxel). At this conference, our discovery of selective DPAGT1 inhibitors with drug-like properties and proof-of-pharmaceutical concept studies of a novel DPAGT1 inhibitor are presented.Keywords: DPAGT1 inhibitors, anti-metastatic drugs, natural product based drug designs, cytostatic effects
Procedia PDF Downloads 792981 DEEPMOTILE: Motility Analysis of Human Spermatozoa Using Deep Learning in Sri Lankan Population
Authors: Chamika Chiran Perera, Dananjaya Perera, Chirath Dasanayake, Banuka Athuraliya
Abstract:
Male infertility is a major problem in the world, and it is a neglected and sensitive health issue in Sri Lanka. It can be determined by analyzing human semen samples. Sperm motility is one of many factors that can evaluate male’s fertility potential. In Sri Lanka, this analysis is performed manually. Manual methods are time consuming and depend on the person, but they are reliable and it can depend on the expert. Machine learning and deep learning technologies are currently being investigated to automate the spermatozoa motility analysis, and these methods are unreliable. These automatic methods tend to produce false positive results and false detection. Current automatic methods support different techniques, and some of them are very expensive. Due to the geographical variance in spermatozoa characteristics, current automatic methods are not reliable for motility analysis in Sri Lanka. The suggested system, DeepMotile, is to explore a method to analyze motility of human spermatozoa automatically and present it to the andrology laboratories to overcome current issues. DeepMotile is a novel deep learning method for analyzing spermatozoa motility parameters in the Sri Lankan population. To implement the current approach, Sri Lanka patient data were collected anonymously as a dataset, and glass slides were used as a low-cost technique to analyze semen samples. Current problem was identified as microscopic object detection and tackling the problem. YOLOv5 was customized and used as the object detector, and it achieved 94 % mAP (mean average precision), 86% Precision, and 90% Recall with the gathered dataset. StrongSORT was used as the object tracker, and it was validated with andrology experts due to the unavailability of annotated ground truth data. Furthermore, this research has identified many potential ways for further investigation, and andrology experts can use this system to analyze motility parameters with realistic accuracy.Keywords: computer vision, deep learning, convolutional neural networks, multi-target tracking, microscopic object detection and tracking, male infertility detection, motility analysis of human spermatozoa
Procedia PDF Downloads 1102980 Application of Soft Systems Methodology in Solving Disaster Emergency Logistics Problems
Authors: Alhasan Hakami, Arun Kumar, Sung J. Shim, Yousef Abu Nahleh
Abstract:
In recent years, many high intensity earthquakes have occurred around the world, such as the 2011 earthquake in Tohoku, Japan. These large-scale disasters caused huge casualties and losses. In addition, inefficient disaster response operations also caused the second wave of casualties and losses, and expanded the damage. Effective disaster management can be used to respond to the chaotic situation, and reduce the damage. However, some inefficient disaster response operations are still used. Therefore, this case study chose the 921 earthquakes for analysing disaster emergency logistics problems and proposed the Soft Systems Methodology (SSM) to solve disaster emergency logistics problems. Moreover, it analyses the effect of human factors on system operation, and suggests a solution to improve the system.Keywords: soft systems methodology, emergency logistics, earthquakes, Japan, system operation
Procedia PDF Downloads 4432979 Fuzzy Time Series Forecasting Based on Fuzzy Logical Relationships, PSO Technique, and Automatic Clustering Algorithm
Authors: A. K. M. Kamrul Islam, Abdelhamid Bouchachia, Suang Cang, Hongnian Yu
Abstract:
Forecasting model has a great impact in terms of prediction and continues to do so into the future. Although many forecasting models have been studied in recent years, most researchers focus on different forecasting methods based on fuzzy time series to solve forecasting problems. The forecasted models accuracy fully depends on the two terms that are the length of the interval in the universe of discourse and the content of the forecast rules. Moreover, a hybrid forecasting method can be an effective and efficient way to improve forecasts rather than an individual forecasting model. There are different hybrids forecasting models which combined fuzzy time series with evolutionary algorithms, but the performances are not quite satisfactory. In this paper, we proposed a hybrid forecasting model which deals with the first order as well as high order fuzzy time series and particle swarm optimization to improve the forecasted accuracy. The proposed method used the historical enrollments of the University of Alabama as dataset in the forecasting process. Firstly, we considered an automatic clustering algorithm to calculate the appropriate interval for the historical enrollments. Then particle swarm optimization and fuzzy time series are combined that shows better forecasting accuracy than other existing forecasting models.Keywords: fuzzy time series (fts), particle swarm optimization, clustering algorithm, hybrid forecasting model
Procedia PDF Downloads 2542978 A Review on 3D Smart City Platforms Using Remotely Sensed Data to Aid Simulation and Urban Analysis
Authors: Slim Namouchi, Bruno Vallet, Imed Riadh Farah
Abstract:
3D urban models provide powerful tools for decision making, urban planning, and smart city services. The accuracy of this 3D based systems is directly related to the quality of these models. Since manual large-scale modeling, such as cities or countries is highly time intensive and very expensive process, a fully automatic 3D building generation is needed. However, 3D modeling process result depends on the input data, the proprieties of the captured objects, and the required characteristics of the reconstructed 3D model. Nowadays, producing 3D real-world model is no longer a problem. Remotely sensed data had experienced a remarkable increase in the recent years, especially data acquired using unmanned aerial vehicles (UAV). While the scanning techniques are developing, the captured data amount and the resolution are getting bigger and more precise. This paper presents a literature review, which aims to identify different methods of automatic 3D buildings extractions either from LiDAR or the combination of LiDAR and satellite or aerial images. Then, we present open source technologies, and data models (e.g., CityGML, PostGIS, Cesiumjs) used to integrate these models in geospatial base layers for smart city services.Keywords: CityGML, LiDAR, remote sensing, SIG, Smart City, 3D urban modeling
Procedia PDF Downloads 1372977 Lip Localization Technique for Myanmar Consonants Recognition Based on Lip Movements
Authors: Thein Thein, Kalyar Myo San
Abstract:
Lip reading system is one of the different supportive technologies for hearing impaired, or elderly people or non-native speakers. For normal hearing persons in noisy environments or in conditions where the audio signal is not available, lip reading techniques can be used to increase their understanding of spoken language. Hearing impaired persons have used lip reading techniques as important tools to find out what was said by other people without hearing voice. Thus, visual speech information is important and become active research area. Using visual information from lip movements can improve the accuracy and robustness of a speech recognition system and the need for lip reading system is ever increasing for every language. However, the recognition of lip movement is a difficult task because of the region of interest (ROI) is nonlinear and noisy. Therefore, this paper proposes method to detect the accurate lips shape and to localize lip movement towards automatic lip tracking by using the combination of Otsu global thresholding technique and Moore Neighborhood Tracing Algorithm. Proposed method shows how accurate lip localization and tracking which is useful for speech recognition. In this work of study and experiments will be carried out the automatic lip localizing the lip shape for Myanmar consonants using the only visual information from lip movements which is useful for visual speech of Myanmar languages.Keywords: lip reading, lip localization, lip tracking, Moore neighborhood tracing algorithm
Procedia PDF Downloads 3552976 Differentiation of Drug Stereoisomers by Their Stereostructure-Selective Membrane Interactions as One of Pharmacological Mechanisms
Authors: Maki Mizogami, Hironori Tsuchiya, Yoshiroh Hayabuchi, Kenji Shigemi
Abstract:
Since drugs exhibit significant structure-dependent differences in activity and toxicity, their differentiation based on the mechanism of action should have implications for comparative drug efficacy and safety. We aimed to differentiate drug stereoisomers by their stereostructure-selective membrane interactions underlying pharmacological and toxicological effects. Biomimetic lipid bilayer membranes were prepared with phospholipids and sterols (either cholesterol or epicholesterol) to mimic the lipid compositions of neuronal and cardiomyocyte membranes and to provide these membranes with the chirality. The membrane preparations were treated with different classes of stereoisomers at clinically- and pharmacologically-relevant concentrations (25-200 μM), followed by measuring fluorescence polarization to determine the membrane interactivity of drugs to change the physicochemical property of membranes. All the tested drugs acted on lipid bilayers to increase or decrease the membrane fluidity. Drug stereoisomers could not be differentiated when interacting with the membranes consisting of phospholipids alone. However, they stereostructure-selectively interacted with neuro-mimetic and cardio-mimetic membranes containing 40 mol% cholesterol ((3β)-cholest-5-en-3-ol) to show the relative potencies being local anesthetic R(+)-bupivacaine > rac-bupivacaine > S(‒)-bupivacaine, α2-adrenergic agonistic D-medetomidine > rac-medetomidine > L-medetomidine, β-adrenergic antagonistic R(+)-propranolol > rac-propranolol > S(–)-propranolol, NMDA receptor antagonistic S(+)-ketamine > rac-ketamine, analgesic monoterpenoid (+)-menthol > (‒)-menthol, non-steroidal anti-inflammatory S(+)-ibuprofen > rac-ibuprofen > R(‒)-ibuprofen, and bioactive flavonoid (+)-epicatechin > (‒)-epicatechin. All of the order of membrane interactivity were correlated to those of beneficial and adverse effects of the tested stereoisomers. In contrast, the membranes prepared with epicholesterol ((3α)-chotest-5-en-3-ol), an epimeric form of cholesterol, reversed the rank order of membrane interactivity to be S(‒)-enantiomeric > racemic > R(+)-enantiomeric bupivacaine, L-enantiomeric > racemic > D-enantiomeric medetomidine, S(–)-enantiomeric > racemic > R(+)-enantiomeric propranolol, racemic > S(+)-enantiomeric ketamine, (‒)-enantiomeric > (+)-enantiomeric menthol, R(‒)-enantiomeric > racemic > S(+)-enantiomeric ibuprofen, and (‒)-enantiomeric > (+)-enantiomeric epicatechin. The opposite configuration allows drug molecules to interact with chiral sterol membranes enantiomer-selectively. From the comparative results, it is speculated that a 3β-hydroxyl group in cholesterol is responsible for the enantioselective interactions of drugs. In conclusion, the differentiation of drug stereoisomers by their stereostructure-selective membrane interactions would be useful for designing and predicting drugs with higher activity and/or lower toxicity.Keywords: chiral membrane, differentiation, drug stereoisomer, enantioselective membrane interaction
Procedia PDF Downloads 226