Skip to main content

Showing 1–19 of 19 results for author: Gross, S

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

    cs.RO

    It's your turn! -- A collaborative human-robot pick-and-place scenario in a virtual industrial setting

    Authors: Brigitte Krenn, Tim Reinboth, Stephanie Gross, Christine Busch, Martina Mara, Kathrin Meyer, Michael Heiml, Thomas Layer-Wagner

    Abstract: In human-robot collaborative interaction scenarios, nonverbal communication plays an important role. Both, signals sent by a human collaborator need to be identified and interpreted by the robotic system, and the signals sent by the robot need to be identified and interpreted by the human. In this paper, we focus on the latter. We implemented on an industrial robot in a VR environment nonverbal be… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

    Comments: 6 pages, 5 figures, 2 tables, HRI21 Workshop on "Exploring Applications for Autonomous Non-Verbal Human-Robot Interactions" March 8 2021

  2. arXiv:2105.13812  [pdf, other

    cs.RO cs.AI

    A proxemics game between festival visitors and an industrial robot

    Authors: Brigitte Krenn, Stephanie Gross, Bernhard Dieber, Horst Pichler, Kathrin Meyer

    Abstract: With increased applications of collaborative robots (cobots) in industrial workplaces, behavioural effects of human-cobot interactions need to be further investigated. This is of particular importance as nonverbal behaviours of collaboration partners in human-robot teams significantly influence the experience of the human interaction partners and the success of the collaborative task. During the A… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

    Comments: 5 pager, 2 pictures, HRI21 Workshop on "Exploring Applications for Autonomous Non-Verbal Human-Robot Interactions" March 8 2021

  3. arXiv:2008.01725  [pdf, other

    cs.CR cs.PL cs.SE

    A Large Scale Analysis of Android-Web Hybridization

    Authors: Abhishek Tiwari, Jyoti Prakash, Sascha Gross, Christian Hammer

    Abstract: Many Android applications embed webpages via WebView components and execute JavaScript code within Android. Hybrid applications leverage dedicated APIs to load a resource and render it in a WebView. Furthermore, Android objects can be shared with the JavaScript world. However, bridging the interfaces of the Android and JavaScript world might also incur severe security threats: Potentially untruste… ▽ More

    Submitted 4 August, 2020; v1 submitted 4 August, 2020; originally announced August 2020.

  4. arXiv:2004.10188  [pdf, other

    cs.CL cs.LG stat.ML

    Residual Energy-Based Models for Text

    Authors: Anton Bakhtin, Yuntian Deng, Sam Gross, Myle Ott, Marc'Aurelio Ranzato, Arthur Szlam

    Abstract: Current large-scale auto-regressive language models display impressive fluency and can generate convincing text. In this work we start by asking the question: Can the generations of these models be reliably distinguished from real text by statistical discriminators? We find experimentally that the answer is affirmative when we have access to the training data for the model, and guardedly affirmati… ▽ More

    Submitted 21 December, 2020; v1 submitted 6 April, 2020; originally announced April 2020.

    Comments: long journal version

    Journal ref: Journal of Machine Learning Research 21 (2020) 1-41

  5. arXiv:1912.01703  [pdf, other

    cs.LG cs.MS stat.ML

    PyTorch: An Imperative Style, High-Performance Deep Learning Library

    Authors: Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, Alban Desmaison, Andreas Köpf, Edward Yang, Zach DeVito, Martin Raison, Alykhan Tejani, Sasank Chilamkurthy, Benoit Steiner, Lu Fang, Junjie Bai, Soumith Chintala

    Abstract: Deep learning frameworks have often focused on either usability or speed, but not both. PyTorch is a machine learning library that shows that these two goals are in fact compatible: it provides an imperative and Pythonic programming style that supports code as a model, makes debugging easy and is consistent with other popular scientific computing libraries, while remaining efficient and supporting… ▽ More

    Submitted 3 December, 2019; originally announced December 2019.

    Comments: 12 pages, 3 figures, NeurIPS 2019

  6. arXiv:1910.12603  [pdf, other

    cs.CY cs.CR cs.LG

    A blockchain-orchestrated Federated Learning architecture for healthcare consortia

    Authors: Jonathan Passerat-Palmbach, Tyler Farnan, Robert Miller, Marielle S. Gross, Heather Leigh Flannery, Bill Gleim

    Abstract: We propose a novel architecture for federated learning within healthcare consortia. At the heart of the solution is a unique integration of privacy preserving technologies, built upon native enterprise blockchain components available in the Ethereum ecosystem. We show how the specific characteristics and challenges of healthcare consortia informed our design choices, notably the conception of a ne… ▽ More

    Submitted 12 October, 2019; originally announced October 2019.

  7. arXiv:1906.03351  [pdf, other

    cs.LG cs.CL stat.ML

    Real or Fake? Learning to Discriminate Machine from Human Generated Text

    Authors: Anton Bakhtin, Sam Gross, Myle Ott, Yuntian Deng, Marc'Aurelio Ranzato, Arthur Szlam

    Abstract: Energy-based models (EBMs), a.k.a. un-normalized models, have had recent successes in continuous spaces. However, they have not been successfully applied to model text sequences. While decreasing the energy at training samples is straightforward, mining (negative) samples where the energy should be increased is difficult. In part, this is because standard gradient-based methods are not readily app… ▽ More

    Submitted 25 November, 2019; v1 submitted 7 June, 2019; originally announced June 2019.

  8. arXiv:1905.12245  [pdf, other

    cs.MM

    Automatic Realistic Music Video Generation from Segments of Youtube Videos

    Authors: Sarah Gross, Xingxing Wei, Jun Zhu

    Abstract: A Music Video (MV) is a video aiming at visually illustrating or extending the meaning of its background music. This paper proposes a novel method to automatically generate, from an input music track, a music video made of segments of Youtube music videos which would fit this music. The system analyzes the input music to find its genre (pop, rock, ...) and finds segmented MVs with the same genre i… ▽ More

    Submitted 29 May, 2019; originally announced May 2019.

  9. arXiv:1904.01038  [pdf, other

    cs.CL

    fairseq: A Fast, Extensible Toolkit for Sequence Modeling

    Authors: Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan Ng, David Grangier, Michael Auli

    Abstract: fairseq is an open-source sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling, and other text generation tasks. The toolkit is based on PyTorch and supports distributed training across multiple GPUs and machines. We also support fast mixed-precision training and inference on modern GPUs. A demo video can be found… ▽ More

    Submitted 1 April, 2019; originally announced April 2019.

    Comments: NAACL 2019 Demo paper

  10. arXiv:1812.05380  [pdf, other

    cs.SE cs.CR cs.PL

    IIFA: Modular Inter-app Intent Information Flow Analysis of Android Applications

    Authors: Abhishek Tiwari, Sascha Groß, Christian Hammer

    Abstract: Android apps cooperate through message passing via intents. However, when apps do not have identical sets of privileges inter-app communication (IAC) can accidentally or maliciously be misused, e.g., to leak sensitive information contrary to users expectations. Recent research considered static program analysis to detect dangerous data leaks due to inter-component communication (ICC) or IAC, but s… ▽ More

    Submitted 13 December, 2018; originally announced December 2018.

  11. arXiv:1811.00164  [pdf, other

    cs.AI cs.GT cs.LG

    Deep Counterfactual Regret Minimization

    Authors: Noam Brown, Adam Lerer, Sam Gross, Tuomas Sandholm

    Abstract: Counterfactual Regret Minimization (CFR) is the leading framework for solving large imperfect-information games. It converges to an equilibrium by iteratively traversing the game tree. In order to deal with extremely large games, abstraction is typically applied before running CFR. The abstracted game is solved with tabular CFR, and its solution is mapped back to the full game. This process can be… ▽ More

    Submitted 22 May, 2019; v1 submitted 31 October, 2018; originally announced November 2018.

    Journal ref: International Conference on Machine Learning (ICML), 2019

  12. arXiv:1708.06564  [pdf, other

    cs.AI cs.CY

    The Continuous Hint Factory - Providing Hints in Vast and Sparsely Populated Edit Distance Spaces

    Authors: Benjamin Paaßen, Barbara Hammer, Thomas William Price, Tiffany Barnes, Sebastian Gross, Niels Pinkwart

    Abstract: Intelligent tutoring systems can support students in solving multi-step tasks by providing hints regarding what to do next. However, engineering such next-step hints manually or via an expert model becomes infeasible if the space of possible states is too large. Therefore, several approaches have emerged to infer next-step hints automatically, relying on past students' data. In particular, the Hin… ▽ More

    Submitted 30 June, 2018; v1 submitted 22 August, 2017; originally announced August 2017.

    Journal ref: Journal of Educational Data Mining, 10 (2018) 1-35. Retrieved from https://jedm.educationaldatamining.org/index.php/JEDM/article/view/158

  13. arXiv:1704.06363  [pdf, other

    cs.CV stat.ML

    Hard Mixtures of Experts for Large Scale Weakly Supervised Vision

    Authors: Sam Gross, Marc'Aurelio Ranzato, Arthur Szlam

    Abstract: Training convolutional networks (CNN's) that fit on a single GPU with minibatch stochastic gradient descent has become effective in practice. However, there is still no effective method for training large CNN's that do not fit in the memory of a few GPU cards, or for parallelizing CNN training. In this work we show that a simple hard mixture of experts model can be efficiently trained to good effe… ▽ More

    Submitted 20 April, 2017; originally announced April 2017.

    Comments: Appearing in CVPR 2017

  14. arXiv:1611.06430  [pdf, other

    cs.CV

    Semi-Supervised Learning with Context-Conditional Generative Adversarial Networks

    Authors: Remi Denton, Sam Gross, Rob Fergus

    Abstract: We introduce a simple semi-supervised learning approach for images based on in-painting using an adversarial loss. Images with random patches removed are presented to a generator whose task is to fill in the hole, based on the surrounding pixels. The in-painted images are then presented to a discriminator network that judges if they are real (unaltered training images) or not. This task acts as… ▽ More

    Submitted 19 November, 2016; originally announced November 2016.

  15. arXiv:1604.02135  [pdf, other

    cs.CV

    A MultiPath Network for Object Detection

    Authors: Sergey Zagoruyko, Adam Lerer, Tsung-Yi Lin, Pedro O. Pinheiro, Sam Gross, Soumith Chintala, Piotr Dollár

    Abstract: The recent COCO object detection dataset presents several new challenges for object detection. In particular, it contains objects at a broad range of scales, less prototypical images, and requires more precise localization. To address these challenges, we test three modifications to the standard Fast R-CNN object detector: (1) skip connections that give the detector access to features at multiple… ▽ More

    Submitted 8 August, 2016; v1 submitted 7 April, 2016; originally announced April 2016.

  16. arXiv:1603.01312  [pdf, other

    cs.AI

    Learning Physical Intuition of Block Towers by Example

    Authors: Adam Lerer, Sam Gross, Rob Fergus

    Abstract: Wooden blocks are a common toy for infants, allowing them to develop motor skills and gain intuition about the physical behavior of the world. In this paper, we explore the ability of deep feed-forward models to learn such intuitive physics. Using a 3D game engine, we create small towers of wooden blocks whose stability is randomized and render them collapsing (or remaining upright). This data all… ▽ More

    Submitted 3 March, 2016; originally announced March 2016.

  17. arXiv:1412.6890  [pdf, other

    stat.CO cs.MS cs.SE

    Software for Distributed Computation on Medical Databases: A Demonstration Project

    Authors: Balasubramanian Narasimhan, Daniel L. Rubin, Samuel M. Gross, Marina Bendersky, Philip W. Lavori

    Abstract: Bringing together the information latent in distributed medical databases promises to personalize medical care by enabling reliable, stable modeling of outcomes with rich feature sets (including patient characteristics and treatments received). However, there are barriers to aggregation of medical data, due to lack of standardization of ontologies, privacy concerns, proprietary attitudes toward da… ▽ More

    Submitted 9 February, 2017; v1 submitted 22 December, 2014; originally announced December 2014.

  18. arXiv:1209.2873  [pdf

    physics.data-an cs.SI physics.bio-ph physics.soc-ph q-bio.MN

    Extraction of hidden information by efficient community detection in networks

    Authors: Juyong Lee, Steven P. Gross, Jooyoung Lee

    Abstract: Currently, we are overwhelmed by a deluge of experimental data, and network physics has the potential to become an invaluable method to increase our understanding of large interacting datasets. However, this potential is often unrealized for two reasons: uncovering the hidden community structure of a network, known as community detection, is difficult, and further, even if one has an idea of this… ▽ More

    Submitted 13 September, 2012; originally announced September 2012.

    Comments: 17 pages, 2 figures and 2 tables

    Journal ref: Scientific Reports (2013)

  19. arXiv:1202.5398  [pdf, ps, other

    physics.comp-ph cs.SI physics.data-an physics.soc-ph

    Mod-CSA: Modularity optimization by conformational space annealing

    Authors: Juyong Lee, Steven P. Gross, Jooyoung Lee

    Abstract: We propose a new modularity optimization method, Mod-CSA, based on stochastic global optimization algorithm, conformational space annealing (CSA). Our method outperforms simulated annealing in terms of both efficiency and accuracy, finding higher modularity partitions with less computational resources required. The high modularity values found by our method are higher than, or equal to, the larges… ▽ More

    Submitted 25 April, 2012; v1 submitted 24 February, 2012; originally announced February 2012.