Pinned Repositories
bootstrap-multiselect
JQuery multiselect plugin based on Twitter Bootstrap.
bootstrap-strength-meter
Password strength meter based on Twitter Bootstrap and Password Score.
latex-resources
Collection of LaTeX resources and examples.
mesh-fusion
Python tool for obtaining watertight meshes using TSDF fusion.
mesh-voxelization
C++ implementation for computing occupancy grids and signed distance functions (SDFs) from watertight meshes.
superpixel-benchmark
An extensive evaluation and comparison of 28 state-of-the-art superpixel algorithms on 5 datasets.
superpixels-revisited
Library containing 7 state-of-the-art superpixel algorithms with a total of 9 implementations used for evaluation purposes in [1] utilizing an extended version of the Berkeley Segmentation Benchmark.
conformal_training
This repository contains a Jax implementation of conformal training corresponding to the ICLR'22 paper "learning optimal conformal classifiers".
uncertain_ground_truth
Dermatology ddx dataset, Jax implementations of Monte Carlo conformal prediction, plausibility regions and statistical annotation aggregation from our recent work on uncertain ground truth (TMLR'23 and ArXiv pre-print).
med-gemini-medqa-relabelling
For Med-Gemini, we relabeled the MedQA benchmark; this repo includes the annotations and analysis code.
davidstutz's Repositories
davidstutz/bootstrap-multiselect
JQuery multiselect plugin based on Twitter Bootstrap.
davidstutz/latex-resources
Collection of LaTeX resources and examples.
davidstutz/superpixel-benchmark
An extensive evaluation and comparison of 28 state-of-the-art superpixel algorithms on 5 datasets.
davidstutz/mesh-voxelization
C++ implementation for computing occupancy grids and signed distance functions (SDFs) from watertight meshes.
davidstutz/mesh-fusion
Python tool for obtaining watertight meshes using TSDF fusion.
davidstutz/pytorch-adversarial-examples-training-articles
PyTorch code corresponding to my blog series on adversarial examples and (confidence-calibrated) adversarial training.
davidstutz/arxiv-submission-sanitizer-flattener
Simple Python scripts to clean up and flatten ArXiv LaTeX submissions.
davidstutz/password-score
Password scoring library written in Javascript.
davidstutz/daml-shape-completion
CVPR'18 implementation of (deterministic) amortized maximum likelihood (AML) for weakly-supervised shape completion.
davidstutz/robust-generalization-flatness
Implementation of average- and worst-case robust flatness measures for adversarial training.
davidstutz/torch-examples
Collection of Torch examples for deep learning.
davidstutz/mathematical-image-processing
Implementations and examples of basic mathematical image processing algorithms. Based on the lectures "Mathematical Foundations of Image Processing" and "Variational Methods in Image Processing" by Prof. Berkels.
davidstutz/random-bit-error-robustness
Implementation of robust quantization, weight clipping and random bit error training to improve robustness against bit errors in quantized weights.
davidstutz/iccv2021-robust-flatness
ICCV'21 paper "Relating Adversarially Robust Generalization to Flat Minima".
davidstutz/functional-dependencies
Small demo application for calculating candidate keys of a given relational database schema.
davidstutz/jquery-pseudocode
Lightweight jQuery plugin to display algorithms similar to LaTeX pseudocode and algorithm packages.
davidstutz/php-matrix-decompositions-demonstration
Demonstration of common matrix decompositions in PHP.
davidstutz/wordpress-iamdavidstutz
Wordpress theme of my personal webpage.
davidstutz/cmsimple-pictures
CMSimple plugin for creating different kinds of sliders and galleries.
davidstutz/mlsys2021-bit-error-robustness
MLSys'21 paper "Bit Error Robustness for Energy-Efficient DNN Accelerators".
davidstutz/php-matrix-decompositions
PHP Library including several common matrix decompositions: LU, QR and Cholesky.
davidstutz/cmsimple-iamdavidstutz
CMSimple theme of my personal webpage.
davidstutz/cmsimple-news
CMSimple plugin for managing and publishing news.
davidstutz/davidstutz
Personal README.
davidstutz/pytorch-bit-error-training-articles
PyTorch code corresponding to my blog series on bit error robustness and bit error training.
davidstutz/cmsimple-bbclone
BBClone plugin for CMSimple.
davidstutz/cmsimple-youtube
CMSimple plugin for creating youtube video galleries.
davidstutz/jquery-references
Naive jQuery plugin to allow referencing figures, listings, algorithms and references in a BibTex-like style.
davidstutz/textidote
Spelling, grammar and style checking on LaTeX documents
davidstutz/torchsort
Fast, differentiable sorting and ranking in PyTorch