Skip to main content

Showing 1–11 of 11 results for author: Kiar, G

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

    cs.CV

    A Parameter-efficient Multi-subject Model for Predicting fMRI Activity

    Authors: Connor Lane, Gregory Kiar

    Abstract: This is the Algonauts 2023 submission report for team "BlobGPT". Our model consists of a multi-subject linear encoding head attached to a pretrained trunk model. The multi-subject head consists of three components: (1) a shared multi-layer feature projection, (2) shared plus subject-specific low-dimension linear transformations, and (3) a shared PCA fMRI embedding. In this report, we explain these… ▽ More

    Submitted 4 August, 2023; originally announced August 2023.

  2. arXiv:2307.01373  [pdf, other

    physics.med-ph cs.SE

    A numerical variability approach to results stability tests and its application to neuroimaging

    Authors: Yohan Chatelain, Loïc Tetrel, Christopher J. Markiewicz, Mathias Goncalves, Gregory Kiar, Oscar Esteban, Pierre Bellec, Tristan Glatard

    Abstract: Ensuring the long-term reproducibility of data analyses requires results stability tests to verify that analysis results remain within acceptable variation bounds despite inevitable software updates and hardware evolutions. This paper introduces a numerical variability approach for results stability tests, which determines acceptable variation bounds using random rounding of floating-point calcula… ▽ More

    Submitted 10 July, 2023; v1 submitted 3 July, 2023; originally announced July 2023.

    ACM Class: D.2.5

  3. Numerical Stability of DeepGOPlus Inference

    Authors: Inés Gonzalez Pepe, Yohan Chatelain, Gregory Kiar, Tristan Glatard

    Abstract: Convolutional neural networks (CNNs) are currently among the most widely-used deep neural network (DNN) architectures available and achieve state-of-the-art performance for many problems. Originally applied to computer vision tasks, CNNs work well with any data with a spatial relationship, besides images, and have been applied to different fields. However, recent works have highlighted numerical s… ▽ More

    Submitted 28 February, 2024; v1 submitted 12 December, 2022; originally announced December 2022.

    Comments: 17 pages, 5 figures, 4 tables with 3 figures, 2 tables in Appendix

    Journal ref: Vol 19, no. 1 (2024): e0296725

  4. arXiv:2208.12909  [pdf, other

    cs.LG eess.IV

    Pipeline-Invariant Representation Learning for Neuroimaging

    Authors: Xinhui Li, Alex Fedorov, Mrinal Mathur, Anees Abrol, Gregory Kiar, Sergey Plis, Vince Calhoun

    Abstract: Deep learning has been widely applied in neuroimaging, including predicting brain-phenotype relationships from magnetic resonance imaging (MRI) volumes. MRI data usually requires extensive preprocessing prior to modeling, but variation introduced by different MRI preprocessing pipelines may lead to different scientific findings, even when using the identical data. Motivated by the data-centric per… ▽ More

    Submitted 15 October, 2023; v1 submitted 26 August, 2022; originally announced August 2022.

    Comments: Extended Abstract presented at Machine Learning for Health (ML4H) symposium 2022, November 28th, 2022, New Orleans, United States & Virtual, http://www.ml4h.cc, 17 pages

  5. arXiv:2112.11508  [pdf, other

    cs.MS cs.SE math.NA

    PyTracer: Automatically profiling numerical instabilities in Python

    Authors: Yohan Chatelain, Nigel Yong, Gregory Kiar, Tristan Glatard

    Abstract: Numerical stability is a crucial requirement of reliable scientific computing. However, despite the pervasiveness of Python in data science, analyzing large Python programs remains challenging due to the lack of scalable numerical analysis tools available for this language. To fill this gap, we developed PyTracer, a profiler to quantify numerical instability in Python applications. PyTracer transp… ▽ More

    Submitted 8 February, 2022; v1 submitted 21 December, 2021; originally announced December 2021.

    Comments: This work has been submitted to the IEEE for possible publication

  6. arXiv:2109.09649  [pdf, other

    q-bio.QM cs.LG

    Data Augmentation Through Monte Carlo Arithmetic Leads to More Generalizable Classification in Connectomics

    Authors: Gregory Kiar, Yohan Chatelain, Ali Salari, Alan C. Evans, Tristan Glatard

    Abstract: Machine learning models are commonly applied to human brain imaging datasets in an effort to associate function or structure with behaviour, health, or other individual phenotypes. Such models often rely on low-dimensional maps generated by complex processing pipelines. However, the numerical instabilities inherent to pipelines limit the fidelity of these maps and introduce computational bias. Mon… ▽ More

    Submitted 20 September, 2021; originally announced September 2021.

  7. arXiv:2108.09275  [pdf, other

    cs.IR cs.LG

    A Recommender System for Scientific Datasets and Analysis Pipelines

    Authors: Mandana Mazaheri, Gregory Kiar, Tristan Glatard

    Abstract: Scientific datasets and analysis pipelines are increasingly being shared publicly in the interest of open science. However, mechanisms are lacking to reliably identify which pipelines and datasets can appropriately be used together. Given the increasing number of high-quality public datasets and pipelines, this lack of clear compatibility threatens the findability and reusability of these resource… ▽ More

    Submitted 20 August, 2021; originally announced August 2021.

  8. arXiv:2106.14340  [pdf, other

    cs.LG

    Reducing numerical precision preserves classification accuracy in Mondrian Forests

    Authors: Marc Vicuna, Martin Khannouz, Gregory Kiar, Yohan Chatelain, Tristan Glatard

    Abstract: Mondrian Forests are a powerful data stream classification method, but their large memory footprint makes them ill-suited for low-resource platforms such as connected objects. We explored using reduced-precision floating-point representations to lower memory consumption and evaluated its effect on classification performance. We applied the Mondrian Forest implementation provided by OrpailleCC, a C… ▽ More

    Submitted 27 June, 2021; originally announced June 2021.

    Comments: 6 pages, 3 tables, 2 figures. Keywords: numerical precision, memory footprint, Mondrian Forests, human activity, recognition, data streams, supervised classification, floating-point representation

  9. arXiv:2002.06129  [pdf

    cs.DC cs.PF

    Deploying large fixed file datasets with SquashFS and Singularity

    Authors: Pierre Rioux, Gregory Kiar, Alexandre Hutton, Alan C. Evans, Shawn T. Brown

    Abstract: Shared high-performance computing (HPC) platforms, such as those provided by XSEDE and Compute Canada, enable researchers to carry out large-scale computational experiments at a fraction of the cost of the cloud. Most systems require the use of distributed filesystems (e.g. Lustre) for providing a highly multi-user, large capacity storage environment. These suffer performance penalties as the numb… ▽ More

    Submitted 14 February, 2020; originally announced February 2020.

    Comments: 5 pages, 2 figures, 2 tables. Submitted to PEARC 2020 conference

  10. arXiv:1809.07693  [pdf

    cs.DC cs.SE

    A Serverless Tool for Platform Agnostic Computational Experiment Management

    Authors: Gregory Kiar, Shawn T Brown, Tristan Glatard, Alan C Evans

    Abstract: Neuroscience has been carried into the domain of big data and high performance computing (HPC) on the backs of initiatives in data collection and an increasingly compute-intensive tools. While managing HPC experiments requires considerable technical acumen, platforms and standards have been developed to ease this burden on scientists. While web-portals make resources widely accessible, data organi… ▽ More

    Submitted 2 September, 2018; originally announced September 2018.

    Comments: 12 pages, 3 figures, 1 tool

  11. arXiv:1711.09713  [pdf, other

    cs.SE cs.DC

    Boutiques: a flexible framework for automated application integration in computing platforms

    Authors: Tristan Glatard, Gregory Kiar, Tristan Aumentado-Armstrong, Natacha Beck, Pierre Bellec, Rémi Bernard, Axel Bonnet, Sorina Camarasu-Pop, Frédéric Cervenansky, Samir Das, Rafael Ferreira da Silva, Guillaume Flandin, Pascal Girard, Krzysztof J. Gorgolewski, Charles R. G. Guttmann, Valérie Hayot-Sasson, Pierre-Olivier Quirion, Pierre Rioux, Marc-Eienne Rousseau, Alan C. Evans

    Abstract: We present Boutiques, a system to automatically publish, integrate and execute applications across computational platforms. Boutiques applications are installed through software containers described in a rich and flexible JSON language. A set of core tools facilitate the construction, validation, import, execution, and publishing of applications. Boutiques is currently supported by several distinc… ▽ More

    Submitted 7 November, 2017; originally announced November 2017.

    Comments: 10 pages