Skip to main content

Showing 1–16 of 16 results for author: Mann, G

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

    eess.SY cs.LG cs.RO

    Improving the Region of Attraction of a Multi-rotor UAV by Estimating Unknown Disturbances

    Authors: Sachithra Atapattu, Oscar De Silva, Thumeera R Wanasinghe, George K I Mann, Raymond G Gosine

    Abstract: This study presents a machine learning-aided approach to accurately estimate the region of attraction (ROA) of a multi-rotor unmanned aerial vehicle (UAV) controlled using a linear quadratic regulator (LQR) controller. Conventional ROA estimation approaches rely on a nominal dynamic model for ROA calculation, leading to inaccurate estimation due to unknown dynamics and disturbances associated with… ▽ More

    Submitted 30 August, 2024; originally announced September 2024.

  2. arXiv:2409.00196  [pdf, other

    cs.CV cs.AI cs.LG

    A Generative Adversarial Network-based Method for LiDAR-Assisted Radar Image Enhancement

    Authors: Thakshila Thilakanayake, Oscar De Silva, Thumeera R. Wanasinghe, George K. Mann, Awantha Jayasiri

    Abstract: This paper presents a generative adversarial network (GAN) based approach for radar image enhancement. Although radar sensors remain robust for operations under adverse weather conditions, their application in autonomous vehicles (AVs) is commonly limited by the low-resolution data they produce. The primary goal of this study is to enhance the radar images to better depict the details and features… ▽ More

    Submitted 30 August, 2024; originally announced September 2024.

  3. arXiv:2404.02973  [pdf, other

    cs.CV astro-ph.GA

    Scaling Laws for Galaxy Images

    Authors: Mike Walmsley, Micah Bowles, Anna M. M. Scaife, Jason Shingirai Makechemu, Alexander J. Gordon, Annette M. N. Ferguson, Robert G. Mann, James Pearson, Jürgen J. Popp, Jo Bovy, Josh Speagle, Hugh Dickinson, Lucy Fortson, Tobias Géron, Sandor Kruk, Chris J. Lintott, Kameswara Mantha, Devina Mohan, David O'Ryan, Inigo V. Slijepevic

    Abstract: We present the first systematic investigation of supervised scaling laws outside of an ImageNet-like context - on images of galaxies. We use 840k galaxy images and over 100M annotations by Galaxy Zoo volunteers, comparable in scale to Imagenet-1K. We find that adding annotated galaxy images provides a power law improvement in performance across all architectures and all tasks, while adding trainab… ▽ More

    Submitted 3 April, 2024; originally announced April 2024.

    Comments: 10+6 pages, 12 figures. Appendix C2 based on arxiv:2206.11927. Code, demos, documentation at https://github.com/mwalmsley/zoobot

  4. arXiv:2310.08435  [pdf, other

    cs.RO eess.IV

    MUN-FRL: A Visual Inertial LiDAR Dataset for Aerial Autonomous Navigation and Mapping

    Authors: Ravindu G. Thalagala, Sahan M. Gunawardena, Oscar De Silva, Awantha Jayasiri, Arthur Gubbels, George K. I Mann, Raymond G. Gosine

    Abstract: This paper presents a unique outdoor aerial visual-inertial-LiDAR dataset captured using a multi-sensor payload to promote the global navigation satellite system (GNSS)-denied navigation research. The dataset features flight distances ranging from 300m to 5km, collected using a DJI M600 hexacopter drone and the National Research Council (NRC) Bell 412 Advanced Systems Research Aircraft (ASRA). The… ▽ More

    Submitted 12 October, 2023; originally announced October 2023.

  5. arXiv:2303.17564  [pdf, other

    cs.LG cs.AI cs.CL q-fin.GN

    BloombergGPT: A Large Language Model for Finance

    Authors: Shijie Wu, Ozan Irsoy, Steven Lu, Vadim Dabravolski, Mark Dredze, Sebastian Gehrmann, Prabhanjan Kambadur, David Rosenberg, Gideon Mann

    Abstract: The use of NLP in the realm of financial technology is broad and complex, with applications ranging from sentiment analysis and named entity recognition to question answering. Large Language Models (LLMs) have been shown to be effective on a variety of tasks; however, no LLM specialized for the financial domain has been reported in literature. In this work, we present BloombergGPT, a 50 billion pa… ▽ More

    Submitted 21 December, 2023; v1 submitted 30 March, 2023; originally announced March 2023.

    Comments: Updated to include Training Chronicles (Appendix C)

  6. arXiv:2103.01867  [pdf, other

    cs.CL cs.AI cs.CV

    Dual Reinforcement-Based Specification Generation for Image De-Rendering

    Authors: Ramakanth Pasunuru, David Rosenberg, Gideon Mann, Mohit Bansal

    Abstract: Advances in deep learning have led to promising progress in inferring graphics programs by de-rendering computer-generated images. However, current methods do not explore which decoding methods lead to better inductive bias for inferring graphics programs. In our work, we first explore the effectiveness of LSTM-RNN versus Transformer networks as decoders for order-independent graphics programs. Si… ▽ More

    Submitted 2 March, 2021; originally announced March 2021.

    Comments: AAAI 2021 Scientific Document Understanding Workshop (9 pages)

  7. arXiv:1811.08973  [pdf, other

    cs.AI cs.SE

    Improving Grey-Box Fuzzing by Modeling Program Behavior

    Authors: Siddharth Karamcheti, Gideon Mann, David Rosenberg

    Abstract: Grey-box fuzzers such as American Fuzzy Lop (AFL) are popular tools for finding bugs and potential vulnerabilities in programs. While these fuzzers have been able to find vulnerabilities in many widely used programs, they are not efficient; of the millions of inputs executed by AFL in a typical fuzzing run, only a handful discover unseen behavior or trigger a crash. The remaining inputs are redund… ▽ More

    Submitted 21 November, 2018; originally announced November 2018.

    Comments: 5 pages, 3 figures

  8. Adaptive Grey-Box Fuzz-Testing with Thompson Sampling

    Authors: Siddharth Karamcheti, Gideon Mann, David Rosenberg

    Abstract: Fuzz testing, or "fuzzing," refers to a widely deployed class of techniques for testing programs by generating a set of inputs for the express purpose of finding bugs and identifying security flaws. Grey-box fuzzing, the most popular fuzzing strategy, combines light program instrumentation with a data driven process to generate new program inputs. In this work, we present a machine learning approa… ▽ More

    Submitted 24 August, 2018; originally announced August 2018.

    Comments: Published as a workshop paper in the 11th ACM Workshop on Artificial Intelligence and Security (AISec '18) with the 25th ACM Conference on Computer and Communications Security (CCS '18)

  9. arXiv:1707.03341  [pdf, other

    cs.SE astro-ph.IM

    Use of Docker for deployment and testing of astronomy software

    Authors: D. Morris, S. Voutsinas, N. C. Hambly, R. G. Mann

    Abstract: We describe preliminary investigations of using Docker for the deployment and testing of astronomy software. Docker is a relatively new containerisation technology that is developing rapidly and being adopted across a range of domains. It is based upon virtualization at operating system level, which presents many advantages in comparison to the more traditional hardware virtualization that underpi… ▽ More

    Submitted 11 July, 2017; originally announced July 2017.

    Comments: 29 pages, 9 figures, accepted for publication in Astronomy and Computing, ref ASCOM199

  10. arXiv:1611.10346  [pdf, other

    cs.RO

    The Right Invariant Nonlinear Complementary Filter for Low Cost Attitude and Heading Estimation of Platforms

    Authors: Oscar De Silva, George K. I. Mann, Raymond G. Gosine

    Abstract: This paper presents a novel filter with low computational demand to address the problem of orientation estimation of a robotic platform. This is conventionally addressed by extended Kalman filtering of measurements from a sensor suit which mainly includes accelerometers, gyroscopes, and a digital compass. Low cost robotic platforms demand simpler and computationally more efficient methods to addre… ▽ More

    Submitted 30 November, 2016; v1 submitted 30 November, 2016; originally announced November 2016.

  11. arXiv:1606.06343  [pdf, other

    cs.SI physics.soc-ph stat.ML

    Twitter as a Source of Global Mobility Patterns for Social Good

    Authors: Mark Dredze, Manuel García-Herranz, Alex Rutherford, Gideon Mann

    Abstract: Data on human spatial distribution and movement is essential for understanding and analyzing social systems. However existing sources for this data are lacking in various ways; difficult to access, biased, have poor geographical or temporal resolution, or are significantly delayed. In this paper, we describe how geolocation data from Twitter can be used to estimate global mobility patterns and add… ▽ More

    Submitted 20 June, 2016; originally announced June 2016.

    Comments: Presented at 2016 ICML Workshop on #Data4Good: Machine Learning in Social Good Applications, New York, NY

  12. arXiv:1408.1489  [pdf

    cs.AI astro-ph.IM

    Renewal Strings for Cleaning Astronomical Databases

    Authors: Amos J. Storkey, Nigel C. Hambly, Christopher K. I. Williams, Robert G. Mann

    Abstract: Large astronomical databases obtained from sky surveys such as the SuperCOSMOS Sky Surveys (SSS) invariably suffer from a small number of spurious records coming from artefactual effects of the telescope, satellites and junk objects in orbit around earth and physical defects on the photographic plate or CCD. Though relatively small in number these spurious records present a significant problem in… ▽ More

    Submitted 7 August, 2014; originally announced August 2014.

    Comments: Appears in Proceedings of the Nineteenth Conference on Uncertainty in Artificial Intelligence (UAI2003)

    Report number: UAI-P-2003-PG-559-566

  13. arXiv:1210.8030  [pdf, other

    astro-ph.IM cs.DL

    Astronomy and Computing: a New Journal for the Astronomical Computing Community

    Authors: Alberto Accomazzi, Tamás Budavári, Christopher Fluke, Norman Gray, Robert G Mann, William O'Mullane, Andreas Wicenec, Michael Wise

    Abstract: We introduce \emph{Astronomy and Computing}, a new journal for the growing population of people working in the domain where astronomy overlaps with computer science and information technology. The journal aims to provide a new communication channel within that community, which is not well served by current journals, and to help secure recognition of its true importance within modern astronomy. In… ▽ More

    Submitted 30 October, 2012; originally announced October 2012.

    Comments: 5 pages, no figures; editorial for first edition of journal

  14. arXiv:1111.6116  [pdf, ps, other

    astro-ph.IM cs.DL cs.IR

    AstroDAbis: Annotations and Cross-Matches for Remote Catalogues

    Authors: Norman Gray, Robert G Mann, Dave Morris, Mark Holliman, Keith Noddle

    Abstract: Astronomers are good at sharing data, but poorer at sharing knowledge. Almost all astronomical data ends up in open archives, and access to these is being simplified by the development of the global Virtual Observatory (VO). This is a great advance, but the fundamental problem remains that these archives contain only basic observational data, whereas all the astrophysical interpretation of that… ▽ More

    Submitted 25 November, 2011; originally announced November 2011.

    Comments: 4 pages, 1 figure, to appear in Proceedings of ADASS XXI, Paris, 2011

    ACM Class: J.2; H.2.8; H.5.4

  15. arXiv:1011.5294  [pdf, other

    astro-ph.IM cs.HC

    Collaborative Astronomical Image Mosaics

    Authors: Daniel S. Katz, G. Bruce Berriman, Robert G. Mann

    Abstract: This chapter describes how astronomical imaging survey data have become a vital part of modern astronomy, how these data are archived and then served to the astronomical community through on-line data access portals. The Virtual Observatory, now under development, aims to make all these data accessible through a uniform set of interfaces. This chapter also describes the scientific need for one com… ▽ More

    Submitted 23 November, 2010; originally announced November 2010.

    Comments: 16 pages, 3 figures. To be published in "Reshaping Research and Development using Web 2.0-based technologies." Mark Baker, ed. Nova Science Publishers, Inc.(2011)

  16. arXiv:cs/0107006  [pdf, ps, other

    cs.CL

    Looking Under the Hood : Tools for Diagnosing your Question Answering Engine

    Authors: Eric Breck, Marc Light, Gideon S. Mann, Ellen Riloff, Brianne Brown Pranav Anand, Mats Rooth, Michael Thelen

    Abstract: In this paper we analyze two question answering tasks : the TREC-8 question answering task and a set of reading comprehension exams. First, we show that Q/A systems perform better when there are multiple answer opportunities per question. Next, we analyze common approaches to two subproblems: term overlap for answer sentence identification, and answer typing for short answer extraction. We prese… ▽ More

    Submitted 3 July, 2001; originally announced July 2001.

    Comments: Revision of paper appearing in the Proceedings of the Workshop on Open-Domain Question Answering

    ACM Class: I.2.7