This repository contains code for the paper Slithering through Gaps: Capturing Discrete Isolated Modes via Logistic Bridging, accepted in International Conference on Artificial Intelligence and Statistics (AISTATS), 2026.
@article{mohanty2026hiss,
title={Slithering through Gaps: Capturing Discrete Isolated Modes via
Logistic Bridging},
author={Mohanty, Pinaki and Zhang, Ruqi},
journal={International Conference on Artificial Intelligence and Statistics},
year={2026}
}We propose Hiss, a discrete sampler for sampling from landscapes with disconnected modes.
Enter Directory
./Bernoulli
Then run
python bernoulli_sample.py --sampler=<SAMPLER>
Please run
python ising_sample.py --sampler=<SAMPLER>
Enter Directory
./TSP
Then run
python TSP.py --sampler=<SAMPLER>
Enter Directory
./BinaryBNN
Then run
python bayesian_nn.py --sampler=<SAMPLER> --dataset=<DATASET>
- This repo is built upon the DLP repo