A simple yet effective single-shot method to detect multiple people in an image and estimate their pose, body shape and expression.
A simple yet effective single-shot method to detect multiple people in an image and estimate their pose, body shape and expression.
Code: naver/multi-hmr
Human Mesh Recovery (HMR) is a task in the field of computer vision focussed on identifying humans, and accurately estimating their shapes and their 3D poses from images. This capability has immense potential in applications in augmented and virtual reality (AR/VR), where the precise capture of facial expressions and hand gestures is pivotal to effective human communication and the desire to adopt the technology. These systems also promise to enhance the quality of human-robot interaction (HRI) and refine robot navigation systems. By incorporating proximity and human motions and gestures into navigation algorithms, a robot can anticipate and respond to human behaviour making them safer and making the interaction with humans more natural.
The focus of current HMR systems is mainly on estimating an individual human mesh from the part of the image where a person has been detected by a separate detection algorithm. This dedicated algorithm does a first run to detect the person(s) but then has to be rerun for each said person, making the whole detection process rather slow and inefficient. What we’ve managed to do is develop a method, called Multi-HMR, that can process the entire image in one go, identifying the humans that figure within and delivering estimations for all individuals simultaneously.
The challenge in devising such a single step method is that it needs to be proficient in detecting humans within an image and in extracting local visual cues such as how the fingers are oriented or the position of the eyes. These visual cues are essential to be able to estimate expressive human meshes for multiple humans. This dual capability of detection and extraction is crucial in optimizing HMR algorithms for speed, robustness and accuracy, all of which are necessary to make them widely applicable in practical scenarios.
Current approaches to HMR can be broadly categorized into two main groups: single-shot methods and multi-shot methods. Single-shot methods process the entire image at once, but they yield only rough estimates of the 3D pose (i.e. ROMP (1)). By design they estimate only the body pose and are unable to estimate facial expressions and hand poses. On the other hand, multi-shot methods rely on the pre-detection of humans using the off-the-shelf algorithm mentioned earlier. Moreover, after pre-detection, a number of inefficient cropping and estimation procedures are conducted to give good estimations but these come at the cost of a significant amount of computational overhead (for example PIXIE (2) crops around the body, face and hands separately, feeding each crop to its own model then combining the predictions from each body part).
Multi-HMR is a significant step forward in making HMR technology more practical and more widely applicable in real-world settings. At the moment we’re working on improving Multi-HMR on single images where occlusion, rare human poses, motion blur and bad picture quality lead to less reliable predictions. To address this, we see potential in incorporating temporal information and in leveraging sequences of images (as opposed to a single image) to enhance accuracy and robustness. Multi-view scenarios of the same scene could also offer further opportunities for improvement.
NAVER LABS Europe 6-8 chemin de Maupertuis 38240 Meylan France Contact
To make robots autonomous in real-world everyday spaces, they should be able to learn from their interactions within these spaces, how to best execute tasks specified by non-expert users in a safe and reliable way. To do so requires sequential decision-making skills that combine machine learning, adaptive planning and control in uncertain environments as well as solving hard combinatorial optimization problems. Our research combines expertise in reinforcement learning, computer vision, robotic control, sim2real transfer, large multimodal foundation models and neural combinatorial optimization to build AI-based architectures and algorithms to improve robot autonomy and robustness when completing everyday complex tasks in constantly changing environments. More details on our research can be found in the Explore section below.
For a robot to be useful it must be able to represent its knowledge of the world, share what it learns and interact with other agents, in particular humans. Our research combines expertise in human-robot interaction, natural language processing, speech, information retrieval, data management and low code/no code programming to build AI components that will help next-generation robots perform complex real-world tasks. These components will help robots interact safely with humans and their physical environment, other robots and systems, represent and update their world knowledge and share it with the rest of the fleet. More details on our research can be found in the Explore section below.
Visual perception is a necessary part of any intelligent system that is meant to interact with the world. Robots need to perceive the structure, the objects, and people in their environment to better understand the world and perform the tasks they are assigned. Our research combines expertise in visual representation learning, self-supervised learning and human behaviour understanding to build AI components that help robots understand and navigate in their 3D environment, detect and interact with surrounding objects and people and continuously adapt themselves when deployed in new environments. More details on our research can be found in the Explore section below.
Details on the gender equality index score 2024 (related to year 2023) for NAVER France of 87/100.
The NAVER France targets set in 2022 (Indicator n°1: +2 points in 2024 and Indicator n°4: +5 points in 2025) have been achieved.
—————
Index NAVER France de l’égalité professionnelle entre les femmes et les hommes pour l’année 2024 au titre des données 2023 : 87/100
Détail des indicateurs :
Les objectifs de progression de l’Index définis en 2022 (Indicateur n°1 : +2 points en 2024 et Indicateur n°4 : +5 points en 2025) ont été atteints.
Details on the gender equality index score 2024 (related to year 2023) for NAVER France of 87/100.
1. Difference in female/male salary: 34/40 points
2. Difference in salary increases female/male: 35/35 points
3. Salary increases upon return from maternity leave: Non calculable
4. Number of employees in under-represented gender in 10 highest salaries: 5/10 points
The NAVER France targets set in 2022 (Indicator n°1: +2 points in 2024 and Indicator n°4: +5 points in 2025) have been achieved.
——————-
Index NAVER France de l’égalité professionnelle entre les femmes et les hommes pour l’année 2024 au titre des données 2023 : 87/100
Détail des indicateurs :
1. Les écarts de salaire entre les femmes et les hommes: 34 sur 40 points
2. Les écarts des augmentations individuelles entre les femmes et les hommes : 35 sur 35 points
3. Toutes les salariées augmentées revenant de congé maternité : Incalculable
4. Le nombre de salarié du sexe sous-représenté parmi les 10 plus hautes rémunérations : 5 sur 10 points
Les objectifs de progression de l’Index définis en 2022 (Indicateur n°1 : +2 points en 2024 et Indicateur n°4 : +5 points en 2025) ont été atteints.
To make robots autonomous in real-world everyday spaces, they should be able to learn from their interactions within these spaces, how to best execute tasks specified by non-expert users in a safe and reliable way. To do so requires sequential decision-making skills that combine machine learning, adaptive planning and control in uncertain environments as well as solving hard combinatorial optimisation problems. Our research combines expertise in reinforcement learning, computer vision, robotic control, sim2real transfer, large multimodal foundation models and neural combinatorial optimisation to build AI-based architectures and algorithms to improve robot autonomy and robustness when completing everyday complex tasks in constantly changing environments.
The research we conduct on expressive visual representations is applicable to visual search, object detection, image classification and the automatic extraction of 3D human poses and shapes that can be used for human behavior understanding and prediction, human-robot interaction or even avatar animation. We also extract 3D information from images that can be used for intelligent robot navigation, augmented reality and the 3D reconstruction of objects, buildings or even entire cities.
Our work covers the spectrum from unsupervised to supervised approaches, and from very deep architectures to very compact ones. We’re excited about the promise of big data to bring big performance gains to our algorithms but also passionate about the challenge of working in data-scarce and low-power scenarios.
Furthermore, we believe that a modern computer vision system needs to be able to continuously adapt itself to its environment and to improve itself via lifelong learning. Our driving goal is to use our research to deliver embodied intelligence to our users in robotics, autonomous driving, via phone cameras and any other visual means to reach people wherever they may be.
This web site uses cookies for the site search, to display videos and for aggregate site analytics.
Learn more about these cookies in our privacy notice.
You may choose which kind of cookies you allow when visiting this website. Click on "Save cookie settings" to apply your choice.
FunctionalThis website uses functional cookies which are required for the search function to work and to apply for jobs and internships.
AnalyticalOur website uses analytical cookies to make it possible to analyse our website and optimize its usability.
Social mediaOur website places social media cookies to show YouTube and Vimeo videos. Cookies placed by these sites may track your personal data.
This content is currently blocked. To view the content please either 'Accept social media cookies' or 'Accept all cookies'.
For more information on cookies see our privacy notice.