中文
相关论文

相关论文: Write-and-f-array: implementation and an applicati…

200 篇论文

The problem of space-efficient depth-first search (DFS) is reconsidered. A particularly simple and fast algorithm is presented that, on a directed or undirected input graph $G=(V,E)$ with $n$ vertices and $m$ edges, carries out a DFS in…

数据结构与算法 · 计算机科学 2018-05-31 Torben Hagerup

Federated learning (FL) has been intensively investigated in terms of communication efficiency, privacy, and fairness. However, efficient annotation, which is a pain point in real-world FL applications, is less studied. In this project, we…

机器学习 · 计算机科学 2024-03-19 Jin-Hyun Ahn , Kyungsang Kim , Jeongwan Koh , Quanzheng Li

We introduce GCAS, a natural generalization of the well-known compare-and-swap (CAS) object. Intuitively, GCAS just replaces the fixed equality test of CAS with a parametrized comparator chosen from $\{<, =, >\}$. To showcase the utility of…

分布式、并行与集群计算 · 计算机科学 2026-05-20 Vassos Hadzilacos , Myles Thiessen , Sam Toueg

The wait-free read-write memory model has been characterized as an iterated \emph{Immediate Snapshot} (IS) task. The IS task is \emph{affine}---it can be defined as a (sub)set of simplices of the standard chromatic subdivision. It is known…

分布式、并行与集群计算 · 计算机科学 2016-10-06 Eli Gafni , Yuan He , Petr Kuznetsov , Thibault Rieutord

Regular pattern matching is used in numerous application domains, including text processing, bioinformatics, and network security. Patterns are typically expressed with an extended syntax of regular expressions that include the…

形式语言与自动机理论 · 计算机科学 2022-09-14 Lingkun Kong , Qixuan Yu , Agnishom Chattopadhyay , Alexis Le Glaunec , Yi Huang , Konstantinos Mamouras , Kaiyuan Yang

This note recapitulates an algorithmic observation for ordered Depth-First Search (DFS) in directed graphs that immediately leads to a parallel algorithm with linear speed-up for a range of processors for non-sparse graphs. The note extends…

数据结构与算法 · 计算机科学 2013-11-13 Jesper Larsson Träff

In an anonymous shared memory system, all inter-process communications are via shared objects; however, unlike in standard systems, there is no a priori agreement between processes on the names of shared objects [14,15]. Furthermore, the…

分布式、并行与集群计算 · 计算机科学 2023-09-21 Gadi Taubenfeld

Merging two sorted arrays is a prominent building block for sorting and other functions. Its efficient parallelization requires balancing the load among compute cores, minimizing the extra work brought about by parallelization, and…

分布式、并行与集群计算 · 计算机科学 2014-06-23 Oded Green , Saher Odeh , Yitzhak Birk

The size of a data structure (i.e., the number of elements in it) is a widely used property of a data set. However, for concurrent programs, obtaining a correct size efficiently is non-trivial. In fact, the literature does not offer a…

分布式、并行与集群计算 · 计算机科学 2022-09-16 Gal Sela , Erez Petrank

The aggressive application of scalar replacement to array references substantially reduces the number of memory operations at the expense of a possibly very large number of registers. In this paper we describe a register allocation…

编程语言 · 计算机科学 2011-11-09 Nastaran Baradaran , Pedro C. Diniz

Generalizable object fetching in cluttered scenes remains a fundamental and application-critical challenge in embodied AI. Closely packed objects cause inevitable occlusions, making safe action generation particularly difficult. Under such…

机器人学 · 计算机科学 2025-08-26 Weiheng Liu , Yuxuan Wan , Jilong Wang , Yuxuan Kuang , Wenbo Cui , Xuesong Shi , Haoran Li , Dongbin Zhao , Zhizheng Zhang , He Wang

At the allocation and deallocation of small objects with fixed size, the standard allocator of the runtime system has commonly a worse time performance compared to allocators adapted for a special application field. We propose a memory…

编程语言 · 计算机科学 2016-11-09 Christian Schuessler , Roland Gruber

Caching is a promising solution to satisfy the ever increasing demands for the multi-media traffics. In caching networks, coded caching is a recently proposed technique that achieves significant performance gains over the uncoded caching…

信息论 · 计算机科学 2017-10-23 Qifa Yan , Minquan Cheng , Xiaohu Tang , Qingchun Chen

The suffix array is a fundamental data structure for many applications that involve string searching and data compression. Designing time/space-efficient suffix array construction algorithms has attracted significant attention and…

数据结构与算法 · 计算机科学 2018-11-12 Zhize Li , Jian Li , Hongwei Huo

Inferring the unseen attribute-object composition is critical to make machines learn to decompose and compose complex concepts like people. Most existing methods are limited to the composition recognition of single-attribute-object, and can…

计算机视觉与模式识别 · 计算机科学 2025-09-30 Hui Chen , Jingjing Jiang , Nanning Zheng

Coded caching scheme recently has become quite popular in the wireless network due to its effectively reducing the transmission amount (denote such an amount by $R$) during peak traffic times. However to realize a coded caching scheme, each…

信息论 · 计算机科学 2018-06-26 Minquan Cheng , Jing Jiang , Qifa Yan , Xiaohu Tang

We present a hardware architecture that uses the Neural Engineering Framework (NEF) to implement large-scale neural networks on Field Programmable Gate Arrays (FPGAs) for performing pattern recognition in real time. NEF is a framework that…

神经与进化计算 · 计算机科学 2015-07-22 Runchun Wang , Chetan Singh Thakur , Tara Julia Hamilton , Jonathan Tapson , Andre van Schaik

The computation and memory-intensive nature of DNNs limits their use in many mobile and embedded contexts. Application-specific integrated circuit (ASIC) hardware accelerators employ matrix multiplication units (such as the systolic arrays)…

硬件体系结构 · 计算机科学 2024-02-02 Ruiqi Sun , Yinchen Ni , Xin He , Jie Zhao , An Zou

Frameworks like Numpy are a popular choice for application developers from varied fields such as image processing to bio-informatics to machine learning. Numpy is often used to develop prototypes or for deployment since it provides…

编程语言 · 计算机科学 2019-01-15 Mahesh Ravishankar , Vinod Grover

Read-only memory model is a classical model of computation to study time-space tradeoffs of algorithms. One of the classical results on the ROM model is that any sorting algorithm that uses O(s) words of extra space requires $\Omega…

数据结构与算法 · 计算机科学 2017-11-28 Sankardeep Chakraborty , Anish Mukherjee , Venkatesh Raman , Srinivasa Rao Satti