Skip to main content

Showing 1–5 of 5 results for author: Lafleche, J

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

    cs.CV cs.RO

    Synthetica: Large Scale Synthetic Data for Robot Perception

    Authors: Ritvik Singh, Jingzhou Liu, Karl Van Wyk, Yu-Wei Chao, Jean-Francois Lafleche, Florian Shkurti, Nathan Ratliff, Ankur Handa

    Abstract: Vision-based object detectors are a crucial basis for robotics applications as they provide valuable information about object localisation in the environment. These need to ensure high reliability in different lighting conditions, occlusions, and visual artifacts, all while running in real-time. Collecting and annotating real-world data for these networks is prohibitively time consuming and costly… ▽ More

    Submitted 28 October, 2024; originally announced October 2024.

    Comments: 21 pages, 11 figures, 5 tables

  2. arXiv:2210.13702  [pdf, other

    cs.RO cs.LG

    DeXtreme: Transfer of Agile In-hand Manipulation from Simulation to Reality

    Authors: Ankur Handa, Arthur Allshire, Viktor Makoviychuk, Aleksei Petrenko, Ritvik Singh, Jingzhou Liu, Denys Makoviichuk, Karl Van Wyk, Alexander Zhurkevich, Balakumar Sundaralingam, Yashraj Narang, Jean-Francois Lafleche, Dieter Fox, Gavriel State

    Abstract: Recent work has demonstrated the ability of deep reinforcement learning (RL) algorithms to learn complex robotic behaviours in simulation, including in the domain of multi-fingered manipulation. However, such models can be challenging to transfer to the real world due to the gap between simulation and reality. In this paper, we present our techniques to train a) a policy that can perform robust de… ▽ More

    Submitted 2 January, 2024; v1 submitted 24 October, 2022; originally announced October 2022.

    Comments: 28 pages. A smaller version of this paper is accepted to ICRA 2023

  3. arXiv:2104.06490  [pdf, other

    cs.CV

    DatasetGAN: Efficient Labeled Data Factory with Minimal Human Effort

    Authors: Yuxuan Zhang, Huan Ling, Jun Gao, Kangxue Yin, Jean-Francois Lafleche, Adela Barriuso, Antonio Torralba, Sanja Fidler

    Abstract: We introduce DatasetGAN: an automatic procedure to generate massive datasets of high-quality semantically segmented images requiring minimal human effort. Current deep networks are extremely data-hungry, benefiting from training on large-scale datasets, which are time consuming to annotate. Our method relies on the power of recent GANs to generate realistic images. We show how the GAN latent code… ▽ More

    Submitted 19 April, 2021; v1 submitted 13 April, 2021; originally announced April 2021.

    Comments: Accepted to CVPR 2021 as an Oral paper. Webpage: https://nv-tlabs.github.io/datasetGAN/

  4. arXiv:2011.14488  [pdf, other

    cs.CV

    Self-Supervised Real-to-Sim Scene Generation

    Authors: Aayush Prakash, Shoubhik Debnath, Jean-Francois Lafleche, Eric Cameracci, Gavriel State, Stan Birchfield, Marc T. Law

    Abstract: Synthetic data is emerging as a promising solution to the scalability issue of supervised deep learning, especially when real data are difficult to acquire or hard to annotate. Synthetic data generation, however, can itself be prohibitively expensive when domain experts have to manually and painstakingly oversee the process. Moreover, neural networks trained on synthetic data often do not perform… ▽ More

    Submitted 18 August, 2021; v1 submitted 29 November, 2020; originally announced November 2020.

    Comments: accepted at ICCV 2021. Project page: https://research.nvidia.com/publication/2021-08_Sim2SG

  5. arXiv:1911.05063  [pdf, other

    cs.CV cs.LG cs.RO

    Kaolin: A PyTorch Library for Accelerating 3D Deep Learning Research

    Authors: Krishna Murthy Jatavallabhula, Edward Smith, Jean-Francois Lafleche, Clement Fuji Tsang, Artem Rozantsev, Wenzheng Chen, Tommy Xiang, Rev Lebaredian, Sanja Fidler

    Abstract: We present Kaolin, a PyTorch library aiming to accelerate 3D deep learning research. Kaolin provides efficient implementations of differentiable 3D modules for use in deep learning systems. With functionality to load and preprocess several popular 3D datasets, and native functions to manipulate meshes, pointclouds, signed distance functions, and voxel grids, Kaolin mitigates the need to write wast… ▽ More

    Submitted 13 November, 2019; v1 submitted 12 November, 2019; originally announced November 2019.

    Comments: Kaolin is available as open-source software at https://github.com/NVIDIAGameWorks/kaolin/