SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Extended search

Träfflista för sökning "hsv:(NATURVETENSKAP) hsv:(Data och informationsvetenskap) hsv:(Programvaruteknik) "

Search: hsv:(NATURVETENSKAP) hsv:(Data och informationsvetenskap) hsv:(Programvaruteknik)

  • Result 1-10 of 4720
Sort/group result
   
EnumerationReferenceCoverFind
1.
  • Chatterjee, Bapi, 1982 (author)
  • Lock-free Concurrent Search
  • 2017
  • Doctoral thesis (other academic/artistic)abstract
    • The contemporary computers typically consist of multiple computing cores with high compute power. Such computers make excellent concurrent asynchronous shared memory system. On the other hand, though many celebrated books on data structure and algorithm provide a comprehensive study of sequential search data structures, unfortunately, we do not have such a luxury if concurrency comes in the setting. The present dissertation aims to address this paucity. We describe novel lock-free algorithms for concurrent data structures that target a variety of search problems. (i) Point search (membership query, predecessor query, nearest neighbour query) for 1-dimensional data: Lock-free linked-list; lock-free internal and external binary search trees (BST). (ii) Range search for 1-dimensional data: A range search method for lock-free ordered set data structures - linked-list, skip-list and BST. (iii) Point search for multi-dimensional data: Lock-free kD-tree, specially, a generic method for nearest neighbour search. We prove that the presented algorithms are linearizable i.e. the concurrent data structure operations intuitively display their sequential behaviour to an observer of the concurrent system. The lock-freedom in the introduced algorithms guarantee overall progress in an asynchronous shared memory system. We present the amortized analysis of lock-free data structures to show their efficiency. Moreover, we provide sample implementations of the algorithms and test them over extensive micro-benchmarks. Our experiments demonstrate that the implementations are scalable and perform well when compared to related existing alternative implementations on common multi-core computers. Our focus is on propounding the generic methodologies for efficient lock-free concurrent search. In this direction, we present the notion of help-optimality, which captures the optimization of amortized step complexity of the operations. In addition to that, we explore the language-portable design of lock-free data structures that aims to simplify an implementation from programmer’s point of view. Finally, our techniques to implement lock-free linearizable range search and nearest neighbour search are independent of the underlying data structures and thus are adaptive to similar data structures.
  •  
2.
  •  
3.
  • 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.
  •  
4.
  • Rumman, Nadine Abu, et al. (author)
  • Skin deformation methods for interactive character animation
  • 2017
  • In: Communications in Computer and Information Science. - Cham : Springer International Publishing. - 1865-0937 .- 1865-0929. ; 693, s. 153-174, s. 153-174
  • Conference paper (peer-reviewed)abstract
    • Character animation is a vital component of contemporary computer games, animated feature films and virtual reality applications. The problem of creating appealing character animation can best be described by the title of the animation bible: “The Illusion of Life”. The focus is not on completing a given motion task, but more importantly on how this motion task is performed by the character. This does not necessarily require realistic behavior, but behavior that is believable. This of course includes the skin deformations when the character is moving. In this paper, we focus on the existing research in the area of skin deformation, ranging from skeleton-based deformation and volume preserving techniques to physically based skinning methods. We also summarize the recent contributions in deformable and soft body simulations for articulated characters, and discuss various geometric and example-based approaches. © Springer International Publishing AG 2017.
  •  
5.
  • Scheuner, Joel, 1991, et al. (author)
  • Performance Benchmarking of Infrastructure-as-a-Service (IaaS) Clouds with CloudWorkBench
  • 2019
  • In: ICPE 2019 - Companion of the 2019 ACM/SPEC International Conference on Performance Engineering. - New York, NY, USA : ACM. ; , s. 53-56
  • Conference paper (peer-reviewed)abstract
    • The continuing growth of the cloud computing market has led to an unprecedented diversity of cloud services with different performance characteristics. To support service selection, researchers and practitioners conduct cloud performance benchmarking by measuring and objectively comparing the performance of different providers and configurations (e.g., instance types in different data center regions). In this tutorial, we demonstrate how to write performance tests for IaaS clouds using the Web-based benchmarking tool Cloud WorkBench (CWB). We will motivate and introduce benchmarking of IaaS cloud in general, demonstrate the execution of a simple benchmark in a public cloud environment, summarize the CWB tool architecture, and interactively develop and deploy a more advanced benchmark together with the participants.
  •  
6.
  •  
7.
  • Sweidan, Dirar, et al. (author)
  • Predicting Customer Churn in Retailing
  • 2022
  • In: Proceedings 21st IEEE International Conference on Machine Learning and Applications ICMLA 2022. - : IEEE. - 9781665462839 - 9781665462846 ; , s. 635-640
  • Conference paper (peer-reviewed)abstract
    • Customer churn is one of the most challenging problems for digital retailers. With significantly higher costs for acquiring new customers than retaining existing ones, knowledge about which customers are likely to churn becomes essential. This paper reports a case study where a data-driven approach to churn prediction is used for predicting churners and gaining insights about the problem domain. The real-world data set used contains approximately 200 000 customers, describing each customer using more than 50 features. In the pre-processing, exploration, modeling and analysis, attributes related to recency, frequency, and monetary concepts are identified and utilized. In addition, correlations and feature importance are used to discover and understand churn indicators. One important finding is that the churn rate highly depends on the number of previous purchases. In the segment consisting of customers with only one previous purchase, more than 75% will churn, i.e., not make another purchase in the coming year. For customers with at least four previous purchases, the corresponding churn rate is around 25%. Further analysis shows that churning customers in general, and as expected, make smaller purchases and visit the online store less often. In the experimentation, three modeling techniques are evaluated, and the results show that, in particular, Gradient Boosting models can predict churners with relatively high accuracy while obtaining a good balance between precision and recall. 
  •  
8.
  • Lu, Zhihan, et al. (author)
  • Multimodal Hand and Foot Gesture Interaction for Handheld Devices
  • 2014
  • In: ACM Transactions on Multimedia Computing, Communications, and Applications (TOMCCAP). - : Association for Computing Machinery (ACM). - 1551-6857 .- 1551-6865. ; 11:1
  • Journal article (peer-reviewed)abstract
    • We present a hand-and-foot-based multimodal interaction approach for handheld devices. Our method combines input modalities (i.e., hand and foot) and provides a coordinated output to both modalities along with audio and video. Human foot gesture is detected and tracked using contour-based template detection (CTD) and Tracking-Learning-Detection (TLD) algorithm. 3D foot pose is estimated from passive homography matrix of the camera. 3D stereoscopic and vibrotactile are used to enhance the immersive feeling. We developed a multimodal football game based on the multimodal approach as a proof-of-concept. We confirm our systems user satisfaction through a user study.
  •  
9.
  • 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.
  •  
10.
  • Bainomugisha, Engineer, et al. (author)
  • Message from Chairs of SEiA 2018
  • 2018
  • In: Proceedings - International Conference on Software Engineering. - New York, NY, USA : ACM. - 0270-5257. ; 2018, s. x-xi
  • Conference paper (other academic/artistic)
  •  
Skapa referenser, mejla, bekava och länka
  • Result 1-10 of 4720
Type of publication
conference paper (2528)
journal article (1299)
licentiate thesis (180)
reports (176)
book chapter (148)
doctoral thesis (144)
show more...
research review (72)
other publication (62)
editorial proceedings (51)
book (31)
editorial collection (27)
artistic work (2)
patent (1)
show less...
Type of content
peer-reviewed (3803)
other academic/artistic (896)
pop. science, debate, etc. (18)
Author/Editor
Wohlin, Claes (185)
Bosch, Jan, 1967 (175)
Staron, Miroslaw, 19 ... (129)
Weyns, Danny (126)
Petersen, Kai (117)
Runeson, Per (100)
show more...
Knauss, Eric, 1977 (91)
Šmite, Darja (86)
Gorschek, Tony (85)
Feldt, Robert, 1972 (84)
Gorschek, Tony, 1972 ... (77)
Bosch, Jan (76)
Feldt, Robert (73)
Berger, Christian, 1 ... (72)
Mendes, Emilia (67)
Börstler, Jürgen (66)
Unterkalmsteiner, Mi ... (65)
Wnuk, Krzysztof, 198 ... (63)
Horkoff, Jennifer, 1 ... (60)
Berger, Thorsten, 19 ... (56)
Borg, Markus (54)
Mendez, Daniel (53)
Torkar, Richard, 197 ... (52)
Fricker, Samuel (52)
Herold, Sebastian (51)
Pelliccione, Patrizi ... (45)
Svahnberg, Mikael (45)
Felderer, Michael, 1 ... (44)
Chaudron, Michel, 19 ... (44)
Pelliccione, Patrizi ... (44)
Torkar, Richard (42)
Gren, Lucas, 1984 (42)
Heldal, Rogardt, 196 ... (42)
Börstler, Jürgen, 19 ... (42)
Lundberg, Lars (41)
Steghöfer, Jan-Phili ... (41)
Afzal, Wasif (40)
Lundell, Björn (39)
Gonzalez-Huerta, Jav ... (38)
Regnell, Björn (38)
Höst, Martin (37)
Wnuk, Krzysztof (37)
Alégroth, Emil, 1984 ... (35)
Mattsson, Michael (35)
Tichy, Matthias, 197 ... (34)
Engström, Emelie (33)
Hebig, Regina (32)
Mirandola, Raffaela (32)
Tsigas, Philippas, 1 ... (32)
Britto, Ricardo, 198 ... (32)
show less...
University
Chalmers University of Technology (1480)
Blekinge Institute of Technology (1469)
University of Gothenburg (793)
Lund University (302)
Linnaeus University (291)
Royal Institute of Technology (260)
show more...
Uppsala University (202)
Mälardalen University (192)
Karlstad University (142)
Linköping University (119)
RISE (115)
Malmö University (103)
University of Skövde (97)
Umeå University (85)
Örebro University (40)
Halmstad University (29)
Luleå University of Technology (27)
Stockholm University (25)
Jönköping University (23)
Kristianstad University College (15)
University of Borås (12)
Karolinska Institutet (12)
University West (10)
Mid Sweden University (10)
Stockholm School of Economics (9)
Södertörn University (7)
Swedish University of Agricultural Sciences (7)
Högskolan Dalarna (3)
VTI - The Swedish National Road and Transport Research Institute (3)
University of Gävle (2)
IVL Swedish Environmental Research Institute (2)
Stockholm University of the Arts (1)
show less...
Language
English (4685)
Swedish (27)
German (5)
Undefined language (1)
Chinese (1)
Mongolian (1)
Research subject (UKÄ/SCB)
Natural sciences (4720)
Engineering and Technology (726)
Social Sciences (364)
Medical and Health Sciences (39)
Humanities (26)
Agricultural Sciences (8)

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