paper-with-me

Papers

DomainLab: A modular Python package for domain generalization in deep learning

2024-03-21 · Xudong Sun, Carla Feistner, Alexej Gossmann, George Schwarz, Rao Muhammad Umer, Lisa Beer, Patrick Rockenschaub, Rahul Babu Shrestha, Armin Gruber, Nutan Chen, Sayedali Shetab Boushehri, Florian Buettner, Carsten Marr

Poor generalization performance caused by distribution shifts in unseen domains often hinders the trustworthy deployment of deep neural networks. Many domain generalization techniques address this problem by adding a domain invariant regularization loss terms during training. However, there is a lack of modular software that allows users to combine the advantages of different methods with minimal effort for reproducibility. DomainLab is a modular Python package for training user specified neural networks with composable regularization loss terms. Its decoupled design allows the separation of neural networks from regularization loss construction. Hierarchical combinations of neural networks, different domain generalization methods, and associated hyperparameters, can all be specified together with other experimental setup in a single configuration file. Hierarchical combinations of neural networks, different domain generalization methods, and associated hyperparameters, can all be specified together with other experimental setup in a single configuration file. In addition, DomainLab offers powerful benchmarking functionality to evaluate the generalization performance of neural networks in out-of-distribution data. The package supports running the specified benchmark on an HPC cluster or on a standalone machine. The package is well tested with over 95 percent coverage and well documented. From the user perspective, it is closed to modification but open to extension. The package is under the MIT license, and its source code, tutorial and documentation can be found at https://github.com/marrlab/DomainLab.

📄 PDF Abstract BibTeX arXiv:2403.14356

Code (1)

marrlab/domainlab 공식 구현 pytorch

Tasks

BenchmarkingDomain Generalization

Similar Papers 제목 키워드 기반

ajdmom: A Python Package for Deriving Moment Formulas of Affine Jump Diffusion Processes

2024-11-10 · Yan-Feng Wu, Jian-Qiang Hu

We introduce ajdmom, a Python package designed for automatically deriving moment formulae for the well-established affine jump diffusion processes with state-independent jump intensities. ajdmom can produce explicit clos…

Sensitivity

apricot: Submodular selection for data summarization in Python

2019-06-08 · Jacob Schreiber, Jeffrey Bilmes, William Stafford Noble

We present apricot, an open source Python package for selecting representative subsets from large data sets using submodular optimization. The package implements an efficient greedy selection algorithm that offers strong…

Data Summarization

ml_edm package: a Python toolkit for Machine Learning based Early Decision Making

2024-08-23 · Aurélien Renault, Youssef Achenchabe, Édouard Bertrand, Alexis Bondu 외

\texttt{ml\_edm} is a Python 3 library, designed for early decision making of any learning tasks involving temporal/sequential data. The package is also modular, providing researchers an easy way to implement their own t…

Decision MakingEarly ClassificationTime Series

PySHRED: A Python package for SHallow REcurrent Decoding for sparse sensing, model reduction and scientific discovery

2025-07-28 · David Ye, Jan Williams, Mars Gao, Stefano Riva 외 arxiv

SHallow REcurrent Decoders (SHRED) provide a deep learning strategy for modeling high-dimensional dynamical systems and/or spatiotemporal data from dynamical system snapshot observations. PySHRED is a Python package that…

landmarker: a Toolkit for Anatomical Landmark Localization in 2D/3D Images

2025-01-17 · Jef Jonkers, Luc Duchateau, Glenn Van Wallendael, Sofie Van Hoecke

Anatomical landmark localization in 2D/3D images is a critical task in medical imaging. Although many general-purpose tools exist for landmark localization in classical computer vision tasks, such as pose estimation, the…

Pose Estimation