WO2020194792A1 - 検索装置、学習装置、検索方法、学習方法及びプログラム - Google Patents

検索装置、学習装置、検索方法、学習方法及びプログラム Download PDF

Info

Publication number
WO2020194792A1
WO2020194792A1 PCT/JP2019/035526 JP2019035526W WO2020194792A1 WO 2020194792 A1 WO2020194792 A1 WO 2020194792A1 JP 2019035526 W JP2019035526 W JP 2019035526W WO 2020194792 A1 WO2020194792 A1 WO 2020194792A1
Authority
WO
WIPO (PCT)
Prior art keywords
region
neural network
learning
feature vector
media data
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
Application number
PCT/JP2019/035526
Other languages
English (en)
French (fr)
Inventor
クリシュナ オンカー
豪 入江
小萌 武
川西 隆仁
柏野 邦夫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Inc
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to US17/440,166 priority Critical patent/US12277160B2/en
Priority to JP2021508692A priority patent/JP7192966B2/ja
Publication of WO2020194792A1 publication Critical patent/WO2020194792A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/43Querying
    • G06F16/432Query formulation
    • G06F16/434Query formulation using image data, e.g. images, photos, pictures taken by a user
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/43Querying
    • G06F16/432Query formulation
    • G06F16/433Query formulation using audio data
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/53Querying
    • G06F16/532Query formulation, e.g. graphical querying
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/70Information retrieval; Database structures therefor; File system structures therefor of video data
    • G06F16/73Querying
    • G06F16/732Query formulation
    • G06F16/7335Graphical querying, e.g. query-by-region, query-by-sketch, query-by-trajectory, GUIs for designating a person/face/object as a query predicate
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • G06F18/2148Generating training patterns; Bootstrap methods, e.g. bagging or boosting characterised by the process organisation or structure, e.g. boosting cascade
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • G06N3/0442Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0464Convolutional networks [CNN, ConvNet]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/092Reinforcement learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks

Definitions

  • the present invention relates to a search device, a learning device, a search method, a learning method, and a program that can be used to search media data for a target area that matches the query data.
  • the preferred way to solve this problem is robust enough to find exact matches in situations that occur in real-world scenarios such as background clutter, occlusion and geometric transformations. It is desirable to be a method. In addition, it is desired that the method is sufficiently fast so that the query image can be identified from a large number of candidate regions in the reference image within a reasonable time.
  • Non-Patent Document 1 reduces the execution time by adaptively sliding the window more than one pixel. Judgment about the amount of slides is based on the rank defined for each feature in the pattern.
  • Non-Patent Document 2 proposes a method for ensuring robustness and high speed against a complex background by using a subset of pixel pairs (usually a small subset).
  • Non-Patent Document 3 speeds up the search process by combining geometric transformation with random sampling of a distance approximation method and a branch-and-bound search.
  • Non-Patent Document 4 reduces the calculation cost by skipping the positions that do not match based on the difference features in the principal component direction (principal orientation differences features).
  • Non-Patent Documents 1 to 4 above still requires evaluation of a large number of windows or images in order to identify a target area that matches the query image, which is the whole.
  • the search process is inefficient.
  • the above method does not consider optimizing the search path (that is, the order of windows or pixels to be evaluated) for specifying the target area while specifying the target area. Therefore, the above method is not robust for complex backgrounds, occlusions, geometric transformations, etc., for example.
  • Reducing the number of candidate regions such as windows or pixels to be evaluated is desired not only for image search applications but also for other applications that handle media data such as moving images and acoustic signals.
  • the present invention has been made in view of the above problems, and the present invention reduces the number of candidate regions to be evaluated in the media data and more efficiently finds a target region matching the query data from the media data. It is an object of the present invention to provide a search device, a learning device, a search method, a learning method, and a program capable of the present invention.
  • One embodiment of the present invention provides a search device that searches media data for a target area that matches the query data.
  • a first feature extraction unit that extracts a first feature vector from the query data using the first trained neural network
  • a second feature extraction unit that acquires a first region from the media data and extracts a second feature vector from the first region using a second trained neural network.
  • Candidates for the target region based on the first feature vector, the second feature vector, and the position of the first region or the first region using a third trained neural network.
  • the position identification part that determines By using the determined target region candidate as the first region used by the second feature extraction unit, the second feature extraction unit and the position identification unit are specified until a predetermined condition is satisfied.
  • a control unit that repeats the operation of the unit and Have.
  • Another embodiment of the present invention provides a learning device that learns a neural network used to search media data for a target area that matches the query data.
  • a first feature extraction unit that extracts a first feature vector from learning query data using a first neural network
  • a second feature extraction unit that acquires a first region from the learning media data and extracts a second feature vector from the first region using a second neural network.
  • a candidate for the target region is determined based on the first feature vector, the second feature vector, and the position of the first region or the first region. Positioning part to do and By using the determined target region candidate as the first region used by the second feature extraction unit, the second feature extraction unit and the position identification unit are specified until a predetermined condition is satisfied.
  • a control unit that repeats the operation of the unit and It is determined whether or not the candidate of the target area determined by the position specifying unit has captured the target area, and based on the determination result, the first neural network, the second neural network, and the first neural network are used.
  • a learning unit that updates the parameters of the neural network of 3 and Have.
  • Another embodiment of the present invention provides a search method used by a search device that searches media data for a target area that matches the query data.
  • the first step of extracting the first feature vector from the query data using the first trained neural network and A second step of acquiring a first region from the media data and extracting a second feature vector from the first region using a second trained neural network.
  • Candidates for the target region based on the first feature vector, the second feature vector, and the position of the first region or the first region using a third trained neural network.
  • the third step to determine and By using the determined target region candidate as the first region used in the second step, the second step and the third step are repeated until a predetermined condition is satisfied. 4th step and Have.
  • Another embodiment of the present invention provides a learning method used by a learning device that learns a neural network used to search media data for a target area that matches the query data.
  • the first step of extracting the first feature vector from the training query data using the first neural network A second step of acquiring a first region from the learning media data and extracting a second feature vector from the first region using a second neural network, Using a third neural network, a candidate for the target region is determined based on the first feature vector, the second feature vector, and the position of the first region or the first region.
  • the third step to do and By using the determined target region candidate as the first region used in the second step, the second step and the third step are repeated until a predetermined condition is satisfied. 4th step and It is determined whether or not the candidate of the target area has captured the target area, and the parameters of the first neural network, the second neural network, and the third neural network are updated based on the determination result.
  • Another aspect of the present invention provides a program that causes a computer to function as the above-mentioned search device or learning device.
  • the present invention it is possible to reduce the number of candidate regions to be evaluated in the media data and more efficiently find a target region that matches the query data from the media data.
  • a search device that searches media data for a target area (hereinafter, also referred to as a “target window”) that matches the query data
  • media data and query data are still images, moving images, acoustic signals or other data, respectively.
  • the search device is a model trained by the learning device in order to find a target area matching the query data from a plurality of target area candidates (hereinafter, also referred to as “candidate area” or “candidate window”) in the media data.
  • a neural network is used.
  • the search device finds the target area by repeatedly comparing the query data and the candidate area by using the trained model and determining whether or not the candidate area matches the query data. Since the model is trained to reduce the candidate areas to be evaluated, the search device can find the target area in a smaller number of candidate areas.
  • the learning device for learning the model used by the search device will be further described.
  • the learning device may be different from the search device and may be the same as the search device. In the following description, it is assumed that the learning device is different from the search device.
  • FIG. 1 is a diagram showing a functional configuration of the search device 100 according to the first embodiment of the present invention.
  • the purpose of the search device 100 is to identify a target area represented by the query data Q, which exists at a specific position l g in the media data R.
  • the position l g may be the center of the area, the corners of the area, or any other position that can be used to define the area.
  • the position l g can be represented by xy image coordinates.
  • the position l g can be represented by a time stamp (or frame index). In this case, the position l g may include the xy image coordinates of the time frame.
  • the position l g can be represented by a time stamp.
  • the search device 100 may determine other types of information used to define the target area, such as window size, orientation, or a combination of any of the above.
  • the search device 100 includes a first feature extraction unit 120, a second feature extraction unit 130, a position identification unit 140, and a control unit 150.
  • the search device 100 may further include an initial region prediction unit 110.
  • the initial region prediction unit 110 is a neural network that inputs media data R and outputs the initial region R (l 0 ) to be evaluated or its position l 0 .
  • the neural network may be a convolutional neural network (CNN) or another neural network.
  • CNN convolutional neural network
  • RNN recurrent neural network
  • LSTM long-short term memory
  • Initial region R (l 0) is the region that is extracted from the media data at the initial position l 0, the initial position l 0 is acquired by linear projection feature amount of media data R coarse after the down-sampling the position vector You may.
  • the initial region R (l 0 ) is the first candidate region evaluated by the second feature extraction unit 130.
  • the initial area prediction unit 110 may not be included in the search device 100, and the initial position l 0 may be arbitrarily determined.
  • the first feature extraction unit 120 is a neural network that inputs query data Q and outputs feature vector f (Q) of query data Q.
  • the neural network may be CNN or another neural network.
  • RNN or LSTM may be used.
  • the first feature extraction unit 120 extracts the feature vector f (Q) from the query data Q.
  • This is a neural network that outputs the feature vector f (R (l t )) of the candidate region of the media data R.
  • the second feature extraction unit 130 extracts the candidate region R (l t ) at the position l t from the media data R.
  • the neural network of the second feature extraction unit 130 is the same as the neural network of the first feature extraction unit 120, and shares the same parameters as the neural network of the first feature extraction unit 120.
  • Second feature extraction unit 130 acquires the candidate region R (l t), extracts a candidate region R (l t) from the feature vector f (R (l t)) .
  • the neural network of the position specifying unit 140 may be an LSTM or another neural network.
  • the position specifying unit 140 is based on the feature vector f (Q), the feature vector f (R (l t )), the candidate region R (l t ), or its position l t, and the next candidate region R (l). t + 1 ) is determined. More specifically, the position specifying unit 140 combines the feature vector f (Q) and the feature vector f (R (l t )) into a single vector, and then the combined vector and the current candidate. The next candidate position R (l t + 1 ) or its position l based on the region R (l t ) or its position l t and the current internal state (also called the "hidden state") of the position identifying part 140. Determine t + 1 .
  • the position specifying unit 140 outputs the candidate area R (l T ) or its position l T. Further, when the candidate area R (l t ) matches the query data Q, the position specifying unit 140 determines that the candidate area R (l T ) is the target area matching the query data Q, and determines the target area or its target area. Output the position.
  • the control unit 150 is a processing unit that receives the next candidate area R (l t + 1 ) or its position l t + 1 or the final result as an input and determines whether or not to end the repetition.
  • the control unit 150 inputs the next candidate region R (l t + 1 ) or its position l t + 1 to the second feature extraction unit 130, and the second feature extraction unit 130 until a predetermined condition is satisfied.
  • the operation of the position specifying unit 140 is repeated. For example, the control unit 150 increases the number of repetitions by 1 for each repetition, and ends the repetition when the number of repetitions t reaches a predetermined limit value T. Further, for example, the control unit 150, the position specifying unit 140, if the candidate region R (l t)) is determined to be the target area that matches the query data, may end the repetition.
  • the neural network of the first feature extraction unit 120, the second feature extraction unit 130, and the position identification unit 140 (and the initial region prediction unit 110 if the initial region prediction unit 110 is included) , Learning query data and learning media data are used for learning.
  • the learning query data is input to the first feature extraction unit 120
  • the learning media data is input to the second feature extraction unit 130 (or the initial area prediction unit 110 if the initial area prediction unit 110 is included).
  • the parameters of the neural network are learned based on the result of determining whether or not the candidate region R (l t + 1 ) determined by the position specifying unit 140 has captured the target region.
  • the neural network has a degree of similarity between the feature vector f (Q) extracted by the first feature extraction unit 120 and the feature vector f (R (l t )) extracted by the second feature extraction unit 130. Is learned to grow.
  • FIG. 2 is a diagram showing a functional configuration of the learning device 200 according to the first embodiment of the present invention.
  • the learning device 200 includes a first feature extraction unit 220, a second feature extraction unit 230, a position identification unit 240, a control unit 250, and a learning unit 260.
  • the learning device 200 may further include an initial region prediction unit 210.
  • the initial region prediction unit 210, the first feature extraction unit 220, the second feature extraction unit 230, the position identification unit 240, and the control unit 250 are the initial region prediction unit 110, the first feature extraction unit 120, in the search device 100. It is the same as the second feature extraction unit 130, the position identification unit 140, and the control unit 150, respectively.
  • the learning device 200 uses learning data (also referred to as a "query reference pair") including learning media data R and learning query data Q as inputs.
  • the learning query data Q may be a part of the learning media data R, or may be data similar to a part of the learning media data R.
  • the exact position of the learning query data Q in the learning media data R does not necessarily have to be given.
  • the feature vector f (Q) can be acquired by the first feature extraction unit 220, and the feature vector f ((R (l t ))) is the second. Can be acquired by the feature extraction unit 230, and the next candidate region R (l t + 1 ) or its position l t + 1 , or the final result can be acquired by the position identification unit 240.
  • the learning unit 260 inputs the feature vector f (Q), the feature vector f ((R (l t )), the next candidate region R (l t + 1 ) or its position l t + 1 , or the final result.
  • a processing unit that outputs neural network parameters of the first feature extraction unit 220, the second feature extraction unit 230, and the position identification unit 240 (and the initial region prediction unit 210 if the initial region prediction unit 210 is included).
  • the learning unit 260 updates the parameters of the neural network based on the result of determining whether or not the candidate area R (l t + 1 ) determined by the position specifying unit 240 has captured the target area.
  • the learning unit 260 calculates the similarity between the feature vector f (Q) and the feature vector f ((R (l t )), and sets the feature vector f (Q) and the feature vector f ((R (l t ))).
  • the media data is the reference image R and the query data is the query image Q.
  • FIG. 3 is a conceptual diagram of the search device 100 according to the second embodiment.
  • the reference image R is downsampled to the low-resolution reference image R coarse , the feature vector f (R coarse ) is extracted from the low-resolution reference image R coarse by CNN, and the feature vector f (R) is extracted. coarse ) is linearly projected at position l 0 .
  • the feature vector f (Q) representing the image feature amount is extracted from the query image Q by CNN.
  • the feature vector f (R (l 0 )) representing the image feature amount is extracted from the reference image R at the position l 0 by the CNN.
  • the current position l 0 is linearly projected onto the position vector having the same dimension as the feature vector f (R coarse ) or f (R (l 0 )), and the next hidden state is the feature vector f.
  • the RSTM based on the combination of (R coarse ) and f (R (l 0 )), the current hidden state of the position identification part 140, and the position vector, the next hidden state is at the next position l 1 . It is linearly projected.
  • the control unit 150 (not shown in FIG. 3) of the second feature extraction unit 130 and the position identification unit 140 until the number of repetitions reaches a predetermined limit value T. Repeat the operation. When the limit value is reached, the image search process ends and the image search result is output.
  • Steps S101 to S103 are related to the initialization step, and in the initialization step, the reference image R is input and the initial position l 0 is output.
  • step S101 the initial region prediction unit 110 downsamples the reference image R to a low resolution reference image R coarse . Downsampling of the reference image R may be performed using a scaling factor of 3.
  • Step 102 will be described in detail with reference to FIG.
  • FIG. 5 is a detailed view of the CNN in the initial region prediction unit 110.
  • the initial region prediction unit 110 uses three convolution layers that map the downsampled reference image R coarse to the feature vector f (R coarse ). Since the feature vector f (R coarse ) is obtained from the downsampled reference image R coarse , it effectively gives an indication of where the potentially interesting region is in a given reference image R. More specifically, the first convolution layer takes R coarse as an input and applies a maximum pooling layer of stride 2 following 32 2D convolution filters of size 7x7. Each of the second and third convolution layers consists of 32 2D convolution filters of the same size 3x3 followed by a maximum pooling layer of the same stride 2. Finally, there is a fully-connected (FC) layer that receives the output of the third convolution layer and produces a fixed-length feature vector of length 256.
  • FC fully-connected
  • step S103 linear projection is applied to the obtained feature vector f (R coarse) in step S102, the conversion length 256 feature vectors f a (R coarse) to the position vector of length 2.
  • the position vector is normalized to the range -1 to 1.
  • Steps S104 to S106 relate to the feature extraction step.
  • step S104 the image region is extracted from the reference image R at position l 0 represented by the position vector using the position vector of step S103.
  • FIG. 6 is a detailed view of the CNN in the first feature extraction unit 120 and the second feature extraction unit 130. Since the position l t is repeatedly determined by the control of the control unit 150, the number of repetitions is generally indicated as t in the following description. When the number of repetitions is 0, the initial position l 0 is used.
  • the first feature extraction unit 120 and the second feature extraction unit 130 map the query image Q and the extracted image region R (l t ) to the feature vectors f (Q) and f (R (l t )), respectively.
  • Conv-ReLU convolutional-rectified linear unit
  • GAP global average pooling
  • each convolution layer The specifications of each convolution layer are as follows: 1st layer: 32 2D convolution filters (filter: 7x7 and stride: 1x1), 2nd layer: 64 2D convolution filters (filter: 5x5 and stride: 1x1), 3rd layer: 128 2D convolution filters (filter: 3x3 and stride: 1x1), 4th layer: 256 2D convolution filters (filter: 1x1 and stride: 1x) 1), 5th layer: 128 2D convolution filters (filter: 1 ⁇ 1 and stride 1 ⁇ 1).
  • step S107 the first feature extraction unit 120 and the second feature acquired from the extraction unit 130 fixed length feature vector f (Q) and f (R (l t)) is of length 256 of a single Combined into a vector.
  • Step S108 ⁇ S110 relates localization step, the position specifying unit 140 includes the image feature vector f (Q) and f (R (l t)) , and the current position l t, the current state h t of LSTM Based on the three inputs, the LSTM predicts the next position l t + 1 in sequence.
  • step S108 the current position l t is first encoded by linear projection into a position vector having the same dimensions as the feature vector, and then processed in combination with the feature vector.
  • the combined vector, the current position l t, and the current hidden state h t are combined to form a single vector that is input to the LSTM.
  • the output of the positioning unit 140 is a fixed-length vector (256) of the next hidden state h t + 1 .
  • step S110 the next hidden state h t + 1 as a result of the LSTM is the expected value of the predicted position of the next region by linear projection.
  • step S111 the control unit 150 increases the number of repetitions t by 1, and repeats steps S104 and S106 to 110 until the maximum number of repetitions T is reached.
  • the position l t is output.
  • the maximum number of iterations T may be fixed at 6. Also, T may be determined adaptively.
  • the decision process is modeled as a partially observable Markov decision process (POMDP), and the learning can be performed by the reinforcement learning method.
  • POMDP partially observable Markov decision process
  • the policy gradient method is used to learn the neural network.
  • the policy is to decide how to select the next position to match.
  • the next position is the average value
  • the learning process starts with inputting learning data (query reference pair) into the initial area prediction unit 210.
  • the initial region prediction unit 210 outputs the initial position l 0 as described in steps S101 to S103.
  • steps S204 to S206 the first feature extraction unit 220 and the second feature extraction unit 230 extract the feature vector as described in steps S204 to S206.
  • steps S207-S210 a random stochastic process (Gaussian distribution) is applied to the output of the positioning unit 240 to produce a result (ie, the next predicted position l t ).
  • a random stochastic process Gaussian distribution
  • step S211 the learning unit 260 calculates the reward based on the accuracy of the predicted position l t . Further, in step S212, the learning unit 260 calculates the degree of similarity between the feature vector f (Q) and the feature vector f (R (l t )).
  • step S213 the learning unit 260 starts backpropagation to update the parameters of the neural network using the calculated reward and similarity.
  • the backpropagation bypasses the stochastic process of step S210 and updates the neural network parameters of the position specifying unit 240, the second feature extraction unit 230, the first feature extraction unit 220, and the initial region prediction unit 210.
  • the backpropagation of the neural network is considered to update the parameters of the neural network so that more rewards will be given in the future.
  • this learning method can learn together the feature amount of the image and the search path (that is, the order of the positions of the search targets) in a unified framework.
  • the learning method of the second embodiment is customized for an image search task and is designed to effectively learn image features for a similar search.
  • the entire model is made to be unsupervised, i.e., unlike the model above, no class label for learning is required.
  • the learning method will be explained in more detail below.
  • ⁇ f , ⁇ l ⁇ is a set parameter of the entire model
  • ⁇ f is a set parameter of the first feature extraction unit 220 and the second feature extraction unit 230
  • ⁇ l is the position identification. It is assumed that it is a set of parameters of part 240.
  • ⁇ f , ⁇ l , ⁇ i ⁇ may be defined
  • ⁇ i is a set of parameters of the initial region prediction unit 210. Reinforcement learning is used to adjust ⁇ .
  • l t is determined on condition of all past positions.
  • the strategy of this model can be expressed as a conditional distribution ⁇ (l t
  • r t is a reward function.
  • the reward function r t can be based on the success or failure of the search at the number of iterations t.
  • Whether or not the window accurately captures the position l g may be determined based on the IoU (intersection over union) between the window and the region R (l g ).
  • the expected value of the overall reward is given by the following equation (1).
  • the gradient of the expected reward at the number of repetitions t can be defined by the following equation (3).
  • equation (3) By exchanging the addition and the gradient in the equation (3) and multiplying and dividing by the policy, the equation (3) can be rewritten as the following equation (4).
  • the left side of equation (6) means that the parameter should be updated in the direction of the gradient of the reward function at the current position l t in order to increase the reward in the future. , It is the same as the direction to maximize the likelihood log ⁇ (l t
  • can be repeatedly updated in the direction of increasing gradient.
  • the feature vectors f (Q) and f (R (l t )) of the images extracted from the first feature extraction unit 220 and the second feature extraction unit 230 are f (Q) and f, respectively. It is used to measure the similarity with (R (l t )). For matching pairs, the distance between the two feature vectors should be small, and for unmatched pairs, the distance between the two feature vectors should be large.
  • the true label can be inferred directly from the reward given to each pair during the training of the neural network. If the reward is 1, the pair is treated as a match, otherwise it is treated as a mismatched pair. Therefore, the following loss functions (8) from the first feature extraction unit 220 and the second feature extraction unit 230, similar to the contrasting loss function of the widely used Siamese network (Siamese network). Is incorporated.
  • the first dataset is called "Translated MNIST" and each reference image is by placing a 28x28 number image (28x28 pixel image) at random positions on a 100x100 blank image. Generated. More specifically, the position coordinates are random numbers in the range from 0 to the size difference between the blank image and the numerical image. This range is set in order to avoid arranging a numerical image at the boundary position of the blank image.
  • the second dataset is called "Cluttered MNIST" and is used to evaluate the robustness of image search methods for complex backgrounds.
  • each reference image was generated by adding a random 9 ⁇ 9 sub-patch from another random number image to a random position in the Translated MNIST reference image. Specifically, first, an image of 28 ⁇ 28 numbers is randomly selected, then a partial image of 9 ⁇ 9 pixels of another number image is cut out at a random position, and finally, 9 ⁇ A partial image of 9 pixels was embedded at a randomly selected position in the 100 x 100 Translated MNIST reference image. The partial image was embedded so that it did not overlap the existing numeric image. The clutter was controlled by fixing the total number of partial images to be inserted.
  • the third dataset is called "Mixed MNIST”. Randomly selected 28x28 number images different from the target number image were placed at random positions in each Cluttered MNIST reference image. Similar to Translated MNIST, the position coordinates were chosen to avoid boundary positions and not overlap with existing numeric images.
  • each 100x100 image as a reference image, select a 28x28 query image with the same number as the target number image from the clean image master set centered on 10 numbers 0-9.
  • all query reference pairs were prepared for the above three types of MNIST datasets. According to MNIST standard intent, 10,000 query reference pairs were used for testing and 60,000 query reference pairs were used for learning.
  • Each pair was generated by considering the logo image in the dataset as a reference image and the just-cut logo with the same brand name as the query image as the query image. A total of 32 query images were generated for each logo. All reference images were resized to half their original size, and each query image was resized to the same size as the reference image logo.
  • the image search method was evaluated from the viewpoint of accuracy and speed.
  • a query image and a reference image were given, a prediction window corresponding to the area in the reference image was output, and this prediction window was used to evaluate the accuracy.
  • the image search is considered to be successful when the IOU (intersection over union) between the prediction window and the true value window is greater than 0.5 according to the same criteria as the object detection method.
  • the success rate is the ratio of the number of exact matching image pairs to all pairs.
  • the efficiency aspect was evaluated from the viewpoint of two indicators.
  • One is the number of windows evaluated and the other is the execution time required to process each query reference pair.
  • the execution time was determined by averaging the total time required to match the query reference pairs in the test set.
  • the image search method according to the example was evaluated in comparison with two existing image search methods, BBS (Non-Patent Document 2) and MTM (Non-Patent Document 8).
  • BBS Non-Patent Document 2
  • MTM Non-Patent Document 8
  • the model for the example was trained from the beginning using Adam with a batch size of 64 for MNIST and 1 for FlickrLogos-32.
  • the learning rate was kept in the range [10 -4 , 10 -3 ] by exponential decay.
  • the results of the MNIST dataset were repeated by 3 epochs and the results of FlickrLogos-32 were repeated by 45 epochs.
  • the hyperparameter ⁇ of the Gaussian distribution used to sample the next position was fixed at 0.22.
  • the margin of the hyperparameter of the contrast loss function was fixed at 0.2. If you set the margin too high, the network will only consider “mismatch”, and if you set the margin too low, the network will learn nothing about "mismatch", so there is a trade-off in margin selection. Exists. Appropriate margins were manually determined in this evaluation.
  • the neural network is approximated only by using the gradient stop function for passing the gradient directly to the neural network.
  • a loss function was used for training.
  • the parameters of the neural network have been updated so that the desired average value is output from the neural network.
  • FIGS. 8-10 For all datasets, the success rate, the number of windows evaluated and the execution time are shown in FIGS. 8-10, respectively.
  • “Joint-Training” is the result of an embodiment of the present invention.
  • a search path for identifying a query image according to an embodiment of the present invention is shown in FIG.
  • the success rate of the method of the example is the highest among all the image search methods.
  • the maximum gain of the embodiment is as high as 0.25 for BBS and 0.27 for MTM. This result clearly shows that the examples can learn the search path very accurately in the Translated MNIST dataset.
  • FIG. 9 the examples are clearly superior to BBS and MTM in terms of the total number of candidate windows evaluated to identify the query image.
  • the method of the embodiment evaluates only six candidate windows, while the other method evaluates thousands of windows.
  • the advantage of processing only a few windows is reflected in the execution time.
  • the execution time is not directly proportional to the number of windows processed, as each method has different computational requirements for each pixel. Nevertheless, the method of the example is as fast as or better than the other two methods, while having very good matching accuracy as shown in FIG.
  • the success rate of the method of the example is the highest among all the image search methods. This indicates that the method of the embodiment succeeds in learning the search path even when there is a clutter with a wide range of complex backgrounds.
  • the success rate of BBS is the lowest of the three methods. This is because the match between the query image and the candidate window in the BBS is evaluated according to the consistency of the pixel distribution, and when the pixel distribution in the (x, y, R, G, B) space is similar. This is because it is determined that the two windows are a matching pair.
  • This method is not effective in Cluttered MNIST and Mixed MNIST where noise can have the same distribution as the target image.
  • the method of the embodiment can accurately identify the query image for both Cluttered MNIST and Mixed MNIST with only eight candidate windows. Further, the method of the embodiment is as good as or better than that in terms of execution time as shown in FIG.
  • FIG. 8 shows that the method of the embodiment is superior to all other methods in terms of accuracy.
  • execution time as shown in FIG. 10
  • the gain of the method of the embodiment is larger than that of the MNIST dataset. This is because the size of the reference image is larger than that of MNIST, and the execution time of BBS and MTM is almost linear in the size of the reference image.
  • the execution time of the method of the embodiment depends only on the number of windows to be evaluated and is considerably smaller than the two reference methods, as shown in FIG. This shows that the method of the embodiment is more efficient when applied to more realistic and larger size images.
  • FIG. 11 shows a search path for identifying a query image. It can be seen that the method of the embodiment has an excellent ability to learn the search path.
  • the results in the MNIST dataset show that query images can be successfully identified with approximately the same number of evaluated candidate windows, even if the search level is difficult due to clutter. This is because the method of the embodiment learns the search path for matching and the effective features together.
  • the embodiments of the present invention address the problem of matching query images to regions within the reference image.
  • the method is based on a neural network (eg, a combination of CNN and LSTM) that sequentially outputs the next position towards the target region at each iteration count.
  • the embodiments of the present invention use the positioning section to determine where in the reference image the next region is to be extracted.
  • the embodiments of the present invention incorporate a technique based on reinforcement learning for predicting the next position. Therefore, it is possible to focus on the relevant area of the reference image, significantly reducing the number of windows (candidate areas) required to identify the query image, and faster, especially for large reference images. Brings image search.
  • the number of candidate windows processed to identify the query image can be determined because the search path and valid features can be learned together based on the similarity between the query image and the reference image. It can be significantly smaller than existing methods, resulting in faster image retrieval, especially for large reference images. Second, as can be seen from the evaluation results, the query image can be accurately identified even for the reference image having a clutter with a considerably complicated background.
  • FIG. 12 shows a hardware configuration example of each device (search device 100 or learning device 200) according to the embodiment of the present invention.
  • Each device may be a computer composed of a processor such as a CPU (Central Processing Unit) 151, a memory device 152 such as a RAM (Random Access Memory) or a ROM (Read Only Memory), and a storage device 153 such as a hard disk.
  • a processor such as a CPU (Central Processing Unit) 151
  • a memory device 152 such as a RAM (Random Access Memory) or a ROM (Read Only Memory)
  • a storage device 153 such as a hard disk.
  • the functions and processes of each device are realized by the CPU 151 executing data or a program stored in the storage device 153 or the memory device 152.
  • the information required for each device may be input from the input / output interface device 154, and the result obtained by each device may be output from the input / output interface device 154.
  • each device search device 100 or learning device 200
  • each device is described using a functional block diagram, but each device is described by hardware, software, or a combination thereof. It may be realized.
  • the examples of the present invention include a program for causing a computer to realize the functions of each device according to the embodiment of the present invention, a program for causing the computer to execute each procedure of the method according to the embodiment of the present invention, and the like. , May be realized.
  • each functional part may be used in combination as necessary.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Multimedia (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • Databases & Information Systems (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Medical Informatics (AREA)
  • Human Computer Interaction (AREA)
  • Image Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

クエリデータに一致する目標領域を求めてメディアデータを検索する検索装置は、第1の学習済みニューラルネットワークを用いて、前記クエリデータから第1の特徴ベクトルを抽出する第1の特徴抽出部と、前記メディアデータから第1の領域を取得し、第2の学習済みニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2の特徴抽出部と、第3の学習済みニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する位置特定部と、前記決定された目標領域の候補を、前記第2の特徴抽出部により用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2の特徴抽出部及び前記位置特定部の動作を繰り返す制御部とを有する。

Description

検索装置、学習装置、検索方法、学習方法及びプログラム
 本発明は、クエリデータに一致する目標領域を求めてメディアデータを検索するために用いることができる検索装置、学習装置、検索方法、学習方法及びプログラムに関する。
 画像キャプチャ技術の近年の進展によって、様々なフォーマットの大量の画像が世界中で日々利用可能になっている。さらに、これらの画像の量、複雑性、多様性及び次元も増加している。画像の増加に伴い、参照画像の中の多数の候補領域からクエリ画像に一致する目標領域を効率的且つ正確に見つけるための要求が増加している。これは、画像の位置合わせ、検証、トラッキング、ステレオ画像処理、圧縮、画像の繋ぎ合わせ及びレンダリングのような広範囲のアプリケーションにおける基本的な課題である。
 この課題を解決するための望ましい方法は、複雑背景(background clutter)、オクルージョン及び幾何学変換のような実世界のシナリオで発生する状況において正確な一致を見つけることができるように、十分にロバストな方法であることが望まれる。また、妥当な時間内に参照画像の中の多数の候補領域からクエリ画像を特定することができるように、十分に高速な方法であることが望まれる。
 スライディングウィンドウを用いた網羅的な検索方法は、十分な一致精度を提供する。しかし、網羅的な検索方法は、多数のウィンドウを評価する必要があるため、しばしば高コストとなる。既存の方法のほとんどは、最終的な結果に影響及ぼさないようなウィンドウ又は画素をスキップすることによって実行時間を減少させることを目的として、枝刈り(pruning)の概念を取り入れることによりこの問題を克服している。
 非特許文献1は、ウィンドウを1画素より多く適応的にスライドさせることにより、実行時間を減少させる。スライドの量についての判断は、パターンにおける特徴量毎に定義されたランク(rank)に基づく。非特許文献2は、画素のペアの部分集合(通常では小さい部分集合)を用いることで、複雑背景に対する頑健性と高速性を担保する方法を提案している。非特許文献3は、幾何変換と距離近似法及び分岐限定法(branch-and-bound search)のランダムなサンプリングを組み合わせることにより、検索処理を高速化している。非特許文献4は、主成分方向の差分特徴量(principal orientation difference features)に基づいて一致しない位置をスキップすることにより、計算コストを減少させている。
Pele O, Werman M, "Accelerating pattern matching or how much can you slide?", In Asian Conference on Computer Vision, 2007 Nov. 18 (pp. 435-446), Springer, Berlin, Heidelberg. Dekel T, Oron S, Rubinstein M, Avidan S, Freeman WT, "Best-buddies similarity for robust template matching", In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2015 (pp. 2021-2029). Korman S, Reichman D, Tsur G, Avidan S, "Fast-match: Fast affine template matching", In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2013 (pp. 2331-2338). Jiao J, Wang X, Deng Z, Cao J, Tang W, "A fast template matching algorithm based on principal orientation difference", International Journal of Advanced Robotic Systems, 2018 May 25; 15(3):1729881418778223. Ba J, Mnih V, Kavukcuoglu K, "Multiple object recognition with visual attention", arXiv preprint arXiv:1412.7755, 2014 Dec. 24. Ablavatski A, Lu S, Cai J, "Enriched deep recurrent visual attention model for multiple object recognition", In Applications of Computer Vision (WACV), 2017 IEEE Winter Conference on, 2017 Mar. 24 (pp. 971-978). Mnih V, Heess N, Graves A, "Recurrent models of visual attention", In Advances in neural information processing systems, 2014 (pp. 2204-2212). Hel-Or Y, Hel-Or H, David E, "Fast template matching in non-linear tone-mapped images", In Computer Vision (ICCV), 2011 IEEE International Conference on, 2011 Nov. 6 (pp. 1355-1362).
 上記の非特許文献1~4に記載の枝刈りに基づく画像検索方法は、クエリ画像に一致する目標領域を特定するために、依然として多数のウィンドウ又は画像を評価する必要があり、これは全体の検索処理を非効率にしている。
 さらに、上記の方法は、目標領域を特定しつつ、目標領域を特定するための検索パス(すなわち、評価対象のウィンドウ又は画素の順序)を最適化することを考慮していない。したがって、上記の方法は、例えば、複雑背景、オクルージョン、幾何学変換等に対してロバストではない。
 評価対象のウィンドウ又は画素のような候補領域の数を減少させることは、画像検索用途だけでなく、動画像や音響信号のようなメディアデータを扱う他の用途においても望まれる。
 本発明は、上記の課題に鑑みてなされたものであり、本発明は、メディアデータにおける評価対象の候補領域の数を減少させ、メディアデータからクエリデータに一致する目標領域をより効率的に見つけることができる検索装置、学習装置、検索方法、学習方法及びプログラムを提供することを目的とする。
 本発明の一形態は、クエリデータに一致する目標領域を求めてメディアデータを検索する検索装置を提供し、当該検索装置は、
 第1の学習済みニューラルネットワークを用いて、前記クエリデータから第1の特徴ベクトルを抽出する第1の特徴抽出部と、
 前記メディアデータから第1の領域を取得し、第2の学習済みニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2の特徴抽出部と、
 第3の学習済みニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する位置特定部と、
 前記決定された目標領域の候補を、前記第2の特徴抽出部により用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2の特徴抽出部及び前記位置特定部の動作を繰り返す制御部と、
 を有する。
 本発明の他の形態は、クエリデータに一致する目標領域を求めてメディアデータを検索するために用いられるニューラルネットワークを学習する学習装置を提供し、当該学習装置は、
 第1のニューラルネットワークを用いて、学習用クエリデータから第1の特徴ベクトルを抽出する第1の特徴抽出部と、
 学習用メディアデータから第1の領域を取得し、第2のニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2の特徴抽出部と、
 第3のニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する位置特定部と、
 前記決定された目標領域の候補を、前記第2の特徴抽出部により用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2の特徴抽出部及び前記位置特定部の動作を繰り返す制御部と、
 前記位置特定部により決定された前記目標領域の候補が、前記目標領域を捉えたか否かを判定し、当該判定結果に基づいて、前記第1のニューラルネットワーク、前記第2のニューラルネットワーク及び前記第3のニューラルネットワークのパラメータを更新する学習部と、
 を有する。
 本発明の他の形態は、クエリデータに一致する目標領域を求めてメディアデータを検索する検索装置により使用される検索方法を提供し、当該検索方法は、
 第1の学習済みニューラルネットワークを用いて、前記クエリデータから第1の特徴ベクトルを抽出する第1のステップと、
 前記メディアデータから第1の領域を取得し、第2の学習済みニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2のステップと、
 第3の学習済みニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する第3のステップと、
 前記決定された目標領域の候補を、前記第2のステップにより用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2のステップ及び前記第3のステップを繰り返す第4のステップと、
 を有する。
 本発明の他の形態は、クエリデータに一致する目標領域を求めてメディアデータを検索するために用いられるニューラルネットワークを学習する学習装置により使用される学習方法を提供し、当該学習方法は、
 第1のニューラルネットワークを用いて、学習用クエリデータから第1の特徴ベクトルを抽出する第1のステップと、
 学習用メディアデータから第1の領域を取得し、第2のニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2のステップと、
 第3のニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する第3のステップと、
 前記決定された目標領域の候補を、前記第2のステップにより用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2のステップ及び前記第3のステップを繰り返す第4のステップと、
 前記目標領域の候補が、前記目標領域を捉えたか否かを判定し、当該判定結果に基づいて、前記第1のニューラルネットワーク、前記第2のニューラルネットワーク及び前記第3のニューラルネットワークのパラメータを更新する第5のステップと、
 を有する。
 本発明の他の形態は、上記の検索装置又は学習装置としてコンピュータを機能させるプログラムを提供する。
 本発明によれば、メディアデータにおける評価対象の候補領域の数を減少させ、メディアデータからクエリデータに一致する目標領域をより効率的に見つけることが可能になる。
本発明の第1の実施例に係る検索装置の機能構成を示す図である。 本発明の第1の実施例に係る学習装置の機能構成を示す図である。 本発明の第2の実施例に係る検索装置の概念図である。 本発明の第2の実施例に係る画像検索方法のフローチャートである。 初期領域予測部におけるCNNの詳細図である。 第1の特徴抽出部及び第2の特徴抽出部におけるCNNの詳細図である。 本発明の第2の実施例に係る学習方法のフローチャートである。 画像検索成功率を示す表である。 クエリ画像を特定するために評価されたウィンドウの数を示す表である。 クエリ画像を特定するための平均実行時間を示す表である。 クエリ画像を特定するための検索パスを示す図である。 本発明の実施例に係る各装置のハードウェア構成例を示す図である。
 本発明の実施例について図面を参照して以下に説明する。
 <第1の実施例>
 第1の実施例では、クエリデータに一致する目標領域(以下、「目標ウィンドウ」とも呼ばれる)を求めてメディアデータを検索する検索装置の全体構成について説明する。例えば、メディアデータ及びクエリデータは、それぞれ、静止画像、動画像、音響信号又は他のデータである。検索装置は、メディアデータの中の複数の目標領域の候補(以下、「候補領域」又は「候補ウィンドウ」とも呼ばれる)からクエリデータに一致する目標領域を見つけるために、学習装置により学習されたモデル(具体的には、ニューラルネットワーク)を用いる。具体的には、検索装置は、学習済みモデルを用いることにより、クエリデータと候補領域とを繰り返し比較し、候補領域がクエリデータに一致するか否かを判断することによって、目標領域を見つける。モデルは、評価対象の候補領域を減少させるように学習されているため、検索装置は、より少ない数の候補領域で目標領域を見つけることができる。
 第1の実施例では、検索装置により使用されるモデルを学習する学習装置について更に説明する。学習装置は、検索装置と異なってもよく、検索装置と同じでもよい。以下の説明では、学習装置が検索装置と異なる装置であると仮定する。
 [検索装置]
 図1は、本発明の第1の実施例に係る検索装置100の機能構成を示す図である。検索装置100の目的は、メディアデータRの中の特定の位置lgに存在する、クエリデータQによって表される目標領域を特定することである。位置lgは領域の中心でもよく、領域の角でもよく、領域を定義するために用いることができる他の位置でもよい。メディアデータRが静止画像である場合、位置lgはxy画像座標により表すことができる。メディアデータRが動画像である場合、位置lgはタイムスタンプ(又はフレームインデックス)により表すことができる。この場合、位置lgは時間フレームのxy画像座標を含んでもよい。メディアデータRが音響信号である場合、位置lgはタイムスタンプにより表すことができる。検索装置100は、ウィンドウサイズ、方向又は上記のいずれかの組み合わせ等のように、目標領域を定義するために用いられる他の種類の情報を決定してもよい。
 検索装置100は、クエリデータQとメディアデータRの中の候補領域とを繰り返し比較し、候補領域がクエリデータQに一致するか否かを判断する。位置lにおけるメディアデータRの領域をR(l)と表すとすると、目標領域はR(lg)により表すことができる。また、繰り返し回数tにおける評価対象の候補領域はR(lt)により表す。以下に説明するように、検索装置100は、より小さい繰り返し回数Tで目標領域が位置特定できるように、学習済みモデルを用いて検索パス{lt}t=0 T(すなわち、候補領域の位置の順序)を決定する。ただし、Tは最大繰り返し回数である。
 検索装置100は、第1の特徴抽出部120と、第2の特徴抽出部130と、位置特定部140と、制御部150とを含む。検索装置100は、初期領域予測部110を更に含んでもよい。
 初期領域予測部110は、メディアデータRを入力とし、評価対象の初期領域R(l0)又はその位置l0を出力とするニューラルネットワークである。ニューラルネットワークは畳み込みニューラルネットワーク(CNN:convolutional neural network)でもよく、他のニューラルネットワークでもよい。音響信号の場合、再帰型ニューラルネットワーク(RNN:recurrent neural network)又は長短期記憶ネットワーク(LSTM:long-short term memory)が用いられてもよい。初期領域予測部110は、メディアデータRをダウンサンプリング後のメディアデータRcoarseにダウンサンプリングし、ダウンサンプリング後のメディアデータRcoarseに基づいて初期領域R(l0)を取得する。初期領域R(l0)は初期位置l0においてメディアデータから抽出される領域であり、初期位置l0はダウンサンプリング後のメディアデータRcoarseの特徴量を位置ベクトルに線形射影することにより取得されてもよい。初期領域R(l0)は、第2の特徴抽出部130により評価される最初の候補領域である。
 なお、初期領域予測部110は検索装置100に含まれなくてもよく、初期位置l0は任意に決定されてもよい。
 第1の特徴抽出部120は、クエリデータQを入力とし、クエリデータQの特徴ベクトルf(Q)を出力とするニューラルネットワークである。ニューラルネットワークはCNNでもよく、他のニューラルネットワークでもよい。音響信号の場合、RNN又はLSTMが用いられてもよい。第1の特徴抽出部120は、クエリデータQから特徴ベクトルf(Q)を抽出する。
 第2の特徴抽出部130は、メディアデータR及び候補領域R(lt)又はその位置lt(t=0の場合には初期領域R(l0)又はその位置l0)を入力とし、メディアデータRの候補領域の特徴ベクトルf(R(lt))を出力とするニューラルネットワークである。位置ltが第2の特徴抽出部130に入力された場合、第2の特徴抽出部130は、メディアデータRから位置ltにおける候補領域R(lt)を抽出する。第2の特徴抽出部130のニューラルネットワークは、第1の特徴抽出部120のニューラルネットワークと同じであり、第1の特徴抽出部120のニューラルネットワークと同じパラメータを共有する。例えば、双方のニューラルネットワークがCNNである場合、フィルタのサイズ、ストライド等のような同じパラメータを用いる。第2の特徴抽出部130は、候補領域R(lt)を取得し、候補領域R(lt)から特徴ベクトルf(R(lt))を抽出する。第2の特徴抽出部130のニューラルネットワークは第1の特徴抽出部120のニューラルネットワークと同じパラメータを共有するため、候補領域R(lt)のサイズは、クエリデータQのサイズと同じである必要がある。
 位置特定部140は、特徴ベクトルf(Q)、特徴ベクトルf(R(lt))及び候補領域R(lt)又はその位置lt(t=0の場合には初期領域R(l0)又はその位置l0)を入力とし、次の候補領域R(lt+1)又はその位置lt+1(t<T)、或いは最終結果(t=Tの場合の候補領域R(lT)又はその位置lT、或いはクエリデータQに一致する目標領域又はその位置)を出力するニューラルネットワークである。位置特定部140のニューラルネットワークはLSTMでもよく、他のニューラルネットワークでもよい。位置特定部140は、特徴ベクトルf(Q)と、特徴ベクトルf(R(lt))と、候補領域R(lt)又はその位置ltとに基づいて、次の候補領域R(lt+1)を決定する。より具体的には、位置特定部140は、特徴ベクトルf(Q)と特徴ベクトルf(R(lt))とを単一のベクトルに結合し、その後、結合されたベクトルと、現在の候補領域R(lt)又はその位置ltと、位置特定部140の現在の内部状態(「隠れ状態」とも呼ばれる)とに基づいて、次の候補位置R(lt+1)又はその位置lt+1を決定する。以下に説明するように、最大繰り返し回数Tで制御部150が繰り返しを終了した場合、位置特定部140は、候補領域R(lT)又はその位置lTを出力する。また、候補領域R(lt)がクエリデータQに一致した場合、位置特定部140は、候補領域R(lT)がクエリデータQに一致する目標領域であると判断し、目標領域又はその位置を出力する。
 制御部150は、次の候補領域R(lt+1)又はその位置lt+1、或いは最終結果を入力とし、繰り返しを終了するか否かを判断する処理部である。制御部150は、次の候補領域R(lt+1)又はその位置lt+1を第2の特徴抽出部130に入力し、所定の条件が満たされるまで、第2の特徴抽出部130及び位置特定部140の動作を繰り返す。例えば、制御部150は、繰り返し毎に繰り返し回数を1だけ増加させ、繰り返し回数tが所定の制限値Tになった場合、繰り返しを終了する。また、例えば、制御部150は、位置特定部140によって、候補領域R(lt))がクエリデータに一致する目標領域であると判断された場合、繰り返しを終了してもよい。
 以下に説明するように、第1の特徴抽出部120、第2の特徴抽出部130及び位置特定部140(及び初期領域予測部110が含まれる場合には初期領域予測部110)のニューラルネットワークは、学習用クエリデータ及び学習用メディアデータを用いて学習されている。学習用クエリデータが第1の特徴抽出部120に入力され、学習用メディアデータが第2の特徴抽出部130(又は初期領域予測部110が含まれる場合には初期領域予測部110)に入力された場合、ニューラルネットワークのパラメータは、位置特定部140により決定された候補領域R(lt+1)が目標領域を捉えたか否かを判定した結果に基づいて学習されている。また、ニューラルネットワークは、第1の特徴抽出部120により抽出された特徴ベクトルf(Q)と、第2の特徴抽出部130により抽出された特徴ベクトルf(R(lt))との類似度が大きくなるように学習されている。
 [学習装置]
 図2は、本発明の第1の実施例に係る学習装置200の機能構成を示す図である。学習装置200の目的は、目標領域を特定しつつ、より小さい繰り返し回数Tで検索パス{lt}t=0 Tを決定することである。
 学習装置200は、第1の特徴抽出部220と、第2の特徴抽出部230と、位置特定部240と、制御部250と、学習部260とを含む。学習装置200は、初期領域予測部210を更に含んでもよい。初期領域予測部210、第1の特徴抽出部220、第2の特徴抽出部230、位置特定部240及び制御部250は、検索装置100における初期領域予測部110、第1の特徴抽出部120、第2の特徴抽出部130、位置特定部140及び制御部150とそれぞれ同じである。
 学習装置200は、入力として学習用メディアデータR及び学習用クエリデータQを含む学習用データ(「クエリ参照ペア」とも呼ばれる)を用いる。学習用クエリデータQは学習用メディアデータRの一部でもよく、学習用メディアデータRの一部に類似したデータでもよい。学習用メディアデータRの中の学習用クエリデータQの正確な位置は必ずしも与えられる必要はない。
 入力として学習用メディアデータR及び学習用クエリデータQを用いることにより、特徴ベクトルf(Q)が第1の特徴抽出部220により取得でき、特徴ベクトルf((R(lt))が第2の特徴抽出部230により取得でき、次の候補領域R(lt+1)又はその位置lt+1、或いは最終結果が位置特定部240により取得できる。
 学習部260は、特徴ベクトルf(Q)、特徴ベクトルf((R(lt))及び次の候補領域R(lt+1)又はその位置lt+1、或いは最終結果を入力とし、第1の特徴抽出部220、第2の特徴抽出部230及び位置特定部240(及び初期領域予測部210が含まれる場合には初期領域予測部210)のニューラルネットワークのパラメータを出力する処理部である。学習部260は、位置特定部240により決定された候補領域R(lt+1)が目標領域を捉えたか否かを判定した結果に基づいて、ニューラルネットワークのパラメータを更新する。また、学習部260は、特徴ベクトルf(Q)と特徴ベクトルf((R(lt))との類似度を計算し、特徴ベクトルf(Q)と特徴ベクトルf((R(lt))との類似度に基づいて、ニューラルネットワークのパラメータを更新する。さらに、学習部260は、位置の系列{lτ}τ=1 t-1を用いて報酬(reward)を計算し、報酬に基づいてニューラルネットワークのパラメータを更新してもよい。
 <第2の実施例>
 第2の実施例では、第1の実施例の概念を用いた画像検索方法について説明する。第2の実施例では、メディアデータは参照画像Rであり、クエリデータはクエリ画像Qである。
 [検索装置]
 図3は、第2の実施例に係る検索装置100の概念図である。
 初期領域予測部110において、参照画像Rは、低解像度の参照画像Rcoarseにダウンサンプリングされ、特徴ベクトルf(Rcoarse)がCNNによって低解像度の参照画像Rcoarseから抽出され、特徴ベクトルf(Rcoarse)が位置l0に線形射影される。
 第1の特徴抽出部120において、画像特徴量を表す特徴ベクトルf(Q)はCNNによってクエリ画像Qから抽出される。第2の特徴抽出部130において、画像特徴量を表す特徴ベクトルf(R(l0))はCNNによって位置l0における参照画像Rから抽出される。
 そして、位置特定部140において、現在位置l0が特徴ベクトルf(Rcoarse)又はf(R(l0))と同じ次元を有する位置ベクトルに線形射影され、次の隠れ状態が、特徴ベクトルf(Rcoarse)及びf(R(l0))の組み合わせと、位置特定部140の現在の隠れ状態と、位置ベクトルとに基づいてLSTMによって決定され、次の隠れ状態が次の位置l1に線形射影される。
 そして、次の位置l1が与えられると、制御部150(図3に図示せず)は、繰り返し回数が所定の制限値Tになるまで、第2の特徴抽出部130及び位置特定部140の動作を繰り返す。制限値になった場合、画像検索処理は終了し、画像検索結果が出力される。
 以下、検索装置100により実行される画像検索方法の各ステップについて、図4を参照して詳細に説明する。
 ステップS101~S103は初期化ステップに関し、初期化ステップでは、参照画像Rを入力とし、初期位置l0を出力する。
 ステップS101において、初期領域予測部110は、参照画像Rを低解像度の参照画像Rcoarseにダウンサンプリングする。参照画像Rのダウンサンプリングは、3のスケーリング係数を用いて行われてもよい。
 ステップ102については、図5を参照して詳細に説明する。図5は、初期領域予測部110におけるCNNの詳細図である。
 初期領域予測部110は、ダウンサンプリング後の参照画像Rcoarseを特徴ベクトルf(Rcoarse)にマッピングする3つの畳み込み層を使用する。特徴ベクトルf(Rcoarse)はダウンサンプリング後の参照画像Rcoarseから取得されるため、所与の参照画像Rの中で潜在的に関心のある領域がどこにあるかという示唆を効果的に与える。より具体的には、第1の畳み込み層は、Rcoarseを入力とし、サイズ7×7の32個の2D畳み込みフィルタに続いて、ストライド2の最大プーリング層を適用する。第2及び第3の畳み込み層のそれぞれは、同じサイズ3×3の32個の2D畳み込みフィルタに続いて、同じストライド2の最大プーリング層で構成される。最後に、第3の畳み込み層の出力を受け取り、長さ256の固定長の特徴ベクトルを生成する全結合(FC:fully-connected)層が存在する。
 ステップS103において、ステップS102において取得された特徴ベクトルf(Rcoarse)に線形射影が適用され、長さ256の特徴ベクトルf(Rcoarse)を長さ2の位置ベクトルに変換する。さらに、位置ベクトルは-1から1の範囲に正規化される。
 ステップS104~S106は特徴抽出ステップに関する。
 ステップS104において、ステップS103の位置ベクトルを用いて、当該位置ベクトルにより表される位置l0において画像領域が参照画像Rから抽出される。
 ステップS105及びS106については、図6を参照して詳細に説明する。図6は、第1の特徴抽出部120及び第2の特徴抽出部130におけるCNNの詳細図である。位置ltは制御部150の制御で繰り返し決定されるため、以下の説明において、一般的に繰り返し回数をtとして示す。なお、繰り返し回数が0であるときに、初期位置l0が用いられる。
 第1の特徴抽出部120及び第2の特徴抽出部130は、クエリ画像Q及び抽出された画像領域R(lt)をそれぞれ特徴ベクトルf(Q)及びf(R(lt))にマッピングする5個の畳み込み層を使用する。より具体的には、第1の特徴抽出部120及び第2の特徴抽出部130は、一連の5つの畳み込み正規化線形ユニット(Conv-ReLU:convolutional-rectified linear unit)層(2D畳み込みの後のReLU活性化)に続いて、大域的平均プーリング(GAP:global average pooling)層を有するように設計された、同じパラメータを有するCNNである。これは全層畳み込み(fully-convolutional)であり、全結合層を有さない。この構成の利点は、任意のサイズの入力画像から同じ長さ(128)の特徴ベクトルを抽出することができることにある。各畳み込み層の仕様は、第1層:32個の2D畳み込みフィルタ(フィルタ:7×7及びストライド:1×1)、第2層:64個の2D畳み込みフィルタ(フィルタ:5×5及びストライド:1×1)、第3層:128個の2D畳み込みフィルタ(フィルタ:3×3及びストライド:1×1)、第4層:256個の2D畳み込みフィルタ(フィルタ:1×1及びストライド:1×1)、第5層:128個の2D畳み込みフィルタ(フィルタ:1×1及びストライド1×1)である。
 ステップS107において、第1の特徴抽出部120及び第2の特徴抽出部130から取得された固定長の特徴ベクトルf(Q)及びf(R(lt))は、長さ256の単一のベクトルに結合される。
 ステップS108~S110は位置特定ステップに関し、位置特定部140は、画像の特徴ベクトルf(Q)及びf(R(lt))と、現在位置ltと、LSTMの現在状態htとを含む3つの入力に基づいて、LSTMによって次の位置lt+1を順に予測する。
 位置ltは特徴ベクトル(256)に比べて次元が低いため(2Dであるため)、結果のベクトルは特徴ベクトルの要素に支配され、有用な位置情報を取得することが困難になる。これを回避するため、ステップS108において、まず、現在位置ltは、線形射影によって特徴ベクトルと同じ次元を有する位置ベクトルに符号化され、次に、特徴ベクトルと組み合わせて処理される。
 ステップS109において、t=0の場合、LSTMの初期の隠れ状態h0は、ステップS101において取得されたダウダンプリング後の低解像度の参照画像の特徴ベクトルf(Rcoarse)により決定される。次に、結合されたベクトルと、現在位置ltと、現在の隠れ状態htとを含む3つの入力が組み合わされ、単一のベクトルを形成してLSTMに入力される。位置特定部140の出力は、次の隠れ状態ht+1の固定長のベクトル(256)である。
 ステップS110において、LSTMの結果の次の隠れ状態ht+1は、線形射影により次の領域の予測位置の期待値
Figure JPOXMLDOC01-appb-M000001
に変換される。次の領域の位置lt+1が実際にはガウス分布に従う確率変数であり、
Figure JPOXMLDOC01-appb-M000002
が平均ベクトルとなることを仮定する。具体的には、lt+1
Figure JPOXMLDOC01-appb-M000003
として、分布
Figure JPOXMLDOC01-appb-M000004
からのサンプルとして取得される。ただし、Iは単位行列であり、λはネットワークのハイパーパラメータである。
 次にステップS111において、制御部150は繰り返し回数tを1だけ増加させ、最大繰り返し回数Tになるまで、ステップS104及びS106~110を繰り返す。最大繰り返し回数Tになった場合、位置ltが出力される。簡単にするため、最大繰り返し回数Tは6に固定されてもよい。また、Tは適応的に決定されてもよい。
 [学習装置]
 以下、学習装置200により実行される学習方法の各ステップについて、図7を参照して詳細に説明する。
 目標領域は順に特定されるため(すなわち、現在の決定は全ての過去の決定に依存して行われるため)、各繰り返し回数における決定は独立して評価できない。したがって、サンプルが独立同分布であると仮定する一般的な教師あり学習法又は教師なし学習法は適用できない。過去の決定における依存性に対処するために、決定過程は部分可観測マルコフ決定過程(POMDP:partially observable Markov decision process)としてモデル化され、学習は強化学習方式で行うことができる。具体的には、ニューラルネットワークを学習するために、方策勾配法が用いられる。
 この問題では、方策(policy)は、マッチングさせる次の位置をどのように選択するかを決定することである。この問題を解決するために、次の位置が平均値
Figure JPOXMLDOC01-appb-M000005
及び標準偏差λのガウス分布に従う確率変数であると仮定する。また、平均値
Figure JPOXMLDOC01-appb-M000006
のみが学習対象であり、λはハイパーパラメータであると仮定する。
 学習処理は、学習用データ(クエリ参照ペア)を初期領域予測部210に入力することから始まる。
 ステップS201~S203において、初期領域予測部210は、ステップS101~S103において説明したように、初期位置l0を出力する。
 ステップS204~S206において、第1の特徴抽出部220及び第2の特徴抽出部230は、ステップS204~S206において説明したように、特徴ベクトルを抽出する。
 ステップS207~S210において、ランダムな確率過程(ガウス分布)が位置特定部240の出力に適用され、結果(すなわち、次の予測位置lt)を生成する。
 ステップS211において、学習部260は、予測位置ltの精度に基づいて報酬を計算する。さらに、ステップS212において、学習部260は、特徴ベクトルf(Q)と特徴ベクトルf(R(lt))との類似度を計算する。
 ステップS213において、計算された報酬及び類似度を用いて、学習部260は、ニューラルネットワークのパラメータを更新するためにバックプロパゲーションを開始する。バックプロパゲーションはステップS210の確率過程を迂回し、位置特定部240、第2の特徴抽出部230、第1の特徴抽出部220及び初期領域予測部210のニューラルネットワークのパラメータを更新する。
 概念的には、ニューラルネットワークのバックプロパゲーションは、より多くの報酬が将来的に与えられるよう、ニューラルネットワークのパラメータが更新されると考えられる。
 要するに、この学習方法は、画像の特徴量と検索パス(すなわち、検索対象の位置の順序)とを統一した枠組みで一緒に学習することができる。非特許文献5、非特許文献6及び非特許文献7において提案されているように、いくつかの再帰型アテンションモデル(recurrent attention model)が存在する。これらの非特許文献とは異なり、第2の実施例の学習方法は、画像検索タスクにカスタマイズされており、類似検索のための画像特徴量を効果的に学習するように設計されている。さらに、全体のモデルは教師なしで学習できるようにされており、すなわち、上記のモデルとは異なり、学習用のクラスラベルは必要とされない。
 以下、学習方法について詳細に更に説明する。
 Θ={θfl}が全体のモデルの一式のパラメータであり、θfが第1の特徴抽出部220及び第2の特徴抽出部230の一式のパラメータであり、θlが位置特定部240の一式のパラメータであると仮定する。或いは、Θ={θfli}が定義されてもよく、θiは初期領域予測部210の一式のパラメータである。Θを調整するために、強化学習が用いられる。
 上記のように位置ltは順に決定されるため、ltは全ての過去の位置を条件として決定される。表記を簡潔にするために、st-1={{lτ}τ=1 t-1,Q,R}と定義する。このモデルの方策は、条件付分布π(lt|st-1;Θ)として表すことができる。学習の目的は、Θに関して報酬R=Σt=1 Trtを最大化することである。ただし、rtは報酬関数である。一般的には、報酬関数rtは、繰り返し回数tにおける検索の成功又は失敗に基づくものとすることができる。すなわち、繰り返し回数tにおけるウィンドウが位置lgを正確に捉えた場合、rt=1であり、そうでない場合にはrt=0である。ウィンドウが位置lgを正確に捉えるか否かは、ウィンドウと領域R(lg)とのIoU(intersection over union)に基づいて決定されてもよい。全体の報酬の期待値は以下の式(1)として与えられる。このように、学習においては、目標位置の候補である繰り返し回数tにおけるウィンドウが目標位置である位置ltを正確に捉えたか否か、言い換えれば目標位置の候補である繰り返し回数tにおけるウィンドウが目標位置である位置ltと整合するか否かに基づいて、学習のパラメータを決定する。
Figure JPOXMLDOC01-appb-M000007
だたし、p(sT;Θ)は、方策πに依存するsTの確率分布である。上記の期待値の定義を用いることにより、位置ltに対する全体の期待報酬は以下の式(2)のように書き直すことができる。
Figure JPOXMLDOC01-appb-M000008
 繰り返し回数tにおける期待報酬の勾配は以下の式(3)のように定義できる。
Figure JPOXMLDOC01-appb-M000009
 式(3)における加算と勾配とを入れ替え、方策で乗算及び除算することにより、式(3)は以下の式(4)のように書き直すことができる。
Figure JPOXMLDOC01-appb-M000010
 以下の式(5)及び(6)は、
Figure JPOXMLDOC01-appb-M000011
であるという事実を単に使用することにより、式(4)から導かれる。
Figure JPOXMLDOC01-appb-M000012
 式(6)の左辺は、将来的に報酬を高くするために、現在位置ltにおいてパラメータが報酬関数の勾配の方向に更新されるべきであることを意味しており、この勾配の方向は、報酬Rを用いて位置ltの尤度logπ(lt|st-1;Θ)を最大化する方向(式(6)の右辺)と同じである。
 Θに関する勾配の計算は簡単ではないが、モンテカルロ法と同様に、方策から{lt;st-1}t=1 Tの系列をサンプリングすることにより近似的に計算することができ、以下の式(7)のようになる。
Figure JPOXMLDOC01-appb-M000013
ただし、Mはサンプル系列の数である。式(7)を用いることにより、Θは勾配が上昇する方向に繰り返し更新できる。
 強化学習のみでのモデルの学習は、しばしば予測結果を不安定にする。したがって、第2の実施例では、学習処理の安定性を向上させるために、他のロス関数が取り入れられる。具体的には、第1の特徴抽出部220及び第2の特徴抽出部230からそれぞれ抽出された画像の特徴ベクトルf(Q)及びf(R(lt))が、f(Q)とf(R(lt))との類似度を測定するために用いられる。一致するペアの場合、2つの特徴ベクトルの距離は小さくなり、不一致のペアの場合、2つの特徴ベクトルの距離は大きくなるはずである。
 一致するペア及び不一致のペアについての真値ラベルを取得するために、教師ありの情報を用いる必要はない。真値ラベルは、ニューラルネットワークの学習中にそれぞれのペアに対して与えられる報酬から直接的に推測できる。報酬が1である場合、ペアは一致し、そうでない場合、不一致のペアであるとして扱われる。このため、広く用いられているシャムネットワーク(Siamese network)の対比ロス関数(contrastive loss function)と同様に、第1の特徴抽出部220及び第2の特徴抽出部230から以下のロス関数(8)が取り入れられる。
Figure JPOXMLDOC01-appb-M000014
 ただし、d=||f(Q)-f(R(lt))||であり、mはマージンである。これはθfに関して区分的微分可能であるため、勾配降下によって最適化できる。
 <評価結果>
 本発明の実施例に記載の画像検索方法を評価するために、MNIST(http://yann.lecun.com/exdb/mnist/)及びFlickrLogos-32(http://www.multimedia-computing.de/flickrlogos/)という2つのベンチマーク用データセットを用いた。
 [データセット]
 MNISTに関して、3つのデータセットをMNISTデータセットに基づいて生成した。第1のデータセットは「Translated MNIST」と呼ばれ、各参照画像は、28×28の数字の画像(28×28画素の画像)を100×100のブランク画像のランダムな位置に配置することにより生成された。より具体的には、位置座標は、0からブランク画像と数字の画像とのサイズ差までの範囲内の乱数である。この範囲は、ブランク画像の境界位置に数字の画像を配置することを回避するために設定されたものである。
 第2のデータセットは「Cluttered MNIST」と呼ばれ、複雑背景に関して画像検索方法のロバスト性を評価するために用いられるものである。ここで、各参照画像は、他のランダムな数字の画像からのランダムな9×9の部分画像(sub-patch)を、Translated MNIST参照画像のランダムな位置に追加することにより生成された。具体的には、まず、28×28の数字の画像がランダムに選択され、次に、他の数字の画像の9×9の画素の部分画像がランダムな位置で切り取られ、最後に、9×9の画素の部分画像が100×100のTranslated MNIST参照画像のランダムに選択された位置に埋め込まれた。部分画像は、既存の数字の画像に重ならないように埋め込まれた。クラッターは、挿入される部分画像の総数を固定することで制御された。
 第3のデータセットは「Mixed MNIST」と呼ばれる。目標の数字の画像とは異なるランダムに選択された28×28の数字の画像が、各Cluttered MNIST参照画像のランダムな位置に配置された。Translated MNISTと同様に、位置座標は、境界位置を回避し、且つ、既存の数字の画像と重ならないように選択された。
 それぞれの100×100の画像を参照画像とし、0~9の10個の数字が中心にあるクリーンな画像のマスターセットから、目標の数字の画像と同じ数字を有する28×28のクエリ画像を選択することにより、上記の3種類のMNISTに関するデータセットについて全てのクエリ参照ペアが用意された。MNISTの標準的な意図に従って、テスト用に10,000個のクエリ参照ペアが用いられ、学習用に60,000個のクエリ参照ペアが用いられた。
 FlickrLogos-32に関して、このデータセットは、元々は8,240個の画像で構成されており、学習用セットの320個のロゴ画像と、検証セットの3,260個の画像(3,000個の非ロゴ画像)と、テストセットの3,960個の画像(3,000個の非ロゴ画像)と分けられる。ここで、ロゴ毎に70個の画像を有する32個の異なるロゴのロゴ画像(2,240個)のみを検討した。学習用セット及びテストセットは、それぞれ2,000個及び240個のクエリ参照ペアで構成された。
 各ペアは、データセット内のロゴ画像を参照画像として考え、クエリ画像と同じブランド名のちょうど切り取られたロゴをクエリ画像として考えることにより生成された。個々のロゴにそれぞれ対応して、合計で32個のクエリ画像を生成した。全ての参照画像は、元のサイズの半分にリサイズされ、各クエリ画像は、参照画像のロゴと同じサイズにリサイズされた。
 [評価の設定]
 性能指標に関して、画像検索方法を精度及び速度の観点で評価した。クエリ画像及び参照画像を与えて、参照画像の中の領域に対応する予測ウィンドウを出力し、精度を評価するためにこの予測ウィンドウを用いた。特に、画像検索は、物体検出手法と同じ基準に従って、予測ウィンドウと真値ウィンドウとのIoU(intersection over union)が0.5より大きい場合に成功であると考えられるものとした。成功率は、全てのペアに対する正確に一致した画像ペアの数の比である。
 効率面は2つの指標の観点で評価された。一方は評価されたウィンドウの数であり、他方は各クエリ参照ペアを処理するために必要な実行時間である。具体的には、実行時間は、テストセットのクエリ参照ペアをマッチングするために必要な合計時間の平均を取ることにより決定した。
 実施例に係る画像検索方法は、BBS(非特許文献2)及びMTM(非特許文献8)の2つの既存の画像検索方法と比較して評価された。各方法について同じハードウェア環境が用いられ、これらの方法のハイパーパラメータは注意深く調整された。
 実施例に係るモデルは、MNISTでは64のバッチサイズ及びFlickrLogos-32では1のバッチサイズを有するAdamを用いて始めから学習された。学習レートは、指数関数的減衰によって範囲[10-4,10-3]に保持された。学習用セットにおいて、MNISTデータセットの結果は3エポック数だけ繰り返され、FlickrLogos-32の結果は45エポック数だけ繰り返された。次の位置をサンプリングするために用いられるガウス分布のハイパーパラメータλは0.22に固定した。
 対比ロス関数のハイパーパラメータのマージンは0.2に固定した。マージンを高く設定しすぎると、ネットワークは「不一致」についてのみ考慮するようになり、マージンを低く設定しすぎると、ネットワークは「不一致」について何も学習しなくなるというように、マージンの選択においてトレードオフが存在する。この評価において、適切なマージンは手動で決定した。
 強化学習により記述される確率的なネットワークの勾配の更新(式(7))を実現するために、勾配をニューラルネットワークに直接渡すための勾配停止関数を用いることにより、ニューラルネットワークを近似的にのみ学習させるためのロス関数が用いられた。具体的には、ニューラルネットワークのパラメータは、ニューラルネットワークから所望の平均値が出力されるように更新された。
 [結果]
 全てのデータセットについて、成功率、評価されたウィンドウの数及び実行時間を、それぞれ図8~図10に示す。図8~10において、「Joint-Training」は本発明の実施例の結果である。本発明の実施例に従ってクエリ画像を特定するための検索パスは図11に示されている。
 Translated MNISTについての結果に関して、図8に示すように、実施例の方法の成功率は、全ての画像検索方法の中で最高である。実施例の最大利得はBBSに対して0.25にもなり、MTMに対して0.27にもなる。この結果は、実施例がTranslated MNISTデータセットにおいて検索パスを非常に正確に学習できることを明確に示している。次に、図9に示すように、実施例は、クエリ画像を特定するために評価された候補ウィンドウの総数の観点でBBS及びMTMより明らかに優れている。実施例の方法は6個の候補ウィンドウのみを評価しているが、他の方法は数千以上ものウィンドウを評価している。数ウィンドウのみを処理する利点は、実行時間に反映されている。各方法は画素毎に異なる計算要件を有するため、実行時間は処理されたウィンドウの数に正比例しない。それにもかかわらず、実施例の方法は、他の2つの方法に対して同等以上に高速であり、一方で、図10に示すように非常に良好な一致精度を有する。
 Cluttered MNIST及びMixed MNISTに関して、図8に示すように、実施例の方法の成功率は、全ての画像検索方法の中で最高である。これは、広範囲に複雑背景のクラッターが存在する場合であっても、実施例の方法が検索パスの学習に成功することを示している。BBSの成功率は3つの方法の中で最低である。これは、BBSにおけるクエリ画像と候補ウィンドウとの一致が画素の分布の整合性に従って評価されているためであり、(x,y,R,G,B)空間における画素の分布が似ているときに2つのウィンドウが一致するペアであると判断されるためである。この方法は、ノイズが目標画像と同じ分布を有し得るCluttered MNIST及びMixed MNISTでは有効ではない。図9に示すように、実施例の方法は、Cluttered MNIST及びMixed MNISTの双方について、8個の候補ウィンドウだけでクエリ画像を正確に特定することができる。また、実施例の方法は、図10に示すように実行時間の観点で同等以上に優れている。
 FlickrLogos-32についての結果に関して、様々な縮尺の変化、視点の変化及びゆがみ等を起因として目標画像がクエリ画像とは異なっているため、このデータセットは最も処理が困難である。図8は、実施例の方法が精度に関して全ての他の方法より優れていることを示している。実行時間に関して、図10に示すように、実施例の方法の利得はMNISTデータセットの場合に比べて大きい。これは、参照画像のサイズがMNISTのときより大きく、BBS及びMTMの実行時間は参照画像のサイズにほぼ線形性があるからである。実施例の方法の実行時間は、評価対象のウィンドウの数のみに依存し、図9に示すように、2つの基準となる方法よりかなり小さい。これは、より現実的で大きいサイズの画像に適用されるときに、実施例の方法の方が効率的であることを示している。
 定性的な結果に関して、図11は、クエリ画像を特定するための検索パスを示している。実施例の方法は、検索パスを学習する優れた能力を有することが分かる。MNISTデータセットにおける結果は、クラッターのため検索レベルが困難になった場合であっても、ほぼ同じ数の評価される候補ウィンドウでクエリ画像の特定に成功することができることを示している。これは、実施例の方法が、マッチングのための検索パスと有効な特徴量とを一緒に学習するためである。
 <実施例の効果>
 上記のように、本発明の実施例は、参照画像の中の領域に対してクエリ画像をマッチングする問題に対処する。当該方法は、各繰り返し回数において目標領域に向かって次の位置を順に出力するニューラルネットワーク(例えば、CNN及びLSTMの組み合わせ)に基づいている。より具体的には、本発明の実施例は、参照画像のどこで次の領域を抽出するかを決定するために位置特定部を用いる。位置特定部の性能を最大化するために、本発明の実施例は、次の位置を予測するための強化学習に基づく技術を取り入れる。したがって、参照画像の関係する領域に着目することが可能になり、クエリ画像を特定するために必要なウィンドウ(候補領域)の数がかなり減少し、特に大きい参照画像の場合には、より高速な画像検索をもたらす。
 クエリ画像と参照画像との類似度に基づいて、検索パスと有効な特徴量とを一緒に学習することができるため、第1に、クエリ画像を特定するために処理される候補ウィンドウの数を既存の方法よりかなり小さくすることができ、特に大きい参照画像の場合にはより高速な画像検索をもたらす。第2に、評価結果から分かるように、相当な複雑背景のクラッターを有する参照画像であっても、クエリ画像を正確に特定することができる。
 <ハードウェア構成>
 図12に、本発明の実施例における各装置(検索装置100又は学習装置200)のハードウェア構成例を示す。各装置は、CPU(Central Processing Unit)151等のプロセッサ、RAM(Random Access Memory)やROM(Read Only Memory)等のメモリ装置152、ハードディスク等の記憶装置153等から構成されたコンピュータでもよい。例えば、各装置の機能及び処理は、記憶装置153又はメモリ装置152に格納されているデータやプログラムをCPU151が実行することによって実現される。また、各装置に必要な情報は、入出力インタフェース装置154から入力され、各装置において求められた結果は、入出力インタフェース装置154から出力されてもよい。
 <補足>
 説明の便宜上、本発明の実施例に係る各装置(検索装置100又は学習装置200)は機能的なブロック図を用いて説明しているが、各装置は、ハードウェア、ソフトウェア又はそれらの組み合わせで実現されてもよい。例えば、本発明の実施例は、コンピュータに対して本発明の実施例に係る各装置の機能を実現させるプログラム、コンピュータに対して本発明の実施例に係る方法の各手順を実行させるプログラム等により、実現されてもよい。また、各機能部が必要に応じて組み合わせて使用されてもよい。
 以上、メディアデータにおける評価対象の候補領域の数を減少させ、メディアデータからクエリデータに一致する目標領域をより効率的に見つけることができるための手法について説明したが、本発明は、上記の実施例に限定されることなく、請求の範囲内において、種々の変更・応用が可能で。ある。
 本国際出願は2019年3月26日に出願した日本国特許出願2019-059437号に基づく優先権を主張するものであり、2019-059437号の全内容を本国際出願に援用する。
 100 検索装置
 110 初期領域予測部
 120 第1の特徴抽出部
 130 第2の特徴抽出部
 140 位置特定部
 150 制御部
 200 学習装置
 210 初期領域予測部
 220 第1の特徴抽出部
 230 第2の特徴抽出部
 240 位置特定部
 250 制御部
 260 学習部

Claims (9)

  1.  クエリデータに一致する目標領域を求めてメディアデータを検索する検索装置であって、
     第1の学習済みニューラルネットワークを用いて、前記クエリデータから第1の特徴ベクトルを抽出する第1の特徴抽出部と、
     前記メディアデータから第1の領域を取得し、第2の学習済みニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2の特徴抽出部と、
     第3の学習済みニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する位置特定部と、
     前記決定された目標領域の候補を、前記第2の特徴抽出部により用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2の特徴抽出部及び前記位置特定部の動作を繰り返す制御部と、
     を有する検索装置。
  2.  学習用クエリデータが前記第1の特徴抽出部に入力され、学習用メディアデータが前記第2の特徴抽出部に入力された場合、前記第1の学習済みニューラルネットワーク、前記第2の学習済みニューラルネットワーク及び前記第3の学習済みニューラルネットワークは、前記位置特定部により決定された前記目標領域の候補が、前記目標領域を捉えたか否かを判定した結果に基づいて、学習用クエリデータ及び学習用メディアデータを用いて学習されている、請求項1に記載の検索装置。
  3.  前記第1の学習済みニューラルネットワークのパラメータは、前記第2の学習済みニューラルネットワークのパラメータと同じである、請求項1又は2に記載の検索装置。
  4.  前記メディアデータをダウンサンプリング後のメディアデータにダウンサンプリングし、第4の学習済みニューラルネットワークを用いて、前記ダウンサンプリング後のメディアデータに基づいて前記第1の領域を取得する初期領域予測部を更に有する、請求項1乃至3のうちいずれか1項に記載の検索装置。
  5.  クエリデータに一致する目標領域を求めてメディアデータを検索するために用いられるニューラルネットワークを学習する学習装置であって、
     第1のニューラルネットワークを用いて、学習用クエリデータから第1の特徴ベクトルを抽出する第1の特徴抽出部と、
     学習用メディアデータから第1の領域を取得し、第2のニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2の特徴抽出部と、
     第3のニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する位置特定部と、
     前記決定された目標領域の候補を、前記第2の特徴抽出部により用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2の特徴抽出部及び前記位置特定部の動作を繰り返す制御部と、
     前記位置特定部により決定された前記目標領域の候補が、前記目標領域を捉えたか否かを判定し、当該判定結果に基づいて、前記第1のニューラルネットワーク、前記第2のニューラルネットワーク及び前記第3のニューラルネットワークのパラメータを更新する学習部と、
     を有する学習装置。
  6.  前記学習用メディアデータをダウンサンプリング後の学習用メディアデータにダウンサンプリングし、第4のニューラルネットワークを用いて、前記ダウンサンプリング後の学習用メディアデータに基づいて前記第1の領域を取得する初期領域予測部を更に有し、
     前記第4のニューラルネットワークのパラメータは、前記位置特定部により決定された前記目標領域の候補が、前記目標領域を捉えたか否かを判定し、当該判定結果に基づいて、前記第1のニューラルネットワーク、前記第2のニューラルネットワーク及び前記第3のニューラルネットワークのパラメータと共に更新される、請求項5に記載の学習装置。
  7.  クエリデータに一致する目標領域を求めてメディアデータを検索する検索装置により使用される検索方法であって、
     第1の学習済みニューラルネットワークを用いて、前記クエリデータから第1の特徴ベクトルを抽出する第1のステップと、
     前記メディアデータから第1の領域を取得し、第2の学習済みニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2のステップと、
     第3の学習済みニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する第3のステップと、
     前記決定された目標領域の候補を、前記第2のステップにより用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2のステップ及び前記第3のステップを繰り返す第4のステップと、
     を有する検索方法。
  8.  クエリデータに一致する目標領域を求めてメディアデータを検索するために用いられるニューラルネットワークを学習する学習装置により使用される学習方法であって、
     第1のニューラルネットワークを用いて、学習用クエリデータから第1の特徴ベクトルを抽出する第1のステップと、
     学習用メディアデータから第1の領域を取得し、第2のニューラルネットワークを用いて、前記第1の領域から第2の特徴ベクトルを抽出する第2のステップと、
     第3のニューラルネットワークを用いて、前記第1の特徴ベクトルと、前記第2の特徴ベクトルと、前記第1の領域又は前記第1の領域の位置とに基づいて、前記目標領域の候補を決定する第3のステップと、
     前記決定された目標領域の候補を、前記第2のステップにより用いられる前記第1の領域として使用することにより、所定の条件が満たされるまで、前記第2のステップ及び前記第3のステップを繰り返す第4のステップと、
     前記目標領域の候補が、前記目標領域を捉えたか否かを判定し、当該判定結果に基づいて、前記第1のニューラルネットワーク、前記第2のニューラルネットワーク及び前記第3のニューラルネットワークのパラメータを更新する第5のステップと、
     を有する学習方法。
  9.  請求項1乃至6のうちいずれか1項に記載の装置としてコンピュータを機能させるプログラム。
PCT/JP2019/035526 2019-03-26 2019-09-10 検索装置、学習装置、検索方法、学習方法及びプログラム Ceased WO2020194792A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/440,166 US12277160B2 (en) 2019-03-26 2019-09-10 Search apparatus, training apparatus, search method, training method, and program
JP2021508692A JP7192966B2 (ja) 2019-03-26 2019-09-10 検索装置、学習装置、検索方法、学習方法及びプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019-059437 2019-03-26
JP2019059437 2019-03-26

Publications (1)

Publication Number Publication Date
WO2020194792A1 true WO2020194792A1 (ja) 2020-10-01

Family

ID=72610464

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/035526 Ceased WO2020194792A1 (ja) 2019-03-26 2019-09-10 検索装置、学習装置、検索方法、学習方法及びプログラム

Country Status (3)

Country Link
US (1) US12277160B2 (ja)
JP (1) JP7192966B2 (ja)
WO (1) WO2020194792A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023509105A (ja) * 2020-10-26 2023-03-07 3アイ インコーポレイテッド ディープラーニングを利用した屋内位置測位方法
JP2025520071A (ja) * 2022-05-23 2025-07-01 セールスフォース インコーポレイテッド プログラム合成のためのシステムおよび方法
JP7855727B2 (ja) 2022-05-23 2026-05-08 セールスフォース インコーポレイテッド プログラム合成のためのシステムおよび方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11587345B2 (en) * 2020-07-22 2023-02-21 Honda Motor Co., Ltd. Image identification device, method for performing semantic segmentation, and storage medium
CN112200198B (zh) * 2020-07-31 2023-11-24 星宸科技股份有限公司 目标数据特征提取方法、装置及存储介质
CN112288003B (zh) * 2020-10-28 2023-07-25 北京奇艺世纪科技有限公司 一种神经网络训练、及目标检测方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006221525A (ja) * 2005-02-14 2006-08-24 Chuden Gijutsu Consultant Kk オブジェクト検索システムおよび方法
JP2006338313A (ja) * 2005-06-01 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> 類似画像検索方法,類似画像検索システム,類似画像検索プログラム及び記録媒体
JP2009251667A (ja) * 2008-04-01 2009-10-29 Toyota Motor Corp 画像検索装置
JP2018022390A (ja) * 2016-08-04 2018-02-08 日本電信電話株式会社 検証装置、方法、及びプログラム
JP2019028700A (ja) * 2017-07-28 2019-02-21 日本電信電話株式会社 検証装置、方法、及びプログラム

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6754619B2 (ja) * 2015-06-24 2020-09-16 三星電子株式会社Samsung Electronics Co.,Ltd. 顔認識方法及び装置
US10860898B2 (en) * 2016-10-16 2020-12-08 Ebay Inc. Image analysis and prediction based visual search

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006221525A (ja) * 2005-02-14 2006-08-24 Chuden Gijutsu Consultant Kk オブジェクト検索システムおよび方法
JP2006338313A (ja) * 2005-06-01 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> 類似画像検索方法,類似画像検索システム,類似画像検索プログラム及び記録媒体
JP2009251667A (ja) * 2008-04-01 2009-10-29 Toyota Motor Corp 画像検索装置
JP2018022390A (ja) * 2016-08-04 2018-02-08 日本電信電話株式会社 検証装置、方法、及びプログラム
JP2019028700A (ja) * 2017-07-28 2019-02-21 日本電信電話株式会社 検証装置、方法、及びプログラム

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023509105A (ja) * 2020-10-26 2023-03-07 3アイ インコーポレイテッド ディープラーニングを利用した屋内位置測位方法
JP7336653B2 (ja) 2020-10-26 2023-09-01 3アイ インコーポレイテッド ディープラーニングを利用した屋内位置測位方法
US11961256B2 (en) 2020-10-26 2024-04-16 3I Inc. Method for indoor localization using deep learning
JP2025520071A (ja) * 2022-05-23 2025-07-01 セールスフォース インコーポレイテッド プログラム合成のためのシステムおよび方法
JP7855727B2 (ja) 2022-05-23 2026-05-08 セールスフォース インコーポレイテッド プログラム合成のためのシステムおよび方法

Also Published As

Publication number Publication date
JPWO2020194792A1 (ja) 2020-10-01
US12277160B2 (en) 2025-04-15
JP7192966B2 (ja) 2022-12-20
US20220188345A1 (en) 2022-06-16

Similar Documents

Publication Publication Date Title
CN112561027B (zh) 神经网络架构搜索方法、图像处理方法、装置和存储介质
CN110852349B (zh) 一种图像处理方法、检测方法、相关设备及存储介质
CN112288770A (zh) 基于深度学习的视频实时多目标检测与跟踪方法和装置
WO2020228446A1 (zh) 模型训练方法、装置、终端及存储介质
JP7192966B2 (ja) 検索装置、学習装置、検索方法、学習方法及びプログラム
CN112215332A (zh) 神经网络结构的搜索方法、图像处理方法和装置
CN111144425B (zh) 检测拍屏图片的方法、装置、电子设备及存储介质
CN116563285A (zh) 一种基于全神经网络的病灶特征识别与分割方法及系统
CN113095185B (zh) 人脸表情识别方法、装置、设备及存储介质
CN119296143B (zh) 基于方向场引导和空间注意力技术的指纹特征识别分析方法
CN115063831A (zh) 一种高性能行人检索与重识别方法及装置
CN110033012A (zh) 一种基于通道特征加权卷积神经网络的生成式目标跟踪方法
WO2024078112A1 (zh) 一种舾装件智能识别方法、计算机设备
CN118786440A (zh) 使用自监督学习训练对象发现神经网络和特征表示神经网络
CN116824330A (zh) 一种基于深度学习的小样本跨域目标检测方法
CN116258877A (zh) 土地利用场景相似度变化检测方法、装置、介质及设备
CN119206853A (zh) 行人检测方法、装置、设备、存储介质及产品
CN116823734B (zh) 用于跟踪医学图像中的对象组的系统和方法
CN111179270A (zh) 基于注意力机制的图像共分割方法和装置
JP5430243B2 (ja) 画像検索装置及びその制御方法並びにプログラム
CN120375207A (zh) 一种遥感图像变化检测方法、装置、设备及介质
Wang et al. A single-stream adaptive scene layout modeling method for scene recognition
CN116860998B (zh) 一种基于全局上下文特征融合知识图谱的目标检测方法
CN114549591B (zh) 时空域行为的检测和跟踪方法、装置、存储介质及设备
Antar et al. Robust Object Recognition with Deep Learning on a Variety of Datasets.

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: 19920792

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2021508692

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: 19920792

Country of ref document: EP

Kind code of ref document: A1

WWG Wipo information: grant in national office

Ref document number: 17440166

Country of ref document: US