US8645294B1 - Method for image registration utilizing particle swarm optimization - Google Patents
Method for image registration utilizing particle swarm optimization Download PDFInfo
- Publication number
- US8645294B1 US8645294B1 US12/583,238 US58323809A US8645294B1 US 8645294 B1 US8645294 B1 US 8645294B1 US 58323809 A US58323809 A US 58323809A US 8645294 B1 US8645294 B1 US 8645294B1
- Authority
- US
- United States
- Prior art keywords
- image
- right arrow
- arrow over
- agents
- objective function
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/04—Inference or reasoning models
- G06N5/043—Distributed expert systems; Blackboards
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/211—Selection of the most significant subset of features
- G06F18/2111—Selection of the most significant subset of features by using evolutionary computational techniques, e.g. genetic algorithms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/004—Artificial life, i.e. computing arrangements simulating life
- G06N3/006—Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/30—Determination of transform parameters for the alignment of images, i.e. image registration
- G06T7/33—Determination of transform parameters for the alignment of images, i.e. image registration using feature-based methods
- G06T7/337—Determination of transform parameters for the alignment of images, i.e. image registration using feature-based methods involving reference images or patches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/30—Determination of transform parameters for the alignment of images, i.e. image registration
- G06T7/35—Determination of transform parameters for the alignment of images, i.e. image registration using statistical methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/771—Feature selection, e.g. selecting representative features from a multi-dimensional feature space
Definitions
- the present invention relates to a method for image registration and, more particularly, to a method for image registration which utilizes particle swarm optimization.
- Image registration is the process of transforming different sets of data into one coordinate system. For instance, two images of the same scene or set of objects are aligned, where the images may be from different cameras or different viewpoints. Registration is necessary in order to be able to compare or integrate the data obtained from different measurements.
- FIG. 1 illustrates the typical process of image registration which involves first selecting and detecting features 100 from a reference image 102 and a test image 104 . Next, the features or regions are matched 106 between the images 102 and 104 . A transform model is then estimated 108 . Finally, one of the images 102 or 104 is transformed into the coordinates of the other image 102 or 104 to perform the image registration transformation 110 . The result is a set of registered images 112 .
- the present invention relates to a system for image registration utilizing particle swarm optimization.
- the system comprises one or more processors configured to perform operations of first selecting a set of image windows from a test image. Then, each image window from the test image is transformed, such that a transformation of each image window aligns each image window with a reference image having a center, resulting in a transformed image window.
- a plurality of software agents are configured to operate as a cooperative swarm to optimize an objective function, wherein each agent is assigned an initial velocity vector to explore a multi-dimensional solution space, where each agent is configured to perform at least one iteration, the iteration being a search in the multi-dimensional solution space for a potential objective function where each agent keeps track of a first position vector representing a current individual best solution that the agent has identified, and a second position vector used to store the current global best solution among all agents.
- An objective function is then evaluated at the location of each agent.
- the objective function represents registration quality between a transformed image window and the reference image.
- the current global best solution found by all of the agents is compared with an optimum solution, wherein if the global best solution is within a predetermined threshold of the optimum solution, then the global best solution represents the registration.
- ⁇ right arrow over (x) ⁇ i (t) is a position vector and ⁇ right arrow over (v) ⁇ i (t) is a velocity vector at a time t of an i-th agent
- c 1 and c 2 are each parameters that weight an influence of the current best solution ⁇ right arrow over (y) ⁇ i found by agent i and the current global best solution ⁇ right arrow over (y) ⁇ g found by all of the agents
- w is a momentum constant that prevents premature convergence of the agents
- ⁇ is a constriction factor which influences the convergence of the agents
- q 1 and q 2 are each random variables that allow the agents to better explore the multi-dimensional solution space.
- system is further configured to perform operations of applying a Gaussian filter to the test image and the reference image to assist the convergence of the plurality of software agents.
- system is further configured to perform operations of applying a translation to each image window in the set of image windows, each image window comprising a center-of-gravity, such that the center-of-gravity of each image window coincides with the center of the reference image.
- system is further configured to perform operations of generating an image pyramid of both the test image and the reference image, each image pyramid having a plurality of levels comprising images, wherein each level of each image pyramid is an identical image having a different size and resolution.
- the plurality of software agents are configured to explore each level of each image pyramid in search of the objective function, wherein the agents begin at a top level of each image pyramid and continue down each image pyramid until convergence is reached at a lowest level of each image pyramid.
- the evaluation of the objective function is carried out at the same image pyramid levels using the reference image and a set of image windows extracted from the test image pyramid.
- the present invention also comprises a method for causing a processor to perform the operations described herein.
- the present invention also comprises a computer program product comprising computer-readable instruction means stored on a computer-readable medium that are executable by a computer having a processor for causing the processor to perform the operations described herein.
- FIG. 1 is a flow diagram depicting a typical image registration process
- FIG. 2 is a flow diagram depicting image registration using particle swarm optimization (PSO) according to the present invention
- FIG. 3 is an expanded flow diagram depicting image registration using PSO according to the present invention.
- FIG. 4A is a plot depicting a swarm of particles at the beginning of an application of PSO for image registration according to the present invention
- FIG. 4B is a plot depicting a swarm of particles at the end of an application of PSO for image registration according to the present invention
- FIG. 5A is an illustration of a reference image to be registered according to the present invention.
- FIG. 5B is an illustration of a test image to be registered according to the present invention.
- FIG. 5C depicts an illustration of a result of image registration according to the present invention.
- FIG. 6A is a surface plot of an objective function for a sample image according to the present invention.
- FIG. 6B is a plot depicting two cross-sections of an objective function for a sample image according to the present invention.
- FIG. 6C is a plot depicting an objective function for a sample image along a rotation dimension
- FIG. 7 illustrates a Gaussian image pyramid for image registration using PSO according to the present invention
- FIG. 8 is a flow diagram of pyramid-based image registration using PSO according to the present invention.
- FIG. 9 is an illustration of a data processing system according to the present invention.
- FIG. 10 is an illustration of a computer program product according to the present invention.
- the present invention relates to a method for image registration and, more particularly, to a method for image registration which utilizes particle swarm optimization (PSO).
- PSO particle swarm optimization
- any element in a claim that does not explicitly state “means for” performing a specified function, or “step for” performing a specific function, is not to be interpreted as a “means” or “step” clause as specified in 35 U.S.C. Section 112, Paragraph 6.
- the use of “step of” or “act of” in the claims herein is not intended to invoke the provisions of 35 U.S.C. 112, Paragraph 6.
- the labels left, right, front, back, top, bottom, forward, reverse, clockwise and counter-clockwise have been used for convenience purposes only and are not intended to imply any particular fixed direction. Instead, they are used to reflect relative locations and/or directions between various portions of an object. As such, as the present invention is changed, the above labels may change their orientation.
- the present invention has three “principal” aspects.
- the first is a system for image registration utilizing particle swarm optimization (PSO).
- PSO particle swarm optimization
- the system is typically in the form of a computer system, computer component, or computer network operating software or in the form of a “hard-coded” instruction set.
- This system may take a variety of forms with a variety of hardware devices and may include computer networks, handheld computing devices, cellular networks, satellite networks, and other communication devices. As can be appreciated by one skilled in the art, this system may be incorporated into a wide variety of devices that provide different functionalities.
- the second principal aspect is a method for image registration utilizing PSO, typically in the form of software, operated using a data processing system (computer or computer network).
- the third principal aspect is a computer program product.
- the computer program product generally represents computer-readable instruction means stored on a computer-readable medium such as an optical storage device, e.g., a compact disc (CD) or digital versatile disc (DVD), or a magnetic storage device such as a floppy disk or magnetic tape.
- a computer-readable medium such as an optical storage device, e.g., a compact disc (CD) or digital versatile disc (DVD), or a magnetic storage device such as a floppy disk or magnetic tape.
- a computer-readable medium such as an optical storage device, e.g., a compact disc (CD) or digital versatile disc (DVD), or a magnetic storage device such as a floppy disk or magnetic tape.
- CD compact disc
- DVD digital versatile disc
- magnetic storage device such as a floppy disk or magnetic tape.
- Other, non-limiting examples of computer-readable media include hard disks, read-only memory (ROM), and flash-type memories.
- instruction means generally indicates a set of operations to be performed on a computer, and may represent pieces of a whole program or individual, separable, software modules.
- Non-limiting examples of “instruction means” include computer program code (source or object code) and “hard-coded” electronics (i.e. computer operations coded into a computer chip).
- the “instruction means” may be stored in the memory of a computer or on a computer-readable medium such as a floppy disk, a CD-ROM, and a flash drive.
- Image registration refers to the process of aligning two images of the same scene or set of objects, where the images were taken using different cameras, or from different viewpoints.
- the first image is referred to as a reference image
- the second image is referred to as a test image.
- the test image is registered with the reference image.
- the present invention improves upon the prior art by utilizing PSO to define an objective function which is easily defined based on the final registration state. Since the sole purpose of feature detection and selection in the present invention is for the evaluation of registration quality and not for matching, as is the case in conventional registration approaches, the image registration process can be greatly simplified.
- the present invention formulates image registration as a search problem, using particle swarm optimization (PSO) to guide the search for a set of consistent registration transform parameters for the transformation model.
- PSO particle swarm optimization
- PSO is a search algorithm that can be used to optimize any objective function in multi-dimensional space efficiently and is naturally parallelizable.
- PSO is a simple yet powerful population-based algorithm that is effective for optimization of a wide range of functions as described by Eberhart and Shi (see Literature Reference No. 1).
- PSO models the exploration of a multi-dimensional solution space by a “swarm” of software agents, or particles, where the success of each agent has an influence on the dynamics of other members of the swarm.
- Each particle in the swarm resides in the multi-dimensional solution space.
- the positions of the particles represent candidate problem solutions.
- each particle has a velocity vector that allows it to explore the space in search of an objective function optima.
- Each particle i keeps track of a position vector ⁇ right arrow over (y) ⁇ i that represents the current best solution the particle has found.
- Another position vector ⁇ right arrow over (y) ⁇ g is used to store the current global best solution found by all of the particles.
- c 1 and c 2 are parameters that weight the influence of the “individual best” ⁇ right arrow over (y) ⁇ i and “swarm best” ⁇ right arrow over (y) ⁇ g terms.
- w is a momentum constant that prevents premature convergence of the particles
- ⁇ is a constriction factor which also influences the convergence of the particles during PSO.
- the swarm parameters have always been set by the operator and remained constant.
- q 1 and q 2 are random variables that allow the particles to better explore the solution space. The described dynamics cause the swarm to concentrate on promising regions of solution space very quickly with very sparse sampling of the solution space.
- PSO guides a plurality of swarm particles, operating in the transformation parameter space, to potential optimal positions.
- the objective function is easily defined based on the final registration state (e.g., any measure of image difference or image quality).
- the transformation generation is always a forward operation.
- the sole purpose of feature detection and selection in the present invention is for the evaluation of registration quality and not for matching, as is the case in conventional registration approaches, this process can be greatly simplified.
- FIG. 2 illustrates a flow diagram of image registration using PSO. Similar to current approaches, features are detected/selected 200 from a reference image 202 and a test image 204 . In contrast to current approaches, there is no need for a feature matching process. Thus, errors in mismatch of features can be avoided. An evaluation of registration quality 206 is then performed to determine if the images 202 and 204 are aligned. Immediately following feature detection/selection 200 , the images 202 and 204 are not expected to be properly aligned. However, the registration evaluation 206 process is part of a feedback loop implemented using PSO 208 which allows several rounds of registration evaluation 206 to take place until the optimal transform parameters are located.
- a robust swarm optimizer 210 is responsible for initializing a fixed number of swarm particles in a multi-dimensional solution space.
- the particles are guided by PSO to search for a set of consistent registration transform parameters 212 used for registration transform generation 214 of a registration transform model, which will be described in more detail below.
- Non-limiting examples of transformation models include linear and nonlinear transformations, which include translation, rotation, scaling, and affine transformations.
- a typical process of image registration involves transforming (i.e., translating, rotating and scaling) a test image so that it aligns with a reference image.
- registration is considered to involve only translation and rotation.
- the same method may be used for a registration model involving more parameters and more complex forms, provided that the transformation determines a unique correspondence in the reference image for every test image point.
- the registration transform model can be represented according to the following equation:
- the objective function, denoted as J, for the PSO algorithm utilized in the present invention must exhibit either a maximum or minimum value when two images are aligned, or registered.
- Non-limiting examples of similarity measures which may be used include normalized cross-correlation, sum of squared difference (SSD), and mutual information (i.e., for images from different sensor modalities).
- SSD sum of squared difference
- mutual information i.e., for images from different sensor modalities
- the sum is normalized by the number of pixels involved in the operation, so the result becomes independent of the size of overlap (i.e., only overlapping areas are used for computing the difference) of the two images.
- the result becomes independent of the size of overlap (i.e., only overlapping areas are used for computing the difference) of the two images.
- s k ⁇ k ( I max ⁇ d k )
- I max the maximum pixel value of the image (e.g., for 8-bit gray scale image, I max is 255).
- I max represents an optimum solution, wherein if the global best solution found through PSO is within a predetermined threshold of the optimum solution, then the global best solution represents the registration.
- the optimum solution may be the maximum or minimum of the objective function.
- d k represents the average absolute difference between the test image window (at the location after transformation) and the reference image and can take values in the range [0, I max ]. Furthermore, s k also has a range of [0, I max ] with a small value indicating that the test image window doesn't match the corresponding reference image window (or doesn't overlap with the reference image). A value I max indicates that the test image window matches the reference image window, pixel by pixel, and completely overlaps with the reference image. Finally, the objective function can be defined as the average of s k :
- the image windows from the test image which are used to compute J, are selected from areas with contrast rather than uniformly colored areas. Therefore, a large d k is produced when the images are not registered and their locations are distributed evenly across the image. Selecting image windows from areas with contrast can be easily accomplished by taking image windows on a regular grid and selecting those windows that pass image contrast criteria, which may be based on image history.
- FIG. 3 illustrates an expanded flow diagram of image registration using PSO according to the present invention.
- a Gaussian filter 300 applies a Gaussian kernel to both input images (a reference image 302 and a test image 304 ) to blur each image to achieve better convergence.
- a Gaussian kernel with a standard deviation of 1.5 to 5.0 in units of pixels is used to filter the images prior to registration.
- both the reference image 302 and the test image 304 are passed through a Gaussian kernel (low-pass filter) to broaden J's surface.
- the next step in the image registration process is the selection of a set of image windows 306 from the test image 304 .
- the number of image windows typically selected is between ten and twenty windows, and the size of each image window is typically 64 ⁇ 64 pixels, but these numbers can vary depending on the test image 304 size.
- the test image windows are then re-centered 308 by applying a translation, such that the center of gravity (consider each window a point with unit mass located at the center of the window) of the windows coincides with the image center of the reference image 302 . Re-centering the image windows simplifies swarm initialization 310 , since the lower and upper limits of the swarm parameters in translation can be kept symmetric.
- the translation for t, and t can be bound as follows: t x,min ⁇ t x ⁇ t x,max ,t x,max ⁇ t x,min ⁇ (width of reference image) t y,min ⁇ t y ⁇ t y,max ,t x,max ⁇ t x,min ⁇ (height of reference image).
- the above bounds can be narrowed by half to achieve even greater efficiency; however, the bounds specified above are all that is required.
- ⁇ for a rotation angle ⁇ , ⁇ . Note that the entire 2 ⁇ span for ⁇ is treated as a continuous region with no boundaries so that a particle with ⁇ nearing ⁇ can move into ⁇ region and vice versa.
- the swarm best defined as (J( ⁇ right arrow over (x) ⁇ i (t))), is then compared with I max 318 . If the swarm best reaches within errGoal (errGoal>0) of I max , where errGoal represents a chosen threshold, the registration is considered complete.
- FIGS. 4A and 4B depict examples of plots of the locations of a particle swarm during an image registration according to the present invention.
- FIG. 4A illustrates a set of swarm particles in a multi-dimensional solution space 400 at the beginning of the image registration process, wherein the shaded point represents the best location found in the current iteration 402 . The point located at the center of the shaded point represents the best location found given all iterations so far 404 .
- FIG. 4B illustrates the distribution of the swarm in the multi-dimensional solution space 400 at the final iteration. As shown, the swarm has now concentrated near the optimal location, which is the point representing the best location, given all iterations 404 .
- FIGS. 5A-5C display an example of image registration performed by the method described herein.
- FIGS. 5A and 5B are illustrations representative of two images to be registered, where FIG. 5A represents a reference image 500 and FIG. 5B represents a test image 502 .
- the test image 502 is a rotated version of the reference image 500 .
- a set of manually selected image feature windows 504 are shown as square outlines within the test image 502 .
- FIG. 5C depicts the image registration result 506 of the reference image 500 and the test image 502 .
- the image registration can be performed with one hundred swarm particles and an errGoal of 15.
- FIGS. 6A-6C illustrate objective function plots for a sample image scene in various dimensions, where the images are blurred by a 31 ⁇ 31 pixel Gaussian kernel with a standard deviation of 5.
- the test image in this case is the same image with windows, or sub-images, manually selected at fourteen different locations.
- FIG. 6A depicts the surface of J with no rotation 600 .
- FIG. 6B is a plot of two cross-sections of J 602 shown in FIG. 6A .
- FIG. 6C is a plot of J along the rotation dimension at 0 translation (or off-set) 604 .
- the parameter space ⁇ right arrow over (x) ⁇ is different in each dimension: two in translations and one in rotation.
- an alternative parameter space is adopted in which all dimensions of parameter ⁇ right arrow over (x) ⁇ are normalized to [ ⁇ 1, 1], accompanied by a vector of scale factors, one for each dimension.
- the update of particle positions according to the PSO update equations is carried out in the normalized parameter space, and the particle positions are scaled using the scale factors before the objective function is evaluated.
- the particles' positions in all dimensions can be updated uniformly, while also easily changing the actual parameter space by changing the scale factor vector.
- ⁇ [ ⁇ t x , max t y , max ] , where t x,max and t y,max are bounded as described in section 4.1.3. Then, ⁇ is used when the objective function
- the objective function surface near the peak has a certain width in each dimension. Particles moving too fast may miss the chance of landing in the peak region during the update. Therefore, a limit to the speed of a particle in each of the particle's dimensions, or parameters, is imposed before using the speed vector to update the swarm particle position according to the PSO update equations.
- c j ⁇ b j , if ⁇ ⁇ a j > b j - b j , if ⁇ ⁇ a j ⁇ - b j a j , otherwise ⁇ , ⁇ j .
- the registration parameter space in the present invention is then:
- v -> max [ v ⁇ ⁇ ⁇ max v x ⁇ ⁇ max v y ⁇ max ] , where each of the vector components of ⁇ right arrow over (v) ⁇ max is equal to half of the normalized peak width of the objective function surface along the corresponding dimension, which is empirically determined as follows.
- the dimension is equal to the ratio of the test image window size to the reference image size in x and y, respectively.
- v ⁇ max it is 1.5 times the average of two angles divided by 2 ⁇ . One angle is spanned by the test window width (size in x) at a distance of half the height of the reference image.
- blurring of the reference image and test image is performed to broaden the objective function surface to achieve better convergence properties.
- Blurring an image reduces the effective resolution of an image, and sub-sampling of the blurred image results in little loss of information. Therefore, the same registration performance can be achieved by carrying out the PSO process on a blurred, sub-sampled image. Once convergence is achieved on the sub-sampled image, the PSO process is then carried out on the original-sized image to get better registration accuracy. This idea is the basis of a pyramid-based registration method using PSO.
- pyramid-based image registration starts with building a Gaussian pyramid 700 of the reference image and test image as depicted in FIG. 7 .
- the image is filtered with a Gaussian kernel of size 5 and a standard deviation of 1.0 and sub-sampled at a ratio of 2:1.
- the resulting image at Level 2 704 is half as big in each dimension as the original image at Level 1 702 .
- the same process is repeated to generate as many levels as needed depending on the size of the final top level image.
- the present invention includes two more levels, a Level 3 706 and a Level 4 708 as illustrated in FIG. 7 .
- the image windows for the test images are extracted from the test image pyramid 700 starting at Level 1 702 , the original image size.
- the same set of image windows are selected from the remaining levels of the test image pyramid 700 at the corresponding size (reduced to a half, a quarter and so on in each dimension) and at the corresponding locations up the pyramid 700 .
- the set of image windows from the test image pyramid 700 always corresponds to the same set of selected areas from the image no matter their sizes or pyramid 700 levels.
- Registration with the image pyramid 700 begins at the top level (i.e., Level 4 708 ) of the pyramid 700 , using the test image windows at that level and the reference image at the same level following a process similar to that described above for FIG. 3 .
- Gaussian filters 800 are applied to an original test image 802 and original reference image 804 , and an image pyramid is generated 806 and 807 for each image. Image windows are then selected 808 from the generated test image pyramid as described above.
- the registration is given a threshold, errGoal 812 , for original image resolution at Level 1.
- the threshold is updated, or relaxed, by increasing the threshold 1.5 times at each successive level, for example.
- the set of thresholds for a four-level pyramid situation would be errGoal, errGoal*1.5, errGoal*1.5 2 , and errGoal*1.53 for levels 1 to 4, respectively.
- Relaxing of the threshold is appropriate at higher levels because at these levels, the goal is to guide the swarm towards the neighborhood of the optimum and allow the swarm to explore finer details of the objective function space at the next level. Therefore, accuracy is achieved at Level 1 and is not the objective at higher levels.
- the process When the process converges at a higher level of the pyramid 814 , the process then moves down the pyramid levels 816 and continues the PSO process with the swarm particles at their corresponding locations and velocities from the last pyramid level. Since a normalized parameter space for PSO is adopted, the swarm states (i.e., locations, velocities, swarm/individual best) are maintained in the normalized parameter space. All that needs to be addressed is switching to the reference image 804 and test image 802 windows at the new level as well as updating the convergence threshold (e.g., errGoal) and scale factor vector 818 for objective function evaluation. This process is repeated until convergence is reached at Level 1 820 , at which point the corresponding solution from PSO is the final solution 822 .
- the convergence threshold e.g., errGoal
- the evaluation of the objective function J( ⁇ • ⁇ right arrow over (x) ⁇ i (t)) is carried out using the reference image 804 and the test image 802 windows at the same image pyramid levels. Because normalization was used in the objective function definition, the function value achieves comparable values regardless of the level of the image pyramid. This property simplifies the defining of convergence thresholds outlined above.
- pyramid-based image registration with PSO is an improved convergence rate. Because the process is initiated at a low-resolution image at the top of the image pyramid, the objective function surface has a broader peak relative to the image size, which offers a better chance for the swarm to find the optimum. As shown in the table above, the pyramid-based registration has 165 of 200 runs converged, while the non-pyramid-based approach has 148 of 200 runs converged. Furthermore, the pyramid-based approach has a median total number of iterations until convergence of 16, as compared to 15 using the non-pyramid based approach. Thus, the pyramid-based approach does not require substantially more iterations even though most of the iterations were done on the lower resolution levels of the pyramid.
- pyramid-based image registration with PSO is a reduced computation requirement.
- most of the objective function evaluations are carried out in the higher levels (i.e., lower resolution) with smaller image window sizes, which cost a fraction of computation compared with the full resolution images at Level 1.
- a pyramid-based approach achieves a better convergence rate than a non-pyramid based approach at a similar number of total iterations, resulting in a significantly lower computation requirement.
- FIG. 9 illustrates a block diagram depicting components of a data processing system 900 (e.g., computer) incorporating the operations of the method described above.
- the method utilizes a data processing system 900 for storing computer executable instruction means for causing a processor (or processors) to carry out the operations of the above described method.
- the data processing system 900 comprises an input 902 for receiving information from a user. Information received may include input from devices such as cameras, scanners, keypads, keyboards, microphone, other peripherals such as storage devices, other programs, etc.
- the input 902 may include multiple “ports.”
- An output 904 is connected with a processor 906 for providing information for transmission to other data processing systems, to storage devices, to display devices such as monitors, to generating information necessary for delivery, and to other mechanisms for presentation in user-usable forms.
- the input 902 and the output 904 are both coupled with the processor 906 (or processors), which may be a general-purpose computer processor or a specialized processor designed specifically for use with the present invention.
- the processor 906 is coupled with a memory 908 to permit storage of data and software to be manipulated by commands to the processor 906 .
- FIG. 10 An illustrative diagram of a computer program product embodying the present invention is depicted in FIG. 10 .
- the computer program product is depicted as either a floppy disk 1000 or an optical disk 1002 .
- the computer program product generally represents instruction means (i.e., computer readable code) stored on any compatible computer readable medium.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Computation (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- General Health & Medical Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computational Linguistics (AREA)
- Evolutionary Biology (AREA)
- Mathematical Physics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Databases & Information Systems (AREA)
- Medical Informatics (AREA)
- Physiology (AREA)
- Multimedia (AREA)
- Probability & Statistics with Applications (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Molecular Biology (AREA)
- Image Processing (AREA)
Abstract
Description
{right arrow over (v)} i(t+1)=w{right arrow over (v)} i(t)+c 1 q 1 [{right arrow over (y)} i(t)−{right arrow over (x)} i(t)]+c 2 q 2 └{right arrow over (y)} g(t)−{right arrow over (x)} i(t)┘{right arrow over (x)} i(t+1)={right arrow over (x)} i(t)+χ{right arrow over (v)} i(t+1),
-
- 1. R. C. Eberhart and Y. Shi, “Particle Swarm Optimization: Developments, Applications, and Resources,” Proceeding of IEEE Congress on Evolutionary Computation, Korea, 2001.
- 2. Special Issue of IEEE Trans. On Evol. Computation on Particle Swarm Optimization, Vol. 8, No. 3, June, 2004.
- 3. S. Medasani and Y. Owechko, “Possibilistic Particle Swarms for Optimization,” Proceedings 5673 of SPIE/IST Symposium on Electronic Imaging, San Jose, 2005.
- 4. Y. Owechko, S. Medasani, and N. Srinivasa, “Classifier Swarms for Human Detection in Infrared Imagery,” IEEE Conference on Computer Vision and Pattern Recognition, Washington, D.C., 2004.
- 5. Y. Owechko and S. Medasani, “A Swarm-Based Volition/Attention Framework for Object Recognition,” IEEE Conference on Computer Vision and Pattern Recognition, San Diego, 2005.
- 6. Y. Owechko and S. Medasani, “Cognitive Swarms for Rapid Detection of Objects and Associations in Visual Imagery,” IEEE Swarm Intelligence Symposium, Pasadena, 2005.
- 7. P. Saisan, S. Medasani, and Y. Owechko, “Multi-View Classifier Swarms for Pedestrian Detection and Tracking,” IEEE Conference on Computer Vision and Pattern Recognition, San Diego, 2005.
- 8. R. Hassan, B. Cohanim, and O. de Weck, “A Comparison of Particle Swarm Optimization and the Genetic Algorithm,” American Institute of Aeronautics and Astronautics Conference, 2005.
- 9. J. F. Schutte, J. A. Reinbolt, B. J. Fregly, R. T. Haftka, and A. D. George, “Parallel Global Optimization with the Particle Swarm Algorithm,” Int. J. Numerical Methods in Engineering, 61:2296-2315, 2004.
- 10. J. Kennedy and W. M. Spears, “Matching Algorithms to Problems: An Experimental Test of the Particle Swarm and Some Genetic Algorithms on the Multimodal Problem Generator,” Proceedings of IEEE Inter. Conf. on Evolutionary Computation, 78-83, 1998.
- 11. B. Zitova and J. Flusser, “Image Registration Methods: A Survey,” Image and Vision Computing, 21:977-1000, 2003.
{right arrow over (v)} i(t+1)=w{right arrow over (v)} i(t)+c 1 q 1 [{right arrow over (y)} i(t)−{right arrow over (x)} i(t)]+c 2 q 2 └{right arrow over (y)} g(t)−{right arrow over (x)} i(t)┘{right arrow over (x)} i(t+1)={right arrow over (x)} i(t)+χ{right arrow over (v)} i(t+1),
where {right arrow over (x)}i(t) is a position vector and {right arrow over (v)}i(t) is a velocity vector at time t of the i-th particle. c1 and c2 are parameters that weight the influence of the “individual best” {right arrow over (y)}i and “swarm best” {right arrow over (y)}g terms. w is a momentum constant that prevents premature convergence of the particles, and χ is a constriction factor which also influences the convergence of the particles during PSO. Until the present invention, the swarm parameters have always been set by the operator and remained constant. q1 and q2 are random variables that allow the particles to better explore the solution space. The described dynamics cause the swarm to concentrate on promising regions of solution space very quickly with very sparse sampling of the solution space.
where R is a rotation matrix, {right arrow over (t)} is a translation vector, θ is a rotation angle, tx is translation in the x direction, ty is translation in the y direction, and (x, y) and (u, v) are the image coordinates in the reference image and test image, respectively. Therefore, the image registration transformation is completely specified by a vector of three parameters:
{right arrow over (x)}=[θt x t y]T,
-
- where, as noted above, θ is a rotation angle about an axis normal to the image, tx is translation in the x direction, ty is translation in the y direction, T indicates the transpose of a matrix or vector, and the vector i contains the parameters in the PSO framework. Thus, according to the present invention, to register two images is to find the vector i that will align the two images according to the registration transform model equation described above.
s k=λk(I max −
where λk is the fraction of overlap of the k-th window of the test image with the reference image, and Imax>0 is the maximum pixel value of the image (e.g., for 8-bit gray scale image, Imax is 255). Here, Imax represents an optimum solution, wherein if the global best solution found through PSO is within a predetermined threshold of the optimum solution, then the global best solution represents the registration. The optimum solution may be the maximum or minimum of the objective function.
where N is the number of test image windows, Σ represents a summation, and J is a function of {right arrow over (x)} with maximum value Imax and
t x,min ≦t x ≦t x,max ,t x,max ≡−t x,min≡(width of reference image)
t y,min ≦t y ≦t y,max ,t x,max ≡−t x,min≡(height of reference image).
In practice, the above bounds can be narrowed by half to achieve even greater efficiency; however, the bounds specified above are all that is required. Additionally, for a rotation angle θ, −π≦θ≦π. Note that the entire 2π span for θ is treated as a continuous region with no boundaries so that a particle with θ nearing π can move into −π region and vice versa.
with the following vector of scale factors:
where tx,max and ty,max are bounded as described in section 4.1.3. Then, α is used when the objective function
evaluated according to the following:
J(α•{right arrow over (x)} i(t)),
where the operator “•” stands for entry-wise (Hadamard) product and a is the vector of scale factors shown above.
where the operator ┌•┐ defines a vector component-wise limiting operation such that the result of {right arrow over (c)}=┌ā┐{right arrow over (b)} ({right arrow over (b)}={bj|bj>0, ∀j}) is defined as:
where {right arrow over (v)}max is a vector of (positive) particle speed limits. The registration parameter space in the present invention is then:
where each of the vector components of {right arrow over (v)}max is equal to half of the normalized peak width of the objective function surface along the corresponding dimension, which is empirically determined as follows. For vx max and vy max, the dimension is equal to the ratio of the test image window size to the reference image size in x and y, respectively. For vθ max, it is 1.5 times the average of two angles divided by 2π. One angle is spanned by the test window width (size in x) at a distance of half the height of the reference image. The other spanned by the test window height (size in y) at a distance of half the width of the reference image. These estimates are dependent on how the input images are blurred; the above estimates are based on using a Gaussian kernel of size 22×22 pixels with a standard deviation of 1.5. Note that in the above, the {right arrow over (v)}max components are all expressed in normalized parameter space as are the PSO update equations.
Median total | ||||
Image Size/ | errGoal/ | # of | # of runs | iterations until |
Level | Thresh | runs | converged | |
1 | 10 | 200 | 148 | 15 |
| 10 | 200 | 165 | 16 |
The same reference image and the same set of test image windows were used for two hundred Monte-Carlo runs. For each run, the test image was initialized at a random translation/rotation with respect to the reference image.
Claims (21)
{right arrow over (v)} i(t+1)=w{right arrow over (v)} i(t)+c 1 q 1 [{right arrow over (y)} i(t)−{right arrow over (x)} i(t)]+c 2 q 2 └{right arrow over (y)} g(t)−{right arrow over (x)} i(t)┘{right arrow over (x)} i(t+1)={right arrow over (x)} i(t)+χ{right arrow over (v)} i(t+1),
{right arrow over (v)} i(t+1)=w{right arrow over (v)} i(t)+c 1 q 1 [{right arrow over (y)} i(t)−{right arrow over (x)} i(t)]+c 2 q 2 └{right arrow over (y)} g(t)−{right arrow over (x)} i(t)┘{right arrow over (x)} i(t+1)={right arrow over (x)} i(t)+χ{right arrow over (v)} i(t+1),
{right arrow over (v)} i(t+1)=w{right arrow over (v)} i(t)+c 1 q 1 [{right arrow over (y)} i(t)−{right arrow over (x)} i(t)]+c 2 q 2 └{right arrow over (y)} g(t)−{right arrow over (x)} i(t)┘{right arrow over (x)} i(t+1)={right arrow over (x)} i(t)+χ{right arrow over (v)} i(t+1),
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/583,238 US8645294B1 (en) | 2004-02-03 | 2009-08-17 | Method for image registration utilizing particle swarm optimization |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US54155704P | 2004-02-03 | 2004-02-03 | |
US10/918,336 US7636700B2 (en) | 2004-02-03 | 2004-08-14 | Object recognition system incorporating swarming domain classifiers |
US12/583,238 US8645294B1 (en) | 2004-02-03 | 2009-08-17 | Method for image registration utilizing particle swarm optimization |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/918,336 Continuation-In-Part US7636700B2 (en) | 2004-02-03 | 2004-08-14 | Object recognition system incorporating swarming domain classifiers |
Publications (1)
Publication Number | Publication Date |
---|---|
US8645294B1 true US8645294B1 (en) | 2014-02-04 |
Family
ID=50001791
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/583,238 Expired - Fee Related US8645294B1 (en) | 2004-02-03 | 2009-08-17 | Method for image registration utilizing particle swarm optimization |
Country Status (1)
Country | Link |
---|---|
US (1) | US8645294B1 (en) |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130188878A1 (en) * | 2010-07-20 | 2013-07-25 | Lockheed Martin Corporation | Image analysis systems having image sharpening capabilities and methods using same |
US20140029827A1 (en) * | 2011-02-10 | 2014-01-30 | Hans Frimmel | Level set function based image processing |
CN104268869A (en) * | 2014-09-23 | 2015-01-07 | 中山大学 | Automatic multilevel-resolution remote-sensing image registration method based on particle swarm optimization |
CN104361135A (en) * | 2014-12-11 | 2015-02-18 | 浪潮电子信息产业股份有限公司 | Image retrieval method |
CN105469417A (en) * | 2015-12-30 | 2016-04-06 | 北京联合大学 | MSER (Maximally Stable Extremal Regions) + PSO (Particle Swarms Optimization) step-by-step multi-sensor image registration algorithm |
US20160125103A1 (en) * | 2014-10-31 | 2016-05-05 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
CN105956689A (en) * | 2016-04-21 | 2016-09-21 | 合肥工业大学 | Transportation and production coordinated scheduling method based on improved particle swarm optimization |
CN108335320A (en) * | 2017-01-20 | 2018-07-27 | 中电科海洋信息技术研究院有限公司 | The spatial registration method and spatial registration system of multi-source Remote Sensing Images |
US10818019B2 (en) | 2017-08-14 | 2020-10-27 | Siemens Healthcare Gmbh | Dilated fully convolutional network for multi-agent 2D/3D medical image registration |
US11123045B2 (en) * | 2016-05-26 | 2021-09-21 | Canon Medical Systems Corporation | Ultrasonic diagnostic apparatus and medical image processing apparatus |
CN114881090A (en) * | 2022-06-06 | 2022-08-09 | 哈尔滨工业大学 | Satellite telemetry data feature selection method, device and medium based on improved particle swarm optimization |
CN114966201A (en) * | 2022-05-05 | 2022-08-30 | 威胜电气有限公司 | Harmonic voltage and current measurement and characteristic analysis method in typical scene |
CN115100365A (en) * | 2022-08-25 | 2022-09-23 | 国网天津市电力公司高压分公司 | Camera optimal baseline acquisition method based on particle swarm optimization |
US11557036B2 (en) | 2016-05-18 | 2023-01-17 | Siemens Healthcare Gmbh | Method and system for image registration using an intelligent artificial agent |
CN115866213A (en) * | 2023-03-01 | 2023-03-28 | 深圳市微浦技术有限公司 | Multi-camera cooperative monitoring method, device, equipment and storage medium |
US11636399B2 (en) * | 2017-10-03 | 2023-04-25 | Nec Corporation | Parameter estimation system, parameter estimation method, and parameter estimation program recording medium for estimating parameter and kernel functions by incorporating machine learning |
CN116503399A (en) * | 2023-06-26 | 2023-07-28 | 广东电网有限责任公司湛江供电局 | Insulator pollution flashover detection method based on YOLO-AFPS |
CN116684273A (en) * | 2023-06-08 | 2023-09-01 | 中国人民解放军国防科技大学 | Automatic planning method and system for mobile communication network structure based on particle swarm |
CN118709573A (en) * | 2024-08-28 | 2024-09-27 | 西安君扬红芯电子股份有限公司 | Microwave filter debugging method based on multi-group particle swarm optimization method |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5926568A (en) * | 1997-06-30 | 1999-07-20 | The University Of North Carolina At Chapel Hill | Image object matching using core analysis and deformable shape loci |
US20060153472A1 (en) * | 2005-01-13 | 2006-07-13 | Seiichiro Sakata | Blurring correction method and imaging device |
US7558762B2 (en) | 2004-08-14 | 2009-07-07 | Hrl Laboratories, Llc | Multi-view cognitive swarm for object recognition and 3D tracking |
US7672911B2 (en) | 2004-08-14 | 2010-03-02 | Hrl Laboratories, Llc | Graph-based cognitive swarms for object group recognition in a 3N or greater-dimensional solution space |
-
2009
- 2009-08-17 US US12/583,238 patent/US8645294B1/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5926568A (en) * | 1997-06-30 | 1999-07-20 | The University Of North Carolina At Chapel Hill | Image object matching using core analysis and deformable shape loci |
US7558762B2 (en) | 2004-08-14 | 2009-07-07 | Hrl Laboratories, Llc | Multi-view cognitive swarm for object recognition and 3D tracking |
US7672911B2 (en) | 2004-08-14 | 2010-03-02 | Hrl Laboratories, Llc | Graph-based cognitive swarms for object group recognition in a 3N or greater-dimensional solution space |
US20060153472A1 (en) * | 2005-01-13 | 2006-07-13 | Seiichiro Sakata | Blurring correction method and imaging device |
Non-Patent Citations (82)
Title |
---|
A. Amir, S. Basu, G. Iyengar, C. Lin, M. Naphade, J.R. Smith, S. Srinivasa, and B. Tseng, "A multi-modal system for retrieval of semantic video events," CVIU 96(2004), 216-236. |
A. Huertas, and R. Nevatia, "Detecting Changes in Aerial Views of Man-Made Structures," IVC200. |
A. Ratnaweera, "Self-Organizing hierarchical particle Swarm Optimizer with Time-Varying Acceleration Coefficients," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
A. Selinger and R.C. Nelson, "Appearance-based object recognition using multiple views," In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition-Dec. 2001, Kauai, Hawaii. |
A.R. Dick, et al., "Combining Single view recognition and multiple view stereo for architectural scenes," International Conference on Computer Vision (ICCV'01) vol. 1, Jul. 7-14, 2001, Vancouver, B.C., Canada. |
Avrim Blum (1996), "On-Line Algorithms in Machine Learning", in Proceedings of the Workshop on On-Line Algorithms. |
B. Bhanu, et al., "Adaptive Image Segmentation Using a Genetic Algorithm," IEEE Transactions on Systems, Man, and Cybernetics, vol. 25, No. 12, Dec. 1995. |
B. J. Scholl, "Objects and Attention: The State of the Art," Cognition 80: 1-46, 2001. |
Barbara Zitova and Jan Flusser, "Image registration methods: a survey," Image and Vision Computing 21, pp. 977-1000, 2003. |
Bradski, G. And S. Grossberg (1995), "Fast learning VIEWNET architectures for recognizing 3-D objects from multiple 2-D views," Neural Networks 8, 1053-1080. |
C.A. Coello, "Handling Multiple Objectives With Particle Swarm Optimization," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
Charniak, E. (1991), "Bayesian networks without tears," AI Magazine 12, 50-63. |
D. Beasley, D. R. Bull, and R. R. Martin, "A Sequential Niching Technique for Multimodal Function Optimization," Evolutionary Computation, 1(2), p. 101-125, 1993. |
D. Nister and H. Stewenius, "Scalable recognition with a vocabulary tree," in Proc. CVPR, vol. 5, 2006. |
D.L. Swets, et al., "Genetics Algorithms for Object Recognition in a complex scene," Proc. of Intl. Conference on Image Processing, vol. 2, Oct, pp. 23-26, 1995. |
F. Orabona, G. Metta, and G. Sandini, "Object-based Visual Attention: A Model for a Behaving Robot," in 3rd International Workshop on Attention and Performance in Computational Vision (in CVPR 2005), San Diego, CA, Jun. 2005. |
F. Rojas, I. Rojas, R. M. Clemente, and C.G. Puntoner, "Nonlinear blind source separation using genetic algorithms," in Proceedings of International Conference on Independent Component Analysis, 2001. |
F. van der Bergh, et al., "A Cooperative Approach to Particle Swarm Optimization," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
G. Shakhanarovich, et al. "Integrated face and gait recognition from multiple views," In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Dec. 2001, Kauai, Hawaii. |
Giorgio Carpaneto, Paolo Toth, "Algorithm 548: Solution of the assignment problem [H]," ACM Transactions on Mathematical Software, 6(1): 104-111, 1980. |
Goshtasby, Ardeshir et al "A region-based approach to Digital Image Registration with Subpixel Accuracy" IEE Transactions on Geocience and Remote Sensing vol. GE-24 No. 3, May 1986. [Online] Downloaded May 3, 2012 http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4072476&tag=1. * |
Hu, W., D. Xie, et al. (2004), "Learning activity patterns using fuzzy self-organizing neural network," IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics 34, 1618-1626. |
I. Hartley, A. Zisserman, "Multiple view geometry in computer vision," Cambridge University Press, Cambridge, UK 2000. |
Intel OpenCV Computer Vision Library (C++), http://www.intel.com/research/mrl/research/opencv/. |
J. Kennedy and W.M. Spears, "Matching Algorithms to Problems: An Experimental Test of the Particle Swarm and Some Genetic Algorithms on the Multimodal Problem Generator," Proceedings of IEEE Inter. Conf. on Evolutionary Computation, 78-83, 1998. |
J.C. Bezdek, Pattern Recognition with Fuzzy Objective Function Algorithms, Plenum Press, New York, 1981. |
J.F. Schutte, J.A. Reinbolt, B.j. Fregly, R.T. Haftka, and A.D. George, "Parallel Global Optimization with the Particle Swarm Algorithm," Int. J. Numerical methods in Engineering, 61: 2296-2315, 2004. |
Jaynes, C., Stolle, F., and Collins, R., "Task Driven Perceptual Organization for Extraction of Roofop Polygons," Proceedings of the ARPA Image Understanding Workshop, Monterey, California (Morgan Kaufmann Publishers, San Francisco, 1994), pp. 359-365. |
Jean-Yves Bouguet, "Camera Calibration Toolbox for Matlab," http://www.vision.caltech.edu/bouguetj/calib-doc/. |
Judea Pearl, et al., "Bayesian Networks," Handbook of Brain Theory and Neural Networks, Technical Report, R-277, Nov. 2000. |
K. Sato and J.K. Aggarwal, "Temporal spatio-velocity transform and its application to tracking and interaction," CVIU 96(2004), 100-128. |
K.E. Parsopoulos, et al. "On the Computation of All Global Minimizers Through Particle Swarm Optimization," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
Kennedy, J., et al., "Swarm intelligence," San Francisco: Morgan Kaufmann Publishers, 2001. |
Khosla, D., Moore, C., and Chelian, S. (2007). A Bioinspired system for spatio-temporal recognition in static and video imagery. Proceedings of SPIE, 6560: 656002. |
L. Messerschmidt, et al., "Learning to Play Games Using a PSO-Based Competitive Learning Approach," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
Lazebnik, S., C. Schmid, et al. (2006), "Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories," IEEE Conference on Computer Vision and Pattern Recognition, New York, NY. |
Liao, Wenhul and Ji, Qiang 2006, "Efficient Active Fusion for Decision-making via VOI Approximation," in Proc. AAAI 2006, 1180-1185. |
Longuet-Higgins, "A computer algorithm for reconstructing a scene from two projections" Nature, 293: 133-135, Sep. 1981. |
Lovbjerg, MOrten et al "Hybrid Particle Swarm Optimiser with Breeding and Subpopulations" 2001. [Online] Downloaded May 3, 2012 http://www.lovbjerghome.dk/Morten/EvaLife/ML-GECCO2001-PSO-with-breeding.pdf. * |
Lowe, D. (1999), "Object recognition from local scale-invariant features," International Conference on Computer Vision, Corfu, Greece. |
M.P. Wachwiak, et al., "An Approach to Multimodal Biomedical Image Registration Utilizing Particle Swarm Optimization," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
M.P. Windham, "Numerical classification of proximity data with assignment measure," Journal of Classification, vol. 2, pp. 157-172, 1985. |
Medasani, S. and Y. Owechko (2007), "Behavior recognition using cognitive swarms and fuzzy graphs," SPIE Defense and Security Symposium, Orlando, FL. |
Medioni, I. Cohen, F. Bremond, S. Hongeng, R. Nevatia, "Event detection and analysis from video streams," IEEE PAMI. 23(8), 2001, 873-889. |
N. Oliver and A. Pentland, "Graphical models for driver behavior recognition in a smart car," Proc. of IV2000. |
N. Oliver, A. Garg, and E. Horvitz, "Layered representations for learning and inferring office activity from multiple sensory channels," CVIU 96(2004), 163-180. |
N. Oliver, B. Rosario, and A. Pentland, "A Bayesian computer vision system for moceling human interactions," IEEE-PAMI, 22(8), Aug. 2000. |
N. Srinivasa, et al., "Fuzzy edge-symmetry features for enhanced intruder detection," 11th International Conference on Fuzzy Systems, FUZZIEEE 2003. |
Notice of Allowability for U.S. Appl. No. 10/918,336, Aug. 20, 2009. |
Notice of Allowability for U.S. Appl. No. 11/367,755, Jun. 2, 2009. |
Notice of Allowability for U.S. Appl. No. 11/385,983, Mar. 10, 2009. |
Notice of Allowability for U.S. Appl. No. 11/433,159, Oct. 29, 2009. |
Notice of Allowability for U.S. Appl. No. 11/800,265, Apr. 5, 2010. |
Office action from U.S. Appl. No. 10/918,336. |
P. Saisan, "Modeling of Pedestrian Motion for recognition," IS&T/SPIE 17th annual symposium, San Jose, CA 2005. |
P. Saisan, S. Medasani, and Y. Owechko "Multi-View Classifier Swarms for Pedestrian Detection and Tracking," IEEE Conference on Computer Vision and Pattern Recognition, San Diego, 2005. |
Park, S. and J. Aggarwal (2003), "A hierarchical Bayesian network for event recognition of human actions and interactions," ACM SIGMM International Workshop on Video Surveillance, Berkely, CA. |
Qi Li, Isao Sato and Yutaka MUrakami "Steerable filter based multiscale registration method for JERS-1 SAR and Aster IMages" Geoscience and Remote sensing symposium, Jul. 2007. [Online] Downloaded May 3, 2012. * |
R. Brits, et al., "A Niching Particle Swarm Optimizer," 2002. |
R. Hassan, B. Cohanim, and O. de Weck, "A Comparison of Particle Swarm Optimization and the Genetic Algorithm," AIAA Conference, 2005. |
R. Krishnapuram and J. M. Keller, "Quantative Analysis of Properties and Spatial Relations of Fuzzy Image Regions," Transactions on Fuzzy Systems, 1(2):98-110, 1993. |
R. Krishnapuram, S. Medasani, S. Jung and Y. Choi, "Content-Based Image Retrieval Based on a Fuzzy Approach," IEEE Transactions on Knowledge and Data Engineering (TKDE), Oct. 2004. |
R. Mendes, "The Fully Informed Particle Swarm: Simpler, Maybe Better," Special issue of IEEE Trans. on Evol. Computation on Particle Swarm Optimization, vol. 8, No. 3, Jun. 2004. |
R.C. Eberhart, et al., "Particle swarm optimization: Developments, applications, and resources," Proceedings of IEEE Congress on Evolutionary Computation (CEC 2001), Korea, 2001. |
R.T. Collins, A. J. Lipton, and T. Kanade, "Introduction to the special section on video surveillance," IEEE-PAMI, 22(8), Aug. 2000. |
Reply to Notice of Allowability for U.S. Appl. No. 11/433,159, Dec. 7, 2009. |
Robinson, Dirk and Peyman Milanfar. "Fundamental Performance Limits in Image Regitration" IEEE Transactions on Image Processing, vol. 13, No. 9, Sep. 2004. [Online] DOwnloaded May 3, 2012. http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1323100. * |
S. Gold and A. Rangarajan, "A graduated assignment algorithm for graph matching," IEEE Transaction on Pattern Analysis and Machine Intelligence, vol. 18, pp. 377-387, Apr. 1996. |
S. Hongeng, R. Nevatia, and F. Bremond, "Vide-based event recognition: activity representation and probabilistic recognition methods," CVIU 96(2004), 129-162. |
S. Medasani and R. Krishnapuram, "Graph Matching by Relaxation of fuzzy assignments," IEEE Transactions on Fuzzy Systems, 9(1), 173-183, Feb. 2001. |
S. Medasani, and Y. Owechko, "Possibilistic Particle Swarms for Optimization," Proceedings 5673 of SPIE/IST Symposium on Electronic Imaging, San Jose, 2005. |
Sujit Kuthirummal, et al., "Multiview constraints for recognition of planar curves in fourier domain," Proceedings of the Indian Conference on Vision Graphics and Image Processing (ICVGIP)-2002. |
Sujit Kuthirummal, et al., "Planar shape recognition across multiple views," In Proceedings of the Interationa Conference on Pattern Recognition (ICPR)-2002, Quebec, Canada. |
T. Kailath, et al., "Linear Estimation," Prentice Hall, NJ, ISBN 0-13-022464-2, 854pp, 2000. |
V. Ciesielski and M. Zhang, "Using Genetic Algorithms to Improve the Accuracy of Object Detection," In Proceedings of the third Pacific-Asia Knowledge Discovery and Data Mining Conference, Ning Zhong and Lizhu Zhou (Eds.), Knowledge Discovery and Data Mining-Research and Practical Experiences. Tsinghua University Press, p. 19-24. Beijing, China, Apr. 26-31, 1999. |
Y. Owechko and S. Medasani, "A Swarm-based Volition/Attention Framework for Object Recognition," IEEE Conference on Computer Vision and Pattern Recognition, San Diego, Proc. of CVPR-WAPCV 2005. |
Y. Owechko and S. Medasani, "Cognitive Swarms for Rapid Detection of Objects and Associations in Visual Imagery," IEEE Swarm Intelligence Symposium, Pasadena, 2005. |
Y. Owechko, et al., "Vision-Based Fusion System for Smart Airbag Applications," Intelligent Vehicle Symposium, 2002. IEEE, Publication Date: Jun. 17-21, 2002, vol. 1, on pp. 245-250 vol. 1. |
Y. Owechko, S. Medasani, and N. Srinivasa, "Classifier Swarms for Human Detection in infrared imagery," Proc. of the CVPR workshop on Object Tracking and Classification Beyond the Visible Spectrum (OTCBVS'04) 2004. |
Y. Sun and R. Fisher, "Hierarchical Selectivity for Object-based Visual Attention," submitted to Artificial Intelligence, 2004. |
Yin, Peng-Yeng. "Particle swarm optimization for point pattern matching" Jounrall of Visual Communication and Image Representation vol. 17, Issue 1, Feb. 2006. [Online] Downloaded May 3, 2012ftp://ftp.ce.unipr.it/pub/cagnoni/RC/sdarticle.pdf. * |
Z. Zhang, "A flexible new technique for camera calibration," IEEE Transactions on Pattern Analysis and Machine Intelligence, 22(11): 1330-1334, 2000. |
Cited By (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130188878A1 (en) * | 2010-07-20 | 2013-07-25 | Lockheed Martin Corporation | Image analysis systems having image sharpening capabilities and methods using same |
US20140029827A1 (en) * | 2011-02-10 | 2014-01-30 | Hans Frimmel | Level set function based image processing |
US9129364B2 (en) * | 2011-02-10 | 2015-09-08 | Novamia Ab | Level set function based image processing |
CN104268869A (en) * | 2014-09-23 | 2015-01-07 | 中山大学 | Automatic multilevel-resolution remote-sensing image registration method based on particle swarm optimization |
CN104268869B (en) * | 2014-09-23 | 2017-04-12 | 中山大学 | Automatic multilevel-resolution remote-sensing image registration method based on particle swarm optimization |
US20160125103A1 (en) * | 2014-10-31 | 2016-05-05 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
US10437948B2 (en) | 2014-10-31 | 2019-10-08 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
US20160124902A1 (en) * | 2014-10-31 | 2016-05-05 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
US9996640B2 (en) * | 2014-10-31 | 2018-06-12 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
US10013513B2 (en) * | 2014-10-31 | 2018-07-03 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
US10984155B2 (en) | 2014-10-31 | 2021-04-20 | International Business Machines Corporation | Accelerating particle-swarm algorithms |
CN104361135A (en) * | 2014-12-11 | 2015-02-18 | 浪潮电子信息产业股份有限公司 | Image retrieval method |
CN105469417A (en) * | 2015-12-30 | 2016-04-06 | 北京联合大学 | MSER (Maximally Stable Extremal Regions) + PSO (Particle Swarms Optimization) step-by-step multi-sensor image registration algorithm |
CN105956689A (en) * | 2016-04-21 | 2016-09-21 | 合肥工业大学 | Transportation and production coordinated scheduling method based on improved particle swarm optimization |
US11741605B2 (en) | 2016-05-18 | 2023-08-29 | Siemens Healthcare Gmbh | Method and system for image registration using an intelligent artificial agent |
US12094116B2 (en) | 2016-05-18 | 2024-09-17 | Siemens Healthineers Ag | Method and system for image registration using an intelligent artificial agent |
US11557036B2 (en) | 2016-05-18 | 2023-01-17 | Siemens Healthcare Gmbh | Method and system for image registration using an intelligent artificial agent |
US11123045B2 (en) * | 2016-05-26 | 2021-09-21 | Canon Medical Systems Corporation | Ultrasonic diagnostic apparatus and medical image processing apparatus |
CN108335320A (en) * | 2017-01-20 | 2018-07-27 | 中电科海洋信息技术研究院有限公司 | The spatial registration method and spatial registration system of multi-source Remote Sensing Images |
US11354813B2 (en) | 2017-08-14 | 2022-06-07 | Siemens Healthcare Gmbh | Dilated fully convolutional network for 2D/3D medical image registration |
US10818019B2 (en) | 2017-08-14 | 2020-10-27 | Siemens Healthcare Gmbh | Dilated fully convolutional network for multi-agent 2D/3D medical image registration |
US11636399B2 (en) * | 2017-10-03 | 2023-04-25 | Nec Corporation | Parameter estimation system, parameter estimation method, and parameter estimation program recording medium for estimating parameter and kernel functions by incorporating machine learning |
CN114966201A (en) * | 2022-05-05 | 2022-08-30 | 威胜电气有限公司 | Harmonic voltage and current measurement and characteristic analysis method in typical scene |
CN114881090A (en) * | 2022-06-06 | 2022-08-09 | 哈尔滨工业大学 | Satellite telemetry data feature selection method, device and medium based on improved particle swarm optimization |
CN115100365B (en) * | 2022-08-25 | 2023-01-20 | 国网天津市电力公司高压分公司 | Camera optimal baseline acquisition method based on particle swarm optimization |
CN115100365A (en) * | 2022-08-25 | 2022-09-23 | 国网天津市电力公司高压分公司 | Camera optimal baseline acquisition method based on particle swarm optimization |
CN115866213A (en) * | 2023-03-01 | 2023-03-28 | 深圳市微浦技术有限公司 | Multi-camera cooperative monitoring method, device, equipment and storage medium |
CN116684273A (en) * | 2023-06-08 | 2023-09-01 | 中国人民解放军国防科技大学 | Automatic planning method and system for mobile communication network structure based on particle swarm |
CN116684273B (en) * | 2023-06-08 | 2024-01-30 | 中国人民解放军国防科技大学 | Automatic planning method and system for mobile communication network structure based on particle swarm |
CN116503399A (en) * | 2023-06-26 | 2023-07-28 | 广东电网有限责任公司湛江供电局 | Insulator pollution flashover detection method based on YOLO-AFPS |
CN116503399B (en) * | 2023-06-26 | 2024-03-22 | 广东电网有限责任公司湛江供电局 | Insulator pollution flashover detection method based on YOLO-AFPS |
CN118709573A (en) * | 2024-08-28 | 2024-09-27 | 西安君扬红芯电子股份有限公司 | Microwave filter debugging method based on multi-group particle swarm optimization method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8645294B1 (en) | Method for image registration utilizing particle swarm optimization | |
Mao et al. | Poseur: Direct human pose regression with transformers | |
Thayananthan et al. | Multivariate relevance vector machines for tracking | |
Brachmann et al. | Uncertainty-driven 6d pose estimation of objects and scenes from a single rgb image | |
Liu | Generic face alignment using boosted appearance model | |
Babenko et al. | Robust object tracking with online multiple instance learning | |
Sodhi et al. | In-field segmentation and identification of plant structures using 3D imaging | |
Lu et al. | A co-training framework for visual tracking with multiple instance learning | |
Skočaj et al. | A robust PCA algorithm for building representations from panoramic images | |
Lu et al. | Robust visual tracking with discriminative sparse learning | |
Kong et al. | Adaptive graphical model network for 2d handpose estimation | |
Probst et al. | Unsupervised learning of consensus maximization for 3D vision problems | |
Vongkulbhisal et al. | Inverse composition discriminative optimization for point cloud registration | |
Talker et al. | Efficient sliding window computation for nn-based template matching | |
Penate-Sanchez et al. | Matchability prediction for full-search template matching algorithms | |
Chang et al. | 2d–3d pose consistency-based conditional random fields for 3d human pose estimation | |
Urban et al. | mdBRIEF-a fast online-adaptable, distorted binary descriptor for real-time applications using calibrated wide-angle or fisheye cameras | |
Cootes | Statistical shape models | |
Liu et al. | Boosted deformable model for human body alignment | |
US20230040793A1 (en) | Performance of Complex Optimization Tasks with Improved Efficiency Via Neural Meta-Optimization of Experts | |
Bryner et al. | Bayesian active contours with affine-invariant, elastic shape prior | |
Zheng et al. | Marginal space learning | |
Marras et al. | Deep globally constrained MRFs for human pose estimation | |
Li et al. | Discriminative nonorthogonal binary subspace tracking | |
Martins et al. | Likelihood-enhanced Bayesian constrained local models |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: HRL LABORATORIES, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:OWECHKO, YURI;CHEN, YANG;MEDASANI, SWARUP;SIGNING DATES FROM 20090723 TO 20090814;REEL/FRAME:023139/0825 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20220204 |