598 research outputs found

    Sacrificing Accuracy for Reduced Computation: Cascaded Inference Based on Softmax Confidence

    Full text link
    We study the tradeoff between computational effort and accuracy in a cascade of deep neural networks. During inference, early termination in the cascade is controlled by confidence levels derived directly from the softmax outputs of intermediate classifiers. The advantage of early termination is that classification is performed using less computation, thus adjusting the computational effort to the complexity of the input. Moreover, dynamic modification of confidence thresholds allow one to trade accuracy for computational effort without requiring retraining. Basing of early termination on softmax classifier outputs is justified by experimentation that demonstrates an almost linear relation between confidence levels in intermediate classifiers and accuracy. Our experimentation with architectures based on ResNet obtained the following results. (i) A speedup of 1.5 that sacrifices 1.4% accuracy with respect to the CIFAR-10 test set. (ii) A speedup of 1.19 that sacrifices 0.7% accuracy with respect to the CIFAR-100 test set. (iii) A speedup of 2.16 that sacrifices 1.4% accuracy with respect to the SVHN test set

    Lipid storage and autophagy in melanoma cancer cells

    Get PDF
    Cancer stem cells (CSC) represent a key cellular subpopulation controlling biological features such as cancer progression in all cancer types. By using melanospheres established from human melanoma patients, we compared less differentiated melanosphere-derived CSC to differentiating melanosphere-derived cells. Increased lipid uptake was found in melanosphere-derived CSC vs. differentiating melanosphere-derived cells, paralleled by strong expression of lipogenic factors Sterol Regulatory Element-Binding Protein-1 (SREBP-1) and Peroxisome Proliferator-Activated Receptor-γ (PPAR-γ). An inverse relation between lipid-storing phenotype and autophagy was also found, since microtubule-associated protein 1A/1B-Light Chain 3 (LC3) lipidation is reduced in melanosphere-derived CSC. To investigate upstream autophagy regulators, Phospho-AMP activated Protein Kinase (P-AMPK) and Phospho-mammalian Target of Rapamycin (P-mTOR) were analyzed; lower P-AMPK and higher P-mTOR expression in melanosphere-derived CSC were found, thus explaining, at least in part, their lower autophagic activity. In addition, co-localization of LC3-stained autophagosome spots and perilipin-stained lipid droplets was demonstrated mainly in differentiating melanosphere-derived cells, further supporting the role of autophagy in lipid droplets clearance. The present manuscript demonstrates an inverse relationship between lipid-storing phenotype and melanoma stem cells differentiation, providing novel indications involving autophagy in melanoma stem cells biology

    A robust braille recognition system

    Get PDF
    Braille is the most effective means of written communication between visually-impaired and sighted people. This paper describes a new system that recognizes Braille characters in scanned Braille document pages. Unlike most other approaches, an inexpensive flatbed scanner is used and the system requires minimal interaction with the user. A unique feature of this system is the use of context at different levels (from the pre-processing of the image through to the post-processing of the recognition results) to enhance robustness and, consequently, recognition results. Braille dots composing characters are identified on both single and double-sided documents of average quality with over 99% accuracy, while Braille characters are also correctly recognised in over 99% of documents of average quality (in both single and double-sided documents)

    Personalized hypertension treatment recommendations by a data-driven model

    Get PDF
    BACKGROUND: Hypertension is a prevalent cardiovascular disease with severe longer-term implications. Conventional management based on clinical guidelines does not facilitate personalized treatment that accounts for a richer set of patient characteristics. METHODS: Records from 1/1/2012 to 1/1/2020 at the Boston Medical Center were used, selecting patients with either a hypertension diagnosis or meeting diagnostic criteria (≥ 130 mmHg systolic or ≥ 90 mmHg diastolic, n = 42,752). Models were developed to recommend a class of antihypertensive medications for each patient based on their characteristics. Regression immunized against outliers was combined with a nearest neighbor approach to associate with each patient an affinity group of other patients. This group was then used to make predictions of future Systolic Blood Pressure (SBP) under each prescription type. For each patient, we leveraged these predictions to select the class of medication that minimized their future predicted SBP. RESULTS: The proposed model, built with a distributionally robust learning procedure, leads to a reduction of 14.28 mmHg in SBP, on average. This reduction is 70.30% larger than the reduction achieved by the standard-of-care and 7.08% better than the corresponding reduction achieved by the 2nd best model which uses ordinary least squares regression. All derived models outperform following the previous prescription or the current ground truth prescription in the record. We randomly sampled and manually reviewed 350 patient records; 87.71% of these model-generated prescription recommendations passed a sanity check by clinicians. CONCLUSION: Our data-driven approach for personalized hypertension treatment yielded significant improvement compared to the standard-of-care. The model implied potential benefits of computationally deprescribing and can support situations with clinical equipoise.GM135930 - National Institute of General Medical Sciences; UL54 TR004130 - National Center for Advancing Translational Sciences; IIS-1914792 - National Science Foundation; DMS-1664644 - National Science Foundation; CCF-2200052 - National Science FoundationPublished versio

    Inhibition of cell proliferation, migration and invasion of B16-F10 melanoma cells by α-mangostin

    Get PDF
    In this study, we have evaluated the potential antineoplastic effects of α-mangostin (α-M), the most representative xanthone in Garcinia mangostana pericarp, on melanoma cell lines. This xanthone markedly inhibits the proliferation of high-metastatic B16-F10 melanoma cells. Furthermore, by deeply analyzing which steps in the metastatic process are influenced by xanthone it was observed that α-M strongly interferes with homotypic aggregation, adhesion, plasticity and invasion ability of B16-F10 cells, probably by the observed reduction of metalloproteinase-9 activity. The antiproliferative and antimetastatic properties of α-M have been established in human SK-MEL-28 and A375 melanoma cells. In order to identify pathways potentially involved in the antineoplastic properties of α-M, a comparative mass spectrometry proteomic approach was employed. These findings may improve our understanding of the molecular mechanisms underlying the anti-cancer effects of α-M on melanoma

    The Index-Based Subgraph Matching Algorithm (ISMA): Fast Subgraph Enumeration in Large Networks Using Optimized Search Trees

    Get PDF
    Subgraph matching algorithms are designed to find all instances of predefined subgraphs in a large graph or network and play an important role in the discovery and analysis of so-called network motifs, subgraph patterns which occur more often than expected by chance. We present the index-based subgraph matching algorithm (ISMA), a novel tree-based algorithm. ISMA realizes a speedup compared to existing algorithms by carefully selecting the order in which the nodes of a query subgraph are investigated. In order to achieve this, we developed a number of data structures and maximally exploited symmetry characteristics of the subgraph. We compared ISMA to a naive recursive tree-based algorithm and to a number of well-known subgraph matching algorithms. Our algorithm outperforms the other algorithms, especially on large networks and with large query subgraphs. An implementation of ISMA in Java is freely available at http://sourceforge.net/projects/isma

    OrChem - An open source chemistry search engine for Oracle®

    Get PDF
    <p>Abstract</p> <p>Background</p> <p>Registration, indexing and searching of chemical structures in relational databases is one of the core areas of cheminformatics. However, little detail has been published on the inner workings of search engines and their development has been mostly closed-source. We decided to develop an open source chemistry extension for Oracle, the de facto database platform in the commercial world.</p> <p>Results</p> <p>Here we present OrChem, an extension for the Oracle 11G database that adds registration and indexing of chemical structures to support fast substructure and similarity searching. The cheminformatics functionality is provided by the Chemistry Development Kit. OrChem provides similarity searching with response times in the order of seconds for databases with millions of compounds, depending on a given similarity cut-off. For substructure searching, it can make use of multiple processor cores on today's powerful database servers to provide fast response times in equally large data sets.</p> <p>Availability</p> <p>OrChem is free software and can be redistributed and/or modified under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. All software is available via <url>http://orchem.sourceforge.net</url>.</p
    • …
    corecore