中文
相关论文

相关论文: From Low-Level Pointers to High-Level Containers

200 篇论文

How can we imbue robots with the ability to manipulate objects precisely but also to reason about them in terms of abstract concepts? Recent works in manipulation have shown that end-to-end networks can learn dexterous skills that require…

机器人学 · 计算机科学 2021-09-27 Mohit Shridhar , Lucas Manuelli , Dieter Fox

Programmers of cryptographic applications written in C need to avoid common mistakes such as sending private data over public channels, modifying trusted data with untrusted functions, or improperly ordering protocol steps. These secrecy,…

密码学与安全 · 计算机科学 2019-07-04 Darion Cassel , Yan Huang , Limin Jia

Recent compilers allow a general-purpose program (written in a conventional programming language) that handles private data to be translated into secure distributed implementation of the corresponding functionality. The resulting program is…

密码学与安全 · 计算机科学 2017-07-04 Yihua Zhang , Marina Blanton , Ghada Almashaqbeh

We present a one-fits-all programmatic approach to reason about a plethora of objectives on probabilistic programs. The first ingredient is to add a reward-statement to the language. We then define a program transformation applying a…

编程语言 · 计算机科学 2026-03-04 Philipp Schröer , Joost-Pieter Katoen

Trusting simulation output is crucial for Sandia's mission objectives. We rely on these simulations to perform our high-consequence mission tasks given national treaty obligations. Other science and modeling applications, while they may…

分布式、并行与集群计算 · 计算机科学 2018-11-13 Jay Lofstead , Joshua Baker , Andrew Younge

The implicit particle filter is a sequential Monte Carlo method for data assimilation that guides the particles to the high-probability regions via a sequence of steps that includes minimizations. We present a new and more general…

数据分析、统计与概率 · 物理学 2017-02-01 Ethan Atkins , Matthias Morzfeld , Alexandre J. Chorin

We present a new algorithm for reducing an arbitrary unitary matrix U into a sequence of elementary operations (operations such as controlled-nots and qubit rotations). Such a sequence of operations can be used to manipulate an array of…

量子物理 · 物理学 2007-05-23 Robert R. Tucci

Deploying complex, distributed scientific workflows across diverse HPC sites is often hindered by site-specific dependencies and complex build environments. This paper investigates the design and performance of portable HPC container images…

分布式、并行与集群计算 · 计算机科学 2026-03-13 Krishna Kant Singh , Eric Müller , Eleni Mathioulaki , Wouter Klijn , Lena Oden

Mapper and Ball Mapper are Topological Data Analysis tools used for exploring high dimensional point clouds and visualizing scalar-valued functions on those point clouds. Inspired by open questions in knot theory, new features are added to…

代数拓扑 · 数学 2023-03-29 Paweł Dłotko , Davide Gurnari , Radmila Sazdanovic

Encoder transformer models compress information from all tokens in a sequence into a single [CLS] token to represent global context. This approach risks diluting fine-grained or hierarchical features, leading to information loss in…

计算与语言 · 计算机科学 2025-09-23 Asif Shahriar , Rifat Shahriyar , M Saifur Rahman

This work presents a new approach for implementing polymorphism for bottom-up relational languages, without monomorphization. We begin by introducing semiringKanren, a bottom-up weighted relational programming language. We extend this base…

编程语言 · 计算机科学 2026-05-18 Dmitri Volkov

System-level design methodologies have been introduced as a solution to handle the design complexity of mixed Hardware / Software systems. In this paper we describe a system-level design flow starting from Simulink specification, focusing…

软件工程 · 计算机科学 2012-07-18 Youssef Atat , Mostafa Rizk

Manipulation of objects by exploiting their contact with the environment can enhance both the dexterity and payload capability of robotic manipulators. A common way to manipulate heavy objects beyond the payload capability of a robot is to…

机器人学 · 计算机科学 2021-04-27 Amin Fakhari , Aditya Patankar , Nilanjan Chakraborty

This article aims to explain the Nested Benders algorithm for the solution of large-scale stochastic programming problems in a way that is intelligible to someone coming to it for the first time. In doing so it gives an explanation of…

最优化与控制 · 数学 2013-12-13 James Murphy

We present methods to estimate the physical properties of household containers and their fillings manipulated by humans. We use a lightweight, pre-trained convolutional neural network with coordinate attention as a backbone model of the…

计算机视觉与模式识别 · 计算机科学 2022-03-03 Hengyi Wang , Chaoran Zhu , Ziyin Ma , Changjae Oh

E-commerce click-stream data and product catalogs offer critical user behavior insights and product knowledge. This paper propose a multi-modal transformer termed as PINCER, that leverages the above data sources to transform initial user…

信息检索 · 计算机科学 2025-01-28 Srivatsa Mallapragada , Ying Xie , Varsha Rani Chawan , Zeyad Hailat , Yuanbo Wang

We show how to underapproximate the procedure summaries of recursive programs over the integers using off-the-shelf analyzers for non-recursive programs. The novelty of our approach is that the non-recursive program we compute may capture…

编程语言 · 计算机科学 2016-10-25 Pierre Ganty , Radu Iosif , Filip Konecny

If the result of an expensive computation is invalidated by a small change to the input, the old result should be updated incrementally instead of reexecuting the whole computation. We incrementalize programs through their derivative. A…

编程语言 · 计算机科学 2013-12-04 Yufei Cai , Paolo G. Giarrusso , Tillmann Rendel , Klaus Ostermann

This paper introduces H-MaP, a hybrid sequential manipulation planner that addresses complex tasks requiring both sequential actions and dynamic contact mode switches. Our approach reduces configuration space dimensionality by decoupling…

机器人学 · 计算机科学 2024-11-12 Berk Cicek , Arda Sarp Yenicesu , Cankut Bora Tuncer , Kutay Demiray , Ozgur S. Oguz

In our times, when the world is increasingly becoming more dependent on software programs, writing bug-free, correct programs is crucial. Program verification based on formal methods can guarantee this by detecting run-time errors in…

编程语言 · 计算机科学 2024-03-21 Rajendra Kumar Solanki