EP4490709A1 - Model fitting using keypoint regression - Google Patents
Model fitting using keypoint regressionInfo
- Publication number
- EP4490709A1 EP4490709A1 EP23709844.7A EP23709844A EP4490709A1 EP 4490709 A1 EP4490709 A1 EP 4490709A1 EP 23709844 A EP23709844 A EP 23709844A EP 4490709 A1 EP4490709 A1 EP 4490709A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- image
- model
- computing system
- keypoints
- keypoint
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/168—Feature extraction; Face representation
- G06V40/171—Local features and components; Facial parts ; Occluding parts, e.g. glasses; Geometrical relationships
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/74—Image or video pattern matching; Proximity measures in feature spaces
- G06V10/75—Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
- G06V10/755—Deformable models or variational models, e.g. snakes or active contours
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/174—Facial expression recognition
Definitions
- Landmarks often play a key role in image analysis, but many aspects of identity or expression cannot be represented by a limited number of landmarks.
- landmarks are often combined with additional signals such as depth images, or techniques such as differentiable rendering.
- the present disclosure provides a way to use more landmarks in an efficient and cost-effective manner. Besides faces, the present disclosure may be applied more generally to other types of images.
- FIGS. The Detailed Description is described with reference to the accompanying FIGS.
- the left-most digit(s) of a reference number identifies the FIG. in which the reference number first appears.
- the same reference numbers in different FIGS, indicate similar or identical items.
- FIG. 3 is a diagram illustrating examples of the disclosed techniques according to one embodiment disclosed herein.
- FIG. 4 is a diagram illustrating examples of the disclosed techniques according to one embodiment disclosed herein.
- FIG. 6 is a diagram illustrating examples of the disclosed techniques according to one embodiment disclosed herein.
- FIG. 7A is a flow diagram showing aspects of an illustrative routine, according to one embodiment disclosed herein.
- FIG. 7B is a flow diagram showing aspects of an illustrative routine, according to one embodiment disclosed herein.
- FIG. 8A is a flow diagram showing aspects of an illustrative routine, according to one embodiment disclosed herein.
- FIG. 9 is a computer architecture diagram illustrating aspects of an example computer architecture for a computer capable of executing the software components described herein.
- FIG. 10 is a computer architecture diagram illustrating aspects of an example computer architecture for a computer capable of executing the software components described herein.
- the disclosure provides a way to directly regress a 2D coordinate and a measure of uncertainty without using heatmap images. This has several technical advantages:
- transferring heatmap images from one core to another can be a bottleneck. Instead, transferring just the keypoint coordinates and confidence values uses much less bandwidth. For a 128x128 image, this corresponds to over a 99% improvement in bandwidth.
- argmax In a computationally constrained system, running argmax on the heatmap images can be expensive. By directly regressing keypoints, running argmax can be avoided. Additionally, argmax is only pixel-precise, whereas direct regression can be more precise at the sub-pixel level. Directly predicting keypoints can allow for scaling up to more keypoints than would be computationally possible with heatmaps.
- the resources of the neural network can be automatically allocated in order to achieve greater equality of outcome with regards to its prediction accuracy, with more capacity as necessary being assigned to harder keypoints.
- the disclosed techniques may be applied to a multi-camera fitting scenario, where a model of an object (e.g., face) is fitted to 2D probabilistic keypoint estimates that come from multiple cameras.
- Some keypoints under certain views may be less certain compared to the same keypoint under a different view. For example, when a face is viewed from the front, both eyes may be clearly visible with high confidence. But, when viewed from the side, only one eye may be visible, and the other eye may be discounted by high uncertainty when fitting to that view. In this way, although all keypoints are predicted for all views, each view of the face contributes most strongly to the portion of the face best visible. Additionally, when using a probabilistic keypoint energy over multiple cameras, it is possible to use the camera calibration itself. In some embodiments, the extension of fitting model to landmarks can allow for camera calibration to be performed together with other parameters.
- training object detectors requires "positive” images that contain the object, as well as “negative” images that do not contain the object. With the disclosed techniques, no negative images are required, making it possible to create an object detector trained with only positive images. This can be useful when it is difficult to reliably collect negative images, e.g., images without a person in the images.
- Landmarks are points in correspondence across all faces, such as the tip of the nose or the corner of the eye. They often play a role in face-related computer vision, e.g., being used to extract facial regions of interest, or helping to constrain 3D model fitting.
- face-related computer vision e.g., being used to extract facial regions of interest, or helping to constrain 3D model fitting.
- many aspects of facial identity or expression cannot be encoded by a typical sparse set of 68 landmarks alone. For example, without landmarks on the cheeks, we cannot tell whether or not someone has high cheek- bones. Or, without landmarks around the outer eye region, we cannot tell if someone is softly closing their eyes, or scrunching up their face.
- Examples of the present disclosure include a method that predicts over 700 landmarks both accurately and robustly. Instead of only the frontal “hockey-mask” portion of the face, the described landmarks cover the entire head, including the ears, eyeballs, and teeth. As shown in FIG. 1, these landmarks provide a rich signal for both facial identity and expression.
- FIG. 1 given a single image (top), we first robustly and accurately predict 703 landmarks (middle). To aid visualization, we draw lines between landmarks. We then fit the disclosed 3D morphable face model to these landmarks to reconstruct faces in 3D (bottom).
- the present disclosure shows that parametric appearance models, illumination models, or differentiable rendering are not needed for high-quality 3D face reconstruction, but only a number of accurate 2D landmarks and a 3D model to fit to them.
- the present disclosure shows that combining probabilistic landmarks and model fitting enables intelligently aggregation of face information across multiple images by demonstrating robust and expressive results for both multi- view and monocular facial performance capture.
- the disclosed approach consists of two stages: First we predict probabilistic dense 2D landmarks L using a traditional convolutional neural network (CNN). Then, we fit a 3D face model, parameterized by ⁇ , to the 2D landmarks by minimizing an energy function E( ⁇ ; L). Images themselves are not part of this optimization; the only data used are 2D landmarks. Referring to FIG. 3, given an image 310, we first predict probabilistic dense landmarks L 320, each with position ⁇ and certainty ⁇ .
- CNN convolutional neural network
- the corresponding landmarks shown in 405, 415, 425 may be predicted with high uncertainty (red), compared to those visible (green). This may be achieved by training the network with a Gaussian negative log likelihood (GNLL) loss:
- GNLL Gaussian negative log likelihood
- Loss ⁇ penalizes the network for being too uncertain, and Loss ⁇ penalizes the network for making poorly localized landmark predictions while penalizing certainty.
- ⁇ i is a per-landmark weight that focuses the loss on certain parts of the face. This is the only loss term used during training.
- Facial identity ⁇ is shared ever a sequence of F frames, but expression ⁇ and pose vary per frame.
- R and translation T. we have six degrees of freedom for rotation R and translation T. and a focal length parameter f (assuming square pixels and principal point at image center). In the monocular case, we only optimize focal length.
- E landmarks encourages the 3D model to explain the predicted 2D landmarks. where, for the landmark seen by the , camera in the frame. is the 2D location and uncertainty predicted by our dense landmark CNN, and is the 2D projection of that landmark on our 3D model.
- the similarity of to Loss ⁇ in is no accident: treating landmarks as 2D random variables during both prediction and model- fitting allows our approach to elegantly handle uncertainty, taking advantage of landmarks the CNN is confident in.
- E temporal reduces jitter by encouraging face mesh, vertices x to remain still between neighboring frames i — 1 and i.
- the operational procedure may be implemented in a system comprising one or more computing devices. It should be understood by those of ordinary skill in the art that the operations of the methods disclosed herein are not necessarily presented in any particular order and that performance of some or all of the operations in an alternative order(s) is possible and is contemplated. The operations have been presented in the demonstrated order for ease of description and illustration. Operations may be added, omitted, performed together, and/or performed simultaneously, without departing from the scope of the appended claims.
- Operation 703 may be followed by operation 705.
- Operation 703 illustrates fitting a 3D model, parameterized by model parameters ⁇ to the 2D landmarks L by minimizing an energy function E ( ⁇ ; L).
- operation 711 illustrates instantiating, by the computing system, a neural network configured to predict each of the keypoints as a 2D random variable, normally distributed with a 2D position and 2x2 covariance matrix.
- Operation 713 may be followed by operation 715.
- Operation 715 illustrates using the trained neural network to predict keypoints of an image without generating a heatmap.
- FIG. 8A illustrated is another example operational procedure for predicting keypoints in an image in accordance with the present disclosure.
- Such an operational procedure may be provided by one or more components illustrated in FIGs. 1 through 6 and 9 through 11.
- the operational procedure may be implemented in a system comprising one or more computing devices. It should be understood by those of ordinary skill in the art that the operations of the methods disclosed herein are not necessarily presented in any particular order and that performance of some or all of the operations in an alternative order(s) is possible and is contemplated. The operations have been presented in the demonstrated order for ease of description and illustration. Operations may be added, omitted, performed together, and/or performed simultaneously, without departing from the scope of the appended claims.
- operation 811 illustrates generating, by the computing system, predictions for each of the keypoints of an image as a 2D random variable, normally distributed with location (x, y) and standard deviation sigma.
- Operation 811 may be followed by operation 813.
- Operation 813 illustrates training, by the computing system, a neural network to maximize a log-likelihood that samples from each of the predicted keypoints equal a ground truth.
- a parametric model may be a pre-defined model that can be modified by some number of parameters. Some of these parameters can control the rotation, translation, and scale of the object (i.e. some global changes) while others control more local deformations (e.g., one number can control how much a face model “smiles”). In the fitting process, the goal is to find the value of all of these parameters that best explain the predicted keypoints.
- a system 900 that implements machine learning (ML) platform 990.
- the ML platform 990 may be configured to provide output data to various devices 950 over a network 920, as well as computing device 930.
- a user interface 960 may be rendered on computing device 993090.
- the user interface 960 may be provided in conjunction with an application 940 that communicates to the ML platform 990 using an API via network 920.
- system 900 may be configured to provide product information to users.
- ML platform 990 may implement a machine learning system to perform one or more tasks.
- the ML platform 990 utilize the machine learning system to perform tasks such as image and writing recognition.
- the machine learning system may be configured to be optimized using the techniques described herein.
- the data analysis components 1030 can also include software, such as operating systems, applications, and containers, network services, virtual components, such as virtual disks, virtual networks, and virtual machines.
- the database 1050 can include data, such as a database, or a database shard (i.e., a partition of a database). Feedback may be used to further update various parameters that are used by machine learning model 1020. Data may be provided to the user application 1015 to provide results to various users 1010 using a user application 1015.
- machine learning model 1020 may be configured to utilize supervised and/or unsupervised machine learning technologies.
- a model compression framework based on sparsity-inducing regularization optimization as disclosed herein can reduce the amount of data that needs to be processed in such systems and applications. Effective model compression when processing iterations over large amounts of data may provide improved latencies for a number of applications that use such technologies, such as image and sound recognition, recommendation systems, and image analysis.
- An example architecture for a real-time system in which the disclosed embodiments can be implemented include mobilenetv2.
- An example architecture for an offline system in which the disclosed embodiments can be implemented include resnetlOl. These architectures are known to those skilled in the art.
- a server that implements a portion or all of one or more of the technologies described herein, including the techniques to implement methods for predicting keypoints in an image may include a general-purpose computer system that includes or is configured to access one or more computer-accessible media.
- FIG. 11 illustrates such a general-purpose computing device 1100.
- computing device 1100 includes one or more processors 1110a, 1110b, and/or 1110n (which may be referred herein singularly as “a processor 1110" or in the plural as “the processors 1110") coupled to a system memory 1120 via an input/output (I/O) interface 1130.
- Computing device 1100 further includes a network interface 1140 coupled to I/O interface 1130.
- computing device 1100 may be a uniprocessor system including one processor 1110 or a multiprocessor system including several processors 1110 (e.g., two, four, eight, or another suitable number).
- Processors 1110 may be any suitable processors capable of executing instructions.
- processors 1110 may be general- purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs), such as the xl l6, PowerPC, SPARC, or MIPS ISAs, or any other suitable ISA.
- ISAs instruction set architectures
- each of processors 1110 may commonly, but not necessarily, implement the same ISA.
- System memory 1120 may be configured to store instructions and data accessible by processor(s) 1110.
- system memory 1120 may be implemented using any suitable memory technology, such as static random access memory (SRAM), synchronous dynamic RAM (SDRAM), nonvolatile/Flash-type memory, or any other type of memory.
- SRAM static random access memory
- SDRAM synchronous dynamic RAM
- program instructions and data implementing one or more desired functions, such as those methods, techniques and data described above, are shown stored within system memory 1120 as code 1125 and data 1126.
- Network interface 1140 may be configured to allow data to be exchanged between computing device 1100 and other device or devices 1160 attached to a network or network(s) 1190, such as other computer systems or devices as illustrated in FIGS. 1 through 7, for example.
- network interface 1140 may support communication via any suitable wired or wireless general data networks, such as types of Ethernet networks, for example. Additionally, network interface 1140 may support communication via telecommunications/tel ephony networks such as analog voice networks or digital fiber communications networks, via storage area networks such as Fibre Channel SANs or via any other suitable type of network and/or protocol.
- system memory 1120 may be one embodiment of a computer-accessible medium configured to store program instructions and data as described above for FIGS.
- a computer-accessible medium may include non-transitory storage media or memory media, such as magnetic or optical media, e.g., disk or DVD/CD coupled to computing device 1100 via I/O interface 1130.
- a non-transitory computer-accessible storage medium may also include any volatile or non-volatile media, such as RAM (e.g. SDRAM, DDR SDRAM, RDRAM, SRAM, etc.), ROM, etc., that may be included in some embodiments of computing device 1100 as system memory 1120 or another type of memory.
- a computer- accessible medium may include transmission media or signals such as electrical, electromagnetic or digital signals, conveyed via a communication medium such as a network and/or a wireless link, such as may be implemented via network interface 1140.
- a communication medium such as a network and/or a wireless link, such as may be implemented via network interface 1140.
- Portions or all of multiple computing devices, such as those illustrated in FIG. 11, may be used to implement the described functionality in various embodiments; for example, software components running on a variety of different devices and servers may collaborate to provide the functionality.
- portions of the described functionality may be implemented using storage devices, network devices, or special-purpose computer systems, in addition to or instead of being implemented using general-purpose computer systems.
- Computer-readable media as discussed herein may refer to a mass storage device, such as a solid-state drive, a hard disk or CD-ROM drive. However, it should be appreciated by those skilled in the art that computer-readable media can be any available computer storage media that can be accessed by a computing device.
- computer storage media may include volatile and non- volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data.
- computer media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, digital versatile disks (“DVD”), HD-DVD, BLU-RAY, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computing devices discussed herein.
- the phrase “computer storage medium,” “computer-readable storage medium” and variations thereof, does not include waves, signals, and/or other transitory and/or intangible communication media, per se. Encoding the software modules presented herein also may transform the physical structure of the computer-readable media presented herein. The specific transformation of physical structure may depend on various factors, in different implementations of this description. Examples of such factors may include, but are not limited to, the technology used to implement the computer- readable media, whether the computer-readable media is characterized as primary or secondary storage, and the like.
- the computer-readable media is implemented as semiconductor-based memory
- the software disclosed herein may be encoded on the computer- readable media by transforming the physical state of the semiconductor memory.
- the software may transform the state of transistors, capacitors, or other discrete circuit elements constituting the semiconductor memory.
- the software also may transform the physical state of such components in order to store data thereupon.
- the computer-readable media disclosed herein may be implemented using magnetic or optical technology.
- the software presented herein may transform the physical state of magnetic or optical media, when the software is encoded therein. These transformations may include altering the magnetic characteristics of particular locations within given magnetic media. These transformations also may include altering the physical features or characteristics of particular locations within given optical media, to change the optical characteristics of those locations. Other transformations of physical media are possible without departing from the scope and spirit of the present description, with the foregoing examples provided only to facilitate this discussion.
- any reference to “first,” “second,” etc. items and/or abstract concepts within the description is not intended to and should not be construed to necessarily correspond to any reference of “first,” “second,” etc. elements of the claims.
- items and/or abstract concepts such as, for example, individual computing devices and/or operational states of the computing cluster may be distinguished by numerical designations without such designations corresponding to the claims or even other paragraphs of the Summary and/or Detailed Description.
- any designation of a “first operational state” and “second operational state” of the computing cluster within a paragraph of this disclosure is used solely to distinguish two different operational states of the computing cluster within that specific paragraph - not any other paragraph and particularly not the claims.
- a method for predicting keypoints by a computing system comprising: instantiating, by the computing system, a neural network configured to predict each of the keypoints as a 2D random variable, normally distributed with a 2D position and 2x2 covariance matrix; training, by the computing system, the neural network to maximize a log-likelihood that samples from each of the predicted keypoints equal a ground truth; and using the trained neural network to predict keypoints of an image without generating a heatmap.
- Clause 2 The method of clause 1, wherein distribution of uncertainty values is influenced during the training by introducing a suitable prior.
- Clause 3 The method of any of clauses 1-2, wherein the 2D random variable is a 2D circular Gaussian with position and uncertainty.
- Clause 4 The method of any of clauses 1-3, wherein training the neural network comprises training with a Gaussian negative log likelihood (GNLL) loss:
- GNLL Gaussian negative log likelihood
- Clause 5 The method of any of clauses 1-4, wherein a relative likelihood that a sample from the 2D random variable will equal the ground truth keypoint location is: wherein the sample is at (x’, y’) and the ground truth is at (x, y).
- Clause 6 The method of any of clauses 1-5, further comprising minimizing a loss that is a sum of negative log-likelihoods.
- Clause 7 The method of clauses 1-6, wherein the ground truth consists of a set of keypoint
- Clause 8 The method of any of clauses 1-7, further comprising predicting occluded keypoints and keypoints outside of the image.
- Clause 9 The method of any of clauses 1-8, wherein the keypoints are predicted at a sub-pixel precision.
- Clause 10 The method of any of clauses 1-9, wherein the image is received from a set of introspective sensors attached to a HMD, the method further comprising: performing 3D facial reconstruction from multiple views of the introspective sensors.
- Clause 11 The method of any of clauses 1-10, further comprising localizing or calibrating the HMD or accessories thereof.
- Clause 12 The method of any of clauses 1-11, wherein ground truth images and keypoints comprise pairs of images captured by a camera or sensor with annotated ground truth.
- Clause 13 The method of any of clauses 1-12, wherein ground truth images and keypoints are generated or rendered by a computer.
- Clause 14 The method of any of clauses 1-13 wherein training data for the neural network include keypoints that are occluded or outside of ground truth images.
- a computing system for fitting a model using observation data comprising: one or more processors; and a computer-readable storage medium having computer-executable instructions stored thereupon which, when executed by the processor, cause the computing system to perform operations comprising: executing a neural network configured to predict keypoints as a 2D random variable, normally distributed with location (x, y) and standard deviation sigma; training a network to maximize a log-likelihood that samples from each predicted keypoint equal a ground truth; and using the trained network to predict keypoints of an image.
- Clause 16 The computing system of clause 15, wherein each of the keypoints is predicted as a random variable with probability density function of a circular 2D Gaussian
- Clause 17 The computing system of any of clauses 15 and 16, wherein a relative likelihood that a sample from the 2D random variable will equal the ground truth keypoint location is: wherein the sample is at (x’, y’) and the ground truth is at (x, y).
- Clause 18 The computing system of any clauses 15-17, further comprising computer-executable instructions stored thereupon which, when executed by the processor, cause the computing system to perform operations comprising minimizing a loss that is a sum of negative log-likelihoods.
- Clause 19 The computing system of any clauses 15-18, wherein the ground truth consists of a set of keypoint coordinates
- a computer-readable storage medium having computer-executable instructions stored thereupon which, when executed by a processor of a computing system, cause the computing system to perform operations comprising: executing a neural network configured to predict generating predictions for keypoints as a 2D random variable, normally distributed with location (x, y) and standard deviation sigma; training a network to maximize a log-likelihood that samples from each predicted keypoint equal a ground truth; and using the trained network to predict keypoints of an image.
- a method for predicting keypoints by a computing system comprising: generating, by the computing system, predictions for each of the keypoints of an image as a 2D random variable, normally distributed with location (x, y) and standard deviation sigma; training, by the computing system, a neural network to maximize a log-likelihood that samples from each of the predicted keypoints equal a ground truth; and using the trained neural network to predict keypoints of an image without generating a heatmap.
- Clause 2 The method of clause 1, further comprising fitting a parametric model to the predicted keypoints.
- Clause 3 The method of any of clauses 1-2, wherein distribution of uncertainty values is influenced during the training by introducing a suitable prior.
- Clause 4 The method of any of clauses 1-3, wherein the image is of an object for which an a- priori model is available, the method further comprising preprocessing the image by: running a sliding window over the image; measuring average keypoint confidence for each window of the sliding window; if a window with a high average keypoint certainty is not found, determining that the object is not in the image; and otherwise, taking the window which reported a highest average keypoint confidence to contain the object.
- Clause 5 The method of any of clauses 1-4, wherein the image is input from one or more of regular color (RGB) cameras, depth cameras, IR sensors, head-mounted cameras, event cameras, or web cameras.
- RGB regular color
- Clause 6 The method of any of clauses 1-5, wherein the method is performed in combination with a model fitter that predicts intrinsic camera parameters.
- Clause 7 The method of clauses 1-6, wherein the model fitter is configured for a single view where uncertainty of each landmark is taken into account.
- Clause 8 The method of any of clauses 1-7, wherein the model fitter is configured for multiple views.
- a computing system for fitting a model using observation data comprising: one or more processors; and a computer-readable storage medium having computer-executable instructions stored thereupon which, when executed by the processor, cause the computing system to perform operations comprising: generating predictions for keypoints as a 2D random variable, normally distributed with location (x, y) and standard deviation sigma; training a neural network to maximize a log-likelihood that samples from each predicted keypoint equal a ground truth; using the trained neural network to predict keypoints of an image; and fitting a parametric model to the predicted keypoints.
- Clause 11 The computing system of clause 10, wherein distribution of uncertainty values is influenced during the training by introducing a suitable prior.
- Clause 12 The computing system of any of clauses 10 and 11, wherein the image is of an object, further comprising computer-executable instructions stored thereupon which, when executed by the processor, cause the computing system to perform operations for preprocessing the image, comprising: running a sliding window over the image; measuring average keypoint confidence for each window; if a window with a high average keypoint certainty is not found, determining that the object is not in the image; and otherwise, taking the window which reported the highest average keypoint confidence to contain the object.
- Clause 13 The computing system of any clauses 10-12, wherein the predicting and training is performed in combination with a model fitter that predicts intrinsic camera parameters.
- Clause 14 The computing system of any clauses 10-13, wherein the model fitter is configured for a single view where uncertainty of each landmark is taken into account.
- Clause 15 The computing system of any clauses 10-14, further comprising computer-executable instructions stored thereupon which, when executed by the processor, cause the computing system to perform operations comprising performing 3D reconstruction from multiple views from multiple cameras, where an uncertainty in each view is taken into account, and wherein extrinsic parameters of each camera are concurrently optimized.
- Clause 16 The computing system of any clauses 10-15, wherein the cameras are HMD cameras.
- Clause 17 The computing system of any clauses 10-16, computer-executable instructions stored thereupon which, when executed by the processor, cause the computing system to perform operations comprising using uncertainties of the neural network to estimate which parts of an object being tracked are visible.
- Clause 18 A method for predicting parameters of a 3D model that corresponds to image data using a convolutional neural network (CNN) running on a computing system, the method comprising: predicting probabilistic dense 2D landmarks L using the convolutional neural network (CNN); fitting a 3D model, parameterized by model parameters ⁇ I> to the 2D landmarks L by minimizing an energy function E ( ⁇ ; L); and outputting the fitted 3D model.
- CNN convolutional neural network
- Clause 20 The method of any of clauses 18 or 19, further comprising fitting a 3D model over a temporal sequence.
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Theoretical Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Computing Systems (AREA)
- Databases & Information Systems (AREA)
- Medical Informatics (AREA)
- Human Computer Interaction (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202263317436P | 2022-03-07 | 2022-03-07 | |
| US17/852,175 US12450859B2 (en) | 2022-03-07 | 2022-06-28 | Model fitting using keypoint regression |
| PCT/US2023/012557 WO2023172369A1 (en) | 2022-03-07 | 2023-02-08 | Model fitting using keypoint regression |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4490709A1 true EP4490709A1 (en) | 2025-01-15 |
Family
ID=85510906
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP23709844.7A Pending EP4490709A1 (en) | 2022-03-07 | 2023-02-08 | Model fitting using keypoint regression |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4490709A1 (en) |
| WO (1) | WO2023172369A1 (en) |
-
2023
- 2023-02-08 EP EP23709844.7A patent/EP4490709A1/en active Pending
- 2023-02-08 WO PCT/US2023/012557 patent/WO2023172369A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2023172369A1 (en) | 2023-09-14 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12450859B2 (en) | Model fitting using keypoint regression | |
| Wood et al. | 3d face reconstruction with dense landmarks | |
| US11594006B2 (en) | Self-supervised hierarchical motion learning for video action recognition | |
| Pavlakos et al. | Texturepose: Supervising human mesh estimation with texture consistency | |
| US10949649B2 (en) | Real-time tracking of facial features in unconstrained video | |
| JP7512262B2 (en) | Facial keypoint detection method, device, computer device and computer program | |
| Whelan et al. | Real-time large-scale dense RGB-D SLAM with volumetric fusion | |
| Zhou et al. | Sparseness meets deepness: 3d human pose estimation from monocular video | |
| Krull et al. | Learning analysis-by-synthesis for 6D pose estimation in RGB-D images | |
| CN110490158B (en) | Robust face alignment method based on multistage model | |
| Alletto et al. | Understanding social relationships in egocentric vision | |
| Lee et al. | Uncertainty-aware human mesh recovery from video by learning part-based 3d dynamics | |
| Gou et al. | Cascade learning from adversarial synthetic images for accurate pupil detection | |
| CN109684969B (en) | Gaze position estimation method, computer device, and storage medium | |
| CN112530019A (en) | Three-dimensional human body reconstruction method and device, computer equipment and storage medium | |
| CN103430218A (en) | Method of augmented makeover with 3d face modeling and landmark alignment | |
| US9202138B2 (en) | Adjusting a contour by a shape model | |
| Laga | A survey on deep learning architectures for image-based depth reconstruction | |
| US20210042510A1 (en) | Adaptive hand tracking and gesture recognition using face-shoulder feature coordinate transforms | |
| Rochette et al. | Weakly-supervised 3d pose estimation from a single image using multi-view consistency | |
| Purps et al. | Reconstructing facial expressions of hmd users for avatars in vr | |
| US20230326238A1 (en) | Optimization-based parametric model fitting via deep learning | |
| WO2023172353A1 (en) | Probabilistic keypoint regression with uncertainty | |
| EP4490709A1 (en) | Model fitting using keypoint regression | |
| WO2020193972A1 (en) | Facial analysis |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20240809 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20260105 |