← Back to arXiv Computer Vision

arXiv Computer Vision briefings

ResearchOfficialarXiv Computer Vision

UniPose9D: Universal Category-Agnostic Object Pose Estimation

UniPose9D is a foundation model for 9D object pose estimation that operates without relying on category labels, CAD models, or reference views. It leverages point pairs and introduces a novel RANSAC N-hop Kabsch-Umeyama algorithm to predict rotation, translation, and metric size from RGB-D input or RGB images with predicted depth. The model demonstrates performance that matches or surpasses specialist methods across six datasets and shows strong generalization to unseen objects and real-world scenarios.

Why it matters: This work represents a significant advance in generalizable 3D vision, enabling robust pose estimation for arbitrary objects without category-specific training, which is important for robotics and augmented reality.

ResearchOfficialarXiv Computer Vision

RSLoRA: Training-free Rank Allocation for LoRA via Representational Sensitivity Probing

RSLoRA is a training-free and gradient-free method for allocating ranks in Low-Rank Adaptation (LoRA) by analyzing activation-space geometry. The approach uses representational probing to identify which neural network layers require higher rank capacity, enabling more effective parameter-efficient fine-tuning. According to the preprint, RSLoRA outperforms existing allocators such as AdaLoRA and GoRA on standard benchmarks.

Why it matters: RSLoRA offers a more efficient and representation-aware alternative to existing LoRA rank allocation methods, potentially improving large-scale model adaptation without the need for iterative training or gradient computation.

ResearchOfficialarXiv Computer Vision

DynaFilter: Cloud-driven Dynamic Filtering for Satellite Edge Intelligence

DynaFilter is a dynamic filtering technique that allows satellite edge devices to perform selective region-of-interest inference directly in the compressed domain, eliminating the need for full decompression. The method leverages low-level compression features to identify and transmit only relevant data, reducing the pixel data required for decoding by 1.6x-7.1x for images and achieving up to 92.0% bandwidth savings for video streams compared to state-of-the-art baselines. Additionally, DynaFilter decreases energy consumption by 43.1-88.6% and speeds up inference latency by 1.6x-3.0x on target devices.

Why it matters: This technique enables more efficient and practical remote sensing on satellite edge systems by significantly reducing bandwidth, energy use, and latency.