中文
相关论文

相关论文: Snapshot-Free, Transparent, and Robust Memory Recl…

200 篇论文

We develop a family of efficient plane-sweeping interval join algorithms that can evaluate a wide range of interval predicates such as Allen's relationships and parameterized relationships. Our technique is based on a framework, components…

数据库 · 计算机科学 2020-08-31 Danila Piatov , Sven Helmer , Anton Dignös , Fabio Persia

Serverless is an attractive computing model that offers seamless scalability and elasticity; it takes the infrastructure management burden away from users and enables a pay-as-you-use billing model. As a result, serverless is becoming…

分布式、并行与集群计算 · 计算机科学 2025-07-23 Serhii Ivanenko , Vasyl Lanko , Rudi Horn , Vojin Jovanovic , Rodrigo Bruno

Many operational systems collect high-dimensional timeseries data about users/systems on key performance metrics. For instance, ISPs, content distribution networks, and video delivery services collect quality of experience metrics for user…

数据库 · 计算机科学 2026-01-09 Harshavardhan Kamarthi , Harshil Shah , Henry Milner , Sayan Sinha , Yan Li , B. Aditya Prakash , Vyas Sekar

Convolutional neural networks show remarkable results in classification but struggle with learning new things on the fly. We present a novel rehearsal-free approach, where a deep neural network is continually learning new unseen object…

计算机视觉与模式识别 · 计算机科学 2026-04-17 Markus Knauer , Maximilian Denninger , Rudolph Triebel

Applications with irregular data structures, data-dependent control flows and fine-grained data transfers (e.g., real-world graph computations) perform poorly on cache-based systems. We propose the UpDown accelerator that supports…

As AI workloads drive increasing memory requirements, domain-specific accelerators need higher-density on-chip memory beyond what current SRAM scaling trends can provide. Simultaneously, the vast amounts of short-lived data in these…

Future generations of processors will exhibit an increase of faults over their lifetime, and it becomes increasingly expensive to solve the resulting reliability issues purely at the hardware level. We propose to model computations in terms…

分布式、并行与集群计算 · 计算机科学 2017-06-13 Pascal Costanza , Charlotte Herzeel , Wolfgang De Meuter , Roel Wuyts

Memory data are ubiquitous in Large Language Model (LLM)-based agents (e.g., OpenClaw and Manus). A few recent works have attempted to exploit agents'memory for improving their performance on the question-answering (QA) task, but they lack…

计算与语言 · 计算机科学 2026-05-18 Jiawei Yu , Yixiang Fang , Xilin Liu , Yuchi Ma

In this paper, we propose LoopLynx, a scalable dataflow architecture for efficient LLM inference that optimizes FPGA usage through a hybrid spatial-temporal design. The design of LoopLynx incorporates a hybrid temporal-spatial architecture,…

硬件体系结构 · 计算机科学 2025-04-15 Jianing Zheng , Gang Chen

The use of Implicit Neural Representation (INR) through a hash-table has demonstrated impressive effectiveness and efficiency in characterizing intricate signals. However, current state-of-the-art methods exhibit insufficient…

计算机视觉与模式识别 · 计算机科学 2023-09-25 Hao Zhu , Fengyi Liu , Qi Zhang , Xun Cao , Zhan Ma

Mechanisms for data recovery and packet reliability are essential components of the upcoming 6th generation (6G) communication system. In this paper, we evaluate the interaction between a fast hybrid automatic repeat request (HARQ) scheme,…

信号处理 · 电气工程与系统科学 2024-04-12 Uyoata E. Uyoata , Abolfazl Amiri , Enric Juan , Guillermo Pocovi , Pilar Andres-Maldonado , Klaus I. Pedersen , Troels Kolding

Erasure codes are an integral part of many distributed storage systems aimed at Big Data, since they provide high fault-tolerance for low overheads. However, traditional erasure codes are inefficient on reading stored data in degraded…

分布式、并行与集群计算 · 计算机科学 2013-06-27 Kyumars Sheykh Esmaili , Lluis Pamies-Juarez , Anwitaman Datta

As quantum computing technology advances, the complexity of quantum algorithms increases, necessitating a shift from low-level circuit descriptions to high-level programming paradigms. This paper addresses the challenges of developing a…

量子物理 · 物理学 2025-03-04 Israel Reichental , Ravid Alon , Lior Preminger , Matan Vax , Amir Naveh

Today's datacenter applications are underpinned by datastores that are responsible for providing availability, consistency, and performance. For high availability in the presence of failures, these datastores replicate data across several…

分布式、并行与集群计算 · 计算机科学 2020-01-28 A. Katsarakis , V. Gavrielatos , M. Katebzadeh , A. Joshi , A. Dragojevic , B. Grot , V. Nagarajan

Long-context LLM serving is bottlenecked by the cost of attending over ever-growing KV caches. Dynamic sparse attention promises relief by accessing only a small, query-dependent subset of the KV state per decoding step and extending the KV…

Code retrieval, which retrieves code snippets based on users' natural language descriptions, is widely used by developers and plays a pivotal role in real-world software development. The advent of deep learning has shifted the retrieval…

软件工程 · 计算机科学 2024-12-17 Wenchao Gu , Ensheng Shi , Yanlin Wang , Lun Du , Shi Han , Hongyu Zhang , Dongmei Zhang , Michael R. Lyu

Token-level sparse attention mechanisms, exemplified by DeepSeek Sparse Attention (DSA), achieve fine-grained key selection by scoring every historical key for each query through a lightweight indexer, then computing attention only on the…

Garbage Collection in concurrent data structures, especially lock-free ones, pose multiple design and consistency challenges. In this instance, we consider the case of concurrent sets. A set is a collection of elements, where the elements…

分布式、并行与集群计算 · 计算机科学 2018-07-24 Jonathan Marbaniang , Shekhar Bhandakkar , Sathya Peri

The array is a fundamental data structure that provides an efficient way to store and retrieve non-sparse data contiguous in memory. Arrays are important for the performance of many memory-intensive applications due to the design of modern…

编程语言 · 计算机科学 2019-08-06 Beatrice à kerblom , Elias Castegren , Tobias Wrigstad

We present a new technique, Safe Concurrent Optimistic Traversals (SCOT), to address a well-known problem related to optimistic traversals with classical and more recent safe memory reclamation (SMR) schemes, such as Hazard Pointers (HP),…

分布式、并行与集群计算 · 计算机科学 2026-03-10 Md Amit Hasan Arovi , Ruslan Nikolaev