PulseAugur
LIVE 00:54:15
ENTITY ONNX

ONNX

PulseAugur coverage of ONNX — every cluster mentioning ONNX across labs, papers, and developer communities, ranked by signal.

Total · 30d
16
16 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
8
8 over 90d
TIER MIX · 90D
RELATIONSHIPS
RECENT · PAGE 1/1 · 11 TOTAL
  1. TOOL · CL_24302 ·

    ONNX format powers Microsoft AI, enabling cross-framework compatibility

    The article discusses the often-overlooked AI format known as ONNX (Open Neural Network Exchange). ONNX serves as a crucial intermediary, enabling interoperability between different AI frameworks and hardware accelerato…

  2. RESEARCH · CL_22924 ·

    AI source separation models converted to ONNX for real-time DJ software use

    Anmol Mishra presented a method for converting source separation AI models into the ONNX format. This conversion enables real-time usage of these models within DJ software. The presentation, part of the Audiodevcon (ADC…

  3. TOOL · CL_22310 ·

    Spring AI and JEP 489 enable faster, cheaper local LLM re-ranking

    This article details a method for optimizing Retrieval-Augmented Generation (RAG) performance by performing local re-ranking of retrieved documents. It advocates for using Java's JEP 489 Vector API for SIMD-accelerated …

  4. RESEARCH · CL_15610 ·

    AI models advance plant disease detection with new datasets and efficient distillation

    Researchers have developed new methods for plant leaf disease classification to aid in early detection and treatment. One approach involves training a new base model using the DenseNet201 architecture on a custom datase…

  5. RESEARCH · CL_14350 ·

    Object detection models show mixed robustness to quantization and input degradations

    A new study investigates how post-training quantization (PTQ) affects the robustness of YOLO object detection models when faced with real-world input degradations like noise and blur. Researchers evaluated various preci…

  6. TOOL · CL_13633 ·

    Apple explores ONNX in browser for AI Gaussian Splats

    Apple is exploring the use of ONNX within a web browser to enable AI-powered Gaussian Splats. This initiative appears on GitHub, aiming to integrate advanced AI capabilities into web applications. The project is highlig…

  7. RESEARCH · CL_11905 ·

    AI model predicts stuttering events from audio, deploys on-device

    Researchers have developed a new Convolutional Neural Network (CNN) model capable of predicting upcoming stuttering events from short audio clips. The 616K-parameter model, trained on the SEP-28k dataset, demonstrates a…

  8. TOOL · CL_17743 ·

    PHP-ORT brings machine learning inference to PHP developers

    A new infrastructure project called PHP-ORT aims to bring machine learning inference capabilities directly to PHP, the server-side language used by a significant portion of the web. This development seeks to empower mil…

  9. TOOL · CL_17749 ·

    Glowstick crate adds type-level tensor shape checking to Rust

    Glowstick is a new Rust crate designed to enhance tensor manipulation by integrating shape checking directly into the type system. This approach aims to make tensor operations safer and more intuitive, particularly for …

  10. TOOL · CL_17778 ·

    ONNX standardizes AI model interoperability for seamless framework integration

    The Open Neural Network Exchange (ONNX) is an open-source format designed to facilitate interoperability between different machine learning frameworks. It defines a computation graph model and standard operators, primar…

  11. RESEARCH · CL_01035 ·

    Optimizing Transformer Inference: Techniques for Faster, Cheaper Large Models

    Large transformer models present significant inference challenges due to their substantial memory footprint and computation costs, which scale quadratically with input length. Researchers and practitioners are exploring…