Introducing Moonshine Web: real-time speech recognition running 100% locally in your browser! π Faster and more accurate than Whisper π Privacy-focused (no data leaves your device) β‘οΈ WebGPU accelerated (w/ WASM fallback) π₯ Powered by ONNX Runtime Web and Transformers.js
Introducing β Marigold-DC β our training-free zero-shot approach to monocular Depth Completion with guided diffusion! If you have ever wondered how else a long denoising diffusion schedule can be useful, we have an answer for you!
Depth Completion addresses sparse, incomplete, or noisy measurements from photogrammetry or sensors like LiDAR. Sparse points arenβt just hard for humans to interpret β they also hinder downstream tasks.
Traditionally, depth completion was framed as image-guided depth interpolation. We leverage Marigold, a diffusion-based monodepth model, to reframe it as sparse-depth-guided depth generation. How the turntables! Check out the paper anyway π
Team ETH ZΓΌrich: Massimiliano Viola (@mviola), Kevin Qu (@KevinQu7), Nando Metzger (@nandometzger), Bingxin Ke (@Bingxin), Alexander Becker, Konrad Schindler, and Anton Obukhov (@toshas). We thank Hugging Face for their continuous support.
Implements from first-principle a discrete flow matching model for code generation- trained a small sized 2D dfm model on two variations of code for binary search. The result was amazing, code in comment: Code: https://github.com/Jaykef/ai-algorithms/blob/main/dfm.ipynb