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/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.
davidstutz/bootstrap-strength-meter
Password strength meter based on Twitter Bootstrap and Password Score.
davidstutz/matlab-mnist-two-layer-perceptron
A two layer perceptron implemented in MatLab to recognize handwritten digits based on the MNIST dataset.
davidstutz/mesh-evaluation
Efficient C++ implementation of mesh-to-mesh and mesh-to-point distance.
davidstutz/tensorflow-cpp-op-example
Simple example of implementing a new Tensorflow operation and its gradient in C++.
davidstutz/seeds-revised
Implementation of the superpixel algorithm called SEEDS [1].
davidstutz/confidence-calibrated-adversarial-training
Implementation of Confidence-Calibrated Adversarial Training (CCAT).
davidstutz/disentangling-robustness-generalization
CVPR'19 experiments with (on-manifold) adversarial examples.
davidstutz/extended-berkeley-segmentation-benchmark
Extended version of the Berkeley Segmentation Benchmark [1] used for evaluation in [2].
davidstutz/nyu-depth-v2-tools
Tools used in [2] to pre-process the ground truth segmentations to evaluate superpixel algorithms.
davidstutz/googlemock-example
An example of using Google Mock inspired by Martin Fowler's "Mocks Aren't Stubs".
davidstutz/pointnet-auto-encoder
Torch PointNet auto encoder implementation.
davidstutz/bootstrap-file-upload
Minimal but elegant file upload button for Twitter Bootstrap and IE 7/8/9 support.
davidstutz/cvpr2019-adversarial-robustness
CVPR 2019 paper "Disentangling Adversarial Robustness and Generalization".
davidstutz/pytorch-custom-c-cuda-operations
Example of easily implementing custom tensor operations in C and CUDA.
davidstutz/probabilistic-pca
Python probabilistic PCA (PPCA) implementation.
davidstutz/seminar-convolutional-neural-networks
Seminar paper "Understanding Convolutional Neural Networks".
davidstutz/aml-improved-shape-completion
ArXiv'18 implementation of amortized maximum likelihood (AML) for high-quality, weakly-supervised shape completion.
davidstutz/icml2020-confidence-calibrated-adversarial-training
ICML'20 paper "Confidence-Calibrated Adversarial Training: Generalizing to Unseen Attacks".
davidstutz/superpixel-benchmark-data
Converted datasets for davidstutz/superpixel-benchmark.
davidstutz/master-thesis-shape-completion
Master thesis "Learning 3D Shape Completion from Bounding Boxes using CAD Shape Priors".
davidstutz/seminar-cnn-image-retrieval
Seminar paper "Neural Codes for Image Retreival".
davidstutz/matlab-multi-label-connected-components
MEX wrapper for Ali Rahimi's multi-label connected components implementation in C++.
davidstutz/proseminar-dart
RWTH Aachen University Proseminar 2012 Chair for Data Management and Data Exploration: Dart - A Brief Introduction
davidstutz/seminar-ipiano
Seminar paper "iPiano: Inertial Proximal Algorithm for Non-Convex Optimization".
davidstutz/seminar-neural-networks
Seminar paper "Introduction to Neural Networks".
davidstutz/kohana-media
Simple media/assets module for Kohana.
davidstutz/octnet-batch-normalization
Batch Normalization for OctNets.
davidstutz/proseminar-dart-contacts
RWTH Aachen University Proseminar 2012 Chair for Data Management and Data Exploration: Dart - A Brief Introduction - Sample application "Contacts".
davidstutz/torch-volumetric-nnup
Volumetric nearest neighbor upsampling for Torch based on kmul00/torch-vol.