y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#embedded-systems News & Analysis

11 articles tagged with #embedded-systems. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

11 articles
AINeutralarXiv – CS AI · May 17/10
🧠

Focus Session: Autonomous Systems Dependability in the era of AI: Design Challenges in Safety, Security, Reliability and Certification

A research paper examines the critical challenge of ensuring dependability in AI-enabled autonomous systems, particularly in safety-critical applications like autonomous vehicles. The work addresses how traditional reliability and safety approaches fall short when integrated with unpredictable machine learning components, proposing new methodologies for verification, validation, and certification that bridge AI innovation with system-level safety guarantees.

AINeutralarXiv – CS AI · Mar 167/10
🧠

Embedded Quantum Machine Learning in Embedded Systems: Feasibility, Hybrid Architectures, and Quantum Co-Processors

Research paper explores embedded quantum machine learning (EQML) feasibility for edge devices like IoT nodes and drones by 2026. The study identifies hybrid workflows and embedded quantum co-processors as the most viable implementation pathways, while highlighting major barriers including latency, data encoding overhead, and energy constraints.

AIBullisharXiv – CS AI · Mar 56/10
🧠

LiteVLA-Edge: Quantized On-Device Multimodal Control for Embedded Robotics

Researchers developed LiteVLA-Edge, a deployment-oriented Vision-Language-Action model pipeline that enables fully on-device inference on embedded robotics hardware like Jetson Orin. The system achieves 150.5ms latency (6.6Hz) through FP32 fine-tuning combined with 4-bit quantization and GPU-accelerated inference, operating entirely offline within a ROS 2 framework.

AIBullisharXiv – CS AI · Mar 37/103
🧠

ZeroDVFS: Zero-Shot LLM-Guided Core and Frequency Allocation for Embedded Platforms

Researchers developed ZeroDVFS, a system that uses Large Language Models to optimize power management in embedded systems without requiring extensive profiling. The system achieves 7.09 times better energy efficiency and enables zero-shot deployment for new workloads in under 5 seconds through LLM-based code analysis.

AINeutralarXiv – CS AI · 5d ago6/10
🧠

GONDOR to the Rescue: Satisficing Planning with Low Memory

Researchers introduce GONDOR, a memory-efficient extension of Greedy Best-First Search that enables planning algorithms to operate under strict memory constraints by compressing search trees while retaining sparse anchor states. The algorithm reconstructs paths through re-searching between these states, with experiments showing consistent improvements in coverage on low-memory devices compared to standard approaches.

AINeutralarXiv – CS AI · 6d ago6/10
🧠

Edge AI Deployment Beyond Models: A BSP-Aware Systems Framework for Industrial Embedded Platforms

This academic paper presents a systematic framework for deploying AI models on industrial embedded systems, arguing that successful Edge AI requires treating deployment as a holistic systems problem rather than a late-stage packaging task. The five-layer framework addresses hardware, BSP/OS adaptation, runtime acceleration, application inference, and operations/validation, with implications for reproducibility and field reliability in long-lifecycle industrial products.

🏢 Nvidia
AIBullisharXiv – CS AI · Mar 176/10
🧠

SimCert: Probabilistic Certification for Behavioral Similarity in Deep Neural Network Compression

Researchers developed SimCert, a probabilistic certification framework that verifies behavioral similarity between compressed neural networks and their original versions. The framework addresses critical safety challenges in deploying compressed DNNs on resource-constrained systems by providing quantitative safety guarantees with adjustable confidence levels.

AIBullishHugging Face Blog · Feb 245/109
🧠

Deploying Open Source Vision Language Models (VLM) on Jetson

The article discusses the deployment of open source Vision Language Models (VLMs) on NVIDIA Jetson edge computing platforms. This covers technical implementation aspects of running AI vision models locally on embedded hardware for real-time applications.