SwePub
Sök i SwePub databas

  Extended search

Boolean operators must be entered wtih CAPITAL LETTERS

Träfflista för sökning "hsv:(NATURAL SCIENCES) hsv:(Computer and Information Sciences) hsv:(Bioinformatics) "

Search: hsv:(NATURAL SCIENCES) hsv:(Computer and Information Sciences) hsv:(Bioinformatics)

  • Result 1-25 of 2059
Sort/group result
   
EnumerationReferenceCoverFind
1.
  •  
2.
  • Liu, Yuanhua, 1971, et al. (author)
  • Considering the importance of user profiles in interface design
  • 2009
  • In: User Interfaces. ; , s. 23-
  • Book chapter (other academic/artistic)abstract
    • User profile is a popular term widely employed during product design processes by industrial companies. Such a profile is normally intended to represent real users of a product. The ultimate purpose of a user profile is actually to help designers to recognize or learn about the real user by presenting them with a description of a real user’s attributes, for instance; the user’s gender, age, educational level, attitude, technical needs and skill level. The aim of this chapter is to provide information on the current knowledge and research about user profile issues, as well as to emphasize the importance of considering these issues in interface design. In this chapter, we mainly focus on how users’ difference in expertise affects their performance or activity in various interaction contexts. Considering the complex interaction situations in practice, novice and expert users’ interactions with medical user interfaces of different technical complexity will be analyzed as examples: one focuses on novice and expert users’ difference when interacting with simple medical interfaces, and the other focuses on differences when interacting with complex medical interfaces. Four issues will be analyzed and discussed: (1) how novice and expert users differ in terms of performance during the interaction; (2) how novice and expert users differ in the perspective of cognitive mental models during the interaction; (3) how novice and expert users should be defined in practice; and (4) what are the main differences between novice and expert users’ implications for interface design. Besides describing the effect of users’ expertise difference during the interface design process, we will also pinpoint some potential problems for the research on interface design, as well as some future challenges that academic researchers and industrial engineers should face in practice.
  •  
3.
  • Lidstrom, D, et al. (author)
  • Agent based match racing simulations : Starting practice
  • 2022
  • In: SNAME 24th Chesapeake Sailing Yacht Symposium, CSYS 2022. - : Society of Naval Architects and Marine Engineers.
  • Conference paper (peer-reviewed)abstract
    • Match racing starts in sailing are strategically complex and of great importance for the outcome of a race. With the return of the America's Cup to upwind starts and the World Match Racing Tour attracting young and development sailors, the tactical skills necessary to master the starts could be trained and learned by means of computer simulations to assess a large range of approaches to the starting box. This project used game theory to model the start of a match race, intending to develop and study strategies using Monte-Carlo tree search to estimate the utility of a player's potential moves throughout a race. Strategies that utilised the utility estimated in different ways were defined and tested against each other through means of simulation and with an expert advice on match racing start strategy from a sailor's perspective. The results show that the strategies that put greater emphasis on what the opponent might do, perform better than those that did not. It is concluded that Monte-Carlo tree search can provide a basis for decision making in match races and that it has potential for further use. 
  •  
4.
  • Strannegård, Claes, 1962, et al. (author)
  • Ecosystem Models Based on Artificial Intelligence
  • 2022
  • In: 34th Workshop of the Swedish Artificial Intelligence Society, SAIS 2022. - : IEEE.
  • Conference paper (peer-reviewed)abstract
    • Ecosystem models can be used for understanding general phenomena of evolution, ecology, and ethology. They can also be used for analyzing and predicting the ecological consequences of human activities on specific ecosystems, e.g., the effects of agriculture, forestry, construction, hunting, and fishing. We argue that powerful ecosystem models need to include reasonable models of the physical environment and of animal behavior. We also argue that several well-known ecosystem models are unsatisfactory in this regard. Then we present the open-source ecosystem simulator Ecotwin, which is built on top of the game engine Unity. To model a specific ecosystem in Ecotwin, we first generate a 3D Unity model of the physical environment, based on topographic or bathymetric data. Then we insert digital 3D models of the organisms of interest into the environment model. Each organism is equipped with a genome and capable of sexual or asexual reproduction. An organism dies if it runs out of some vital resource or reaches its maximum age. The animal models are equipped with behavioral models that include sensors, actions, reward signals, and mechanisms of learning and decision-making. Finally, we illustrate how Ecotwin works by building and running one terrestrial and one marine ecosystem model.
  •  
5.
  • Lindén, Joakim, et al. (author)
  • Evaluating the Robustness of ML Models to Out-of-Distribution Data Through Similarity Analysis
  • 2023
  • In: Commun. Comput. Info. Sci.. - : Springer Science and Business Media Deutschland GmbH. - 9783031429408 ; , s. 348-359, s. 348-359
  • Conference paper (peer-reviewed)abstract
    • In Machine Learning systems, several factors impact the performance of a trained model. The most important ones include model architecture, the amount of training time, the dataset size and diversity. We present a method for analyzing datasets from a use-case scenario perspective, detecting and quantifying out-of-distribution (OOD) data on dataset level. Our main contribution is the novel use of similarity metrics for the evaluation of the robustness of a model by introducing relative Fréchet Inception Distance (FID) and relative Kernel Inception Distance (KID) measures. These relative measures are relative to a baseline in-distribution dataset and are used to estimate how the model will perform on OOD data (i.e. estimate the model accuracy drop). We find a correlation between our proposed relative FID/relative KID measure and the drop in Average Precision (AP) accuracy on unseen data.
  •  
6.
  • Al Sabbagh, Khaled, 1987, et al. (author)
  • Improving Data Quality for Regression Test Selection by Reducing Annotation Noise
  • 2020
  • In: Proceedings - 46th Euromicro Conference on Software Engineering and Advanced Applications, SEAA 2020. ; , s. 191-194
  • Conference paper (peer-reviewed)abstract
    • Big data and machine learning models have been increasingly used to support software engineering processes and practices. One example is the use of machine learning models to improve test case selection in continuous integration. However, one of the challenges in building such models is the identification and reduction of noise that often comes in large data. In this paper, we present a noise reduction approach that deals with the problem of contradictory training entries. We empirically evaluate the effectiveness of the approach in the context of selective regression testing. For this purpose, we use a curated training set as input to a tree-based machine learning ensemble and compare the classification precision, recall, and f-score against a non-curated set. Our study shows that using the noise reduction approach on the training instances gives better results in prediction with an improvement of 37% on precision, 70% on recall, and 59% on f-score.
  •  
7.
  • Fu, Keren, et al. (author)
  • Deepside: A general deep framework for salient object detection
  • 2019
  • In: Neurocomputing. - : Elsevier BV. - 0925-2312 .- 1872-8286. ; 356, s. 69-82
  • Journal article (peer-reviewed)abstract
    • Deep learning-based salient object detection techniques have shown impressive results compared to con- ventional saliency detection by handcrafted features. Integrating hierarchical features of Convolutional Neural Networks (CNN) to achieve fine-grained saliency detection is a current trend, and various deep architectures are proposed by researchers, including “skip-layer” architecture, “top-down” architecture, “short-connection” architecture and so on. While these architectures have achieved progressive improve- ment on detection accuracy, it is still unclear about the underlying distinctions and connections between these schemes. In this paper, we review and draw underlying connections between these architectures, and show that they actually could be unified into a general framework, which simply just has side struc- tures with different depths. Based on the idea of designing deeper side structures for better detection accuracy, we propose a unified framework called Deepside that can be deeply supervised to incorporate hierarchical CNN features. Additionally, to fuse multiple side outputs from the network, we propose a novel fusion technique based on segmentation-based pooling, which severs as a built-in component in the CNN architecture and guarantees more accurate boundary details of detected salient objects. The effectiveness of the proposed Deepside scheme against state-of-the-art models is validated on 8 benchmark datasets.
  •  
8.
  • Gerken, Jan, 1991, et al. (author)
  • Equivariance versus augmentation for spherical images
  • 2022
  • In: Proceedings of Machine Learning Resaerch. ; , s. 7404-7421
  • Conference paper (peer-reviewed)abstract
    • We analyze the role of rotational equivariance in convolutional neural networks (CNNs) applied to spherical images. We compare the performance of the group equivariant networks known as S2CNNs and standard non-equivariant CNNs trained with an increasing amount of data augmentation. The chosen architectures can be considered baseline references for the respective design paradigms. Our models are trained and evaluated on single or multiple items from the MNIST- or FashionMNIST dataset projected onto the sphere. For the task of image classification, which is inherently rotationally invariant, we find that by considerably increasing the amount of data augmentation and the size of the networks, it is possible for the standard CNNs to reach at least the same performance as the equivariant network. In contrast, for the inherently equivariant task of semantic segmentation, the non-equivariant networks are consistently outperformed by the equivariant networks with significantly fewer parameters. We also analyze and compare the inference latency and training times of the different networks, enabling detailed tradeoff considerations between equivariant architectures and data augmentation for practical problems.
  •  
9.
  • Isaksson, Martin, et al. (author)
  • Adaptive Expert Models for Federated Learning
  • 2023
  • In: <em>Lecture Notes in Computer Science </em>Volume 13448 Pages 1 - 16 2023. - Cham : Springer Science and Business Media Deutschland GmbH. - 9783031289958 ; 13448 LNAI, s. 1-16
  • Conference paper (peer-reviewed)abstract
    • Federated Learning (FL) is a promising framework for distributed learning when data is private and sensitive. However, the state-of-the-art solutions in this framework are not optimal when data is heterogeneous and non-IID. We propose a practical and robust approach to personalization in FL that adjusts to heterogeneous and non-IID data by balancing exploration and exploitation of several global models. To achieve our aim of personalization, we use a Mixture of Experts (MoE) that learns to group clients that are similar to each other, while using the global models more efficiently. We show that our approach achieves an accuracy up to 29.78% better than the state-of-the-art and up to 4.38% better compared to a local model in a pathological non-IID setting, even though we tune our approach in the IID setting. © 2023, The Author(s)
  •  
10.
  • Abarenkov, Kessy, et al. (author)
  • Protax-fungi: A web-based tool for probabilistic taxonomic placement of fungal internal transcribed spacer sequences
  • 2018
  • In: New Phytologist. - : Wiley. - 0028-646X .- 1469-8137. ; 220:2, s. 517-525
  • Journal article (peer-reviewed)abstract
    • © 2018 New Phytologist Trust. Incompleteness of reference sequence databases and unresolved taxonomic relationships complicates taxonomic placement of fungal sequences. We developed Protax-fungi, a general tool for taxonomic placement of fungal internal transcribed spacer (ITS) sequences, and implemented it into the PlutoF platform of the UNITE database for molecular identification of fungi. With empirical data on root- and wood-associated fungi, Protax-fungi reliably identified (with at least 90% identification probability) the majority of sequences to the order level but only around one-fifth of them to the species level, reflecting the current limited coverage of the databases. Protax-fungi outperformed the Sintax and Rdb classifiers in terms of increased accuracy and decreased calibration error when applied to data on mock communities representing species groups with poor sequence database coverage. We applied Protax-fungi to examine the internal consistencies of the Index Fungorum and UNITE databases. This revealed inconsistencies in the taxonomy database as well as mislabelling and sequence quality problems in the reference database. The according improvements were implemented in both databases. Protax-fungi provides a robust tool for performing statistically reliable identifications of fungi in spite of the incompleteness of extant reference sequence databases and unresolved taxonomic relationships.
  •  
11.
  • Johansson, Simon, 1994, et al. (author)
  • Using Active Learning to Develop Machine Learning Models for Reaction Yield Prediction
  • 2022
  • In: Molecular Informatics. - : Wiley. - 1868-1743 .- 1868-1751. ; 41:12
  • Journal article (peer-reviewed)abstract
    • Computer aided synthesis planning, suggesting synthetic routes for molecules of interest, is a rapidly growing field. The machine learning methods used are often dependent on access to large datasets for training, but finite experimental budgets limit how much data can be obtained from experiments. This suggests the use of schemes for data collection such as active learning, which identifies the data points of highest impact for model accuracy, and which has been used in recent studies with success. However, little has been done to explore the robustness of the methods predicting reaction yield when used together with active learning to reduce the amount of experimental data needed for training. This study aims to investigate the influence of machine learning algorithms and the number of initial data points on reaction yield prediction for two public high-throughput experimentation datasets. Our results show that active learning based on output margin reached a pre-defined AUROC faster than random sampling on both datasets. Analysis of feature importance of the trained machine learning models suggests active learning had a larger influence on the model accuracy when only a few features were important for the model prediction.
  •  
12.
  • 2019
  • Journal article (peer-reviewed)
  •  
13.
  • Medved, Dennis (author)
  • Applications of Machine Learning on Natural Language Processing and Biomedical Data
  • 2017
  • Licentiate thesis (other academic/artistic)abstract
    • Machine learning is ubiquitous in today’s society, with promising applicationsin the field of natural language processing (NLP), so that computers can handlehuman language better, and within the medical community, with the promiseof better treatments. Machine learning can be seen as a subfield of artificialintelligence (AI), where AI is used to describe a machine that mimics cognitivefunctions that humans associate with other human minds, such as learning orproblem solving.In this thesis we explore how machine learning can be used to improve classification of picture, by using associated text. We then shift our focus to biomedical data, specifically heart transplantation patients. We show how the data can be represented as a graph database using the resource description framework (RDF).After that we use the data with logistic regression and the Spark framework, toperform feature search to predict the survival probability of the patients. In thetwo last articles we use artificial neural networks (ANN) first to predict patientsurvival, and compare it with a logistic regression approach, and last to predict the outcome of patients awaiting heart transplantation.We plan to do simulation of different allocation policies, for donor hearts, usingthese kind of ANNs, to be able to asses their impact on predicted earned survivaltime.
  •  
14.
  • Mogren, Olof, 1980, et al. (author)
  • Character-based Recurrent Neural Networks for Morphological Relational Reasoning
  • 2017
  • In: Proceedings of the First Workshop on Subword and Character Level Models in NLP. - Stroudsburg, PA, United States : Association for Computational Linguistics.
  • Conference paper (peer-reviewed)abstract
    • We present a model for predicting word forms based on morphological relational reasoning with analogies. While previous work has explored tasks such as morphological inflection and reinflection, these models rely on an explicit enumeration of morphological features, which may not be available in all cases. To address the task of predicting a word form given a demo relation (a pair of word forms) and a query word, we devise a character-based recurrent neural network architecture using three separate encoders and a decoder. We also investigate a multiclass learning setup, where the prediction of the relation type label is used as an auxiliary task. Our results show that the exact form can be predicted for English with an accuracy of 94.7%. For Swedish, which has a more complex morphology with more inflectional patterns for nouns and verbs, the accuracy is 89.3%. We also show that using the auxiliary task of learning the relation type speeds up convergence and improves the prediction accuracy for the word generation task.
  •  
15.
  • Morger, Andrea, et al. (author)
  • Assessing the calibration in toxicological in vitro models with conformal prediction
  • 2021
  • In: Journal of Cheminformatics. - : BioMed Central. - 1758-2946. ; 13:1
  • Journal article (peer-reviewed)abstract
    • Machine learning methods are widely used in drug discovery and toxicity prediction. While showing overall good performance in cross-validation studies, their predictive power (often) drops in cases where the query samples have drifted from the training data's descriptor space. Thus, the assumption for applying machine learning algorithms, that training and test data stem from the same distribution, might not always be fulfilled. In this work, conformal prediction is used to assess the calibration of the models. Deviations from the expected error may indicate that training and test data originate from different distributions. Exemplified on the Tox21 datasets, composed of chronologically released Tox21Train, Tox21Test and Tox21Score subsets, we observed that while internally valid models could be trained using cross-validation on Tox21Train, predictions on the external Tox21Score data resulted in higher error rates than expected. To improve the prediction on the external sets, a strategy exchanging the calibration set with more recent data, such as Tox21Test, has successfully been introduced. We conclude that conformal prediction can be used to diagnose data drifts and other issues related to model calibration. The proposed improvement strategy-exchanging the calibration data only-is convenient as it does not require retraining of the underlying model.
  •  
16.
  • Norinder, Ulf, 1956-, et al. (author)
  • Conformal prediction to define applicability domain : A case study on predicting ER and AR binding
  • 2016
  • In: SAR and QSAR in environmental research (Print). - : Taylor & Francis. - 1062-936X .- 1029-046X. ; 27:4, s. 303-316
  • Journal article (peer-reviewed)abstract
    • A fundamental element when deriving a robust and predictive in silico model is not only the statistical quality of the model in question but, equally important, the estimate of its predictive boundaries. This work presents a new method, conformal prediction, for applicability domain estimation in the field of endocrine disruptors. The method is applied to binders and non-binders related to the oestrogen and androgen receptors. Ensembles of decision trees are used as statistical method and three different sets (dragon, rdkit and signature fingerprints) are investigated as chemical descriptors. The conformal prediction method results in valid models where there is an excellent balance in quality between the internally validated training set and the corresponding external test set, both in terms of validity and with respect to sensitivity and specificity. With this method the level of confidence can be readily altered by the user and the consequences thereof immediately inspected. Furthermore, the predictive boundaries for the derived models are rigorously defined by using the conformal prediction framework, thus no ambiguity exists as to the level of similarity needed for new compounds to be in or out of the predictive boundaries of the derived models where reliable predictions can be expected.
  •  
17.
  • Stathis, Dimitrios, et al. (author)
  • eBrainII : a 3 kW Realtime Custom 3D DRAM Integrated ASIC Implementation of a Biologically Plausible Model of a Human Scale Cortex
  • 2020
  • In: Journal of Signal Processing Systems. - : Springer. - 1939-8018 .- 1939-8115. ; 92:11, s. 1323-1343
  • Journal article (peer-reviewed)abstract
    • The Artificial Neural Networks (ANNs), like CNN/DNN and LSTM, are not biologically plausible. Despite their initial success, they cannot attain the cognitive capabilities enabled by the dynamic hierarchical associative memory systems of biological brains. The biologically plausible spiking brain models, e.g., cortex, basal ganglia, and amygdala, have a greater potential to achieve biological brain like cognitive capabilities. Bayesian Confidence Propagation Neural Network (BCPNN) is a biologically plausible spiking model of the cortex. A human-scale model of BCPNN in real-time requires 162 TFlop/s, 50 TBs of synaptic weight storage to be accessed with a bandwidth of 200 TBs. The spiking bandwidth is relatively modest at 250 GBs/s. A hand-optimized implementation of rodent scale BCPNN has been done on Tesla K80 GPUs require 3 kWs, we extrapolate from that a human scale network will require 3 MWs. These power numbers rule out such implementations for field deployment as cognition engines in embedded systems. The key innovation that this paper reports is that it is feasible and affordable to implement real-time BCPNN as a custom tiled application-specific integrated circuit (ASIC) in 28 nm technology with custom 3D DRAM - eBrainII - that consumes 3 kW for human scale and 12 watts for rodent scale. Such implementations eminently fulfill the demands for field deployment.
  •  
18.
  • Zhang, Jin, et al. (author)
  • Deep Learning-Based Conformal Prediction of Toxicity
  • 2021
  • In: Journal of Chemical Information and Modeling. - : American Chemical Society (ACS). - 1549-9596 .- 1549-960X. ; 61:6, s. 2648-2657
  • Journal article (peer-reviewed)abstract
    • Predictive modeling for toxicity can help reduce risks in a range of applications and potentially serve as the basis for regulatory decisions. However, the utility of these predictions can be limited if the associated uncertainty is not adequately quantified. With recent studies showing great promise for deep learning-based models also for toxicity predictions, we investigate the combination of deep learning-based predictors with the conformal prediction framework to generate highly predictive models with well-defined uncertainties. We use a range of deep feedforward neural networks and graph neural networks in a conformal prediction setting and evaluate their performance on data from the Tox21 challenge. We also compare the results from the conformal predictors to those of the underlying machine learning models. The results indicate that highly predictive models can be obtained that result in very efficient conformal predictors even at high confidence levels. Taken together, our results highlight the utility of conformal predictors as a convenient way to deliver toxicity predictions with confidence, adding both statistical guarantees on the model performance as well as better predictions of the minority class compared to the underlying models.
  •  
19.
  • Boulund, Fredrik, et al. (author)
  • Computational and Statistical Considerations in the Analysis of Metagenomic Data
  • 2018
  • In: Metagenomics: Perspectives, Methods, and Applications. - 9780081022689 ; , s. 81-102
  • Book chapter (other academic/artistic)abstract
    • In shotgun metagenomics, microbial communities are studied by random DNA fragments sequenced directly from environmental and clinical samples. The resulting data is massive, potentially consisting of billions of sequence reads describing millions of microbial genes. The data interpretation is therefore nontrivial and dependent on dedicated computational and statistical methods. In this chapter we discuss the many challenges associated with the analysis of shotgun metagenomic data. First, we address computational issues related to the quantification of genes in metagenomes. We describe algorithms for efficient sequence comparisons, recommended practices for setting up data workflows and modern high-performance computer resources that can be used to perform the analysis. Next, we outline the statistical aspects, including removal of systematic errors and how to identify differences between microbial communities from different experimental conditions. We conclude by underlining the increasing importance of efficient and reliable computational and statistical solutions in the analysis of large metagenomic datasets.
  •  
20.
  • Abarenkov, Kessy, et al. (author)
  • Annotating public fungal ITS sequences from the built environment according to the MIxS-Built Environment standard – a report from a May 23-24, 2016 workshop (Gothenburg, Sweden)
  • 2016
  • In: MycoKeys. - : Pensoft Publishers. - 1314-4057 .- 1314-4049. ; 16, s. 1-15
  • Journal article (peer-reviewed)abstract
    • Recent molecular studies have identified substantial fungal diversity in indoor environments. Fungi and fungal particles have been linked to a range of potentially unwanted effects in the built environment, including asthma, decay of building materials, and food spoilage. The study of the built mycobiome is hampered by a number of constraints, one of which is the poor state of the metadata annotation of fungal DNA sequences from the built environment in public databases. In order to enable precise interrogation of such data – for example, “retrieve all fungal sequences recovered from bathrooms” – a workshop was organized at the University of Gothenburg (May 23-24, 2016) to annotate public fungal barcode (ITS) sequences according to the MIxS-Built Environment annotation standard (http://gensc.org/mixs/). The 36 participants assembled a total of 45,488 data points from the published literature, including the addition of 8,430 instances of countries of collection from a total of 83 countries, 5,801 instances of building types, and 3,876 instances of surface-air contaminants. The results were implemented in the UNITE database for molecular identification of fungi (http://unite.ut.ee) and were shared with other online resources. Data obtained from human/animal pathogenic fungi will furthermore be verified on culture based metadata for subsequent inclusion in the ISHAM-ITS database (http://its.mycologylab.org).
  •  
21.
  • Nilsson, R. Henrik, 1976, et al. (author)
  • Mycobiome diversity: high-throughput sequencing and identification of fungi.
  • 2019
  • In: Nature reviews. Microbiology. - : Springer Science and Business Media LLC. - 1740-1534 .- 1740-1526. ; 17, s. 95-109
  • Research review (peer-reviewed)abstract
    • Fungi are major ecological players in both terrestrial and aquatic environments by cycling organic matter and channelling nutrients across trophic levels. High-throughput sequencing (HTS) studies of fungal communities are redrawing the map of the fungal kingdom by hinting at its enormous - and largely uncharted - taxonomic and functional diversity. However, HTS approaches come with a range of pitfalls and potential biases, cautioning against unwary application and interpretation of HTS technologies and results. In this Review, we provide an overview and practical recommendations for aspects of HTS studies ranging from sampling and laboratory practices to data processing and analysis. We also discuss upcoming trends and techniques in the field and summarize recent and noteworthy results from HTS studies targeting fungal communities and guilds. Our Review highlights the need for reproducibility and public data availability in the study of fungal communities. If the associated challenges and conceptual barriers are overcome, HTS offers immense possibilities in mycology and elsewhere.
  •  
22.
  • Wiqvist, Samuel, et al. (author)
  • Partially Exchangeable Networks and architectures for learning summary statistics in Approximate Bayesian Computation
  • 2019
  • In: Proceedings of the 36th International Conference on Machine Learning. - : PMLR. ; 2019-June, s. 11795-11804
  • Conference paper (peer-reviewed)abstract
    • We present a novel family of deep neural architectures, named partially exchangeable networks (PENs) that leverage probabilistic symmetries. By design, PENs are invariant to block-switch transformations, which characterize the partial exchangeability properties of conditionally Markovian processes. Moreover, we show that any block-switch invariant function has a PEN-like representation. The DeepSets architecture is a special case of PEN and we can therefore also target fully exchangeable data. We employ PENs to learn summary statistics in approximate Bayesian computation (ABC). When comparing PENs to previous deep learning methods for learning summary statistics, our results are highly competitive, both considering time series and static models. Indeed, PENs provide more reliable posterior samples even when using less training data.
  •  
23.
  • Kerren, Andreas, 1971-, et al. (author)
  • Network Visualization for Integrative Bioinformatics
  • 2014
  • In: Approaches in Integrative Bioinformatics. - Berlin Heidelberg : Springer. - 9783642412806 - 9783642412813 ; , s. 173-202
  • Book chapter (peer-reviewed)abstract
    • Approaches to investigate biological processes have been of strong interest in the past few years and are the focus of several research areas like systems biology. Biological networks as representations of such processes are crucial for an extensive understanding of living beings. Due to their size and complexity, their growth and continuous change, as well as their compilation from databases on demand, researchers very often request novel network visualization, interaction and exploration techniques. In this chapter, we first provide background information that is needed for the interactive visual analysis of various biological networks. Fields such as (information) visualization, visual analytics and automatic layout of networks are highlighted and illustrated by a number of examples. Then, the state of the art in network visualization for the life sciences is presented together with a discussion of standards for the graphical representation of cellular networks and biological processes.
  •  
24.
  • Kerren, Andreas, 1971-, et al. (author)
  • Why Integrate InfoVis and SciVis? : An Example from Systems Biology
  • 2014
  • In: IEEE Computer Graphics and Applications. - : IEEE. - 0272-1716 .- 1558-1756. ; 34:6, s. 69-73
  • Journal article (other academic/artistic)abstract
    • The more-or-less artificial barrier between information visualization and scientific visualization hinders knowledge discovery. Having an integrated view of many aspects of the target data, including a seamlessly interwoven visual display of structural abstract data and 3D spatial information, could lead to new discoveries, insights, and scientific questions. Such a view also could reduce the user’s cognitive load—that is, reduce the effort the user expends when comparing views.
  •  
25.
  • Henriksson, Jens, 1991, et al. (author)
  • Performance analysis of out-of-distribution detection on trained neural networks
  • 2020
  • In: Information and Software Technology. - : Elsevier B.V.. - 0950-5849 .- 1873-6025.
  • Journal article (peer-reviewed)abstract
    • Context: Deep Neural Networks (DNN) have shown great promise in various domains, for example to support pattern recognition in medical imagery. However, DNNs need to be tested for robustness before being deployed in safety critical applications. One common challenge occurs when the model is exposed to data samples outside of the training data domain, which can yield to outputs with high confidence despite no prior knowledge of the given input. Objective: The aim of this paper is to investigate how the performance of detecting out-of-distribution (OOD) samples changes for outlier detection methods (e.g., supervisors) when DNNs become better on training samples. Method: Supervisors are components aiming at detecting out-of-distribution samples for a DNN. The experimental setup in this work compares the performance of supervisors using metrics and datasets that reflect the most common setups in related works. Four different DNNs with three different supervisors are compared during different stages of training, to detect at what point during training the performance of the supervisors begins to deteriorate. Results: Found that the outlier detection performance of the supervisors increased as the accuracy of the underlying DNN improved. However, all supervisors showed a large variation in performance, even for variations of network parameters that marginally changed the model accuracy. The results showed that understanding the relationship between training results and supervisor performance is crucial to improve a model's robustness. Conclusion: Analyzing DNNs for robustness is a challenging task. Results showed that variations in model parameters that have small variations on model predictions can have a large impact on the out-of-distribution detection performance. This kind of behavior needs to be addressed when DNNs are part of a safety critical application and hence, the necessary safety argumentation for such systems need be structured accordingly.
  •  
Skapa referenser, mejla, bekava och länka
  • Result 1-25 of 2059
Type of publication
journal article (1316)
conference paper (278)
doctoral thesis (166)
other publication (98)
research review (67)
book chapter (66)
show more...
reports (29)
licentiate thesis (24)
review (6)
editorial collection (4)
book (2)
editorial proceedings (2)
patent (1)
show less...
Type of content
peer-reviewed (1618)
other academic/artistic (428)
pop. science, debate, etc. (8)
Author/Editor
Nielsen, Jens B, 196 ... (54)
Schliep, Alexander, ... (52)
Lansner, Anders (42)
Bongcam Rudloff, Eri ... (40)
Kristiansson, Erik, ... (32)
Nilsson, R. Henrik, ... (32)
show more...
Fransén, Erik, 1962- (29)
Käll, Lukas, 1969- (28)
Lagergren, Jens (25)
Kerkhoven, Eduard, 1 ... (24)
Elofsson, Arne (22)
Komorowski, Jan (21)
Lindeberg, Tony, 196 ... (20)
Spjuth, Ola, 1977- (20)
Bengtsson-Palme, Joh ... (18)
Hellgren Kotaleski, ... (18)
Norinder, Ulf, 1956- (17)
Abarenkov, Kessy (16)
Sonnhammer, Erik L L (16)
Ekeberg, Örjan (16)
Arvestad, Lars (16)
Brueffer, Christian (15)
Jirstrand, Mats, 196 ... (15)
Käll, Lukas (15)
Nelander, Sven (14)
Wallner, Björn (14)
Wählby, Carolina, pr ... (14)
Saenz Mendez, Patric ... (14)
Johnson, David (14)
Noble, William Staff ... (14)
King, Ross, 1962 (13)
Uhlén, Mathias (13)
Hellander, Andreas (13)
Larsson, D. G. Joaki ... (13)
Spjuth, Ola (13)
Tedersoo, Leho (12)
Sahlin, Kristoffer (12)
Costa, Ivan G (12)
Mardinoglu, Adil, 19 ... (11)
Zelezniak, Aleksej, ... (11)
Holmgren, Sverker (11)
Chen, Yu, 1990 (11)
Gustafsson, Johan, 1 ... (11)
Orešič, Matej, 1967- (10)
Cvijovic, Marija, 19 ... (10)
Brunius, Carl, 1974 (10)
Spjuth, Ola, Profess ... (10)
Lansner, Anders, Pro ... (10)
Li, Gang, 1991 (10)
Lindeberg, Tony, Pro ... (10)
show less...
University
Chalmers University of Technology (540)
Royal Institute of Technology (439)
Uppsala University (413)
University of Gothenburg (296)
Stockholm University (218)
Karolinska Institutet (163)
show more...
Lund University (159)
Swedish University of Agricultural Sciences (136)
Linköping University (129)
Umeå University (77)
Örebro University (50)
University of Skövde (34)
Mälardalen University (16)
RISE (16)
Karlstad University (16)
Halmstad University (15)
Linnaeus University (13)
Blekinge Institute of Technology (9)
Jönköping University (8)
Högskolan Dalarna (8)
Swedish Museum of Natural History (8)
University of Borås (7)
Malmö University (5)
Mid Sweden University (3)
University West (2)
Luleå University of Technology (1)
University of Gävle (1)
Stockholm School of Economics (1)
show less...
Language
English (2053)
Swedish (5)
French (1)
Research subject (UKÄ/SCB)
Natural sciences (2059)
Medical and Health Sciences (440)
Engineering and Technology (268)
Agricultural Sciences (61)
Social Sciences (42)
Humanities (23)

Year

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Close

Copy and save the link in order to return to this view