154 related articles

A deep dive into a real-time 3D human mesh reconstruction project using a single RGB camera, built with Rust, Candle, and CUDA, achieving 55ms/frame on an RTX 5080.

From the fatal Apollo 1 fire to Apollo 8's daring lunar orbit to Apollo 11's successful landing—revisiting the disasters, fears, and compromises of the Apollo program and their lessons for today's return to the Moon.

Depth perception for transparent and reflective objects has long been a core challenge in robotic grasping. LingBot-Depth uses masked depth modeling to turn sensor failure into supervisory signals, inferring glass depth from RGB context.

Transparent and reflective object depth perception is a core challenge in robotic grasping. LingBot-Depth uses masked depth modeling to turn sensor failure into supervision, inferring glass depth from RGB context.

A deep dive into how neural network hidden layers solve the XOR problem through feature space transformation, with math, geometry, and concrete examples.

Deep dive into building a YOLO26n object detection inference engine from scratch using ARM64 assembly and C, covering NEON SIMD, Winograd convolution, GEMM micro-kernels, and cache tiling optimizations.

A systematic review of must-know topics for AI Application Engineer interviews: PTQ/QAT quantization, operator fusion, inference pipelines, latency/throughput analysis, and edge deployment of detection/segmentation/BEV models.

Tongyi Qianwen Qwen-Image-3.0 image generation model gets a comprehensive upgrade: supporting 4,500-token ultra-long instructions, pixel-level detail rendering, 12-language knowledge understanding, and ancient painting restoration. This article analyzes its three core capabilities.

Alibaba open-sources a 2.4 trillion parameter Qwen model and launches the Qwen Token Plan. Chinese models surge, Kimi K3 tops global rankings, and China's AI is reshaping the global competitive landscape.

A beginner's guide to ROS2: what ROS really is (an SDK, not a traditional OS), how ROS1 and ROS2 differ, and how to choose the right version to start robot development.

LiblibTV's AI Agent feature tested end-to-end: from a one-sentence brief through storyboarding, Seed Audio music, and CapCut editing to a polished brand film in under two hours.

A wind farm digital twin built on Microsoft Fabric and Azure AI Foundry, fusing Finnish LIDAR terrain, real-time telemetry, and conversational AI for smart industrial operations.
NVIDIA DeepStream 9.1 Multi-Camera 3D …
A deep dive into NVIDIA DeepStream 9.1 multi-camera 3D tracking: cross-camera Re-ID, 3D coordinate fusion, GPU-accelerated pipelines, and real-world deployments in retail, warehousing, and security.

LeRobot 3D is an open-source project adding 3D spatial perception to the SO101 robot, featuring multi-camera point cloud fusion, forward kinematics, ICP calibration, and browser-based visualization.

Why do CNNs and RNNs fail on unordered matrix data? Learn about permutation invariance, Deep Sets, and Set Transformer to pick the right architecture for set-based classification.

At the Microsoft Research India summit, top experts explore the real progress of multimodal AI and embodied intelligence: fusing classical robotics with large models, healthcare AI deployment challenges, perceptual bottlenecks in reasoning, and possibilities beyond scaling.

YOLO-Distill is an open-source YOLOv9 knowledge distillation toolkit under MIT license, supporting CWD and MGD feature distillation for lightweight edge deployment.
Three Core Gaps in Multimodal LLMs: Fr…
Microsoft Research India reveals three core gaps in multimodal LLMs: visual perception blindspots, cognitive hallucination, and architectural limitations. Explores Faithful GRPO, behavior modeling, and model alignment breakthroughs.

Mistral launches its first embodied navigation model: 8B parameters, single RGB camera, 76.6% success rate in unseen environments — beating LiDAR-based multi-sensor systems.

An independent researcher dissects a single 1×1 convolutional neuron in InceptionV1, using Hadamard product clustering to reveal detection patterns and discovers how gradient descent hides concepts in noise.