Skip to main content

Showing 1–10 of 10 results for author: Segal, S

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

    cs.CV cs.RO

    LabelFormer: Object Trajectory Refinement for Offboard Perception from LiDAR Point Clouds

    Authors: Anqi Joyce Yang, Sergio Casas, Nikita Dvornik, Sean Segal, Yuwen Xiong, Jordan Sir Kwang Hu, Carter Fang, Raquel Urtasun

    Abstract: A major bottleneck to scaling-up training of self-driving perception systems are the human annotations required for supervision. A promising alternative is to leverage "auto-labelling" offboard perception models that are trained to automatically generate annotations from raw LiDAR point clouds at a fraction of the cost. Auto-labels are most commonly generated via a two-stage approach -- first obje… ▽ More

    Submitted 2 November, 2023; originally announced November 2023.

    Comments: 20 pages, 8 figures, 7 tables

    Journal ref: CoRL 2023

  2. arXiv:2309.09495  [pdf, other

    cs.HC cs.SE

    PwR: Exploring the Role of Representations in Conversational Programming

    Authors: Pradyumna YM, Vinod Ganesan, Dinesh Kumar Arumugam, Meghna Gupta, Nischith Shadagopan, Tanay Dixit, Sameer Segal, Pratyush Kumar, Mohit Jain, Sriram Rajamani

    Abstract: Large Language Models (LLMs) have revolutionized programming and software engineering. AI programming assistants such as GitHub Copilot X enable conversational programming, narrowing the gap between human intent and code generation. However, prior literature has identified a key challenge--there is a gap between user's mental model of the system's understanding after a sequence of natural language… ▽ More

    Submitted 18 September, 2023; originally announced September 2023.

    Comments: 23 pages, 3 figures, 2 tables, under submission for ACM CHI 2024

    ACM Class: H.5.2

  3. arXiv:2303.12528  [pdf, other

    cs.CL

    MEGA: Multilingual Evaluation of Generative AI

    Authors: Kabir Ahuja, Harshita Diddee, Rishav Hada, Millicent Ochieng, Krithika Ramesh, Prachi Jain, Akshay Nambi, Tanuja Ganu, Sameer Segal, Maxamed Axmed, Kalika Bali, Sunayana Sitaram

    Abstract: Generative AI models have shown impressive performance on many Natural Language Processing tasks such as language understanding, reasoning, and language generation. An important question being asked by the AI community today is about the capabilities and limits of these models, and it is clear that evaluating generative AI is very challenging. Most studies on generative LLMs have been restricted t… ▽ More

    Submitted 22 October, 2023; v1 submitted 22 March, 2023; originally announced March 2023.

    Comments: EMNLP 2023

  4. arXiv:2106.02436  [pdf, other

    cs.LG

    Stochastic Multi-Armed Bandits with Unrestricted Delay Distributions

    Authors: Tal Lancewicki, Shahar Segal, Tomer Koren, Yishay Mansour

    Abstract: We study the stochastic Multi-Armed Bandit (MAB) problem with random delays in the feedback received by the algorithm. We consider two settings: the reward-dependent delay setting, where realized delays may depend on the stochastic rewards, and the reward-independent delay setting. Our main contribution is algorithms that achieve near-optimal regret in each of the settings, with an additional addi… ▽ More

    Submitted 4 June, 2021; originally announced June 2021.

    Comments: 33 pages, 5 figures, ICML 2021

  5. arXiv:2104.03956  [pdf, other

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

    Just Label What You Need: Fine-Grained Active Selection for Perception and Prediction through Partially Labeled Scenes

    Authors: Sean Segal, Nishanth Kumar, Sergio Casas, Wenyuan Zeng, Mengye Ren, **gkang Wang, Raquel Urtasun

    Abstract: Self-driving vehicles must perceive and predict the future positions of nearby actors in order to avoid collisions and drive safely. A learned deep learning module is often responsible for this task, requiring large-scale, high-quality training datasets. As data collection is often significantly cheaper than labeling in this domain, the decision of which subset of examples to label can have a prof… ▽ More

    Submitted 8 April, 2021; originally announced April 2021.

  6. arXiv:2101.06554  [pdf, other

    cs.LG cs.RO

    Diverse Complexity Measures for Dataset Curation in Self-driving

    Authors: Abbas Sadat, Sean Segal, Sergio Casas, James Tu, Bin Yang, Raquel Urtasun, Ersin Yumer

    Abstract: Modern self-driving autonomy systems heavily rely on deep learning. As a consequence, their performance is influenced significantly by the quality and richness of the training data. Data collecting platforms can generate many hours of raw data in a daily basis, however, it is not feasible to label everything. It is thus of key importance to have a mechanism to identify "what to label". Active lear… ▽ More

    Submitted 16 January, 2021; originally announced January 2021.

    Comments: 13 pages

  7. arXiv:2011.06165  [pdf, other

    cs.CV cs.LG cs.RO

    Universal Embeddings for Spatio-Temporal Tagging of Self-Driving Logs

    Authors: Sean Segal, Eric Kee, Wenjie Luo, Abbas Sadat, Ersin Yumer, Raquel Urtasun

    Abstract: In this paper, we tackle the problem of spatio-temporal tagging of self-driving scenes from raw sensor data. Our approach learns a universal embedding for all tags, enabling efficient tagging of many attributes and faster learning of new attributes with limited data. Importantly, the embedding is spatio-temporally aware, allowing the model to naturally output spatio-temporal tag values. Values can… ▽ More

    Submitted 11 November, 2020; originally announced November 2020.

    Comments: CoRL 2020 (Oral)

  8. arXiv:2009.01534  [pdf, other

    cs.AI cs.CR cs.LG stat.ML

    Fairness in the Eyes of the Data: Certifying Machine-Learning Models

    Authors: Shahar Segal, Yossi Adi, Benny Pinkas, Carsten Baum, Chaya Ganesh, Joseph Keshet

    Abstract: We present a framework that allows to certify the fairness degree of a model based on an interactive and privacy-preserving test. The framework verifies any trained model, regardless of its training process and architecture. Thus, it allows us to evaluate any deep learning model on multiple fairness definitions empirically. We tackle two scenarios, where either the test data is privately available… ▽ More

    Submitted 25 June, 2021; v1 submitted 3 September, 2020; originally announced September 2020.

    Comments: Accepted to AIES-2021

  9. arXiv:2008.05927  [pdf, other

    cs.CV cs.RO

    End-to-end Contextual Perception and Prediction with Interaction Transformer

    Authors: Lingyun Luke Li, Bin Yang, Ming Liang, Wenyuan Zeng, Mengye Ren, Sean Segal, Raquel Urtasun

    Abstract: In this paper, we tackle the problem of detecting objects in 3D and forecasting their future motion in the context of self-driving. Towards this goal, we design a novel approach that explicitly takes into account the interactions between actors. To capture their spatial-temporal dependencies, we propose a recurrent neural network with a novel Transformer architecture, which we call the Interaction… ▽ More

    Submitted 13 August, 2020; originally announced August 2020.

    Comments: IROS 2020

  10. arXiv:1910.08041  [pdf, other

    cs.CV cs.LG cs.RO

    Discrete Residual Flow for Probabilistic Pedestrian Behavior Prediction

    Authors: Ajay Jain, Sergio Casas, Renjie Liao, Yuwen Xiong, Song Feng, Sean Segal, Raquel Urtasun

    Abstract: Self-driving vehicles plan around both static and dynamic objects, applying predictive models of behavior to estimate future locations of the objects in the environment. However, future behavior is inherently uncertain, and models of motion that produce deterministic outputs are limited to short timescales. Particularly difficult is the prediction of human behavior. In this work, we propose the di… ▽ More

    Submitted 17 October, 2019; originally announced October 2019.

    Comments: CoRL 2019