Search results for: expression recognition
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 3470

Search results for: expression recognition

3200 Effects of High Intensity Interval vs. Low Intensity Continuous Training on LXRβ, ABCG5 and ABCG8 Genes Expression in Male Wistar Rats

Authors: Sdiqeh Jalali, M. R. Khazdair

Abstract:

Liver X receptors (LXR) have an essential role in the regulation of cholesterol metabolism, and their activation increase ABCG5 and ABCG8 genes expression for the improvement of cholesterol excretion from the body during reverse cholesterol transport (RCT). The aim of this study was to investigate the effects of high-intensity interval (HIT) and low intensity continuous (LIT) trainings on gene expression of these substances after a high-fat diet in Wistar rats. Materials and Methods: Fifteen male Wistar rats were divided into 3 groups: control group (n = 5), HIT exercise group (n = 5) and LIT exercise group (n = 5). All groups used a high-fat diet for 13 weeks, and the HIT and LIT groups performed the specific training program. The expression of LXRβ, ABCG5, and ABCG8 genes was measured after the training period. Findings: Data analysis showed significantly higher levels of LXRβ, ABCG5, and ABCG8 gene expression in HIT and LIT groups compared to the control group (P ≤ 0.05). Conclusion: HIT and LIT trainings after a high-fat diet have beneficial effects on RCT that prevent heart attack. Also, HIT training may have a greater effect on cholesterol excretion during the reverse cholesterol transport mechanism than LIT.

Keywords: liver X receptor, atherosclerosis, interval training, endurance training

Procedia PDF Downloads 82
3199 Two Concurrent Convolution Neural Networks TC*CNN Model for Face Recognition Using Edge

Authors: T. Alghamdi, G. Alaghband

Abstract:

In this paper we develop a model that couples Two Concurrent Convolution Neural Network with different filters (TC*CNN) for face recognition and compare its performance to an existing sequential CNN (base model). We also test and compare the quality and performance of the models on three datasets with various levels of complexity (easy, moderate, and difficult) and show that for the most complex datasets, edges will produce the most accurate and efficient results. We further show that in such cases while Support Vector Machine (SVM) models are fast, they do not produce accurate results.

Keywords: Convolution Neural Network, Edges, Face Recognition , Support Vector Machine.

Procedia PDF Downloads 119
3198 Effect of Follicular Fluid on in vitro Maturation and Gene Expression in Ovine Oocytes

Authors: Al-Mutary M., Alhimaidi A., Al-Ghadi M. Iwamoto D., Javed Ahmad. Abdulaziz A. Al-Khedhairy

Abstract:

The aim of the present study was to evaluate the effect of ovine follicular fluid supplementation during IVM of sheep oocytes on the resumption of meiosis, glutathione (GSH) content and expression of Bax, Bcl-2, and HSPB1 genes. Sheep ovaries were collected from Riyadh slaughterhouse, KSA. Oocytes were aspirated from 3-6 mm follicles. Ovine oocytes were cultured in maturation medium with 0% (control), 10%, 20%, 40% of ovine follicular fluid for 24 h. Results indicated that the rate of oocyte maturation was significantly (P≤0.05) decreased in 40% OFF (36.87%) versus the control (61.3%), 10% OFF (63.95%) and 20% OFF (64.08%). Supplementation of 10% OFF to IVM medium induced an intra-oocyte GSH concentration significantly higher than that found in ovine oocytes cultured with 20% OFF and 40% OFF and similar to the GSH content in oocytes cultured without FF. Real time polymerase chain reaction analysis for gene expression revealed no differences in Bax, Bcl-2, HSPB1 genes between control and 10% OFF group, whereas they were strongly expressed in 20% OFF and 40% OFF (P < 0.05) when compared to the control and 10% OFF. In conclusion the addition of 10% OFF to the IVM culture of sheep oocytes is recommended to support cytoplasmic maturation and increase oocytes competence.

Keywords: IVM, oocyte maturation, gene expression, follicular fluid

Procedia PDF Downloads 333
3197 An Analysis on Clustering Based Gene Selection and Classification for Gene Expression Data

Authors: K. Sathishkumar, V. Thiagarasu

Abstract:

Due to recent advances in DNA microarray technology, it is now feasible to obtain gene expression profiles of tissue samples at relatively low costs. Many scientists around the world use the advantage of this gene profiling to characterize complex biological circumstances and diseases. Microarray techniques that are used in genome-wide gene expression and genome mutation analysis help scientists and physicians in understanding of the pathophysiological mechanisms, in diagnoses and prognoses, and choosing treatment plans. DNA microarray technology has now made it possible to simultaneously monitor the expression levels of thousands of genes during important biological processes and across collections of related samples. Elucidating the patterns hidden in gene expression data offers a tremendous opportunity for an enhanced understanding of functional genomics. However, the large number of genes and the complexity of biological networks greatly increase the challenges of comprehending and interpreting the resulting mass of data, which often consists of millions of measurements. A first step toward addressing this challenge is the use of clustering techniques, which is essential in the data mining process to reveal natural structures and identify interesting patterns in the underlying data. This work presents an analysis of several clustering algorithms proposed to deals with the gene expression data effectively. The existing clustering algorithms like Support Vector Machine (SVM), K-means algorithm and evolutionary algorithm etc. are analyzed thoroughly to identify the advantages and limitations. The performance evaluation of the existing algorithms is carried out to determine the best approach. In order to improve the classification performance of the best approach in terms of Accuracy, Convergence Behavior and processing time, a hybrid clustering based optimization approach has been proposed.

Keywords: microarray technology, gene expression data, clustering, gene Selection

Procedia PDF Downloads 285
3196 Real-Time Recognition of Dynamic Hand Postures on a Neuromorphic System

Authors: Qian Liu, Steve Furber

Abstract:

To explore how the brain may recognize objects in its general,accurate and energy-efficient manner, this paper proposes the use of a neuromorphic hardware system formed from a Dynamic Video Sensor~(DVS) silicon retina in concert with the SpiNNaker real-time Spiking Neural Network~(SNN) simulator. As a first step in the exploration on this platform a recognition system for dynamic hand postures is developed, enabling the study of the methods used in the visual pathways of the brain. Inspired by the behaviours of the primary visual cortex, Convolutional Neural Networks (CNNs) are modeled using both linear perceptrons and spiking Leaky Integrate-and-Fire (LIF) neurons. In this study's largest configuration using these approaches, a network of 74,210 neurons and 15,216,512 synapses is created and operated in real-time using 290 SpiNNaker processor cores in parallel and with 93.0% accuracy. A smaller network using only 1/10th of the resources is also created, again operating in real-time, and it is able to recognize the postures with an accuracy of around 86.4% -only 6.6% lower than the much larger system. The recognition rate of the smaller network developed on this neuromorphic system is sufficient for a successful hand posture recognition system, and demonstrates a much-improved cost to performance trade-off in its approach.

Keywords: spiking neural network (SNN), convolutional neural network (CNN), posture recognition, neuromorphic system

Procedia PDF Downloads 434
3195 Pattern Recognition Search: An Advancement Over Interpolation Search

Authors: Shahpar Yilmaz, Yasir Nadeem, Syed A. Mehdi

Abstract:

Searching for a record in a dataset is always a frequent task for any data structure-related application. Hence, a fast and efficient algorithm for the approach has its importance in yielding the quickest results and enhancing the overall productivity of the company. Interpolation search is one such technique used to search through a sorted set of elements. This paper proposes a new algorithm, an advancement over interpolation search for the application of search over a sorted array. Pattern Recognition Search or PR Search (PRS), like interpolation search, is a pattern-based divide and conquer algorithm whose objective is to reduce the sample size in order to quicken the process and it does so by treating the array as a perfect arithmetic progression series and thereby deducing the key element’s position. We look to highlight some of the key drawbacks of interpolation search, which are accounted for in the Pattern Recognition Search.

Keywords: array, complexity, index, sorting, space, time

Procedia PDF Downloads 197
3194 RNA Expression Analysis of Mycobacterial Methyltransferases Genes in Different Resistant Strains of Mycobacterium Tuberculosis

Authors: Seyed Davar Siadat, Samira Tarashi, Abolfazl Fateh, Arfa Moshiri

Abstract:

Background: The global health issue of tuberculosis (TB) still affects patients in every country. TB control may not be as effective as it should be, especially when resistant strains are involved. In this regard, mycobacterial MTases play a major role in tuberculosis, but the mechanisms underlying their function have yet to be fully deciphered. Methods: Five resistant isolates of M.tb were accumulated. As a reference strain, M.tb H37Rv (ATCC 27249) was used. For this analysis, seven putative mycobacterial MTase genes (Rv0645c, Rv1694, Rv2966c, Rv3919c, Rv2756c, Rv1988, and Rv3263), as well as Rv1392 as SAM synthase, were selected. Comparing mutations and expression levels of MTases in different strains was accomplished by PCR-sequencing and qRT-PCR. The relative expression levels of these genes were calculated using the 2 -ΔΔCt method. Results: The Rv3919c gene (T to G in codon 341) and Rv1392 gene (G to A in codon 97) were the only mutations found in the INHR strain. In all sensitive and resistant isolates, Rv0645c, Rv3263, Rv2756c, and Rv2966c were overexpressed. However, the expression of Rv1988 and Rv3919c decreased in the sensitive strains, whereas the expression of Rv1694 increased. There was also a decreased expression of Rv1392 in the INHR isolate. Conclusion: The presence of mycobacterial MTases as well as resistance to antibiotics were found to be correlated in M.tb strains. Undoubtedly, there are some MTases that are associated with the virulence process. It is necessary to conduct additional studies to fully explore the impact of mycobacterial MTases within specific strains of M.tb to develop novel diagnostic and treatment strategies.

Keywords: mycobacterium tuberculosis, drug resistance, methyltransferases, s-adenosylmethionine

Procedia PDF Downloads 69
3193 Pattern Recognition Based on Simulation of Chemical Senses (SCS)

Authors: Nermeen El Kashef, Yasser Fouad, Khaled Mahar

Abstract:

No AI-complete system can model the human brain or behavior, without looking at the totality of the whole situation and incorporating a combination of senses. This paper proposes a Pattern Recognition model based on Simulation of Chemical Senses (SCS) for separation and classification of sign language. The model based on human taste controlling strategy. The main idea of the introduced model is motivated by the facts that the tongue cluster input substance into its basic tastes first, and then the brain recognizes its flavor. To implement this strategy, two level architecture is proposed (this is inspired from taste system). The separation-level of the architecture focuses on hand posture cluster, while the classification-level of the architecture to recognizes the sign language. The efficiency of proposed model is demonstrated experimentally by recognizing American Sign Language (ASL) data set. The recognition accuracy obtained for numbers of ASL is 92.9 percent.

Keywords: artificial intelligence, biocybernetics, gustatory system, sign language recognition, taste sense

Procedia PDF Downloads 261
3192 The Effect of Resistance and Progressive Training on Hsp 70 and Glucose

Authors: F. Nameni, H. Poursadra

Abstract:

The present study investigated resistance and progressive training alters the expression of chaperone proteins. These proteins function to maintain homeostasis, facilitate repair from injury, and provide protection. Nineteen training female in 2 groups taking part in the intervention volunteered to give blood samples. Levels of chaperone proteins were measured in response to resistance and progressive training. Hsp 70 levels were increased immediately after 2 h progressive training but decreased after resistance training. The data showed that human skeletal muscle responds to the stress of a single period of progressive training by up-regulating and resistance training by down-regulating expression of HSP70. Physical exercise can elevate core temperature and muscle temperatures and the expression pattern of HSP70 due to training status may be attributed to adaptive mechanisms.

Keywords: resistance training, heat shock proteins, leukocytes, Hsp 70

Procedia PDF Downloads 422
3191 Expression of ULK-1 mRNA in Human Peripheral Blood Mononuclear Cells from Patients with Alzheimer's Disease

Authors: Ali Bayram, Remzi Yiğiter

Abstract:

Objective: Alzheimer's disease (AD), the most common cause of dementia, is a progressive neurodegenerative disease. At present, diagnosis of AD is rather late in the disease. Therefore, we attempted to find peripheral biomarkers for the early diagnosis of AD. Herein, we conducted a study to investigate the unc-51 like autophagy activating kinase-1 (ULK1) mRNA expression levels in human peripheral blood mononuclear cells from patients with Alzheimer's disease. Method: To determine whether ULK1 gene expression are altered in AD patients, we measured their gene expression in human peripheral blood cell in 50 patients with AD and 50 age and gender matched healthy controls by quantitative real-time PCR technique. Results: We found that both ULK1 gene expression in peripheral blood cell were significantly decreased in patients with AD as compared with controls (p <0.05). Lower levels of ULK1 gene expression were significantly associated with the increased risk for AD. Conclusions: Serine/threonine-protein kinase involved in autophagy in response to starvation. Acts upstream of phosphatidylinositol 3-kinase PIK3C3 to regulate the formation of autophagophores, the precursors of autophagosomes. Part of regulatory feedback loops in autophagy: acts both as a downstream effector and negative regulator of mammalian target of rapamycin complex 1 (mTORC1) via interaction with RPTOR. Activated via phosphorylation by AMPK and also acts as a regulator of AMPK by mediating phosphorylation of AMPK subunits PRKAA1, PRKAB2, and PRKAG1, leading to negatively regulate AMPK activity. May phosphorylate ATG13/KIAA0652 and RPTOR; however such data need additional evidences. Plays a role early in neuronal differentiation and is required for granule cell axon formation. Alzheimer is the most common neurodegenerative disease. Our results provide useful information that the ULK1 gene expression is decreased in the neurodegeneration and AD patients with, indicating their possible systemic involvement in AD.

Keywords: Alzheimer’s sisease, ULK1, mRNA expression, RT-PCR

Procedia PDF Downloads 361
3190 Anti-inflammatory Effect of Wild Indigo (Baptisia tinctoria) Root on Raw 264.7 Cells with Stimulated Lipopolysaccharide

Authors: Akhmadjon Sultanov, Eun-Ho Lee, Hye-Jin Park, Young-Je Cho

Abstract:

This study tested the anti-inflammatory effect of wild indigo (Baptisia tinctoria) root in Raw 264.7 cells. We prepared two extracts of B. tinctoria; one in water and the other in 50% ethanol. Then we evaluated the toxicities of the B. tinctoria root extracts at 10 to 100 mg mL-1 concentrations in raw 264.7 cells and observed 80% cell viability. The anti-inflammatory effect of B. tinctoria root extract in lipopolysaccharide (LPS)-stimulated Raw 264.7 cells were observed with concentrations at 10, 30, and 50 μg mL-1. The results showed that 77.27-66.82% of nitric oxide (NO) production was inhibited by 50 μg mL-1 B. tinctoria root extract. The protein expression of Inducible NO synthase (iNOS) expression dramatically decreased by 93.14% and 52.65% in raw 264.7 cells treated with water and ethanol extracts of B. tinctoria root, respectively. Moreover, cyclooxygenase-2 (COX-2) protein expression decreased by 42.85% and 69.70% in raw 264.7 cells treated with water and ethanol extracts of B. tinctoria root, respectively. Furthermore, the mRNA expression of pro-inflammatory markers, such as tumor necrosis factor-alpha, interleukin-1β, interleukin-6, monocyte chemoattractant protein-1, and prostaglandin E synthase 2, was significantly suppressed in a concentration-dependent manner. Additionally, the B. tinctoria root extracts effectively inhibited enzymes involved in physiological activities. The B. tinctoria root extracts showed excellent anti-inflammatory effects and can be used as a functional material for biological activities.

Keywords: cytokine, macrophage, pro-inflammatory, protein expression, real-time PCR

Procedia PDF Downloads 42
3189 Modulation of Fish Allergenicity towards the Production of a Low Allergen Farmed Fish

Authors: Denise Schrama, Claudia Raposo, Pedro Rodrigues

Abstract:

Background: Food allergies are conducted by a hypersensitive response of the immune system. These allergies are a global concern for the public health. Consumption of fish is increasing worldwide as it is a healthy meat with high nutritional value. Unfortunately, fish can cause adverse immune-mediate reactions, affecting part of the population with higher incidence in children. β-parvalbumin, a small, highly conserved stable, calcium or magnesium binding muscle protein is the main fish allergen. In fish-allergic patients, cross-reactivity between different fish species exist due to recognition of highly identical protein regions. Enolases, aldolases, or fish gelatin are other identified fish allergens in some fish species. With no available cure for fish allergies, clinical management is only based on an avoidance diet aiming at the total exclusion of offending food. Methods: Mediterranean fish (S. aurata and D. labrax) were fed specifically designed diets, enriched in components that target the expression or inactivation of parvalbumin (creatine and EDTA, respectively). After 90 days fish were sampled and biological tissues were excised. Proteomics was used to access fish allergens characterization and expression in muscle while IgE assays to confirm the lower allergenic potential are conducted in patients with history of fish allergies. Fish welfare and quality of flesh were established with biochemical, texture and sensorial analysis. Results: Fish welfare shows no major impact between diets. In case of creatine supplementation in D. labrax proteomic analysis show a slight decrease in parvalbumin expression. No accumulation of this compound was found in muscle. For EDTA supplementation in S. aurata IgE assay show a slight decrease in allergenicity when using sera of fish allergic patients. Conclusion: Supplementation with these two compounds seems to change slightly the allergenicity of the two mean Mediterranean species.

Keywords: fish allergies, fish nutrition, proteomics, aquaculture

Procedia PDF Downloads 118
3188 Role of Long Noncoding RNA HULC on Colorectal Carcinoma Progression through Epigenetically Repressing NKD2 Expression

Authors: Shu-Jun Li, Cheng-Cao Sun, De-Jia Li

Abstract:

Recently, long noncoding RNAs (lncRNAs) have been emerged as crucial regulators of human diseases and prognostic markers in numerous of cancers, including colorectal carcinoma (CRC). Here, we identified an oncogenetic lncRNA HULC, which may promote colorectal tumorigenesis. HULC has been found to be up-regulated and acts as oncogene in gastric cancer and hepatocellular carcinoma, but its expression pattern, biological function and underlying mechanism in CRC is still undetermined. Here, we reported that HULC expression is also over-expressed in CRC, and its increased level is associated with poor prognosis and shorter survival. Knockdown of HULC impaired CRC cells proliferation, migration and invasion, facilitated cell apoptosis in vitro, and inhibited tumorigenicity of CRC cells in vivo. Mechanistically, RNA immunoprecipitation (RIP) and RNA pull-down experiment demonstrated that HULC could simultaneously interact with EZH2 to repress underlying targets NKD2 transcription. In addition, rescue experiments determined that HULC oncogenic function is partly dependent on repressing NKD2. Taken together, our findings expound how HULC over-expression endows an oncogenic function in CRC.

Keywords: long noncoding RNA, HULC, NKD2, colorectal carcinoma, proliferation, apoptosis

Procedia PDF Downloads 195
3187 MicroRNA Differential Profiling in Hepatitis C Patients Undergoing Major Surgeries: Propofol versus Sevoflurane Anesthesia

Authors: Hala Demerdash, Ola M. Zanaty, Emad Eldin Arida

Abstract:

Background: This study investigated the micoRNA expression changes induced by Sevoflurane and Propofol and their effects on liver functions. Patients and methods: The study was designed as randomized controlled study, carried out on 200 adult patients, scheduled for major surgeries under general anesthesia (GA). Patients were randomly divided into four groups; groups SC and PC included chronic hepatitis C (CHC) patients where SC group are patients receiving Sevoflurane, and PC group are patients receiving Propofol anesthesia. While S and P groups included non- hepatitis patients; S group are patients receiving Sevoflurane and P group are patients receiving Propofol. Anesthesia in Group S and SC patients was maintained by sevoflurane, while anesthesia in Group P and PC patients was maintained by propofol infusion. Blood samples were analyzed for PT, PTT and liver enzymes. Serum samples were analyzed for microRNA before and after surgery. Results: Results show miRNA-122 and miRNA-21 were absent in serum of S and P groups in pre-operative samples. However, they were expressed in SC and PC groups. In post-operative samples; miRNA-122 revealed an increased expression in all groups; with more exaggerated response in SC group. On the other hand miRNA-21 revealed increased expression in both SC and PC groups; a slight expression in S group with absent expression in P group. There was a post-operative negative correlation between miR-122 and ALT (r=-0.46) in SC group and (r=-0.411) in PC group and positive correlation between ALT and miR-21 (r=0.335) in SC group and (r=0.379) in PC group. The amount of blood loss was positively correlated with miR-122 (r=0.366) in SC group and (r=0.384) in PC group. Conclusion: Propofol anesthesia is safer than Sevoflurane anesthesia in patients with CHC. Sevoflurane and Propofol anesthesia affect miRNA expression in both CHC and non-hepatitis patients.

Keywords: anesthesia, chronic hepatitis C, micoRNA, propofol, sevoflurane

Procedia PDF Downloads 310
3186 Immunolabeling of TGF-β during Muscle Regeneration

Authors: K. Nikovics, D. Riccobono, M. Oger, H. Morin, L. Barbier, T. Poyot, X. Holy, A. Bendahmane, M. Drouet, A. L. Favier

Abstract:

Muscle regeneration after injury (as irradiation) is of great importance. However, the molecular and cellular mechanisms are still unclear. Cytokines are believed to play fundamental role in the different stages of muscle regeneration. They are secreted by many cell populations, but the predominant producers are macrophages and helper T cells. On the other hand, it has been shown that adipose tissue derived stromal/stem cell (ASC) injection could improve muscle regeneration. Stem cells probably induce the coordinated modulations of gene expression in different macrophage cells. Therefore, we investigated the patterns and timing of changes in gene expression of different cytokines occurring upon stem cells loading. Muscle regeneration was studied in an irradiated muscle of minipig animal model in presence or absence of ASC treatment (irradiated and treated with ASCs, IRR+ASC; irradiated not-treated with ASCs, IRR; and non-irradiated no-IRR). We characterized macrophage populations by immunolabeling in the different conditions. In our study, we found mostly M2 and a few M1 macrophages in the IRR+ASC samples. However, only few M2b macrophages were noticed in the IRR muscles. In addition, we found intensive fibrosis in the IRR samples. With in situ hybridization and immunolabeling, we analyzed the cytokine expression of the different macrophages and we showed that M2d macrophage are the most abundant in the IRR+ASC samples. By in situ hybridization, strong expression of the transforming growth factor β (TGF-β) was observed in the IRR+ASC but very week in the IRR samples. But when we analyzed TGF-β level with immunolabeling the expression was very different: many M2 macrophages showed week expression in IRR+ASC and few cells expressing stronger level in IRR muscles. Therefore, we investigated the MMP expressions in the different muscles. Our data showed that the M2 macrophages of the IRR+ASC muscle expressed MMP2 proteins. Our working hypothesis is that MMP2 expression of the M2 macrophages can decrease fibrosis in the IRR+ASC muscle by capturing TGF-β.

Keywords: adipose tissue derived stromal/stem cell, cytokine, macrophage, muscle regeneration

Procedia PDF Downloads 203
3185 Defect Localization and Interaction on Surfaces with Projection Mapping and Gesture Recognition

Authors: Qiang Wang, Hongyang Yu, MingRong Lai, Miao Luo

Abstract:

This paper presents a method for accurately localizing and interacting with known surface defects by overlaying patterns onto real-world surfaces using a projection system. Given the world coordinates of the defects, we project corresponding patterns onto the surfaces, providing an intuitive visualization of the specific defect locations. To enable users to interact with and retrieve more information about individual defects, we implement a gesture recognition system based on a pruned and optimized version of YOLOv6. This lightweight model achieves an accuracy of 82.8% and is suitable for deployment on low-performance devices. Our approach demonstrates the potential for enhancing defect identification, inspection processes, and user interaction in various applications.

Keywords: defect localization, projection mapping, gesture recognition, YOLOv6

Procedia PDF Downloads 51
3184 The Effects of Highly Active Antiretroviral Therapy (HAART) on the Expression of Muc1 and P65 in a Cervical Cancer Cell Line, HCS-2

Authors: K. R. Thabethe, G. A. Adefolaju, M. J. Hosie

Abstract:

Cervical cancer is the third most commonly diagnosed cancer globally and it is one of three AIDS defining malignancies. Highly active antiretroviral therapy (HAART) is a combination of three or more antiretroviral drugs and has been shown to play a significant role in reducing the incidence of some AIDS defining malignancies, although its effect on cervical cancer is still unclear. The aim of this study was to investigate the relationship between cervical cancer and HAART. This was achieved by studying the expression of two signalling molecules expressed in cervical cancer; MUC1 and P65. Following the 24 hour treatment of a cervical cancer cell line, HCS-2, with drugs which are commonly used as part of HAART at their clinical plasma concentrations, real-time qPCR and immunofluorescence were used in order to study gene and protein expression. A one way ANOVA followed by a Tukey Kramer Post Hoc test was conducted using JMP 11 software on both sets of data. The drug classified as a protease inhibitor (PI) (i.e. LPV/r) reduced MUC1 and P65 gene and protein expression more than the other drug tested. PIs are known to play a significant role in cell death, therefore the cells were thought to be more susceptible to cell death following treatment with PIs. In conclusion, the drugs used, especially the PI showed some anticancer effects by facilitating cell death through decreased gene and protein expression of MUC1 and P65 and present promising agents for cancer treatment.

Keywords: cervical cancer, haart, MUC1, P65

Procedia PDF Downloads 301
3183 Decoding the Construction of Identity and Struggle for Self-Assertion in Toni Morrison and Selected Indian Authors

Authors: Madhuri Goswami

Abstract:

The matrix of power establishes the hegemonic dominance and supremacy of one group through exercising repression and relegation upon the other. However, the injustice done to any race, ethnicity, or caste has instigated the protest and resistance through various modes -social campaigns, political movements, literary expression and so on. Consequently, the search for identity, the means of claiming it and strive for recognition have evolved as the persistent phenomena all through the world. In the discourse of protest and minority literature, these two discourses -African American and Indian Dalit- surprisingly, share wrath and anger, hope and aspiration, and quest for identity and struggle for self-assertion. African American and Indian Dalit are two geographically and culturally apart communities that stand together on a single platform. This paper has sought to comprehend the form and investigate the formation of identity in general and in the literary work of Toni Morrison and Indian Dalit writing, particular, i.e., Black identity and Dalit identity. The study has speculated two types of identity, namely, individual or self and social or collective identity in the literary province of these marginalized literature. Morrison’s work outsources that self-identity is not merely a reflection of an inner essence; it is constructed through social circumstances and relations. Likewise, Dalit writings too have a fair record of discovery of self-hood and formation of identity, which connects to the realization of self-assertion and worthiness of their culture among Dalit writers. Bama, Pawar, Limbale, Pawde, and Kamble investigate their true self concealed amid societal alienation. The study has found that the struggle for recognition is, in fact, the striving to become the definer, instead of just being defined; and, this striving eventually, leads to the introspection among them. To conclude, Morrison as well as Indian marginalized authors, despite being set quite distant, communicate the relation between individual and community in the context of self-consciousness, self-identification and (self) introspection. This research opens a scope for further research to find out similar phenomena and trace an analogy in other world literatures.

Keywords: identity, introspection, self-access, struggle for recognition

Procedia PDF Downloads 119
3182 lncRNA Gene Expression Profiling Analysis by TCGA RNA-Seq Data of Breast Cancer

Authors: Xiaoping Su, Gabriel G. Malouf

Abstract:

Introduction: Breast cancer is a heterogeneous disease that can be classified in 4 subgroups using transcriptional profiling. The role of lncRNA expression in human breast cancer biology, prognosis, and molecular classification remains unknown. Methods and results: Using an integrative comprehensive analysis of lncRNA, mRNA and DNA methylation in 900 breast cancer patients from The Cancer Genome Atlas (TCGA) project, we unraveled the molecular portraits of 1,700 expressed lncRNA. Some of those lncRNAs (i.e, HOTAIR) are previously reported and others are novel (i.e, HOTAIRM1, MAPT-AS1). The lncRNA classification correlated well with the PAM50 classification for basal-like, Her-2 enriched and luminal B subgroups, in contrast to the luminal A subgroup which behaved differently. Importantly, estrogen receptor (ESR1) expression was associated with distinct lncRNA networks in lncRNA clusters III and IV. Gene set enrichment analysis for cis- and trans-acting lncRNA showed enrichment for breast cancer signatures driven by breast cancer master regulators. Almost two third of those lncRNA were marked by enhancer chromatin modifications (i.e., H3K27ac), suggesting that lncRNA expression may result in increased activity of neighboring genes. Differential analysis of gene expression profiling data showed that lncRNA HOTAIRM1 was significantly down-regulated in basal-like subtype, and DNA methylation profiling data showed that lncRNA HOTAIRM1 was highly methylated in basal-like subtype. Thus, our integrative analysis of gene expression and DNA methylation strongly suggested that lncRNA HOTAIRM1 should be a tumor suppressor in basal-like subtype. Conclusion and significance: Our study depicts the first lncRNA molecular portrait of breast cancer and shows that lncRNA HOTAIRM1 might be a novel tumor suppressor.

Keywords: lncRNA profiling, breast cancer, HOTAIRM1, tumor suppressor

Procedia PDF Downloads 70
3181 SCNet: A Vehicle Color Classification Network Based on Spatial Cluster Loss and Channel Attention Mechanism

Authors: Fei Gao, Xinyang Dong, Yisu Ge, Shufang Lu, Libo Weng

Abstract:

Vehicle color recognition plays an important role in traffic accident investigation. However, due to the influence of illumination, weather, and noise, vehicle color recognition still faces challenges. In this paper, a vehicle color classification network based on spatial cluster loss and channel attention mechanism (SCNet) is proposed for vehicle color recognition. A channel attention module is applied to extract the features of vehicle color representative regions and reduce the weight of nonrepresentative color regions in the channel. The proposed loss function, called spatial clustering loss (SC-loss), consists of two channel-specific components, such as a concentration component and a diversity component. The concentration component forces all feature channels belonging to the same class to be concentrated through the channel cluster. The diversity components impose additional constraints on the channels through the mean distance coefficient, making them mutually exclusive in spatial dimensions. In the comparison experiments, the proposed method can achieve state-of-the-art performance on the public datasets, VCD, and VeRi, which are 96.1% and 96.2%, respectively. In addition, the ablation experiment further proves that SC-loss can effectively improve the accuracy of vehicle color recognition.

Keywords: feature extraction, convolutional neural networks, intelligent transportation, vehicle color recognition

Procedia PDF Downloads 136
3180 Analyzing the Use of Augmented Reality and Image Recognition in Cultural Education: Use Case of Sintra Palace Treasure Hunt Application

Authors: Marek Maruszczak

Abstract:

Gamified applications have been used successfully in education for years. The rapid development of technologies such as augmented reality and image recognition increases their availability and reduces their prices. Thus, there is an increasing possibility and need for a wide use of such applications in education. The main purpose of this article is to present the effects of work on a mobile application with augmented reality, the aim of which is to motivate tourists to pay more attention to the attractions and increase the likelihood of moving from one attraction to the next while visiting the Palácio Nacional de Sintra in Portugal. Work on the application was carried out together with the employees of Parques de Sintra from 2019 to 2021. Their effect was the preparation of a mobile application using augmented reality and image recognition. The application was tested on the palace premises by both Parques de Sintra employees and tourists visiting Palácio Nacional de Sintra. The collected conclusions allowed for the formulation of good practices and guidelines that can be used when designing gamified apps for the purpose of cultural education.

Keywords: augmented reality, cultural education, gamification, image recognition, mobile games

Procedia PDF Downloads 162
3179 The Effect of Experimentally Induced Stress on Facial Recognition Ability of Security Personnel’s

Authors: Zunjarrao Kadam, Vikas Minchekar

Abstract:

The facial recognition is an important task in criminal investigation procedure. The security guards-constantly watching the persons-can help to identify the suspected accused. The forensic psychologists are tackled such cases in the criminal justice system. The security personnel may loss their ability to correctly identify the persons due to constant stress while performing the duty. The present study aimed at to identify the effect of experimentally induced stress on facial recognition ability of security personnel’s. For this study 50, security guards from Sangli, Miraj & Jaysingpur city of the Maharashtra States of India were recruited in the experimental study. The randomized two group design was employed to carry out the research. In the initial condition twenty identity card size photographs were shown to both groups. Afterward, artificial stress was induced in the experimental group through the difficultpuzzle-solvingtask in a limited period. In the second condition, both groups were presented earlier photographs with another additional thirty new photographs. The subjects were asked to recognize the photographs which are shown earliest. The analyzed data revealed that control group has ahighest mean score of facial recognition than experimental group. The results were discussed in the present research.

Keywords: experimentally induced stress, facial recognition, cognition, security personnel

Procedia PDF Downloads 230
3178 Optimized Dynamic Bayesian Networks and Neural Verifier Test Applied to On-Line Isolated Characters Recognition

Authors: Redouane Tlemsani, Redouane, Belkacem Kouninef, Abdelkader Benyettou

Abstract:

In this paper, our system is a Markovien system which we can see it like a Dynamic Bayesian Networks. One of the major interests of these systems resides in the complete training of the models (topology and parameters) starting from training data. The Bayesian Networks are representing models of dubious knowledge on complex phenomena. They are a union between the theory of probability and the graph theory in order to give effective tools to represent a joined probability distribution on a set of random variables. The representation of knowledge bases on description, by graphs, relations of causality existing between the variables defining the field of study. The theory of Dynamic Bayesian Networks is a generalization of the Bayesians networks to the dynamic processes. Our objective amounts finding the better structure which represents the relationships (dependencies) between the variables of a dynamic bayesian network. In applications in pattern recognition, one will carry out the fixing of the structure which obliges us to admit some strong assumptions (for example independence between some variables).

Keywords: Arabic on line character recognition, dynamic Bayesian network, pattern recognition, networks

Procedia PDF Downloads 579
3177 Optimized Deep Learning-Based Facial Emotion Recognition System

Authors: Erick C. Valverde, Wansu Lim

Abstract:

Facial emotion recognition (FER) system has been recently developed for more advanced computer vision applications. The ability to identify human emotions would enable smart healthcare facility to diagnose mental health illnesses (e.g., depression and stress) as well as better human social interactions with smart technologies. The FER system involves two steps: 1) face detection task and 2) facial emotion recognition task. It classifies the human expression in various categories such as angry, disgust, fear, happy, sad, surprise, and neutral. This system requires intensive research to address issues with human diversity, various unique human expressions, and variety of human facial features due to age differences. These issues generally affect the ability of the FER system to detect human emotions with high accuracy. Early stage of FER systems used simple supervised classification task algorithms like K-nearest neighbors (KNN) and artificial neural networks (ANN). These conventional FER systems have issues with low accuracy due to its inefficiency to extract significant features of several human emotions. To increase the accuracy of FER systems, deep learning (DL)-based methods, like convolutional neural networks (CNN), are proposed. These methods can find more complex features in the human face by means of the deeper connections within its architectures. However, the inference speed and computational costs of a DL-based FER system is often disregarded in exchange for higher accuracy results. To cope with this drawback, an optimized DL-based FER system is proposed in this study.An extreme version of Inception V3, known as Xception model, is leveraged by applying different network optimization methods. Specifically, network pruning and quantization are used to enable lower computational costs and reduce memory usage, respectively. To support low resource requirements, a 68-landmark face detector from Dlib is used in the early step of the FER system.Furthermore, a DL compiler is utilized to incorporate advanced optimization techniques to the Xception model to improve the inference speed of the FER system. In comparison to VGG-Net and ResNet50, the proposed optimized DL-based FER system experimentally demonstrates the objectives of the network optimization methods used. As a result, the proposed approach can be used to create an efficient and real-time FER system.

Keywords: deep learning, face detection, facial emotion recognition, network optimization methods

Procedia PDF Downloads 73
3176 Size-Reduction Strategies for Iris Codes

Authors: Jutta Hämmerle-Uhl, Georg Penn, Gerhard Pötzelsberger, Andreas Uhl

Abstract:

Iris codes contain bits with different entropy. This work investigates different strategies to reduce the size of iris code templates with the aim of reducing storage requirements and computational demand in the matching process. Besides simple sub-sampling schemes, also a binary multi-resolution representation as used in the JBIG hierarchical coding mode is assessed. We find that iris code template size can be reduced significantly while maintaining recognition accuracy. Besides, we propose a two stage identification approach, using small-sized iris code templates in a pre-selection satge, and full resolution templates for final identification, which shows promising recognition behaviour.

Keywords: iris recognition, compact iris code, fast matching, best bits, pre-selection identification, two-stage identification

Procedia PDF Downloads 410
3175 An Analysis System for Integrating High-Throughput Transcript Abundance Data with Metabolic Pathways in Green Algae

Authors: Han-Qin Zheng, Yi-Fan Chiang-Hsieh, Chia-Hung Chien, Wen-Chi Chang

Abstract:

As the most important non-vascular plants, algae have many research applications, including high species diversity, biofuel sources, adsorption of heavy metals and, following processing, health supplements. With the increasing availability of next-generation sequencing (NGS) data for algae genomes and transcriptomes, an integrated resource for retrieving gene expression data and metabolic pathway is essential for functional analysis and systems biology in algae. However, gene expression profiles and biological pathways are displayed separately in current resources, and making it impossible to search current databases directly to identify the cellular response mechanisms. Therefore, this work develops a novel AlgaePath database to retrieve gene expression profiles efficiently under various conditions in numerous metabolic pathways. AlgaePath, a web-based database, integrates gene information, biological pathways, and next-generation sequencing (NGS) datasets in Chlamydomonasreinhardtii and Neodesmus sp. UTEX 2219-4. Users can identify gene expression profiles and pathway information by using five query pages (i.e. Gene Search, Pathway Search, Differentially Expressed Genes (DEGs) Search, Gene Group Analysis, and Co-Expression Analysis). The gene expression data of 45 and 4 samples can be obtained directly on pathway maps in C. reinhardtii and Neodesmus sp. UTEX 2219-4, respectively. Genes that are differentially expressed between two conditions can be identified in Folds Search. Furthermore, the Gene Group Analysis of AlgaePath includes pathway enrichment analysis, and can easily compare the gene expression profiles of functionally related genes in a map. Finally, Co-Expression Analysis provides co-expressed transcripts of a target gene. The analysis results provide a valuable reference for designing further experiments and elucidating critical mechanisms from high-throughput data. More than an effective interface to clarify the transcript response mechanisms in different metabolic pathways under various conditions, AlgaePath is also a data mining system to identify critical mechanisms based on high-throughput sequencing.

Keywords: next-generation sequencing (NGS), algae, transcriptome, metabolic pathway, co-expression

Procedia PDF Downloads 375
3174 The Role of Leukocyte-Derived IL-10 on Postoperative ileus and Intestinal Macrophage Differentiation in Mice

Authors: Kathy Stein, Mariola Lysson, Anja Schmidt, Beatrix Schumak, Sabine Specht, Hicham Bouabe, Jürgen Heesemann, Axel Roers, Joerg C. Kalff, Sven Wehner

Abstract:

Objective: Postoperative ileus (POI) is a common complication of abdominal surgery. Monocyte infiltration is a hallmark of POI. The polarization of macrophages/monocytes in this process is not well understood. We aimed to investigate if and how M2 macrophage/monocyte differentiation is involved in POI pathogenesis. Design: POI was induced by intestinal manipulation (IM). C57Bl/6, CCR2-/-, IL-10 reporter (ITIB), IL-10-/- and LysMcre/IL-10fl/fl mice underwent IM. At various points in time leukocyte influx, gene and protein expression of cytokines, chemokines and M2 differentiation markers and intestinal motility were analyzed. Results: IM induced the postoperative expression of the M2 markers Arginase-1 and YM-1, predominantly in F4/80+Ly6C+ monocytes. Gene expression analyses indicated an IL-10-dependent, IL-4-independent M2 polarization of these monocytes. IL-10 dependency of M2 differentiation was confirmed in IL-10 deficient mice. Leukocytes, in the order of infiltrating monocytes, neutrophils, and resident macrophages were the main IL-10 producers during POI. IL-10 producing monocytes as well as M2 marker expression were almost absent in CCR2-deficient mice. However, postoperative IL-10 expression was not altered in CCR2-/- mice. The loss of M2 polarized monocytes neither protected CCR2-/- mice from nor affected resolution of POI. In contrast, IL-10 deficiency reduced postoperative neutrophil numbers and ameliorated POI. IL-10Ra expression was strongly induced in neutrophils but not in monocytes. Conclusion: We conclude that IL-10 counteracts POI resolution by activating IL-10Ra-expressing neutrophils in the late phase of disease while IL-10-dependent M2 differentiation is not pivotal to POI manifestation and resolution.

Keywords: interleukin-10, macrophages, neutrophils, postoperative ileus

Procedia PDF Downloads 320
3173 Value of FOXP3 Expression in Prediction of Neoadjuvant Chemotherapy Effect in Triple Negative Breast Cancer

Authors: Badawia Ibrahim, Iman Hussein, Samar El Sheikh, Fatma Abou Elkasem, Hazem Abo Ismael

Abstract:

Background: Response of breast carcinoma to neoadjuvant chemotherapy (NAC) varies regarding many factors including hormonal receptor status. Breast cancer is a heterogenous disease with different outcomes, hence a need arises for new markers predicting the outcome of NAC especially for the triple negative group when estrogen, progesterone receptors and Her2/neu are negative. FOXP3 is a promising target with unclear role. Aim: To examine the value of FOXP3 expression in locally advanced triple negative breast cancer tumoral cells as well as tumor infiltrating lymphocytes (TILs) and to elucidate its relation to the extent of NAC response. Material and Methods: Forty five cases of immunohistochemically confirmed to be triple negative breast carcinoma were evaluated for NAC (Doxorubicin, Cyclophosphamide AC x 4 cycles + Paclitaxel x 12 weeks, patients with ejection fraction less than 60% received Taxotere or Cyclophosphamide, Methotrexate, Fluorouracil CMF) response in both tumour and lymph nodes status according to Miller & Payne's and Sataloff's systems. FOXP3 expression in tumor as well as TILs evaluated in the pretherapy biopsies was correlated with NAC response in breast tumor and lymph nodes as well as other clinicopathological factors. Results: Breast tumour cells showed FOXP3 positive cytoplasmic expression in (42%) of cases. High FOXP3 expression percentage was detected in (47%) of cases. High infiltration by FOXP3+TILs was detected in (49%) of cases. Positive FOXP3 expression was associated with negative lymph node metastasis. High FOXP3 expression percentage and high infiltration by FOXP3+TILs were significantly associated with complete therapy response in axillary lymph nodes. High FOXP3 expression in tumour cells was associated with high infiltration by FOXP3+TILs. Conclusion: This result may provide evidence that FOXP3 marker is a good prognostic and predictive marker for triple negative breast cancer (TNBC) indicated for neoadjuvant chemotherapy and can be used for stratifications of TNBC cases indicated for NAC. As well, this study confirmed the fact that the tumour cells and the surrounding microenvironment interact with each other and the tumour microenvironment can influence the treatment outcomes of TNBC.

Keywords: breast cancer, FOXP3 expression, prediction of neoadjuvant chemotherapy effect, triple negative

Procedia PDF Downloads 243
3172 Zingiberofficinale Potential Effect on Nephrin mRNA Expression in Cisplatin Induced Nephrotoxicity

Authors: Nadia A. Mohamed, Mehrevan M. Abdel-Moniem

Abstract:

Zingiber officinale (ginger) has been cultivated for medicinal purposes due to their various proprieties both in vitro and in vivo, so we designed to evaluate the ginger’s potential effect on nephrin m RNA expression in cisplatin-induced nephrotoxic rats. Method: Forty male albino rats were divided into group I was injected (IP) with one ml saline, group II(cisplatin) injected (IP) with a single dose of 12 mg/kg cisplatin, group III (ginger) received (PO) 310 mg/kg for 30 successive days, and group IV(cisplatin and ginger) rats received ginger extract (310 mg/kg) daily for 20 successive days (PO), and then on day 20 of ginger extract administration each rat was injected(IP) with a single dose of 12 mg/kg cisplatin. The blood was sampled to assess urea, creatinine (SC), while the levels of malondialdehyde (MDA), nitric oxide (NO) and paraoxonase (PON1) were measured in kidney tissue homogenate. Expression of urinary nephrin gene (nephrin mRNA) was detected using qRT-PCR. Results: Treatment with ginger significantly decreased the levels of kidney function parameters as well as MDA and NO elevated by cisplatin injection, while PON1 was significantly reduced in the cisplatin group. However, the protection of male rats with ginger significantly increased the levels of nephrin gene expression and PON1 compared with the cisplatin-treated group. Our results generated a proposal on the ameliorating effect of ginger on nephrin mRNA gene expression reduction in cisplatin-induced nephrotoxicity.

Keywords: nephrin mRNA, ginger, cisplatin, nephrotoxicity

Procedia PDF Downloads 116
3171 Static and Dynamic Hand Gesture Recognition Using Convolutional Neural Network Models

Authors: Keyi Wang

Abstract:

Similar to the touchscreen, hand gesture based human-computer interaction (HCI) is a technology that could allow people to perform a variety of tasks faster and more conveniently. This paper proposes a training method of an image-based hand gesture image and video clip recognition system using a CNN (Convolutional Neural Network) with a dataset. A dataset containing 6 hand gesture images is used to train a 2D CNN model. ~98% accuracy is achieved. Furthermore, a 3D CNN model is trained on a dataset containing 4 hand gesture video clips resulting in ~83% accuracy. It is demonstrated that a Cozmo robot loaded with pre-trained models is able to recognize static and dynamic hand gestures.

Keywords: deep learning, hand gesture recognition, computer vision, image processing

Procedia PDF Downloads 104