paper-with-me

Papers

Visual Perception Engine: Fast and Flexible Multi-Head Inference for Robotic Vision Tasks

2025-08-15 · Jakub Łucki, Jonathan Becktor, Georgios Georgakis, Rob Royce, Shehryar Khattak arxiv

Deploying multiple machine learning models on resource-constrained robotic platforms for different perception tasks often results in redundant computations, large memory footprints, and complex integration challenges. In response, this work presents Visual Perception Engine (VPEngine), a modular framework designed to enable efficient GPU usage for visual multitasking while maintaining extensibility and developer accessibility. Our framework architecture leverages a shared foundation model backbone that extracts image representations, which are efficiently shared, without any unnecessary GPU-CPU memory transfers, across multiple specialized task-specific model heads running in parallel. This design eliminates the computational redundancy inherent in feature extraction component when deploying traditional sequential models while enabling dynamic task prioritization based on application demands. We demonstrate our framework's capabilities through an example implementation using DINOv2 as the foundation model with multiple task (depth, object detection and semantic segmentation) heads, achieving up to 3x speedup compared to sequential execution. Building on CUDA Multi-Process Service (MPS), VPEngine offers efficient GPU utilization and maintains a constant memory footprint while allowing per-task inference frequencies to be adjusted dynamically during runtime. The framework is written in Python and is open source with ROS2 C++ (Humble) bindings for ease of use by the robotics community across diverse robotic platforms. Our example implementation demonstrates end-to-end real-time performance at $\geq$50 Hz on NVIDIA Jetson Orin AGX for TensorRT optimized models.

📄 PDF Abstract BibTeX arXiv:2508.11584

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationObject Detection

Similar Papers 제목 키워드 기반

iSHIFT: Lightweight Slow-Fast GUI Agent with Adaptive Perception

2025-12-26 · Sarthak Mehrotra, Sairam V C Rebbapragada, Mani Hemanth Reddy Bonthu, Vineeth N Balasubramanian arxiv

Multimodal Large Language Models (MLLMs) show strong potential for interpreting and interacting with complex, pixel-rich Graphical User Interface (GUI) environments. However, building agents that are both efficient for h…

Visual Grounding

DenseFusion-1M: Merging Vision Experts for Comprehensive Multimodal Perception

2024-07-11 · Xiaotong Li, Fan Zhang, Haiwen Diao, Yueze Wang 외

Existing Multimodal Large Language Models (MLLMs) increasingly emphasize complex understanding of various visual elements, including multiple objects, text information, and spatial relations. Their development for compre…

Visual Question Answering

M$^3$-ACE: Rectifying Visual Perception in Multimodal Math Reasoning via Multi-Agentic Context Engineering

2026-03-09 · Peijin Xie, Zhen Xu, Bingquan Liu, Baoxun Wang arxiv

Multimodal large language models have recently shown promising progress in visual mathematical reasoning. However, their performance is often limited by a critical yet underexplored bottleneck: inaccurate visual percepti…

Mathematical ReasoningMultimodal ReasoningPrompt Engineering

DeepMind Lab

2016-12-12 · Charles Beattie, Joel Z. Leibo, Denis Teplyashin, Tom Ward 외

DeepMind Lab is a first-person 3D game platform designed for research and development of general artificial intelligence and machine learning systems. DeepMind Lab can be used to study how autonomous artificial agents ma…

BIG-bench Machine Learning

PerceptionGPT: Effectively Fusing Visual Perception into LLM

2023-11-11 · CVPR 2024 1 · Renjie Pi, Lewei Yao, Jiahui Gao, Jipeng Zhang 외

The integration of visual inputs with large language models (LLMs) has led to remarkable advancements in multi-modal capabilities, giving rise to visual large language models (VLLMs). However, effectively harnessing VLLM…

GPU