WO2012112756A1 - Object recognition for security screening and long range video surveillance - Google Patents

Object recognition for security screening and long range video surveillance Download PDF

Info

Publication number
WO2012112756A1
WO2012112756A1 PCT/US2012/025409 US2012025409W WO2012112756A1 WO 2012112756 A1 WO2012112756 A1 WO 2012112756A1 US 2012025409 W US2012025409 W US 2012025409W WO 2012112756 A1 WO2012112756 A1 WO 2012112756A1
Authority
WO
WIPO (PCT)
Prior art keywords
rules
training
component
annotated
detectors
Prior art date
Application number
PCT/US2012/025409
Other languages
French (fr)
Inventor
Vinay Damodar Shet
Claus Bahlmann
Maneesh Kumar Singh
Original Assignee
Siemens Corporation
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 Siemens Corporation filed Critical Siemens Corporation
Priority to EP12706398.0A priority Critical patent/EP2676221A1/en
Publication of WO2012112756A1 publication Critical patent/WO2012112756A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/05Recognition of patterns representing particular kinds of hidden objects, e.g. weapons, explosives, drugs

Definitions

  • the present disclosure relates generally to computer vision, and more particularly, to security screening and long range video surveillance using computer vision.
  • Security screening systems inspect checked and hand baggage, cargo, containers, passengers, etc. for content, such as, explosives, improvised explosive devices (lEDs), firearms, contraband, drugs, etc. They play a key role in the Homeland Defense/Security strategy for increased safety in airports, air and sea traffic. For instance, since August 2010 the government has mandated 100% air cargo screening, with possible extension to sea cargo.
  • State-of-the-art security screening systems require improvement in a number of aspects. This includes (a) efficient and effective automation for improved throughput and focused operator attention and (b) a systems view and integration of various components in screening, e.g., reconstruction, segmentation, detection, recognition, visualization, standards, platform, etc., to achieve an efficient screening workflow.
  • a current system for security screening involves two stages. In a first, automated, stage, X-Ray, CT, etc. scan data is obtained and image reconstruction is performed. Resulting images often encode material properties, such as, density or effective atomic number Z e tf, . Then, pixels or voxels of suspicious density and Z e ff are identified, and contiguous regions segmented. Statistics of suspicious regions (e.g., mass, volume, etc.) are computed and compared to critical thresholds. In a second stage, identified suspicious regions are manually verified for occurrence of a threat by the human operator. This strategy is employed in many screening systems developed by various scanner vendors. However, these systems require a large amount of operator supervision, due to the large number of false alarms.
  • Automated video analytics modules operating over video surveillance systems provide one means of addressing this problem, by analyzing the contents of the video feed and generating a description of interesting events transpiring in the scene.
  • these modules are inadequate to robustly detect human and vehicular activities in video.
  • a method of detecting an object in image data that is deemed to be a threat includes annotating sections of at least one training image to indicate whether each section is a component of the object, encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules, training distinct component detectors to each identify a corresponding one of the components based on the annotated training images, processing image data with the component detectors to identify at least one of the components, and executing the rules to detect the object based on the identified components.
  • the pattern grammar may be implemented as instructions in a processor, where executing of the rules is performed by the processor executing the instructions.
  • the image data may be output by a security screening device.
  • the training is performed using Adaptive Boosting.
  • the threatening object is a knife where the annotated sections indicate whether each component is one of a handle, a guard, or a blade of the knife.
  • the threatening object is a gun where the annotated sections indicate whether each component is one of a lock, a stock, or a barrel of the gun.
  • the object is a detonator and the annotated sections indicate whether each component is one of a tube and an explosive material.
  • the object is a bomb and the annotated sections indicate whether each component is one of a detonator, explosive material, a cable, and a battery.
  • the image data may be X-ray image data.
  • the image data may be computed tomography (CT) image data.
  • training includes determining uncertainty values for each of the rules, converting the rules into a knowledge-based artificial neural network, where each uncertainty value corresponds to a weight of a link in the neural network, and using a back-propagation algorithm modified to allow local gradients over a bilattice specific inference operation to optimize the link weights.
  • the pattern grammar describes a visual pattern of the threatening object by encoding knowledge about contextual clues, scene geometry, and visual pattern constraints.
  • the training of a corresponding one of the component detectors includes performing a physics-based perturbation on one of the annotated training images to generate a new annotated training image and training the distinct component detectors based on the annotated training images and the new
  • the perturbation may be a geometric transformation.
  • the performing of the perturbation may include adding another object to be superimposed with a
  • a method of training a threat detector to detect an object in image data that is deemed to be a threat includes defining a pattern grammar to describe a visual pattern that is
  • a method of detecting an activity in video data includes annotating sections of at least one training video to indicate whether each section is a component of the activity, encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules, training distinct component detectors to each identify a corresponding one of the components based on the annotated training videos, processing video data with the component detectors to identify at least one of the components, and executing the rules to detect the activity based on the identified components.
  • FIG. 1 illustrates a method of detecting an object deemed to be a threat according to an exemplary embodiment of the invention.
  • FIG. 2A and 2B illustrate exemplary components of a threatening object that may be detected by application of the method.
  • FIG. 3 illustrates exemplary component detector or classifiers that may be used to detect the components.
  • FIG. 4 illustrates additional classifiers that may be used to detect the threatening object using outputs of the component detectors of FIG. 3.
  • FIG. 5 illustrates exemplary training images that may be created by performing perturbations on training data used to train the component detectors.
  • FIGS. 6a, 6b, 6c, 6d, 6e and 6f shows examples of different bilattices and the types of logic they can be used to model.
  • FIG. 7 is an example of a bilatice square.
  • FIG. 8 is an example of rules of a pattern grammar that may be used with the above method.
  • FIG. 9 and 10 show examples of artificial neural networks.
  • FIG. 1 1 illustrates a method that may be performed during training of the component detectors according to an exemplary embodiment of the invention.
  • FIG. 12 illustrates an example of a computer system capable of implementing methods and systems according to embodiments of the present invention.
  • FIGs. 1 -12 Exemplary embodiments of the invention are discussed in further detail with reference to FIGs. 1 -12. This invention may, however, be embodied in different forms and should not be construed as limited to the embodiments set forth herein.
  • the systems and methods described herein may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof.
  • at least a portion of the present invention may be implemented as an application comprising program instructions that are tangibly embodied on one or more program storage devices (e.g., hard disk, magnetic floppy disk, RAM, ROM, CD ROM, etc.) and executable by any device or machine comprising suitable architecture, such as a general purpose digital computer having a processor, memory, and input/output interfaces.
  • At least one embodiment of the invention was made in effort to make detection of threatening objects (e.g., guns, knives, explosives, etc.) easier even if they are disguised or separate into their constituent component parts.
  • threatening objects e.g., guns, knives, explosives, etc.
  • terrorists use both manufactured and improved firearms.
  • Firearms are even available from some manufacturers disguised as walking-sticks and guns may be
  • FIG. 1 illustrates a method of detecting an object deemed to be a threat according to an exemplary embodiment of the invention.
  • the method includes annotating sections of training image data to identify sections of the image as being at least one of the constituent components of the object (S101 ).
  • the annotating step may be skipped if a sufficient repository of annotated training images is already available.
  • the training image data may come from various modalities such as 2D X-ray, 3D Computed Tomography (CT), a millimeter wave scan, backscatter X-ray, etc.
  • the annotating may be performed manually by a user with experience in detecting the individual components.
  • the object when the object is a gun 200, the user can annotate (label) the left part 201 as being the barrel, the middle part 202 as being the lock, and the right part 203 as being the stock.
  • the object when the object is a knife 210, the user can annotate (label) the lower part 21 1 as the blade, the upper left part 212 as the guard, and the upper right part 213 as the handle.
  • the object can be a detonator or a bomb.
  • the object When the object is a detonator, user can annotate one part as being a tube and another part as being an explosive.
  • the tube is aluminum and the explosive is lead azide.
  • the user can annotate one part as being the detonator, another part as being the explosive, another part as being a cable (e.g., an electrical cable), and another part as being a battery.
  • a gun or a knife may include additional parts, and the parts shown may be divided further into sub- parts, for respective annotation.
  • the disclosure is discussed primarily with respect to knives, guns, and explosive devices, the invention is not limited to any particular type of threatening object.
  • the threatening object can include illicit drug paraphernalia, or other items that are typically disallowed during transport (e.g., air, rail, sea, etc.) such as box cutters, ice picks, scissors, bats, bows, arrows, grenades, screwdriver, hammer, etc.
  • guns as discussed above may include various firearms such as rifles, shotguns, machineguns, etc.
  • the annotating may consist of marking the component parts with seed points, landmark points, or drawing an outline around each component part. For example, an outline or seed point of a particular color could be used distinguish one component part of the object from another.
  • the method includes a step of encoding a pattern grammar describing the object using first order logic based predicate rules (S102).
  • S102 first order logic based predicate rules
  • the method next includes training component detectors to each detect a corresponding one of the components parts from the annotated training image data (S103).
  • the training is performed using Adaptive
  • AdaBoost AdaBoost
  • the training when the threatening object is a knife and it is broken into component parts such as a blade, guard, and a handle, the training generates a blade classifier 201 , a guard classifier 202, and a handle classifier 203.
  • the classifiers may be configured to output binary data (e.g., it's a blade, it's not a blade, it's a guard, it's not a guard, etc.) and a confidence value indicating the level of confidence in the classification.
  • One or more components parts may be distinctive of a particular type or subtype of threatening object.
  • one blade may be distinctive of not only a knife, but more particularly of particular type of knife, such as a bowie knife, a butterfly knife, etc.
  • the components in the training data can be further marked with the type or sub-type.
  • classifiers such as a Bowie classifier 401 and a butterfly classifier 402 would be generated, in addition to the overall knife classifier 403.
  • classifiers 401 and 402 can be omitted, and then the output of classifies 301 -303 would go directly to the knife classifier 403.
  • the component 301 -303 classifiers receive low level input features and the knife classifier 403 receives component features (e.g., features of blades, guards, etc.) from the component classifiers.
  • component features e.g., features of blades, guards, etc.
  • Each of the classifiers uses the rules of the pattern grammar to interpret features input to them against the training data to make their respective classifications.
  • the available training data is augmented with various perturbation (e.g., physics-based) models with respect to well defined statistics.
  • a perturbation is any one of various geometric transformations that can be performed on the entire object or part of the object. For example, a part of an edge of an object can be rotated, lengthened, shortened, or the width of an area of an object can be increased or decreased. In another example, the entire object could be enlarged, shrunk, rotated, etc.
  • the length of the stock of a shot gun can be shortened to simulate a sawed off shot-gun or the barrel of a gun can be lengthened to simulate different versions of a gun.
  • FIG. 5 illustrates examples 501 ->502 and 51 1 ->512 of different perturbations, such as geometric transformations being performed on existing training data to generate additional training data.
  • these perturbations may include adding artifacts or noise to an existing training image.
  • the additional artifacts can be random objects, noise, or known objects.
  • additional artifacts can be modeled from items typically found in a suitcase, but which with otherwise obscure or interfere with the view provided by the scanner (e.g., a metal pocket watch, a paper clip, etc.).
  • the additional objects added to training data overlap or superimpose at least one component (e.g., the blade) of the threatening object.
  • the overlapping may yield different results. For example, if added the object is a material that completely blocks X-rays such as lead, the overlapping portion will appear very dark. If the added object is some other material that does not completely block X-rays, then the overlapping portion may appear somewhat darker or it may be unaffected if X-rays are not obstructed in any way. Due to the above-described perturbations (modifications), additional synthetic images are added to the training data as examples of the threatening object to increase the detection accuracy of a component detector.
  • the method includes processing image data with the trained component detectors to identify the components of a threatening object
  • the image data may come from various modalities such as 2D X-ray, 3D Computed Tomography (CT), a millimeter wave scan, backscatter X-ray, etc.
  • CT Computed Tomography
  • the blade classifier 301 , guard classifier 302, and handle classifier 303 of FIG. 3 correspond to the trained component detectors and the processing runs each classifier against the image data or against features generated from low level detectors that process the image data.
  • classifiers/detectors of FIG. 3 may be referred to as data driven classifiers, which may trained for various views. There may be additional classifiers present that identify various shape features (e.g., ridge-like features of the blade) of the threatening object. The shape features and the component based features (e.g., is a blade/is not a blade) can be fed to the knife classifier 403 for classification.
  • shape features e.g., ridge-like features of the blade
  • the shape features and the component based features e.g., is a blade/is not a blade
  • the method of FIG. 1 includes executing the rules to detect the threatening object based on the components identified by the trained component detectors (S105).
  • the rules can be modeled using bilattice formalism.
  • FIG. 6, which contains FIGS. 6a, 6b, 6c, 6d, 6e and 6f, shows examples of different bilattices and the types of logic they can be used to model.
  • FIG. 6(a) for instance, models classical two valued logic
  • FIG. 6(b) models three valued logics
  • FIG. 6(c) models Belnap's four valued logics
  • FIGS. 6(d) and (e) model traditional and prioritized default logics
  • FIG. 6(f) models continuous valued logics.
  • a reasoning system is looked upon as a passive rational agent capable of reasoning under uncertainty.
  • Uncertainties assigned to the rules that guide reasoning, as well as detection uncertainties reported by the low level detectors, are taken from a set structured as a bilattice. These uncertainty measures are ordered along two axes, one along the source's degree of information and the other along the agent's degree of belief.
  • a single rule applied to its set of corresponding facts is referred to as a source here. There can be multiple rules deriving the same proposition (both positive and negative forms of it) and therefore we have multiple sources of information.
  • the minimal element here is 1 (completely unknown) while the maximal element is
  • the gib and the lub operators on the ⁇ k partial order are ⁇ 8> and ⁇ , respectively, where ⁇ corresponds to the combination of evidence from different sources or lines of reasoning while ® corresponds to the consensus operator.
  • the line joining 1 and LZJ represents the line of indifference. If the final uncertainty value associated with a hypothesis lies along this line, it means that the "degree of belief for" and “degree of belief against” cancel each other out and the agent cannot say whether the hypothesis is true or false.
  • a rectangular bilattice is modified such that ⁇ xi ,yi > ; ⁇ 2 , ⁇ 2 > ⁇ ⁇ - yi X2+y2-
  • Each element in this bilattice is a tuple with the first element encoding evidence for a proposition and the second encoding evidence against.
  • the element f (false) is denoted by the element ⁇ 0,1 > indicating, no evidence for but full evidence against, similarly element t is denoted by ⁇ 0,1 > element 1 by ⁇ 0,0> indicating no information at all and LUis denoted by ⁇ 1 ,1 >.
  • Inference in bilattice based reasoning frameworks is performed by computing the closure over the truth assignment.
  • a truth assignment is a function ⁇ : L-> B where B is a bilattice on truth values or uncertainty measures.
  • K be the knowledge base and ⁇ be a truth assignment, labeling every formula k e K, then the closure over k ⁇ ⁇ , denoted cl(cp) is the truth assignment that labels information entailed by K. For example, if ⁇ labels sentences ⁇ p,q - p ⁇ e K as
  • the symbols ⁇ , ⁇ ®, ⁇ are their infinite counterparts such
  • Table 1 shows an example, using a simplified logic program, illustrating the process of computing the closure as defined above by combining evidence from three sources.
  • the final uncertainty value computed is 0.4944, 0.72. This indicates that evidence against the hypothesis at (25, 95) at scale 0.9 exceeds evidence in favor of and, depending on the final threshold for detection, this hypothesis is likely to be rejected.
  • the system provides a straightforward technique to generate proofs from its inference tree. Since all of the bilattice based reasoning may be encoded as meta-logical rules in a logic programming language, predicates can be added that succeed when the rule fires and propagate character strings through the inference tree up to the root where they are aggregated and displayed. Such proofs can either be dumps of the logic program itself or be English text. In one implementation, the output of the logic program is provided as the proof tree.
  • a knowledge base can then be defined to detect different patterns of interest.
  • One may start by defining a number of predicates and their associated parameters pertinent to the problem at hand. For instance, for the knife detection problem, atoms such as knife(X,Y,S) (meaning there exists a knife at location (X,Y) and scale S in the image), blade(X,Y,S), guard(X,Y,S), handle(X,Y,S), etc. can be defined. Also defined are relational and geometric predicates such (Xi,Yi,Si ,X2,Y2,S2),
  • the next step involves specification of the pattern grammar for defining the threatening object, as logical rules, over these defined atoms.
  • Such rules would capture different aspects of the pattern to be recognized such as those shown in FIG. 8, which illustrates a sample subset of rules for knife detection.
  • Rules in such systems can be learnt automatically; however, such approaches are typically computationally very expensive.
  • the rules are manually encoded while automatically learning the uncertainties associated with them.
  • a desirable property of any reasoning framework is scalability.
  • Scalability is seen herein as an aspect of the present invention as a design principle wherein the model description is modular, hierarchical and
  • compositional reflecting the above understanding of the world.
  • the provided framework results in scalable systems if models are appropriately described as such.
  • object composition model based object embodiment model based
  • object context model based object context model based
  • composition models capture a hierarchical representation of the object pattern as a composition of its constituent part detections. These parts might by themselves be composed of sub-parts. Rules in this category try to support or refute the presence of a pattern based on the presence or absence of its constituent parts.
  • Embodiment model rules model knowledge about the object pattern's geometric layout and their embodiment in 3D projective spaces.
  • Context model rules attempt to model the surrounding context within which the pattern of interest is embedded. These rules would for example model interactions between a given object and other objects or other scene structures.
  • the pattern grammar for the threatening object detection problem is formulated as per the broad categories listed in the previous section.
  • Component based rules hypothesize that a threatening object is present at a particular location if one or more of the component part detectors described above detects a component part there. In other words, if a blade is detected at some location, one may say that there exists a knife there. There are positive rules, one each for the blade, guard, handle as well as negative rules that fire in the absence of these detections.
  • Geometry based rules validate or reject the threatening object (e.g., knife, gun, etc.) hypotheses based on geometric and scene information. This information is entered a priori in the system at setup time. Information is employed about expected length of knives and regions of expected handle locations.
  • the expected image length rule is based on homography information and domain knowledge. For example, fixing a Gaussian at a knife's expected length allows generation of scene consistency likelihoods for a particular hypothesis given its location and size.
  • the expected handle location region is a region demarcated in the image outside of which no valid handle can occur and therefore serves to eliminate false positives.
  • Context based rules may be present for a system that has to handle occlusions.
  • the idea here is that if the system does not detect a particular threatening object part, then it should be able to explain its absence for the hypothesis to be considered valid. If it fails to explain a threatening object part, then it is construed as evidence against the hypothesis being the object. Absence of threatening object parts may be detected using logic programming's ' negation as failure * operator (not). A valid explanation for a missing threatening object part could either be due to occlusions by static objects or due to occlusions by other objects.
  • Image boundaries may also be treated as occlusions and marked.
  • the fraction of overlap of the missing threatening object part with the static occlusion is computed and reported as the uncertainty of occlusion.
  • the process is similar for occlusions by other threatening object hypotheses, with the only difference being that, in addition to the degree of occlusion, we also take into account the degree of confidence of the hypothesis that is responsible for the occlusion, as illustrated in the second rule in FIG. 8.
  • a predicate logic based reasoning framework can be efficiently implemented in a logic programming language like Prolog. Distributions of Prolog like SWI-Prolog, allow for the straightforward integration of C++ with an embedded Prolog reasoning engine. Predefined rules can be inserted into the Prolog engine's knowledge base at set up time by the C++ module, along with information about scene geometry and other constraints. At runtime, the C++ module can apply the detectors on the given image, preprocess the feature detector output if needed, syntactically structure this output as logical facts, and finally insert it into the Prolog knowledge base. These detections then serve as initial hypotheses upon which the query can be performed. Since rules contain unbounded variables and observed facts contain constants as parameters, querying for a proposition in Prolog implies finding a suitable binding of the rule variables to the constants of the supporting facts. If no such binding is found, the corresponding rule does not fire.
  • FIG. 1 1 illustrates a method that can be used to perform the above-described training of a component detector according to an exemplary embodiment of the invention.
  • the method includes determining uncertainty values for the rules (S1 101 ), converting the rules into a neural network where the uncertainty values correspond to weights of links in the network (S1 102), and using a back-propagation modified to allow local gradients over a bilattice specific inference to optimize the link weights (S1 103).
  • An instantiated inference tree may be cast from the rules as the neural network (e.g., a knowledge-based neural network).
  • the modified back-propagation is a modified back-propagation algorithm to converge upon a set of rule weights that give optimal performance.
  • ANNs artificial neural networks
  • a number of nodes are introduced between the input and output nodes that are termed hidden nodes.
  • Each link connecting two nodes is assigned a link weight.
  • Learning in an ANN implies optimizing link weights to minimize the mean squared error between the network predicted output and ground truth, given input data.
  • the intermediate hidden nodes don't necessarily have to be meaningful entities.
  • KBANN knowledge based ANNs
  • all nodes, hidden or not, have a semantically relevant interpretation. This semantic interpretability arises out of careful construction of the KBANN.
  • the KBANN will be constructed from the rules.
  • Each node of the KBANN therefore directly corresponds to each instantiated atom of the rules while links weights correspond to rules weights.
  • optimizing the rule weights is a two step process. Step 1 is to use the rules and facts to create a KBANN and step 2 is to use a modified version of the standard back-propagation algorithm to optimize the link weights of the
  • the first step in a learning algorithm is to convert the rules to a representation of a knowledge-based artificial neural network.
  • a set of rules such as those depicted in FIG. 8.
  • the first step is to generate a grounded, propositional, representation for each of the rules.
  • ⁇ ( ⁇ ⁇ o n ,o n ,o ) w j X +
  • each term, j, On , 012, etc, represent grounded atoms such as knife(23, 47, 0.4), blade(43, 55, 0.9), etc.
  • the weights associated with these propositional rules correspond to the evidence_for component of the original rules. For a given rule, only the evidence for a component of the uncertainty attached to the rule is relevant. The evidence against component of the rule weight gets discarded during the inference due to the disjunction with ⁇ 0,0> (see equation (4)). Given a proposition, j, to be reasoned about, positive rules will contribute evidence supporting j, while negative rules will contribute evidence refuting it.
  • the evidence_for component of the negative rule will contribute to the evidence_against component of the proposition to be reasoned about due to the negation (refer to the example in Table 1 for more details.).
  • This grounded, propositional, rules representation can now be directly used to construct the artificial neural network.
  • observed features logical facts
  • propositions corresponding to the rule heads become output nodes and are placed at the top of the network.
  • Rule weights become link weights in the network.
  • FIG. 9 shows the KBANN derived from the set of grounded, propositional rules from (5). Conjuncts within a single rule may need to first pass through a conjunction node before reaching the consequent node where along with the weights they would get combined with contributions from other rules in a disjunction.
  • the links connecting the conjuncts to the product node are depicted using solid lines. This indicates that this weight is unadjustable and is always set to unity. Only the weights corresponding to the links depicted in dotted lines are adjustable as they correspond to the rule weights.
  • the change in link weight can be computed to be where
  • DS(j) is the set of nodes downstream from j.
  • this equation represents a general form of the closure operation before a commitment has been made on the underlying lattice structure and its corresponding gib and lub operators.
  • this formulation is slightly more complex due to the combination of observation nodes via the conjunction (product) node and then further combination of outputs of multiple rules via disjunction (probabilistic sum).
  • the probabilistic sum of weights can be easily differentiated, with respect to given weight w k as follows:
  • the rate of change of each rule weight can be computed as follows:
  • DS(j) is the set of nodes downstream from j.
  • the gradient has been analytically computed there are a number of techniques to perform the actual optimization.
  • it has been elected to perform online weight update, where for each data point the gradient is computed and used to instantaneously modify the rule weight.
  • This is in contrast to a batch approach where the cumulative gradient of a batch of data points is used to update the weights.
  • an online approach such as the one adopted is better suited for applications with limited access to annotated data.
  • the reasoning system provides not only a powerful means to detect complex objects, but it can also provide an explanation of why an object is inferred to be a threat. This information can be directly taken from the "parse tree" of the inference.
  • the pistol threat can provide the instantiated features of lock, stock, and barrel features, and the predicates that describe how those are connected, combined or put into context. This is valuable information that can enhance a user interface with the human in the loop.
  • a visual interpretation of the parse tree can be presented directly in the image, highlighting the compositional and contextual relation between the low-level components. For example, if a weapon is disassembled, on a press of a button, it can be shown in a configuration suggested by the instantiated set of rules, etc.
  • the detected and segmented parts of a disassembled pistol, explosive threat, etc. can also be animated in a "virtual assembly" for visual verification of the human operator. This provides the user intuitive suggestions to interpret the results from the automated processing.
  • a further exemplary embodiment of the invention attempts to bridge the gap between the need of designing a robust, automated, video surveillance system, and the capabilities of current low level video analytics modules. This embodiment has the potential to greatly advance intelligence, surveillance and reconnaissance capabilities of an automated surveillance system, thus in turn enhancing homeland security.
  • Reliably extracting patterns of human or vehicular activities in video can be difficult.
  • Complex visual patterns tend to be compositional and hierarchical.
  • an image of a human can be thought to be composed of a head, torso and limbs.
  • the image of the head is composed of hair and a face.
  • the image of the face is composed of eyes, a nose, a mouth, etc.
  • Such visual patterns tend to be challenging to detect, robustly as a whole, due to high degree of variability in shape, appearance, occlusions, articulation, and image noise among other factors.
  • An exemplary embodiment of the invention employs automated video surveillance modules that are based on advanced symbolic reasoning that sits on top of the current computer vision technologies. Knowledge of the patterns of human, vehicular, or boat activity is represented in a hierarchical, compositional manner to exploit this knowledge, in conjunction with the output of low level image level features, to effectively search for the presence of the patterns of interest in video.
  • a first order predicate logic based reasoning framework is mated with the probabilistic output of current image analytics modules.
  • the system described with respect to figures 1 -1 1 can be adapted to detect activities from patterns of interest in video. For example, assume the activity of illegal drug trafficking is associated with video clips of a weapon, bagged items, and certain type of boat.
  • a pattern grammar describing this illegal drug trafficking can then be encoded using a plurality of first order logic based predicate rules.
  • the rules could indicate that drug trafficking is present when the weapon and the bagged items are a certain distance away from the boat.
  • a component detector can be trained to identify each component of the drug trafficking, for example, one for detecting the weapon, one for detecting the bagged items, and another for detecting the boat.
  • video data can be processed with the component detectors to identify at least one of the components of the drug trafficking, and the rules can be executed to determine whether or not drug trafficking is present.
  • the training of these component detectors can be performed in a manner that is similar to that described above for the components detectors that detect the threatening object.
  • a reasoning framework can be applied for visual surveillance problems such as detecting of complex objects in aerial imagery, human detection, and identity maintenance.
  • Robust low level video analytics modules can be designed for tasks like moving object detection, object tracking, human posture and viewpoint estimation, detection of humans carrying packages, and analysis of vehicle trajectories. These modules provide atomic primitives that will serve as input to the high level reasoning, which will then be used to detect complex combinations of human and vehicular activities for security and safety use cases.
  • the system may facilitate the detection of complex compositional events spread out over time and across multiple cameras.
  • these modules are integrated with the Siemens' SiveillanceTM surveillance platform to develop an end-to-end proof- of-concept system.
  • Siemens' SiveillanceTM video surveillance platforms such a symbolic reasoning-based human and vehicular activity recognition approach will provide a robust solution to automated visual surveillance, making it possible to rapidly search for interesting activities in stored video or identify activities in real-time.
  • Such a system will greatly enhance situational awareness by providing proactive and predictive capabilities, thus providing advanced Intelligence, Surveillance and Reconnaissance capabilities at any site where it is deployed.
  • FIG. 12 shows an example of a computer system, which may implement a methods and systems of the present disclosure.
  • the system and methods of the present disclosure, or part of the system and methods may be implemented in the form of a software application running on a computer system, for example, a mainframe, personal computer (PC), handheld computer, server, etc.
  • a software application running on a computer system
  • the method of FIG. 1 and 1 1 may be implemented as software application(s).
  • These software applications may be stored on a computer readable media (such as hard disk drive memory 1008) locally accessible by the computer system and accessible via a hard wired or wireless connection to a network, for example, a local area network, or the Internet.
  • a computer readable media such as hard disk drive memory 1008
  • the computer system referred to generally as system 1000 may include, for example, a central processing unit (CPU) 1001 , a GPU (not shown), a random access memory (RAM) 1004, a printer interface 1010, a display unit 101 1 , a local area network (LAN) data transmission controller 1005, a LAN interface 1006, a network controller 1003, an internal bus 1002, and one or more input devices 1009, for example, a keyboard, mouse etc.
  • the system 1000 may be connected to a data storage device, for example, a hard disk, 1008 via a link 1007.
  • CPU 1001 may be the computer processor that performs some or all of the steps of the methods described above with reference to FIGS. 1 -12.

Abstract

A method of detecting an object in image data that is deemed to be a threat includes annotating sections of at least one training image to indicate whether each section is a component of the object (S101), encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules (S102), training distinct component detectors to each identify a corresponding one of the components based on the annotated training images (S103), processing image data with the component detectors to identify at least one of the components (S104), and executing the rules to detect the object based on the identified components (S105).

Description

OBJECT RECOGNITION FOR SECURITY SCREENING AND LONG RANGE
VIDEO SURVEILLANCE
CROSS-REFERENCE TO RELATED APPLICATIONS This application claims priority to U.S. Provisional Application No. 61/443,448 filed on February 16, 201 1 , and U.S. Provisional Application No. 61/443,296 filed on February 16, 201 1 , the disclosure of each is incorporated by reference herein.
BACKGROUND OF THE INVENTION
1 . Technical Field:
The present disclosure relates generally to computer vision, and more particularly, to security screening and long range video surveillance using computer vision. 2. Discussion of Related Art:
Security screening systems inspect checked and hand baggage, cargo, containers, passengers, etc. for content, such as, explosives, improvised explosive devices (lEDs), firearms, contraband, drugs, etc. They play a key role in the Homeland Defense/Security strategy for increased safety in airports, air and sea traffic. For instance, since August 2010 the government has mandated 100% air cargo screening, with possible extension to sea cargo. State-of-the-art security screening systems require improvement in a number of aspects. This includes (a) efficient and effective automation for improved throughput and focused operator attention and (b) a systems view and integration of various components in screening, e.g., reconstruction, segmentation, detection, recognition, visualization, standards, platform, etc., to achieve an efficient screening workflow.
A current system for security screening involves two stages. In a first, automated, stage, X-Ray, CT, etc. scan data is obtained and image reconstruction is performed. Resulting images often encode material properties, such as, density or effective atomic number Zetf, . Then, pixels or voxels of suspicious density and Zeff are identified, and contiguous regions segmented. Statistics of suspicious regions (e.g., mass, volume, etc.) are computed and compared to critical thresholds. In a second stage, identified suspicious regions are manually verified for occurrence of a threat by the human operator. This strategy is employed in many screening systems developed by various scanner vendors. However, these systems require a large amount of operator supervision, due to the large number of false alarms.
Further, there is an increasing need for fast extraction and review, from realtime and archived surveillance video, of activities involving humans, vehicles, packages or boats. This need has been driven by the rapid expansion of video camera network installations worldwide in response to enhanced site security and safety requirements. The amount of data acquired by such video surveillance devices today far exceeds the operator's capacity to understand its contents and meaningfully search through it. This represents a fundamental bottleneck in the security and safety infrastructure and has prevented video surveillance technology from reaching its full potential.
Automated video analytics modules operating over video surveillance systems provide one means of addressing this problem, by analyzing the contents of the video feed and generating a description of interesting events transpiring in the scene. However, these modules are inadequate to robustly detect human and vehicular activities in video.
SUMMARY OF THE INVENTION
According to an exemplary embodiment of the invention, a method of detecting an object in image data that is deemed to be a threat includes annotating sections of at least one training image to indicate whether each section is a component of the object, encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules, training distinct component detectors to each identify a corresponding one of the components based on the annotated training images, processing image data with the component detectors to identify at least one of the components, and executing the rules to detect the object based on the identified components. The pattern grammar may be implemented as instructions in a processor, where executing of the rules is performed by the processor executing the instructions.
The image data may be output by a security screening device. In at least one embodiment, the training is performed using Adaptive Boosting.
In an embodiment, the threatening object is a knife where the annotated sections indicate whether each component is one of a handle, a guard, or a blade of the knife. In an embodiment, the threatening object is a gun where the annotated sections indicate whether each component is one of a lock, a stock, or a barrel of the gun.
In an embodiment, the object is a detonator and the annotated sections indicate whether each component is one of a tube and an explosive material.
In an embodiment, the object is a bomb and the annotated sections indicate whether each component is one of a detonator, explosive material, a cable, and a battery.
The image data may be X-ray image data. The image data may be computed tomography (CT) image data.
In an embodiment, training includes determining uncertainty values for each of the rules, converting the rules into a knowledge-based artificial neural network, where each uncertainty value corresponds to a weight of a link in the neural network, and using a back-propagation algorithm modified to allow local gradients over a bilattice specific inference operation to optimize the link weights.
In an embodiment, the pattern grammar describes a visual pattern of the threatening object by encoding knowledge about contextual clues, scene geometry, and visual pattern constraints.
In an embodiment, the training of a corresponding one of the component detectors includes performing a physics-based perturbation on one of the annotated training images to generate a new annotated training image and training the distinct component detectors based on the annotated training images and the new
annotated training image.
The perturbation may be a geometric transformation. The performing of the perturbation may include adding another object to be superimposed with a
component in the training image to generate the new annotated training image.
According to an exemplary embodiment of the invention, a method of training a threat detector to detect an object in image data that is deemed to be a threat includes defining a pattern grammar to describe a visual pattern that is
representative of the object, encoding the pattern grammar using a plurality of first order predicate based logic rules, and dividing an object into component parts, training distinct component detectors to each detect a corresponding one of the component parts, and generating the threat detector from the rules. According to an exemplary embodiment of the invention, a method of detecting an activity in video data includes annotating sections of at least one training video to indicate whether each section is a component of the activity, encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules, training distinct component detectors to each identify a corresponding one of the components based on the annotated training videos, processing video data with the component detectors to identify at least one of the components, and executing the rules to detect the activity based on the identified components.
BRIEF DESCRIPTION OF THE DRAWINGS
Exemplary embodiments of the invention can be understood in more detail from the following descriptions taken in conjunction with the accompanying drawings in which:
FIG. 1 illustrates a method of detecting an object deemed to be a threat according to an exemplary embodiment of the invention.
FIG. 2A and 2B illustrate exemplary components of a threatening object that may be detected by application of the method.
FIG. 3 illustrates exemplary component detector or classifiers that may be used to detect the components.
FIG. 4 illustrates additional classifiers that may be used to detect the threatening object using outputs of the component detectors of FIG. 3.
FIG. 5 illustrates exemplary training images that may be created by performing perturbations on training data used to train the component detectors.
FIGS. 6a, 6b, 6c, 6d, 6e and 6f, shows examples of different bilattices and the types of logic they can be used to model.
FIG. 7 is an example of a bilatice square.
FIG. 8 is an example of rules of a pattern grammar that may be used with the above method.
FIG. 9 and 10 show examples of artificial neural networks.
FIG. 1 1 illustrates a method that may be performed during training of the component detectors according to an exemplary embodiment of the invention.
FIG. 12 illustrates an example of a computer system capable of implementing methods and systems according to embodiments of the present invention. DETAILED DESCRIPTION
Exemplary embodiments of the invention are discussed in further detail with reference to FIGs. 1 -12. This invention may, however, be embodied in different forms and should not be construed as limited to the embodiments set forth herein.
It is to be understood that the systems and methods described herein may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof. In particular, at least a portion of the present invention may be implemented as an application comprising program instructions that are tangibly embodied on one or more program storage devices (e.g., hard disk, magnetic floppy disk, RAM, ROM, CD ROM, etc.) and executable by any device or machine comprising suitable architecture, such as a general purpose digital computer having a processor, memory, and input/output interfaces. It is to be further understood that, because some of the constituent system components and process steps depicted in the accompanying Figures may be implemented in software, the connections between system modules (or the logic flow of method steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings herein, one of ordinary skill in the related art will be able to
contemplate these and similar implementations of the present invention.
At least one embodiment of the invention was made in effort to make detection of threatening objects (e.g., guns, knives, explosives, etc.) easier even if they are disguised or separate into their constituent component parts. For example, terrorists use both manufactured and improved firearms. Firearms are even available from some manufacturers disguised as walking-sticks and guns may be
manufactured to look like pens, key rings, and many other day-to-day items.
Criminals will sometimes saw-off the barrel and butt of a firearm to help make it shorter or more concealable. Handguns not only differ in general shape and size, but can also be constructed from metals, plastics, composite materials, and wood butts or grips. Further, a terrorist may partially dismantle a gun to make the components less recognizable as a firearm. Typically guns will be concealed by terrorists within electrical items; within suitcase linings, to take advantage of metal reinforcing strips and suitcase frames; behind very dense items; or placed at acute angles. A threatening object, such as a firearm can be viewed not as a "gun", but as a set of parts (e.g., "locks, stock, and barrel"). FIG. 1 illustrates a method of detecting an object deemed to be a threat according to an exemplary embodiment of the invention. The method includes annotating sections of training image data to identify sections of the image as being at least one of the constituent components of the object (S101 ).
The annotating step may be skipped if a sufficient repository of annotated training images is already available. The training image data may come from various modalities such as 2D X-ray, 3D Computed Tomography (CT), a millimeter wave scan, backscatter X-ray, etc.
The annotating may be performed manually by a user with experience in detecting the individual components. As shown in FIG. 2A, when the object is a gun 200, the user can annotate (label) the left part 201 as being the barrel, the middle part 202 as being the lock, and the right part 203 as being the stock. As shown in FIG. 2B, when the object is a knife 210, the user can annotate (label) the lower part 21 1 as the blade, the upper left part 212 as the guard, and the upper right part 213 as the handle. Although not shown in the figures, in other embodiments, the object can be a detonator or a bomb. When the object is a detonator, user can annotate one part as being a tube and another part as being an explosive. In an embodiment, the tube is aluminum and the explosive is lead azide. When the object is a bomb, the user can annotate one part as being the detonator, another part as being the explosive, another part as being a cable (e.g., an electrical cable), and another part as being a battery.
However, embodiments of the invention are not limited the components parts mentioned above or illustrated in FIG. 2A and FIG. 2B. For example, a gun or a knife may include additional parts, and the parts shown may be divided further into sub- parts, for respective annotation. Further, while the disclosure is discussed primarily with respect to knives, guns, and explosive devices, the invention is not limited to any particular type of threatening object. For example, the threatening object can include illicit drug paraphernalia, or other items that are typically disallowed during transport (e.g., air, rail, sea, etc.) such as box cutters, ice picks, scissors, bats, bows, arrows, grenades, screwdriver, hammer, etc. Further, guns as discussed above may include various firearms such as rifles, shotguns, machineguns, etc.
The annotating may consist of marking the component parts with seed points, landmark points, or drawing an outline around each component part. For example, an outline or seed point of a particular color could be used distinguish one component part of the object from another.
Referring back to FIG. 1 , the method includes a step of encoding a pattern grammar describing the object using first order logic based predicate rules (S102). The grammar and the rules will be discussed in more detail below.
The method next includes training component detectors to each detect a corresponding one of the components parts from the annotated training image data (S103). In at least one embodiment, the training is performed using Adaptive
Boosting (AdaBoost).
For example, as shown in FIG. 2A, when the threatening object is a knife and it is broken into component parts such as a blade, guard, and a handle, the training generates a blade classifier 201 , a guard classifier 202, and a handle classifier 203. Had the knife been broken into additional component parts due to the annotation of the training data, additional corresponding classifiers would have been generated. The classifiers may be configured to output binary data (e.g., it's a blade, it's not a blade, it's a guard, it's not a guard, etc.) and a confidence value indicating the level of confidence in the classification.
One or more components parts may be distinctive of a particular type or subtype of threatening object. For example, one blade may be distinctive of not only a knife, but more particularly of particular type of knife, such as a bowie knife, a butterfly knife, etc. Thus, the components in the training data can be further marked with the type or sub-type. Thus, referring to FIG. 4, classifiers such as a Bowie classifier 401 and a butterfly classifier 402 would be generated, in addition to the overall knife classifier 403. When the sub-type information is unknown, classifiers 401 and 402 can be omitted, and then the output of classifies 301 -303 would go directly to the knife classifier 403. In this case, the component 301 -303 classifiers receive low level input features and the knife classifier 403 receives component features (e.g., features of blades, guards, etc.) from the component classifiers. Each of the classifiers uses the rules of the pattern grammar to interpret features input to them against the training data to make their respective classifications.
However, the amount of training image data available may be relatively small. Thus, in at least one embodiment of the invention, the available training data is augmented with various perturbation (e.g., physics-based) models with respect to well defined statistics. A perturbation is any one of various geometric transformations that can be performed on the entire object or part of the object. For example, a part of an edge of an object can be rotated, lengthened, shortened, or the width of an area of an object can be increased or decreased. In another example, the entire object could be enlarged, shrunk, rotated, etc. For example, the length of the stock of a shot gun can be shortened to simulate a sawed off shot-gun or the barrel of a gun can be lengthened to simulate different versions of a gun.
FIG. 5 illustrates examples 501 ->502 and 51 1 ->512 of different perturbations, such as geometric transformations being performed on existing training data to generate additional training data. As shown in FIG. 5 these perturbations may include adding artifacts or noise to an existing training image. The additional artifacts can be random objects, noise, or known objects. For example, additional artifacts can be modeled from items typically found in a suitcase, but which with otherwise obscure or interfere with the view provided by the scanner (e.g., a metal pocket watch, a paper clip, etc.). The additional objects added to training data overlap or superimpose at least one component (e.g., the blade) of the threatening object.
Based on the type of object, the overlapping may yield different results. For example, if added the object is a material that completely blocks X-rays such as lead, the overlapping portion will appear very dark. If the added object is some other material that does not completely block X-rays, then the overlapping portion may appear somewhat darker or it may be unaffected if X-rays are not obstructed in any way. Due to the above-described perturbations (modifications), additional synthetic images are added to the training data as examples of the threatening object to increase the detection accuracy of a component detector.
Referring back to FIG. 1 , the method includes processing image data with the trained component detectors to identify the components of a threatening object
(S104). For example, the image data may come from various modalities such as 2D X-ray, 3D Computed Tomography (CT), a millimeter wave scan, backscatter X-ray, etc. For example, assume that the blade classifier 301 , guard classifier 302, and handle classifier 303 of FIG. 3 correspond to the trained component detectors and the processing runs each classifier against the image data or against features generated from low level detectors that process the image data. The
classifiers/detectors of FIG. 3 may be referred to as data driven classifiers, which may trained for various views. There may be additional classifiers present that identify various shape features (e.g., ridge-like features of the blade) of the threatening object. The shape features and the component based features (e.g., is a blade/is not a blade) can be fed to the knife classifier 403 for classification.
Next, the method of FIG. 1 includes executing the rules to detect the threatening object based on the components identified by the trained component detectors (S105).
In at least one embodiment, the rules can be modeled using bilattice formalism. FIG. 6, which contains FIGS. 6a, 6b, 6c, 6d, 6e and 6f, shows examples of different bilattices and the types of logic they can be used to model. FIG. 6(a) for instance, models classical two valued logic, FIG. 6(b) models three valued logics, FIG. 6(c) models Belnap's four valued logics, FIGS. 6(d) and (e) model traditional and prioritized default logics, and FIG. 6(f) models continuous valued logics.
Further to FIG. 6, the choice of different lattices that compose the bilattice give rise to different logics as shown in the figures FIG. 6(a) bilattice for two valued logics (trivial bilattice) with only true and false nodes, FIG. 6(b) bilattice for three valued logic with additional node for unknown FIG. 6(c) bilattice for four valued logics with additional node for contradiction FIG. 6(d) bilattice for default logics, FIG. 6(e) bilattice for prioritized default logics and FIG. 6(e) bilattice for continuous valued logic.
In at least one embodiment, a reasoning system is looked upon as a passive rational agent capable of reasoning under uncertainty. Uncertainties assigned to the rules that guide reasoning, as well as detection uncertainties reported by the low level detectors, are taken from a set structured as a bilattice. These uncertainty measures are ordered along two axes, one along the source's degree of information and the other along the agent's degree of belief. A single rule applied to its set of corresponding facts is referred to as a source here. There can be multiple rules deriving the same proposition (both positive and negative forms of it) and therefore we have multiple sources of information.
A lattice is a set L equipped with a partial ordering ^over its elements, a greatest lower bound (gib) and a lowest upper bound (lub) and is denoted as Λ=(Ι_, ,Ξ≥) where gib and lub are operations from Lxl_→L that are idempotent,
commutative and associative. Such a lattice is said to be complete, iff for every nonempty subset M of L, there exists a unique lub and gib.
A bilattice is a triple B=(B, ^t, ^ k), where B is a nonempty set containing at least two elements and (B, =≥t), (B, =≥k) are complete lattices. Informally a bilattice is a set B of uncertainty measures composed of two complete lattices (B, ,= t) and
(B,≥k) each of which is associated with a partial order ^t and = k respectively.
The ^t partial order (agent's degree of belief) indicates how true or false a particular value is, with f being the minimal and t being the maximal while the == k partial order indicates how much is known about a particular proposition. The minimal element here is 1 (completely unknown) while the maximal element is
LH (representing a contradictory state of knowledge where a proposition is both true and false). The gib and the lub operators on the l=t partial order are /\ and v and correspond to the usual logical notions of conjunction and disjunction, respectively.
The gib and the lub operators on the ^ k partial order are <8> and © , respectively, where © corresponds to the combination of evidence from different sources or lines of reasoning while ® corresponds to the consensus operator. A bilattice is also equipped with a negation operator that inverts the sense of the =t partial order while leaving the ^ k partial order intact and a conflation operator - which inverts the sense of the = k partial order while leaving the ;=t partial order intact.
The intuition is that every piece of knowledge, be it a rule or an observation from the real world, provides different degrees of information. An agent that has to reason about the state of the world based on this input, will have to translate the source's degree of information, to its own degree of belief. Ideally, the more information a source provides, the more strongly an agent is likely to believe it (e.g., closer to the extremities of the t-axis). The only exception to this rule is when contradictory information is present. For example, when two sources contradict each other, it will cause the agent's degree of belief to decrease despite the increase in information content. It is this decoupling of the sources and the ability of the agent to reason independently along the truth axis that helps us address the issues raised in the previous section. It is noted that the line joining 1 and LZJ represents the line of indifference. If the final uncertainty value associated with a hypothesis lies along this line, it means that the "degree of belief for" and "degree of belief against" cancel each other out and the agent cannot say whether the hypothesis is true or false.
Ideally the final uncertainty values should be either f or t, but noise in observations as well as less than completely reliable rules typically prevents such. The horizontal line joining t and f is the line of consistency. For any point along this line, the "degree of belief for" will be equal to "(1 -degree of belief against)" and thus the final answer will be consistent. A rectangular bilattice is a structure < k ' =(LxR, ,=t, ^ k), where for every
Χι ,χ2 ε Λ and yi ,y2 E P, < - ~ - , ... ... . „ *,
(xi * >!i) ¾ (j¾ , ¾) t ¾ ¾ and yi ≥$ ¾,
and " An element
(xi ,yi ) of the rectangular bilattice -^ ^ may be interpreted such that xi represents the amount of belief for some assertion while yi represents the amount of belief against it. If one denotes the gib and lub operations of complete lattices Λ =(L, <Ξ≥ l) and P=(R, = ) by AL and vz respectively, one can define the gib and lub operations along each axis of the bilattice as follows
,. ·< <· >, m it V ) £3> V f .¾„ \! A&
>!ι) Φ(¾, js) fri. γι¾ >!i vf )»
Of interest to embodiments of the invention is a particular class of rectangular bilattices where Aand P coincide. These structures are called squares and is abbreviated as Λ2. Since detection likelihoods reported by the low level detectors are typically normalized to lie in the [0,1 ] interval, the underlying lattice that one is interested in is Λ=([0,1 ], = ). The bilattice that is formed by Λ2 is depicted in FIG. 7 with the bilattice square B=([0,1 ]2, ,=t , ,= k). Every element of this bilattice is of the form evidence_for or, evidence_against. Note that with this choice of the lattice, becomes a complete ordering, meaning all members of the lattice are comparable.
The definition of a rectangular bilattice is modified such that <xi ,yi > ;Ξ≥ί<χ22> Ό· Χι- yi
Figure imgf000013_0001
X2+y2- Each element in this bilattice is a tuple with the first element encoding evidence for a proposition and the second encoding evidence against. In this bilattice, the element f (false) is denoted by the element <0,1 > indicating, no evidence for but full evidence against, similarly element t is denoted by <0,1 > element 1 by <0,0> indicating no information at all and LUis denoted by <1 ,1 >. To fully define gib and lub operators along both the axes of the bilattice as listed in equation (1 ), one needs to define the gib and lub operators for the underlying lattice ([0,1 ], A popular choice for such operators are triangular- norms and triangular-conorms. The triangular norm may be used to model the gib operator and the triangular conorm may be used to model the lub operator within each lattice.
A mapping J:[0,1 ]x[0,1] -> [0,1] is a triangular norm (t-norm) iff J satisfies properties: Symmetry: J(a,b)=J(b,a), V a,b e [0,1 ], Associativity: J(a,J(b,c)=J(J(a,b),c),
V abce [0,1 ], Monotonicity: J(a,b) ^J(a',b') if a=a' and b=b', and One identity: J(a,1 )=a, V a e [0,1 ]. A mapping S:[0,1 ]x[0,1 ]→ [0,1 ] is a triangular conorm (t- cornorm) iff S satisfies properties: Symmetry: S(a,b)=S(b,a), V a,b e [0,1],
Associativity: S(a,S(b,c)=S(S(a,b),c), V abce [0,1 ], Monotonicity: S(a,b) <≥S(a',b') if a^a' and b= b', and Zero identity: S(a,0)=a, V a e [0,1 ].
If J is a t-norm, then the equality S(a,b)=1 -J(1 -a,1 -b) defines a t-conorm and one says that S is derived from J. There are number of possible t-norms and t- conorms one can choose. In an embodiment, for the underlying lattice, L=([0,1], one chooses the t-norm such that J(a,b)≡a Az b=ab and consequently chooses the t- conorm as S(a,b)≡aVLb=a+b-ab. Based on this, the gib and lub operators for each axis of the bilattice B can then be defined as per equation (1 ).
Inference in bilattice based reasoning frameworks is performed by computing the closure over the truth assignment. Given a declarative language L, a truth assignment is a function φ: L-> B where B is a bilattice on truth values or uncertainty measures. Let K be the knowledge base and φ be a truth assignment, labeling every formula k e K, then the closure over k ε Κ, denoted cl(cp) is the truth assignment that labels information entailed by K. For example, if φ labels sentences {p,q - p} e K as
<1 ,0> (true); i.e. φ(ρ)=<1 ,0> and cp(q - p)=<1 ,0>, then cl(cp) should also label q as
<1 ,0> as it is information entailed by K. Entailment is denoted by the symbol ' d. '
Figure imgf000014_0001
Let Sq + C L be the collection of minimal subsets of sentences in K entailing q. For each U e Sq + , the uncertainty measure to be assigned to the conjunction of elements of U is the term
Λ cl(cp)(p) (2),
peU
which represents the conjunction of the closure of the elements of U. Recall that
A and v are gib and lub operators along the -≤≥t ordering and <8> and © are operators along = k axis. The symbols Λ,ν ®,θ are their infinite counterparts such
that©^ p = ργ ® p2 ® , ... , etc. It is important to note that this term is merely a contribution to the final uncertainty measure of q and not the final uncertainty measure itself. The reason it is merely a contribution is because there could be other sets of sentences in Sq that entail q representing different lines of reasoning (or, in the instant case, different rules and supporting facts). The contributions of these sets of sentences need to be combined using the © operator along the information (;= k) axis. Also, if the expression in equation (2) evaluates to false, then its contribution to the value of q should be <0,0> (unknown) and not <0,1 > (false). These arguments suggest that the closure over φ of q is
Figure imgf000014_0002
where l is <0,0>. This is however, only part of the information. One can also take into account the sets of sentences entailing ->q. Let Sq " be collections of minimal subsets in K entailing ->q. Aggregating information from Sq " yields the following expression
Figure imgf000014_0003
Table 1 shows an example, using a simplified logic program, illustrating the process of computing the closure as defined above by combining evidence from three sources. In this example, the final uncertainty value computed is 0.4944, 0.72. This indicates that evidence against the hypothesis at (25, 95) at scale 0.9 exceeds evidence in favor of and, depending on the final threshold for detection, this hypothesis is likely to be rejected. Table 1 illustrates an example showing an inference using closure within a ([0,1 ]2, ,≥t,= k) bilattice.
TABLE 1
In addition to using the explanatory ability of logical rules, one can also provide these explanations to the user as justification of why the system believes that a given hypothesis is a threatening object (e.g., a knife, a gun, etc). The system provides a straightforward technique to generate proofs from its inference tree. Since all of the bilattice based reasoning may be encoded as meta-logical rules in a logic programming language, predicates can be added that succeed when the rule fires and propagate character strings through the inference tree up to the root where they are aggregated and displayed. Such proofs can either be dumps of the logic program itself or be English text. In one implementation, the output of the logic program is provided as the proof tree.
A knowledge base can then be defined to detect different patterns of interest. One may start by defining a number of predicates and their associated parameters pertinent to the problem at hand. For instance, for the knife detection problem, atoms such as knife(X,Y,S) (meaning there exists a knife at location (X,Y) and scale S in the image), blade(X,Y,S), guard(X,Y,S), handle(X,Y,S), etc. can be defined. Also defined are relational and geometric predicates such (Xi,Yi,Si ,X2,Y2,S2),
smaller(X1 ,Y1,Si,X2,Y2,S2), sceneconsistent(X,Y,S) (meaning the hypothesis at (X,Y) and scale S is consistent with the scene geometry and conforms, within bounds, to the expected size of an object at the location.)
The next step involves specification of the pattern grammar for defining the threatening object, as logical rules, over these defined atoms. Such rules would capture different aspects of the pattern to be recognized such as those shown in FIG. 8, which illustrates a sample subset of rules for knife detection. Rules in such systems can be learnt automatically; however, such approaches are typically computationally very expensive. In one embodiment the rules are manually encoded while automatically learning the uncertainties associated with them.
A desirable property of any reasoning framework is scalability. One may expect scalability in vision systems as different objects or pattern classes are hierarchically composed of constituent patterns that share features like textures, edges etc. and as objects inhabit the same optical world and are imaged by similar optical sensors. Scalability is seen herein as an aspect of the present invention as a design principle wherein the model description is modular, hierarchical and
compositional, reflecting the above understanding of the world. The provided framework results in scalable systems if models are appropriately described as such.
With this goal in mind, the following design principle is provided as an aspect of the present invention for object pattern grammar specification. The rule
specification is partitioned into three broad categories: object composition model based, object embodiment model based and object context model based.
Rules encoding composition models capture a hierarchical representation of the object pattern as a composition of its constituent part detections. These parts might by themselves be composed of sub-parts. Rules in this category try to support or refute the presence of a pattern based on the presence or absence of its constituent parts.
Embodiment model rules model knowledge about the object pattern's geometric layout and their embodiment in 3D projective spaces. Context model rules attempt to model the surrounding context within which the pattern of interest is embedded. These rules would for example model interactions between a given object and other objects or other scene structures.
There typically exist multiple rules that derive the same proposition. These multiple rules are interpreted in logic programming as disjunctions (i.e. rule 1 is true or rule 2 is true etc). Writing rules in this manner makes each rule independently 'vote* for the proposition to be inferred. This disjunctive specification results in a scalable solution where the absence of a single observation does not completely preempt the final output, but merely reduces its final confidence value. As can be seen from the subset of rules in FIG. 8, the inference tree formed would be comprised of conjunctions, disjunctions and different kinds of negations.
The pattern grammar for the threatening object detection problem is formulated as per the broad categories listed in the previous section. Component based rules hypothesize that a threatening object is present at a particular location if one or more of the component part detectors described above detects a component part there. In other words, if a blade is detected at some location, one may say that there exists a knife there. There are positive rules, one each for the blade, guard, handle as well as negative rules that fire in the absence of these detections.
Geometry based rules validate or reject the threatening object (e.g., knife, gun, etc.) hypotheses based on geometric and scene information. This information is entered a priori in the system at setup time. Information is employed about expected length of knives and regions of expected handle locations. The expected image length rule is based on homography information and domain knowledge. For example, fixing a Gaussian at a knife's expected length allows generation of scene consistency likelihoods for a particular hypothesis given its location and size. The expected handle location region is a region demarcated in the image outside of which no valid handle can occur and therefore serves to eliminate false positives.
Context based rules may be present for a system that has to handle occlusions. The idea here is that if the system does not detect a particular threatening object part, then it should be able to explain its absence for the hypothesis to be considered valid. If it fails to explain a threatening object part, then it is construed as evidence against the hypothesis being the object. Absence of threatening object parts may be detected using logic programming's 'negation as failure* operator (not). A valid explanation for a missing threatening object part could either be due to occlusions by static objects or due to occlusions by other objects.
Explaining missed detections due to occlusions by static objects is
straightforward. At setup, in one embodiment, all static occlusions are marked.
Image boundaries may also be treated as occlusions and marked. For a given hypothesis, the fraction of overlap of the missing threatening object part with the static occlusion is computed and reported as the uncertainty of occlusion. The process is similar for occlusions by other threatening object hypotheses, with the only difference being that, in addition to the degree of occlusion, we also take into account the degree of confidence of the hypothesis that is responsible for the occlusion, as illustrated in the second rule in FIG. 8.
This rule will check to see if knife(X,Y,S)'s guard is occluded by another knife(Xo,Yo,So) under condition that Yo>Y, meaning the occluded knife is behind the 'occluder*. It is important to note that this would induce a scene geometry
constrained, hierarchy in the parse graph, since whether or not a given hypothesis is a knife depends on whether or not a hypothesis in front of it was inferred as being a valid pattern of interest. There exist similar rules for other components and also rules deriving a knife in the absence of explanations for missing parts.
A predicate logic based reasoning framework can be efficiently implemented in a logic programming language like Prolog. Distributions of Prolog like SWI-Prolog, allow for the straightforward integration of C++ with an embedded Prolog reasoning engine. Predefined rules can be inserted into the Prolog engine's knowledge base at set up time by the C++ module, along with information about scene geometry and other constraints. At runtime, the C++ module can apply the detectors on the given image, preprocess the feature detector output if needed, syntactically structure this output as logical facts, and finally insert it into the Prolog knowledge base. These detections then serve as initial hypotheses upon which the query can be performed. Since rules contain unbounded variables and observed facts contain constants as parameters, querying for a proposition in Prolog implies finding a suitable binding of the rule variables to the constants of the supporting facts. If no such binding is found, the corresponding rule does not fire.
It is important to note that complexity of general inference in predicate logics can be combinatorial. In practice, however, variable interdependencies between different atoms of a rule restrict the search space significantly. Specifically, in the pattern grammar formulation described herein, there exists significant reuse of the variables between atoms both within and across different rules. Additionally, Prolog can be set up to index facts based on specific variables further reducing complexity of variable binding.
FIG. 1 1 illustrates a method that can be used to perform the above-described training of a component detector according to an exemplary embodiment of the invention. Referring to FIG. 1 1 , the method includes determining uncertainty values for the rules (S1 101 ), converting the rules into a neural network where the uncertainty values correspond to weights of links in the network (S1 102), and using a back-propagation modified to allow local gradients over a bilattice specific inference to optimize the link weights (S1 103).
An instantiated inference tree may be cast from the rules as the neural network (e.g., a knowledge-based neural network). The modified back-propagation is a modified back-propagation algorithm to converge upon a set of rule weights that give optimal performance.
Traditionally, artificial neural networks (ANNs) are modeled as black boxes. Given a set of input and output variables, and training data, a network is created in which the input nodes correspond to the input variables and the output nodes correspond to the output variables. Depending on the nature of the problem to be solved and a priori assumptions, a number of nodes are introduced between the input and output nodes that are termed hidden nodes. Each link connecting two nodes is assigned a link weight. Learning in an ANN implies optimizing link weights to minimize the mean squared error between the network predicted output and ground truth, given input data. In such networks, the intermediate hidden nodes don't necessarily have to be meaningful entities.
In knowledge based ANNs (KBANN), all nodes, hidden or not, have a semantically relevant interpretation. This semantic interpretability arises out of careful construction of the KBANN. In an exemplary embodiment, the KBANN will be constructed from the rules. Each node of the KBANN therefore directly corresponds to each instantiated atom of the rules while links weights correspond to rules weights. Given the rules, optimizing the rule weights is a two step process. Step 1 is to use the rules and facts to create a KBANN and step 2 is to use a modified version of the standard back-propagation algorithm to optimize the link weights of the
KBANN, thus in turn optimizing the rule weights in the original rules.
The first step in a learning algorithm according to an exemplary embodiment of the invention is to convert the rules to a representation of a knowledge-based artificial neural network. Consider a set of rules, such as those depicted in FIG. 8.
Given a set of training data, in the form of observed logical facts and associated ground truth, the first step is to generate a grounded, propositional, representation for each of the rules. Below is one such set of propositional rule representation. Φ(ϊ ^ on ,on,o ) = w jX +
ΦΟ' - o2 j , o22 ) = Wj2 + (5)
where each term, j, On , 012, etc, represent grounded atoms such as knife(23, 47, 0.4), blade(43, 55, 0.9), etc. The weights associated with these propositional rules correspond to the evidence_for component of the original rules. For a given rule, only the evidence for a component of the uncertainty attached to the rule is relevant. The evidence against component of the rule weight gets discarded during the inference due to the disjunction with <0,0> (see equation (4)). Given a proposition, j, to be reasoned about, positive rules will contribute evidence supporting j, while negative rules will contribute evidence refuting it. The evidence_for component of the negative rule will contribute to the evidence_against component of the proposition to be reasoned about due to the negation (refer to the example in Table 1 for more details.). This grounded, propositional, rules representation can now be directly used to construct the artificial neural network. In such a network, observed features (logical facts) become the input nodes, while propositions corresponding to the rule heads become output nodes and are placed at the top of the network. Rule weights become link weights in the network.
FIG. 9 shows the KBANN derived from the set of grounded, propositional rules from (5). Conjuncts within a single rule may need to first pass through a conjunction node before reaching the consequent node where along with the weights they would get combined with contributions from other rules in a disjunction. In FIG. 9, the links connecting the conjuncts to the product node are depicted using solid lines. This indicates that this weight is unadjustable and is always set to unity. Only the weights corresponding to the links depicted in dotted lines are adjustable as they correspond to the rule weights.
Consider a simple ANN as shown in FIG. 10. In traditional back propagation, the output of an output node is:
Figure imgf000020_0001
where σ is the sigmoid function and where The error at the output node is
Figure imgf000021_0001
where tj is the ground truth for node j. Based on this measure of error, the change of a particular link weight is set to be proportional to the rate of change of error with respect to that link weight. Thus
Using standard back-propagation calculus, the change in link weight can be computed to be
Figure imgf000021_0002
where
(1 1 )
Figure imgf000021_0003
if j is an output node and
if j is a non-output node, where DS(j) is the set of nodes downstream from j.
These equations need to be extended to the KBANN depicted in FIG. 9. This involves computing gradients over the bilattice specific inference operation. Recall that in the bilattice based logical reasoning approach, inference is performed by computing the closure over a logic program using (4). This equation can be simplified as
Figure imgf000022_0001
Note that this equation represents a general form of the closure operation before a commitment has been made on the underlying lattice structure and its corresponding gib and lub operators. Once the choice of the underlying lattice and corresponding operators has been made, in conjunction with equations (8), (9) and (13), it should be possible to compute the rate of change of each of the rule weights.
Consistent with earlier description, the underlying lattice will be chosen to be
L=([0,1 ], and the t-norm will be chosen to be J (a,b)≡a Az b=ab and t-conorm as
S(a,b)≡aVLb=a+b-ab. As defined earlier, the gib and lub operators for each axis of the bilattice B can then be defined as per equation (1 ). Plugging these operator instantiations in equation (13), it can be further simplified to
Figure imgf000022_0002
where a ^ b— a+b-ab
Note that, unlike the traditional output equation for back propagation equation (7), this formulation is slightly more complex due to the combination of observation nodes via the conjunction (product) node and then further combination of outputs of multiple rules via disjunction (probabilistic sum). The probabilistic sum of weights, can be easily differentiated, with respect to given weight wk as follows:
1 - J .
Figure imgf000022_0003
Using equation (14) and (15), the gradients can be computed to be
Figure imgf000023_0001
The rate of change of each rule weight can be computed as follows:
Figure imgf000023_0002
where j if j is an output node and
Figure imgf000023_0003
if j is a non-output node, where DS(j) is the set of nodes downstream from j.
Once analytically computed the gradient has been analytically computed there are a number of techniques to perform the actual optimization. In one embodiment it has been elected to perform online weight update, where for each data point the gradient is computed and used to instantaneously modify the rule weight. This is in contrast to a batch approach where the cumulative gradient of a batch of data points is used to update the weights. It is believed that an online approach such as the one adopted is better suited for applications with limited access to annotated data. The reasoning system provides not only a powerful means to detect complex objects, but it can also provide an explanation of why an object is inferred to be a threat. This information can be directly taken from the "parse tree" of the inference. For example, for the pistol threat it can provide the instantiated features of lock, stock, and barrel features, and the predicates that describe how those are connected, combined or put into context. This is valuable information that can enhance a user interface with the human in the loop. A visual interpretation of the parse tree can be presented directly in the image, highlighting the compositional and contextual relation between the low-level components. For example, if a weapon is disassembled, on a press of a button, it can be shown in a configuration suggested by the instantiated set of rules, etc. The detected and segmented parts of a disassembled pistol, explosive threat, etc., can also be animated in a "virtual assembly" for visual verification of the human operator. This provides the user intuitive suggestions to interpret the results from the automated processing.
A further exemplary embodiment of the invention attempts to bridge the gap between the need of designing a robust, automated, video surveillance system, and the capabilities of current low level video analytics modules. This embodiment has the potential to greatly advance intelligence, surveillance and reconnaissance capabilities of an automated surveillance system, thus in turn enhancing homeland security.
Reliably extracting patterns of human or vehicular activities in video can be difficult. Complex visual patterns tend to be compositional and hierarchical. For example, an image of a human can be thought to be composed of a head, torso and limbs. The image of the head is composed of hair and a face. The image of the face is composed of eyes, a nose, a mouth, etc. Such visual patterns tend to be challenging to detect, robustly as a whole, due to high degree of variability in shape, appearance, occlusions, articulation, and image noise among other factors.
An exemplary embodiment of the invention employs automated video surveillance modules that are based on advanced symbolic reasoning that sits on top of the current computer vision technologies. Knowledge of the patterns of human, vehicular, or boat activity is represented in a hierarchical, compositional manner to exploit this knowledge, in conjunction with the output of low level image level features, to effectively search for the presence of the patterns of interest in video. In an exemplary embodiment of the invention, a first order predicate logic based reasoning framework is mated with the probabilistic output of current image analytics modules. The system described with respect to figures 1 -1 1 can be adapted to detect activities from patterns of interest in video. For example, assume the activity of illegal drug trafficking is associated with video clips of a weapon, bagged items, and certain type of boat. A pattern grammar describing this illegal drug trafficking can then be encoded using a plurality of first order logic based predicate rules. For example, the rules could indicate that drug trafficking is present when the weapon and the bagged items are a certain distance away from the boat. Then a component detector can be trained to identify each component of the drug trafficking, for example, one for detecting the weapon, one for detecting the bagged items, and another for detecting the boat. Then video data can be processed with the component detectors to identify at least one of the components of the drug trafficking, and the rules can be executed to determine whether or not drug trafficking is present. The training of these component detectors can be performed in a manner that is similar to that described above for the components detectors that detect the threatening object.
In addition to activity recognition, such as a reasoning framework can be applied for visual surveillance problems such as detecting of complex objects in aerial imagery, human detection, and identity maintenance.
Robust low level video analytics modules can be designed for tasks like moving object detection, object tracking, human posture and viewpoint estimation, detection of humans carrying packages, and analysis of vehicle trajectories. These modules provide atomic primitives that will serve as input to the high level reasoning, which will then be used to detect complex combinations of human and vehicular activities for security and safety use cases.
The system may facilitate the detection of complex compositional events spread out over time and across multiple cameras.
In an exemplary embodiment of the invention, these modules are integrated with the Siemens' Siveillance™ surveillance platform to develop an end-to-end proof- of-concept system. When combined with Siemens' Siveillance™ video surveillance platforms, such a symbolic reasoning-based human and vehicular activity recognition approach will provide a robust solution to automated visual surveillance, making it possible to rapidly search for interesting activities in stored video or identify activities in real-time. Thus, such a system will greatly enhance situational awareness by providing proactive and predictive capabilities, thus providing advanced Intelligence, Surveillance and Reconnaissance capabilities at any site where it is deployed.
FIG. 12 shows an example of a computer system, which may implement a methods and systems of the present disclosure. The system and methods of the present disclosure, or part of the system and methods, may be implemented in the form of a software application running on a computer system, for example, a mainframe, personal computer (PC), handheld computer, server, etc. For example, the method of FIG. 1 and 1 1 may be implemented as software application(s). These software applications may be stored on a computer readable media (such as hard disk drive memory 1008) locally accessible by the computer system and accessible via a hard wired or wireless connection to a network, for example, a local area network, or the Internet.
The computer system referred to generally as system 1000 may include, for example, a central processing unit (CPU) 1001 , a GPU (not shown), a random access memory (RAM) 1004, a printer interface 1010, a display unit 101 1 , a local area network (LAN) data transmission controller 1005, a LAN interface 1006, a network controller 1003, an internal bus 1002, and one or more input devices 1009, for example, a keyboard, mouse etc. As shown, the system 1000 may be connected to a data storage device, for example, a hard disk, 1008 via a link 1007. CPU 1001 may be the computer processor that performs some or all of the steps of the methods described above with reference to FIGS. 1 -12.
Although the illustrative embodiments have been described herein with reference to the accompanying drawings, it is to be understood that the present invention is not limited to those precise embodiments, and that various other changes and modifications may be affected therein by one of ordinary skill in the related art without departing from the scope or spirit of the invention. All such changes and modifications are intended to be included within the scope of the invention.

Claims

What is claimed is:
1 . A method of detecting an object in image data that is deemed to be a threat, the method comprising:
annotating sections of at least one training image to indicate whether each 5 section is a component of the object;
encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules;
training distinct component detectors to each identify a corresponding one of the components based on the annotated training images;
o processing image data with the component detectors to identify at least one of the components; and
executing the rules to detect the object based on the identified components.
2. The method of claim 1 , further comprising:
5 generating an explanation that explains why the object is considered a threat from a parse tree of the rules; and
presenting the explanation graphically to a user.
3. The method of claim 2, wherein the explanation includes features in the o object that were discovered by at least one of the component detectors.
4. The method of claim 3, wherein the explanation describes how those features are connected to one another.
5 5. The method of claim 2, wherein the explanation includes a graphical virtual assembly of the threatening object from the component parts.
6. The method of claim 1 , wherein the training of the component detectors is performed using Adaptive Boosting.
0
7. The method of claim 1 , wherein the pattern grammar is implemented as instructions in a processor, and executing of the rules is performed by the processor executing the instructions.
8. The method of claim 1 , wherein the object is a knife and the annotated sections indicate whether each component is one of a handle, a guard, and a blade of the knife.
5 9. The method of claim 1 , wherein the object is a gun and the annotated
sections indicate whether each component is one of a lock, a stock, and a barrel of the gun.
10. The method of claim 1 , wherein the object is a detonator and the o annotated sections indicate whether each component is one of a tube and an
explosive material.
1 1 . The method of claim 1 , wherein the object is a bomb and the annotated sections indicate whether each component is one of a detonator, explosive material,5 a cable, and a battery.
12. The method of claim 1 , wherein the image data is X-ray image data.
13. The method of claim 1 1 , wherein the image data is computed tomography 0 (CT) data.
14. The method of claim 1 , wherein the training comprises:
determining uncertainty values for each of the rules;
converting the rules into a knowledge-based artificial neural network, where 5 each uncertainty value corresponds to a weight of a link in the neural network; and using a back-propagation algorithm modified to allow local gradients over a bilattice specific inference operation to optimize the link weights.
15. The method of claim 1 , wherein the pattern grammar describes a visual 0 pattern of the object by encoding knowledge about contextual clues, scene
geometry, and visual pattern constraints.
16. The method of claim 1 , wherein the training of a corresponding one of the component detectors comprises: performing a physics-based perturbation on one of the annotated training images to generate a new annotated training image; and
training the distinct component detectors based on the annotated training images and the new annotated training image.
17. The method of claim 16, wherein the perturbation is a geometric transformation.
18. The method of claim 1 , wherein the performing of the perturbation comprises adding another object to be superimposed with a component in the training image to generate the new annotated training image.
19. A computer readable storage medium embodying instructions executable by a processor to perform method steps for detecting an object in image data that is deemed to be a threat, the method steps comprising instructions for:
annotating sections of at least one training image to indicate whether each section is a component of the object;
encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules;
training distinct component detectors to each identify a corresponding one of the components based on the annotated training images;
processing image data with the component detectors to identify at least one of the components; and
executing the rules to detect the object based on the identified components.
20. A method of training a threat detector to detect an object in image data that is deemed to be a threat, the method comprising:
defining a pattern grammar to describe a visual pattern that is representative of the object;
encoding the pattern grammar using a plurality of first order predicate based logic rules; and
dividing an object into component parts;
training distinct component detectors to each detect a corresponding one of the component parts; and generating the threat detector from the rules.
21 . The method of claim 20, wherein the pattern grammar is implemented as instructions in a processor.
22. The method of claim 19, wherein the training comprises:
determining uncertainty values for each of the rules;
converting the rules into a knowledge-based artificial neural network, where each uncertainty value corresponds to a weight of a link in the neural network; and using a back-propagation algorithm modified to allow local gradients over a bilattice specific inference operation to optimize the link weights.
23. A method of detecting an activity in video data, the method comprising: annotating sections of at least one training video to indicate whether each section is a component of the activity;
encoding a pattern grammar describing the object using a plurality of first order logic based predicate rules;
training distinct component detectors to each identify a corresponding one of the components based on the annotated training videos;
processing video data with the component detectors to identify at least one of the components; and
executing the rules to detect the activity based on the identified components.
PCT/US2012/025409 2011-02-16 2012-02-16 Object recognition for security screening and long range video surveillance WO2012112756A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP12706398.0A EP2676221A1 (en) 2011-02-16 2012-02-16 Object recognition for security screening and long range video surveillance

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201161443448P 2011-02-16 2011-02-16
US61/443,448 2011-02-16

Publications (1)

Publication Number Publication Date
WO2012112756A1 true WO2012112756A1 (en) 2012-08-23

Family

ID=45771932

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2012/025409 WO2012112756A1 (en) 2011-02-16 2012-02-16 Object recognition for security screening and long range video surveillance

Country Status (2)

Country Link
EP (1) EP2676221A1 (en)
WO (1) WO2012112756A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3349050A1 (en) * 2017-01-12 2018-07-18 Tsinghua University Inspection devices and methods for detecting a firearm
EP3819659A1 (en) * 2019-11-08 2021-05-12 MBDA Deutschland GmbH Communication module for components of tactical air conditioning systems
CN115385763A (en) * 2022-10-10 2022-11-25 北京理工大学 AdaBoost algorithm based quantitative prediction mixed explosive pressing process and density method for pressed mixed explosives

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090016599A1 (en) * 2007-07-11 2009-01-15 John Eric Eaton Semantic representation module of a machine-learning engine in a video analysis system
US20090153661A1 (en) * 2007-12-14 2009-06-18 Hui Cheng Method for building and extracting entity networks from video
US20100278420A1 (en) * 2009-04-02 2010-11-04 Siemens Corporation Predicate Logic based Image Grammars for Complex Visual Pattern Recognition

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090016599A1 (en) * 2007-07-11 2009-01-15 John Eric Eaton Semantic representation module of a machine-learning engine in a video analysis system
US20090153661A1 (en) * 2007-12-14 2009-06-18 Hui Cheng Method for building and extracting entity networks from video
US20100278420A1 (en) * 2009-04-02 2010-11-04 Siemens Corporation Predicate Logic based Image Grammars for Complex Visual Pattern Recognition

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SEUNGHAN HAN ET AL: "Subjective Logic Based Hybrid Approach to Conditional Evidence Fusion for Forensic Visual Surveillance", ADVANCED VIDEO AND SIGNAL BASED SURVEILLANCE (AVSS), 2010 SEVENTH IEEE INTERNATIONAL CONFERENCE ON, IEEE, PISCATAWAY, NJ, USA, 29 August 2010 (2010-08-29), pages 337 - 344, XP031772078, ISBN: 978-1-4244-8310-5 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3349050A1 (en) * 2017-01-12 2018-07-18 Tsinghua University Inspection devices and methods for detecting a firearm
EP3819659A1 (en) * 2019-11-08 2021-05-12 MBDA Deutschland GmbH Communication module for components of tactical air conditioning systems
CN115385763A (en) * 2022-10-10 2022-11-25 北京理工大学 AdaBoost algorithm based quantitative prediction mixed explosive pressing process and density method for pressed mixed explosives

Also Published As

Publication number Publication date
EP2676221A1 (en) 2013-12-25

Similar Documents

Publication Publication Date Title
US8903128B2 (en) Object recognition for security screening and long range video surveillance
Fong et al. Interpretable explanations of black boxes by meaningful perturbation
Castillo et al. Brightness guided preprocessing for automatic cold steel weapon detection in surveillance videos with deep learning
Subramanya et al. Fooling network interpretation in image classification
US20240062437A1 (en) Object Detection Training Based on Artificially Generated Images
Gaus et al. Evaluation of a dual convolutional neural network architecture for object-wise anomaly detection in cluttered X-ray security imagery
Hassan et al. Meta-transfer learning driven tensor-shot detector for the autonomous localization and recognition of concealed baggage threats
JP2019021313A (en) Detection of items
Braunegg et al. Apricot: A dataset of physical adversarial attacks on object detection
Steitz et al. Multi-view x-ray r-cnn
Sharma et al. Adversarial patch attacks and defences in vision-based tasks: A survey
Velayudhan et al. Recent advances in baggage threat detection: A comprehensive and systematic survey
WO2012112756A1 (en) Object recognition for security screening and long range video surveillance
Rahman et al. Unmanned aerial vehicle assisted forest fire detection using deep convolutional neural network
sheikh et al. Unlocking adversarial transferability: a security threat towards deep learning-based surveillance systems via black box inference attack-a case study on face mask surveillance
Wang et al. Recognition and classification of ship images based on SMS-PCNN model
Seyfi et al. A literature review on deep learning algorithms for analysis of X-ray images
Dasiopoulou et al. Semantic processing of color images
US20220391704A1 (en) Method and system for scene graph generation
CN111950582A (en) Determining a perturbation mask for a classification model
Ilyas et al. E-Cap Net: an efficient-capsule network for shallow and deepfakes forgery detection
Singh et al. Visual content generation from textual description using improved adversarial network
Liu et al. A framework for the synthesis of x-ray security inspection images based on generative adversarial networks
Jain DeepSeaNet: Improving Underwater Object Detection using EfficientDet
Cunnington et al. Towards a neural-symbolic generative policy model

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2012706398

Country of ref document: EP