Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: I ported OmniAID image detection model to Apple's Neural Engine (apps.apple.com)
4 points by woadwarrior01 4 days ago | hide | past | favorite | discuss
OmniAID is a hybrid MoE detector, so the PyTorch model dynamically routes each image through top-k semantic experts plus a fixed artifact expert. For the CoreML/ANE port, I rewrote that into a static graph. Every low-rank SVD expert path is materialized and the router turns into a dense gate vector where unselected experts have zero weights. That makes the graph much more ANE friendly while preserving the model’s behavior closely enough to ship a w8a16 quantized CoreML model (~418 MB). The quantized model gets to ~94.24% accuracy on the Mirage-Test dataset (also from the OmniAID authors).

https://arxiv.org/abs/2511.08423

https://huggingface.co/datasets/Yunncheng/Mirage-Test

 help



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: