WO2018065073A1 - Electronic device, system and method for recognizing and locating an object - Google Patents
Electronic device, system and method for recognizing and locating an object Download PDFInfo
- Publication number
- WO2018065073A1 WO2018065073A1 PCT/EP2016/074088 EP2016074088W WO2018065073A1 WO 2018065073 A1 WO2018065073 A1 WO 2018065073A1 EP 2016074088 W EP2016074088 W EP 2016074088W WO 2018065073 A1 WO2018065073 A1 WO 2018065073A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- electronic device
- features
- patch
- pose
- patches
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/60—Type of objects
- G06V20/64—Three-dimensional [3D] objects
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
- G06F18/2413—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
- G06F18/24147—Distances to closest patterns, e.g. nearest neighbour classification
-
- 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/40—Extraction of image or video features
- G06V10/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
- G06V10/443—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
- G06V10/449—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
- G06V10/451—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
- G06V10/454—Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
-
- 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
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/259—Fusion by voting
Definitions
- the present disclosure is related to an electronic device, system and method for recognizing and locating an object, in particular for recognizing the pose of a non-stationary object.
- a robotic system may help an aged person to find and retrieve a specific object, e.g. a pencil.
- robotic system may comprise an optical sensor and may be moveable, e.g. may have drivable wheels.
- US2012114251 discloses a system for object recognition of a 3D object of a certain object class using a statistical shape model for recovering 3D shapes from a 2D representation of the 3D object and comparing the recovered 3D shape with known 3D to 2D representations of at least one object of the object class.
- EP1603071 discloses a three-dimensional object recognizing system with a distance image generating portion for generating a distance image by using image pairs picked up by a stereoscopic camera. The discrimination of the three-dimensional object is carried out based on the output patterns of a neural network.
- the known systems require an extensive training which has to be done for each object, in order to become known to the system. Accordingly, in case a user wants to add a new object to the list of known objects, the system has to perform the complete training, in particular including a training of an involved neural network, what may take several hours or even days involving a high processing power.
- an electronic device for a vehicle for recognizing and locating an object is provided.
- the electronic device being configured to:
- CNN convolutional neural network
- the training of the device can be substantially reduced when a new object is learnt by the device.
- the combination of feature extraction and classification implemented as CNN auto- encoder and k-NN classifier respectively has following advantages:
- CNN convolutional neural network
- k-nearest neighbors algorithm i.e. k-NN classifiers
- the feature space reduction step implemented in the CNN auto-encoder reduces computational burden on the k-NN classification step.
- the (local) patch decomposition achieves scale invariance. Accordingly, the patch data may be independent of the distance and apparent size of the object. Scale invariance is the property of object appearance descriptions to be constant as the apparent size of the object varies.
- the image data may comprise a pair of a visible light image and a depth image. These data may be the input data to the device.
- the visible light image may comprise the visible part of the electromagnetic spectrum, in particular decomposed into the three bands (RGB: red, green, blue) processed by the human vision system.
- RGB red, green, blue
- the set of features may be extracted by using the encoding stage of the convolutional neural network (CNN) auto-encoder. Desirably the set of features may be output by the encoding stage.
- CNN convolutional neural network
- the used convolutional neural network (CNN) auto- encoder may comprise an encoding stage and a decoding stage.
- the device desirably only uses the encoding stage but not decoding stage of the convolutional neural network (CNN) auto-encoder to obtain (i.e. extract) the set of features.
- the set of features may be the output of the encoding stage.
- the object pose may be a 6D pose comprising x, y, z location information and ⁇ , ⁇ , ⁇ rotation information.
- the object pose may be a mathematical description of the location and orientation of an object in a coordinate system.
- the features may comprise mathematical descriptions of the object appearance, in particular the color and/or brightness of the object.
- the pose of the object may be determined by vote filtering using the classified object poses of the set of patches as votes. [0023] Accordingly, the contribution of all patches may constitute a vote space. Applying an appropriate threshold to this vote space may lead to the most likely object pose of the object in the scene sensed by the optical sensor.
- a threshold may be defined which sets a feature space distance to the vote space, i.e. which limits the votes to the most likely object poses.
- the patches may be 3 dimensional portions of the 3D image data, in particular of a predetermined size and/or overlapping each other.
- an input image may be decomposed into a set of smaller images named patches.
- the convolutional neural network (CNN) auto-encoder may be pre- trained based on (i.e. by using) a generic set of patches, in particular once only.
- CNN convolutional neural network
- the generic set of patches may be a set of patches extracted from a large and representative dataset of object data.
- the data may be further augmented by permuting colors and adding noise.
- This large dataset may be used to provide a broad training set for the convolutional auto-encoder. Once trained the encoding stage of the auto-encoder may be kept and used for the extracting descriptive features from input 3D image data.
- the convolutional neural network (CNN) auto-encoder may be configured to reduce the patch to a feature vector f(x), in particular of 1024 features.
- the activation values of the compressing feature layer F of the convolutional neural network auto-encoder may be used to reduce a patch to a set of features (i.e. to extract the set of features from the patch).
- the k-nearest neighbors (k-NN) algorithm may be configured to find the most likely object pose in the feature space defined by the feature vector f(x).
- the k-nearest neighbors algorithm is pre-trained based on data of the object.
- the device may use a 3D model file of the target object as prior knowledge.
- This model may provide shape (3D) and appearance (color) information of the object.
- the k-NN algorithm trained on the particular object properties may be used to find the best matching pose of each patch.
- the features of the compression feature layer are sufficiently discriminative to be usable as lookup feature space for a k-NN algorithm.
- the disclosure further relates to a system for recognizing and locating an object, the system comprising:
- an optical sensor configured to sense the object, the sensor being in particular a 3D camera or a stereo camera.
- the system may be configured to autonomously recognize and locate an object.
- an object for example it may be realized as a moveable robotic system, e.g. with means for retrieving the object.
- the disclosure further relates to a method of recognizing and locating an object.
- the method comprises the steps of:
- CNN convolutional neural network
- the method may comprise further method steps which correspond to the functions of the electronic device as described above.
- the further desirable method steps are described in the following.
- the image data may comprise a pair of a visible light image and a depth image.
- the visible light image may comprise the visible part of the electromagnetic spectrum, in particular decomposed into the three bands (RGB) processed by the human vision system.
- the set of features may be extracted by using the encoding stage of the convolutional neural network (CNN) auto-encoder. Desirably the set of features may be output by the encoding stage.
- CNN convolutional neural network
- the object pose may be a 6D pose comprising x, y, z location information and ⁇ , ⁇ , ⁇ rotation information.
- the features may comprise mathematical descriptions of the object appearance, in particular the color and/or brightness of the object.
- the pose of the object may be determined by vote filtering using the classified object poses of the set of patches as votes.
- the patches may be 3 dimensional portions of the 3D image data, in particular of a predetermined size and/or overlapping each other.
- the convolutional neural network (CNN) auto-encoder may be pre- trained based on a generic set of patches, in particular once only.
- the convolutional neural network (CNN) auto-encoder may reduce the patch to a feature vector f(x), in particular of 1024 features.
- the k-nearest neighbors algorithm may find the most likely object pose in the feature space defined by the feature vector f(x).
- the k-nearest neighbors algorithm may be pre-trained based on data of the object.
- FIG. 1 shows a block diagram of a system with an electronic device according to embodiments of the present disclosure
- FIG. 2 shows a schematic flow chart illustrating an exemplary method of recognizing and locating an object according to embodiments of the present disclosure
- Fig. 3 shows a flow chart illustrating the exemplary method of Fig. 2 in context of a specific example
- FIG. 4 shows an example of a convolutional auto-encoder according to embodiments of the present disclosure
- Fig. 5 shows a depiction of the auto-encoder of fig. 4;
- Fig. 6 shows an exemplary scene where an object is recognized and located according to embodiments of the present disclosure.
- Fig. 1 shows a block diagram of a system 30 with an electronic device 1 according to embodiments of the present disclosure.
- the system may comprise a robotic system 10, which may have various functions. For example it may be moveable, e.g. has drivable wheels, and it may have means for retrieving an object, e.g. at least one gripper.
- the electronic device 1 carries out a computer vision algorithm for detecting the presence and location of objects in a scene. Robotic systems require this information to be able to find, locate and manipulate objects.
- the input to the electronic device 1 is a pair of visible light (RGB) and depth images (D).
- the output of the electronic device 1 is the 6D pose (x, y, z location and ⁇ , ⁇ , ⁇ rotation around x, y, z) of the target object.
- the electronic device 1 is connected to or comprises a data storage 2.
- Said data storage may be used to store a target object in the form of a 3D model file providing shape (3D) and appearance (color) information of the scene.
- the k-NN algorithm and/or the CNN auto-encoder are stored in the data storage 2. Accordingly, the electronic device 1 comprises the k-NN algorithm and the CNN auto-encoder and is configured to perform the k- NN algorithm and the CNN auto-encoder.
- the electronic device 1 may additionally carry out further functions in the system 30.
- the electronic device may also act as the general purpose ECU (electronic control unit) of the system.
- the electronic device 1 may comprise an electronic circuit, a processor (shared, dedicated, or group), a combinational logic circuit, a memory that executes one or more software programs, and/or other suitable components that provide the described functionality.
- device 1 may be a computer device.
- Device 1 may be external to the (movable) robotic system 10 which is configured to find and retrieve the object.
- the computational resources on board of the robotic system 10 may be limited, e.g. they may only transmit the 3D data to the external (and e.g. stationary) electronic device 1, e.g. over wifi.
- the result determined by the device 1 may be sent back to the robot.
- the electronic device 1 is further connected to an optical sensor, in particular a 3D digital camera 3, e.g. a stereo camera or e.g. a Microsoft Kinect ® camera.
- the electronic device 1 and the digital camera may be comprised by a robotic system 10.
- the digital camera 3 is configured such that it can record a 3 dimensional scene, and in particular output digital data providing shape (3D) and appearance (color) information of the scene.
- the output of the digital camera 3 is transmitted to the electronic device 1.
- the output is transmitted instantaneously, i.e. in real time or in quasi real time.
- a searched object can also be recognized and located by the electronic device in real time or in quasi real time.
- the system 30 may comprise additionally a server 20.
- the server 20 is used to train and eventually update the k-NN algorithm and/or the CNN auto- encoder.
- the electronic device 1 may be connectable to the server.
- the electronic device 1 may be connected to the server 20 via a wireless connection.
- the electronic device 1 may be connectable to the server 20 via a fixed connection, e.g. via a cable. It is also possible that a data transfer between the electronic device 1 and server 20 is achieved by using a portable data storage, e.g. an USB stick.
- Fig. 2 shows a schematic flow chart illustrating an exemplary method and system of recognizing and locating an object according to embodiments of the present disclosure.
- the method is an object detection and pose estimation procedure as follows.
- step 11 a local patch extraction is carried out.
- the image i.e. the 3D image data
- the mean distance from the camera is subtracted from the patch data.
- Depth and color image values are normalized to range from -1 to 1.
- the image is decomposed into patches of identical physical size of 5x5x5cm.
- the size information is provided by the depth channel of the input data. Using the patch representation renders the overall system more robust to occlusions and lighting.
- the depth patch is clipped to the 5x5x5cm cube and then normalized to range from -1 to 1. The same applies to each of the color channels. This yields a normalized input dataset to the following processing step.
- Local patches may be extracted from different locations of the object in the image. At each location the RGB image patch and matching depth image patch are extracted for further processing. In other words a searched object may consist of several patches in the image.
- step 12 a feature extraction is carried out for each patch.
- a convolutional neural network auto encoder is trained on a generic set of patches to produce a concise representation of the patches in a set of features, i.e. a feature vector of e.g. 1024 values.
- This step is generic and once trained, can be applied to previously unseen object types and images.
- step 13 a classification of the pose for each set of features is carried out.
- the data from local patches reduced through the convolutional neural network auto-encoder are used as input to a k-NN classifier to match against known object representations.
- This stage i.e. of step 13 is trained and tuned to every specific object.
- step 14 a vote filtering is carried out.
- Each patch contributes votes and after filtering votes the most likely 6D pose remains.
- the contribution of all patches constitutes a vote space and applying an appropriate threshold to this vote space leads to the most likely object pose in the scene.
- the electronic device may be configured to recognize several searched objects in a scene. For example the above described procedure can be run for each searched object using the same extracted set of features (cf. step 12) but different model files (i.e. object representations) when classifying the pose (cf. step 13).
- Fig. 3 shows a flow chart illustrating the exemplary method of Fig. 2 in context of a specific example.
- a patch decomposition algorithm 11 is carried out (cf. left side of fig. 3).
- An exemplary scene is shown which is sampled to extract scale invariant patches from the RGB and D images.
- the patch comprises a pair of a color image (left) and a depth image (right).
- a convolutional neural network auto-encoder 12 is carried out which reduces the image patch 11 to a feature vector f(x) (cf. center of fig. 3).
- a k-NN classifier algorithm 13 i.e. a codebook
- a vote filtering algorithm is carried out (cf. right side of fig. 3).
- Each patch casts a vote for a likely object pose and the location in the scene with maximum votes indicates the most likely object pose.
- FIG. 4 shows an example of a convolutional auto-encoder according to embodiments of the present disclosure.
- a previously trained convolutional neural network auto-encoder is used to reduce the normalized RGB-D input patch to a vector of e.g. 1024 features. This uses the activation values of the compressing feature layer F of the convolutional neural network auto-encoder.
- x is the input RGB-D patch, y the output (reconstructed) RGB-D patch, F the compression feature layer.
- the decoding stage (lower branch in fig. 4) is not used.
- only the processing leading from x to F is required to extract a set of features of each patch.
- the set of features of the compression feature layer is sufficiently discriminative to be usable as lookup feature space for a k-NN classifier.
- Fig. 5 shows a depiction of the auto-encoder of fig. 4.
- the compressing feature layer is labelled F
- the input image patch pairs are labelled x and reconstructed image patch pairs y.
- the auto-encoder used for feature extraction is trained only once on generic data. It can be applied to a broad variety of previously unseen objects without the need of retraining, thus greatly increasing the speed of adapting this algorithm to new object types.
- a convolutional auto-encoder i.e. an auto-encoder with a number of convolutional layers, is trained on a set of patches extracted from a large and representative dataset of object data. The data is further augmented by permuting colors and adding noise. This large dataset is used to provide a broad training set for the convolutional auto-encoder.
- Once trained the encoding stage of the auto-encoder is kept and used for the extracting descriptive features from input images. For this the activation signals of the compression layer F is used. Practical tests have shown that using a compression layer with 1024 nodes performs well but this invention is not limited to this number.
- Fig. 6 shows an exemplary scene where an object is recognized and located according to embodiments of the present disclosure.
- the searched target object O is located substantially in the center of the scene.
- Votes casting is shown for varying feature space distance thresholds (left and right).
- the object locations corresponding to the vote centers are indicated in the images. It can be seen how votes accumulate near the target object O. Accordingly, in the present example the higher threshold applied in the right image is more suitable.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Physics & Mathematics (AREA)
- Multimedia (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Medical Informatics (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- Biodiversity & Conservation Biology (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Data Mining & Analysis (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- General Engineering & Computer Science (AREA)
- Image Analysis (AREA)
Abstract
The invention relates to an electronic device (1) for recognizing and locating an object. The electronic device is configured to: receive 3D image data of an optical sensor (3), the sensor sensing the object (O), decompose the 3D image data into a set of patches, extract a set of features of each patch by using a pre-trained convolutional neural network (CNN) auto-encoder (12), for each patch classify the object pose by using the set of features of the patch as an input to a k-nearest neighbors algorithm (13) to match against predetermined object representations, and determine the pose of the object by combining the classified object poses of the set of patches. The invention further relates to a system and a method.
Description
Electronic device, system and method for recognizing and locating an object
FIELD OF THE DISCLOSURE
[0001] The present disclosure is related to an electronic device, system and method for recognizing and locating an object, in particular for recognizing the pose of a non-stationary object.
BACKGROUND OF THE DISCLOSURE
[0002] Automation is becoming increasingly important in many fields what also implies the increased need for robotics. Meanwhile robotic systems have become common in the industrial field, their use is still rather uncommon in the environment of a domestic dwelling, e.g. to serve individual users in daily life. However, also in this field there is a high demand for robotic systems. For example, a robotic system may help an aged person to find and retrieve a specific object, e.g. a pencil.
[0003] One problem of the use of robotic systems in a domestic dwelling is that in contrast to an industrial application, many tasks cannot be standardized, i.e. predefined and tightly controlled. Thus the robotic system has to be capable to carry out individually varying tasks. Moreover the operating conditions in a domestic dwelling are more challenging, e.g. lighting, object disposition etc.
[0004] An important aspect of a robotic system is therefore its capability to find and recognize a specific object, which may be positioned in any location and in any orientation. For this purpose the robotic system may comprise an optical sensor and may be moveable, e.g. may have drivable wheels.
[0005] US2012114251 (Al) discloses a system for object recognition of a 3D object of a certain object class using a statistical shape model for recovering 3D shapes from a 2D representation of the 3D object and comparing the recovered 3D shape with known 3D to 2D representations of at least one object of the object class.
[0006] EP1603071 (Al) discloses a three-dimensional object recognizing system with a distance image generating portion for generating a distance image by using image pairs picked up by a stereoscopic camera. The discrimination of the three-dimensional object is carried out based on the output patterns of a neural network.
[0007] However, the known systems require an extensive training which has to be done for each object, in order to become known to the system. Accordingly, in case a user wants to add a new object to the list of known objects, the system has to perform the complete training, in particular including a training of an involved neural network, what may take several hours or even days involving a high processing power.
SUMMARY OF THE DISCLOSURE
[0008] Currently, it remains desirable to provide an electronic device, system and method for recognizing and locating an object with a reduced training effort.
[0009] Therefore, according to the embodiments of the present disclosure, an electronic device for a vehicle for recognizing and locating an object is provided. The electronic device being configured to:
- receive 3D image data of an optical sensor, the sensor sensing the object,
- decompose the 3D image data into a set of patches,
- extract a set of features of each patch by using a pre-trained convolutional neural network (CNN) auto-encoder,
- for each patch classify the object pose by using the set of features of the patch as an input to a k-nearest neighbors algorithm to match against predetermined object representations, and
- determine the pose of the object by combining the classified object poses of the set of patches.
[0010] By providing such an electronic device, the training of the device can be substantially reduced when a new object is learnt by the device. The combination of feature extraction and classification implemented as CNN auto- encoder and k-NN classifier respectively has following advantages:
[0011] It is sufficient to (pre)train only once the convolutional neural network (CNN) auto-encoder (i.e. the CNN auto-encoder feature space reduction). This training can be intense and detailed and the high computational effort required is saved in all subsequent uses of this processing step.
[0012] However, the k-nearest neighbors algorithm (i.e. k-NN classifiers) is easy and quick to train, hence the computational effort to learn a new object is small.
[0013] In other words, the feature space reduction step implemented in the CNN auto-encoder reduces computational burden on the k-NN classification step.
[0014] Furthermore, the (local) patch decomposition achieves scale invariance. Accordingly, the patch data may be independent of the distance and apparent size of the object. Scale invariance is the property of object appearance descriptions to be constant as the apparent size of the object varies.
[0015] The image data may comprise a pair of a visible light image and a depth image. These data may be the input data to the device.
[0016] The visible light image may comprise the visible part of the electromagnetic spectrum, in particular decomposed into the three bands (RGB: red, green, blue) processed by the human vision system.
[0017] The set of features may be extracted by using the encoding stage of the convolutional neural network (CNN) auto-encoder. Desirably the set of features may be output by the encoding stage.
[0018] Accordingly, the used convolutional neural network (CNN) auto- encoder may comprise an encoding stage and a decoding stage. The device desirably only uses the encoding stage but not decoding stage of the convolutional neural network (CNN) auto-encoder to obtain (i.e. extract) the set of features. In other words, the set of features may be the output of the encoding stage.
[0019] The object pose may be a 6D pose comprising x, y, z location information and θ, φ, ψ rotation information.
[0020] More generally, the object pose may be a mathematical description of the location and orientation of an object in a coordinate system.
[0021] The features may comprise mathematical descriptions of the object appearance, in particular the color and/or brightness of the object.
[0022] The pose of the object may be determined by vote filtering using the classified object poses of the set of patches as votes.
[0023] Accordingly, the contribution of all patches may constitute a vote space. Applying an appropriate threshold to this vote space may lead to the most likely object pose of the object in the scene sensed by the optical sensor.
[0024] A threshold may be defined which sets a feature space distance to the vote space, i.e. which limits the votes to the most likely object poses.
[0025] The patches may be 3 dimensional portions of the 3D image data, in particular of a predetermined size and/or overlapping each other.
[0026] Accordingly, an input image may be decomposed into a set of smaller images named patches.
[0027] The convolutional neural network (CNN) auto-encoder may be pre- trained based on (i.e. by using) a generic set of patches, in particular once only.
[0028] Accordingly, the training of the convolutional neural network (CNN) auto-encoder may be generic. Once trained, the auto-encoder may be applied to previously unseen objects and images. Hence, there is no need of re-training thus greatly increasing the speed of adapting this algorithm to new objects.
[0029] The generic set of patches may be a set of patches extracted from a large and representative dataset of object data. The data may be further augmented by permuting colors and adding noise. This large dataset may be used to provide a broad training set for the convolutional auto-encoder. Once trained the encoding stage of the auto-encoder may be kept and used for the extracting descriptive features from input 3D image data.
[0030] The convolutional neural network (CNN) auto-encoder may be configured to reduce the patch to a feature vector f(x), in particular of 1024 features.
[0031] Accordingly, the activation values of the compressing feature layer F of the convolutional neural network auto-encoder may be used to reduce a patch to a set of features (i.e. to extract the set of features from the patch).
[0032] The k-nearest neighbors (k-NN) algorithm may be configured to find the most likely object pose in the feature space defined by the feature vector f(x).
[0033] The k-nearest neighbors algorithm is pre-trained based on data of the object.
[0034] Accordingly, the device may use a 3D model file of the target object as prior knowledge. This model may provide shape (3D) and appearance (color)
information of the object. The k-NN algorithm trained on the particular object properties may be used to find the best matching pose of each patch. The features of the compression feature layer are sufficiently discriminative to be usable as lookup feature space for a k-NN algorithm. Hence, although the k-NN algorithm can be rapidly trained and also the trained k-NN algorithm requires only low processing power when applied on a set of features, the device can reliably recognize and locate an object.
[0035] The disclosure further relates to a system for recognizing and locating an object, the system comprising:
· an electronic device, in particular as described above, and
• an optical sensor configured to sense the object, the sensor being in particular a 3D camera or a stereo camera.
[0036] Accordingly, the system may be configured to autonomously recognize and locate an object. For example it may be realized as a moveable robotic system, e.g. with means for retrieving the object.
[0037] The disclosure further relates to a method of recognizing and locating an object. The method comprises the steps of:
• receiving 3D image data of an optical sensor, the sensor sensing the object,
· decomposing the 3D image data into a set of patches,
• extracting a set of features of each patch by using a pre-trained convolutional neural network (CNN) auto-encoder;
• for each patch classifying the object pose by using the set of features of the patch as an input to a k-nearest neighbors algorithm to match against predetermined object representations, and
• determining the pose of the object by combining the classified object poses of the set of patches.
[0038] The method may comprise further method steps which correspond to the functions of the electronic device as described above. The further desirable method steps are described in the following.
[0039] The image data may comprise a pair of a visible light image and a depth image.
[0040] The visible light image may comprise the visible part of the electromagnetic spectrum, in particular decomposed into the three bands (RGB) processed by the human vision system.
[0041] The set of features may be extracted by using the encoding stage of the convolutional neural network (CNN) auto-encoder. Desirably the set of features may be output by the encoding stage.
[0042] The object pose may be a 6D pose comprising x, y, z location information and θ, φ, ψ rotation information.
[0043] The features may comprise mathematical descriptions of the object appearance, in particular the color and/or brightness of the object.
[0044] The pose of the object may be determined by vote filtering using the classified object poses of the set of patches as votes.
[0045] The patches may be 3 dimensional portions of the 3D image data, in particular of a predetermined size and/or overlapping each other.
[0046] The convolutional neural network (CNN) auto-encoder may be pre- trained based on a generic set of patches, in particular once only.
[0047] The convolutional neural network (CNN) auto-encoder may reduce the patch to a feature vector f(x), in particular of 1024 features.
[0048] The k-nearest neighbors algorithm may find the most likely object pose in the feature space defined by the feature vector f(x).
[0049] The k-nearest neighbors algorithm may be pre-trained based on data of the object.
[0050] It is intended that combinations of the above-described elements and those within the specification may be made, except where otherwise contradictory.
[0051] It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure, as claimed.
[0052] The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description, and serve to explain the principles thereof. BRIEF DESCRIPTION OF THE DRAWINGS
[0053] Fig. 1 shows a block diagram of a system with an electronic device according to embodiments of the present disclosure;
[0054] Fig. 2 shows a schematic flow chart illustrating an exemplary method of recognizing and locating an object according to embodiments of the present disclosure;
[0055] Fig. 3 shows a flow chart illustrating the exemplary method of Fig. 2 in context of a specific example;
[0056] Fig. 4 shows an example of a convolutional auto-encoder according to embodiments of the present disclosure;
[0057] Fig. 5 shows a depiction of the auto-encoder of fig. 4;
[0058] Fig. 6 shows an exemplary scene where an object is recognized and located according to embodiments of the present disclosure.
DESCRIPTION OF THE EMBODIMENTS
[0059] Reference will now be made in detail to exemplary embodiments of the disclosure, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts.
[0060] Fig. 1 shows a block diagram of a system 30 with an electronic device 1 according to embodiments of the present disclosure. The system may comprise a robotic system 10, which may have various functions. For example it may be moveable, e.g. has drivable wheels, and it may have means for retrieving an object, e.g. at least one gripper.
[0061] The electronic device 1 carries out a computer vision algorithm for detecting the presence and location of objects in a scene. Robotic systems require this information to be able to find, locate and manipulate objects. The input to the electronic device 1 is a pair of visible light (RGB) and depth images (D). The output of the electronic device 1 is the 6D pose (x, y, z location and Θ, φ, ψ rotation around x, y, z) of the target object.
[0062] The electronic device 1 is connected to or comprises a data storage 2. Said data storage may be used to store a target object in the form of a 3D model file providing shape (3D) and appearance (color) information of the scene. Furthermore the k-NN algorithm and/or the CNN auto-encoder are stored in the data storage 2. Accordingly, the electronic device 1 comprises the k-NN algorithm and the CNN auto-encoder and is configured to perform the k- NN algorithm and the CNN auto-encoder.
[0063] The electronic device 1 may additionally carry out further functions in the system 30. For example, the electronic device may also act as the general purpose ECU (electronic control unit) of the system. The electronic device 1 may comprise an electronic circuit, a processor (shared, dedicated, or group), a
combinational logic circuit, a memory that executes one or more software programs, and/or other suitable components that provide the described functionality. In other words, device 1 may be a computer device.
[0064] Device 1 may be external to the (movable) robotic system 10 which is configured to find and retrieve the object. In other words, the computational resources on board of the robotic system 10 may be limited, e.g. they may only transmit the 3D data to the external (and e.g. stationary) electronic device 1, e.g. over wifi. The result determined by the device 1 may be sent back to the robot.
[0065] The electronic device 1 is further connected to an optical sensor, in particular a 3D digital camera 3, e.g. a stereo camera or e.g. a Microsoft Kinect ® camera. The electronic device 1 and the digital camera may be comprised by a robotic system 10. The digital camera 3 is configured such that it can record a 3 dimensional scene, and in particular output digital data providing shape (3D) and appearance (color) information of the scene.
[0066] The output of the digital camera 3 is transmitted to the electronic device 1. Desirably, the output is transmitted instantaneously, i.e. in real time or in quasi real time. Hence, a searched object can also be recognized and located by the electronic device in real time or in quasi real time.
[0067] The system 30 may comprise additionally a server 20. The server 20 is used to train and eventually update the k-NN algorithm and/or the CNN auto- encoder. For this purpose, the electronic device 1 may be connectable to the server. For example the electronic device 1 may be connected to the server 20 via a wireless connection. Alternatively or additionally the electronic device 1 may be connectable to the server 20 via a fixed connection, e.g. via a cable. It is also possible that a data transfer between the electronic device 1 and server 20 is achieved by using a portable data storage, e.g. an USB stick.
[0068] Fig. 2 shows a schematic flow chart illustrating an exemplary method and system of recognizing and locating an object according to embodiments of the present disclosure. In particular the method is an object detection and pose estimation procedure as follows.
[0069] In step 11 a local patch extraction is carried out. For this purpose the image (i.e. the 3D image data) is decomposed into small patches, e.g. each of same physical size. The mean distance from the camera is subtracted from the patch data. Depth and color image values are normalized to range from -1 to 1.
[0070] In more detail, the image is decomposed into patches of identical physical size of 5x5x5cm. The size information is provided by the depth channel of the input data. Using the patch representation renders the overall system more robust to occlusions and lighting.
[0071] In order to normalize data for the next processing step the depth patch is clipped to the 5x5x5cm cube and then normalized to range from -1 to 1. The same applies to each of the color channels. This yields a normalized input dataset to the following processing step.
[0072] Local patches may be extracted from different locations of the object in the image. At each location the RGB image patch and matching depth image patch are extracted for further processing. In other words a searched object may consist of several patches in the image.
[0073] In step 12 a feature extraction is carried out for each patch. A convolutional neural network auto encoder is trained on a generic set of patches to produce a concise representation of the patches in a set of features, i.e. a feature vector of e.g. 1024 values. This step is generic and once trained, can be applied to previously unseen object types and images.
[0074] In step 13 a classification of the pose for each set of features is carried out. The data from local patches reduced through the convolutional neural network auto-encoder are used as input to a k-NN classifier to match against known object representations. This stage (i.e. of step 13) is trained and tuned to every specific object.
[0075] In step 14 a vote filtering is carried out. Each patch contributes votes and after filtering votes the most likely 6D pose remains. The contribution of all patches constitutes a vote space and applying an appropriate threshold to this vote space leads to the most likely object pose in the scene.
[0076] The combined use of all 4 steps leads to a reliable object detection ability, wherein computational costs for training time and at run-time can be reduced.
[0077] The electronic device may be configured to recognize several searched objects in a scene. For example the above described procedure can be run for each searched object using the same extracted set of features (cf. step 12) but different model files (i.e. object representations) when classifying the pose (cf. step 13).
[0078] Fig. 3 shows a flow chart illustrating the exemplary method of Fig. 2 in context of a specific example.
[0079] First, a patch decomposition algorithm 11 is carried out (cf. left side of fig. 3). An exemplary scene is shown which is sampled to extract scale invariant patches from the RGB and D images. The patch comprises a pair of a color image (left) and a depth image (right). Subsequently, a convolutional neural network auto-encoder 12 is carried out which reduces the image patch 11 to a feature vector f(x) (cf. center of fig. 3). A k-NN classifier algorithm 13 (i.e. a codebook) is carried out which finds the most likely object pose in this feature space. At the end, a vote filtering algorithm is carried out (cf. right side of fig. 3). Each patch casts a vote for a likely object pose and the location in the scene with maximum votes indicates the most likely object pose.
[0080] Fig. 4 shows an example of a convolutional auto-encoder according to embodiments of the present disclosure. A previously trained convolutional neural network auto-encoder is used to reduce the normalized RGB-D input patch to a vector of e.g. 1024 features. This uses the activation values of the compressing feature layer F of the convolutional neural network auto-encoder.
[0081] In fig. 4 x is the input RGB-D patch, y the output (reconstructed) RGB-D patch, F the compression feature layer. The decoding stage (lower branch in fig. 4) is not used. Advantageously, only the processing leading from x to F is required to extract a set of features of each patch. Anyway, the set of features of the compression feature layer is sufficiently discriminative to be usable as lookup feature space for a k-NN classifier.
[0082] Fig. 5 shows a depiction of the auto-encoder of fig. 4. In fig. 4 the compressing feature layer is labelled F, the input image patch pairs are labelled x and reconstructed image patch pairs y. Advantageously, the auto-encoder used for feature extraction is trained only once on generic data. It can be applied to a broad variety of previously unseen objects without the need of retraining, thus greatly increasing the speed of adapting this algorithm to new object types.
[0083] A convolutional auto-encoder, i.e. an auto-encoder with a number of convolutional layers, is trained on a set of patches extracted from a large and representative dataset of object data. The data is further augmented by permuting colors and adding noise. This large dataset is used to provide a broad training set for the convolutional auto-encoder.
[0084] Once trained the encoding stage of the auto-encoder is kept and used for the extracting descriptive features from input images. For this the activation signals of the compression layer F is used. Practical tests have shown that using a compression layer with 1024 nodes performs well but this invention is not limited to this number.
[0085] Fig. 6 shows an exemplary scene where an object is recognized and located according to embodiments of the present disclosure. In the example the searched target object O is located substantially in the center of the scene. Votes casting is shown for varying feature space distance thresholds (left and right). The object locations corresponding to the vote centers are indicated in the images. It can be seen how votes accumulate near the target object O. Accordingly, in the present example the higher threshold applied in the right image is more suitable.
[0086] Throughout the description, including the claims, the term "comprising a" should be understood as being synonymous with "comprising at least one" unless otherwise stated. In addition, any range set forth in the description, including the claims should be understood as including its end value(s) unless otherwise stated. Specific values for described elements should be understood to be within accepted manufacturing or industry tolerances known to one of skill in the art, and any use of the terms "substantially" and/or "approximately" and/or "generally" should be understood to mean falling within such accepted tolerances.
[0087] Although the present disclosure herein has been described with reference to particular embodiments, it is to be understood that these embodiments are merely illustrative of the principles and applications of the present disclosure.
[0088] It is intended that the specification and examples be considered as exemplary only, with a true scope of the disclosure being indicated by the following claims.
Claims
1. An electronic device (1) for recognizing and locating an object, the electronic device being configured to:
receive 3D image data of an optical sensor (3), the sensor sensing the object (0),
decompose the 3D image data into a set of patches,
extract a set of features of each patch by using a pre-trained convolutional neural network (CNN) auto-encoder (12),
for each patch classify the object pose by using the set of features of the patch as an input to a k-nearest neighbors algorithm (13) to match against predetermined object representations, and
determine the pose of the object (0) by combining the classified object poses of the set of patches.
2. The electronic device (1) according to claim 1, wherein
the image data comprises a pair of a visible light image and a depth image.
3. The electronic device (1) according to claim 2, wherein
the visible light image comprises the visible part of the electromagnetic spectrum, in particular decomposed into the three bands (RGB) processed by the human vision system.
4. The electronic device (1) according to any one of the preceding claims, wherein the set of features is extracted by using the encoding stage of the convolutional neural network (CNN) auto-encoder, the set of features being in particular output by the encoding stage.
5. The electronic device (1) according to any one of the preceding claims, wherein
the object pose is a 6D pose comprising x, y, z location information and θ, φ, ψ rotation information.
6. The electronic device (1) according to any one of the preceding claims, wherein the features comprise mathematical descriptions of the object appearance, in particular the color and/or brightness of the object.
7. The electronic device (1) according to any one of the preceding claims, wherein the pose of the object is determined by vote filtering using the classified object poses of the set of patches as votes.
8. The electronic device (1) according to any one of the preceding claims, wherein the patches are 3 dimensional portions of the 3D image data, in particular of a predetermined size and/or overlapping each other.
9. The electronic device (1) according to any one of the preceding claims, wherein the convolutional neural network (CNN) auto-encoder is pre- trained based on a generic set of patches, in particular once only.
10. The electronic device (1) according to any one of the preceding claims, wherein the convolutional neural network (CNN) auto-encoder is configured to reduce the patch to a feature vector f(x), in particular of 1024 features.
11. The electronic device (1) according to the preceding claim, wherein the k-nearest neighbors algorithm is configured to find the most likely object pose in the feature space defined by the feature vector f(x).
12. The electronic device (1) according to any one of the preceding claims, wherein the k-nearest neighbors algorithm is pre-trained based on data of the object.
13. A system (30) for recognizing and locating an object, the system comprising:
an electronic (1) device according to any one of the preceding claims, and an optical sensor configured to sense the object, the sensor being in particular a 3D camera or a stereo camera.
14. A method of recognizing and locating an object,
the method comprising the steps of:
receiving 3D image data of an optical sensor, the sensor sensing the object (0), decomposing the 3D image data into a set of patches,
extracting a set of features of each patch by using a pre-trained convolutional neural network (CNN) auto-encoder (12),
for each patch classifying the object pose by using the set of features of the patch as an input to a k-nearest neighbors algorithm (13) to match against predetermined object representations, and
determining the pose of the object (0) by combining the classified object poses of the set of patches.
15. The method according to claim 14, wherein
the set of features is extracted by using the encoding stage of the convolutional neural network (CNN) auto-encoder, the set of features being in particular output by the encoding stage.
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2019518923A JP6871367B2 (en) | 2016-10-07 | 2016-10-07 | Electrical devices, systems and methods for recognizing and locating objects |
| PCT/EP2016/074088 WO2018065073A1 (en) | 2016-10-07 | 2016-10-07 | Electronic device, system and method for recognizing and locating an object |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/EP2016/074088 WO2018065073A1 (en) | 2016-10-07 | 2016-10-07 | Electronic device, system and method for recognizing and locating an object |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2018065073A1 true WO2018065073A1 (en) | 2018-04-12 |
Family
ID=57124001
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/EP2016/074088 Ceased WO2018065073A1 (en) | 2016-10-07 | 2016-10-07 | Electronic device, system and method for recognizing and locating an object |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP6871367B2 (en) |
| WO (1) | WO2018065073A1 (en) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108717568A (en) * | 2018-05-16 | 2018-10-30 | 陕西师范大学 | A kind of image characteristics extraction and training method based on Three dimensional convolution neural network |
| CN110909589A (en) * | 2018-09-18 | 2020-03-24 | 迪尔公司 | Grain quality control system and method |
| CN111738306A (en) * | 2020-06-01 | 2020-10-02 | 山东省人工智能研究院 | Multi-view 3D model retrieval method based on block convolutional neural network |
| KR102177445B1 (en) * | 2020-02-17 | 2020-11-11 | 주식회사 뉴로메카 | An apparatus for pose estimation of object using latent variable from auto encoder and method thereof |
| JP2022508434A (en) * | 2018-09-07 | 2022-01-19 | トヨタ モーター ヨーロッパ | Methods and systems for processing images by determining the rotation hypothesis |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR102080145B1 (en) * | 2019-10-30 | 2020-02-24 | 주식회사 뉴로메카 | An apparatus for pose estimation of object using latent variable from auto encoder and method thereof |
| JP7827031B2 (en) * | 2023-07-21 | 2026-03-10 | トヨタ自動車株式会社 | Learning system, method, program, and area estimation system |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1603071A1 (en) | 2004-06-01 | 2005-12-07 | Fuji Jukogyo Kabushiki Kaisha | Three-dimensional object recognizing system |
| US20120114251A1 (en) | 2004-08-19 | 2012-05-10 | Apple Inc. | 3D Object Recognition |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP3979136B2 (en) * | 2002-03-20 | 2007-09-19 | 富士ゼロックス株式会社 | Recognition apparatus and method |
| US8406470B2 (en) * | 2011-04-19 | 2013-03-26 | Mitsubishi Electric Research Laboratories, Inc. | Object detection in depth images |
| JP6372282B2 (en) * | 2014-09-26 | 2018-08-15 | 富士通株式会社 | Image processing apparatus, image processing method, and program |
| US10515259B2 (en) * | 2015-02-26 | 2019-12-24 | Mitsubishi Electric Research Laboratories, Inc. | Method and system for determining 3D object poses and landmark points using surface patches |
-
2016
- 2016-10-07 JP JP2019518923A patent/JP6871367B2/en not_active Expired - Fee Related
- 2016-10-07 WO PCT/EP2016/074088 patent/WO2018065073A1/en not_active Ceased
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1603071A1 (en) | 2004-06-01 | 2005-12-07 | Fuji Jukogyo Kabushiki Kaisha | Three-dimensional object recognizing system |
| US20120114251A1 (en) | 2004-08-19 | 2012-05-10 | Apple Inc. | 3D Object Recognition |
Non-Patent Citations (3)
| Title |
|---|
| KEHL WADIM ET AL: "Deep Learning of Local RGB-D Patches for 3D Object Detection and 6D Pose Estimation", 17 September 2016, NETWORK AND PARALLEL COMPUTING; [LECTURE NOTES IN COMPUTER SCIENCE; LECT.NOTES COMPUTER], SPRINGER INTERNATIONAL PUBLISHING, CHAM, PAGE(S) 205 - 220, ISBN: 978-3-642-38529-2, ISSN: 0302-9743, XP047355337 * |
| MANUEL BLUM ET AL: "A learned feature descriptor for object recognition in RGB-D data", IEEE INTERNATIONAL CONFERENCE ON ROBOTICS AND AUTOMATION (ICRA), 14 May 2012 (2012-05-14), IEEE, Piscataway, NJ, USA, pages 1298 - 1303, XP032450919, ISBN: 978-1-4673-1403-9, DOI: 10.1109/ICRA.2012.6225188 * |
| MAX SCHWARZ ET AL: "RGB-D object recognition and pose estimation based on pre-trained convolutional neural network features", 2015 IEEE INTERNATIONAL CONFERENCE ON ROBOTICS AND AUTOMATION (ICRA), 1 May 2015 (2015-05-01), pages 1329 - 1335, XP055376263, ISBN: 978-1-4799-6923-4, DOI: 10.1109/ICRA.2015.7139363 * |
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108717568A (en) * | 2018-05-16 | 2018-10-30 | 陕西师范大学 | A kind of image characteristics extraction and training method based on Three dimensional convolution neural network |
| CN108717568B (en) * | 2018-05-16 | 2019-10-22 | 陕西师范大学 | A Method of Image Feature Extraction and Training Based on 3D Convolutional Neural Network |
| JP2022508434A (en) * | 2018-09-07 | 2022-01-19 | トヨタ モーター ヨーロッパ | Methods and systems for processing images by determining the rotation hypothesis |
| JP7234378B2 (en) | 2018-09-07 | 2023-03-07 | トヨタ モーター ヨーロッパ | Method and system for processing images by determining rotation hypotheses |
| US12056942B2 (en) | 2018-09-07 | 2024-08-06 | Toyota Motor Europe | Method and system for processing an image by determining rotation hypotheses |
| CN110909589A (en) * | 2018-09-18 | 2020-03-24 | 迪尔公司 | Grain quality control system and method |
| KR102177445B1 (en) * | 2020-02-17 | 2020-11-11 | 주식회사 뉴로메카 | An apparatus for pose estimation of object using latent variable from auto encoder and method thereof |
| CN111738306A (en) * | 2020-06-01 | 2020-10-02 | 山东省人工智能研究院 | Multi-view 3D model retrieval method based on block convolutional neural network |
| CN111738306B (en) * | 2020-06-01 | 2022-05-13 | 山东省人工智能研究院 | Multi-view three-dimensional model retrieval method based on block convolution neural network |
Also Published As
| Publication number | Publication date |
|---|---|
| JP6871367B2 (en) | 2021-05-12 |
| JP2019531554A (en) | 2019-10-31 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2018065073A1 (en) | Electronic device, system and method for recognizing and locating an object | |
| Sykora et al. | Comparison of SIFT and SURF methods for use on hand gesture recognition based on depth map | |
| Kusakunniran et al. | Recognizing gaits across views through correlated motion co-clustering | |
| US8805002B2 (en) | Method of determining reference features for use in an optical object initialization tracking process and object initialization tracking method | |
| KR101913336B1 (en) | Mobile apparatus and method for controlling the same | |
| EP3427186A1 (en) | Systems and methods for normalizing an image | |
| CA3046035A1 (en) | System and method for cnn layer sharing | |
| CN110674677A (en) | A multi-modal and multi-layer fusion deep neural network for face anti-spoofing | |
| KR102223478B1 (en) | Eye state detection system and method of operating the same for utilizing a deep learning model to detect an eye state | |
| Charco et al. | Deep learning based camera pose estimation in multi-view environment | |
| CN114586072A (en) | Feature detector and descriptor | |
| KR20230046038A (en) | Object posture estimation system and method based on machine learning | |
| CN115136205A (en) | Unknown object recognition for robotic devices | |
| Elmoogy et al. | Surfcnn: A descriptor accelerated convolutional neural network for image-based indoor localization | |
| Komagal et al. | Real time background subtraction techniques for detection of moving objects in video surveillance system | |
| KR101789979B1 (en) | Method for calculating hausdorff distance based on gradient orientation information | |
| Naikal et al. | Towards an efficient distributed object recognition system in wireless smart camera networks | |
| WO2019015761A1 (en) | Electronic device, system and method for determining the pose of an object | |
| CN110298210B (en) | Method and device for judging abnormity based on vision | |
| Wang et al. | Couple metric learning based on separable criteria with its application in cross-view gait recognition | |
| CN104598876A (en) | Embedded face recognition system | |
| Baroffio et al. | A survey on compact features for visual content analysis | |
| Ciliberto et al. | On the impact of learning hierarchical representations for visual recognition in robotics | |
| De Figueiredo et al. | Fast 3d object recognition of rotationally symmetric objects | |
| Simonyan | Hidden and Unknown Object Detection in Video |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16779071 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2019518923 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16779071 Country of ref document: EP Kind code of ref document: A1 |