中文
相关论文

相关论文: RTMO: Towards High-Performance One-Stage Real-Time…

200 篇论文

This paper addresses the problem of category-level pose estimation for articulated objects in robotic manipulation tasks. Recent works have shown promising results in estimating part pose and size at the category level. However, these…

计算机视觉与模式识别 · 计算机科学 2025-06-09 Jingshun Huang , Haitao Lin , Tianyu Wang , Yanwei Fu , Yu-Gang Jiang , Xiangyang Xue

We propose a one-stage framework for real-time multi-person 3D human mesh estimation from a single RGB image. While current one-stage methods, which follow a DETR-style pipeline, achieve state-of-the-art (SOTA) performance with…

计算机视觉与模式识别 · 计算机科学 2025-04-16 Chi Su , Xiaoxuan Ma , Jiajun Su , Yizhou Wang

This is an official pytorch implementation of Deep High-Resolution Representation Learning for Human Pose Estimation. In this work, we are interested in the human pose estimation problem with a focus on learning reliable high-resolution…

计算机视觉与模式识别 · 计算机科学 2019-02-26 Ke Sun , Bin Xiao , Dong Liu , Jingdong Wang

Most of the top-down pose estimation models assume that there exists only one person in a bounding box. However, the assumption is not always correct. In this technical report, we introduce two ideas, instance cue and recurrent refinement,…

计算机视觉与模式识别 · 计算机科学 2020-03-05 Sanghoon Hong , Hunchul Park , Jonghyuk Park , Sukhyun Cho , Heewoong Park

In this paper, we aim to design an efficient real-time object detector that exceeds the YOLO series and is easily extensible for many object recognition tasks such as instance segmentation and rotated object detection. To obtain a more…

计算机视觉与模式识别 · 计算机科学 2022-12-20 Chengqi Lyu , Wenwei Zhang , Haian Huang , Yue Zhou , Yudong Wang , Yanyi Liu , Shilong Zhang , Kai Chen

Human pose estimation is a key step to action recognition. We propose a method of estimating 3D human poses from a single image, which works in conjunction with an existing 2D pose/joint detector. 3D pose estimation is challenging because…

计算机视觉与模式识别 · 计算机科学 2014-06-10 Chunyu Wang , Yizhou Wang , Zhouchen Lin , Alan L. Yuille , Wen Gao

Human pose estimation in two-dimensional images videos has been a hot topic in the computer vision problem recently due to its vast benefits and potential applications for improving human life, such as behaviors recognition, motion capture…

计算机视觉与模式识别 · 计算机科学 2022-02-08 Thong Duy Nguyen , Milan Kresovic

Estimating camera pose in dynamic environments is a critical challenge, as most visual SLAM and SfM methods assume static scenes. While recent dynamic-aware methods exist, they are often not unified: semantic-based approaches are brittle,…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Jianhao Zheng , Liyuan Zhu , Zihan Zhu , Iro Armeni

Heatmap-based methods have become the mainstream method for pose estimation due to their superior performance. However, heatmap-based approaches suffer from significant quantization errors with downscale heatmaps, which result in limited…

计算机视觉与模式识别 · 计算机科学 2023-08-01 Haonan Wang , Jie Liu , Jie Tang , Gangshan Wu

Multi-person pose estimation is fundamental to many computer vision tasks and has made significant progress in recent years. However, few previous methods explored the problem of pose estimation in crowded scenes while it remains…

计算机视觉与模式识别 · 计算机科学 2019-01-24 Jiefeng Li , Can Wang , Hao Zhu , Yihuan Mao , Hao-Shu Fang , Cewu Lu

Real-time object detection plays a vital role in various computer vision applications. However, deploying real-time object detectors on resource-constrained platforms poses challenges due to high computational and memory requirements. This…

计算机视觉与模式识别 · 计算机科学 2023-07-12 Mingze Wang , Huixin Sun , Jun Shi , Xuhui Liu , Baochang Zhang , Xianbin Cao

In the rapidly advancing domain of computer vision, accurately estimating the poses of multiple individuals from various viewpoints remains a significant challenge, especially when reliability is a key requirement. This paper introduces a…

计算机视觉与模式识别 · 计算机科学 2025-03-10 Daniel Bermuth , Alexander Poeppel , Wolfgang Reif

YOLO is a deep neural network (DNN) model presented for robust real-time object detection following the one-stage inference approach. It outperforms other real-time object detectors in terms of speed and accuracy by a wide margin.…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Mohammadamin Baghbanbashi , Mohsen Raji , Behnam Ghavami

The task of multi-person human pose estimation in natural scenes is quite challenging. Existing methods include both top-down and bottom-up approaches. The main advantage of bottom-up methods is its excellent tradeoff between estimation…

计算机视觉与模式识别 · 计算机科学 2017-10-30 Guanghan Ning , Zhihai He

Both the tasks of multi-person human pose estimation and pose tracking in videos are quite challenging. Existing methods can be categorized into two groups: top-down and bottom-up approaches. In this paper, following the top-down approach,…

计算机视觉与模式识别 · 计算机科学 2019-01-24 Guanghan Ning , Ping Liu , Xiaochuan Fan , Chi Zhang

Human pose estimation in complicated situations has always been a challenging task. Many Transformer-based pose networks have been proposed recently, achieving encouraging progress in improving performance. However, the remarkable…

计算机视觉与模式识别 · 计算机科学 2023-11-27 Chengpeng Wu , Guangxing Tan , Chunyu Li

We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated…

计算机视觉与模式识别 · 计算机科学 2016-05-11 Joseph Redmon , Santosh Divvala , Ross Girshick , Ali Farhadi

Heatmap representations have formed the basis of 2D human pose estimation systems for many years, but their generalizations for 3D pose have only recently been considered. This includes 2.5D volumetric heatmaps, whose X and Y axes…

计算机视觉与模式识别 · 计算机科学 2020-11-10 István Sárándi , Timm Linder , Kai O. Arras , Bastian Leibe

We propose OmniPose, a single-pass, end-to-end trainable framework, that achieves state-of-the-art results for multi-person pose estimation. Using a novel waterfall module, the OmniPose architecture leverages multi-scale feature…

计算机视觉与模式识别 · 计算机科学 2021-03-19 Bruno Artacho , Andreas Savakis

State-of-the-art object pose estimation handles multiple instances in a test image by using multi-model formulations: detection as a first stage and then separately trained networks per object for 2D-3D geometric correspondence prediction…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Stefan Thalhammer , Timothy Patten , Markus Vincze