Andy Zeng - Google

Web Name: Andy Zeng - Google

WebSite: http://andyzeng.github.io

ID:231240

Keywords:

Andy,Zeng,Google,

Description:

keywords:
description:
Andy Zeng

I am a research scientist at Google AI working on machine learning and computer vision for robotics.
My research focuses on robot manipulation and deep learning, to enable machines to intelligently interact with the physical world and improve themselves over time. These days, I am particularly interested in how equivariance can be used to exploit symmetries in the data for more efficient robot learning. Formal bio here.

Andy Zeng is a Senior Research Scientist at Google AI working on computer vision and machine learning for robotics. He received his Bachelors in Computer Science and Mathematics at UC Berkeley ‘15, and his PhD in Computer Science at Princeton University ‘19. He led machine learning and perception as part of Team MIT-Princeton at the Amazon Picking Challenge ‘17, winning 1st place (stow task) worldwide. Andy is a recipient of several awards including the Best Paper Award at T-RO ‘20, Best Systems Paper Award at RSS ‘19, Best Systems Paper Award from Amazon Robotics ‘18, and has been finalist for Best Paper Awards at conferences CoRL ‘21, CoRL ‘20, ICRA ‘20, RSS ‘19, IROS ‘18. His research has been recognized through the Princeton SEAS Award for Excellence ‘18, NVIDIA Fellowship ‘18, and Gordon Y.S. Wu Fellowship in Engineering and Wu Prize ‘16, and his work has been featured in many popular press outlets, including the New York Times, BBC, and Wired.

GithubG. ScholarLinkedInTwitter
Email: andyzeng at google dot com

News

2021 Nov 2021 Oct 2021 Apr 2020 Nov 2020 Jun 2019 Jul 2019 Mar 2018 Oct 2018 Oct 2018 Sep 2018 Apr 2017 Jul 2015 Oct

CoRL Best Paper Award Finalist Japan Factory Automation (FA) Foundation Paper Award T-RO Best Paper Award CoRL Best Paper Presentation Award Finalist ICRA Best Paper in Automation Award Finalist RSS Best Systems Paper Award TossingBot featured on the front page of The New York Times Business Honored to be a recipient of the Princeton SEAS Award for Excellence IROS Best Cognitive Robotics Paper Award Finalist Amazon Robotics Best Systems Paper Award Honored to be a recipient of the NVIDIA Fellowship 1st place winners (stow task) at the worldwide Amazon Picking Challenge 2017 with MIT Honored to be a recipient of the Gordon Y.S. Wu Fellowship in Engineering and Wu Prize

Show more... Show less... Research Implicit Behavioral Cloning

Pete Florence, Corey Lynch, Andy Zeng, Oscar Ramirez, Ayzaan Wahid, Laura Downs, Adrian Wong, Johnny Lee, Igor Mordatch, Jonathan Tompson
Conference on Robot Learning (CoRL) 2021
Webpage PDF Code

Supervised robot policy learning with implicit models (states and actions as input, inference by sampling or gradient descent) generally perform better than common explicit models (states as input, actions as ouput). We present extensive experiments on this finding, with theoretical arguments distinguishing the properties of implicit vs explicit models, particularly when approximating complex, discontinuous and multi-valued (set-valued) functions. For robot learning, implicit behavioral cloning (IBC) policies with energy-based models (EBM) often outperform common explicit (Mean Square Error, or Mixture Density) policies, including tasks with high-dimensional action spaces and visual RGB image inputs. IBC also outperforms state-of-the-art offline reinforcement learning methods on the D4RL benchmark without rewards. In the real world, robots with implicit policies can learn complex and remarkably subtle behaviors on contact-rich tasks from human demonstrations, including tasks with high combinatorial complexity and tasks requiring 1mm precision.

XIRL: Cross-Embodiment Inverse Reinforcement Learning

Kevin Zakka, Andy Zeng, Pete Florence, Jonathan Tompson, Jeannette Bohg, Debidatta Dwibedi
Conference on Robot Learning (CoRL) 2021
Best Paper Award Finalist, CoRL
Webpage PDF Code Benchmark

We investigate visual cross-embodiment imitation, in which agents learn policies from videos of other agents (such as humans) demonstrating the same task, but with stark differences in their embodiments -- shape, actions, end-effector dynamics, strategies, etc. In this work, we show that it is possible to automatically discover and learn vision-based reward functions from cross-embodiment demonstration videos that are robust to these differences. Specifically, we present a self-supervised method for Cross-Embodiment Inverse Reinforcement Learning (XIRL) that leverages temporal cycle-consistency constraints to learn deep visual embeddings that capture task progression from offline videos of demonstrations across multiple expert agents, each performing the same task differently due to embodiment differences.

Spatial Intention Maps for Multi-Agent Mobile Manipulation

Jimmy Wu, Xingyuan Sun, Andy Zeng, Shuran Song, Szymon Rusinkiewicz, Thomas Funkhouser
IEEE International Conference on Robotics and Automation (ICRA) 2021
Webpage PDF Code

The ability to communicate intention enables decentralized multi-agent robots to collaborate while performing physical tasks. We present spatial intention maps, a new representation for multi-agent vision-based deep reinforcement learning that improves coordination between decentralized mobile manipulators. In this representation, each agent's intention is provided to other agents, and rendered into an overhead 2D map aligned with visual observations. This synergizes with the spatial action maps framework, in which state and action representations are spatially aligned, providing inductive biases that encourage emergent cooperative behaviors requiring spatial coordination, such as passing objects to each other or avoiding collisions. Experiments across a variety of multi-agent environments, including heterogeneous robot teams with different abilities (lifting, pushing, or throwing), show that incorporating spatial intention maps improves performance for different mobile manipulation tasks while significantly enhancing cooperative behaviors.

Learning to Rearrange Deformable Cables, Fabrics, and Bags with Goal-Conditioned Transporter Networks

Daniel Seita, Pete Florence, Jonathan Tompson, Erwin Coumans, Vikas Sindhwani, Ken Goldberg, Andy Zeng
IEEE International Conference on Robotics and Automation (ICRA) 2021
Webpage PDF Code

Rearranging deformable objects such as cables, fabrics, and bags remains a long-standing challenge in robotic manipulation due to complex dynamics and high-dimensional configuration spaces. This presents difficulties not only for multi-step planning, but also for goal specification, which may involve complex spatial relations such as "place the item inside the bag". In this work, we develop a suite of simulated benchmarks with 1D, 2D, and 3D deformable structures, including tasks that involve image-based goal-conditioning and multi-step manipulation. We show that we can embed goal-conditioning into Transporter Networks to enable robots to sequence pick and place actions that manipulate deformable objects into desired configurations.

Transporter Networks: Rearranging the Visual World for Robotic Manipulation

Andy Zeng, Pete Florence, Jonathan Tompson, Stefan Welker, Jonathan Chien, Maria Attarian, Travis Armstrong, Ivan Krasin, Dan Duong, Vikas Sindhwani, Johnny Lee
Conference on Robot Learning (CoRL) 2020
Plenary Talk, Best Paper Presentation Award Finalist, CoRL
Webpage PDF Code Google AI Blog VentureBeat

Robotic manipulation can be formulated as inducing a sequence of spatial displacements: where the space being moved can encompass an object, part of an object, or end effector. In this work, we propose the Transporter Network, a simple model architecture that rearranges deep features to infer spatial displacements from visual input -- which can parameterize robot actions. It makes no assumptions of objectness (e.g. canonical poses, models, or keypoints), it exploits spatial symmetries, and is orders of magnitude more sample efficient than our benchmarked alternatives in learning vision-based manipulation tasks: from stacking a pyramid of blocks, to assembling kits with unseen objects; from manipulating deformable ropes, to pushing piles of small objects with closed-loop feedback. Our method can represent complex multi-modal policy distributions and generalizes to multi-step sequential tasks, as well as 6DoF pick-and-place.

Spatial Action Maps for Mobile Manipulation

Jimmy Wu, Xingyuan Sun, Andy Zeng, Shuran Song, Johnny Lee, Szymon Rusinkiewicz, Thomas Funkhouser
Robotics: Science and Systems (RSS) 2020
Webpage PDF Code

Typical end-to-end formulations for learning robotic navigation involve predicting a small set of steering command actions (forward, left, etc.) from images of the current state (e.g. birds-eye view of a SLAM reconstruction). Instead, we show that it can be advantageous to predict dense action representations defined in the same domain as the state. We present Spatial Action Maps, in which the set of possible actions is represented by a pixel map (aligned with the input image of the current state), where each pixel represents a navigational endpoint at the corresponding scene location. Action predictions are thereby spatially anchored on local visual features in the scene, enabling significantly faster learning of complex behaviors for mobile manipulation tasks with reinforcement learning.

Grasping in the Wild: Learning 6DoF Closed-Loop Grasping from Low-Cost Demonstrations

Shuran Song, Andy Zeng, Johnny Lee, Thomas Funkhouser
IEEE International Conference on Intelligent Robots and Systems (IROS) 2020
IEEE Robotics and Automation Letters (RA-L) 2020
Webpage PDF

We present a new low-cost hardware interface for collecting grasping demonstrations by people in diverse environments. With this data, we show that it is possible to train an end-to-end 6DoF closed-loop grasping model with reinforcement learning that transfers to real robots. A key aspect of our model is that it uses “action-view”-based rendering to simulate future states with respect to different possible actions. By evaluating these states using a learned value function, our method is able to better select corresponding actions that maximize total rewards (i.e., grasping success). Our system is able to achieve reliable 6DoF closed-loop grasping of novel objects across various scene configurations, as well as dynamic scenes with moving objects.

Form2Fit: Learning Shape Priors for Generalizable Assembly from Disassembly

Kevin Zakka, Andy Zeng, Johnny Lee, Shuran Song
IEEE International Conference on Robotics and Automation (ICRA) 2020
Best Paper in Automation Award Finalist, ICRA
Webpage PDF Code Google AI Blog VentureBeat 2 Minute Papers

Is it possible to learn policies for robotic assembly that can generalize to new objects? We propose to formulate the kit assembly task as a shape matching problem, where the goal is to learn a shape descriptor that establishes geometric correspondences between object surfaces and their target placement locations from visual input. This formulation enables the model to acquire a broader understanding of how shapes and surfaces fit together for assembly — allowing it to generalize to new objects and kits. To obtain training data, we present a self-supervised data-collection pipeline that learns assembly from disassembly.

ClearGrasp: 3D Shape Estimation of Transparent Objects for Manipulation

Shreeyak Sajjan, Matthew Moore, Mike Pan, Ganesh Nagaraja, Johnny Lee, Andy Zeng, Shuran Song
IEEE International Conference on Robotics and Automation (ICRA) 2020
Webpage PDF Code Dataset Google AI Blog VentureBeat

Transparent objects are a common part of everyday life, yet they possess unique visual properties that make them incredibly difficult for standard 3D sensors to produce accurate depth estimates for. We present a deep learning approach trained from large-scale synthetic data, to estimate accurate 3D geometry of transparent objects from a single RGB-D image. Our experiments demonstrate that ClearGrasp is substantially better than monocular depth estimation baselines and is capable of generalizing to real-world images and novel objects. We also show that ClearGrasp can be applied out-of-the-box to improve robotic grasping.

Learning to See before Learning to Act: Visual Pre-training for Manipulation

Lin Yen-Chen, Andy Zeng, Shuran Song, Phillip Isola, Tsung-Yi Lin
IEEE International Conference on Robotics and Automation (ICRA) 2020
Webpage PDF Code Google AI Blog VentureBeat Google AI Blog New York Times IEEE Spectrum

Throwing is an excellent means of exploiting dynamics to increase the capabilities of a manipulator. In the case of pick-and-place, throwing can enable a robot arm to rapidly place objects into selected boxes outside its maximum kinematic range — improving its physical reachability and picking speed. We propose an end-to-end formulation (vision to actions) where we investigate the synergies between grasping and throwing (i.e., learning grasps that enable more accurate throws) and between simulation and deep learning (i.e., inferring residuals on top of control parameters predicted by a physics simulator). The resulting system is able to grasp and throw arbitrary objects into boxes located outside its maximum range at 500+ mean picks per hour and generalizes to new objects and target locations.

DensePhysNet: Learning Dense Physical Object Representations via Multi-step Dynamic Interactions

Zhenjia Xu, Jiajun Wu, Andy Zeng, Joshua B. Tenenbaum, Shuran Song
Robotics: Science and Systems (RSS) 2019
Webpage PDF Code

Through vision and interaction, can robots discover the physical properties of objects? In this work, we propose DensePhysNet, a system that actively executes a sequence of dynamic interactions (e.g. sliding and colliding), and uses a deep predictive model over its visual observations to learn dense pixel-wise representations that reflect the physical properties of observed objects. Our experiments in both simulation and real settings demonstrate that the learned representations carry rich physical information, and can be used for more accurate and efficient manipulation in downstream tasks than state-of-the-art alternatives.

Learning Synergies between Pushing and Grasping with Self-supervised Deep Reinforcement Learning

Andy Zeng, Shuran Song, Stefan Welker, Johnny Lee, Alberto Rodriguez, Thomas Funkhouser
IEEE International Conference on Intelligent Robots and Systems (IROS) 2018
Best Cognitive Robotics Paper Award Finalist, IROS
Webpage PDF Code 2 Minute Papers

Skilled robotic manipulation benefits from complex synergies between non-prehensile (e.g. pushing) and prehensile (e.g. grasping) actions: pushing can help rearrange cluttered objects to make space for arms and fingers; likewise, grasping can help displace objects to make pushing movements more precise and collision-free. In this work, we demonstrate that it is possible to discover and learn these synergies from scratch by combining visual affordance-based manipulation with model-free deep reinforcement learning. Our method is sample efficient and generalizes to novel objects and scenarios.

What are the Important Technologies for Bin Picking? Technology Analysis of Robots in Competitions Based on a Set of Performance Metrics

Masahiro Fujita, Yukiyasu Domae, Akio Noda, Gustavo Alfonso Garcia Ricardez, Tatsuya Nagatani, Andy Zeng, Shuran Song, Alberto Rodriguez, Albert Causo, I-Ming Chen, Tsukasa Ogasawara
Advanced Robotics (Journal) 2019
Japan Factory Automation (FA) Foundation Paper Award
Webpage PDF

Bin picking is still a challenge in robotics, as shown in recent robot competitions. These competitions are an excellent platform for technology comparisons since some participants may use state-of-the-art technologies, while others may use conventional ones. Nevertheless, even though points are awarded or subtracted based on the performance in the frame of the competition rules, the final score does not directly reflect the suitability of the technology. Therefore, it is difficult to understand which technologies and their combination are optimal for various real-world problems. In this paper, we propose a set of performance metrics selected in terms of actual field use as a solution to clarify the important technologies in bin picking. Moreover, we use the selected metrics to compare our four original robot systems, which achieved the best performance in the Stow task of the Amazon Robotics Challenge 2017. Based on this comparison, we discuss which technologies are ideal for practical use in bin-picking robots in the fields of factory and warehouse automation.

Robotic Pick-and-Place of Novel Objects in Clutter with Multi-Affordance Grasping and Cross-Domain Image Matching

Andy Zeng, Shuran Song, Kuan-Ting Yu, Elliott Donlon, Francois R. Hogan, Maria Bauza, Daolin Ma, Orion Taylor, Melody Liu, Eudald Romo, Nima Fazeli, Ferran Alet, Nikhil Chavan Dafle, Rachel Holladay, Isabella Morona, Prem Qu Nair, Druck Green, Ian Taylor, Weber Liu, Thomas Funkhouser, Alberto Rodriguez
IEEE International Conference on Robotics and Automation (ICRA) 2018
The International Journal of Robotics Research (IJRR) 2019
Best Systems Paper Award, Amazon Robotics
1st Place (Stow Task), Amazon Robotics Challenge 2017
Webpage PDF Code Journal (IJRR) MIT News Engadget

We built a robo-picker that can grasp and recognize novel objects (appearing for the first time during testing) in cluttered environments without needing any additional data collection or re-training. It achieves this with pixel-wise visual affordance-based grasping and one-shot learning to recognize objects using only product images (e.g. from the web). The approach was part of the MIT-Princeton system that took 1st place (stow task) at the 2017 Amazon Robotics Challenge.

Im2Pano3D: Extrapolating 360 Structure and Semantics Beyond the Field of View

Shuran Song, Andy Zeng, Angel X. Chang, Manolis Savva, Silvio Savarese, Thomas Funkhouser
IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2018
Oral Presentation, CVPR
Webpage PDF

We explore the limits of leveraging strong contextual priors learned from large-scale synthetic and real-world indoor scenes. To this end, we trained a network that generates a dense prediction of 3D structure and a probability distribution of semantic labels for a full 360 panoramic view of an indoor scene when given only a partial observation in the form of an RGB-D image (i.e., infers what's behind you).

Matterport3D: Learning from RGB-D Data in Indoor Environments

Angel Chang, Angela Dai, Thomas Funkhouser, Maciej Halber, Matthias Nießner, Manolis Savva, Shuran Song, Andy Zeng, Yinda Zhang
IEEE International Conference on 3D Vision (3DV) 2017
Webpage PDF Code Matterport Blog

We introduce Matterport3D, a large-scale RGB-D dataset with 10,800 panoramic views from 194,400 RGB-D images of 90 building-scale scenes. Annotations are provided with surface reconstructions, camera poses, and 2D and 3D semantic segmentations. The precise global alignment and comprehensive, diverse panoramic set of views over entire buildings enable a variety of self-supervised tasks, including keypoint matching, view overlap prediction, normal prediction from color, semantic segmentation, and scene classification.

3DMatch: Learning Local Geometric Descriptors from RGB-D Reconstructions

Andy Zeng, Shuran Song, Matthias Nießner, Matthew Fisher, Jianxiong Xiao, Thomas Funkhouser
IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2017
Oral Presentation, CVPR
Webpage PDF Code Talk 2 Minute Papers

We present a data-driven model that learns a local 3D shape descriptor for establishing correspondences between partial and noisy 3D/RGB-D data. To amass training data for our model, we propose an unsupervised feature learning method that leverages the millions of correspondence labels found in existing RGB-D reconstructions. Our learned descriptor is not only able to match local geometry in new scenes for reconstruction, but also generalizes to different tasks and spatial scales (e.g. instance-level object model alignment for the Amazon Picking Challenge, and mesh surface correspondence).

Semantic Scene Completion from a Single Depth Image

Shuran Song, Fisher Yu, Andy Zeng, Angel X. Chang, Manolis Savva, Thomas Funkhouser
IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2017
Oral Presentation, CVPR
Webpage PDF SUNCG Dataset Code Talk 2 Minute Papers

We present an end-to-end model that can infer a complete 3D voxel representation of volumetric occupancy and semantic labels for a scene from a single-view depth map observation. To train our model, we construct SUNCG -- a manually created large-scale dataset of synthetic 3D scenes with dense volumetric annotations.

Multi-view Self-supervised Deep Learning for 6D Pose Estimation in the Amazon Picking Challenge

Andy Zeng, Kuan-Ting Yu, Shuran Song, Daniel Suo, Ed Walker Jr., Alberto Rodriguez, Jianxiong Xiao
IEEE International Conference on Robotics and Automation (ICRA) 2017
3rd Place, Amazon Robotics Challenge 2016
Webpage PDF Shelf Tote Dataset Code

We developed a vision system that can recognize objects and estimate their 6D poses under cluttered environments, partial data, sensor noise, multiple instances of the same object, and a large variety of object categories. Our approach leverages fully convolutional networks to segment and label multiple RGB-D views of a scene, then fits pre-scanned 3D object models to the resulting segmentation to estimate their poses. We also propose a scalable self-supervised method that leverages precise and repeatable robot motions to generate a large labeled dataset without tedious manual annotations. The approach was part of the MIT-Princeton system that took 3rd place at the 2016 Amazon Picking Challenge.

Show more... Show less... Invited Talks

2021 Jun 2021 May 2021 Feb 2020 Jul 2020 Jul 2019 Oct 2019 May 2018 Jun 2017 Nov

Invited talk at CVPR Workshop on 3D Vision and Robotics (video) Guest lecture at Stony Brook University CSE525: Introduction to Robotics Guest lecture at NYU CSCI-UA 74: Big Ideas in Artificial Intelligence Invited talk at RSS Workshop on Self-Supervised Robot Learning (video) Invited talk at RSS Workshop on Robotics Retrospectives Invited talk at Amazon Research Robotics Symposium Invited talk at Boston Dynamics Invited talk at RE·WORK: Deep Learning for Robotics Summit Guest lecture at NCTU Robotics Seminar: Robotic Manipulation

Services

Area Chair, CoRL 2021 Co-Organizer, RSS 2021 Workshop on Advancing Artificial Intelligence and Manipulation for Robotics Reviewer, RSS, CoRL, IJRR, RA-L, ICRA, NeurIPS, CVPR, IROS, ECCV, ICCV, SIGGRAPH, PR Journal, Eurographics, TMM, TIP, CASE, TCSVT Co-Organizer, CVPR 2016 Workshop on 3D Deep Learning

TAGS:Andy Zeng Google 

<<< Thank you for your visit >>>

Websites to related :
Welcome to BrokenArtGallery.com

  keywords:broken art, multiple sclerosis
description:By inspiring bold and creative artwork, BrokenArtGallery.com aims to inspire much more bold and cr

Russound - Home

  keywords:
description:Based in Newmarket, New Hampshire, Russound continues to design and manufacture innovative products that sound great, are easy t

Newstar en made in china: China

  keywords:newstar.en.made-in-china.com, newstar.en.made-in-china.com review, machinery for sheet metal fabrication from china, made in china.com, what

Alliance Wakeboard - Wakeboardin

  keywords:
description:The home of Alliance Wakeboard Magazine, Alliance Wakeskate, Alliance Wakesurf, Alliance Visual Experiences focusing on all thin

Long Beach Real Estate | Long Be

  keywords:
description:Long Beach real estate for sale. Beautiful Long Beach homes & condos in all price ranges. View ocean view homes and search beach

Split Bean Coffee The Essence o

  keywords:alfajor, alfajores A, coffee, cafe de nicaragua, specialty coffees, nicaraguense, blends, gifts, cookies, alfajor peruano, fair trade, Nicar

Travelshopa Guides | Curated sho

  keywords:
description:Let us be your global shopping guide. Search the best places to shop through our thorough itineraries, exclusive interviews and

w88官网电脑版-登录首页

  keywords:w88官方网站电脑版
description:※w88官方网站电脑版※一直致力于娱乐事业的发展。具备先进的技术实力和雄厚的资金保障以及优秀的运营能力和管理团队,3

域名NewFreeShipping.com待售

  keywords:
description:
超棒 4.7 满分5星买方保护计划当您在DAN.COM购买域名时,您会自动进入我们的买家保护计划。关于我们如何确保您的安全性的详情,请查看信任与

Artistry. Diversity. Excellence.

  keywords:
description:The Independent Music Awards honor the year’s most exceptional music, video & visual design projects from self-released & indie

ads

Hot Websites