Zum Hauptinhalt springen

Showing 1–36 of 36 results for author: Bär, A

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

    cs.RO cs.CV

    EgoPet: Egomotion and Interaction Data from an Animal's Perspective

    Authors: Amir Bar, Arya Bakhtiar, Danny Tran, Antonio Loquercio, Jathushan Rajasegaran, Yann LeCun, Amir Globerson, Trevor Darrell

    Abstract: Animals perceive the world to plan their actions and interact with other agents to accomplish complex tasks, demonstrating capabilities that are still unmatched by AI systems. To advance our understanding and reduce the gap between the capabilities of animals and AI systems, we introduce a dataset of pet egomotion imagery with diverse examples of simultaneous egomotion and multi-agent interaction.… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

    Comments: https://www.amirbar.net/egopet

  2. arXiv:2404.05729  [pdf, other

    cs.CV

    Finding Visual Task Vectors

    Authors: Alberto Hojel, Yutong Bai, Trevor Darrell, Amir Globerson, Amir Bar

    Abstract: Visual Prompting is a technique for teaching models to perform a visual task via in-context examples, without any additional training. In this work, we analyze the activations of MAE-VQGAN, a recent Visual Prompting model, and find task vectors, activations that encode task-specific information. Equipped with this insight, we demonstrate that it is possible to identify the task vectors and use the… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

    Comments: https://github.com/alhojel/visual_task_vectors

  3. arXiv:2403.10519  [pdf, other

    cs.CV

    Frozen Feature Augmentation for Few-Shot Image Classification

    Authors: Andreas Bär, Neil Houlsby, Mostafa Dehghani, Manoj Kumar

    Abstract: Training a linear classifier or lightweight model on top of pretrained vision model outputs, so-called 'frozen features', leads to impressive performance on a number of downstream few-shot tasks. Currently, frozen features are not modified during training. On the other hand, when networks are trained directly on images, data augmentation is a standard recipe that improves performance with no subst… ▽ More

    Submitted 26 July, 2024; v1 submitted 15 March, 2024; originally announced March 2024.

    Comments: CVPR 2024 (18 pages, main paper + supplementary material)

  4. arXiv:2402.13810  [pdf, other

    cs.LG

    The Expected Loss of Preconditioned Langevin Dynamics Reveals the Hessian Rank

    Authors: Amitay Bar, Rotem Mulayoff, Tomer Michaeli, Ronen Talmon

    Abstract: Langevin dynamics (LD) is widely used for sampling from distributions and for optimization. In this work, we derive a closed-form expression for the expected loss of preconditioned LD near stationary points of the objective function. We use the fact that at the vicinity of such points, LD reduces to an Ornstein-Uhlenbeck process, which is amenable to convenient mathematical treatment. Our analysis… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

    Comments: Accepted to AAAI-24 main track

  5. arXiv:2312.01771  [pdf, other

    cs.CV

    IMProv: Inpainting-based Multimodal Prompting for Computer Vision Tasks

    Authors: Jiarui Xu, Yossi Gandelsman, Amir Bar, Jianwei Yang, Jianfeng Gao, Trevor Darrell, Xiaolong Wang

    Abstract: In-context learning allows adapting a model to new tasks given a task description at test time. In this paper, we present IMProv - a generative model that is able to in-context learn visual tasks from multimodal prompts. Given a textual description of a visual task (e.g. "Left: input image, Right: foreground segmentation"), a few input-output visual examples, or both, the model in-context learns t… ▽ More

    Submitted 4 December, 2023; originally announced December 2023.

    Comments: Project page: https://jerryxu.net/IMProv

  6. arXiv:2312.00785  [pdf, other

    cs.CV

    Sequential Modeling Enables Scalable Learning for Large Vision Models

    Authors: Yutong Bai, Xinyang Geng, Karttikeya Mangalam, Amir Bar, Alan Yuille, Trevor Darrell, Jitendra Malik, Alexei A Efros

    Abstract: We introduce a novel sequential modeling approach which enables learning a Large Vision Model (LVM) without making use of any linguistic data. To do this, we define a common format, "visual sentences", in which we can represent raw images and videos as well as annotated data sources such as semantic segmentations and depth reconstructions without needing any meta-knowledge beyond the pixels. Once… ▽ More

    Submitted 1 December, 2023; originally announced December 2023.

    Comments: Website: https://yutongbai.com/lvm.html

  7. arXiv:2311.17942  [pdf, other

    cs.CV

    Object-based (yet Class-agnostic) Video Domain Adaptation

    Authors: Dantong Niu, Amir Bar, Roei Herzig, Trevor Darrell, Anna Rohrbach

    Abstract: Existing video-based action recognition systems typically require dense annotation and struggle in environments when there is significant distribution shift relative to the training data. Current methods for video domain adaptation typically fine-tune the model using fully annotated data on a subset of target domain data or align the representation of the two domains using bootstrapping or adversa… ▽ More

    Submitted 28 November, 2023; originally announced November 2023.

  8. arXiv:2308.00566  [pdf, other

    cs.CV cs.AI cs.LG

    Stochastic positional embeddings improve masked image modeling

    Authors: Amir Bar, Florian Bordes, Assaf Shocher, Mahmoud Assran, Pascal Vincent, Nicolas Ballas, Trevor Darrell, Amir Globerson, Yann LeCun

    Abstract: Masked Image Modeling (MIM) is a promising self-supervised learning approach that enables learning from unlabeled images. Despite its recent success, learning good representations through MIM remains challenging because it requires predicting the right semantic content in accurate locations. For example, given an incomplete picture of a dog, we can guess that there is a tail, but we cannot determi… ▽ More

    Submitted 27 February, 2024; v1 submitted 31 July, 2023; originally announced August 2023.

    Comments: Code and models available in https://github.com/amirbar/StoP

  9. arXiv:2304.12210  [pdf, other

    cs.LG cs.CV

    A Cookbook of Self-Supervised Learning

    Authors: Randall Balestriero, Mark Ibrahim, Vlad Sobal, Ari Morcos, Shashank Shekhar, Tom Goldstein, Florian Bordes, Adrien Bardes, Gregoire Mialon, Yuandong Tian, Avi Schwarzschild, Andrew Gordon Wilson, Jonas Geiping, Quentin Garrido, Pierre Fernandez, Amir Bar, Hamed Pirsiavash, Yann LeCun, Micah Goldblum

    Abstract: Self-supervised learning, dubbed the dark matter of intelligence, is a promising path to advance machine learning. Yet, much like cooking, training SSL methods is a delicate art with a high barrier to entry. While many components are familiar, successfully training a SSL method involves a dizzying set of choices from the pretext tasks to training hyper-parameters. Our goal is to lower the barrier… ▽ More

    Submitted 28 June, 2023; v1 submitted 24 April, 2023; originally announced April 2023.

  10. arXiv:2209.00647  [pdf, other

    cs.CV

    Visual Prompting via Image Inpainting

    Authors: Amir Bar, Yossi Gandelsman, Trevor Darrell, Amir Globerson, Alexei A. Efros

    Abstract: How does one adapt a pre-trained visual model to novel downstream tasks without task-specific finetuning or any model modification? Inspired by prompting in NLP, this paper investigates visual prompting: given input-output image example(s) of a new task at test time and a new input image, the goal is to automatically produce the output image, consistent with the given examples. We show that posing… ▽ More

    Submitted 1 September, 2022; originally announced September 2022.

    Comments: Project page: https://yossigandelsman.github.io/visual_prompt

  11. arXiv:2206.07689  [pdf, other

    cs.CV

    Structured Video Tokens @ Ego4D PNR Temporal Localization Challenge 2022

    Authors: Elad Ben-Avraham, Roei Herzig, Karttikeya Mangalam, Amir Bar, Anna Rohrbach, Leonid Karlinsky, Trevor Darrell, Amir Globerson

    Abstract: This technical report describes the SViT approach for the Ego4D Point of No Return (PNR) Temporal Localization Challenge. We propose a learning framework StructureViT (SViT for short), which demonstrates how utilizing the structure of a small number of images only available during training can improve a video model. SViT relies on two key insights. First, as both images and videos contain structur… ▽ More

    Submitted 15 June, 2022; originally announced June 2022.

    Comments: Ego4D CVPR22 Object State Localization challenge. arXiv admin note: substantial text overlap with arXiv:2206.06346

  12. arXiv:2206.06346  [pdf

    cs.CV

    Bringing Image Scene Structure to Video via Frame-Clip Consistency of Object Tokens

    Authors: Elad Ben-Avraham, Roei Herzig, Karttikeya Mangalam, Amir Bar, Anna Rohrbach, Leonid Karlinsky, Trevor Darrell, Amir Globerson

    Abstract: Recent action recognition models have achieved impressive results by integrating objects, their locations and interactions. However, obtaining dense structured annotations for each frame is tedious and time-consuming, making these methods expensive to train and less scalable. At the same time, if a small set of annotated images is available, either within or outside the domain of interest, how cou… ▽ More

    Submitted 29 November, 2022; v1 submitted 13 June, 2022; originally announced June 2022.

    Comments: Tech report

  13. arXiv:2203.01177  [pdf, other

    cs.CV

    Detecting Adversarial Perturbations in Multi-Task Perception

    Authors: Marvin Klingner, Varun Ravi Kumar, Senthil Yogamani, Andreas Bär, Tim Fingscheidt

    Abstract: While deep neural networks (DNNs) achieve impressive performance on environment perception tasks, their sensitivity to adversarial perturbations limits their use in practical applications. In this paper, we (i) propose a novel adversarial perturbation detection scheme based on multi-task perception of complex vision tasks (i.e., depth estimation and semantic segmentation). Specifically, adversaria… ▽ More

    Submitted 11 September, 2022; v1 submitted 2 March, 2022; originally announced March 2022.

    Comments: Accepted at IROS 2022

  14. arXiv:2110.06915  [pdf, other

    cs.CV

    Object-Region Video Transformers

    Authors: Roei Herzig, Elad Ben-Avraham, Karttikeya Mangalam, Amir Bar, Gal Chechik, Anna Rohrbach, Trevor Darrell, Amir Globerson

    Abstract: Recently, video transformers have shown great success in video understanding, exceeding CNN performance; yet existing video transformer models do not explicitly model objects, although objects can be essential for recognizing actions. In this work, we present Object-Region Video Transformers (ORViT), an \emph{object-centric} approach that extends video transformer layers with a block that directly… ▽ More

    Submitted 9 June, 2022; v1 submitted 13 October, 2021; originally announced October 2021.

    Comments: CVPR 2022

  15. arXiv:2106.04550  [pdf, other

    cs.CV

    DETReg: Unsupervised Pretraining with Region Priors for Object Detection

    Authors: Amir Bar, Xin Wang, Vadim Kantorov, Colorado J Reed, Roei Herzig, Gal Chechik, Anna Rohrbach, Trevor Darrell, Amir Globerson

    Abstract: Recent self-supervised pretraining methods for object detection largely focus on pretraining the backbone of the object detector, neglecting key parts of detection architecture. Instead, we introduce DETReg, a new self-supervised method that pretrains the entire object detection network, including the object localization and embedding components. During pretraining, DETReg predicts object localiza… ▽ More

    Submitted 19 July, 2023; v1 submitted 8 June, 2021; originally announced June 2021.

    Comments: Project page: https://www.amirbar.net/detreg/

  16. arXiv:2105.05322  [pdf, other

    cs.HC

    Diplomat: A conversational agent framework for goal-oriented group discussion

    Authors: Kevin Hogan, Annabelle Baer, James Purtilo

    Abstract: Recent work in human-computer interaction has explored the use of conversational agents as facilitators for group goal-oriented discussions. Inspired by this work and by the apparent lack of tooling available to support it, we created Diplomat, a Python-based framework for building conversational agent facilitators. Diplomat is designed to support simple specification of agent functionality as wel… ▽ More

    Submitted 11 May, 2021; originally announced May 2021.

  17. Inspect, Understand, Overcome: A Survey of Practical Methods for AI Safety

    Authors: Sebastian Houben, Stephanie Abrecht, Maram Akila, Andreas Bär, Felix Brockherde, Patrick Feifel, Tim Fingscheidt, Sujan Sai Gannamaneni, Seyed Eghbal Ghobadi, Ahmed Hammam, Anselm Haselhoff, Felix Hauser, Christian Heinzemann, Marco Hoffmann, Nikhil Kapoor, Falk Kappel, Marvin Klingner, Jan Kronenberger, Fabian Küppers, Jonas Löhdefink, Michael Mlynarski, Michael Mock, Firas Mualla, Svetlana Pavlitskaya, Maximilian Poretschkin , et al. (16 additional authors not shown)

    Abstract: The use of deep neural networks (DNNs) in safety-critical applications like mobile health and autonomous driving is challenging due to numerous model-inherent shortcomings. These shortcomings are diverse and range from a lack of generalization over insufficient interpretability to problems with malicious inputs. Cyber-physical systems employing DNNs are therefore likely to suffer from safety conce… ▽ More

    Submitted 29 April, 2021; originally announced April 2021.

    Comments: 94 pages

    Journal ref: Fingscheidt, T., Gottschalk, H., Houben, S. (eds) Deep Neural Networks and Data for Automated Driving, Springer, Cham (2022)

  18. arXiv:2104.05255  [pdf, other

    cs.CV

    Improving Online Performance Prediction for Semantic Segmentation

    Authors: Marvin Klingner, Andreas Bär, Marcel Mross, Tim Fingscheidt

    Abstract: In this work we address the task of observing the performance of a semantic segmentation deep neural network (DNN) during online operation, i.e., during inference, which is of high importance in safety-critical applications such as autonomous driving. Here, many high-level decisions rely on such DNNs, which are usually evaluated offline, while their performance in online operation remains unknown.… ▽ More

    Submitted 12 April, 2021; originally announced April 2021.

    Comments: Accepted to CVPR SAIAD Workshop

  19. The Vulnerability of Semantic Segmentation Networks to Adversarial Attacks in Autonomous Driving: Enhancing Extensive Environment Sensing

    Authors: Andreas Bär, Jonas Löhdefink, Nikhil Kapoor, Serin J. Varghese, Fabian Hüger, Peter Schlicht, Tim Fingscheidt

    Abstract: Enabling autonomous driving (AD) can be considered one of the biggest challenges in today's technology. AD is a complex task accomplished by several functionalities, with environment perception being one of its core functions. Environment perception is usually performed by combining the semantic information captured by several sensors, i.e., lidar or camera. The semantic information from the respe… ▽ More

    Submitted 13 January, 2021; v1 submitted 11 January, 2021; originally announced January 2021.

    Comments: IEEE Signal Processing Magazine (Volume: 38, Issue: 1, Jan. 2021), pp. 42 - 52

  20. arXiv:2012.01558  [pdf, other

    cs.CV cs.LG eess.IV

    From a Fourier-Domain Perspective on Adversarial Examples to a Wiener Filter Defense for Semantic Segmentation

    Authors: Nikhil Kapoor, Andreas Bär, Serin Varghese, Jan David Schneider, Fabian Hüger, Peter Schlicht, Tim Fingscheidt

    Abstract: Despite recent advancements, deep neural networks are not robust against adversarial perturbations. Many of the proposed adversarial defense approaches use computationally expensive training mechanisms that do not scale to complex real-world tasks such as semantic segmentation, and offer only marginal improvements. In addition, fundamental questions on the nature of adversarial perturbations and t… ▽ More

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

    Comments: Accepted by The International Joint Conference on Neural Network (IJCNN) 2021

  21. arXiv:2010.14919  [pdf, other

    cs.CV

    Transferable Universal Adversarial Perturbations Using Generative Models

    Authors: Atiye Sadat Hashemi, Andreas Bär, Saeed Mozaffari, Tim Fingscheidt

    Abstract: Deep neural networks tend to be vulnerable to adversarial perturbations, which by adding to a natural image can fool a respective model with high confidence. Recently, the existence of image-agnostic perturbations, also known as universal adversarial perturbations (UAPs), were discovered. However, existing UAPs still lack a sufficiently high fooling rate, when being applied to an unknown target mo… ▽ More

    Submitted 29 October, 2020; v1 submitted 28 October, 2020; originally announced October 2020.

  22. arXiv:2010.03739  [pdf, other

    eess.IV cs.CV

    3D Convolutional Sequence to Sequence Model for Vertebral Compression Fractures Identification in CT

    Authors: David Chettrit, Tomer Meir, Hila Lebel, Mila Orlovsky, Ronen Gordon, Ayelet Akselrod-Ballin, Amir Bar

    Abstract: An osteoporosis-related fracture occurs every three seconds worldwide, affecting one in three women and one in five men aged over 50. The early detection of at-risk patients facilitates effective and well-evidenced preventative interventions, reducing the incidence of major osteoporotic fractures. In this study, we present an automatic system for identification of vertebral compression fractures o… ▽ More

    Submitted 7 October, 2020; originally announced October 2020.

    Comments: Accepted to MICCAI 2020

  23. arXiv:2006.15327  [pdf, other

    cs.CV cs.LG

    Compositional Video Synthesis with Action Graphs

    Authors: Amir Bar, Roei Herzig, Xiaolong Wang, Anna Rohrbach, Gal Chechik, Trevor Darrell, Amir Globerson

    Abstract: Videos of actions are complex signals containing rich compositional structure in space and time. Current video generation methods lack the ability to condition the generation on multiple coordinated and potentially simultaneous timed actions. To address this challenge, we propose to represent the actions in a graph structure called Action Graph and present the new ``Action Graph To Video'' synthes… ▽ More

    Submitted 10 June, 2021; v1 submitted 27 June, 2020; originally announced June 2020.

    Comments: ICML 2021 Camera Ready

  24. arXiv:2005.06050  [pdf, other

    cs.CV cs.LG eess.IV

    Class-Incremental Learning for Semantic Segmentation Re-Using Neither Old Data Nor Old Labels

    Authors: Marvin Klingner, Andreas Bär, Philipp Donn, Tim Fingscheidt

    Abstract: While neural networks trained for semantic segmentation are essential for perception in autonomous driving, most current algorithms assume a fixed number of classes, presenting a major limitation when developing new autonomous driving systems with the need of additional classes. In this paper we present a technique implementing class-incremental learning for semantic segmentation without using the… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: ITSC 2020 Conference Paper

  25. arXiv:2004.11072  [pdf, other

    cs.CV

    Improved Noise and Attack Robustness for Semantic Segmentation by Using Multi-Task Training with Self-Supervised Depth Estimation

    Authors: Marvin Klingner, Andreas Bär, Tim Fingscheidt

    Abstract: While current approaches for neural network training often aim at improving performance, less focus is put on training methods aiming at robustness towards varying noise conditions or directed attacks by adversarial examples. In this paper, we propose to improve robustness by a multi-task training, which extends supervised semantic segmentation by a self-supervised monocular depth estimation on un… ▽ More

    Submitted 23 April, 2020; originally announced April 2020.

    Comments: CVPR 2020 Workshop on Safe Artificial Intelligence for Automated Driving

  26. arXiv:2003.05878  [pdf, other

    cs.LG cs.AI math.SP

    Option Discovery in the Absence of Rewards with Manifold Analysis

    Authors: Amitay Bar, Ronen Talmon, Ron Meir

    Abstract: Options have been shown to be an effective tool in reinforcement learning, facilitating improved exploration and learning. In this paper, we present an approach based on spectral graph theory and derive an algorithm that systematically discovers options without access to a specific reward or task assignment. As opposed to the common practice used in previous methods, our algorithm makes full use o… ▽ More

    Submitted 19 August, 2020; v1 submitted 12 March, 2020; originally announced March 2020.

  27. arXiv:1912.07414  [pdf, other

    cs.CV

    Learning Canonical Representations for Scene Graph to Image Generation

    Authors: Roei Herzig, Amir Bar, Huijuan Xu, Gal Chechik, Trevor Darrell, Amir Globerson

    Abstract: Generating realistic images of complex visual scenes becomes challenging when one wishes to control the structure of the generated images. Previous approaches showed that scenes with few entities can be controlled using scene graphs, but this approach struggles as the complexity of the graph (the number of objects and edges) increases. In this work, we show that one limitation of current methods i… ▽ More

    Submitted 24 August, 2020; v1 submitted 16 December, 2019; originally announced December 2019.

    Comments: ECCV 2020

  28. arXiv:1907.00148  [pdf, other

    cs.CV

    Improved ICH classification using task-dependent learning

    Authors: Amir Bar, Michal Mauda, Yoni Turner, Michal Safadi, Eldad Elnekave

    Abstract: Head CT is one of the most commonly performed imaging studied in the Emergency Department setting and Intracranial hemorrhage (ICH) is among the most critical and timesensitive findings to be detected on Head CT. We present BloodNet, a deep learning architecture designed for optimal triaging of Head CTs, with the goal of decreasing the time from CT acquisition to accurate ICH detection. The BloodN… ▽ More

    Submitted 29 June, 2019; originally announced July 2019.

    Comments: IEEE International Symposium on Biomedical Imaging (ISBI) 2019

  29. arXiv:1906.04160  [pdf, other

    cs.CV cs.LG eess.AS

    Learning Individual Styles of Conversational Gesture

    Authors: Shiry Ginosar, Amir Bar, Gefen Kohavi, Caroline Chan, Andrew Owens, Jitendra Malik

    Abstract: Human speech is often accompanied by hand and arm gestures. Given audio speech input, we generate plausible gestures to go along with the sound. Specifically, we perform cross-modal translation from "in-the-wild'' monologue speech of a single speaker to their hand and arm motion. We train on unlabeled videos for which we only have noisy pseudo ground truth from an automatic pose detection system.… ▽ More

    Submitted 10 June, 2019; originally announced June 2019.

    Comments: CVPR 2019

  30. arXiv:1905.11773  [pdf, other

    cs.CV eess.IV

    PHT-bot: Deep-Learning based system for automatic risk stratification of COPD patients based upon signs of Pulmonary Hypertension

    Authors: David Chettrit, Orna Bregman Amitai, Itamar Tamir, Amir Bar, Eldad Elnekave

    Abstract: Chronic Obstructive Pulmonary Disease (COPD) is a leading cause of morbidity and mortality worldwide. Identifying those at highest risk of deterioration would allow more effective distribution of preventative and surveillance resources. Secondary pulmonary hypertension is a manifestation of advanced COPD, which can be reliably diagnosed by the main Pulmonary Artery (PA) to Ascending Aorta (Ao) rat… ▽ More

    Submitted 28 May, 2019; originally announced May 2019.

    Journal ref: Proc. SPIE 10950, Medical Imaging 2019: Computer-Aided Diagnosis, 109500O

  31. arXiv:1902.09184  [pdf, other

    cs.CV

    Towards Corner Case Detection for Autonomous Driving

    Authors: Jan-Aike Bolte, Andreas Bär, Daniel Lipinski, Tim Fingscheidt

    Abstract: The progress in autonomous driving is also due to the increased availability of vast amounts of training data for the underlying machine learning approaches. Machine learning systems are generally known to lack robustness, e.g., if the training data did rarely or not at all cover critical situations. The challenging task of corner case detection in video, which is also somehow related to unusual e… ▽ More

    Submitted 26 February, 2019; v1 submitted 25 February, 2019; originally announced February 2019.

  32. arXiv:1902.04311  [pdf, other

    cs.CV

    GAN- vs. JPEG2000 Image Compression for Distributed Automotive Perception: Higher Peak SNR Does Not Mean Better Semantic Segmentation

    Authors: Jonas Löhdefink, Andreas Bär, Nico M. Schmidt, Fabian Hüger, Peter Schlicht, Tim Fingscheidt

    Abstract: The high amount of sensors required for autonomous driving poses enormous challenges on the capacity of automotive bus systems. There is a need to understand tradeoffs between bitrate and perception performance. In this paper, we compare the image compression standards JPEG, JPEG2000, and WebP to a modern encoder/decoder image compression approach based on generative adversarial networks (GANs). W… ▽ More

    Submitted 12 February, 2019; originally announced February 2019.

  33. arXiv:1706.01671  [pdf, other

    cs.CV

    Compression Fractures Detection on CT

    Authors: Amir Bar, Lior Wolf, Orna Bergman Amitai, Eyal Toledano, Eldad Elnekave

    Abstract: The presence of a vertebral compression fracture is highly indicative of osteoporosis and represents the single most robust predictor for development of a second osteoporotic fracture in the spine or elsewhere. Less than one third of vertebral compression fractures are diagnosed clinically. We present an automated method for detecting spine compression fractures in Computed Tomography (CT) scans.… ▽ More

    Submitted 6 June, 2017; originally announced June 2017.

    Journal ref: Proc. SPIE 10134, Medical Imaging 2017: Computer-Aided Diagnosis, 1013440 (March 3, 2017)

  34. arXiv:1706.01399  [pdf, ps, other

    cs.CL

    Language Generation with Recurrent Generative Adversarial Networks without Pre-training

    Authors: Ofir Press, Amir Bar, Ben Bogin, Jonathan Berant, Lior Wolf

    Abstract: Generative Adversarial Networks (GANs) have shown great promise recently in image generation. Training GANs for language generation has proven to be more difficult, because of the non-differentiable nature of generating text with recurrent neural networks. Consequently, past work has either resorted to pre-training with maximum-likelihood or used convolutional networks for generation. In this work… ▽ More

    Submitted 21 December, 2017; v1 submitted 5 June, 2017; originally announced June 2017.

    Comments: Presented at the 1st Workshop on Learning to Generate Natural Language at ICML 2017

  35. arXiv:1311.2968  [pdf

    cs.SE

    An Experience based Evaluation Process for ERP bids

    Authors: Adnan Al Bar, Victor Basili, Wajdi Al Jedaibi, Abdul Jawad Chaudhry

    Abstract: Enterprise Resource Planning ERP systems integrate information across an entire organization that automate core activities such as finance accounting, human resources, manufacturing, production and supply chain management etc. to facilitate an integrated centralized system and rapid decision making resulting in cost reduction, greater planning, and increased control. Many organizations are updatin… ▽ More

    Submitted 12 November, 2013; originally announced November 2013.

    Comments: 14 pages, 4 figures

  36. arXiv:1211.2891  [pdf

    cs.IR cs.LG stat.ML

    Boosting Simple Collaborative Filtering Models Using Ensemble Methods

    Authors: Ariel Bar, Lior Rokach, Guy Shani, Bracha Shapira, Alon Schclar

    Abstract: In this paper we examine the effect of applying ensemble learning to the performance of collaborative filtering methods. We present several systematic approaches for generating an ensemble of collaborative filtering models based on a single collaborative filtering algorithm (single-model or homogeneous ensemble). We present an adaptation of several popular ensemble techniques in machine learning f… ▽ More

    Submitted 13 November, 2012; originally announced November 2012.