中文
相关论文

相关论文: VBR: Version Based Reclamation

200 篇论文

Modern computing systems face security threats, including memory corruption attacks, speculative execution vulnerabilities, and control-flow hijacking. Although existing solutions address these threats individually, they frequently…

密码学与安全 · 计算机科学 2025-12-19 Suraj Kumar Sah , Love Kumar Sah

We study the problem of reinforcement learning in infinite-horizon discounted linear Markov decision processes (MDPs), and propose the first computationally efficient algorithm achieving rate-optimal regret guarantees in this setting. Our…

机器学习 · 计算机科学 2026-03-16 Antoine Moulin , Gergely Neu , Luca Viano

HPC systems are a critical resource for scientific research. The increased demand for computational power and memory ushers in the exascale era, in which supercomputers are designed to provide enormous computing power to meet these needs.…

分布式、并行与集群计算 · 计算机科学 2022-08-11 Yehonatan Fridman , Yaniv Snir , Harel Levin , Danny Hendler , Hagit Attiya , Gal Oren

Mutual exclusion (ME) is a commonly used technique to handle conflicts in concurrent systems. With recent advancements in non-volatile memory technology, there is an increased focus on the problem of recoverable mutual exclusion (RME), a…

分布式、并行与集群计算 · 计算机科学 2021-03-03 Sahil Dhoked , Neeraj Mittal

Markov decision processes are widely used for planning and verification in settings that combine controllable or adversarial choices with probabilistic behaviour. The standard analysis algorithm, value iteration, only provides a lower bound…

计算机科学中的逻辑 · 计算机科学 2019-10-21 Arnd Hartmanns , Benjamin Lucien Kaminski

In this paper, we study the stochastic combinatorial multi-armed bandit problem under semi-bandit feedback. While much work has been done on algorithms that optimize the expected reward for linear as well as some general reward functions,…

机器学习 · 计算机科学 2021-12-03 Shaarad Ayyagari , Ambedkar Dukkipati

Numerous machine learning problems require an exploration basis - a mechanism to explore the action space. We define a novel geometric notion of exploration basis with low variance, called volumetric spanners, and give efficient algorithms…

机器学习 · 计算机科学 2014-05-27 Elad Hazan , Zohar Karnin , Raghu Mehka

The safe linear bandit problem is a version of the classical stochastic linear bandit problem where the learner's actions must satisfy an uncertain constraint at all rounds. Due its applicability to many real-world settings, this problem…

机器学习 · 计算机科学 2024-03-13 Spencer Hutchinson , Berkay Turan , Mahnoosh Alizadeh

Exploration in reinforcement learning (RL) remains an open challenge. RL algorithms rely on observing rewards to train the agent, and if informative rewards are sparse the agent learns slowly or may not learn at all. To improve exploration…

机器学习 · 计算机科学 2024-11-12 Simone Parisi , Alireza Kazemipour , Michael Bowling

We propose a novel variant of the UCB algorithm (referred to as Efficient-UCB-Variance (EUCBV)) for minimizing cumulative regret in the stochastic multi-armed bandit (MAB) setting. EUCBV incorporates the arm elimination strategy proposed in…

机器学习 · 计算机科学 2018-07-12 Subhojyoti Mukherjee , K. P. Naveen , Nandan Sudarsanam , Balaraman Ravindran

We present a family of safe memory reclamation schemes, Hyaline, which are fast, scalable, and transparent to the underlying lock-free data structures. Hyaline is based on reference counting - considered impractical for memory reclamation…

分布式、并行与集群计算 · 计算机科学 2021-05-04 Ruslan Nikolaev , Binoy Ravindran

How to find memory safety bugs efficiently when navigating a symbolic execution tree that suffers from path explosion? Existing solutions either adopt path search heuristics to maximize coverage rate or chopped symbolic execution to skip…

软件工程 · 计算机科学 2025-12-15 Haoxin Tu , Lingxiao Jiang , Marcel Böhme

Reinforcement Learning from Verifiable Rewards (RLVR) has recently shown that large language models (LLMs) can develop their own reasoning without direct supervision. However, applications in the medical domain, specifically for question…

机器学习 · 计算机科学 2025-09-22 Mirza Farhan Bin Tarek , Rahmatollah Beheshti

This work addresses the problem of regret minimization in non-stochastic multi-armed bandit problems, focusing on performance guarantees that hold with high probability. Such results are rather scarce in the literature since proving them…

机器学习 · 计算机科学 2015-11-04 Gergely Neu

This paper delves into a comprehensive analysis of fault-tolerant memory systems, focusing on recovery techniques modeled using Markov chains to address transient errors. The study revolves around the application of scrubbing methods in…

分布式、并行与集群计算 · 计算机科学 2023-11-27 Yagmur Yigit , Leandros Maglaras , Mohamed Amine Ferrag , Naghmeh Moradpoor , Georgios Lambropoulos

While maximizing expected return is the goal in most reinforcement learning approaches, risk-sensitive objectives such as conditional value at risk (CVaR) are more suitable for many high-stakes applications. However, relatively little is…

机器学习 · 计算机科学 2020-04-06 Ramtin Keramati , Christoph Dann , Alex Tamkin , Emma Brunskill

Achieving sample efficiency in online episodic reinforcement learning (RL) requires optimally balancing exploration and exploitation. When it comes to a finite-horizon episodic Markov decision process with $S$ states, $A$ actions and…

机器学习 · 计算机科学 2022-10-18 Gen Li , Laixi Shi , Yuxin Chen , Yuejie Chi

Value-at-risk (VaR) is an established measure to assess risks in critical real-world applications with random environmental factors. This paper presents a novel VaR upper confidence bound (V-UCB) algorithm for maximizing the VaR of a…

机器学习 · 计算机科学 2021-05-14 Quoc Phong Nguyen , Zhongxiang Dai , Bryan Kian Hsiang Low , Patrick Jaillet

The Variable Block Row (VBR) format is an influential blocked sparse matrix format designed for matrices with shared sparsity structure between adjacent rows and columns. VBR groups adjacent rows and columns, storing the resulting blocks…

数据结构与算法 · 计算机科学 2023-10-13 Willow Ahrens , Erik G. Boman

We discuss the relative merits of optimistic and randomized approaches to exploration in reinforcement learning. Optimistic approaches presented in the literature apply an optimistic boost to the value estimate at each state-action pair and…

机器学习 · 统计学 2017-06-15 Ian Osband , Benjamin Van Roy