edge-deployment

Tag

Cards List
#edge-deployment

Edge Phoneme Recognition for Children's Speech through Age-Aware Training

arXiv cs.AI · 2026-08-12 Cached

Presents an age-aware multi-task learning method for phoneme recognition from children's speech, enabling a lightweight 94M-parameter model to outperform larger models and run on edge devices like phones.

0 favorites 0 likes
#edge-deployment

@AdinaYakup: Ling 3.0 tiny a 7.9B/1.3B hybrid reasoning MoE https://huggingface.co/inclusionAI/Ling-3.0-tiny…

X AI KOLs Timeline · 2026-08-11 Cached

InclusionAI introduces Ling-3.0-tiny, a 7.9B-parameter hybrid reasoning MoE model with only 1.3B active parameters per token, optimized for efficient local and edge deployment.

0 favorites 0 likes
#edge-deployment

RAG-HAR+: Towards Cost-Efficient LLM-Based Human Activity Recognition for Edge Deployment

arXiv cs.LG · 2026-07-30 Cached

RAG-HAR+ is a retrieval-first, cost-optimized extension of RAG-HAR for human activity recognition from wearable sensors. It uses a retrieval designer agent and majority voting to reduce LLM usage while maintaining accuracy, and demonstrates feasibility for edge deployment.

0 favorites 0 likes
#edge-deployment

@freeCodeCamp: Real-time object detection in robotics needs more than just a good model. In this tutorial, Iyanuoluwa shows you how to…

X AI KOLs Timeline · 2026-07-30 Cached

A tutorial on building a real-time object detection and tracking pipeline for robotics using ROS 2 and YOLOv11, covering threaded inference, ByteTrack integration, confidence validation, and ONNX export for edge deployment.

0 favorites 0 likes
#edge-deployment

@jakevin7: Major update to MCP. The core protocol is now fully stateless, eliminating sessions and long-lived connections, making it more suitable for serverless, edge deployment, and horizontal scaling. Previously, MCP was more like a stateful RPC specifically designed for agents; now it feels more like an infrastructure standard.

X AI KOLs Timeline · 2026-07-29 Cached

MCP has received a major update. The core protocol is now fully stateless, removing sessions and long-lived connections, making it better suited for serverless, edge deployment, and horizontal scaling. It's being called the biggest update since its release.

0 favorites 0 likes
#edge-deployment

@akshay_pachaar: Serverless vs on-prem vs edge deployment. (read before your next deploy) These are three different answers to the same …

X AI KOLs Following · 2026-07-28 Cached

This article compares serverless, on-prem, and edge deployment for AI models, highlighting inefficiencies in current multi-model serving. It introduces the Superlinked Inference Engine (SIE), an open-source tool that serves multiple models on a single GPU by dynamically loading and unloading weights, aiming to reduce costs and complexity.

0 favorites 0 likes
#edge-deployment

Multi-Objective Structured Pruning of LLMs for Latency and Model Size Optimization

arXiv cs.AI · 2026-07-28 Cached

Proposes a two-stage structured pruning framework for LLMs that jointly optimizes latency and model size using multi-objective depth pruning and parallel Bayesian optimization, achieving favorable trade-offs for edge deployment.

0 favorites 0 likes
#edge-deployment

Same Predictions, Different Reasons: The Effect of Quantization on Model Explanations

arXiv cs.LG · 2026-07-28 Cached

This paper systematically evaluates how post-training quantization affects the interpretability of CNN models using Grad-CAM and LIME, revealing that classification accuracy is not a reliable indicator of interpretability stability and that architecture selection is critical for trustworthy deployment.

0 favorites 0 likes
#edge-deployment

RobustMAD: Evaluating Real-World Robustness of Multimodal Small Language Models for Deployable Anomaly Detection Assistants

arXiv cs.LG · 2026-07-21 Cached

RobustMAD introduces a benchmark to evaluate the real-world robustness of multimodal small language models for deployable industrial anomaly detection assistants. It reveals critical failure modes and provides guidance for next-generation systems.

0 favorites 0 likes
#edge-deployment

Rethinking Small VLM Quantization: From Component-Wise Analysis to Hardware-Aware Edge Deployment

arXiv cs.LG · 2026-07-10 Cached

This paper systematically evaluates component-wise quantization of small vision-language models on Jetson edge devices, finding that model architecture (MoE vs dense) significantly affects quantization sensitivity and that quantization errors are largely additive except along modality-alignment paths.

0 favorites 0 likes
#edge-deployment

Cross-Domain Generalization Failure in Lightweight Intrusion Detection Models for IIoT Networks

Hugging Face Daily Papers · 2026-07-01 Cached

This paper investigates the cross-domain generalization failure of lightweight ML models for IIoT intrusion detection, finding they rely on coarse port features and that adversarial robustness does not correlate with cross-network performance.

0 favorites 0 likes
#edge-deployment

Little Brains, Big Feats: Exploring Compact Language Models

Hugging Face Daily Papers · 2026-06-29 Cached

This paper benchmarks 17 compact language models (1B-8B parameters) as generators in Russian-language RAG systems under CPU-only inference, finding that Qwen-family models offer strong quality-latency tradeoffs for private, GPU-free deployment.

0 favorites 0 likes
#edge-deployment

What Survives When You Compress a Recursive Reasoner for the Edge?

arXiv cs.LG · 2026-06-26 Cached

A systematic study of compressing recursive reasoning models for edge hardware finds that aggressive quantization destroys global reasoning while preserving local prediction. The paper introduces per-channel calibrated INT4 to recover reasoning ability and provides deployment recipes fitting 8 MB SoC and 4 MB MCU targets.

0 favorites 0 likes
#edge-deployment

@_avichawla: 4 AI Agent deployment strategies AI engineers should know. (bookmark this) An agent can run on a schedule, on a stream,…

X AI KOLs Timeline · 2026-06-25 Cached

A tweet thread explains four AI agent deployment strategies: batch, stream, real-time, and edge, with detailed descriptions and use cases.

0 favorites 0 likes
#edge-deployment

Lightweight Transformer Models for On-Device Fault Detection: A Benchmark Study on Resource-Constrained Deployment

arXiv cs.LG · 2026-06-24 Cached

A benchmark study comparing traditional machine learning methods (Random Forest, XGBoost, SVM, Logistic Regression) against lightweight transformer variants (DistilBERT, TinyBERT, MobileBERT) for on-device fault detection across three public datasets. Traditional ML offers competitive accuracy at far smaller resource footprints, while TinyBERT-4L is the most deployment-friendly transformer.

0 favorites 0 likes
#edge-deployment

@AdinaYakup: PP-OCRv6 just released by Baidu @PaddlePaddle tiny 1.5M / small 7.7M / medium 34.5M 48+ languages Supports handwritten/…

X AI KOLs Following · 2026-06-11 Cached

Baidu's PaddlePaddle released PP-OCRv6, an OCR model supporting 48+ languages with tiny (1.5M), small (7.7M), and medium (34.5M) sizes, optimized for edge deployment and handwritten/printed/industrial/screen/card text.

0 favorites 0 likes
#edge-deployment

Recover-LoRA for Aggressive Quantization: Reclaiming Accuracy in 2-Bit Language Models via Low-Rank Adaptation with Knowledge Distillation on Synthetic Data

arXiv cs.LG · 2026-06-04 Cached

Researchers from AMD propose Recover-LoRA, a method that uses low-rank adaptation with knowledge distillation on synthetic data to recover accuracy lost from aggressive 2-bit quantization of LLMs, achieving 80–95% accuracy recovery on 9 of 12 benchmarks for Qwen3-4B using only 10k synthetic samples.

0 favorites 0 likes
#edge-deployment

LLM Compression with Jointly Optimizing Architectural and Quantization choices

arXiv cs.LG · 2026-06-04 Cached

Researchers from UiT and University of Oslo propose a differentiable NAS framework that jointly optimizes architectural configurations and mixed-precision quantization for LLM compression, achieving up to 1.4× faster inference or 6% higher accuracy across seven reasoning tasks compared to sequential NAS-then-quantization baselines.

0 favorites 0 likes
#edge-deployment

RightNow-Arabic-0.5B-Turbo: An Open Sub-1B Arabic Language Model via Vocabulary Injection and Edge-First Deployment

arXiv cs.CL · 2026-05-29 Cached

RightNow-Arabic-0.5B-Turbo is an open 518M-parameter Arabic-specialized language model built on Qwen2.5-0.5B through vocabulary injection and continued pretraining, achieving competitive performance on Arabic benchmarks while being deployable on edge devices with quantization.

0 favorites 0 likes
#edge-deployment

@ModelScope2022: MiniCPM5-1B is now fully open source, including weights, training data, and deployment code. 1B params, #1 on Artificia…

X AI KOLs Following · 2026-05-25 Cached

MiniCPM5-1B is fully open-sourced with weights, training data, and deployment code; it achieves top scores among sub-2B models and runs on edge devices.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback