Search results for: liver segmentation
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1128

Search results for: liver segmentation

1038 Fully Automated Methods for the Detection and Segmentation of Mitochondria in Microscopy Images

Authors: Blessing Ojeme, Frederick Quinn, Russell Karls, Shannon Quinn

Abstract:

The detection and segmentation of mitochondria from fluorescence microscopy are crucial for understanding the complex structure of the nervous system. However, the constant fission and fusion of mitochondria and image distortion in the background make the task of detection and segmentation challenging. In the literature, a number of open-source software tools and artificial intelligence (AI) methods have been described for analyzing mitochondrial images, achieving remarkable classification and quantitation results. However, the availability of combined expertise in the medical field and AI required to utilize these tools poses a challenge to its full adoption and use in clinical settings. Motivated by the advantages of automated methods in terms of good performance, minimum detection time, ease of implementation, and cross-platform compatibility, this study proposes a fully automated framework for the detection and segmentation of mitochondria using both image shape information and descriptive statistics. Using the low-cost, open-source python and openCV library, the algorithms are implemented in three stages: pre-processing, image binarization, and coarse-to-fine segmentation. The proposed model is validated using the mitochondrial fluorescence dataset. Ground truth labels generated using a Lab kit were also used to evaluate the performance of our detection and segmentation model. The study produces good detection and segmentation results and reports the challenges encountered during the image analysis of mitochondrial morphology from the fluorescence mitochondrial dataset. A discussion on the methods and future perspectives of fully automated frameworks conclude the paper.

Keywords: 2D, binarization, CLAHE, detection, fluorescence microscopy, mitochondria, segmentation

Procedia PDF Downloads 334
1037 Automatic Classification for the Degree of Disc Narrowing from X-Ray Images Using CNN

Authors: Kwangmin Joo

Abstract:

Automatic detection of lumbar vertebrae and classification method is proposed for evaluating the degree of disc narrowing. Prior to classification, deep learning based segmentation is applied to detect individual lumbar vertebra. M-net is applied to segment five lumbar vertebrae and fine-tuning segmentation is employed to improve the accuracy of segmentation. Using the features extracted from previous step, clustering technique, k-means clustering, is applied to estimate the degree of disc space narrowing under four grade scoring system. As preliminary study, techniques proposed in this research could help building an automatic scoring system to diagnose the severity of disc narrowing from X-ray images.

Keywords: Disc space narrowing, Degenerative disc disorders, Deep learning based segmentation, Clustering technique

Procedia PDF Downloads 95
1036 Business Intelligence for Profiling of Telecommunication Customer

Authors: Rokhmatul Insani, Hira Laksmiwati Soemitro

Abstract:

Business Intelligence is a methodology that exploits the data to produce information and knowledge systematically, business intelligence can support the decision-making process. Some methods in business intelligence are data warehouse and data mining. A data warehouse can store historical data from transactional data. For data modelling in data warehouse, we apply dimensional modelling by Kimball. While data mining is used to extracting patterns from the data and get insight from the data. Data mining has many techniques, one of which is segmentation. For profiling of telecommunication customer, we use customer segmentation according to customer’s usage of services, customer invoice and customer payment. Customers can be grouped according to their characteristics and can be identified the profitable customers. We apply K-Means Clustering Algorithm for segmentation. The input variable for that algorithm we use RFM (Recency, Frequency and Monetary) model. All process in data mining, we use tools IBM SPSS modeller.

Keywords: business intelligence, customer segmentation, data warehouse, data mining

Procedia PDF Downloads 443
1035 Automatic LV Segmentation with K-means Clustering and Graph Searching on Cardiac MRI

Authors: Hae-Yeoun Lee

Abstract:

Quantification of cardiac function is performed by calculating blood volume and ejection fraction in routine clinical practice. However, these works have been performed by manual contouring,which requires computational costs and varies on the observer. In this paper, an automatic left ventricle segmentation algorithm on cardiac magnetic resonance images (MRI) is presented. Using knowledge on cardiac MRI, a K-mean clustering technique is applied to segment blood region on a coil-sensitivity corrected image. Then, a graph searching technique is used to correct segmentation errors from coil distortion and noises. Finally, blood volume and ejection fraction are calculated. Using cardiac MRI from 15 subjects, the presented algorithm is tested and compared with manual contouring by experts to show outstanding performance.

Keywords: cardiac MRI, graph searching, left ventricle segmentation, K-means clustering

Procedia PDF Downloads 379
1034 Evaluation of Hepatic Antioxidant Changes in Ovine Dicrocoeliosis

Authors: Arash Jafari, Somaye Bahrami, Mohammad Hossein Razi Jalali

Abstract:

Dicrocoeliosis, caused by Dicrocoelium dendriticum is a hepatic parasitic disease of clinical and financial significance in ruminant breeding, which causes direct losses due to condemnation of parasitized livers. The purpose of our study was to assess the effects of natural dicrocoeliosis on the antioxidant defense capability of the liver in sheep. For this purpose, livers of 40 infected sheep with D. dendriticumalong with livers of 20 healthy (control) sheep were collected from animals slaughtered in Khuzestan province, Iran. An increase in malondialdehyde concentrations accompanied by decreased activities of SOD and GPX of infected liver was noticed when com-pared with control values. Our data indicate that through dicrocoeliosis insufficient scavenging of reactive oxygen species takes place and caused oxidative liver damage.

Keywords: Dicrocoelium dendriticum, lipid peroxidation, antioxidant enzyme, liver

Procedia PDF Downloads 640
1033 Brain Tumor Segmentation Based on Minimum Spanning Tree

Authors: Simeon Mayala, Ida Herdlevær, Jonas Bull Haugsøen, Shamundeeswari Anandan, Sonia Gavasso, Morten Brun

Abstract:

In this paper, we propose a minimum spanning tree-based method for segmenting brain tumors. The proposed method performs interactive segmentation based on the minimum spanning tree without tuning parameters. The steps involve preprocessing, making a graph, constructing a minimum spanning tree, and a newly implemented way of interactively segmenting the region of interest. In the preprocessing step, a Gaussian filter is applied to 2D images to remove the noise. Then, the pixel neighbor graph is weighted by intensity differences and the corresponding minimum spanning tree is constructed. The image is loaded in an interactive window for segmenting the tumor. The region of interest and the background are selected by clicking to split the minimum spanning tree into two trees. One of these trees represents the region of interest and the other represents the background. Finally, the segmentation given by the two trees is visualized. The proposed method was tested by segmenting two different 2D brain T1-weighted magnetic resonance image data sets. The comparison between our results and the standard gold segmentation confirmed the validity of the minimum spanning tree approach. The proposed method is simple to implement and the results indicate that it is accurate and efficient.

Keywords: brain tumor, brain tumor segmentation, minimum spanning tree, segmentation, image processing

Procedia PDF Downloads 96
1032 Comparative Analysis of Edge Detection Techniques for Extracting Characters

Authors: Rana Gill, Chandandeep Kaur

Abstract:

Segmentation of images can be implemented using different fundamental algorithms like edge detection (discontinuity based segmentation), region growing (similarity based segmentation), iterative thresholding method. A comprehensive literature review relevant to the study gives description of different techniques for vehicle number plate detection and edge detection techniques widely used on different types of images. This research work is based on edge detection techniques and calculating threshold on the basis of five edge operators. Five operators used are Prewitt, Roberts, Sobel, LoG and Canny. Segmentation of characters present in different type of images like vehicle number plate, name plate of house and characters on different sign boards are selected as a case study in this work. The proposed methodology has seven stages. The proposed system has been implemented using MATLAB R2010a. Comparison of all the five operators has been done on the basis of their performance. From the results it is found that Canny operators produce best results among the used operators and performance of different edge operators in decreasing order is: Canny>Log>Sobel>Prewitt>Roberts.

Keywords: segmentation, edge detection, text, extracting characters

Procedia PDF Downloads 402
1031 Protective Role of Fish Oil against Hepatotoxicity Induced by Fipronil on Female Rats

Authors: Amel A. Refaie, Amal Ramadan, Abdel-Tawab H. Mossa

Abstract:

This study was designed to evaluate the adverse effects of sub-chronic exposure to the fipronil on the liver of female rats at a dose equal to 400 mg /kg (1/10LD50) in drinking water and the protective role of fish oil at concentration 117.6 mg/Kg b.wt via oral routes daily for 28 days. Fipronil treatment caused a decrease in body weight gain and increase in relative liver weight. Fipronil induced a significant increase in the liver biomarkers enzymes such as alanine aminotransferases (ALT), aspartate aminotransferases (AST), alkaline phosphatase (ALP) and levels of total protein while fipronil caused a significant decrease in butyryl cholinesterase activity in FPN-treated rats. Oxidative stress biomarkers such as superoxide dismutase (SOD), catalase (CAT), glutathione-S-transferase (GST) were significantly decreased in liver tissue, while lipid peroxidation (LPO) was significantly increased in fipronil treating rats in a dose-dependent manner. FPN caused histopathological alterations in liver of female rats. From our results, it can be reported that FPN induced lipid peroxidation, oxidative stress, liver injury in female rats and fish oil used to protect animals against the adverse effect of pesticide exposure. These pathophysiological alterations in liver tissues could be due to the toxic effect of fipronil that associated with a generation of free radicals.

Keywords: fipronil (FPN), fish oil, hepatotoxicity, transaminases, antioxidant enzymes, female rats

Procedia PDF Downloads 113
1030 Image Instance Segmentation Using Modified Mask R-CNN

Authors: Avatharam Ganivada, Krishna Shah

Abstract:

The Mask R-CNN is recently introduced by the team of Facebook AI Research (FAIR), which is mainly concerned with instance segmentation in images. Here, the Mask R-CNN is based on ResNet and feature pyramid network (FPN), where a single dropout method is employed. This paper provides a modified Mask R-CNN by adding multiple dropout methods into the Mask R-CNN. The proposed model has also utilized the concepts of Resnet and FPN to extract stage-wise network feature maps, wherein a top-down network path having lateral connections is used to obtain semantically strong features. The proposed model produces three outputs for each object in the image: class label, bounding box coordinates, and object mask. The performance of the proposed network is evaluated in the segmentation of every instance in images using COCO and cityscape datasets. The proposed model achieves better performance than the state-of-the-networks for the datasets.

Keywords: instance segmentation, object detection, convolutional neural networks, deep learning, computer vision

Procedia PDF Downloads 42
1029 Hepatoxicity induced Glyphosate-Based Herbicide Baron in albino rats

Authors: Manal E. A Elhalwagy, Nadia Amin Abdulmajeed, Hanan S. Alnahdi, Enas N. Danial

Abstract:

Baron is herbicide includes (48% glyphosate) widely used in Egypt. The present study assesses the cytotoxic and genotoxic effect of baron on rats liver. Two groups of rats were treated orally with 1/10 LD 50, (275.49 mg kg -1) and 1/40 LD 50, (68.86 mg kg-1) glyphosate for 28 days compared with control group. Serum and liver tissues were taken at 14 and 28 days of treatment. An inhibition in Alanine aminotransferase (ALT) and aspartate aminotransferase (AST) activities were recorded at both treatment periods and reduction in total serum protein (TP) and albumin (ALB). However, non-significant changes in serum acetylcholinesterase (AChE). Elevation in oxidative stress biomarker malondyaldehyde (MDA) and the decline in detoxification biomarker total reduced glutathione (GSH), Glutathione S-transferase (GST) and superoxide dismutase (SOD) in liver tissues led to increase in percentage of DNA damage. Destruction in liver tissue architecture was observed . Although, Baron was classified in the safe category pesticides repeated exposure to small doses has great danger effect.

Keywords: glyphosate, liver toxicity, oxidative stress, DNA damage, commet assay

Procedia PDF Downloads 347
1028 MRI R2* of Liver in an Animal Model

Authors: Chiung-Yun Chang, Po-Chou Chen, Jiun-Shiang Tzeng, Ka-Wai Mac, Chia-Chi Hsiao, Jo-Chi Jao

Abstract:

This study aimed to measure R2* relaxation rates in the liver of New Zealand White (NZW) rabbits. R2* relaxation rate has been widely used in various hepatic diseases for iron overload by quantifying iron contents in liver. R2* relaxation rate is defined as the reciprocal of T2* relaxation time and mainly depends on the composition of tissue. Different tissues would have different R2* relaxation rates. The signal intensity decay in Magnetic resonance imaging (MRI) may be characterized by R2* relaxation rates. In this study, a 1.5T GE Signa HDxt whole body MR scanner equipped with an 8-channel high resolution knee coil was used to observe R2* values in NZW rabbit’s liver and muscle. Eight healthy NZW rabbits weighted 2 ~ 2.5 kg were recruited. After anesthesia using Zoletil 50 and Rompun 2% mixture, the abdomen of rabbit was landmarked at the center of knee coil to perform 3-plane localizer scan using fast spoiled gradient echo (FSPGR) pulse sequence. Afterward, multi-planar fast gradient echo (MFGR) scans were performed with 8 various echo times (TEs) (2/4/6/8/10/12/14/16 ms) to acquire images for R2* calculations. Regions of interest (ROIs) at liver and muscle were measured using Advantage workstation. Finally, the R2* was obtained by a linear regression of ln(SI) on TE. The results showed that the longer the echo time, the smaller the signal intensity. The R2* values of liver and muscle were 44.8  10.9 s-1 and 37.4  9.5 s-1, respectively. It implies that the iron concentration of liver is higher than that of muscle. In conclusion, R2* is correlated with iron contents in tissue. The correlations between R2* and iron content in NZW rabbit might be valuable for further exploration.

Keywords: liver, magnetic resonance imaging, muscle, R2* relaxation rate

Procedia PDF Downloads 410
1027 Therapeutic Evaluation of Bacopa Monnieri Extract on Liver Fibrosis in Rats

Authors: Yu Wen Wang, Shyh Ming Kuo, Hsia Ying Cheng, Yu Chiuan Wu

Abstract:

Liver fibrosis is caused by the activation of hepatic stellate cells in the liver to secrete excessive and deposition of extracellular matrix. In recent years, many treatment strategies have been developed to reduce the activation of hepatic stellate cells and therefore to increase the decomposition of extracellular matrix. Bacopa monnieri, an herbaceous plant of the scrophulariaceae, containing saponins and glycosides, which with antioxidant, anti-inflammation, pain relief and free radical scavenging characteristics. This study was to evaluate the inhibition of hepatic stellate cell activity by Bacopa monnieri extract and its therapeutic potential in treating thioacetamide-induced liver fibrosis in rats. The results showed that the IC50 of Bacopa monnieri extract was 0.39 mg/mL. Bacopa monnieri extract could effectively reduce H2O2-induced hepatic stellate cells inflammation. In the TAA-induced liver fibrosis animal studies, albumin secretion recovered to normal level after treated with Bacopa monnieri extract for 2-w, and fibrosis related proteins, α-SMA and TGF-1levels decreased indicating the extract exerted therapeutic effect on the liver fibrosis. However, inflammatory factors TNF- obviously decreased after 4-w treatment. In summary, we could successfully extract the main component-Bacopaside I from the plant and acquired a potential therapy using this component in treating TAA-induced liver fibrosis in rat.

Keywords: anti-inflammatory, Bacopa monnieri, fibrosis, hepatic stellate cells, water extract

Procedia PDF Downloads 79
1026 A Modified Shannon Entropy Measure for Improved Image Segmentation

Authors: Mohammad A. U. Khan, Omar A. Kittaneh, M. Akbar, Tariq M. Khan, Husam A. Bayoud

Abstract:

The Shannon Entropy measure has been widely used for measuring uncertainty. However, in partial settings, the histogram is used to estimate the underlying distribution. The histogram is dependent on the number of bins used. In this paper, a modification is proposed that makes the Shannon entropy based on histogram consistent. For providing the benefits, two application are picked in medical image processing applications. The simulations are carried out to show the superiority of this modified measure for image segmentation problem. The improvement may be contributed to robustness shown to uneven background in images.

Keywords: Shannon entropy, medical image processing, image segmentation, modification

Procedia PDF Downloads 463
1025 Regression of Fibrosis by Apigenin in Thioacetamide-Induced Liver Fibrosis Rat Model through Suppression of HIF-1/FAK Pathway

Authors: Hany M. Fayed, Rehab F. Abdel-Rahman, Alyaa F. Hessin, Hanan A. Ogaly, Gihan F. Asaad, Abeer A. A. Salama, Sahar Abdelrahman, Mahmoud S. Arbid, Marwan Abd Elbaset Mohamed

Abstract:

Liver fibrosis is a serious global health problem that occurs as a result of a variety of chronic liver disorders. Apigenin, a flavonoid found in many plants, has several pharmacological properties. The aim of this study was to evaluate the antifibrotic efficacy of apigenin (APG) against experimentally induced hepatic fibrosis in rats via using thioacetamide (TAA) and to explore the possible underlying mechanisms. TAA (100 mg/kg, i.p.) was given three times each week for two weeks to induce liver fibrosis. After TAA injections, APG was given orally (5 and 10 mg/kg) daily for two weeks. Biochemical, molecular, histological and immunohistochemical analyses were performed on blood and liver tissue samples. The functioning of the liver, oxidative stress, inflammation, and liver fibrosis indicators were all evaluated. The findings showed that TAA markedly increased the activities of aspartate aminotransferase (AST) and alanine aminotransferase (ALT), as well as the levels of malondialdehyde (MDA), focal adhesion kinase (FAK), hypoxia-inducible factor-1 (HIF-1), nuclear factor-κB (NF-κB), transforming growth factor-beta (TGF-β), tumor necrosis factor-alpha (TNF-α) and interleukin-1β (IL-1β) with a reduction in albumin, total protein, A/G ratio, GSH content and interleukin-10 (IL-10). Moreover, TAA elevated the content of collagen I, α -smooth muscle actin (α-SMA), and hydroxyproline in the liver. The treatment with APG in a dose-dependent manner has obviously prevented these alterations and amended the harmful effects induced by TAA. The histopathological and immunohistochemical observations supported this biochemical evidence. The higher dose of APG produced the most significant antifibrotic effect. As a result of these data, APG appears to be a promising antifibrotic drug and could be used as a new herbal medication or dietary supplement in the future for the treatment of liver fibrosis. This effect might be related to the inhibition of the HIF-1/FAK signaling pathway.

Keywords: apigenin, FAK, HIF-1, liver fibrosis, rat, thioacetamide

Procedia PDF Downloads 93
1024 Determination of Critical Organ Doses for Liver Scintigraphy Using Cr-51

Authors: O. Maranci, A. B. Tugrul

Abstract:

Scintigraphy is an imaging method of nuclear events provoked by collisions or charged current interactions with radiation. It is used for diagnostic test used in nuclear medicine via radiopharmaceuticals emitting radiation which is captured by gamma cameras to form two-dimensional images. Liver scintigraphy is widely used in nuclear medicine.Tc-99m and Cr-51 gamma radioisotopes can be used for this purpose. Cr-51 usage is more important for patients’ organ dose that has higher energy and longer half-life as compared to Tc-99m. In this study, it is aimed to determine the required dose for critical organs of patient through liver scintigraphy via Cr-51 gamma radioisotope. Experimental studies were conducted on patients even though conducting experimental studies on patients is extremely difficult for determination of critical organ doses. Torso phantom was utilized to simulate the liver scintigraphy by using 20 mini packages of Cr-51 that were placed on the organ. The radioisotope was produced by irradiation in central thimble of TRIGA MARK II Reactor at 250 KW power. As the results of the study, critical organ doses were determined and evaluated with different critic organs.

Keywords: critical organ doses, liver, scintigraphy, TRIGA Mark-II

Procedia PDF Downloads 526
1023 Prospective Validation of the FibroTest Score in Assessing Liver Fibrosis in Hepatitis C Infection with Genotype 4

Authors: G. Shiha, S. Seif, W. Samir, K. Zalata

Abstract:

Prospective Validation of the FibroTest Score in assessing Liver Fibrosis in Hepatitis C Infection with Genotype 4 FibroTest (FT) is non-invasive score of liver fibrosis that combines the quantitative results of 5 serum biochemical markers (alpha-2-macroglobulin, haptoglobin, apolipoprotein A1, gamma glutamyl transpeptidase (GGT) and bilirubin) and adjusted with the patient's age and sex in a patented algorithm to generate a measure of fibrosis. FT has been validated in patients with chronic hepatitis C (CHC) (Halfon et al., Gastroenterol. Clin Biol.( 2008), 32 6suppl 1, 22-39). The validation of fibro test ( FT) in genotype IV is not well studied. Our aim was to evaluate the performance of FibroTest in an independent prospective cohort of hepatitis C patients with genotype 4. Subject was 122 patients with CHC. All liver biopsies were scored using METAVIR system. Our fibrosis score(FT) were measured, and the performance of the cut-off score were done using ROC curve. Among patients with advanced fibrosis, the FT was identically matched with the liver biopsy in 18.6%, overestimated the stage of fibrosis in 44.2% and underestimated the stage of fibrosis in 37.7% of cases. Also in patients with no/mild fibrosis, identical matching was detected in 39.2% of cases with overestimation in 48.1% and underestimation in 12.7%. So, the overall results of the test were identical matching, overestimation and underestimation in 32%, 46.7% and 21.3% respectively. Using ROC curve it was found that (FT) at the cut-off point of 0.555 could discriminate early from advanced stages of fibrosis with an area under ROC curve (AUC) of 0.72, sensitivity of 65%, specificity of 69%, PPV of 68%, NPV of 66% and accuracy of 67%. As FibroTest Score overestimates the stage of advanced fibrosis, it should not be considered as a reliable surrogate for liver biopsy in hepatitis C infection with genotype 4.

Keywords: fibrotest, chronic Hepatitis C, genotype 4, liver biopsy

Procedia PDF Downloads 386
1022 Automated Digital Mammogram Segmentation Using Dispersed Region Growing and Pectoral Muscle Sliding Window Algorithm

Authors: Ayush Shrivastava, Arpit Chaudhary, Devang Kulshreshtha, Vibhav Prakash Singh, Rajeev Srivastava

Abstract:

Early diagnosis of breast cancer can improve the survival rate by detecting cancer at an early stage. Breast region segmentation is an essential step in the analysis of digital mammograms. Accurate image segmentation leads to better detection of cancer. It aims at separating out Region of Interest (ROI) from rest of the image. The procedure begins with removal of labels, annotations and tags from the mammographic image using morphological opening method. Pectoral Muscle Sliding Window Algorithm (PMSWA) is used for removal of pectoral muscle from mammograms which is necessary as the intensity values of pectoral muscles are similar to that of ROI which makes it difficult to separate out. After removing the pectoral muscle, Dispersed Region Growing Algorithm (DRGA) is used for segmentation of mammogram which disperses seeds in different regions instead of a single bright region. To demonstrate the validity of our segmentation method, 322 mammographic images from Mammographic Image Analysis Society (MIAS) database are used. The dataset contains medio-lateral oblique (MLO) view of mammograms. Experimental results on MIAS dataset show the effectiveness of our proposed method.

Keywords: CAD, dispersed region growing algorithm (DRGA), image segmentation, mammography, pectoral muscle sliding window algorithm (PMSWA)

Procedia PDF Downloads 285
1021 Nanotechnology-Based Treatment of Liver Cancer

Authors: Lucian Mocan

Abstract:

We present method of Nanoparticle enhanced laser thermal ablation of HepG2 cells (Human hepatocellular liver carcinomacell line), using gold nanoparticles combuned with a specific growth factor and demonstrate its selective therapeutic efficacy usig ex vivo specimens. Ex vivo-perfused liver specimens were obtained from hepatocellular carcinoma patients similarly to the surgical technique of transplantation. Ab bound to GNPs was inoculated intra-arterially onto the resulting specimen and determined the specific delivery of the nano-bioconjugate into the malignant tissue by means of the capillary bed. The extent of necrosis was considerable following laser therapy and at the same time surrounding parenchyma was not seriously affected. The selective photothermal ablation of the malignant liver tissue was obtained after the selective accumulation of Ab bound to GNPs into tumor cells following ex-vivo intravascular perfusion. These unique results may represent a major step in liver cancer treatment using nanolocalized thermal ablation by laser heating.

Keywords: HepG2 cells, gold nanoparticles, nanoparticle functionalization, laser irradiation

Procedia PDF Downloads 346
1020 Protective Effect of Hesperidin against Cyclophosphamide Hepatotoxicity in Rats

Authors: Amr A. Fouad, Waleed H. Albuali, Iyad Jresat

Abstract:

The protective effect of hesperidin was investigated in rats exposed to liver injury induced by a single intraperitoneal injection of cyclophosphamide (CYP) at a dose of 150 mg kg-1. Hesperidin treatment (100 mg kg-1/day, orally) was applied for seven days, starting five days before CYP administration. Hesperidin significantly decreased the CYP-induced elevations of serum alanine aminotransferase, and hepatic malondialdehyde and myeloperoxidase activity, significantly prevented the depletion of hepatic glutathione peroxidase activity resulted from CYP administration. Also, hesperidin ameliorated the CYP-induced liver tissue injury observed by histopathological examination. In addition, hesperidin decreased the CYP-induced expression of inducible nitric oxide synthase, tumor necrosis factor-α, cyclooxygenase-2, Fas ligand, and caspase-9 in liver tissue. It was concluded that hesperidin may represent a potential candidate to protect against CYP-induced hepatotoxicity.

Keywords: hesperidin, cyclophosphamide, liver, rats

Procedia PDF Downloads 293
1019 Magnesium Ameliorates Lipopolysaccharide-Induced Liver Injury in Mice

Authors: D. M. El-Tanbouly, R. M. Abdelsalam, A. S. Attia, M. T. Abdel-Aziz

Abstract:

Lipopolysaccharide (LPS) endotoxin, a component of the outer membrane of Gram-negative bacteria, is involved in the pathogenesis of sepsis. LPS administration induces systemic inflammation that mimics many of the initial clinical features of sepsis and has deleterious effects on several organs including the liver and eventually leading to septic shock and death. The present study aimed to investigate the protective effect of magnesium, a well-known cofactor in many enzymatic reactions and a critical component of the antioxidant system, on hepatic damage associated with LPS induced- endotoxima in mice. Mg (20 and 40 mg/kg, po) was administered for 7 consecutive days. Systemic inflammation was induced one hour after the last dose of Mg by a single dose of LPS (2 mg/kg, ip) and three hours thereafter plasma was separated, animals were sacrificed and their livers were isolated. LPS-treated mice suffered from hepatic dysfunction revealed by histological observation, elevation in plasma transaminases activities, C-reactive protein content and caspase-3, a critical marker of apoptosis. Liver inflammation was evident by elevation in liver cytokines contents (TNF-α and IL-10) and myeloperoxidase (MPO) activity. Additionally, oxidative stress was manifested by increased liver lipoperoxidation, glutathione depletion, elevated total nitrate/nitrite (NOx) content and glutathione peroxidase (GPx) activity. Pretreatment with Mg largely mitigated these alternations through its anti-inflammatory and antioxidant potentials. Mg, therefore, could be regarded as an effective strategy for prevention of liver damage associated with septicemia.

Keywords: LPS, liver damage, magnesium, septicemia

Procedia PDF Downloads 368
1018 Improving 99mTc-tetrofosmin Myocardial Perfusion Images by Time Subtraction Technique

Authors: Yasuyuki Takahashi, Hayato Ishimura, Masao Miyagawa, Teruhito Mochizuki

Abstract:

Quantitative measurement of myocardium perfusion is possible with single photon emission computed tomography (SPECT) using a semiconductor detector. However, accumulation of 99mTc-tetrofosmin in the liver may make it difficult to assess that accurately in the inferior myocardium. Our idea is to reduce the high accumulation in the liver by using dynamic SPECT imaging and a technique called time subtraction. We evaluated the performance of a new SPECT system with a cadmium-zinc-telluride solid-state semi- conductor detector (Discovery NM 530c; GE Healthcare). Our system acquired list-mode raw data over 10 minutes for a typical patient. From the data, ten SPECT images were reconstructed, one for every minute of acquired data. Reconstruction with the semiconductor detector was based on an implementation of a 3-D iterative Bayesian reconstruction algorithm. We studied 20 patients with coronary artery disease (mean age 75.4 ± 12.1 years; range 42-86; 16 males and 4 females). In each subject, 259 MBq of 99mTc-tetrofosmin was injected intravenously. We performed both a phantom and a clinical study using dynamic SPECT. An approximation to a liver-only image is obtained by reconstructing an image from the early projections during which time the liver accumulation dominates (0.5~2.5 minutes SPECT image-5~10 minutes SPECT image). The extracted liver-only image is then subtracted from a later SPECT image that shows both the liver and the myocardial uptake (5~10 minutes SPECT image-liver-only image). The time subtraction of liver was possible in both a phantom and the clinical study. The visualization of the inferior myocardium was improved. In past reports, higher accumulation in the myocardium due to the overlap of the liver is un-diagnosable. Using our time subtraction method, the image quality of the 99mTc-tetorofosmin myocardial SPECT image is considerably improved.

Keywords: 99mTc-tetrofosmin, dynamic SPECT, time subtraction, semiconductor detector

Procedia PDF Downloads 299
1017 Orotic Acid-Induced Fatty Liver in Mink: Characterization and Testing of Bioactive Peptides for Prevention and Treatment

Authors: Don Buddika Oshadi Malaweera, Lora Harris, Bruce Rathgeber, Chibuike C. Udenigwe, Kirsti Rouvinen-Watt

Abstract:

Fatty liver disease is among the three most severe health concerns for mink and believed to occur through the same mechanism as nursing sickness. In North America, nursing sickness affects about 45% of mink farms and in Canada, approximately 50,000 mink females is affected annually. Orotic acid (OA) plays a critical role in lipid metabolism and can increase hepatic lipids by enhancing Sterol regulatory element binding protein-1c expression and decreasing Carnitine palmitoyl transferase I activity. This study was conducted to identify particular pathways and regulatory control points involved in fatty liver development, and evaluate the effectiveness of arginine and bioactive peptides for prevention and treatment of fatty liver disease in mink. A total of 45 mink were used in 9 treatments. The experimental diets consisted of 1% OA, 2% L-arginine and 5% of whey protein hydrolysates. At the end of 10 days of experimental period, the mink were anaesthetized, sampled for blood and euthanized, samples were obtained for histological, biochemical and molecular assays. The blood samples will be analyzed for clinical chemistry and triacylglycerol. The liver samples will be analyzed for total lipid content and analyzed for 6 genes of interest involved in adipogenic transformation, ER stress, and liver inflammation.

Keywords: fatty liver, L-arginine, mink, orotic acid, whey protein hydrolysates

Procedia PDF Downloads 278
1016 Biopsy or Biomarkers: Which Is the Sample of Choice in Assessment of Liver Fibrosis?

Authors: S. H. Atef, N. H. Mahmoud, S. Abdrahman, A. Fattoh

Abstract:

Background: The aim of the study is to assess the diagnostic value of fibrotest and hyaluronic acid in discriminate between insignificant and significant fibrosis. Also, to find out if these parameters could replace liver biopsy which is currently used for selection of chronic hepatitis C patients eligible for antiviral therapy. Study design: This study was conducted on 52 patients with HCV RNA detected by polymerase chain reaction (PCR) who had undergone liver biopsy and attending the internal medicine clinic at Ain Shams University Hospital. Liver fibrosis was evaluated according to the METAVIR scoring system on a scale of F0 to F4. Biochemical markers assessed were: alpha-2 macroglobulin (α2-MG), apolipoprotein A1 (Apo-A1), haptoglobin, gamma-glutamyl transferase (GGT), total bilirubin (TB) and hyaluronic acid (HA). The fibrotest score was computed after adjusting for age and gender. Predictive values and ROC curves were used to assess the accuracy of fibrotest and HA results. Results: For fibrotest, the observed area under curve for the discrimination between minimal or no fibrosis (F0-F1) and significant fibrosis (F2-F4) was 0.6736 for cutoff value 0.19 with sensitivity of 84.2% and specificity of 85.7%. For HA, the sensitivity was 89.5% and specificity was 85.7% and area under curve was 0.540 at the best cutoff value 71 mg/dL. Multi-use of both parameters, HA at 71 mg/dL with fibrotest score at 0.22 give a sensitivity 89.5%, specificity 100 and efficacy 92.3% (AUC 0.895). Conclusion: The use of both fibrotest score and HA could be as alternative to biopsy in most patients with chronic hepaitis C putting in consideration some limitations of the proposed markers in evaluating liver fibrosis.

Keywords: fibrotest, liver fibrosis, HCV RNA, biochemical markers

Procedia PDF Downloads 262
1015 Change Detection Method Based on Scale-Invariant Feature Transformation Keypoints and Segmentation for Synthetic Aperture Radar Image

Authors: Lan Du, Yan Wang, Hui Dai

Abstract:

Synthetic aperture radar (SAR) image change detection has recently become a challenging problem owing to the existence of speckle noises. In this paper, an unsupervised distribution-free change detection for SAR image based on scale-invariant feature transform (SIFT) keypoints and segmentation is proposed. Firstly, the noise-robust SIFT keypoints which reveal the blob-like structures in an image are extracted in the log-ratio image to reduce the detection range. Then, different from the traditional change detection which directly obtains the change-detection map from the difference image, segmentation is made around the extracted keypoints in the two original multitemporal SAR images to obtain accurate changed region. At last, the change-detection map is generated by comparing the two segmentations. Experimental results on the real SAR image dataset demonstrate the effectiveness of the proposed method.

Keywords: change detection, Synthetic Aperture Radar (SAR), Scale-Invariant Feature Transformation (SIFT), segmentation

Procedia PDF Downloads 354
1014 Protective Effects of Genistein against Cyclophosphamide-Induced Hepatotoxicity in Rats: Involvement of Anti-Inflammatory and Anti-Oxidant Activities

Authors: Dina F. Mansour, Dalia O. Saleh, Rasha E. Mostafa

Abstract:

Cyclophosphamide (CP), the most commonly used chemotherapeutic agent, was reported to cause many side effects including urotoxicity, cardiotoxicity, gonadotoxicity, and hepatotoxicity; this limits its clinical practice. In the present study, the protective effect of genistein (GEN), the major phytoestrogen in soy products that possesses various pharmacological activities, has been investigated against CP-induced acute liver damage in rats. Forty adult Sprague-Dawley rats were allocated into five groups. The first group received the vehicles and act as normal control. In the other groups, rats were injected with a single dose of CP (200 mg/kg, i.p). The last three groups were pretreated with subcutaneous GEN at doses of 0.5, 1 and 2 mg/kg/day, respectively, for 15 consecutive days prior CP injection. Forty-eight hours following CP injection, rats of all groups were investigated for the serum levels of alanine transaminase and aspartate transaminase, as well as the liver contents of reduced glutathione, malondialdehyde, nitrite, interleukin-1β, and myeloperoxidase. Histopathological examination of liver tissues was also conducted. CP resulted in acute liver damage in rats as evidenced by alteration of liver function biomarkers, oxidative stress, and inflammatory markers; that was confirmed by the histopathological outcomes. Pretreatment of rats with GEN significantly protected against CP-induced deterioration of liver function and showed marked anti-oxidant and anti-inflammatory properties that were demonstrated by the biochemical and histopathological findings. In conclusion, the present findings demonstrated the protective effects of GEN against CP-induced liver damage and suggested role of its antioxidant and anti-inflammatory activities.

Keywords: cyclophosphamide, genistein, inflammation, interleukin-1β, liver, myeloperoxidase, oxidative stress

Procedia PDF Downloads 275
1013 Automatic Segmentation of Lung Pleura Based On Curvature Analysis

Authors: Sasidhar B., Bhaskar Rao N., Ramesh Babu D. R., Ravi Shankar M.

Abstract:

Segmentation of lung pleura is a preprocessing step in Computer-Aided Diagnosis (CAD) which helps in reducing false positives in detection of lung cancer. The existing methods fail in extraction of lung regions with the nodules at the pleura of the lungs. In this paper, a new method is proposed which segments lung regions with nodules at the pleura of the lungs based on curvature analysis and morphological operators. The proposed algorithm is tested on 06 patient’s dataset which consists of 60 images of Lung Image Database Consortium (LIDC) and the results are found to be satisfactory with 98.3% average overlap measure (AΩ).

Keywords: curvature analysis, image segmentation, morphological operators, thresholding

Procedia PDF Downloads 568
1012 Effect of Nicorandil in Bile Duct Ligation-Induced Liver Fibrosis in Rats: Role of Hepatic Stellate Cells

Authors: Y. S. Mohamed, L. A. Ahmed, H. A. Salem, A. M. Agha

Abstract:

Liver Fibrosis is one of the most serious conditions that affect the Egyptian society. In the present study, the effect of nicorandil was investigated in experimentally-induced liver fibrosis by bile duct ligation in rats. Nicorandil (3mg/kg/day) was given orally 24 h after bile duct ligation for 14 days till the end of the experiment. Nicorandil group showed a significant improvement in liver function tests (ALT and ALP) as well as a significant decrease in oxidative stress biomarkers (TBARS and GSH), area of fibrosis and activity of hepatic stellate cells as indicated by decreased expression of alpha smooth muscle actin.Moreover, nicorandil treatment decreased HSCs proliferation due to its inhibitory effects on protein kinase C(PKC) and Platelet derived growth factor (PDGF) . Oral administration of either glibenclamide (10 mg/kg/day)(a KATP channel blocker) or L-NAME (30 mg/kg/day) (an inhibitor of nitric oxide synthase) blocked the protective effects of nicorandil. However, nicorandil and L-NAME treated group showed more or less results similar to that of untreated bile duct ligated group. In conclusion, nicorandil was effective against the development of bile duct ligated-induced liver fibrosis in rats where activation of the NO pathway plays an important role in the protective effect nicorandil.

Keywords: hepatic stellate cells, nicorandil, nitric oxide donor, liver fibrosis

Procedia PDF Downloads 586
1011 2D Convolutional Networks for Automatic Segmentation of Knee Cartilage in 3D MRI

Authors: Ananya Ananya, Karthik Rao

Abstract:

Accurate segmentation of knee cartilage in 3-D magnetic resonance (MR) images for quantitative assessment of volume is crucial for studying and diagnosing osteoarthritis (OA) of the knee, one of the major causes of disability in elderly people. Radiologists generally perform this task in slice-by-slice manner taking 15-20 minutes per 3D image, and lead to high inter and intra observer variability. Hence automatic methods for knee cartilage segmentation are desirable and are an active field of research. This paper presents design and experimental evaluation of 2D convolutional neural networks based fully automated methods for knee cartilage segmentation in 3D MRI. The architectures are validated based on 40 test images and 60 training images from SKI10 dataset. The proposed methods segment 2D slices one by one, which are then combined to give segmentation for whole 3D images. Proposed methods are modified versions of U-net and dilated convolutions, consisting of a single step that segments the given image to 5 labels: background, femoral cartilage, tibia cartilage, femoral bone and tibia bone; cartilages being the primary components of interest. U-net consists of a contracting path and an expanding path, to capture context and localization respectively. Dilated convolutions lead to an exponential expansion of receptive field with only a linear increase in a number of parameters. A combination of modified U-net and dilated convolutions has also been explored. These architectures segment one 3D image in 8 – 10 seconds giving average volumetric Dice Score Coefficients (DSC) of 0.950 - 0.962 for femoral cartilage and 0.951 - 0.966 for tibia cartilage, reference being the manual segmentation.

Keywords: convolutional neural networks, dilated convolutions, 3 dimensional, fully automated, knee cartilage, MRI, segmentation, U-net

Procedia PDF Downloads 231
1010 Chip Less Microfluidic Device for High Throughput Liver Spheroid Generation

Authors: Sourita Ghosh, Falguni Pati, Suhanya Duraiswamy

Abstract:

Spheroid, a simple three-dimensional cellular aggregate, allows us to simulate the in-vivo complexity of cellular signaling and interactions in greater detail than traditional 2D cell culture. It can be used as an in-vitro model for drug toxicity testing, tumor modeling and many other such applications specifically for cancer. Our work is focused on the development of an affordable, user-friendly, robust, reproducible, high throughput microfluidic device for water in oil droplet production, which can, in turn, be used for spheroids manufacturing. Here, we have investigated the droplet breakup between two non-Newtonian fluids, viz. silicone oil and decellularized liver matrix, which acts as our extra cellular matrix (ECM) for spheroids formation. We performed some biochemical assays to characterize the liver ECM, as well as rheological studies on our two fluids and observed a critical dependence of capillary number (Ca) on droplet breakup and homogeneous drop formation

Keywords: chip less, droplets, extracellular matrix, liver spheroid

Procedia PDF Downloads 55
1009 Grain Boundary Detection Based on Superpixel Merges

Authors: Gaokai Liu

Abstract:

The distribution of material grain sizes reflects the strength, fracture, corrosion and other properties, and the grain size can be acquired via the grain boundary. In recent years, the automatic grain boundary detection is widely required instead of complex experimental operations. In this paper, an effective solution is applied to acquire the grain boundary of material images. First, the initial superpixel segmentation result is obtained via a superpixel approach. Then, a region merging method is employed to merge adjacent regions based on certain similarity criterions, the experimental results show that the merging strategy improves the superpixel segmentation result on material datasets.

Keywords: grain boundary detection, image segmentation, material images, region merging

Procedia PDF Downloads 140