paper-with-me

Papers

fastabx: A library for efficient computation of ABX discriminability

2025-05-05 · Maxime Poli, Emmanuel Chemla, Emmanuel Dupoux

We introduce fastabx, a high-performance Python library for building ABX discrimination tasks. ABX is a measure of the separation between generic categories of interest. It has been used extensively to evaluate phonetic discriminability in self-supervised speech representations. However, its broader adoption has been limited by the absence of adequate tools. fastabx addresses this gap by providing a framework capable of constructing any type of ABX task while delivering the efficiency necessary for rapid development cycles, both in task creation and in calculating distances between representations. We believe that fastabx will serve as a valuable resource for the broader representation learning community, enabling researchers to systematically investigate what information can be directly extracted from learned representations across several domains beyond speech processing. The source code is available at https://github.com/bootphon/fastabx.

📄 PDF Abstract BibTeX arXiv:2505.02692

Code (1)

bootphon/fastabx 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Balancing Transferability and Discriminability for Unsupervised Domain Adaptation.

2022-09-15 · IEEE Transactions on Neural Networks and Learning Systems 2022 9 · Jingke Huang; Ni Xiao; Lei Zhang

Unsupervised domain adaptation (UDA) aims to leverage a sufficiently labeled source domain to classify or represent the fully unlabeled target domain with a different distribution. Generally, the existing approaches try …

Domain AdaptationRepresentation LearningUnsupervised Domain Adaptation

FPScreen: A Rapid Similarity Search Tool for Massive Molecular Library Based on Molecular Fingerprint Comparison

2019-06-13 · Lijun Wang, Jianbing Gong, Yingxia Zhang, Tianmou Liu 외

We designed a fast similarity search engine for large molecular libraries: FPScreen. We downloaded 100 million molecules' structure files in PubChem with SDF extension, then applied a computational chemistry tool RDKit t…

Computational chemistry

Rethinking Domain Generalization: Discriminability and Generalizability

2023-09-28 · Shaocong Long, Qianyu Zhou, Chenhao Ying, Lizhuang Ma 외

Domain generalization(DG) endeavors to develop robust models that possess strong generalizability while preserving excellent discriminability. Nonetheless, pivotal DG techniques tend to improve the feature generalizabili…

Domain Generalization

Differentiable Computational Geometry for 2D and 3D machine learning

2020-11-22 · Yuanxin Zhong

With the growth of machine learning algorithms with geometry primitives, a high-efficiency library with differentiable geometric operators are desired. We present an optimized Differentiable Geometry Algorithm Library (D…

BIG-bench Machine LearningGPU

Pixyz: a Python library for developing deep generative models

2021-07-28 · Masahiro Suzuki, Takaaki Kaneko, Yutaka Matsuo

With the recent rapid progress in the study of deep generative models (DGMs), there is a need for a framework that can implement them in a simple and generic way. In this research, we focus on two features of DGMs: (1) d…

Probabilistic Programming