System and method for re-identifying target object based on location information of CCTV and movement information of object

US11527000B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11527000-B2
Application numberUS-202017038093-A
CountryUS
Kind codeB2
Filing dateSep 30, 2020
Priority dateJan 22, 2020
Publication dateDec 13, 2022
Grant dateDec 13, 2022

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Embodiments relate to a method for re-identifying a target object based on location information of closed-circuit television (CCTV) and movement information of the target object and a system for performing the same, the method including detecting at least one object of interest in a plurality of source videos based on a preset condition of the object of interest, tracking the identified object of interest on the corresponding source video to generate a tube of the object of interest, receiving an image query including a target patch and location information of the CCTV, determining at least one search candidate area based on the location information of the CCTV and the movement information of the target object, re-identifying if the object of interest seen in the tube of the object of interest is the target object, and providing a user with the tube of the re-identified object of interest.

First claim

Opening claim text (preview).

The invention claimed is: 1. A method for re-identifying a target object based on location information of closes-circuit television (CCTV) and movement information of the target object, performed by a computing device including a processor, the method comprising: receiving a plurality of source videos captured in a plurality of areas, wherein the plurality of areas includes areas in which at least one of a plurality of CCTVs are installed; detecting at least one object of interest in the plurality of source videos based on a preset condition of the object of interest; tracking the detected at least one object of interest on the corresponding source video to generate, for each detected object of interest, a tube of the respective object of interest, wherein generating each tube comprises: when 1 st to n th source videos, in which a same first object of interest is seen in at least some frames, are received from 1 st to n th CCTVs installed in a same area respectively, wherein n is an integer of two or greater; tracking the first object of interest in the 1 st to n th source videos to generate n tubes of the object of interest including #1-1 tube of the object of interest and #1-n tube of the object of interest; and unifying the n tubes of the object of interest into the first object of interest; receiving an image query including a target patch in which a target object is seen, and location information of the CCTV having captured the target object; determining at least one search candidate area based on the location information of the CCTV having captured the target object and the movement information of the target object; re-identifying if the object of interest seen in the tube of the object of interest is the target object to search for the tube of the object of interest in which the target object is seen, wherein the tube of the object of interest, on which the re-identification is performed, is the tube generated by capturing at least part of the determined search candidate area; and providing a user with the tube of the re-identified object of interest as a query result. 2. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 1 , wherein detecting the at least one object of interest comprises: detecting an object satisfying the condition of the object of interest including at least one of an object condition or an event condition in the plurality of source videos; and identifying the detected object as the object of interest, wherein the object condition includes an object type, and the event condition includes presence or absence of movement of the object. 3. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 1 , wherein generating the tube of the at least one object of interest comprises: arranging a tracked frame including a patch of the object of interest tracked in a single source video in a time series manner, to generate the tube of the identified object of interest from the corresponding source video. 4. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 3 , wherein generating the tube of the at least one object of interest further comprises: when a tracking failed frame in which tracking of the object of interest failed in the corresponding source video is acquired, recovering the tracking failed frame based on a first tracked frame captured in an earlier time than the tracking failed frame and a second tracked frame captured in a later time than the tracking failed frame; and further arranging the first tracked frame, the recovered tracking failed frame, and the second tracked frame in a time series manner to generate the tube of the object of interest. 5. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 4 , wherein recovering the tracking failed frame comprises acquiring location information of the object of interest for which tracking failed on the tracking failed frame, the location information of the object of interest on the tracking failed frame, acquired through the recovery of the tracking failed frame, includes at least one of a horizontal coordinate-vertical coordinate pair of the patch of the object of interest to be tracked, or a height-width pair of the patch of the object of interest, and when the tracking failed frame is captured at t, a previous tracked frame is captured at t+a, and a subsequent tracked frame is captured at t+b, each of the horizontal coordinate (x t ) and the vertical coordinate (y t ) of the patch of the object of interest in the tracking failed frame is calculated by the following Equation: x t =|x t+b −x t+a |(( t+b )−( t+a )) y t =|y t+b −y t+a |/(( t+b )−( t+a ))  [Equation] each of the height (h t ) and the width (w t ) of the patch of the object of interest in the tracking failed frame is calculated by the following Equation: w t =w t+b −w t+a |(( t+b )−( t+a )) h t =|h t+b −h t+a |(( t+b )−( t+a ))  [Equation] where x t+a , y t+a , w t+a , h t+a denote the horizontal coordinate, the vertical coordinate, the area and the depth of the patch of the object of interest tracked in the previous tracked frame respectively, and x t+b , y t+b , w t+b , h t+b denote the horizontal coordinate, the vertical coordinate, the area and the depth of the patch of the object of interest tracked in the subsequent tracked frame respectively. 6. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 1 , wherein the unifying comprises: selecting at least one representative image for each of the n tubes of the object of interest in each tube; and unifying the n tubes of the object of interest by clustering the tubes based on attribute information of the selected representative image. 7. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 6 , wherein the representative image of the tube is a patch of at least part of a frame having a smallest change in direction of the object of interest in the tube or a patch of at least part of a frame having a smallest change in speed of the object of interest in the tube. 8. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 6 , wherein the representative image of the tube is selected by calculating an image quality score for each of a plurality of patches of the object of interest included in the tube, and the image quality score is calculated based on detection accuracy of the object of interest, a degree of occlusion of the object of interest, and a distance between the object of interest and the CCTV. 9. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 1 , wherein determining the search candidate area comprises determining at least one area as the search candidate area based on direction and speed of the target patch. 10. The method for re-identifying a target object based on location information of CCTV and movement information of the target object according to claim 9 , wherein determining the search candidate area comprises determining the search candidate area by searching for a

Assignees

Inventors

Classifications

  • G06V10/993Primary

    Evaluation of the quality of the acquired pattern · CPC title

  • Determining representative reference patterns, e.g. averaging or distorting patterns; Generating dictionaries · CPC title

  • G06T7/292Primary

    Multi-camera tracking · CPC title

  • using objects detected or recognised in the video content · CPC title

  • Determining position or orientation of objects or cameras (camera calibration G06T7/80) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US11527000B2 cover?
Embodiments relate to a method for re-identifying a target object based on location information of closed-circuit television (CCTV) and movement information of the target object and a system for performing the same, the method including detecting at least one object of interest in a plurality of source videos based on a preset condition of the object of interest, tracking the identified object …
Who is the assignee on this patent?
Korea Inst Sci & Tech
What technology area does this patent fall under?
Primary CPC classification G06V10/993. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Dec 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).