SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "L773:0302 9743 OR L773:1611 3349 OR L773:9783319161013 OR L773:9783319161006 "

Sökning: L773:0302 9743 OR L773:1611 3349 OR L773:9783319161013 OR L773:9783319161006

  • Resultat 1-10 av 1413
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Berntsson Svensson, Richard, 1978, et al. (författare)
  • A Case Study Evaluation of the Guideline-Supported QUPER Model for Elicitation of Quality Requirements
  • 2015
  • Ingår i: Requirements Engineering: Foundation for Software Quality. - Cham : Springer-Verlag Berlin. - 0302-9743 .- 1611-3349. - 9783319161013 - 9783319161006 ; 9013, s. 230-246
  • Konferensbidrag (refereegranskat)abstract
    • For market-driven software product developing organizations operating on a competitive open market, it is important to plan the product's releases so that they can reach the market as early as possible with a competitive level of quality compared to its competitors' products. Hence, quality requirements can be seen as a key competitive advantage. The QUPER model was developed with the aim to support high-level decision-making in release planning of quality requirements. As a follow up on previous studies on QUPER, this study investigates: What are practitioners' views on the utilities of QUPER extended with guidelines including domain-specific examples? [Principal ideas/results] In the presented case study, a set of detailed guidelines of how to apply QUPER in practice, including how to handle cost dependencies between quality requirements, was evaluated at a case company in the mobile handset domain with 24 professionals using real quality requirements. The results point to the importance of having concrete guidelines combined with instructive examples from real practice, while it is not always obvious for a practitioner to transfer cost-dependency examples into the domains that are different from the example domain. The transferability of guidelines and examples to support methodology adoption is an interesting issue for further research.
  •  
2.
  • Knauss, Eric, 1977, et al. (författare)
  • Research Preview: Supporting Requirements Feedback Flows in Iterative System Development
  • 2015
  • Ingår i: Lecture Notes in Computer Science: 21st International Working Conference on Requirements Engineering: Foundation for Software Quality, REFSQ 2015, Essen, Germany, 23-26 March 2015. - Cham : Springer International Publishing. - 0302-9743 .- 1611-3349. - 9783319161006 ; 9013, s. 277-283
  • Konferensbidrag (refereegranskat)abstract
    • Context & motivation: Today, embedded systems are increasingly interconnected and operate in a rich context of systems and internet-based services. Iterative development is one strategy of developing such cyber-physical systems. It enables exploration of early prototypes of a feature in the context of its intended use and collecting telemetric data from test-runs. This is a rich data source that can be leveraged for learning behavioural requirements for a feature. Question/problem: However, we found practitioners struggling with deriving requirements for the next iteration from such test-runs in a systematic and repeatable way. Principal ideas/results: We allow test drivers to add markers when the system behaves unexpectedly by introducing a dedicated feedback tool. Preliminary evaluation shows that these markers lead to better feedback to the development team and indicates a positive impact on the development cycle. Contribution: We give an example, report experiences, and discuss industrial implications of feedback systems and in situ requirements gathering in iterative system development.
  •  
3.
  • Cheraghchi, M., et al. (författare)
  • Approximating Linear Threshold Predicates
  • 2010
  • Ingår i: Lecture Notes in Computer Science. 13th International Workshop on Approximation Algorithms for Combinatorial Optimization Problems, APPROX 2010 and 14th International Workshop on Randomization and Computation, RANDOM 2010, Barcelona, 1-3 September 2010. - Berlin, Heidelberg : Springer Berlin Heidelberg. - 0302-9743 .- 1611-3349. - 9783642153686 ; 6302, s. 110-123
  • Konferensbidrag (refereegranskat)abstract
    • We study constraint satisfaction problems on the domain {-1,1}, where the given constraints are homogeneous linear threshold predicates. That is, predicates of the form sgn(w1 x1+⋯+wn x n ) for some positive integer weights w 1, ..., w n . Despite their simplicity, current techniques fall short of providing a classification of these predicates in terms of approximability. In fact, it is not easy to guess whether there exists a homogeneous linear threshold predicate that is approximation resistant or not. The focus of this paper is to identify and study the approximation curve of a class of threshold predicates that allow for non-trivial approximation. Arguably the simplest such predicate is the majority predicate sgn(x 1+⋯+xn ), for which we obtain an almost complete understanding of the asymptotic approximation curve, assuming the Unique Games Conjecture. Our techniques extend to a more general class of "majority-like" predicates and we obtain parallel results for them. In order to classify these predicates, we introduce the notion of Chow-robustness that might be of independent interest.
  •  
4.
  • Hedin, Daniel, 1978, et al. (författare)
  • A Principled Approach to Tracking Information Flow in the Presence of Libraries
  • 2017
  • Ingår i: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). - Berlin, Heidelberg : Springer Berlin Heidelberg. - 1611-3349 .- 0302-9743. - 9783662544549 ; 10204, s. 49-70
  • Konferensbidrag (refereegranskat)abstract
    • There has been encouraging progress on information flow control for programs in increasingly complex programming languages, tracking the propagation of information from input sources to output sinks. Yet, programs are typically deployed in an environment with rich APIs and powerful libraries, posing challenges for information flow control when the code for these APIs and libraries is either unavailable or written in a different language.This paper presents a principled approach to tracking information flow in the presence of libraries. With the goal to strike the balance between security and precision, we present a framework that explores the middle ground between the “shallow”, signature-based modeling of libraries and the “deep”, stateful approach, where library models need to be supplied manually. We formalize our approach for a core language, extend it with lists and higher-order functions, and establish soundness results with respect to the security condition of noninterference.
  •  
5.
  • Isaksson, Martin, et al. (författare)
  • Adaptive Expert Models for Federated Learning
  • 2023
  • Ingår i: <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
  • Konferensbidrag (refereegranskat)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)
  •  
6.
  • Smirnova, Oxana, et al. (författare)
  • The NorduGrid Architecture And Middleware for Scientific Applications
  • 2003
  • Ingår i: Lecture Notes in Computer Science. - Berlin, Heidelberg : Springer Berlin Heidelberg. ; 2657, s. 264-273
  • Konferensbidrag (övrigt vetenskapligt/konstnärligt)abstract
    • The NorduGrid project operates a production Grid infrastructure in Scandinavia and Finland using own innovative middleware solutions. The resources range from small test clusters at academic institutions to large farms at several supercomputer centers, a
  •  
7.
  • Aanæs, Henrik, et al. (författare)
  • Camera Resectioning from a Box
  • 2009
  • Ingår i: Lecture Notes in Computer Science. - 0302-9743 .- 1611-3349.
  • Konferensbidrag (refereegranskat)abstract
    • In this paper we describe how we can do camera resectioning from a box with unknown dimensions, i.e. determine the camera model, assuming that image pixels are square. This assumption is equivalent to assuming that the camera as an aspect ratio of one and zero skew, and holds for most - if not all - digital cameras. Our proposed method works by first deriving 9 linear constraints on the projective camera matrix from the box, leaving a 3 dimensional subspace in which the projective camera matrix can lye. A single solution in this 3D subspace is then found via a method by Triggs in 1999, which uses the squared pixel assumption to set up a 4th degree polynomial to which the solution is the desired model. This approach is, however, numerically challenging, and we use several means to combat this issue. Lastly the solution is refined in an iterative manner, i.e. using bundle adjustment.
  •  
8.
  • Abbasi, Rosa, et al. (författare)
  • Deductive Verification of Floating-Point Java Programs in KeY
  • 2021
  • Ingår i: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). - Cham : Springer International Publishing. - 1611-3349 .- 0302-9743. ; 12652 LNCS, s. 242-261
  • Konferensbidrag (refereegranskat)abstract
    • Deductive verification has been successful in verifying interesting properties of real-world programs. One notable gap is the limited support for floating-point reasoning. This is unfortunate, as floating-point arithmetic is particularly unintuitive to reason about due to rounding as well as the presence of the special values infinity and ‘Not a Num-ber’ (NaN). In this paper, we present the first floating-point support in a deductive verification tool for the Java programming language. Our support in the KeY verifier handles arithmetic via floating-point decision procedures inside SMT solvers and transcendental functions via axiomatization. We evaluate this integration on new benchmarks, and show that this approach is powerful enough to prove the absence of floating-point special values—often a prerequisite for further reasoning about numerical computations—as well as certain functional properties for realistic benchmarks.
  •  
9.
  • Abd Alrahman, Yehia, 1986, et al. (författare)
  • A PO Characterisation ofReconfiguration
  • 2022
  • Ingår i: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). - Cham : Springer International Publishing. - 0302-9743 .- 1611-3349.
  • Konferensbidrag (refereegranskat)abstract
    • We consider partial order semantics of concurrent systems in which local reconfigurations may have global side effects. That is, local changes happening to an entity may block or unblock events relating to others, namely, events in which the entity does not participate. We show that partial order computations need to capture additional restrictions about event ordering, i.e., restrictions that arise from such reconfigurations. This introduces ambiguity where different partial orders represent exactly the same events with the same participants happening in different orders, thus defeating the purpose of using partial order semantics. To remove this ambiguity, we suggest an extension of partial orders called glued partial orders. We show that glued partial orders capture all possible forced reordering arising from said reconfigurations. Furthermore, we show that computations belonging to different glued partial orders are only different due to non-determinism. We consider channeled transition systems and Petri-nets with inhibiting arcs as examples.
  •  
10.
  • Abd Alrahman, Yehia, 1986, et al. (författare)
  • Model Checking Reconfigurable Interacting Systems
  • 2022
  • Ingår i: Lecture Notes in Computer Science book series (LNCS,volume 13703). - Cham : Springer, Cham. - 0302-9743 .- 1611-3349. - 9783031197581
  • Konferensbidrag (refereegranskat)abstract
    • Reconfigurable multi-agent systems consist of a set of autonomous agents, with integrated interaction capabilities that feature opportunistic interaction. Agents seemingly reconfigure their interactions interfaces by forming collectives, and interact based on mutual interests. Finding ways to design and analyse the behaviour of these systems is a vigorously pursued research goal. We propose a model checker, named R-CHECK (Find the associated toolkit repository here: https://github.com/dsynma/recipe.), to allow reasoning about these systems both from an individual- and a system- level. R-CHECK also permits reasoning about interaction protocols and joint missions. R-CHECK supports a high-level input language with symbolic semantics, and provides a modelling convenience for interaction features such as reconfiguration, coalition formation, and self-organisation.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 1413
Typ av publikation
konferensbidrag (1111)
tidskriftsartikel (240)
bokkapitel (59)
rapport (3)
Typ av innehåll
refereegranskat (1325)
övrigt vetenskapligt/konstnärligt (87)
populärvet., debatt m.m. (1)
Författare/redaktör
Johansson, Thomas (50)
Lingas, Andrzej (42)
Tsigas, Philippas, 1 ... (33)
Schneider, Gerardo, ... (31)
Ahrendt, Wolfgang, 1 ... (29)
Damaschke, Peter, 19 ... (26)
visa fler...
Mitrokotsa, Aikateri ... (25)
Sabelfeld, Andrei, 1 ... (25)
Schiller, Elad, 1974 (24)
Bosch, Jan, 1967 (24)
Kahl, Fredrik (21)
Kovacs, Laura, 1980 (20)
Lindström Claessen, ... (20)
Levcopoulos, Christo ... (18)
Russo, Alejandro, 19 ... (16)
Åström, Karl (15)
Sands, David, 1965 (15)
Papatriantafilou, Ma ... (15)
Hähnle, Reiner, 1962 (14)
Knauss, Eric, 1977 (14)
Myreen, Magnus, 1983 (13)
Johansson, Moa, 1981 (13)
Heyden, Anders (13)
Strannegård, Claes, ... (13)
Dybjer, Peter, 1953 (12)
Höst, Martin (12)
Smeets, Ben (12)
Runeson, Per (12)
Oskarsson, Magnus (12)
Regnell, Björn (12)
Sintorn, Ida-Maria (11)
Smallbone, Nicholas, ... (11)
Gulz, Agneta (11)
Olsson, Carl (11)
Hughes, John, 1958 (10)
Bubel, Richard, 1976 (10)
Olsson Holmström, He ... (10)
Haake, Magnus (10)
Voronkov, A. (10)
Björklund, Andreas (10)
Staron, Miroslaw, 19 ... (9)
Åström, Kalle (9)
Horkoff, Jennifer, 1 ... (9)
Pioro, Michal (9)
Fjeld, Morten, 1965 (9)
Kahl, Fredrik, 1972 (9)
Almgren, Magnus, 197 ... (9)
Husfeldt, Thore (9)
Heldal, Rogardt, 196 ... (9)
Felsberg, Michael (9)
visa färre...
Lärosäte
Chalmers tekniska högskola (681)
Lunds universitet (452)
Göteborgs universitet (209)
Kungliga Tekniska Högskolan (65)
Uppsala universitet (65)
Sveriges Lantbruksuniversitet (27)
visa fler...
Linköpings universitet (24)
Malmö universitet (22)
RISE (19)
Linnéuniversitetet (17)
Högskolan i Halmstad (16)
Karolinska Institutet (16)
Blekinge Tekniska Högskola (13)
Umeå universitet (12)
Högskolan Väst (12)
Mälardalens universitet (11)
Luleå tekniska universitet (7)
Högskolan i Borås (7)
Örebro universitet (6)
Högskolan i Skövde (6)
Stockholms universitet (5)
Högskolan i Gävle (5)
Karlstads universitet (4)
Jönköping University (3)
Högskolan Kristianstad (2)
Södertörns högskola (2)
Mittuniversitetet (1)
Naturhistoriska riksmuseet (1)
VTI - Statens väg- och transportforskningsinstitut (1)
Röda Korsets Högskola (1)
visa färre...
Språk
Engelska (1412)
Odefinierat språk (1)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (1117)
Teknik (406)
Samhällsvetenskap (89)
Humaniora (63)
Medicin och hälsovetenskap (35)
Lantbruksvetenskap (7)

År

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 Stäng

Kopiera och spara länken för att återkomma till aktuell vy