EP3782075A1 - System for real-time object detection and recognition using both image and size features - Google Patents
System for real-time object detection and recognition using both image and size featuresInfo
- Publication number
- EP3782075A1 EP3782075A1 EP19789101.3A EP19789101A EP3782075A1 EP 3782075 A1 EP3782075 A1 EP 3782075A1 EP 19789101 A EP19789101 A EP 19789101A EP 3782075 A1 EP3782075 A1 EP 3782075A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- cnn
- confidence score
- target
- modified
- input image
- 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.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- 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/24133—Distances to prototypes
-
- 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/24133—Distances to prototypes
- G06F18/24143—Distances to neighbourhood prototypes, e.g. restricted Coulomb energy networks [RCEN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/243—Classification techniques relating to the number of classes
- G06F18/24323—Tree-organised classifiers
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/254—Fusion techniques of classification results, e.g. of results related to same input data
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/047—Probabilistic or stochastic networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
-
- 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/10—Image acquisition
- G06V10/12—Details of acquisition arrangements; Constructional details thereof
- G06V10/14—Optical characteristics of the device performing the acquisition or on the illumination arrangements
- G06V10/143—Sensing or illuminating at different wavelengths
-
- 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/10—Image acquisition
- G06V10/12—Details of acquisition arrangements; Constructional details thereof
- G06V10/14—Optical characteristics of the device performing the acquisition or on the illumination arrangements
- G06V10/145—Illumination specially adapted for pattern recognition, e.g. using gratings
-
- 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/20—Image preprocessing
- G06V10/25—Determination of region of interest [ROI] or a volume of interest [VOI]
-
- 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/40—Extraction of image or video features
- G06V10/50—Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis
- G06V10/507—Summing image-intensity values; Histogram projection analysis
-
- 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
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
- G06V20/58—Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/10—Terrestrial scenes
- G06V20/13—Satellite images
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/52—Surveillance or monitoring of activities, e.g. for recognising suspicious objects
Definitions
- the present invention relates to an object detection system and, more specifically, to an object detection and recognition system using both image and size features.
- the system includes one or more processors and a memory.
- the memory includes executable instructions encoded thereon, such that upon execution of the instructions, the one or more processors perform the operations as described herein.
- ICF integral channel features
- the system extracts a candidate target region (having an associated original confidence score representing a candidate object) from an input image of a scene surrounding a platform.
- a modified confidence score is generated based on a location and height of detection of the candidate object.
- the candidate target regions are classified based on the modified confidence score using a trained convolutional neural network (CNN) classifier, resulting in classified objects.
- CNN convolutional neural network
- classification of each classified object as a target or non-target. If the classified object is a target, a device can be controlled based on the target.
- generating the modified confidence score uses a
- modified confidence score original confidence score * wf , wherein h denotes a height of the candidate object in the input image, m and s denote mean and standard deviation, respectively, of object height distribution in the input image and bin, N is a multiplier and * denotes multiplication.
- the present invention also includes a computer program product and a computer implemented method.
- the computer program product includes computer-readable instructions stored on a non-transitory computer-readable medium that are executable by a computer having one or more processors, such that upon execution of the instructions, the one or more processors perform the operations listed herein.
- the computer implemented method includes an act of causing a computer to execute such instructions and perform the resulting operations.
- FIG. 5 is an image illustrating an image frame as being divided into N
- FIG. 8 is a graph illustrating post-CNN (Stage 2) receiver operating
- FIG. 9 A is an illustration depicting example height distribution of ground truth objects (e.g., a person, a dismount) in 88 training sequences for the side- facing sensors;
- ground truth objects e.g., a person, a dismount
- the computer system 100 is configured to perform calculations, processes, operations, and/or functions associated with a program or algorithm.
- certain processes and steps discussed herein are realized as a series of instructions (e.g., software program) that reside within computer readable memory units and are executed by one or more processors of the computer system 100. When executed, the instructions cause the computer system 100 to perform specific actions and exhibit specific behavior, such as described herein.
- processors configured to communicate information.
- one or more data processing units such as a processor 104 (or processors) are coupled with the address/data bus 102.
- the processor 104 is configured to process information and instructions.
- the processor 104 is a microprocessor.
- the processor 104 may be a different type of processor such as a parallel processor, application-specific integrated circuit (ASIC), programmable logic array (PLA), complex programmable logic device (CPLD), or a field
- the computer system 100 is configured to utilize one or more data storage units.
- the computer system 100 may include a volatile memory unit 106 (e.g., random access memory (“RAM”), static RAM, dynamic RAM, etc.) coupled with the address/data bus 102, wherein a volatile memory unit 106 is configured to store information and instructions for the processor 104.
- the computer system 100 further may include a non-volatile memory unit 108 (e.g., read-only memory (“ROM”), programmable ROM (“PROM”), erasable programmable ROM
- the communication interfaces implemented by the one or more interfaces may include wireline (e.g., serial cables, modems, network adaptors, etc.) and/or wireless (e.g., wireless modems, wireless network adaptors, etc.) communication technology.
- wireline e.g., serial cables, modems, network adaptors, etc.
- wireless e.g., wireless modems, wireless network adaptors, etc.
- the computer system 100 may include an input device 112
- the input device 112 may be an input device other than an alphanumeric input device.
- the computer system 100 may include a cursor control device 114 coupled with the address/data bus 102, wherein the cursor control device 114 is configured to communicate user input information and/or command selections to the processor 100.
- the cursor control device 114 is implemented using a device such as a mouse, a track-ball, a track pad, an optical tracking device, or a touch screen.
- the cursor control device 114 is directed and/or activated via input from the input device 112, such as in response to the use of special keys and key sequence commands associated with the input device 112.
- the cursor control device 114 is configured to be directed or guided by voice commands.
- the computer system 100 further may include one or more
- a storage device 116 coupled with the address/data bus 102.
- the storage device 116 is configured to store information and/or computer executable instructions.
- the storage device 116 is a storage device such as a magnetic or optical disk drive (e.g., hard disk drive (“HDD”), floppy diskette, compact disk read only memory (“CD-ROM”), digital versatile disk (“DVD”)).
- a display device 118 is coupled with the address/data bus 102, wherein the display device 118 is configured to display video and/or graphics.
- the display device 118 may include a cathode ray tube (“CRT”), liquid crystal display (“LCD”), field emission display (“FED”), plasma display, or any other display device suitable for displaying video and/or graphic images and alphanumeric characters recognizable to a user.
- CTR cathode ray tube
- LCD liquid crystal display
- FED field emission display
- plasma display or any other display device suitable for displaying video and/or graphic images and alphanumeric characters recognizable to a user.
- the computer system 100 presented herein is an example computing
- the non-limiting example of the computer system 100 is not strictly limited to being a computer system.
- the computer system 100 represents a type of data processing analysis that may be used in accordance with various aspects described herein.
- other computing systems may also be implemented.
- the spirit and scope of the present technology is not limited to any single data processing environment.
- one or more operations of various aspects of the present technology are controlled or implemented using computer-executable instructions, such as program modules, being executed by a computer.
- program modules include routines, programs, objects, components and/or data structures that are configured to perform particular tasks or implement particular abstract data types.
- an aspect provides that one or more aspects of the present technology are implemented by utilizing one or more distributed computing environments, such as where tasks are performed by remote processing devices that are linked through a communications network, or such as where various program modules are located in both local and remote computer- storage media including memory- storage devices.
- FIG. 2 An illustrative diagram of a computer program product (i.e., storage device) embodying the present invention is depicted in FIG. 2.
- the computer program product is depicted as floppy disk 200 or an optical disk 202 such as a CD or DVD.
- the computer program product generally represents computer-readable instructions stored on any compatible non-transitory computer-readable medium.
- the term“instructions” as used with respect to this invention generally indicates a set of operations to be performed on a computer, and may represent pieces of a whole program or individual, separable, software modules.
- Non-limiting examples of“instruction” include computer program code (source or object code) and“hard-coded” electronics (i.e. computer operations coded into a computer chip).
- The“instruction” is stored on any non-transitory computer-readable medium, such as in the memory of a computer or on a floppy disk, a CD-ROM, and a flash drive. In either event, the instructions are encoded on a non-transitory computer-readable medium.
- the present disclosure provides an object detection and recognition system that uses both image and size/location features.
- the system extends upon the disclosure of U.S. Application No. 15/883,822, which only used image features.
- the system of the present disclosure is operable for: 1) learning from image and location data to accurately detect and recognize targets; 2) confidence tuning of detection results based on location data; and 3) combining all of the above into integrated system as a single pipeline.
- this disclosure provides a marked technological improvement to the field and technologies as used for object detection and recognition.
- the system of the present disclosure improves upon a three- stage cascaded classifier for target recognition in EO and IR videos from static or moving platforms.
- the first stage is an Integral Channel Features (ICF) detector 300 that takes in video and runs a fast detection (e.g., greater than 15 frames per second) to provide high-confidence candidate target regions as bounding boxes and scores (e.g.,“MAN” or person target (or other object of interest)) in the video.
- ICF Integral Channel Features
- the ICF is based on agglomeration of“channel features” and the training of small decision trees using these features.
- Basic features can be thought of as maps from raw pixel values (RGB/IR) to more informative features such as oriented gradients, Haar features, difference of regions or simply color-space transformations.
- the output of the ICF detector 300 are detected target box locations and associated confidences.
- the ICF detector 300 computes channel feature vectors for image frames of the video, and each image frame, an ICF classifier is applied at multiple image scales and across the entire image frame.
- the system of the present disclosure adds a target size filter 302 to the system.
- the target size filter 302 is applied to the output of the first stage to affect the confidence scores based on expected versus detected target size box.
- the candidate bounding boxes with the modified confidence scores are then fed through a second stage, which is a convolutional neural net (CNN) classifier 304 that outputs target class, location and confidences.
- CNN convolutional neural net
- the CNN classifier 304 is implemented as interacting software modules comprising a CNN interface and a CNN server (e.g., one or more processors and corresponding memory), wherein the CNN interface displays results received from the CNN server.
- the CNN interface takes the candidate target box information from the ICF detector 300 and extracts the image regions from the input video, and hands that off to the CNN server for classification.
- the CNN interface can display it live and also log the results to disk files and provide the output target boxes for further processing.
- the third stage is a multi-target tracker (MTT) 306 that tracks the target boxes from the CNN stage (i.e., the CNN classifier 304) for final target classification, locations and confidence scores.
- the tracker results are fed to a comparator for further processing by the CNN stage.
- the system empirically estimates the bottom of object (e.g., feet location) versus object height (i.e., top of object) in the image rather than constructing an analytical formula.
- the image frame 500 e.g., 640x480 pixels
- N e.g. 16
- the ground truth objects are grouped into N bins 504 according to where the bottom (or feet) of the ground truth box is located in the images.
- the system can estimate their height distribution. For example, a normal (Gaussian) distribution with mean and standard deviation (m, s) is used to represent this distribution. However, it is often convenient to illustrate the distribution via histogram plots, as described and illustrated.
- the system learns to predict object class by combining image and location/size information to train an alternative neural network to produce classification results.
- the top row processing employs the same deep convolution network (CNN-l) classifier 304 as in Stage 2, whereas the second row employs a modified convolution network (CNN-2) classifier 400.
- the modified convolution network classifier 400 outputs target class, location and confidences, which are fused 402 with that from the CNN classifier 304 and provided to the MTT 306 that tracks the target boxes for final target classification, locations and confidence scores.
- the 1024- D (dimensional) features 408 from the final convolution layer i.e., deep convolution layers 406 are padded with the target size and location 410 and fed to the fully connected (FC) layer 412 before the classifier layer.
- the modified CNN-2 400 can be used alongside of the original CNN-l 304 and the results of CNN-l 304 and CNN-2 400 can be fused 402 to arrive at a final decision.
- CNN-l 304 can be replaced with CNN-2 400 while maintaining the same processing flow.
- Fusion 402 can be carried out by combining the probability distributions of CNN-l and CNN-2 over the set of classes to be classified; for example, a simple average of the weights of the classes from the two CNN’s and the renormalize to make the sum of weights to 1.0.
- the first method of modifying the confidence score uses a weighted Gaussian according to the following equation:
- FIGs. 6A and 6B show plots 604 depicting the target height 600 distributions of 88 training sequences of the IR data set from side-facing (shown in FIG. 6A) and front-facing (shown in FIG. 6B) sensors, respectively, based on ground truth (GT) information from human annotation.
- GT ground truth
- the height distribution 600 is collected in 16 horizontal bands (depicted as 16 plots in each of FIGs. 6 A and 6B) across image height of 480 rows, and plotted as 25-bin histograms with their Gaussian approximation (mean and standard deviation).
- the histograms for each band are labeled with the image rows it covers. Where there are no histograms plotted means there is not sufficient GT target samples to support the histogram estimation for corresponding bands.
- FIGs. 6A and 6B illustrate two things. First, when a histogram plot is missing in the corresponding bin, targets appearing in those bins are unlikely regardless of target height. Second, for the bins with histogram plots, the histograms are Gaussian-like.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Multimedia (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Health & Medical Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Mathematical Physics (AREA)
- Biophysics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Databases & Information Systems (AREA)
- Medical Informatics (AREA)
- Biodiversity & Conservation Biology (AREA)
- Probability & Statistics with Applications (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201862659100P | 2018-04-17 | 2018-04-17 | |
| PCT/US2019/018119 WO2019203921A1 (en) | 2018-04-17 | 2019-02-14 | System for real-time object detection and recognition using both image and size features |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP3782075A1 true EP3782075A1 (en) | 2021-02-24 |
| EP3782075A4 EP3782075A4 (en) | 2021-12-29 |
Family
ID=68239189
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP19789101.3A Pending EP3782075A4 (en) | 2018-04-17 | 2019-02-14 | System for real-time object detection and recognition using both image and size features |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP3782075A4 (en) |
| CN (1) | CN111801689B (en) |
| WO (1) | WO2019203921A1 (en) |
Families Citing this family (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111275054B (en) * | 2020-01-16 | 2023-10-31 | 北京迈格威科技有限公司 | Image processing methods, devices, electronic equipment and storage media |
| US12573190B2 (en) | 2020-10-27 | 2026-03-10 | Telefonaktiebolaget Lm Ericsson (Publ) | Computer software module arrangement, a circuitry arrangement, an arrangement and a method for improved object detection |
| US12602905B2 (en) | 2020-10-27 | 2026-04-14 | Telefonaktiebolaget Lm Ericsson (Publ) | Computer software module arrangement, a circuitry arrangement, an arrangement and a method for improved object detection adapting the detection through shifting the image |
| CN116529727A (en) * | 2020-10-27 | 2023-08-01 | 瑞典爱立信有限公司 | Computer software module device, circuit module device, device and method for improving object detection by compensating confidence determination of detected object |
| CN112633323B (en) * | 2020-11-26 | 2024-04-30 | 成都佳发安泰教育科技股份有限公司 | A posture detection method and system for classroom |
| CN112560726B (en) * | 2020-12-22 | 2023-08-29 | 阿波罗智联(北京)科技有限公司 | Target detection confidence determination method, roadside equipment and cloud control platform |
| US11900652B2 (en) * | 2021-03-05 | 2024-02-13 | Mujin, Inc. | Method and computing system for generating a safety volume list for object detection |
| KR20220131646A (en) * | 2021-03-22 | 2022-09-29 | 현대자동차주식회사 | Method and apparatus for tracking an object, and recording medium for recording program performing the method |
| CN117075130B (en) * | 2023-07-07 | 2024-06-25 | 中国电子科技集团公司第三十八研究所 | Low-speed, slow, small-target laser tracking device and its working method |
| CN119648992B (en) * | 2024-11-25 | 2025-09-16 | 北京理工大学 | Remote sensing image road extraction method |
| CN120823566B (en) * | 2025-09-18 | 2025-11-21 | 中南信息科技(深圳)有限公司 | AI-based video analytics-based safety production monitoring methods and systems |
| CN121170276B (en) * | 2025-11-21 | 2026-02-03 | 浙江工业大学 | A target detection method and system based on scene prior and hierarchical detection mechanism |
Family Cites Families (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB2341231A (en) * | 1998-09-05 | 2000-03-08 | Sharp Kk | Face detection in an image |
| CN101615252B (en) * | 2008-06-25 | 2012-07-04 | 中国科学院自动化研究所 | Method for extracting text information from adaptive images |
| US8050459B2 (en) * | 2008-07-25 | 2011-11-01 | GM Global Technology Operations LLC | System and method for detecting pedestrians |
| EP2863359A4 (en) * | 2012-06-14 | 2015-11-11 | Toyota Motor Co Ltd | DISCRIMINATION CONTAINER GENERATION DEVICE AND PATTERN DETECTION DEVICE |
| US9613273B2 (en) * | 2015-05-19 | 2017-04-04 | Toyota Motor Engineering & Manufacturing North America, Inc. | Apparatus and method for object tracking |
| US9582895B2 (en) * | 2015-05-22 | 2017-02-28 | International Business Machines Corporation | Real-time object analysis with occlusion handling |
| CN105760858A (en) * | 2016-03-21 | 2016-07-13 | 东南大学 | Pedestrian detection method and apparatus based on Haar-like intermediate layer filtering features |
| CN105913003B (en) * | 2016-04-07 | 2019-06-07 | 国家电网公司 | A kind of pedestrian detection method of multiple features multi-model |
| US20190150764A1 (en) * | 2016-05-02 | 2019-05-23 | The Regents Of The University Of California | System and Method for Estimating Perfusion Parameters Using Medical Imaging |
| EP3261017A1 (en) * | 2016-06-20 | 2017-12-27 | Delphi Technologies, Inc. | Image processing system to detect objects of interest |
| US10083369B2 (en) * | 2016-07-01 | 2018-09-25 | Ricoh Company, Ltd. | Active view planning by deep learning |
| CN107092883A (en) * | 2017-04-20 | 2017-08-25 | 上海极链网络科技有限公司 | Object identification method for tracing |
| CN107273832B (en) * | 2017-06-06 | 2020-09-22 | 青海省交通科学研究院 | License plate recognition method and system based on integral channel characteristics and convolutional neural network |
| CN107679525B (en) * | 2017-11-01 | 2022-11-29 | 腾讯科技(深圳)有限公司 | Image classification method, device and computer-readable storage medium |
-
2019
- 2019-02-14 WO PCT/US2019/018119 patent/WO2019203921A1/en not_active Ceased
- 2019-02-14 CN CN201980016839.5A patent/CN111801689B/en active Active
- 2019-02-14 EP EP19789101.3A patent/EP3782075A4/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| CN111801689B (en) | 2024-07-16 |
| CN111801689A (en) | 2020-10-20 |
| EP3782075A4 (en) | 2021-12-29 |
| WO2019203921A1 (en) | 2019-10-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10699139B2 (en) | System for real-time object detection and recognition using both image and size features | |
| EP3782075A1 (en) | System for real-time object detection and recognition using both image and size features | |
| US11055872B1 (en) | Real-time object recognition using cascaded features, deep learning and multi-target tracking | |
| Li et al. | Fast and robust UAV to UAV detection and tracking from video | |
| Wang et al. | Pedestrian recognition and tracking using 3D LiDAR for autonomous vehicle | |
| US10289934B2 (en) | Landmark localization on objects in images using convolutional neural networks | |
| US8948501B1 (en) | Three-dimensional (3D) object detection and multi-agent behavior recognition using 3D motion data | |
| US10289910B1 (en) | System and method for performing real-time video object recognition utilizing convolutional neural networks | |
| US20210110180A1 (en) | Method and apparatus for traffic sign detection, electronic device and computer storage medium | |
| US9569531B2 (en) | System and method for multi-agent event detection and recognition | |
| WO2020020472A1 (en) | A computer-implemented method and system for detecting small objects on an image using convolutional neural networks | |
| Zhang et al. | Autonomous long-range drone detection system for critical infrastructure safety | |
| James et al. | Learning to detect aircraft for long-range vision-based sense-and-avoid systems | |
| Liu et al. | Trajectory and image-based detection and identification of UAV | |
| US10691972B2 (en) | Machine-vision system for discriminant localization of objects | |
| Premebida et al. | A multi-target tracking and GMM-classifier for intelligent vehicles | |
| US10332265B1 (en) | Robust recognition on degraded imagery by exploiting known image transformation under motion | |
| Zhang et al. | An intruder detection algorithm for vision based sense and avoid system | |
| US11727575B2 (en) | 3-D object detection and classification from imagery | |
| Chandana et al. | Autonomous drones based forest surveillance using Faster R-CNN | |
| Talbi et al. | An overview on computer vision analysis in the airport applications | |
| Sezgin et al. | Advancements in object detection for unmanned aerial vehicles: Applications, challenges, and future perspectives | |
| Imad et al. | Navigation system for autonomous vehicle: A survey | |
| Demars et al. | Multispectral detection and tracking of multiple moving targets in cluttered urban environments | |
| Bhusal | Object detection and tracking in wide area surveillance using thermal imagery |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20200727 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20211126 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06N 3/04 20060101ALI20211122BHEP Ipc: G06K 9/32 20060101ALI20211122BHEP Ipc: G06K 9/46 20060101ALI20211122BHEP Ipc: G06T 7/292 20170101ALI20211122BHEP Ipc: G06T 7/11 20170101ALI20211122BHEP Ipc: G06N 3/08 20060101ALI20211122BHEP Ipc: G06K 9/62 20060101ALI20211122BHEP Ipc: G06K 9/00 20060101ALI20211122BHEP Ipc: G06K 9/20 20060101AFI20211122BHEP |
|
| P01 | Opt-out of the competence of the unified patent court (upc) registered |
Effective date: 20230525 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20240313 |