In a retail setting, it is desirable to be able to use computer vision methods to detect and identify products on a retail shelf to aid in management of the retail establishment. For example, computer vision may be used to detect and identify products for various tasks, such as tracking product inventory, determining out-of-stock products and determining misplaced products. Product detection is one of the fastest-moving areas and plays a fundamental role in many retail applications such as product recognition, planogram compliance, out-of-stock management, and check-out free shopping.
To this end, numerous computer vision methods have been developed and many real-world applications based on those computer vision methods perform at a satisfactory level. Currently, various visual sensors (e.g., fixed cameras, robots, drones, and mobile phones) have been deployed in retail stores, enabling the application of advanced technologies to ease shopping and store management tasks.
Feature extractors typically extract features that are used in downstream tasks, such as classification. However, products can be of arbitrary poses in a real-world retail scene, especially when the image is taken by a camera not facing straight towards the shelf. For example, images could show products at arbitrary angles, rotated, crumpled (e.g., in the case of products packaged in bags, such as potato chips), color jittered, over-exposed, under-exposed, etc. Because of these difficulties, features extracted from images collected in a retail setting may not be able to be matched to features extracted from a pristine image of the product, such as an image of the product provided by the manufacturer. Therefore, the features extracted from these images may not be accurate for the downstream tasks.
For building a system that is robust for product views, a conventional strategy is to train the artificial intelligence models based on the downstream task with overly sufficient data spanning across the different views of the objects. Collecting and accumulating qualified and representative datasets is not easy in the real world due to various time, labor and financial constraints. Data becomes the real bottleneck in the learning capacity of many of the machine learning and artificial intelligence models.
Described herein is a system and method for data augmentation strategies to generate machine learning training data that is crucial in training efficient models when the supply of training data is limited.
The disclosed system and method uses a neural network to learn the feature embeddings of objects in different object pose views (2D rotation, 3D rotation, light, resolution, etc.) to learn pose-invariant feature embeddings, neural representations that are invariant to both the 2D and 3D orientation of an object. The method trains the neural network using data augmented by a plurality of 2D views of the product.
In one embodiment, the plurality of 2D views are generated by first generating a 3D model of the product from a 2D image of the product, and then generating novel, synthetic 2D images of how the product looks at varying poses. Preferably, the 2D image from which the synthetic, pose-altered images are generated is a pristine image of the product supplied by the manufacturer, but any image may be used. In other embodiments, different methods of generating the synthetic, pose-altered 2D views are disclosed.
In a second aspect of the invention, features extracted from the varying views are enrolled in a database and used for product classification and, in a third embodiment, images of an unknown testing product are matched against a library database to attempt identification of the unknown product.
By way of example, a specific exemplary embodiment of the disclosed system and method will now be described, with reference to the accompanying drawings, in which:
In the retail industry, new products are manufactured and brought to market on a regular basis. Additionally, existing products are always subject to a change in their packaging due to new designs or seasonal packaging throughout the year. To maintain a current library of products, it is important to be able to enroll and re-enroll product images in a timely manner.
To create an over-complete library of products with different variations in pose, the disclosed system and method first creates multiple 2D pose-altered images of the product. In a preferred embodiment, the multiple 2D pose-altered images are created by first creating a 3D model of the product from a high resolution 2D product image, which is often supplied by the manufacturer of the product. The 3D models can then be rotated along different axes, thereby providing access to different views of the same product from different view-points. Other method of generating the 2D pos-altered images of the product are also disclosed herein
The method then extracts features from the generated pose-altered product images and adds these features to a library. This reduces the domain gap between the images in the library and the product images coming from store cameras, thus making the matching process invariant to the pose of the product to be identified. This results in a robust matching algorithm to recognize the product.
This approach creates a library of features representing products from different viewpoints. Each of the pose-altered images (as well as the original image of the product) are then passed through a feature extractor to obtain features of the images, which are then stored in a library database.
To train the feature extraction method for classification with a limited dataset access of products at different angles, the invention employs a training method that uses generation of 3D models of products from 2D images. These 3D models can be used to synthesize novel 2D images of the product from various viewpoints that can be used as a training dataset for building a classifier or a feature representation/extraction method (e.g., a feature extractor). The described method is key to building any type of pose-tolerant feature extraction method.
In one embodiment, to build a robust feature extractor for product identification regardless of data type, a self-supervised method is applied to augment the database for training. The method is a mixture of data augmentation strategies and multiple loss functions. A major performance improvement is achieved in comparison to traditional classification methods. The method is independent of model architecture and other existing components for classification tasks.
To achieve this, the method specifies a metric learning that maximizes the agreement/similarity between augmented images of the same product and minimizes that between different products in the feature space. After a good feature extractor is learned, many downstream tasks can be greatly improved using features extracted from the products, as shown in
For product identification, there is typically an onboarding product approach. One such product identification generates a 3D model. The method and process of feature extraction using 3D models can be applied for enrolling an image to onboard a new product using a 3D model generated from 2D images or other descriptions of the product with or without pose variations.
Several aspects of the invention specify different ways to generate the 3D model or to otherwise generate augmented 2D images of the product having alternate poses.
In a first aspect of the invention, shown in
In a second aspect of the invention, shown in
In a third aspect of the invention, shown in
In a fourth aspect of the invention, shown in
For any of the aspects of the invention for generation of the pose-altered views of the product, in the case wherein products have more than one side visible in the 2D image, an additional optional step may be added to first pose-correct the image such that only the front facing side of the product is visible. The frontal pose correction to get the front face of the product may or may not be done based on the application for which the data is being augmented.
As would be realized by one of skill in the art, any method of generating multi-pose images of an item from a single 2D image may be used to augment the training dataset, as well as to provide additional views for feature extraction, wherein the extracted features are enrolled in the library for later matching with features extracted from live images of the products.
The synthesized, pose-altered, novel views of a product generated by data augmentation approaches such as any of the methods in the four aspects described herein, or by any other method, can be used for enrollment of the product in a product identification system, as shown in
This method and process applies to any machine learning and artificial intelligence system using only a single reference image of a product by generating various product views for matching uses. That reference image can be a retail product image or a single captured image of a product from any capture source.
In some aspects of the invention, the features are extracted from all or partially synthesized or augmented views and are matched with features extracted from an image of an unknown testing product, which may have been captured, for example, by a robotic inventory system of a retail establishment. This matching provides a very efficient way to enroll products. It also provides the matching at any angle based on the reference image when only a single pose image of the product is available.
In another aspect of the invention, if more than one reference image is available, then more views can be generated and more image variations of the product become available for training, learning, and detection. For example, augmented 3D models may generate front and back views of a product for use by the learning and detection models. This provides the system a full view of the product. Thus, using the augmented 3D models of the products in an artificial intelligence model for object detection, or the techniques and approaches outlined above, the system generates multiple images from various viewpoints to simulate the camera settings and reduce the domain gap between the training and testing scenarios.
As would be realized by one of skill in the art, the disclosed method described herein can be implemented by a system comprising a processor and memory, storing software that, when executed by the processor, performs the functions comprising the method.
As would further be realized by one of skill in the art, many variations on implementations discussed herein which fall within the scope of the invention are possible. Moreover, it is to be understood that the features of the various embodiments described herein were not mutually exclusive and can exist in various combinations and permutations, even if such combinations or permutations were not made express herein, without departing from the spirit and scope of the invention. Accordingly, the method and apparatus disclosed herein are not to be taken as limitations on the invention but as an illustration thereof. The scope of the invention is defined by the claims which follow.
This application is a national phase filing under 35 U.S.C. § 371 claiming the benefit of and priority to International Patent Application No. PCMS2022/22112, filed Mar. 28, 2022, entitled “System and Method for Pose Tolerant Feature Extraction Using Generated Pose-Altered Images”, which claims the benefit of U.S. Provisional Patent Application No. 63/170,230, filed Apr. 2, 2021. The contents of these applications are incorporated herein in their entireties.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/US2022/022112 | 3/28/2022 | WO |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2022/212238 | 10/6/2022 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
9858481 | Booth | Jan 2018 | B2 |
10319094 | Chen | Jun 2019 | B1 |
10692277 | Sunkavalli | Jun 2020 | B1 |
10785452 | Booth | Sep 2020 | B2 |
11158121 | Tung | Oct 2021 | B1 |
11776095 | Sun | Oct 2023 | B2 |
11790558 | Balakrishnan | Oct 2023 | B1 |
20060067573 | Parr | Mar 2006 | A1 |
20120263385 | van Zwol | Oct 2012 | A1 |
20140219569 | Manson | Aug 2014 | A1 |
20160104042 | Romanik | Apr 2016 | A1 |
20160148074 | Jean | May 2016 | A1 |
20170032220 | Medasani | Feb 2017 | A1 |
20180047192 | Kristal | Feb 2018 | A1 |
20180181802 | Chen | Jun 2018 | A1 |
20180253869 | Yumer | Sep 2018 | A1 |
20190122404 | Freeman | Apr 2019 | A1 |
20190244407 | Wiesel | Aug 2019 | A1 |
20200042831 | Lee | Feb 2020 | A1 |
20200066029 | Chen | Feb 2020 | A1 |
20200089954 | Zia | Mar 2020 | A1 |
20200184668 | Rad | Jun 2020 | A1 |
20200273237 | Sunkavalli | Aug 2020 | A1 |
20200364920 | Finch | Nov 2020 | A1 |
20210034984 | Savvides | Feb 2021 | A1 |
20210090209 | Appleboim | Mar 2021 | A1 |
20210264234 | Paris | Aug 2021 | A1 |
20210374993 | Guay | Dec 2021 | A1 |
20220051040 | Pegurri | Feb 2022 | A1 |
20220051177 | Savvides | Feb 2022 | A1 |
20220058425 | Savvides | Feb 2022 | A1 |
20220058811 | Pokhrel | Feb 2022 | A1 |
20220114392 | Chen | Apr 2022 | A1 |
20220237336 | Zhao | Jul 2022 | A1 |
20230267724 | Graf | Aug 2023 | A1 |
Entry |
---|
Brownlee, Jason., “How to Configure Image Data Augmentation in Keras” Machine Learning Mastery. Apr. 12, 2019 URL: https://machinelearningmastery.com/how-to-configure-image-data-augmentation-when training-deep-learning-neural-networks/. |
International Search Report and Written Opinion for the International Application No. PCT/US2022/022112, dated Jul. 25, 2022, 18 pages. |
Number | Date | Country | |
---|---|---|---|
20240013457 A1 | Jan 2024 | US |
Number | Date | Country | |
---|---|---|---|
63170230 | Apr 2021 | US |