中文
相关论文

相关论文: Multi-Threaded Actors

200 篇论文

Multicore parallel programming has some very difficult problems such as deadlocks during synchronizations and race conditions brought by concurrency. Added to the difficulty is the lack of a simple, well-accepted computing model for…

编程语言 · 计算机科学 2010-12-09 Yibing Wang

Recently, a boxology (graphical language) with design patterns for hybrid AI was proposed, combining symbolic and sub-symbolic learning and reasoning. In this paper, we extend this boxology with actors and their interactions. The main…

人工智能 · 计算机科学 2021-11-10 André Meyer-Vitali , Wico Mulder , Maaike H. T. de Boer

Multi-threaded programs have traditionally fallen into one of two domains: cooperative and competitive. These two domains have traditionally remained mostly disjoint, with cooperative threading used for increasing throughput in…

编程语言 · 计算机科学 2018-07-11 Stefan K. Muller , Umut A. Acar , Robert Harper

We formally define an elegant multi-paradigm unification of Functional Reactive Programming, Actor Systems, and Object-Oriented Programming. This enables an intuitive form of declarative programming, harvesting the power of concurrency…

编程语言 · 计算机科学 2021-01-11 N. Webster , M. Servetto

Typestate-oriented programming is an extension of the OO paradigm in which objects are modeled not just in terms of interfaces but also in terms of their usage protocols, describing legal sequences of method calls, possibly depending on the…

编程语言 · 计算机科学 2016-07-12 Silvia Crafa , Luca Padovani

Developing an efficient server-based real-time scheduling solution that supports dynamic task-level parallelism is now relevant to even the desktop and embedded domains and no longer only to the high performance computing market niche. This…

分布式、并行与集群计算 · 计算机科学 2011-06-15 Luís Nogueira , Luís Miguel Pinho

Time is a crucial factor in modelling dynamic behaviours of intelligent agents: activities have a determined temporal duration in a real-world environment, and previous actions influence agents' behaviour. In this paper, we propose a…

人工智能 · 计算机科学 2023-07-11 Stefano Bistarelli , Maria Chiara Meo , Carlo Taticchi

Distributed Complex Event Processing has emerged as a well-established paradigm to detect situations of interest from basic sensor streams, building an operator graph between sensors and applications. In order to detect event patterns that…

分布式、并行与集群计算 · 计算机科学 2017-05-17 Ruben Mayer , Muhammad Adnan Tariq , Kurt Rothermel

Actor coordination armoured with a suitable protocol description language has been a pressing problem in the actors community. We study the applicability of multiparty session type (MPST) protocols for verification of actor programs. We…

编程语言 · 计算机科学 2019-03-14 Rumyana Neykova , Nobuko Yoshida

We introduce X-Streamer, an end-to-end multimodal human world modeling framework for building digital human agents capable of infinite interactions across text, speech, and video within a single unified architecture. Starting from a single…

计算机视觉与模式识别 · 计算机科学 2025-09-29 You Xie , Tianpei Gu , Zenan Li , Chenxu Zhang , Guoxian Song , Xiaochen Zhao , Chao Liang , Jianwen Jiang , Hongyi Xu , Linjie Luo

The advent of high performance computing (HPC) and graphics processing units (GPU), present an enormous computation resource for Large data transactions (big data) that require parallel processing for robust and prompt data analysis. While…

分布式、并行与集群计算 · 计算机科学 2014-10-17 Kato Mivule , Benjamin Harvey , Crystal Cobb , Hoda El Sayed

Procedural activity assistants potentially support humans in a variety of settings, from our daily lives, e.g., cooking or assembling flat-pack furniture, to professional situations, e.g., manufacturing or biological experiments. Despite…

计算与语言 · 计算机科学 2025-10-02 Kimihiro Hasegawa , Wiradee Imrattanatrai , Masaki Asada , Ken Fukuda , Teruko Mitamura

The recurrent theme of this paper is that sequences of long temporal patterns as opposed to sequences of simple statements are to be fed into computation devices, being them (new proposed) models for brain activity or multi-core/many-core…

编程语言 · 计算机科学 2008-12-17 Gheorghe Stefanescu , Camelia Chira

In concurrent systems, some form of synchronisation is typically needed to achieve data-race freedom, which is important for correctness and safety. In actor-based systems, messages are exchanged concurrently but executed sequentially by…

编程语言 · 计算机科学 2017-04-12 Elias Castegren , Tobias Wrigstad

In this article, we propose a centralized Multi-Agent Learning framework for learning a policy that models the simultaneous behavior of multiple agents that need to coordinate to solve a certain task. Centralized approaches often suffer…

人工智能 · 计算机科学 2025-04-08 Ángel Aso-Mollar , Eva Onaindia

Regular expression (RE) matching is a very common functionality that scans a text to find occurrences of patterns specified by an RE; it includes the simpler function of RE recognition. Here we address RE parsing, which subsumes matching by…

分布式、并行与集群计算 · 计算机科学 2025-03-11 Angelo Borsotti , Luca Breveglieri , Stefano Crespi Reghizzi , Angelo Morzenti

In this paper, we present multi-threaded algorithms for graph coloring suitable to the shared memory programming model. We modify an existing algorithm widely used in the literature and prove the correctness of the modified algorithm. We…

分布式、并行与集群计算 · 计算机科学 2017-05-11 Nandini Singhal , Sathya Peri , Subrahmanyam Kalyanasundaram

The availability of large number of processing nodes in a parallel and distributed computing environment enables sophisticated real time processing over high speed data streams, as required by many emerging applications. Sliding window…

分布式、并行与集群计算 · 计算机科学 2013-07-26 Abhirup Chakraborty , Ajit Singh

The traditional ML development methodology does not enable a large number of contributors, each with distinct objectives, to work collectively on the creation and extension of a shared intelligent system. Enabling such a collaborative…

机器学习 · 计算机科学 2023-01-02 Andrea Gesmundo

In the case of multi-threading as found in contemporary programming languages, parallel processes are interleaved according to what is known as a process-scheduling policy in the field of operating systems. In a previous paper, we extend…

计算机科学中的逻辑 · 计算机科学 2020-04-22 C. A. Middelburg