Skip to main content

Showing 1–19 of 19 results for author: Wang, Y R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.18915  [pdf, other

    cs.RO cs.CV

    Manipulate-Anything: Automating Real-World Robots using Vision-Language Models

    Authors: Jiafei Duan, Wentao Yuan, Wilbert Pumacay, Yi Ru Wang, Kiana Ehsani, Dieter Fox, Ranjay Krishna

    Abstract: Large-scale endeavors like RT-1 and widespread community efforts such as Open-X-Embodiment have contributed to growing the scale of robot demonstration data. However, there is still an opportunity to improve the quality, quantity, and diversity of robot demonstration data. Although vision-language models have been shown to automatically generate demonstration data, their utility has been limited t… ▽ More

    Submitted 27 June, 2024; v1 submitted 27 June, 2024; originally announced June 2024.

    Comments: Project page: https://robot-ma.github.io/

  2. arXiv:2310.07018  [pdf, other

    cs.CL cs.AI cs.RO

    NEWTON: Are Large Language Models Capable of Physical Reasoning?

    Authors: Yi Ru Wang, Jiafei Duan, Dieter Fox, Siddhartha Srinivasa

    Abstract: Large Language Models (LLMs), through their contextualized representations, have been empirically proven to encapsulate syntactic, semantic, word sense, and common-sense knowledge. However, there has been limited exploration of their physical reasoning abilities, specifically concerning the crucial attributes for comprehending everyday objects. To address this gap, we introduce NEWTON, a repositor… ▽ More

    Submitted 10 October, 2023; originally announced October 2023.

    Comments: EMNLP 2023 Findings; 8 pages, 3 figures, 7 tables; Project page: https://newtonreasoning.github.io

  3. arXiv:2307.15751  [pdf, other

    cs.DB

    No More Nulls!

    Authors: Yisu Remy Wang

    Abstract: Since the inception of SQL, nulls have frustrated database users and builders alike. Those writing SQL must painstakingly guard their queries against surprising results caused by nulls, while those building database engines constantly struggle to implement the subtle semantics of 3-valued logic. Given that the relational model already provides a way to represent missing information, namely, with t… ▽ More

    Submitted 28 July, 2023; originally announced July 2023.

  4. arXiv:2306.13818  [pdf, other

    cs.RO cs.CV

    AR2-D2:Training a Robot Without a Robot

    Authors: Jiafei Duan, Yi Ru Wang, Mohit Shridhar, Dieter Fox, Ranjay Krishna

    Abstract: Diligently gathered human demonstrations serve as the unsung heroes empowering the progression of robot learning. Today, demonstrations are collected by training people to use specialized controllers, which (tele-)operate robots to manipulate a small number of objects. By contrast, we introduce AR2-D2: a system for collecting demonstrations which (1) does not require people with specialized traini… ▽ More

    Submitted 23 June, 2023; originally announced June 2023.

    Comments: Project website: www.ar2d2.site

  5. arXiv:2304.14501  [pdf, other

    cs.CV cs.AI cs.HC

    Read My Mind: A Multi-Modal Dataset for Human Belief Prediction

    Authors: Jiafei Duan, Samson Yu, Nicholas Tan, Yi Ru Wang, Cheston Tan

    Abstract: Understanding human intentions is key to enabling effective and efficient human-robot interaction (HRI) in collaborative settings. To enable developments and evaluation of the ability of artificial intelligence (AI) systems to infer human beliefs, we introduce a large-scale multi-modal video dataset for intent prediction based on object-context relations.

    Submitted 7 March, 2023; originally announced April 2023.

    Comments: Accepted to ICRA 2023 Communicating Robot Learning Across Human-Robot Interaction Workshop

  6. arXiv:2304.04332  [pdf, other

    cs.PL

    Better Together: Unifying Datalog and Equality Saturation

    Authors: Yihong Zhang, Yisu Remy Wang, Oliver Flatt, David Cao, Philip Zucker, Eli Rosenthal, Zachary Tatlock, Max Willsey

    Abstract: We present egglog, a fixpoint reasoning system that unifies Datalog and equality saturation (EqSat). Like Datalog, it supports efficient incremental execution, cooperating analyses, and lattice-based reasoning. Like EqSat, it supports term rewriting, efficient congruence closure, and extraction of optimized terms. We identify two recent applications--a unification-based pointer analysis in Datal… ▽ More

    Submitted 15 May, 2023; v1 submitted 9 April, 2023; originally announced April 2023.

    Comments: PLDI 2023

  7. arXiv:2302.14360  [pdf, other

    cs.HC

    A Study of Comfortability between Interactive AI and Human

    Authors: Yi Ru Wang, Jiafei Duan, Sidharth Talia, Hao Zhu

    Abstract: As the use of interactive AI systems becomes increasingly prevalent in our daily lives, it is crucial to understand how individuals feel when interacting with such systems. In this work, we investigate the comfort level of individuals when interacting with intent-predicting AI systems and identify the factors of influence. We introduce a study protocol to analyze human comfortability when interact… ▽ More

    Submitted 28 February, 2023; originally announced February 2023.

  8. arXiv:2302.11683  [pdf, other

    cs.RO cs.AI cs.CV

    MVTrans: Multi-View Perception of Transparent Objects

    Authors: Yi Ru Wang, Yuchi Zhao, Hao** Xu, Saggi Eppel, Alan Aspuru-Guzik, Florian Shkurti, Animesh Garg

    Abstract: Transparent object perception is a crucial skill for applications such as robot manipulation in household and laboratory settings. Existing methods utilize RGB-D or stereo inputs to handle a subset of perception tasks including depth and pose estimation. However, transparent object perception remains to be an open problem. In this paper, we forgo the unreliable depth map from RGB-D sensors and ext… ▽ More

    Submitted 22 February, 2023; originally announced February 2023.

    Comments: Accepted to ICRA 2023; 6 pages, 4 figures, 4 tables

  9. arXiv:2301.10841  [pdf, other

    cs.DB

    Free Join: Unifying Worst-Case Optimal and Traditional Joins

    Authors: Yisu Remy Wang, Max Willsey, Dan Suciu

    Abstract: Over the last decade, worst-case optimal join (WCOJ) algorithms have emerged as a new paradigm for one of the most fundamental challenges in query processing: computing joins efficiently. Such an algorithm can be asymptotically faster than traditional binary joins, all the while remaining simple to understand and implement. However, they have been found to be less efficient than the old paradigm,… ▽ More

    Submitted 27 January, 2023; v1 submitted 25 January, 2023; originally announced January 2023.

  10. arXiv:2202.10390  [pdf, other

    cs.DB

    Optimizing Recursive Queries with Program Synthesis

    Authors: Yisu Remy Wang, Mahmoud Abo Khamis, Hung Q. Ngo, Reinhard Pichler, Dan Suciu

    Abstract: Most work on query optimization has concentrated on loop-free queries. However, data science and machine learning workloads today typically involve recursive or iterative computation. In this work, we propose a novel framework for optimizing recursive queries using methods from program synthesis. In particular, we introduce a simple yet powerful optimization rule called the "FGH-rule" which aims t… ▽ More

    Submitted 21 February, 2022; originally announced February 2022.

  11. arXiv:2110.06830  [pdf, other

    cs.CV cs.AI

    CONetV2: Efficient Auto-Channel Size Optimization for CNNs

    Authors: Yi Ru Wang, Samir Khaki, Weihang Zheng, Mahdi S. Hosseini, Konstantinos N. Plataniotis

    Abstract: Neural Architecture Search (NAS) has been pivotal in finding optimal network configurations for Convolution Neural Networks (CNNs). While many methods explore NAS from a global search-space perspective, the employed optimization schemes typically require heavy computational resources. This work introduces a method that is efficient in computationally constrained environments by examining the micro… ▽ More

    Submitted 13 October, 2021; originally announced October 2021.

    ACM Class: I.2; I.2.8; I.2.10

  12. arXiv:2110.00087  [pdf, other

    cs.CV cs.AI cs.LG cs.RO

    Seeing Glass: Joint Point Cloud and Depth Completion for Transparent Objects

    Authors: Hao** Xu, Yi Ru Wang, Sagi Eppel, Alàn Aspuru-Guzik, Florian Shkurti, Animesh Garg

    Abstract: The basis of many object manipulation algorithms is RGB-D input. Yet, commodity RGB-D sensors can only provide distorted depth maps for a wide range of transparent objects due light refraction and absorption. To tackle the perception challenges posed by transparent objects, we propose TranspareNet, a joint point cloud and depth completion method, with the ability to complete the depth of transpare… ▽ More

    Submitted 30 September, 2021; originally announced October 2021.

    Comments: Accepted for Oral at Conference on Robot Learning (CoRL) 2021; Hao** Xu and Yi Ru Wang contributed equally; 8 pages, 6 figures, 3 tables

  13. arXiv:2109.07577  [pdf

    cs.CV

    Predicting 3D shapes, masks, and properties of materials, liquids, and objects inside transparent containers, using the TransProteus CGI dataset

    Authors: Sagi Eppel, Hao** Xu, Yi Ru Wang, Alan Aspuru-Guzik

    Abstract: We present TransProteus, a dataset, and methods for predicting the 3D structure, masks, and properties of materials, liquids, and objects inside transparent vessels from a single image without prior knowledge of the image source and camera parameters. Manipulating materials in transparent containers is essential in many fields and depends heavily on vision. This work supplies a new procedurally ge… ▽ More

    Submitted 20 December, 2021; v1 submitted 15 September, 2021; originally announced September 2021.

  14. arXiv:2108.10436  [pdf, other

    cs.PL

    Rewrite Rule Inference Using Equality Saturation

    Authors: Chandrakana Nandi, Max Willsey, Amy Zhu, Yisu Remy Wang, Brett Saiki, Adam Anderson, Adriana Schulz, Dan Grossman, Zachary Tatlock

    Abstract: Many compilers, synthesizers, and theorem provers rely on rewrite rules to simplify expressions or prove equivalences. Develo** rewrite rules can be difficult: rules may be subtly incorrect, profitable rules are easy to miss, and rulesets must be rechecked or extended whenever semantics are tweaked. Large rulesets can also be challenging to apply: redundant rules slow down rule-based search and… ▽ More

    Submitted 23 August, 2021; originally announced August 2021.

  15. arXiv:2108.02290  [pdf, other

    cs.DB cs.PL

    Relational E-Matching

    Authors: Yihong Zhang, Yisu Remy Wang, Max Willsey, Zachary Tatlock

    Abstract: We present a new approach to e-matching based on relational join; in particular, we apply recent database query execution techniques to guarantee worst-case optimal run time. Compared to the conventional backtracking approach that always searches the e-graph "top down", our new relational e-matching approach can better exploit pattern structure by searching the e-graph according to an optimized qu… ▽ More

    Submitted 5 January, 2022; v1 submitted 4 August, 2021; originally announced August 2021.

    Comments: POPL 2022

  16. arXiv:2105.14435  [pdf, ps, other

    cs.DB

    Convergence of Datalog over (Pre-) Semirings

    Authors: Mahmoud Abo Khamis, Hung Q. Ngo, Reinhard Pichler, Dan Suciu, Yisu Remy Wang

    Abstract: Recursive queries have been traditionally studied in the framework of datalog, a language that restricts recursion to monotone queries over sets, which is guaranteed to converge in polynomial time in the size of the input. But modern big data systems require recursive computations beyond the Boolean space. In this paper we study the convergence of datalog when it is interpreted over an arbitrary s… ▽ More

    Submitted 24 January, 2024; v1 submitted 30 May, 2021; originally announced May 2021.

  17. arXiv:2101.01332  [pdf, other

    cs.AI cs.DC

    Equality Saturation for Tensor Graph Superoptimization

    Authors: Yichen Yang, Phitchaya Mangpo Phothilimtha, Yisu Remy Wang, Max Willsey, Sudip Roy, Jacques Pienaar

    Abstract: One of the major optimizations employed in deep learning frameworks is graph rewriting. Production frameworks rely on heuristics to decide if rewrite rules should be applied and in which order. Prior research has shown that one can discover more optimal tensor computation graphs if we search for a better sequence of substitutions instead of relying on heuristics. However, we observe that existing… ▽ More

    Submitted 17 March, 2021; v1 submitted 4 January, 2021; originally announced January 2021.

  18. egg: Fast and Extensible Equality Saturation

    Authors: Max Willsey, Chandrakana Nandi, Yisu Remy Wang, Oliver Flatt, Zachary Tatlock, Pavel Panchekha

    Abstract: An e-graph efficiently represents a congruence relation over many expressions. Although they were originally developed in the late 1970s for use in automated theorem provers, a more recent technique known as equality saturation repurposes e-graphs to implement state-of-the-art, rewrite-driven compiler optimizations and program synthesizers. However, e-graphs remain unspecialized for this newer use… ▽ More

    Submitted 7 November, 2020; v1 submitted 6 April, 2020; originally announced April 2020.

    Comments: 25 pages, 15 figures, POPL 2021

    Journal ref: POPL 2021

  19. arXiv:2002.07951  [pdf, other

    cs.DB cs.PL

    SPORES: Sum-Product Optimization via Relational Equality Saturation for Large Scale Linear Algebra

    Authors: Yisu Remy Wang, Shana Hutchison, Jonathan Leang, Bill Howe, Dan Suciu

    Abstract: Machine learning algorithms are commonly specified in linear algebra (LA). LA expressions can be rewritten into more efficient forms, by taking advantage of input properties such as sparsity, as well as program properties such as common subexpressions and fusible operators. The complex interaction among these properties' impact on the execution cost poses a challenge to optimizing compilers. Exist… ▽ More

    Submitted 22 December, 2020; v1 submitted 18 February, 2020; originally announced February 2020.