Skip to main content

Showing 1–10 of 10 results for author: Kemp, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2401.02404  [pdf

    cs.CY

    Correctness Comparison of ChatGPT-4, Gemini, Claude-3, and Copilot for Spatial Tasks

    Authors: Hartwig H. Hochmair, Levente Juhasz, Takoda Kemp

    Abstract: Generative AI including large language models (LLMs) has recently gained significant interest in the geo-science community through its versatile task-solving capabilities including programming, arithmetic reasoning, generation of sample data, time-series forecasting, toponym recognition, or image classification. Most existing performance assessments of LLMs for spatial tasks have primarily focused… ▽ More

    Submitted 1 June, 2024; v1 submitted 4 January, 2024; originally announced January 2024.

    Comments: Submitted for review in Transactions in GIS

  2. arXiv:2111.01350  [pdf, other

    eess.IV cs.CV

    Constructing High-Order Signed Distance Maps from Computed Tomography Data with Application to Bone Morphometry

    Authors: Bryce A. Besler, Tannis D. Kemp, Nils D. Forkert, Steven K. Boyd

    Abstract: An algorithm is presented for constructing high-order signed distance fields for two phase materials imaged with computed tomography. The signed distance field is high-order in that it is free of the quantization artifact associated with the distance transform of sampled signals. The narrowband is solved using a closest point algorithm extended for implicit embeddings that are not a signed distanc… ▽ More

    Submitted 1 November, 2021; originally announced November 2021.

    Comments: 14 pages, 14 figures

  3. arXiv:2108.04354  [pdf, other

    cs.CV

    Local Morphometry of Closed, Implicit Surfaces

    Authors: Bryce A Besler, Tannis D. Kemp, Andrew S. Michalski, Nils D. Forkert, Steven K. Boyd

    Abstract: Anatomical structures such as the hippocampus, liver, and bones can be analyzed as orientable, closed surfaces. This permits the computation of volume, surface area, mean curvature, Gaussian curvature, and the Euler-Poincaré characteristic as well as comparison of these morphometrics between structures of different topology. The structures are commonly represented implicitly in curve evolution pro… ▽ More

    Submitted 29 July, 2021; originally announced August 2021.

  4. arXiv:2102.06725  [pdf, other

    cs.LG cs.CV

    Neural Network Libraries: A Deep Learning Framework Designed from Engineers' Perspectives

    Authors: Takuya Narihira, Javier Alonsogarcia, Fabien Cardinaux, Akio Hayakawa, Masato Ishii, Kazunori Iwaki, Thomas Kemp, Yoshiyuki Kobayashi, Lukas Mauch, Akira Nakamura, Yukio Obuchi, Andrew Shin, Kenji Suzuki, Stephen Tiedmann, Stefan Uhlich, Takuya Yashima, Kazuki Yoshiyama

    Abstract: While there exist a plethora of deep learning tools and frameworks, the fast-growing complexity of the field brings new demands and challenges, such as more flexible network design, speedy computation on distributed setting, and compatibility between different tools. In this paper, we introduce Neural Network Libraries (https://nnabla.org), a deep learning framework designed from engineer's perspe… ▽ More

    Submitted 21 June, 2021; v1 submitted 12 February, 2021; originally announced February 2021.

    Comments: https://nnabla.org

  5. arXiv:2011.12043  [pdf, other

    cs.LG cs.AI cs.NE

    Efficient Sampling for Predictor-Based Neural Architecture Search

    Authors: Lukas Mauch, Stephen Tiedemann, Javier Alonso Garcia, Bac Nguyen Cong, Kazuki Yoshiyama, Fabien Cardinaux, Thomas Kemp

    Abstract: Recently, predictor-based algorithms emerged as a promising approach for neural architecture search (NAS). For NAS, we typically have to calculate the validation accuracy of a large number of Deep Neural Networks (DNNs), what is computationally complex. Predictor-based NAS algorithms address this problem. They train a proxy model that can infer the validation accuracy of DNNs directly from their n… ▽ More

    Submitted 24 November, 2020; originally announced November 2020.

  6. arXiv:2010.15084  [pdf, other

    eess.AS cs.SD

    Speech Synthesis and Control Using Differentiable DSP

    Authors: Giorgio Fabbro, Vladimir Golkov, Thomas Kemp, Daniel Cremers

    Abstract: Modern text-to-speech systems are able to produce natural and high-quality speech, but speech contains factors of variation (e.g. pitch, rhythm, loudness, timbre)\ that text alone cannot contain. In this work we move towards a speech synthesis system that can produce diverse speech renditions of a text by allowing (but not requiring) explicit control over the various factors of variation. We propo… ▽ More

    Submitted 28 October, 2020; originally announced October 2020.

    Comments: 6 pages, 3 figures, for associated audio files, see https://thesmith1.github.io/DDSPeech/

  7. Iteratively Training Look-Up Tables for Network Quantization

    Authors: Fabien Cardinaux, Stefan Uhlich, Kazuki Yoshiyama, Javier Alonso Garcia, Lukas Mauch, Stephen Tiedemann, Thomas Kemp, Akira Nakamura

    Abstract: Operating deep neural networks (DNNs) on devices with limited resources requires the reduction of their memory as well as computational footprint. Popular reduction methods are network quantization or pruning, which either reduce the word length of the network parameters or remove weights from the network if they are not needed. In this article we discuss a general framework for network reduction… ▽ More

    Submitted 12 November, 2019; originally announced November 2019.

    Comments: Copyright 2019 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

  8. arXiv:1905.11452  [pdf

    cs.LG cs.CV stat.ML

    Mixed Precision DNNs: All you need is a good parametrization

    Authors: Stefan Uhlich, Lukas Mauch, Fabien Cardinaux, Kazuki Yoshiyama, Javier Alonso Garcia, Stephen Tiedemann, Thomas Kemp, Akira Nakamura

    Abstract: Efficient deep neural network (DNN) inference on mobile or embedded devices typically involves quantization of the network parameters and activations. In particular, mixed precision networks achieve better performance than networks with homogeneous bitwidth for the same size constraint. Since choosing the optimal bitwidths is not straight forward, training methods, which can learn them, are desira… ▽ More

    Submitted 22 May, 2020; v1 submitted 27 May, 2019; originally announced May 2019.

    Comments: International Conference on Learning Representations (ICLR) 2020; Source code at https://github.com/sony/ai-research-code

  9. arXiv:1811.05355  [pdf, ps, other

    cs.LG stat.ML

    Iteratively Training Look-Up Tables for Network Quantization

    Authors: Fabien Cardinaux, Stefan Uhlich, Kazuki Yoshiyama, Javier Alonso García, Stephen Tiedemann, Thomas Kemp, Akira Nakamura

    Abstract: Operating deep neural networks on devices with limited resources requires the reduction of their memory footprints and computational requirements. In this paper we introduce a training method, called look-up table quantization, LUT-Q, which learns a dictionary and assigns each weight to one of the dictionary's values. We show that this method is very flexible and that many other techniques can be… ▽ More

    Submitted 13 November, 2018; originally announced November 2018.

    Comments: NIPS 2018 workshop on Compact Deep Neural Networks with industrial applications

  10. arXiv:1807.02710  [pdf, other

    cs.SD cs.LG eess.AS

    Improving DNN-based Music Source Separation using Phase Features

    Authors: Joachim Muth, Stefan Uhlich, Nathanael Perraudin, Thomas Kemp, Fabien Cardinaux, Yuki Mitsufuji

    Abstract: Music source separation with deep neural networks typically relies only on amplitude features. In this paper we show that additional phase features can improve the separation performance. Using the theoretical relationship between STFT phase and amplitude, we conjecture that derivatives of the phase are a good feature representation opposed to the raw phase. We verify this conjecture experimentall… ▽ More

    Submitted 16 July, 2018; v1 submitted 7 July, 2018; originally announced July 2018.

    Comments: 7 pages, 9 figures, Joint Workshop on Machine Learning for Music at ICML, IJCAI/ECAI and AAMAS, 2018