中文
相关论文

相关论文: Checking Behavioral Consistency Constraints for Pe…

200 篇论文

Frontier AI systems perform best in settings with clear, stable, and verifiable objectives, such as code generation, mathematical reasoning, games, and unit-test-driven tasks. They remain less reliable in open-ended settings, including…

人工智能 · 计算机科学 2026-05-06 Jie Zhou , Qin Chen , Liang He

Complex software systems evolve frequently, e.g., when introducing new features or fixing bugs during maintenance. However, understanding the impact of such changes on system behavior is often difficult. Many approaches have thus been…

软件工程 · 计算机科学 2020-01-09 Thomas Krismayer , Michael Vierhauser , Rick Rabiser , Paul Grünbacher

This paper presents a method for robotic monitoring missions in the presence of moving obstacles. Although the scenario map is known, the robot lacks information about the movement of dynamic obstacles during the monitoring mission.…

机器人学 · 计算机科学 2025-01-10 Yaroslav Marchukov , Luis Montano

The primary goal of online change detection (OCD) is to promptly identify changes in the data stream. OCD problem find a wide variety of applications in diverse areas, e.g., security detection in smart grids and intrusion detection in…

机器学习 · 统计学 2024-06-05 Yancheng Huang , Kai Yang , Zelin Zhu , Leian Chen

Interactive consistency is the problem in which n nodes, where up to t may be byzantine, each with its own private value, run an algorithm that allows all non-faulty nodes to infer the values of each other node. This problem is relevant to…

分布式、并行与集群计算 · 计算机科学 2015-07-28 Panos Diamantopoulos , Stathis Maneas , Christos Patsonakis , Nikos Chondros , Mema Roussopoulos

Multivariate time-series anomaly detection is essential for reliable industrial control, telemetry, and service monitoring. However, the evolving inter-variable dependencies and inevitable noise render it challenging. Existing methods often…

机器学习 · 计算机科学 2026-02-25 Zhongpeng Qi , Jun Zhang , Wei Li , Zhuoxuan Liang

Performance interference can occur when various services are executed over the same physical infrastructure in a cloud system. This can lead to performance degradation compared to the execution of services in isolation. This work proposes a…

分布式、并行与集群计算 · 计算机科学 2024-02-08 VÍctor Medel , Unai Arronategui , Omer Rana , JosÉ Ángel BaÑares , Rafael Tolosana-Calasanz

Asynchronous programming is a ubiquitous systems programming idiom to manage concurrent interactions with the environment. In this style, instead of waiting for time-consuming operations to complete, the programmer makes a non-blocking call…

计算机科学中的逻辑 · 计算机科学 2015-03-17 Pierre Ganty , Rupak Majumdar

Geo-replicated systems provide a number of desirable properties such as globally low latency, high availability, scalability, and built-in fault tolerance. Unfortunately, programming correct applications on top of such systems has proven to…

编程语言 · 计算机科学 2025-02-27 Kartik Nagar , Prasita Mukherjee , Suresh Jagannathan

Deep reinforcement learning is used in various domains, but usually under the assumption that the environment has stationary conditions like transitions and state distributions. When this assumption is not met, performance suffers. For this…

机器学习 · 计算机科学 2024-05-24 Zihe Liu , Jie Lu , Guangquan Zhang , Junyu Xuan

To interact with humans in collaborative environments, machines need to be able to predict (i.e., anticipate) future events, and execute actions in a timely manner. However, the observation of the human limb movements may not be sufficient…

机器人学 · 计算机科学 2020-06-19 Clebeson Canuto , Plinio Moreno , Jorge Samatelo , Raquel Vassallo , José Santos-Victor

Partially ordered models of time occur naturally in applications where agents or processes cannot perfectly communicate with each other, and can be traced back to the seminal work of Lamport. In this paper we consider the problem of…

计算复杂性 · 计算机科学 2023-05-26 Leif Eriksson , Victor Lagerkvist

Self-adaptation has been proposed as a mechanism to counter complexity in control problems of technical systems. A major driver behind self-adaptation is the idea to transfer traditional design-time decisions to runtime and into the…

多智能体系统 · 计算机科学 2019-05-13 Stefan Rudolph , Sven Tomforde , Jörg Hähner

Outlier detection is a fundamental data science task with applications ranging from data cleaning to network security. Given the fundamental nature of the task, this has been the subject of much research. Recently, a new class of outlier…

数据库 · 计算机科学 2016-12-26 Jiongqian Liang , Srinivasan Parthasarathy

Human activity recognition (HAR) in smart homes remains challenging because many daily activities exhibit similar local sensor patterns, while minimally intrusive sensing provides sparse and ambiguous observations. As a result, methods…

Online convex optimization (OCO) with time-varying constraints is a critical framework for sequential decision-making in dynamic networked systems, where learners must minimize cumulative loss while satisfying regions of feasibility that…

机器学习 · 计算机科学 2026-03-17 Xiufeng Liu , Qian Chen , Zhijin Wang , Ruyu Liu

Constraint sets can become inconsistent in different contexts. For example, during a configuration session the set of customer requirements can become inconsistent with the configuration knowledge base. Another example is the engineering…

人工智能 · 计算机科学 2021-02-19 Alexander Felfernig , Monika Schubert , Christoph Zehentner

Anomaly detection aims to identify observations that deviate from expected behavior. Because anomalous events are inherently sparse, most frameworks are trained exclusively on normal data to learn a single reference model of normality. This…

A memory consistency model specifies the allowed behaviors of shared memory concurrent programs. At the language level, these models are known to have a non-trivial impact on the safety of program optimizations, limiting the ability to…

编程语言 · 计算机科学 2025-03-11 Akshay Gopalakrishnan , Clark Verbrugge , Mark Batty

Context: Context-aware contemporary software systems (CACSS) are mainstream. Furthermore, they present challenges for current engineering practices. These challenges are distinctively present when testing CACSS, as the variation of context…