US11450064B2 - Gaussian mixture model based approximation of continuous belief distributions - Google Patents
Gaussian mixture model based approximation of continuous belief distributions Download PDFInfo
- Publication number
- US11450064B2 US11450064B2 US16/330,411 US201716330411A US11450064B2 US 11450064 B2 US11450064 B2 US 11450064B2 US 201716330411 A US201716330411 A US 201716330411A US 11450064 B2 US11450064 B2 US 11450064B2
- Authority
- US
- United States
- Prior art keywords
- model
- point
- cloud
- local
- fidelity
- 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.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/20—Instruments for performing navigational calculations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/22—Matching criteria, e.g. proximity measures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
- G06F18/232—Non-hierarchical techniques
- G06F18/2321—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
-
- G06K9/6215—
-
- G06K9/6288—
-
- G06N7/005—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
- G06T17/20—Finite element generation, e.g. wire-frame surface description, tesselation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/762—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
- G06V10/763—Non-hierarchical techniques, e.g. based on statistics of modelling distributions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
Definitions
- Embodiments herein generally relate to the field of autonomous vehicles, and, more particularly, to vehicles capable of mapping the environment for use in navigation.
- Precise infrastructure inspection forms an integral part of a variety of applications ranging from assessment of structural deterioration for bridges and roof-tops to monitoring the system state in potentially unsafe environments, such as power plants. Such inspection tasks may prove to be hazardous for those involved, which underlines the need for autonomous inspection.
- a high-fidelity perceptual model of the operating environment is essential.
- the model it may be necessary to generate and update the model in real-time. This model can then be used to generate maps for navigation or to obtain high-fidelity reconstructions for the purpose of inspection.
- Such a model serves as a representation of the system's belief regarding the environment and directly impacts the accuracy of inspection.
- a key characteristic of target environments that can be leveraged for generating compact models is the presence of structural dependencies.
- a model that is able to capture and exploit these inherent correlations can scale to large environments.
- a representation that models the information in the environment can optimally handle varying degree of clutter.
- Occupancy grids discretize the world into fixed size cells called voxels.
- the state of each voxel, occupied or unoccupied, is updated independently from the sensor observations that fall in or pass through it.
- Each voxel, in this approach is updated independently and thus fails to capture spatial dependencies and correlations inherent in the environment. This makes the model vulnerable to sensor noise and leads to holes in the distribution.
- the size of a voxel, and thus the model's resolution has to be pre-defined, which makes it computationally inefficient in environments with varying amounts of detail.
- Octomaps, through the on-demand sub-division of voxels serve to make voxel grids efficient and provide a multi-resolution representation, but are still vulnerable to sensor noise.
- a normal distributions transform (NDT) occupancy map provides a probabilistic representation by learning a decoupled Gaussian distribution per voxel.
- NDT normal distributions transform
- the cell independence assumption which induces decoupling of Gaussians, leads to low representation fidelity at cell bound-aries, as shown in FIG. 1( b ) .
- the proposed approach learns a continuous distribution over space and is thus able to support arbitrary resolution representations.
- Gaussian Process occupancy maps and Hilbert maps the.
- Gaussian Process regression is a powerful framework for modelling surfaces as functions drawn from a Gaussian distribution.
- the complexity of querying a Gaussian process grows cubically with the size of the input, which makes it intractable for direct application to large dense point clouds.
- Other strategies to discretize the environment into small regions based on the characteristic length-scale of the covariance function and train local Gaussian Processes in these regions have been proposed.
- online training of hyper-parameters for large point clouds still poses a challenge and a single set of parameters trained offline may not be applicable for different regions in an environment with varying degrees of clutter.
- Bayesian Committee Machines have also been proposed for updating the representation, but this approach restricts the model to a single fixed resolution and requires caching of mean and variance for each cell in the grid, thus making it memory intensive.
- Hilbert maps learn a logistic regression classifier on input data projected into Hilbert space.
- incrementally merging locally learned logistic regression classifiers requires discretization of space, thus sacrificing arbitrary resolution capability of the technique.
- the system and method described herein seeks to achieve high fidelity by constructing a hierarchy of Gaussian Mixture Models (GMM) with increasing fidelity lower in the hierarchy.
- GMM Gaussian Mixture Models
- the system and method described herein learns a continuous distribution over space and is thus able to support arbitrary resolution representations. Unlike Hilbert maps, the system and method supports arbitrary resolution representations and can be incrementally updated. Also, the parameters required are less dependent on the environment and easy to tune.
- the method is capable of estimating the optimal size of the model for a high-fidelity representation via information theoretic principles. Further, the method can be described by a relatively small number of parameters, making it memory efficient.
- Gaussian mixture models allows the storage of the equivalent of a point-cloud data set using Gaussian distributions expressed by their basic parameters. This allows the equivalent of a point cloud data set to be effectively compressed and stored using a much smaller amount of memory than storing the point-cloud data and.
- FIG. 1 shows that the described system and method permits reasoning with respect to the environment without assuming a fixed resolution enabling high-fidelity representation.
- FIG. 1( a ) shows that the NDT-OM representation which has 372 decoupled Gaussians, results in the reconstructed point-cloud with gaps.
- FIG. 1( b ) shows a zoomed in view of the NDT-OM representation FIG. 1( a ) .
- the system and method described herein results in a representation with 137 coupled Gaussians, as shown in FIG. 1( c ) , which provides a higher-fidelity reconstruction, as shown in FIG. 1( d ) .
- FIG. 1 shows a comparison of the system and methods described herein versus a representation using NDT-OM.
- FIG. 2 shows a graph of divergence plotted against the size of the mixture model, which shows that the point beyond which the fidelity of the model does not vary significantly even if more components are added.
- FIG. 3 shows a high-level view of the methodology for the generation and update of the proposed Hierarchical Gaussian Mixture Model (HGMM).
- HGMM Hierarchical Gaussian Mixture Model
- FIG. 4 shows an algorithm for the generation an update of the local HGMM.
- FIG. 5 shows an algorithm for the incremental update of the global HGMM.
- the system and method described herein uses an adaptive hierarchical approach that enables local online environment modeling as an approximate continuous belief distribution encoded as a GMM.
- GMMs are a known mathematical approach to model multimodal distributions.
- the introduction of a hierarchical approach adapts representation fidelity/resolution based on information content that enables online application in a robotics context.
- the insight to introduce adaptive hierarchy is a novel aspect of the invention that enables real-time operation, thus enabling application to autonomous systems.
- the small memory footprint of the GMM along with a principled generation of local and global models enables online development of consistent models that scale in size to potentially large environments.
- incorporation of information from multiple sensing modalities makes the representation robust to sensor malfunction via efficient inference of one modality based on others.
- GMM Gaussian Mixture model
- the probability of the point-cloud to be generated by this Gaussian Mixture Model is given as
- the algorithm then iteratively calculates the expected value of the correspondence variables based on the current parameters of the system in the E-step and updates the parameters by maximizing the log-likelihood in the M-step.
- the complexity of training a GMM is O(K N J) where K is the number of iterations the algorithm takes to converge.
- Divergence measures seek to provide a measure of distance or dissimilarity between two probability distribution functions (PDFs).
- PDFs probability distribution functions
- the divergence measure between two Gaussian distributions and the divergence measure between two GMMs are significant.
- KL Kullback-Leibler
- KL ⁇ ( f ⁇ ⁇ g ) 1 2 ⁇ ( log ⁇ ⁇ " ⁇ [LeftBracketingBar]” ⁇ g ⁇ " ⁇ [RightBracketingBar]” ⁇ " ⁇ [LeftBracketingBar]” ⁇ f ⁇ " ⁇ [RightBracketingBar]” + trace ⁇ ( ⁇ g - 1 ⁇ f ) + ( ⁇ ⁇ f - ⁇ ⁇ g ) T ⁇ ⁇ g - 1 ( ⁇ ⁇ f - ⁇ ⁇ g ) - D ) ( 5 )
- the divergence measure can be used to derive an estimate of the relative expressive capability of GMMs trained on given data.
- This quantification of expressive capability enables the estimation of the optimal size of the mixture for the target environment.
- the key idea is that even though real world data is inherently non-Gaussian, there is a threshold on the size of the mixture model beyond which the fidelity of the model does not vary significantly even if more components are added.
- FIG. 2 is a graph showing the variation of KL-diversions for GMMs of size varying from 300 to 116, with respect to the largest GMM of size 300.
- the possible fidelity thresholds are highlighted. Increasing the size of the GMM beyond these thresholds does not significantly affect the fidelity of the representation as indicated by the small decrease in divergence.
- FIG. 3 shows a high-level view of the methodology for the generation and update of the proposed Hierarchical Gaussian Mixture Model (HGMM).
- the model is divided into a local component that represents the region the system is currently observing and a global component which is the model for places the system has already visited.
- the input point-cloud Z is tested for the novelty of the information that it provides. If significantly novel, a local HGMM, , is instantiated after merging the current local HGMM with the global HGMM, . Otherwise, the current local HGMM is incrementally updated.
- the details of the methodology follow.
- FIG. 4 shows Algorithm 1, which is the bottom-up algorithm used to learn a hierarchy of GMMs over the input point-cloud.
- the algorithm requires a similarity threshold ⁇ d and the point-cloud Z as input.
- the lowest level is trained using a standard expectation-maximization (EM) approach.
- the higher levels of the hierarchy are generated by merging similar components where two components are considered to be similar if their KL-Divergence, given by equation (5), is within ⁇ d .
- the KL-Divergence of the current level with the lowest level, given by equation (6), is used to estimate the knee point and thus the fidelity-threshold.
- Once estimated, all levels of the hierarchy with size more than ⁇ f are pruned.
- the process continues by building higher levels of the hierarchy (with lesser fidelity).
- the algorithm is terminated when the lowest desired fidelity GMM of size ⁇ t (a user tunable parameter based on variation of divergence) has been generated.
- the input parameter ⁇ d regulates the rate of merging of Gaussian components to form higher layers of the hierarchy and can be determined by experimentation.
- the over-estimate of ⁇ f affects the accuracy of the model if it is not a strict over-estimate. Conversely, a very large value affects the computational complexity of the algorithm.
- the strategy of the system and method involves applying a voxel-grid filter to the incoming point-cloud. The number of voxels occupied after the filtering is an over-estimate for ⁇ f . This technique is suitable for applications such as precise close-ranged inspection due to limited spatial extent of the input data.
- the incoming point-cloud is tested for the novelty of its information content. To do this, the portion of the incoming point-cloud data that cannot be represented by the existing local GMM is estimated.
- a minimum likelihood or novelty threshold ( ⁇ n ) is defined as an empirically determined parameter.
- the likelihood that a point can be modelled by the existing HGMM is estimated by calculating the log likelihood using the GMM at the highest layer of the hierarchy. A point is considered to be novel if the likelihood is less than ⁇ n . If a significant portion of the incoming data is novel, a global HGMM update is triggered.
- a local HGMM is incrementally updated with the non-novel portion of the incoming data.
- the key is that for a static environment, the value of ⁇ d for a particular region is not expected to vary with time.
- predictions for the non-novel portion of the data are obtained from the lowest level of the HGMM.
- posterior probability of membership per component ⁇ j is obtained as follows
- a modified form of the maximization step of EM algorithm is used to update the parameters of the GMM.
- the standard maximization equations incrementally update the parameters of the mixture model for a point-cloud of size N in the (k+) th iteration as follows
- ⁇ ij is the expected value of the correspondence variable calculated in the E-step of the algorithm.
- the update is then propagated to the higher levels of the hierarchy by merging similar components as presented in Algorithm 1 in FIG. 4 .
- FIG. 5 shows Algorithm 2, which is the global HGMM incremental update required when the incoming data is significantly novel.
- This update involves merging the current local HGMM with the global HGMM.
- the key is that the portion of the environment represented by the local HGMM cannot be modelled by the global HGMM.
- the update involves concatenation of corresponding levels of the two models with an adjustment of the weights.
- a weighted averaging scheme is adopted to scale the weights of the merged model.
- the updated weight ⁇ for the global GMM with a support set of size N is given as follows
- the proposed approach learns a continuous belief distribution over the 3D space.
- a map in a metric form may be required for planning and navigation.
- samples are drawn from the probability distribution as previously described. Sampling of points from each component ensures that the occupied space is covered and, as no points are drawn from free space, a relatively small set of points needs to be sampled to generate the occupancy grid. Once the points have been sampled, they are binned into voxels of the desired size, thus generating an occupancy grid.
- a homogeneous representation of information from multiple sensing modalities that allows efficient reasoning of the correlation between the modes of information enables absolute abstraction of the underlying sensor and its characteristics. Also, homogenization of information from multiple channels introduces robustness to sporadic loss of data resulting from sensor malfunction or adverse environment conditions.
- a multimodal representation enables a compact representation of the various properties of the operating environment, such as color, temperature, pressure, and texture, that, in turn, would enable numerous diverse robotic applications ranging from manipulation to active perception.
- a key challenge in modeling multimodal information is the dependence of computational complexity of any learning technique on the dimensionality of the data. This computational burden associated with training high-dimensional data renders online learning of a model practically infeasible.
- a multimodal model is, however, essential to enable reasoning over the correlation between different information modalities.
- the system and method described herein can be expanded to enable efficient multi-fidelity, multimodal representation of the environment by training a set of J Hierarchical Gaussian Mixture Models (HGMMs) for J information modalities, instead of learning a single J-tuple HGMM.
- HGMMs J Hierarchical Gaussian Mixture Models
- Employing a set of HGMMs is computationally feasible as the training for each model is independent of the others, enabling parallelization of the training procedure.
- learning independent models for each sensing modality precludes the ability to learn correlations between the information modalities.
- An approach to enable approximation of the correlation via inference based on prior observations is also described herein.
- a location in space be represented by the random variable X ⁇ 3 .
- the proposed multi-modal model consists of a set of Hierarchical Gaussian Mixture models, one per information modality. For each sensing modality, an HGMM to represent the joint density p(X, ⁇ i ) is learned based on the input data. This results in J 4-tuple Hierarchical Gaussian Mixture Models. Considering the independence of the hierarchy generation on multimodal inference, the description going forward is based on the lowest level of the HGMM.
- m ⁇ ( x ) E [ ⁇ i
- v ⁇ ( x ) E [ ( ⁇ i
- X x ) 2 ] - E [ ⁇ i
- the training for each HGMM essentially follows the same procedure outlined in Algorithm 1 in FIG. 4 with the only difference being that a 4-tuple HGMM is learned instead of a 3D model.
- Registered point-cloud data and ⁇ i values are used for training the models.
- the training dataset consists of 4-tuple data-points of the form ⁇ X ⁇ 3 , ⁇ i ⁇ ⁇ . No augmentation via sampled data is required for training.
- the described system and method learns independent HGMMs for the input information modalities. This precludes the approach from learning the correlation between the modalities, which, in turn, disables querying for the value of one modality given the value of another. Correlation between input modalities enables inference of the value of a missing modality (for instance, due to sensor malfunction), given the values of the other modalities resulting in a robust environment representation.
- the proposed approach enables approximation, via inference, of the correlation between input modalities, thereby enabling a robust representation at a reduced computational cost.
- the observations acquired via sensors pertaining to the various modalities are tied to a physical location in the environment. These observations, obtained at some location in the past, can be leveraged as prior belief to infer a missing modality at the query location.
- This mechanism based on prior belief, is inspired from everyday human behavior. Humans tend to develop beliefs based on experiences that are then used to inform their choices and actions in everyday life. For instance, a person who has operated a car before and comes across a different car can infer the kind of sound it would make if turned on.
- the visual information modality is enabling inference of the audio modality based on prior belief.
- a similar framework can be used with the described system and method, with the prior belief associated with spatial location instead of time. The system develops a belief distribution as it observes the environment and employs the belief to infer missing information when required.
- the described system and method enables inference of correlation via exploitation of the prior belief developed while generating the model.
- the spatial association of belief is exploited via the variable, X, that is shared among the 4-tuple joint distributions for all modalities.
- the correlation between two modalities, ⁇ i and ⁇ j can be inferred from the corresponding distributions of ⁇ i and ⁇ j over X.
- a set of candidate locations, L, is then obtained via calculation of the expected value of X for every component in S.
- the location that provides the most relevant prior, x p is selected via likelihood maximization.
- x p arg ⁇ max x ⁇ L ⁇ p ⁇ ( ⁇ j
- the formulation previously shown can be extended to incorporate multiple priors.
- Information from multiple other sensing modalities is beneficial when inferring the expected value of the target modality, ⁇ i , at some location, x q , where the model for ⁇ i does not exist or is lesser fidelity than desired. Absence of desired model-fidelity can occur as a consequence of sensor malfunction, high degree of sparsity, or adverse environment conditions.
- the set of locations, L is augmented to contain candidate locations based on the models of each of the available modalities, ⁇ j .
- the most pertinent prior location, x q is chosen via maximization of the sum of likelihood of the models given L.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Evolutionary Computation (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Engineering & Computer Science (AREA)
- Probability & Statistics with Applications (AREA)
- Multimedia (AREA)
- Evolutionary Biology (AREA)
- Computing Systems (AREA)
- Bioinformatics & Computational Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Automation & Control Theory (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Geometry (AREA)
- Computer Graphics (AREA)
- Algebra (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Physics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Complex Calculations (AREA)
- Image Analysis (AREA)
Abstract
Description
Fidelity Threshold and Divergence
where γij is the expected value of the correspondence variable calculated in the E-step of the algorithm. Let the support set of the existing local GMM be N. Then for the component θj=(πj, μj, Σj), we have
Training
Multiple Priors
Claims (17)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/330,411 US11450064B2 (en) | 2016-09-06 | 2017-08-31 | Gaussian mixture model based approximation of continuous belief distributions |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201662495209P | 2016-09-06 | 2016-09-06 | |
PCT/US2017/049524 WO2018048704A1 (en) | 2016-09-06 | 2017-08-31 | Gaussian mixture model based approximation of continuous belief distributions |
US16/330,411 US11450064B2 (en) | 2016-09-06 | 2017-08-31 | Gaussian mixture model based approximation of continuous belief distributions |
Publications (2)
Publication Number | Publication Date |
---|---|
US20210279955A1 US20210279955A1 (en) | 2021-09-09 |
US11450064B2 true US11450064B2 (en) | 2022-09-20 |
Family
ID=61561655
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/330,411 Active 2039-02-14 US11450064B2 (en) | 2016-09-06 | 2017-08-31 | Gaussian mixture model based approximation of continuous belief distributions |
Country Status (2)
Country | Link |
---|---|
US (1) | US11450064B2 (en) |
WO (1) | WO2018048704A1 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109804386A (en) * | 2016-10-03 | 2019-05-24 | 三菱电机株式会社 | Network building device and network construction method |
CN110770540B (en) * | 2017-05-31 | 2024-04-09 | 宝马股份公司 | Method and device for constructing environment model |
CN114459644B (en) * | 2021-12-30 | 2023-03-24 | 南京航空航天大学 | Undercarriage drop load identification method based on optical fiber strain response and Gaussian process |
US20240157977A1 (en) * | 2022-11-16 | 2024-05-16 | Toyota Research Institute, Inc. | Systems and methods for modeling and predicting scene occupancy in the environment of a robot |
Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050131869A1 (en) * | 2003-12-12 | 2005-06-16 | Lexing Xie | Unsupervised learning of video structures in videos using hierarchical statistical models to detect events |
US20060291580A1 (en) | 1999-06-04 | 2006-12-28 | Microsoft Corporation | System for performing context-sensitive decisions about ideal communication modalities considering information about channel reliability |
US20100104018A1 (en) * | 2008-08-11 | 2010-04-29 | New York University | System, method and computer-accessible medium for providing body signature recognition |
US20110058605A1 (en) | 2009-01-09 | 2011-03-10 | Ma Guoqiang | Image processing method for adaptive spatial-temporal resolution frame |
US20120023148A1 (en) | 2009-06-05 | 2012-01-26 | James Louis Long | Applying Transcodings In A Determined Order To Produce Output Files From A Source File |
US20120274481A1 (en) | 2007-09-07 | 2012-11-01 | On Time Systems, Inc. | Driver Safety Enhancement Using Intelligent Traffic Signals and GPS |
US20130202217A1 (en) * | 2010-09-30 | 2013-08-08 | Julia Pavlovich | Object classification using two-dimensional projection |
US20130235927A1 (en) * | 2012-03-08 | 2013-09-12 | Panasonic Corporation | Methods and apparatuses for encoding and decoding video |
US20140323897A1 (en) | 2013-04-24 | 2014-10-30 | Emery N. Brown | System and method for estimating high time-frequency resolution eeg spectrograms to monitor patient state |
US20150009214A1 (en) * | 2013-07-08 | 2015-01-08 | Vangogh Imaging, Inc. | Real-time 3d computer vision processing engine for object recognition, reconstruction, and analysis |
US20150084951A1 (en) | 2012-05-09 | 2015-03-26 | Ncam Technologies Limited | System for mixing or compositing in real-time, computer generated 3d objects and a video feed from a film camera |
US20150325038A1 (en) * | 2012-06-20 | 2015-11-12 | Image Masters ,Inc. | Presenting realistic designs of spaces and objects |
US20170249401A1 (en) * | 2016-02-26 | 2017-08-31 | Nvidia Corporation | Modeling point cloud data using hierarchies of gaussian mixture models |
-
2017
- 2017-08-31 US US16/330,411 patent/US11450064B2/en active Active
- 2017-08-31 WO PCT/US2017/049524 patent/WO2018048704A1/en active Application Filing
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060291580A1 (en) | 1999-06-04 | 2006-12-28 | Microsoft Corporation | System for performing context-sensitive decisions about ideal communication modalities considering information about channel reliability |
US20050131869A1 (en) * | 2003-12-12 | 2005-06-16 | Lexing Xie | Unsupervised learning of video structures in videos using hierarchical statistical models to detect events |
US20120274481A1 (en) | 2007-09-07 | 2012-11-01 | On Time Systems, Inc. | Driver Safety Enhancement Using Intelligent Traffic Signals and GPS |
US20100104018A1 (en) * | 2008-08-11 | 2010-04-29 | New York University | System, method and computer-accessible medium for providing body signature recognition |
US20110058605A1 (en) | 2009-01-09 | 2011-03-10 | Ma Guoqiang | Image processing method for adaptive spatial-temporal resolution frame |
US20120023148A1 (en) | 2009-06-05 | 2012-01-26 | James Louis Long | Applying Transcodings In A Determined Order To Produce Output Files From A Source File |
US20130202217A1 (en) * | 2010-09-30 | 2013-08-08 | Julia Pavlovich | Object classification using two-dimensional projection |
US20130235927A1 (en) * | 2012-03-08 | 2013-09-12 | Panasonic Corporation | Methods and apparatuses for encoding and decoding video |
US20150084951A1 (en) | 2012-05-09 | 2015-03-26 | Ncam Technologies Limited | System for mixing or compositing in real-time, computer generated 3d objects and a video feed from a film camera |
US20150325038A1 (en) * | 2012-06-20 | 2015-11-12 | Image Masters ,Inc. | Presenting realistic designs of spaces and objects |
US20140323897A1 (en) | 2013-04-24 | 2014-10-30 | Emery N. Brown | System and method for estimating high time-frequency resolution eeg spectrograms to monitor patient state |
US20150009214A1 (en) * | 2013-07-08 | 2015-01-08 | Vangogh Imaging, Inc. | Real-time 3d computer vision processing engine for object recognition, reconstruction, and analysis |
US20170249401A1 (en) * | 2016-02-26 | 2017-08-31 | Nvidia Corporation | Modeling point cloud data using hierarchies of gaussian mixture models |
Non-Patent Citations (2)
Title |
---|
Eckart, B., et al., "Accelerated Generative Models for 3D Point Cloud Data," The Robotics Institute, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jun. 1, 2016. Retrieved from the Internet URL: https://research.nividia.com/publication/accelerated-generative-models. |
International Search Report and Written Opinion for International Application No. PCT/US2017/049524, dated Nov. 16, 2017. |
Also Published As
Publication number | Publication date |
---|---|
WO2018048704A1 (en) | 2018-03-15 |
US20210279955A1 (en) | 2021-09-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Gordaliza et al. | Obtaining fairness using optimal transport theory | |
US11468262B2 (en) | Deep network embedding with adversarial regularization | |
Taşkın et al. | Feature selection based on high dimensional model representation for hyperspectral images | |
US11450064B2 (en) | Gaussian mixture model based approximation of continuous belief distributions | |
US20200394506A1 (en) | Machine learning system | |
Rezende et al. | Stochastic backpropagation and approximate inference in deep generative models | |
Rezende et al. | Stochastic backpropagation and variational inference in deep latent gaussian models | |
US11829869B2 (en) | Multiple task transfer learning | |
Bevanda et al. | Diffeomorphically learning stable Koopman operators | |
Srivastava et al. | Approximate continuous belief distributions for precise autonomous inspection | |
Damianou et al. | Multi-view learning as a nonparametric nonlinear inter-battery factor analysis | |
Teshima et al. | Incorporating causal graphical prior knowledge into predictive modeling via simple data augmentation | |
Damianou et al. | Multi-view learning as a nonparametric nonlinear inter-battery factor analysis | |
Koval et al. | Tractable optimal experimental design using transport maps | |
Dasgupta et al. | Finite rank deep kernel learning | |
US20210182631A1 (en) | Classification using hyper-opinions | |
Zhou et al. | Bayesian inference for data-efficient, explainable, and safe robotic motion planning: A review | |
Wang et al. | Bayesian optimization using monotonicity information and its application in machine learning hyperparameter | |
Sathya et al. | Adversarially Trained Variational Auto-Encoders With Maximum Mean Discrepancy based Regularization | |
Wulkow et al. | Data-driven modelling of nonlinear dynamics by barycentric coordinates and memory | |
Dominguez-Olmedo et al. | On data manifolds entailed by structural causal models | |
Hertzmann | Introduction to bayesian learning | |
Klemmer | Improving neural networks for geospatial applications with geographic context embeddings | |
Nguyen et al. | Variational hyper-encoding networks | |
CN118691463B (en) | Intelligent satellite ISAR image data generation method based on diffusion model |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
AS | Assignment |
Owner name: CARNEGIE MELLON UNIVERSITY, PENNSYLVANIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MICHAEL, NATHAN;SRIVASTAVA, SHOBHIT;SIGNING DATES FROM 20201120 TO 20201125;REEL/FRAME:054517/0864 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: SMAL); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: AWAITING TC RESP., ISSUE FEE NOT PAID |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: AWAITING TC RESP, ISSUE FEE PAYMENT VERIFIED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |