WO2015073935A1 - Continuous image analytics - Google Patents

Continuous image analytics Download PDF

Info

Publication number
WO2015073935A1
WO2015073935A1 PCT/US2014/065850 US2014065850W WO2015073935A1 WO 2015073935 A1 WO2015073935 A1 WO 2015073935A1 US 2014065850 W US2014065850 W US 2014065850W WO 2015073935 A1 WO2015073935 A1 WO 2015073935A1
Authority
WO
WIPO (PCT)
Prior art keywords
query
tile
result
tiles
data
Prior art date
Application number
PCT/US2014/065850
Other languages
French (fr)
Inventor
Charles P. Pace
Eric WIRCH
Original Assignee
Corista LLC
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 Corista LLC filed Critical Corista LLC
Priority to AU2014348303A priority Critical patent/AU2014348303A1/en
Priority to CA2930715A priority patent/CA2930715A1/en
Priority to PCT/US2014/066011 priority patent/WO2015074002A1/en
Priority to US14/543,875 priority patent/US20150142732A1/en
Priority to JP2016530883A priority patent/JP2017504091A/en
Priority to EP14863011.4A priority patent/EP3069229A4/en
Publication of WO2015073935A1 publication Critical patent/WO2015073935A1/en
Priority to JP2018192234A priority patent/JP2019049990A/en
Priority to JP2021058595A priority patent/JP2021114305A/en
Priority to AU2021282537A priority patent/AU2021282537A1/en
Priority to JP2023111569A priority patent/JP2023123838A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9027Trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • G06F16/5838Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using colour

Definitions

  • a method, system, computer-readable set of instructions on a storage medium is provided for querying, analyzing, and processing data; and, in particular, for processing samples for use in a digital system, querying an image database, iteratively processing the image data, and producing image data results.
  • relevant data may be retrieved from data repositories.
  • a semantic gap exists between the user's conceptual expectations (for example, as conveyed through the query) and the data's low- level representation of the data.
  • the semantic gap in attribution of meaning that exists between the low level representation of microscopy tissue digital images and a user's intentions or the intentions conveyed by a query.
  • the magnitude of the semantic gap precludes the general application of content-based image retrieval techniques, where irrelevant results may be returned when the query is too general, and relevant results may be excluded when the query is too specific.
  • One aspect of the challenge of the semantic gap may be attributed to the complexity, variability, and magnitude of the data. These factors complicate, e.g., act counter, to the discriminatory elements of algorithms, sometimes ultimately manifesting as an error model dominating the pattern models of the image data when the algorithm is expanded beyond a constrained application domain.
  • Another challenge is the practical approximation assumptions that may be made when applying algorithms to large amounts of image data. These approximations are subsets and summaries of the image data that are meant to make the algorithm computationally tractable. In the case of tissue image data, the scale of the data is a great magnitude and the discriminatory features are intricate and have distinct meaning at different scales.
  • the present invention provides a computer-implemented method to search a database of images based on a query, the method including: responsive to a determination that a magnification level of the query is greater than a first threshold, returning a first list of result tiles satisfying the query at the magnification level of the query; responsive to a determination that the magnification level of the query is one of below and equal to, the first threshold, retrieving tiles at a next lower magnification level and returning a second list of result tiles satisfying the query at the next lower magnification level; and processing each list of result tiles, the processing including, for each result tile: adding the result tile to a subset of result tiles; responsive to a determination that a total number of result tiles in the subset is one of: greater than and equal to, a second threshold, recursively searching the subset; saving results of each recursive search of the subset to a remaining subset; recursively searching the remaining subset; and saving results of the search of the remaining subset.
  • each level of magnification corresponds to a level of a quad tree, each level of the quad tree containing a tile representing an image result.
  • a child tile has coherence with a parent tile.
  • the parent tile is at least one of: a down-sampling and a low-pass spatial filtering, of at least one of the corresponding child tiles.
  • the retrieving of tiles at the next lower magnification level includes generating children at a next lower level of the quad-tree.
  • the query includes at least one of: a minimum threshold number of results and a maximum threshold number of results. In an embodiment, the threshold number of results is based on system resources.
  • the query includes an image and the magnification level of the query is a magnification level of the image.
  • a result tile is included in the list for returning based on at least one of: a magnification of the result tile, the query image, a file name for an index associated with the result tile, a result size, and an index type.
  • the query includes a time limit within which to perform the search.
  • the query includes a threshold level of quality.
  • the first predetermined threshold is defined such that the method terminates responsive to a determination that a number of search results are below a value.
  • the first predetermined threshold is defined to correspond to a number of levels of magnification.
  • the first predetermined threshold is defined such that depth-based search is not used.
  • a level of magnification has a higher resolution than a lower level of magnification.
  • a level of magnification has twice the resolution in each dimension than a next lower level of magnification.
  • the query is updated after returning the first list of result tiles.
  • the processing of each list of result tiles further includes: clearing the subset following the saving of the results of each recursive search and clearing the remaining subset following the saving of the results of the recursive search of the remaining subset.
  • the recursive search is a depth-first search.
  • the saved results are available prior to termination of the search.
  • a method and system of performing a recursive search of a tile set based on a query tile including: for each tile in the tile set, performing the following steps until a result set is populated: retrieving a set of tiles from the next level; adding the next level tile set to the result set; responsive to a determination that a magnification level is at a predetermined target level, evaluating a quality of matches in the result set; responsive to a determination that a magnification level is below the target level, for each tile in the result set: responsive to a determination that a number of tiles in a subset is at least one of: greater than and equal to a third threshold value, adding the tile to the subset; responsive to a determination that a number of tiles in the subset is less than the third threshold value, performing the steps of: recursively searching the subset; adding results of the recursive search to a temporary result set; and clearing the subset; recursively searching the subset; adding search results to the temporary result
  • the query tile is included as a first child tile of a first tile of the tile set.
  • the evaluating of the quality of matches includes determining whether a first tile in the result set has a match value of less than a predetermined value compared with the query tile. In an embodiment, the predetermined value is 50%.
  • the quality of matches is based on a difference between vectors. In an embodiment, the difference between vectors is based on a distance between the vectors of respective tiles. In an embodiment, the difference between vectors is based on a mean squared error between the vectors of respective tiles.
  • each pixel of a tile has at least one value representing at least one of: a color and a luminance of the respective pixel and each tile includes a vector of the at least one value for all pixels of the tile.
  • the query includes the predetermined value for evaluating the quality of matches.
  • sorting the returned temporary result set based on matching to the query.
  • sorting the temporary result set based on matching to its corresponding parent tile.
  • a computer-implemented processing execution plan including: at least one selectable probe feature specification including at least a spatial position and an extent of an image feature; at least one target specification including a set of images, the set of images including at least one image of a microscopy slide; and a traversal plan including an order of comparison and a comparison operator to generate correlation samples between the at least one selectable probe feature and the at least one target specification, wherein the correlation samples includes a similarity method, a similarity metric, the at least one selectable probe feature specification, and the at least one target specification and the extent of the image feature.
  • the traversal plan includes: at least a method of ordering samples and applying a similarity metric to establish a correlation relationship with the at least one selectable probe feature specification; data including the correlation relationship is retained in a persistent computer memory usable by traversal plans to adapt the processing execution plan to evaluate correlations.
  • the traversal plan is based on evaluating the samples in an order, the order defined by at least one of: a statistically uniform sampling including a uniform lattice; a quadtree decomposition of the slides; an embedded zero tree of the slides; an exhaustive sampling; a sparse sampling; and a scale and proximity biased sampling.
  • a bias is adaptively applied in a transitive manner such that at least one correlation with previously correlated data are usable to predict the correlation with the respective data.
  • online machine learning is used to bias the sampling and the traversal plan.
  • relevance feedback from a user is used to bias the sampling as the traversal plan is executing.
  • the traversal plan defines result parameters usable to determine samples to be returned as part of a result set; the parameters include a magnification scale and a spatial extent; and the processing execution plan defines an order in which samples are evaluated, the order determining a rate at which result set samples are returned.
  • scale-based dependency trees are defined based on an isolation of a respective evaluation state; and the respective isolation of the scale-based dependency trees are distributed to discrete processing elements for parallel evaluation.
  • the partitioned data and the processing specification are stored on the same storage device.
  • partitioning is based on a number of result samples returned per sample evaluation such that the partition size is at least one of: increased and reduced.
  • a transformation process applies to at least one image processing transformations to the result set; and an output of the transformation process includes a transformed sample placed in persistent storage.
  • probe samples and target samples are selected from available transformed samples and secondary samples to form a traversal plan such that upon execution of the traversal plan, resulting samples are returned as secondary result samples.
  • the secondary result set samples are used to adaptively bias a primary traversal plan; and strong correlations based on the secondary result set indicate that associated samples in the primary traversal plan are to be evaluated in a preferential manner.
  • the secondary result samples are adaptively biased by further transforming the secondary result samples to generate tertiary transformed samples; and the adaptive biasing of the secondary result set to the primary result set extends to the tertiary result sets biasing of the secondary result set.
  • the adaptive biasing of upstream and downstream plans is used in a chain.
  • a graph topology is used for the adaptive biasing.
  • a computer-implemented method of continuously processing a repository of image data including: receiving query specification including a request for data; receiving system specification of the computer on which the method is implemented; comparing the query specification and the system specification to determine a domain specification; initiating a query on the repository based on the domain specification; receiving results of the query including image data; rendering an interactive and iterative exploration of the result image data on a graphical user interface; receiving input of the result image data via the graphical user interface; updating the query based on the received input; rendering an updated the graphical user interface based on updated result image data.
  • the repository of image data includes digital microscopy data.
  • the repository of image data includes tissue image data of a scale such that approximations of the data at a coarse scale do not have correlations with the data at a fine scale.
  • the continuous process of the image data generates results in an incrementally such that results are available prior to full termination of the processing.
  • the query specification implicitly defines indexes and transformation of data.
  • a computer-implemented method of transforming image data in a data repository based on a query including: receiving a query for data in the data repository, the query including at least one probe tile and at least one group of slides from which the query will run; recursively searching through each magnification level the data repository until an overlap between the query and the probe tile is spatially relevant; refining the query based on results of the recursive search; generating a traversal plan for target slides based on the recursive search; and transforming data based on data returned by the query, wherein the transformation includes adjusting at least one of: an individual pel position and a color depth of the data.
  • an overlap is spatially relevant responsive to a determination that there is an overlap of at least 256 pixels.
  • the query includes a search predicate and a query target.
  • a probe feature specification includes the search predicate specified as a region of interest, the region of interest including a point on an image with a specified extent.
  • the probe feature specification includes at least one tile, the at least one time including a set of images that the probe feature specification will target to generate search matches.
  • a traversal plane includes an order in which targets are compared with at least one probe feature specification.
  • each of the probe feature specification and the target is at least one of: a tile, a single image, a sub-image of a microscopy slide image at a level of magnification.
  • FIG. 1 is a flowchart illustrating a method of interactive data exploration according to an example embodiment.
  • FIG. 2 is a flowchart illustrating an exploration lifecycle according to an example embodiment.
  • FIG. 3 is a block diagram of a query unit according to an example embodiment.
  • FIG. 4 is a block diagram of an analysis unit according to an example embodiment.
  • FIG. 5 shows an architecture of a query unit in an intermediate stage according to an example embodiment.
  • FIG. 6 is a block diagram of repository elements according to an example embodiment.
  • FIG. 7A shows an example embodiment.
  • FIG. 7B shows an example embodiment.
  • FIG. 8A shows an example embodiment.
  • FIG. 8B shows an example embodiment.
  • FIG. 9 shows an example slide layout according to an embodiment of the present invention.
  • FIG. 10 shows an example slide or tile feature comparison according to an example embodiment.
  • FIG. 11 shows an example tile spatial decomposition according to an example embodiment.
  • FIG. 12 shows an example tile scale decomposition according to an example embodiment.
  • a method and system and computer-readable instructions (which can be stored on a storage medium) for processing data (e.g., image data) in a continuous manner is provided to addresses challenges presented by the semantic gap.
  • the method is driven by a query (which can represent a user's intentions), the system's capabilities, and the system's guiding of the user.
  • the method can provide an interactive and iterative exploration of the data.
  • the present invention provides an exploration of image data that is targeted at unique requirements of tissue image data and other biological image data. Multiple uses for the present invention are envisioned.
  • the present invention can be used with respect to any image in any industry including photography, satellite images, et al.
  • the exploration method and system provides the user with immediate feedback on query scope and results, which facilitates immediate refinement of the query.
  • the method can further enable specification of analysis and processing to be performed on the image data results returned from a query.
  • the query specification implicitly defines derived indexes and transformations of the data.
  • the definition produces results for the queries that are responsive to the results from the definition.
  • the results are pre-computed, computed on demand, and/or computed during a previous exploration.
  • the results are incrementally returned based on at least one of: user experience requirements, user query specification/refinement, and system capabilities.
  • a multitude of query, analysis, and processing steps are chained with the iterative processing of each of those steps. The combination of these steps can represent a pipeline of processing.
  • system and method elements provide the means by which the system continuous resolves of the processing pipeline.
  • results of the processing are produced in an incremental manner, and can be provided to the user and/or later stages in the pipeline. This can be advantageous, for example, because no single pipeline step is required to completely process all of the data.
  • the system and method include and can prioritized as follows: archival, storage, transfer, and analysis.
  • Archival can include retention and replication of the data (e.g., tissue image data), which can assure that the data can be stored long term without frequently moving the data.
  • Performing the processing on the data while it is archived can involve moving the computational processing of the data local to the data itself rather than moving the data local to the processing.
  • Storage can provide access to the data through providing decimated multi-scale representations. Storage can organize the data to decrease access latencies and manage the derived data storage and loading as well.
  • Transfer can limit the requirement to transmit the data or derived data. For example, transfer can delay transfer of data to downstream processing where the derived data is smaller, and perform the analysis and transformation of the data local to the data itself, and return the result.
  • FIG. 1 is a flowchart illustrating a method and system 100 of interactive data exploration according to an example embodiment.
  • the method and system 100 includes an order of operations for exploring repository information.
  • a User Specification can be defined based on the data extraction requirements of the user.
  • the User Specification defined in step 101 is intersected with a domain specific information in the repository, which can then, in step 106, produce the related Domain Specification.
  • the combined User and Domain Specifications (steps 102 and 106) can be used to initiate a query on the repository that may generate Query Results in step 108.
  • the generated results can be supplied to an analysis process that generates an analysis of the results in step 110.
  • FIG. 6 is a block diagram of repository elements 600 according to an example embodiment.
  • the repository elements include Base Data 602 of the repository, which can be a quad-tree decomposition of slide image data, each parent layer subsampled once and each layer divided (e.g., decimated) into tiles corresponding to those of the tree elements.
  • An Indexing 604 of the tiles can be defined based on one or more feature extractions 608.
  • the feature extraction 608 can be isolated to the state of each tile.
  • Correlation Indexes 610 can be defined based on index similarity, indicating the correlation of two or more tiles based on one or more indices 604.
  • the Base Data 602 can be a transformation of imported data 606.
  • FIG. 2 is a flowchart illustrating a repository exploration lifecycle 200 according to an example embodiment.
  • the exploration is a combination of query and analysis performed in a sequence by Query Unit(s) 202 and Analysis Unit(s) 216.
  • a sampling function for accessing data (e.g., tissue image data) is provided.
  • the sampling function here defines the order in which the data is accessed.
  • the function can formulate the access plan based on constraints that are predicted from the data itself and based on the user interactivity. These constraints on the sampling function can constitute the query context of the invention.
  • sampling is constituted of an access plan based on the user specification and the system specification.
  • the user specification can include the scope of the data to be searched along with any predicate specifications.
  • the system specification can include the existing data and the remaining results of previous processing.
  • the sampling function can return sets of partial results in an incremental manner. Those returned results can then be used to modify both the user specification and the system specification within the current query context.
  • the refinement operation can interrupt the processing such that the query is guided towards more relevant result sets (e.g., samples).
  • FIG. 3 is a block diagram of a query unit 300 according to an example embodiment.
  • This query unit 300 includes a domain (system) specification 302 for the query and a user specification 310.
  • the domain specification 302 can be combined with the user specification 310 to form a predicate and/or a target 304, which can produce results 306.
  • the query can be refined and/or expanded 308 based on those results to alter the user specification 310 of the query.
  • FIG. 4 is a block diagram of an analysis unit 400 according to an example embodiment.
  • the analysis unit 400 generates transformation results 406 and 408 based on repository data 404 returned from a query.
  • the transformed data can be in the form of images that are of the same dimensions and resolution as the data they are derived from, with changes to the individual pel positions and color depth based on the transformation.
  • FIG. 5 shows an architecture of a query unit 500 in an intermediate stage according to an example embodiment.
  • Intermediate results can be the result of a defined process performed to generate results.
  • the intermediates can be dependent on a combination of a base repository state and defined processing.
  • Regions of Interest (“ROI") 502 define one or more neighboring pels in the repository, comprising one Tile 512 in the repository.
  • the ROI 502 can also be a more complex Polygon 522 that can be defined on one or more tiles and whose interior is interpolated to discrete positions on one or more tiles.
  • the tile data can be the decimation of the image data in scale and space generating the basic units of processing the tile.
  • Vectors 501 can specifically feature vectors extracted from a tile, which can be used for generating indexes on which the queries operate.
  • Correlation intermediates 506 can hold correlation between two tiles by way of their extracted feature vector similarity, for example, generated when one of the two tiles is a query predicate and the other is a query result.
  • the correlation itself can be a feature index that can be searched.
  • a tensor 526 can be formulated to transfer correlations to other feature vectors.
  • Layers 508 can be any transformed, filtered, and/or visualized information derived from the data.
  • the data structure and content define a priority for the processing, and the priority can determine the order in which the data is provided to the user. This enables the user to understand both the structure and the content of the data. The user can be guided through the exploration of the data by this prioritization, which may limit the requirements for prior knowledge of the data.
  • the processing is adjusted to the data being returned, expanding the sampling scope of the data being searched based on a sparse set of results being returned.
  • the sampling scope can be restricted if a great volume of results are returned. The restriction can provide a wider sampling of the data, rather than a large amount of data being returned for a small localized subset of the total data.
  • spatial continuity can assume that data spatially adjacent will generally be more relevant than distant data.
  • near data can have higher correlations with distant data for which the near data's neighboring data can also have high correlations for distant data.
  • these relationships can be used as bases for predicting the constraints of the search.
  • usage statistics are used to expand processing of data that is generated and accessed to a greater degree than other data. Restriction and flushing of intermediate data can be performed in instances where data is generated and accessed infrequently. The frequency of access can influence ranking of the data. IAPE, the ranking data for user exploration, can be moderated with a bias compared to ranking based on system processing, based for example on screening slides for quality assurance ("QA").
  • QA quality assurance
  • the system and method can provide a means by which the results are to be expanded and/or restricted.
  • This online moderation capability provides the user with a means by which to interact with the query results. The same capability can be available to the user at any point in the query execution process, even when the query has finished. In such a case, the query is rerun with the new constraints.
  • queries and their incremental results are analyzed to determine if certain limits are reached which can make continued processing of the query inefficient, in which case the query can be terminated, and the user can be presented with the opportunity to alter the query.
  • the partitioning and traversal of the data is performed to optimally maintain storage and computational coherency.
  • data can be partitioned regularly into non-overlapping spatial regions, e.g., blocks or tiles.
  • the data can be subsampled and partitioned.
  • partitioned data tiles are arranged based on scale and spatial proximity. The locality of each individual tile can act as the fundamental unit of computation. The result can be that this fundamental unit can be processed to yield a result that can be presented to the user.
  • aggregate tile processing can be primarily achieved through scale-based constraints, where lower scale analysis is used to qualify the order of processing of higher scale data.
  • tissue image data scale-based pyramid maybe represented as a quad-tree decomposition of the image data.
  • Parent-node similarity can used to qualify the representation.
  • Increased access to side information can provide a pool of staged results that require only part of a pipeline to be executed.
  • processing of the algorithm can be dependent upon the quantity of the results being returned.
  • the traversal strategy can determine how the traversal tactics will be modified.
  • the granularity for each processing increment can be based on the processing of a subtree of the quad-tree. Cost estimation of the processing of the subtree can be used to bound the computation required to return a set of results.
  • the isolation of processing to the subtrees can facilitate the application of parallel and distributed processing to scale the computation of the traversal.
  • the quad-tree traversal can be defined to process subsets at each level, the number of subsets on each level determining the degree to which the traversal is breadth-first or depth-first.
  • the breadth-first bias can sample a larger amount of data and utilize a larger amount of computing resources before returning a set of results. This increment can be advantageous when matching results are sparse and there is a weaker scale coherency.
  • breadth-first traversal can generally be more exhaustive and make fewer assumptions about the distribution of matching samples, which can indicate that predicate search hypotheses are weaker.
  • the depth- first bias can sample a smaller amount of data, using less computing time, and returning results in a smaller increment. This can be advantageous in cases where there are dense results and a stronger scale coherence.
  • the exploration of the data can create many partial solutions to later queries. These partial solutions represent the opportunity to provide results in a more expedient manner compared with results that are calculated from less intermediate data. Since much of the partial results are created by the activities of other users, there can be a qualitative bias. A subset of results that have this bias can be returned.
  • the challenges of tissue image data are addressed through system responsiveness that allows user specification refinement in addition to downstream processing in the pipeline.
  • the specification refinement can be used to modify the current query processing to alter the results that are produced by the query.
  • the downstream processing can operate on the query results as they are generated, performing additional transformations to the data, which can be followed by additional query processing.
  • the responsive nature of the query processing can provide flexibility for the user to explore the data through query modification or further processing.
  • Base image data can be structured and organized for incremental processing over spatial and spectral scales.
  • data can be normalized spatially and spectrally through a calibration process.
  • Data correlation can be determined by similarity in feature indices and maintained in correlation indices.
  • Access and processing of data can be estimated and executed based on predicted and actual cost. Pre-calculations can be performed that approximate the result of the full calculation, provide computation cost estimates, and provide incremental calculation of the final result. Results can be rolled-up and aggregated for future calculations and intermediate products can be retained for update calculations, where online computation of algorithms is possible.
  • the kernel utilizes the pyramidal/hierarchical/quad-tree data structure (e.g., multi-scale image pyramids) to facilitate progressive and isolated computation.
  • tiles can be square images that have spatial extents of 256 on each dimension. These tiles can be generated from the original image and successive 2x subsampled versions of that image until the recursively subsampled image reaches a dimension below 256.
  • filesystem directories including the tiles can be subdivided into groups of 256, or an arrangement of 16 by 16 tiles. This filesystem organization can provide an optimal arrangement for storage system locality to take advantage of caching mechanisms. Further, the isolation anticipates distributed filesystems where operations on subregions can be executed without needing to share context information between separate computational environments.
  • feature vectors based on histogram bins can be utilized in similarity comparisons of tiles. These can represent the approximation of the tile's contents used in indexing. Operations on tiles that are similar in this spectral feature space can be used to estimate the results of operations involving more computationally intensive feature extraction operations.
  • the scale aspect of the technique emphasizes that the spectral feature vector is a ranked approximation of the spectral content of the tile. For example, if the feature vectors are the size of the tile, then each position would correspond exactly to each pixel. In an embodiment, having fewer bins than pixels necessarily can imply that the original data has been scaled down. The loss of correspondence between histogram bins and pixel positions can provide a spatial invariance.
  • the kernel operates in an online manner, performing fine grain computations and consolidating the results.
  • the computational cost of executing the computations can be factored into scheduling of the processing.
  • the cost estimation may be performed and summarized for subtrees of the access plan. These estimates allow for the moderation of computation allowed for each subtree.
  • the kernel is designed to operate incrementally on a pipeline of processing elements.
  • the elements can be query elements followed by analysis elements.
  • the query elements can apply one or more predicate patterns to a set of candidate patterns and return results based on pattern matching criteria. Analysis can be performed on the result set patterns, transforming them in some manner for at least one of visualization, further analysis, and query operations.
  • the query itself generates intermediate products based on generating indices that are used in the pattern matching process.
  • the analysis process generates intermediate products in the form of filtered or transformed input image data or quantitative metrics.
  • intermediate products result from the approximating functions that generate approximated results.
  • online calculations can have intermediate products that are retained for the purpose of accelerating repeated processing, these can also considered intermediate products of the pipeline.
  • retention and utilization of the intermediate products provide the kernel with alternative ways to generate results without incurring the computation required to repeat these operations.
  • data such as tissue image data have distinct structures at different scales. These structures are not necessarily structurally coherent over the different scales. That is, the structural patterns are not necessarily repeating. The relationship between these patterns may modeled as a generating function where the macro-scale model is able to generate one or more micro-scale models. These models can be made available for providing additional constraints to queries. The kernel specific aspects of these models can be that, irrespective of the specific data, the kernel discovers these macro/micro models and can utilize them to provide joint similarity over different scales.
  • the utility of the system is dependent on the characteristics and organization of the data. Tissue image data applications can put a priority on the retention of the original image data before the retention of derived data. Data management system configuration can reflect the archival priority and defines the storage, transfer, and analysis operations in reference to this prioritization.
  • the magnitude of the data puts practical limits on data replication operations.
  • the magnitude is considered along with the long term retention policies associated with this data, constructing the database around the archived data can satisfy the requirements.
  • the choice of archival format and data layout has an effect on the capabilities of all downstream processing.
  • storage of data is based on the ability to manage the different tiers of data derived from the data.
  • the retention and flushing of this data can be performed to satisfy storage and computation requirements based on the ability to re-generate such data on demand.
  • the operations associated with the transfer and distribution of data can be achieved through the physical grouping of data and the ability to have out of scope references resolved through an addressing scheme. Limiting the dependencies can allow the system to have operational advantages when utilizing processing in distributed environments.
  • the system can have operations that are executed automatically based on both routine operations and user interaction.
  • FIGS. 7A and 7B show a simplified flowchart illustrating a method of initiating a query by searching data according to an example embodiment. As shown in FIG. 7A, after a search is initiated (block 705), if the current zoom level or magnification (used
  • the search results for the current level of inquiry will be returned (block 715).
  • this threshold is set to limit unproductive searching, for example, so that the search exits if there are not a significant number of search matches being generated. Or, for example, this threshold is set to limit unproductive searching before the image becomes so pixelated that it no longer includes meaningful imagery. Or, for example, the threshold is set to limit the depth, in magnification levels or other way, of the search. For example, if a small number of matches is generated from using too small of a subset, then the subset size can be increased for a more broad search. [69] In an embodiment, if the search results were pre-computed, or computed during a previous exploration, the search results can be returned without executing the depth based search.
  • the search function can be initiated recursively with different threshold values.
  • each zoom level or magnification corresponds to a level of the quad-tree.
  • an image is composed of a single tile at magnification level 1. Then the correspondence of the image with its four children is considered magnification level two, the 16 tiles of the children of the children is considered zoom level 3, etc.
  • Each level of magnification have a higher resolution, typically twice the resolution in each dimension, than the previous magnification level. When tiles reach the maximum resolution, those tiles can only correspond further to interpolated pixels as children and they are considered to be at the maximum zoom level or magnification.
  • the child tiles can have coherence with the parent tile, due to the parent tile being a down- sampling, a low-pass spatial filtering, of the four corresponding child tiles. For example, if a color is found in a parent tile, the same color is likely to be found in the child tile, or at least the parent color can be derived from the child tile's colors through a down-sampling operation.
  • a list of result tiles meeting the current search criteria is queried from a memory.
  • the list of tiles is retrieved based on associated data, for example, the level of the tile, the query, a file name for the index associated with each tile, the result size, and/or the index type.
  • the current search criteria, or query limits the search results based on priorities and system resources.
  • the query can include limitations for computation available for the search or available time to complete the search, for the amount of memory available, or thresholds for quality or quantity of the search results.
  • the next level of tiles are then retrieved (block 720). This will retrieve or generate the quad-tree children of next level tiles corresponding to the current level. Then, from the next level of tiles, a list of tiles matching the current query results is created (block 725).
  • the query can be refined as more results are found. For example, the query includes a minimum result size. And, for example, as better matches are found, certain broader or earlier found results are removed from the result list by narrowing the query that retrieves results from memory.
  • the tile is added to a subset (block 730).
  • a recursive depth first search is performed on the tiles in the subset (block 740). This limits the size of the set upon which the recursive set is performed.
  • the results of the recursive search is then saved (block 745) and the set cleared (block 750). Then a recursive search is performed on the remaining set (block 755), the results saved (block 760), and the set cleared (block 765).
  • the saved results are then available for retrieval from the memory from the time they are stored. In an embodiment, then, a continuously updated set of search results can be available even while the search is still running, or after the search has been completed.
  • FIGS. 8A and 8B show a simplified flowchart illustrating a method for performing a recursive search according to an example embodiment.
  • a recursive search is initiated on a set of tiles (block 805).
  • a new query tile can be developed, for example, as the first child tile of the first tile of input tile set (not shown).
  • the next level of tiles is retrieved (block 810) and the next level of tiles is added to a result set (block 815).
  • the quality of the matches in the result set will be evaluated (block 825). For example, if the first tile in the result set has a match value of less than 50% when compared to the query tile, the results are too different from the query tile and the depth search will not continue along this branch of the quad-tree (block 830).
  • the current result set will be returned as the result of the recursive search (block 835).
  • the minimum quality threshold may be set as part of the query.
  • the match quality is evaluated as a difference between vectors. For example, each pixel of a tile will have multiple values representing the color and/or luminance of the pixel. Then each tile has an array or vector of such values for all the pixels in the tile. Then, two tiles can be compared by calculating the distance, or mean squared error, between the vectors of the respective tiles.
  • the recursive search will continue as shown in FIG. 8B.
  • the tile will be added to the subset (block 845).
  • Th3 the predetermined threshold
  • a new recursive search will be initiated on the subset (block 850).
  • the results of that recursive search are added to a temporary result set (block 855) and the subset is cleared (block 860).
  • the lists of tile(s) on each level are sorted based on their matching query tiles or matching the query tile(s)'s parent tile(s) if not at the target level.
  • FIG. 9 shows a slide layout according to an embodiment of the present invention.
  • a biological tissue or other specimen is disposed on a query slide.
  • a query slide image is prepared.
  • the query slide image is a digital file which is segmented spatially into square or other shape tiles.
  • one or more tiles are identified as the query or search tile(s). That information obtained from the query tile is then entered into a similarity metric engine.
  • the similarity metric engine normalizes the query tile to a preferred size and memory value.
  • normalization can involve available methods.
  • normalization of one or more of the tiles or slide images involves obtaining the metadata information regarding the micron store pixel value. For example, if image A has a 20 micron per pixel scale and image B has a 40 micron per pixel scale, then an intermediate level can be calculated to level the micron per pixel scale of the two slides to be, e.g., both 20 micron per pixel scale or other level.
  • one may look for the highest resolution capture possible, an intermediate resolution capture possible, or the lowest resolution capture possible in order to obtain different results, depending upon the desired image search.
  • a color normalization or correction can be done.
  • the brightness, intensity, and color, of two or more tiles or images can be determined and then modified to a similar level for purposes of the searching. For example, if two different machines or scannings are done of the same slide, then those two resulting images can be normalized or color corrected so that any other slides from the same machine or machines can also be corrected based on the same determinations. For example, a comparison of the two scanned images' luminescent values, red-blue-green values, and other light or color based parameters can be made, then a determination can be made to modify one or both to a specific set of parameter levels, and then for any later images from same sources, the same modifications or corrections can be made with respect to the colors (color, brightness, intensity, et al.).
  • the similarity metric engine compares the query tile(s) to target tiles located in one or more locations.
  • the target tiles are located in one or more databases in one or more geographical locations or servers.
  • at least one of the target tiles is taken from at least one target slide tile.
  • the at least one target slide tile was prepared from target slide images or target slide digital image.
  • the target slide images are either uploaded from a source and/or created from at least one target slide.
  • the target slide is prepared using a tissue specimen or other sample.
  • FIG. 10 shows an example tile feature comparison.
  • a query tile or digital image query is entered into a feature extractor engine.
  • the feature extractor engine determines specific parameters and/or features of the query tile. For example, the feature extractor engine uses a predetermined set of features to generate data and/or measurements on/of such as color pixels and size. Some or all of the data and/or measurements determined using the feature extractor engine are then entered into the comparator engine which compare the similarity of the feature(s) of the query tile with the data and/or measurements of one or more target tiles.
  • the data and/or measurements of the one or more target files can be obtained using a feature extractor engine or the like.
  • FIG. 1 1 shows an example tile spatial decomposition according to an embodiment of the present invention.
  • a slide image is a digital file or other electronic data or information which is then identifiable as slide tiles or pieces of the slide image.
  • the slide tile is then decomposed into a set of lower level tiles.
  • FIG. 12 shows an example tile scale decomposition according to an embodiment of the present invention.
  • a slide image is segmented into multiple tiles, one of those tiles is then decomposed into multiple lower level tiles.
  • One of those lower level tiles is then used in searching for other similar tile images, using, for example, the various embodiments described herein.

Abstract

A method, system, and computer-readable set of instructions on a storage medium are provided for querying, analyzing, and processing image data and data/metadata associated with the image data. For example, a tissue sample is made into a slide. A digital or electronic image is made of the slide. That electronic image is then parsed with respect to color, brightness, magnification, intensity, and other available image parameters. The parsed information is then used in searching and reiteratively searching a database of images from one or more sources. If different magnification levels are observed, the images are normalized and/or color corrected. If different types or levels of results are desired, a difference magnification version of the image can be used, searched, and reiteratively searched for in a database of images from one or more sources. The database can be a dynamic database which is continuously being updated, enlarged, and/or reduced.

Description

CONTINUOUS IMAGE ANALYTICS
CROSS-REFERENCE TO RELATED APPLICATIONS
[01] This application claims priority to U.S. Provisional Patent Application Serial No.
61/905,027, filed on November 15, 2013, entitled "Continuous Image Analytics," and is herein incorporated by reference in its entirety.
COPYRIGHTS
[02] A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent files or records, but otherwise reserves all copyrights whatsoever.
FIELD OF INVENTION
[03] A method, system, computer-readable set of instructions on a storage medium (e.g., non-transitory storage medium) is provided for querying, analyzing, and processing data; and, in particular, for processing samples for use in a digital system, querying an image database, iteratively processing the image data, and producing image data results.
BACKGROUND
[04] When prompted by a query, relevant data may be retrieved from data repositories. However, in existing database-query systems, a semantic gap exists between the user's conceptual expectations (for example, as conveyed through the query) and the data's low- level representation of the data. More specifically, in the context of tissue imaging, there also exists a semantic gap in attribution of meaning that exists between the low level representation of microscopy tissue digital images and a user's intentions or the intentions conveyed by a query. The magnitude of the semantic gap precludes the general application of content-based image retrieval techniques, where irrelevant results may be returned when the query is too general, and relevant results may be excluded when the query is too specific.
[05] One aspect of the challenge of the semantic gap may be attributed to the complexity, variability, and magnitude of the data. These factors complicate, e.g., act counter, to the discriminatory elements of algorithms, sometimes ultimately manifesting as an error model dominating the pattern models of the image data when the algorithm is expanded beyond a constrained application domain. Another challenge is the practical approximation assumptions that may be made when applying algorithms to large amounts of image data. These approximations are subsets and summaries of the image data that are meant to make the algorithm computationally tractable. In the case of tissue image data, the scale of the data is a great magnitude and the discriminatory features are intricate and have distinct meaning at different scales.
SUMMARY
[06] The present invention provides a computer-implemented method to search a database of images based on a query, the method including: responsive to a determination that a magnification level of the query is greater than a first threshold, returning a first list of result tiles satisfying the query at the magnification level of the query; responsive to a determination that the magnification level of the query is one of below and equal to, the first threshold, retrieving tiles at a next lower magnification level and returning a second list of result tiles satisfying the query at the next lower magnification level; and processing each list of result tiles, the processing including, for each result tile: adding the result tile to a subset of result tiles; responsive to a determination that a total number of result tiles in the subset is one of: greater than and equal to, a second threshold, recursively searching the subset; saving results of each recursive search of the subset to a remaining subset; recursively searching the remaining subset; and saving results of the search of the remaining subset. In an embodiment, each level of magnification corresponds to a level of a quad tree, each level of the quad tree containing a tile representing an image result. In an embodiment, a child tile has coherence with a parent tile. In an embodiment, the parent tile is at least one of: a down-sampling and a low-pass spatial filtering, of at least one of the corresponding child tiles. In an embodiment, the retrieving of tiles at the next lower magnification level includes generating children at a next lower level of the quad-tree. In an embodiment, the query includes at least one of: a minimum threshold number of results and a maximum threshold number of results. In an embodiment, the threshold number of results is based on system resources. In an embodiment, the query includes an image and the magnification level of the query is a magnification level of the image. In an embodiment, a result tile is included in the list for returning based on at least one of: a magnification of the result tile, the query image, a file name for an index associated with the result tile, a result size, and an index type. In an embodiment, the query includes a time limit within which to perform the search. In an embodiment, the query includes a threshold level of quality. In an embodiment, the first predetermined threshold is defined such that the method terminates responsive to a determination that a number of search results are below a value. In an embodiment, the first predetermined threshold is defined to correspond to a number of levels of magnification. In an embodiment, the first predetermined threshold is defined such that depth-based search is not used. In an embodiment, a level of magnification has a higher resolution than a lower level of magnification. In an embodiment, a level of magnification has twice the resolution in each dimension than a next lower level of magnification. In an embodiment, the query is updated after returning the first list of result tiles. In an embodiment, further including removing results from at least one of: the first list of result tiles and the second list of result tiles prior to processing the respective list of result tiles. In an embodiment, the processing of each list of result tiles further includes: clearing the subset following the saving of the results of each recursive search and clearing the remaining subset following the saving of the results of the recursive search of the remaining subset. In an embodiment, the recursive search is a depth-first search. In an embodiment, the saved results are available prior to termination of the search.
[07] In an embodiment, a method and system of performing a recursive search of a tile set based on a query tile, including: for each tile in the tile set, performing the following steps until a result set is populated: retrieving a set of tiles from the next level; adding the next level tile set to the result set; responsive to a determination that a magnification level is at a predetermined target level, evaluating a quality of matches in the result set; responsive to a determination that a magnification level is below the target level, for each tile in the result set: responsive to a determination that a number of tiles in a subset is at least one of: greater than and equal to a third threshold value, adding the tile to the subset; responsive to a determination that a number of tiles in the subset is less than the third threshold value, performing the steps of: recursively searching the subset; adding results of the recursive search to a temporary result set; and clearing the subset; recursively searching the subset; adding search results to the temporary result set; clearing the subset; and returning the temporary result set. In an embodiment, the query tile is included as a first child tile of a first tile of the tile set. In an embodiment, the evaluating of the quality of matches includes determining whether a first tile in the result set has a match value of less than a predetermined value compared with the query tile. In an embodiment, the predetermined value is 50%. In an embodiment, the quality of matches is based on a difference between vectors. In an embodiment, the difference between vectors is based on a distance between the vectors of respective tiles. In an embodiment, the difference between vectors is based on a mean squared error between the vectors of respective tiles. In an embodiment, each pixel of a tile has at least one value representing at least one of: a color and a luminance of the respective pixel and each tile includes a vector of the at least one value for all pixels of the tile. In an embodiment, the query includes the predetermined value for evaluating the quality of matches. In an embodiment, sorting the returned temporary result set based on matching to the query. In an embodiment, sorting the temporary result set based on matching to its corresponding parent tile.
[08] In an embodiment, a computer-implemented processing execution plan, including: at least one selectable probe feature specification including at least a spatial position and an extent of an image feature; at least one target specification including a set of images, the set of images including at least one image of a microscopy slide; and a traversal plan including an order of comparison and a comparison operator to generate correlation samples between the at least one selectable probe feature and the at least one target specification, wherein the correlation samples includes a similarity method, a similarity metric, the at least one selectable probe feature specification, and the at least one target specification and the extent of the image feature. In an embodiment, the traversal plan includes: at least a method of ordering samples and applying a similarity metric to establish a correlation relationship with the at least one selectable probe feature specification; data including the correlation relationship is retained in a persistent computer memory usable by traversal plans to adapt the processing execution plan to evaluate correlations. In an embodiment, the traversal plan is based on evaluating the samples in an order, the order defined by at least one of: a statistically uniform sampling including a uniform lattice; a quadtree decomposition of the slides; an embedded zero tree of the slides; an exhaustive sampling; a sparse sampling; and a scale and proximity biased sampling. In an embodiment, a bias is adaptively applied in a transitive manner such that at least one correlation with previously correlated data are usable to predict the correlation with the respective data. In an embodiment, online machine learning is used to bias the sampling and the traversal plan. In an embodiment, in which relevance feedback from a user is used to bias the sampling as the traversal plan is executing. In an embodiment, the traversal plan defines result parameters usable to determine samples to be returned as part of a result set; the parameters include a magnification scale and a spatial extent; and the processing execution plan defines an order in which samples are evaluated, the order determining a rate at which result set samples are returned. In an embodiment, scale-based dependency trees are defined based on an isolation of a respective evaluation state; and the respective isolation of the scale-based dependency trees are distributed to discrete processing elements for parallel evaluation. In an embodiment, presenting a defined partition of data independent from other data partitions; and generating an intermediate set of data for a partial result. In an embodiment, the partitioned data and the processing specification are stored on the same storage device. In an embodiment, partitioning is based on a number of result samples returned per sample evaluation such that the partition size is at least one of: increased and reduced. In an embodiment, a transformation process applies to at least one image processing transformations to the result set; and an output of the transformation process includes a transformed sample placed in persistent storage. In an embodiment, probe samples and target samples are selected from available transformed samples and secondary samples to form a traversal plan such that upon execution of the traversal plan, resulting samples are returned as secondary result samples. In an embodiment, the secondary result set samples are used to adaptively bias a primary traversal plan; and strong correlations based on the secondary result set indicate that associated samples in the primary traversal plan are to be evaluated in a preferential manner. In an embodiment, the secondary result samples are adaptively biased by further transforming the secondary result samples to generate tertiary transformed samples; and the adaptive biasing of the secondary result set to the primary result set extends to the tertiary result sets biasing of the secondary result set. In an embodiment, the adaptive biasing of upstream and downstream plans is used in a chain. In an embodiment, a graph topology is used for the adaptive biasing.
[09] In an embodiment, a computer-implemented method of continuously processing a repository of image data, including: receiving query specification including a request for data; receiving system specification of the computer on which the method is implemented; comparing the query specification and the system specification to determine a domain specification; initiating a query on the repository based on the domain specification; receiving results of the query including image data; rendering an interactive and iterative exploration of the result image data on a graphical user interface; receiving input of the result image data via the graphical user interface; updating the query based on the received input; rendering an updated the graphical user interface based on updated result image data. In an embodiment, the repository of image data includes digital microscopy data. In an embodiment, the repository of image data includes tissue image data of a scale such that approximations of the data at a coarse scale do not have correlations with the data at a fine scale. In an embodiment, the continuous process of the image data generates results in an incrementally such that results are available prior to full termination of the processing. In an embodiment, the query specification implicitly defines indexes and transformation of data.
[10] In an embodiment, a computer-implemented method of transforming image data in a data repository based on a query, including: receiving a query for data in the data repository, the query including at least one probe tile and at least one group of slides from which the query will run; recursively searching through each magnification level the data repository until an overlap between the query and the probe tile is spatially relevant; refining the query based on results of the recursive search; generating a traversal plan for target slides based on the recursive search; and transforming data based on data returned by the query, wherein the transformation includes adjusting at least one of: an individual pel position and a color depth of the data. In an embodiment, an overlap is spatially relevant responsive to a determination that there is an overlap of at least 256 pixels. In an embodiment, the query includes a search predicate and a query target. In an embodiment, a probe feature specification includes the search predicate specified as a region of interest, the region of interest including a point on an image with a specified extent. In an embodiment, the probe feature specification includes at least one tile, the at least one time including a set of images that the probe feature specification will target to generate search matches. In an embodiment, a traversal plane includes an order in which targets are compared with at least one probe feature specification. In an embodiment, each of the probe feature specification and the target is at least one of: a tile, a single image, a sub-image of a microscopy slide image at a level of magnification.
BRIEF DESCRIPTION OF THE DRAWINGS
[11] FIG. 1 is a flowchart illustrating a method of interactive data exploration according to an example embodiment.
[12] FIG. 2 is a flowchart illustrating an exploration lifecycle according to an example embodiment.
[13] FIG. 3 is a block diagram of a query unit according to an example embodiment. [14] FIG. 4 is a block diagram of an analysis unit according to an example embodiment.
[15] FIG. 5 shows an architecture of a query unit in an intermediate stage according to an example embodiment.
[16] FIG. 6 is a block diagram of repository elements according to an example embodiment.
[17] FIG. 7A shows an example embodiment.
[18] FIG. 7B shows an example embodiment.
[19] FIG. 8A shows an example embodiment.
[20] FIG. 8B shows an example embodiment.
[21] FIG. 9 shows an example slide layout according to an embodiment of the present invention.
[22] FIG. 10 shows an example slide or tile feature comparison according to an example embodiment.
[23] FIG. 11 shows an example tile spatial decomposition according to an example embodiment.
[24] FIG. 12 shows an example tile scale decomposition according to an example embodiment.
DETAILED DESCRIPTION
[25] A method and system and computer-readable instructions (which can be stored on a storage medium) for processing data (e.g., image data) in a continuous manner is provided to addresses challenges presented by the semantic gap. In an embodiment, the method is driven by a query (which can represent a user's intentions), the system's capabilities, and the system's guiding of the user. Through at least one of querying, analysis, and processing of the data, the method can provide an interactive and iterative exploration of the data. For example, the present invention provides an exploration of image data that is targeted at unique requirements of tissue image data and other biological image data. Multiple uses for the present invention are envisioned. For example, the present invention can be used with respect to any image in any industry including photography, satellite images, et al.
[26] In an embodiment, the exploration method and system provides the user with immediate feedback on query scope and results, which facilitates immediate refinement of the query. The method can further enable specification of analysis and processing to be performed on the image data results returned from a query.
[27] In an embodiment, the query specification implicitly defines derived indexes and transformations of the data. In an embodiment, the definition produces results for the queries that are responsive to the results from the definition. In an embodiment, the results are pre-computed, computed on demand, and/or computed during a previous exploration. In an embodiment, the results are incrementally returned based on at least one of: user experience requirements, user query specification/refinement, and system capabilities. In an embodiment, a multitude of query, analysis, and processing steps are chained with the iterative processing of each of those steps. The combination of these steps can represent a pipeline of processing.
[28] In an embodiment, system and method elements provide the means by which the system continuous resolves of the processing pipeline. In an embodiment, results of the processing are produced in an incremental manner, and can be provided to the user and/or later stages in the pipeline. This can be advantageous, for example, because no single pipeline step is required to completely process all of the data.
[29] In an embodiment, the system and method include and can prioritized as follows: archival, storage, transfer, and analysis. Archival can include retention and replication of the data (e.g., tissue image data), which can assure that the data can be stored long term without frequently moving the data. Performing the processing on the data while it is archived can involve moving the computational processing of the data local to the data itself rather than moving the data local to the processing. Storage can provide access to the data through providing decimated multi-scale representations. Storage can organize the data to decrease access latencies and manage the derived data storage and loading as well.
Transfer can limit the requirement to transmit the data or derived data. For example, transfer can delay transfer of data to downstream processing where the derived data is smaller, and perform the analysis and transformation of the data local to the data itself, and return the result.
[30] FIG. 1 is a flowchart illustrating a method and system 100 of interactive data exploration according to an example embodiment. The method and system 100 includes an order of operations for exploring repository information. In step 102, a User Specification can be defined based on the data extraction requirements of the user. In step 104, the User Specification defined in step 101 is intersected with a domain specific information in the repository, which can then, in step 106, produce the related Domain Specification. The combined User and Domain Specifications (steps 102 and 106) can be used to initiate a query on the repository that may generate Query Results in step 108. The generated results can be supplied to an analysis process that generates an analysis of the results in step 110.
[31] FIG. 6 is a block diagram of repository elements 600 according to an example embodiment. In this example, the repository elements include Base Data 602 of the repository, which can be a quad-tree decomposition of slide image data, each parent layer subsampled once and each layer divided (e.g., decimated) into tiles corresponding to those of the tree elements. An Indexing 604 of the tiles can be defined based on one or more feature extractions 608. The feature extraction 608 can be isolated to the state of each tile. Correlation Indexes 610 can be defined based on index similarity, indicating the correlation of two or more tiles based on one or more indices 604. The Base Data 602 can be a transformation of imported data 606.
[32] FIG. 2 is a flowchart illustrating a repository exploration lifecycle 200 according to an example embodiment. In an embodiment, the exploration is a combination of query and analysis performed in a sequence by Query Unit(s) 202 and Analysis Unit(s) 216.
[33] In an embodiment, a sampling function for accessing data (e.g., tissue image data) is provided. The sampling function here defines the order in which the data is accessed. The function can formulate the access plan based on constraints that are predicted from the data itself and based on the user interactivity. These constraints on the sampling function can constitute the query context of the invention.
[34] In an embodiment, sampling is constituted of an access plan based on the user specification and the system specification. The user specification can include the scope of the data to be searched along with any predicate specifications. The system specification can include the existing data and the remaining results of previous processing. The sampling function can return sets of partial results in an incremental manner. Those returned results can then be used to modify both the user specification and the system specification within the current query context. The refinement operation can interrupt the processing such that the query is guided towards more relevant result sets (e.g., samples).
[35] FIG. 3 is a block diagram of a query unit 300 according to an example embodiment. This query unit 300 includes a domain (system) specification 302 for the query and a user specification 310. The domain specification 302 can be combined with the user specification 310 to form a predicate and/or a target 304, which can produce results 306. The query can be refined and/or expanded 308 based on those results to alter the user specification 310 of the query.
[36] FIG. 4 is a block diagram of an analysis unit 400 according to an example embodiment. The analysis unit 400 generates transformation results 406 and 408 based on repository data 404 returned from a query. The transformed data can be in the form of images that are of the same dimensions and resolution as the data they are derived from, with changes to the individual pel positions and color depth based on the transformation.
[37] FIG. 5 shows an architecture of a query unit 500 in an intermediate stage according to an example embodiment. Intermediate results ("intermediates") can be the result of a defined process performed to generate results. The intermediates can be dependent on a combination of a base repository state and defined processing.
[38] In an embodiment, Regions of Interest ("ROI") 502 define one or more neighboring pels in the repository, comprising one Tile 512 in the repository. The ROI 502 can also be a more complex Polygon 522 that can be defined on one or more tiles and whose interior is interpolated to discrete positions on one or more tiles. The tile data can be the decimation of the image data in scale and space generating the basic units of processing the tile.
Vectors 501 can specifically feature vectors extracted from a tile, which can be used for generating indexes on which the queries operate. Correlation intermediates 506 can hold correlation between two tiles by way of their extracted feature vector similarity, for example, generated when one of the two tiles is a query predicate and the other is a query result. The correlation itself can be a feature index that can be searched. A tensor 526 can be formulated to transfer correlations to other feature vectors. Layers 508 can be any transformed, filtered, and/or visualized information derived from the data.
[39] In an embodiment, the data structure and content define a priority for the processing, and the priority can determine the order in which the data is provided to the user. This enables the user to understand both the structure and the content of the data. The user can be guided through the exploration of the data by this prioritization, which may limit the requirements for prior knowledge of the data.
[40] In an embodiment, the processing is adjusted to the data being returned, expanding the sampling scope of the data being searched based on a sparse set of results being returned. Likewise, in an embodiment, the sampling scope can be restricted if a great volume of results are returned. The restriction can provide a wider sampling of the data, rather than a large amount of data being returned for a small localized subset of the total data.
[41] In an embodiment, spatial continuity can assume that data spatially adjacent will generally be more relevant than distant data. Likewise, near data can have higher correlations with distant data for which the near data's neighboring data can also have high correlations for distant data. In an embodiment, these relationships can be used as bases for predicting the constraints of the search.
[42] In an embodiment, usage statistics are used to expand processing of data that is generated and accessed to a greater degree than other data. Restriction and flushing of intermediate data can be performed in instances where data is generated and accessed infrequently. The frequency of access can influence ranking of the data. IAPE, the ranking data for user exploration, can be moderated with a bias compared to ranking based on system processing, based for example on screening slides for quality assurance ("QA").
[43] In an embodiment, as results are returned to the user, the system and method can provide a means by which the results are to be expanded and/or restricted. This online moderation capability provides the user with a means by which to interact with the query results. The same capability can be available to the user at any point in the query execution process, even when the query has finished. In such a case, the query is rerun with the new constraints. In an embodiment, queries and their incremental results are analyzed to determine if certain limits are reached which can make continued processing of the query inefficient, in which case the query can be terminated, and the user can be presented with the opportunity to alter the query.
[44] In an embodiment, the partitioning and traversal of the data is performed to optimally maintain storage and computational coherency. In an embodiment, data can be partitioned regularly into non-overlapping spatial regions, e.g., blocks or tiles. In an embodiment, the data can be subsampled and partitioned. In an embodiment, partitioned data tiles are arranged based on scale and spatial proximity. The locality of each individual tile can act as the fundamental unit of computation. The result can be that this fundamental unit can be processed to yield a result that can be presented to the user.
[45] In an embodiment, aggregate tile processing can be primarily achieved through scale-based constraints, where lower scale analysis is used to qualify the order of processing of higher scale data. For example, tissue image data scale-based pyramid maybe represented as a quad-tree decomposition of the image data. Parent-node similarity can used to qualify the representation. Increased access to side information can provide a pool of staged results that require only part of a pipeline to be executed.
[46] In an embodiment, processing of the algorithm can be dependent upon the quantity of the results being returned. The traversal strategy can determine how the traversal tactics will be modified.
[47] In an embodiment, given that the organization of the image data storage, and that of the derived data can be represented by a quad-tree decomposition, the granularity for each processing increment can be based on the processing of a subtree of the quad-tree. Cost estimation of the processing of the subtree can be used to bound the computation required to return a set of results. The isolation of processing to the subtrees can facilitate the application of parallel and distributed processing to scale the computation of the traversal.
[48] In an embodiment, the quad-tree traversal can be defined to process subsets at each level, the number of subsets on each level determining the degree to which the traversal is breadth-first or depth-first. The breadth-first bias can sample a larger amount of data and utilize a larger amount of computing resources before returning a set of results. This increment can be advantageous when matching results are sparse and there is a weaker scale coherency. In an embodiment, breadth-first traversal can generally be more exhaustive and make fewer assumptions about the distribution of matching samples, which can indicate that predicate search hypotheses are weaker. In an embodiment, the depth- first bias can sample a smaller amount of data, using less computing time, and returning results in a smaller increment. This can be advantageous in cases where there are dense results and a stronger scale coherence.
[49] In an embodiment, the exploration of the data can create many partial solutions to later queries. These partial solutions represent the opportunity to provide results in a more expedient manner compared with results that are calculated from less intermediate data. Since much of the partial results are created by the activities of other users, there can be a qualitative bias. A subset of results that have this bias can be returned.
[50] In an embodiment, not only can this qualitative bias be available for increasing the efficiency of returning results, but it can also be referenced, e.g., counted, per data unit and recursively as an aggregate ranking of data utility.
[51] In an embodiment, the challenges of tissue image data are addressed through system responsiveness that allows user specification refinement in addition to downstream processing in the pipeline. The specification refinement can be used to modify the current query processing to alter the results that are produced by the query. The downstream processing can operate on the query results as they are generated, performing additional transformations to the data, which can be followed by additional query processing. The responsive nature of the query processing can provide flexibility for the user to explore the data through query modification or further processing.
[52] Base image data can be structured and organized for incremental processing over spatial and spectral scales. Upon import, data can be normalized spatially and spectrally through a calibration process. Data correlation can be determined by similarity in feature indices and maintained in correlation indices. Access and processing of data can be estimated and executed based on predicted and actual cost. Pre-calculations can be performed that approximate the result of the full calculation, provide computation cost estimates, and provide incremental calculation of the final result. Results can be rolled-up and aggregated for future calculations and intermediate products can be retained for update calculations, where online computation of algorithms is possible.
[53] In an embodiment, the kernel utilizes the pyramidal/hierarchical/quad-tree data structure (e.g., multi-scale image pyramids) to facilitate progressive and isolated computation. In one non-limiting embodiment, tiles can be square images that have spatial extents of 256 on each dimension. These tiles can be generated from the original image and successive 2x subsampled versions of that image until the recursively subsampled image reaches a dimension below 256. Further, filesystem directories including the tiles can be subdivided into groups of 256, or an arrangement of 16 by 16 tiles. This filesystem organization can provide an optimal arrangement for storage system locality to take advantage of caching mechanisms. Further, the isolation anticipates distributed filesystems where operations on subregions can be executed without needing to share context information between separate computational environments.
[54] In an embodiment, feature vectors based on histogram bins can be utilized in similarity comparisons of tiles. These can represent the approximation of the tile's contents used in indexing. Operations on tiles that are similar in this spectral feature space can be used to estimate the results of operations involving more computationally intensive feature extraction operations.
[55] In an embodiment, the scale aspect of the technique emphasizes that the spectral feature vector is a ranked approximation of the spectral content of the tile. For example, if the feature vectors are the size of the tile, then each position would correspond exactly to each pixel. In an embodiment, having fewer bins than pixels necessarily can imply that the original data has been scaled down. The loss of correspondence between histogram bins and pixel positions can provide a spatial invariance.
[56] In an embodiment, the kernel operates in an online manner, performing fine grain computations and consolidating the results. The computational cost of executing the computations can be factored into scheduling of the processing. The cost estimation may be performed and summarized for subtrees of the access plan. These estimates allow for the moderation of computation allowed for each subtree.
[57] In an embodiment, the kernel is designed to operate incrementally on a pipeline of processing elements. The elements can be query elements followed by analysis elements. The query elements can apply one or more predicate patterns to a set of candidate patterns and return results based on pattern matching criteria. Analysis can be performed on the result set patterns, transforming them in some manner for at least one of visualization, further analysis, and query operations.
[58] In an embodiment, the query itself generates intermediate products based on generating indices that are used in the pattern matching process. In an embodiment, the analysis process generates intermediate products in the form of filtered or transformed input image data or quantitative metrics.
[59] In an embodiment, other intermediate products result from the approximating functions that generate approximated results. Additionally, online calculations can have intermediate products that are retained for the purpose of accelerating repeated processing, these can also considered intermediate products of the pipeline.
[60] In an embodiment, retention and utilization of the intermediate products provide the kernel with alternative ways to generate results without incurring the computation required to repeat these operations.
[61] In an embodiment, data such as tissue image data have distinct structures at different scales. These structures are not necessarily structurally coherent over the different scales. That is, the structural patterns are not necessarily repeating. The relationship between these patterns may modeled as a generating function where the macro-scale model is able to generate one or more micro-scale models. These models can be made available for providing additional constraints to queries. The kernel specific aspects of these models can be that, irrespective of the specific data, the kernel discovers these macro/micro models and can utilize them to provide joint similarity over different scales. [62] In embodiments, in data management, the utility of the system is dependent on the characteristics and organization of the data. Tissue image data applications can put a priority on the retention of the original image data before the retention of derived data. Data management system configuration can reflect the archival priority and defines the storage, transfer, and analysis operations in reference to this prioritization.
[63] In embodiments, the magnitude of the data puts practical limits on data replication operations. When the magnitude is considered along with the long term retention policies associated with this data, constructing the database around the archived data can satisfy the requirements. The choice of archival format and data layout has an effect on the capabilities of all downstream processing.
[64] In embodiments, storage of data is based on the ability to manage the different tiers of data derived from the data. The retention and flushing of this data can be performed to satisfy storage and computation requirements based on the ability to re-generate such data on demand.
[65] In embodiments, the operations associated with the transfer and distribution of data can be achieved through the physical grouping of data and the ability to have out of scope references resolved through an addressing scheme. Limiting the dependencies can allow the system to have operational advantages when utilizing processing in distributed environments.
[66] In embodiments, the system can have operations that are executed automatically based on both routine operations and user interaction.
[67] FIGS. 7A and 7B show a simplified flowchart illustrating a method of initiating a query by searching data according to an example embodiment. As shown in FIG. 7A, after a search is initiated (block 705), if the current zoom level or magnification (used
interchangeably) of the image query image is greater than a predetermined threshold Th1 (block 710), the search results for the current level of inquiry will be returned (block 715).
[68] In an embodiment, this threshold is set to limit unproductive searching, for example, so that the search exits if there are not a significant number of search matches being generated. Or, for example, this threshold is set to limit unproductive searching before the image becomes so pixelated that it no longer includes meaningful imagery. Or, for example, the threshold is set to limit the depth, in magnification levels or other way, of the search. For example, if a small number of matches is generated from using too small of a subset, then the subset size can be increased for a more broad search. [69] In an embodiment, if the search results were pre-computed, or computed during a previous exploration, the search results can be returned without executing the depth based search.
[70] In an embodiment, the search function can be initiated recursively with different threshold values.
[71] In an embodiment, each zoom level or magnification corresponds to a level of the quad-tree. For example, an image is composed of a single tile at magnification level 1. Then the correspondence of the image with its four children is considered magnification level two, the 16 tiles of the children of the children is considered zoom level 3, etc. Each level of magnification have a higher resolution, typically twice the resolution in each dimension, than the previous magnification level. When tiles reach the maximum resolution, those tiles can only correspond further to interpolated pixels as children and they are considered to be at the maximum zoom level or magnification. Through the decomposition into a quad-tree, the child tiles can have coherence with the parent tile, due to the parent tile being a down- sampling, a low-pass spatial filtering, of the four corresponding child tiles. For example, if a color is found in a parent tile, the same color is likely to be found in the child tile, or at least the parent color can be derived from the child tile's colors through a down-sampling operation.
[72] In an embodiment, to retrieve search results, a list of result tiles meeting the current search criteria is queried from a memory. In an embodiment, the list of tiles is retrieved based on associated data, for example, the level of the tile, the query, a file name for the index associated with each tile, the result size, and/or the index type.
[73] In an embodiment, the current search criteria, or query, limits the search results based on priorities and system resources. For example, the query can include limitations for computation available for the search or available time to complete the search, for the amount of memory available, or thresholds for quality or quantity of the search results.
[74] In an embodiment, if the current magnification level is not greater than the predetermined threshold Th1 (block 710), the next level of tiles are then retrieved (block 720). This will retrieve or generate the quad-tree children of next level tiles corresponding to the current level. Then, from the next level of tiles, a list of tiles matching the current query results is created (block 725). In an embodiment, the query can be refined as more results are found. For example, the query includes a minimum result size. And, for example, as better matches are found, certain broader or earlier found results are removed from the result list by narrowing the query that retrieves results from memory. [75] In an embodiment, from the retrieved list, for each tile in the list, the tile is added to a subset (block 730). If the size, number of tiles, of the subset is greater than or equal to a predetermined threshold (block 735), a recursive depth first search is performed on the tiles in the subset (block 740). This limits the size of the set upon which the recursive set is performed. The results of the recursive search is then saved (block 745) and the set cleared (block 750). Then a recursive search is performed on the remaining set (block 755), the results saved (block 760), and the set cleared (block 765). The saved results are then available for retrieval from the memory from the time they are stored. In an embodiment, then, a continuously updated set of search results can be available even while the search is still running, or after the search has been completed.
[76] FIGS. 8A and 8B show a simplified flowchart illustrating a method for performing a recursive search according to an example embodiment. As shown in FIG. 8A, a recursive search is initiated on a set of tiles (block 805). To optimize the search, a new query tile can be developed, for example, as the first child tile of the first tile of input tile set (not shown). Then, for each tile in the set of tiles, the next level of tiles is retrieved (block 810) and the next level of tiles is added to a result set (block 815).
[77] In an embodiment, once the result set has been populated, if the current zoom level is the target zoom level (block 820), the quality of the matches in the result set will be evaluated (block 825). For example, if the first tile in the result set has a match value of less than 50% when compared to the query tile, the results are too different from the query tile and the depth search will not continue along this branch of the quad-tree (block 830).
However, if the results are sufficiently accurate, the current result set will be returned as the result of the recursive search (block 835). The minimum quality threshold may be set as part of the query.
[78] According to an embodiment, the match quality is evaluated as a difference between vectors. For example, each pixel of a tile will have multiple values representing the color and/or luminance of the pixel. Then each tile has an array or vector of such values for all the pixels in the tile. Then, two tiles can be compared by calculating the distance, or mean squared error, between the vectors of the respective tiles.
[79] In an embodiment, if the current magnification level is not the target level (block 820), the recursive search will continue as shown in FIG. 8B. As shown in FIG. 8B, for each tile in the result set, if a size of a subset is less than a predetermined threshold Th3 (block 840), the tile will be added to the subset (block 845). However, if the size of the subset is greater than or equal to the predetermined threshold Th3 (block 840), a new recursive search will be initiated on the subset (block 850). The results of that recursive search are added to a temporary result set (block 855) and the subset is cleared (block 860). As previously noted, this limits the size of the set upon which the recursive set is performed. Once each tile in the original result set has been processed and added to a subset, a recursive search will be performed on the remaining subset (block 865), the results added to the temporary result set (block 870), and the subset cleared (block 875). The temporary result set will then be returned as the results of the recursive search (block 880).
[80] In an embodiment, the lists of tile(s) on each level are sorted based on their matching query tiles or matching the query tile(s)'s parent tile(s) if not at the target level.
[81] FIG. 9 shows a slide layout according to an embodiment of the present invention. Specifically, a biological tissue or other specimen is disposed on a query slide. From the query slide, a query slide image is prepared. For example, the query slide image is a digital file which is segmented spatially into square or other shape tiles. From the query slide tiles, one or more tiles are identified as the query or search tile(s). That information obtained from the query tile is then entered into a similarity metric engine. In an embodiment, the similarity metric engine normalizes the query tile to a preferred size and memory value.
[82] In an embodiment, normalization can involve available methods. In an embodiment, normalization of one or more of the tiles or slide images involves obtaining the metadata information regarding the micron store pixel value. For example, if image A has a 20 micron per pixel scale and image B has a 40 micron per pixel scale, then an intermediate level can be calculated to level the micron per pixel scale of the two slides to be, e.g., both 20 micron per pixel scale or other level. In an embodiment, one may look for the highest resolution capture possible, an intermediate resolution capture possible, or the lowest resolution capture possible in order to obtain different results, depending upon the desired image search. In an embodiment, a color normalization or correction can be done. For example, the brightness, intensity, and color, of two or more tiles or images can be determined and then modified to a similar level for purposes of the searching. For example, if two different machines or scannings are done of the same slide, then those two resulting images can be normalized or color corrected so that any other slides from the same machine or machines can also be corrected based on the same determinations. For example, a comparison of the two scanned images' luminescent values, red-blue-green values, and other light or color based parameters can be made, then a determination can be made to modify one or both to a specific set of parameter levels, and then for any later images from same sources, the same modifications or corrections can be made with respect to the colors (color, brightness, intensity, et al.). [83] In an embodiment, the similarity metric engine compares the query tile(s) to target tiles located in one or more locations. For example, the target tiles are located in one or more databases in one or more geographical locations or servers. For example, at least one of the target tiles is taken from at least one target slide tile. The at least one target slide tile was prepared from target slide images or target slide digital image. The target slide images are either uploaded from a source and/or created from at least one target slide. The target slide is prepared using a tissue specimen or other sample.
[84] FIG. 10 shows an example tile feature comparison. A query tile or digital image query is entered into a feature extractor engine. The feature extractor engine determines specific parameters and/or features of the query tile. For example, the feature extractor engine uses a predetermined set of features to generate data and/or measurements on/of such as color pixels and size. Some or all of the data and/or measurements determined using the feature extractor engine are then entered into the comparator engine which compare the similarity of the feature(s) of the query tile with the data and/or measurements of one or more target tiles. The data and/or measurements of the one or more target files can be obtained using a feature extractor engine or the like.
[85] FIG. 1 1 shows an example tile spatial decomposition according to an embodiment of the present invention. A slide image is a digital file or other electronic data or information which is then identifiable as slide tiles or pieces of the slide image. The slide tile is then decomposed into a set of lower level tiles.
[86] FIG. 12 shows an example tile scale decomposition according to an embodiment of the present invention. A slide image is segmented into multiple tiles, one of those tiles is then decomposed into multiple lower level tiles. One of those lower level tiles is then used in searching for other similar tile images, using, for example, the various embodiments described herein.
[87] The descriptions and illustrations of the embodiments above should be read as exemplary and not limiting. For example, different parts of the above described embodiments can be used with and without each other in various combinations. Modifications, variations, and improvements are possible in light of the teachings above and the claims below, and are intended to be within the spirit and scope of the invention.
[88] Although the present invention has been described with reference to particular examples and embodiments, it is understood that the present invention is not limited to those examples and embodiments. The present invention includes variations from the specific examples and embodiments described herein.

Claims

WHAT IS CLAIMED IS:
1 . A computer-implemented method to search a database of images based on a query, the method comprising:
responsive to a determination that a magnification level of the query is greater than a first threshold, returning a first list of result tiles satisfying the query at the magnification level of the query;
responsive to a determination that the magnification level of the query is one of below and equal to, the first threshold, retrieving tiles at a next lower magnification level and returning a second list of result tiles satisfying the query at the next lower magnification level; and
processing each list of result tiles, the processing including, for each result tile:
adding the result tile to a subset of result tiles;
responsive to a determination that a total number of result tiles in the subset is one of: greater than and equal to, a second threshold, recursively searching the subset;
saving results of each recursive search of the subset to a remaining subset;
recursively searching the remaining subset; and
saving results of the search of the remaining subset.
2. The method of claim 1 , wherein each level of magnification corresponds to a level of a quad tree, each level of the quad tree containing a tile representing an image result.
3. The method of claim 2, wherein a child tile has coherence with a parent tile.
4. The method of claim 3, wherein the parent tile is at least one of: a down- sampling and a low-pass spatial filtering, of at least one of the corresponding child tiles.
5. The method of claim 2, wherein the retrieving of tiles at the next lower magnification level includes generating children at a next lower level of the quadtree.
6. The method of claim 1 , wherein the query includes at least one of: a minimum threshold number of results and a maximum threshold number of results.
7. The method of claim 1 , wherein the query includes an image and the magnification level of the query is a magnification level of the image.
8. The method of claim 7, wherein a result tile is included in the list for returning based on at least one of: a magnification of the result tile, the query image, a file name for an index associated with the result tile, a result size, and an index type.
9. The method of claim 1 , wherein the first predetermined threshold is defined such that the method terminates responsive to a determination that a number of search results are below a value.
10. The method of claim 1 , wherein the query is updated after returning the first list of result tiles.
1 1 . The method of claim 1 , further comprising removing results from at least one of: the first list of result tiles and the second list of result tiles prior to processing the respective list of result tiles.
12. The method of claim 1 , wherein the query includes a threshold level of quality.
13. The method of claim 1 , wherein the query includes a time limit within which to perform the search.
14. A method of performing a recursive search of a tile set based on a query tile, the method comprising:
for each tile in the tile set, performing the following steps until a result set is populated:
retrieving a set of tiles from the next level;
adding the next level tile set to the result set;
responsive to a determination that a magnification level is at a predetermined target level, evaluating a quality of matches in the result set;
responsive to a determination that a magnification level is below the target level, for each tile in the result set: responsive to a determination that a number of tiles in a subset is at least one of: greater than and equal to a third threshold value, adding the tile to the subset;
responsive to a determination that a number of tiles in the subset is less than the third threshold value, performing the steps of:
recursively searching the subset;
adding results of the recursive search to a temporary result set; and
clearing the subset;
recursively searching the subset;
adding search results to the temporary result set;
clearing the subset; and
returning the temporary result set.
15. The method of claim 12, wherein the evaluating of the quality of matches includes determining whether a first tile in the result set has a match value of less than a predetermined value compared with the query tile.
16. The method of claim 12, wherein each pixel of a tile has at least one value representing at least one of: a color and a luminance of the respective pixel and each tile includes a vector of the at least one value for all pixels of the tile.
17. A computer-implemented method of continuously processing a repository of image data, the method comprising:
receiving query specification including a request for data;
receiving system specification of the computer on which the method is implemented;
comparing the query specification and the system specification to determine a domain specification;
initiating a query on the repository based on the domain specification;
receiving results of the query including image data;
rendering an interactive and iterative exploration of the result image data on a graphical user interface;
receiving input of the result image data via the graphical user interface;
updating the query based on the received input; rendering an updated the graphical user interface based on updated result image data.
18. The method of claim 15, wherein the repository of image data includes digital microscopy data.
19. The method of claim 15, wherein the continuous process of the image data generates results in an incrementally such that results are available prior to full termination of the processing.
20. The method of claim 15, wherein the query specification implicitly defines indexes and transformation of data.
PCT/US2014/065850 2013-11-15 2014-11-15 Continuous image analytics WO2015073935A1 (en)

Priority Applications (10)

Application Number Priority Date Filing Date Title
AU2014348303A AU2014348303A1 (en) 2013-11-15 2014-11-17 Continuous image analytics
CA2930715A CA2930715A1 (en) 2013-11-15 2014-11-17 Continuous image analytics
PCT/US2014/066011 WO2015074002A1 (en) 2013-11-15 2014-11-17 Continuous image analytics
US14/543,875 US20150142732A1 (en) 2013-11-15 2014-11-17 Continuous image analytics
JP2016530883A JP2017504091A (en) 2013-11-15 2014-11-17 Continuous image processing
EP14863011.4A EP3069229A4 (en) 2013-11-15 2014-11-17 Continuous image analytics
JP2018192234A JP2019049990A (en) 2013-11-15 2018-10-11 Continuous image processing
JP2021058595A JP2021114305A (en) 2013-11-15 2021-03-30 Continuous image processing
AU2021282537A AU2021282537A1 (en) 2013-11-15 2021-12-10 Continuous image analytics
JP2023111569A JP2023123838A (en) 2013-11-15 2023-07-06 Continuous image processing

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201361905027P 2013-11-15 2013-11-15
US61/905,027 2013-11-15
US201461929059P 2014-01-19 2014-01-19
US61/929,059 2014-01-19

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/543,875 Continuation US20150142732A1 (en) 2013-11-15 2014-11-17 Continuous image analytics

Publications (1)

Publication Number Publication Date
WO2015073935A1 true WO2015073935A1 (en) 2015-05-21

Family

ID=53058122

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2014/065850 WO2015073935A1 (en) 2013-11-15 2014-11-15 Continuous image analytics
PCT/US2014/066011 WO2015074002A1 (en) 2013-11-15 2014-11-17 Continuous image analytics

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/US2014/066011 WO2015074002A1 (en) 2013-11-15 2014-11-17 Continuous image analytics

Country Status (5)

Country Link
EP (1) EP3069229A4 (en)
JP (1) JP2017504091A (en)
AU (2) AU2014348303A1 (en)
CA (1) CA2930715A1 (en)
WO (2) WO2015073935A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019172521A1 (en) * 2018-03-05 2019-09-12 Samsung Electronics Co., Ltd. Electronic device and method for correcting images based on image feature information and image correction scheme
WO2020182710A1 (en) * 2019-03-12 2020-09-17 F. Hoffmann-La Roche Ag Multiple instance learner for prognostic tissue pattern identification

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4004766A4 (en) * 2019-07-30 2023-09-20 Falkonry, Inc. Fluid and resolution-friendly view of large volumes of time series data

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001098925A2 (en) * 2000-06-20 2001-12-27 Globexplorer, Inc. Method, system and computer program product for delivering spatially referenced information in a global computer network
US20080125877A1 (en) * 2006-09-12 2008-05-29 Fisher-Rosemount Systems, Inc. Process data collection system configuration for process plant diagnostics development
US7953728B2 (en) * 2007-05-18 2011-05-31 Oracle International Corp. Queries with soft time constraints
US20120113242A1 (en) * 2000-05-03 2012-05-10 Aperio Technologies, Inc. Data Management in a Linear-Array-Based Microscope Slide Scanner
US20130142439A1 (en) * 2011-07-14 2013-06-06 Futurewei Technologies, Inc. Scalable Query for Visual Search
US20130275899A1 (en) * 2010-01-18 2013-10-17 Apple Inc. Application Gateway for Providing Different User Interfaces for Limited Distraction and Non-Limited Distraction Contexts

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000048036A (en) * 1998-07-28 2000-02-18 Canon Inc Image processor and its method
AU2002228738A1 (en) * 2000-12-07 2002-06-18 Bruce M. Boghosian System and method for delivery of documents over a computer network
US7873223B2 (en) * 2002-10-15 2011-01-18 Definiens Ag Cognition integrator and language
US7116440B2 (en) * 2003-02-28 2006-10-03 Aperio Technologies, Inc. Image processing and analysis framework
JP4652698B2 (en) * 2004-02-23 2011-03-16 独立行政法人科学技術振興機構 Image recognition apparatus, image recognition method, and program
US7849047B2 (en) * 2006-02-09 2010-12-07 Ebay Inc. Method and system to analyze domain rules based on domain coverage of the domain rules
JP5098559B2 (en) * 2007-10-11 2012-12-12 富士ゼロックス株式会社 Similar image search device and similar image search program
US20110055290A1 (en) * 2008-05-16 2011-03-03 Qing-Hu Li Provisioning a geographical image for retrieval

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120113242A1 (en) * 2000-05-03 2012-05-10 Aperio Technologies, Inc. Data Management in a Linear-Array-Based Microscope Slide Scanner
WO2001098925A2 (en) * 2000-06-20 2001-12-27 Globexplorer, Inc. Method, system and computer program product for delivering spatially referenced information in a global computer network
US20080125877A1 (en) * 2006-09-12 2008-05-29 Fisher-Rosemount Systems, Inc. Process data collection system configuration for process plant diagnostics development
US7953728B2 (en) * 2007-05-18 2011-05-31 Oracle International Corp. Queries with soft time constraints
US20130275899A1 (en) * 2010-01-18 2013-10-17 Apple Inc. Application Gateway for Providing Different User Interfaces for Limited Distraction and Non-Limited Distraction Contexts
US20130142439A1 (en) * 2011-07-14 2013-06-06 Futurewei Technologies, Inc. Scalable Query for Visual Search

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019172521A1 (en) * 2018-03-05 2019-09-12 Samsung Electronics Co., Ltd. Electronic device and method for correcting images based on image feature information and image correction scheme
KR20190105380A (en) * 2018-03-05 2019-09-17 삼성전자주식회사 Electronic device and method for correcting images based on image feature information and image correction scheme
US10867372B2 (en) 2018-03-05 2020-12-15 Samsung Electronics Co., Ltd. Electronic device and method for correcting images based on image feature information and image correction scheme
KR102397924B1 (en) 2018-03-05 2022-05-16 삼성전자 주식회사 Electronic device and method for correcting images based on image feature information and image correction scheme
WO2020182710A1 (en) * 2019-03-12 2020-09-17 F. Hoffmann-La Roche Ag Multiple instance learner for prognostic tissue pattern identification
US11901077B2 (en) 2019-03-12 2024-02-13 Hoffmann-La Roche Inc. Multiple instance learner for prognostic tissue pattern identification

Also Published As

Publication number Publication date
CA2930715A1 (en) 2015-05-21
AU2021282537A1 (en) 2022-01-06
AU2014348303A1 (en) 2016-06-09
EP3069229A4 (en) 2017-05-10
EP3069229A1 (en) 2016-09-21
JP2017504091A (en) 2017-02-02
WO2015074002A1 (en) 2015-05-21

Similar Documents

Publication Publication Date Title
US20150142732A1 (en) Continuous image analytics
Liu et al. Robust and scalable graph-based semisupervised learning
CN102576372B (en) Content-based image search
AU2021282537A1 (en) Continuous image analytics
Li et al. Spectral clustering in heterogeneous information networks
WO2006002328A2 (en) System and method for document analysis, processing and information extraction
CA2808217A1 (en) Method of graph processing
CN108427756B (en) Personalized query word completion recommendation method and device based on same-class user model
CN104484392A (en) Method and device for generating database query statement
Ledur et al. Towards a domain-specific language for geospatial data visualization maps with big data sets
Lu et al. Community detection in complex networks using nonnegative matrix factorization and density-based clustering algorithm
CN107704509B (en) Reordering method combining stable region and deep learning
JP5844824B2 (en) SPARQL query optimization method
Chen et al. Maxima-finding algorithms for multidimensional samples: A two-phase approach
Su et al. Supporting correlation analysis on scientific datasets in parallel and distributed settings
Hoque et al. Combining conceptual query expansion and visual search results exploration for web image retrieval
CN113722518A (en) Storage method, retrieval method, equipment and medium based on remote sensing image metadata
KR100902938B1 (en) Region based image retrieval method using region filtering
Moyers et al. A demonstration of iterative parallel array processing in support of telescope image analysis
US20120131026A1 (en) Visual information retrieval system
JP2021114305A (en) Continuous image processing
Maack et al. Exploring cinema databases using multi-dimensional image measures
US11822582B2 (en) Metadata clustering
KR101374379B1 (en) Apparatus and Graph Classification using Co-occurrent Frequent Subgraphs
CN109948019B (en) Deep network data acquisition method

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14862855

Country of ref document: EP

Kind code of ref document: A1