Skip to main content

Showing 1–6 of 6 results for author: Andersson, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.07704  [pdf, other

    cs.CR cs.SE

    Evaluating the Role of Security Assurance Cases in Agile Medical Device Development

    Authors: Max Fransson, Adam Andersson, Mazen Mohamad, Jan-Philipp Steghöfer

    Abstract: Cybersecurity issues in medical devices threaten patient safety and can cause harm if exploited. Standards and regulations therefore require vendors of such devices to provide an assessment of the cybersecurity risks as well as a description of their mitigation. Security assurance cases (SACs) capture these elements as a structured argument. Compiling an SAC requires taking domain-specific regulat… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

    Comments: Accepted at the 50th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA) 2024

  2. Cell segmentation of in situ transcriptomics data using signed graph partitioning

    Authors: Axel Andersson, Andrea Behanova, Carolina Wählby, Filip Malmberg

    Abstract: The locations of different mRNA molecules can be revealed by multiplexed in situ RNA detection. By assigning detected mRNA molecules to individual cells, it is possible to identify many different cell types in parallel. This in turn enables investigation of the spatial cellular architecture in tissue, which is crucial for furthering our understanding of biological processes and diseases. However,… ▽ More

    Submitted 7 December, 2023; originally announced December 2023.

    Comments: Accepted at GbRPR 2023: Graph-Based Representations in Pattern Recognition

    Journal ref: GbRPR 2023. Lecture Notes in Computer Science, vol 14121. Springer, Cham

  3. arXiv:2203.03981  [pdf, other

    cs.CV cs.LG

    End-to-end Multiple Instance Learning with Gradient Accumulation

    Authors: Axel Andersson, Nadezhda Koriakina, Nataša Sladoje, Joakim Lindblad

    Abstract: Being able to learn on weakly labeled data, and provide interpretability, are two of the main reasons why attention-based deep multiple instance learning (ABMIL) methods have become particularly popular for classification of histopathological images. Such image data usually come in the form of gigapixel-sized whole-slide-images (WSI) that are cropped into smaller patches (instances). However, the… ▽ More

    Submitted 8 March, 2022; originally announced March 2022.

  4. Performance Overhead Comparison between Hypervisor and Container based Virtualization

    Authors: Zheng Li, Maria Kihl, Qinghua Lu, Jens A. Andersson

    Abstract: The current virtualization solution in the Cloud widely relies on hypervisor-based technologies. Along with the recent popularity of Docker, the container-based virtualization starts receiving more attention for being a promising alternative. Since both of the virtualization solutions are not resource-free, their performance overheads would lead to negative impacts on the quality of Cloud services… ▽ More

    Submitted 4 August, 2017; originally announced August 2017.

    Comments: Proceedings of the 31st IEEE International Conference on Advanced Information Networking and Application (AINA 2017), pp. 955-962, March 27-29, 2017

  5. arXiv:1302.3553  [pdf

    cs.AI

    An Alternative Markov Property for Chain Graphs

    Authors: Steen A. Andersson, David Madigan, Michael D. Perlman

    Abstract: Graphical Markov models use graphs, either undirected, directed, or mixed, to represent possible dependences among statistical variables. Applications of undirected graphs (UDGs) include models for spatial dependence and image analysis, while acyclic directed graphs (ADGs), which are especially convenient for statistical analysis, arise in such fields as genetics and psychometrics and as models f… ▽ More

    Submitted 13 February, 2013; originally announced February 2013.

    Comments: Appears in Proceedings of the Twelfth Conference on Uncertainty in Artificial Intelligence (UAI1996)

    Report number: UAI-P-1996-PG-40-48

  6. arXiv:cs/0210006  [pdf, ps, other

    cs.DS

    Dynamic Ordered Sets with Exponential Search Trees

    Authors: Arne Andersson, Mikkel Thorup

    Abstract: We introduce exponential search trees as a novel technique for converting static polynomial space search structures for ordered sets into fully-dynamic linear space data structures. This leads to an optimal bound of O(sqrt(log n/loglog n)) for searching and updating a dynamic set of n integer keys in linear space. Here searching an integer y means finding the maximum key in the set which is sm… ▽ More

    Submitted 20 June, 2003; v1 submitted 9 October, 2002; originally announced October 2002.

    Comments: Revision corrects some typoes and state things better for applications in subsequent papers

    ACM Class: E.1; F.2.2; G.2.2