Skip to main content

Showing 1–6 of 6 results for author: Richards, F

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

    cs.CV astro-ph.IM

    Multi-scale gridded Gabor attention for cirrus segmentation

    Authors: Felix Richards, Adeline Paiement, Xianghua Xie, Elisabeth Sola, Pierre-Alain Duc

    Abstract: In this paper, we address the challenge of segmenting global contaminants in large images. The precise delineation of such structures requires ample global context alongside understanding of textural patterns. CNNs specialise in the latter, though their ability to generate global features is limited. Attention measures long range dependencies in images, capturing global context, though at a large… ▽ More

    Submitted 11 July, 2024; originally announced July 2024.

    Journal ref: IEEE International Conference on Image Processing (ICIP) 2022

  2. arXiv:2407.07494  [pdf, other

    cs.CV astro-ph.GA

    Panoptic Segmentation of Galactic Structures in LSB Images

    Authors: Felix Richards, Adeline Paiement, Xianghua Xie, Elisabeth Sola, Pierre-Alain Duc

    Abstract: We explore the use of deep learning to localise galactic structures in low surface brightness (LSB) images. LSB imaging reveals many interesting structures, though these are frequently confused with galactic dust contamination, due to a strong local visual similarity. We propose a novel unified approach to multi-class segmentation of galactic structures and of extended amorphous image contaminants… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

    Journal ref: 18th International Conference on Machine Vision Applications, 2023

  3. arXiv:2202.11819  [pdf, other

    cs.DC

    Improving Scalability with GPU-Aware Asynchronous Tasks

    Authors: Jaemin Choi, David F. Richards, Laxmikant V. Kale

    Abstract: Asynchronous tasks, when created with over-decomposition, enable automatic computation-communication overlap which can substantially improve performance and scalability. This is not only applicable to traditional CPU-based systems, but also to modern GPU-accelerated platforms. While the ability to hide communication behind computation can be highly effective in weak scaling scenarios, performance… ▽ More

    Submitted 21 March, 2022; v1 submitted 23 February, 2022; originally announced February 2022.

    Comments: 10 pages, 9 figures, accepted at HIPS 2022 workshop

  4. arXiv:2102.12416  [pdf, other

    cs.DC

    Accelerating Communication for Parallel Programming Models on GPU Systems

    Authors: Jaemin Choi, Zane Fink, Sam White, Nitin Bhat, David F. Richards, Laxmikant V. Kale

    Abstract: As an increasing number of leadership-class systems embrace GPU accelerators in the race towards exascale, efficient communication of GPU data is becoming one of the most critical components of high-performance computing. For developers of parallel programming models, implementing support for GPU-aware communication using native APIs for GPUs such as CUDA can be a daunting task as it requires cons… ▽ More

    Submitted 21 March, 2022; v1 submitted 24 February, 2021; originally announced February 2021.

    Comments: 12 pages, 17 figures, submitted to Journal of Parallel Computing

  5. arXiv:2011.11734  [pdf, other

    cs.CV

    Learnable Gabor modulated complex-valued networks for orientation robustness

    Authors: Felix Richards, Adeline Paiement, Xianghua Xie, Elisabeth Sola, Pierre-Alain Duc

    Abstract: Robustness to transformation is desirable in many computer vision tasks, given that input data often exhibits pose variance. While translation invariance and equivariance is a documented phenomenon of CNNs, sensitivity to other transformations is typically encouraged through data augmentation. We investigate the modulation of complex valued convolutional weights with learned Gabor filters to enabl… ▽ More

    Submitted 5 October, 2021; v1 submitted 23 November, 2020; originally announced November 2020.

    Comments: Submitted to Pattern Recognition

  6. arXiv:1904.08555  [pdf, other

    cs.PL

    ClangJIT: Enhancing C++ with Just-in-Time Compilation

    Authors: Hal Finkel, David Poliakoff, David F. Richards

    Abstract: The C++ programming language is not only a keystone of the high-performance-computing ecosystem but has proven to be a successful base for portable parallel-programming frameworks. As is well known, C++ programmers use templates to specialize algorithms, thus allowing the compiler to generate highly-efficient code for specific parameters, data structures, and so on. This capability has been limite… ▽ More

    Submitted 27 April, 2019; v1 submitted 17 April, 2019; originally announced April 2019.

    Report number: LLNL-CONF-772305, APT-151745