EP3217334A1 - System and method for visual bayesian data fusion - Google Patents
System and method for visual bayesian data fusion Download PDFInfo
- Publication number
- EP3217334A1 EP3217334A1 EP17160100.8A EP17160100A EP3217334A1 EP 3217334 A1 EP3217334 A1 EP 3217334A1 EP 17160100 A EP17160100 A EP 17160100A EP 3217334 A1 EP3217334 A1 EP 3217334A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- target attribute
- attributes
- spanning tree
- datasets
- bayesian
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24553—Query execution of query operations
- G06F16/24558—Binary matching operations
- G06F16/2456—Join operations
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/256—Integrating or interfacing systems involving database management systems in federated or virtual databases
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/26—Visual data mining; Browsing structured data
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9027—Trees
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
- G06F16/2462—Approximate or statistical queries
Definitions
- the embodiments herein generally relate to data fusion and, more particularly, to system and method for visual Bayesian data fusion.
- a processor-implemented method includes steps of: obtaining a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic; joining the plurality of datasets to obtain a joined dataset; predicting distribution associated with a target attribute using Bayesian modeling by selecting a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset; learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute; learning conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; and predicting the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- a system for visual Bayesian data fusion includes one or more memories; and one or more hardware processors, the one or more memories coupled to the one or more hardware processors, wherein the one or more hardware processors are capable of executing programmed instructions stored in the one or more memories to: obtain a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic; join the plurality of datasets to obtain a joined dataset; predict distribution associated with a target attribute using Bayesian modeling by select a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset; learn a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute; learn conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; and predict the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- a non-transitory computer-readable medium having embodied thereon a computer program for executing a method for visual Bayesian data fusion includes steps of: obtaining a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic; joining the plurality of datasets to obtain a joined dataset; predicting distribution associated with a target attribute using Bayesian modeling by selecting a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset; learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute; learning conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; and predicting the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- any block diagram herein represents conceptual views of illustrative systems embodying the principles of the present subject matter.
- any flow charts, flow diagrams, state transition diagrams, pseudo code, and the like represent various processes which may be substantially represented in computer readable medium and so executed by a computing device or processor, whether or not such computing device or processor is explicitly shown.
- the present technique describes about visual Bayesian data fusion.
- attributes which are most relevant to predict a target attribute are learnt.
- an efficiently executable Bayesian network is learnt on this feature subset (via an minimum spanning tree embedded in a graph derived from pair-wise mutual information values). The technique then uses exact inference to predict the target attribute.
- FIG. 1 illustrates a block diagram of a system 100 for visual Bayesian data fusion, in accordance with an example embodiment.
- the system 100 may be embodied in, or is in direct communication with a computing device.
- the system 100 includes or is otherwise in communication with one or more hardware processors such as processor(s) 102, one or more memories such as a memory 104, and a network interface unit such as a network interface unit 106.
- the processor 102, memory 104, and the network interface unit 106 may be coupled by a system bus such as a system bus or a similar mechanism.
- FIG. 1 shows example components of the system 100, in other implementations, the system 100 may contain fewer components, additional components, different components, or differently arranged components than depicted in FIG. 1 .
- the processor 102 may include circuitry implementing, among others, audio and logic functions associated with the communication, and imaging, displaying, decoding and rendering functions.
- the processor 102 may include, but are not limited to, one or more digital signal processors (DSPs), one or more microprocessor, one or more special-purpose computer chips, one or more field-programmable gate arrays (FPGAs), one or more application-specific integrated circuits (ASICs), one or more computer(s), various analog to digital converters, digital to analog converters, and/or other support circuits.
- DSPs digital signal processors
- FPGAs field-programmable gate arrays
- ASICs application-specific integrated circuits
- the processor 102 thus may also include the functionality to encode messages and/or data or information.
- the processor 102 may include, among other things, a clock, an arithmetic logic unit (ALU) and logic gates configured to support operation of the processor 102. Further, the processor 102 may include functionality to execute one or more software programs, which may be stored in the memory 104 or otherwise accessible to the processor 102.
- ALU arithmetic logic unit
- processors may be provided through the use of dedicated hardware as well as hardware capable of executing software in association with appropriate software.
- the functions may be provided by a single dedicated processor, by a single shared processor, or by a plurality of individual processors, some of which may be shared.
- explicit use of the term "processor” should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation DSP hardware, network processor, application specific integrated circuit (ASIC), FPGA, read only memory (ROM) for storing software, random access memory (RAM), and non-volatile storage. Other hardware, conventional, and/or custom, may also be included.
- the interface(s) 106 may include a variety of software and hardware interfaces, for example, interfaces for peripheral device(s), such as a keyboard, a mouse, an external memory, and a printer.
- the interface(s) 106 can facilitate multiple communications within a wide variety of networks and protocol types, including wired networks, for example, local area network (LAN), cable, etc., and wireless networks, such as Wireless LAN (WLAN), cellular, or satellite.
- LAN local area network
- WLAN Wireless LAN
- cellular or satellite.
- the one or more memories may store any number of pieces of information, and data, used by the system to implement the functions of the system.
- the memory 104 may include for example, volatile memory and/or non-volatile memory. Examples of volatile memory may include, but are not limited to volatile random access memory.
- the non-volatile memory may additionally or alternatively comprise an electrically erasable programmable read only memory (EEPROM), flash memory, hard drive, or the like.
- EEPROM electrically erasable programmable read only memory
- flash memory volatile random access memory
- hard drive or the like.
- Some examples of the volatile memory includes, but are not limited to, random access memory, dynamic random access memory, static random access memory, and the like.
- the non-volatile memory includes, but are not limited to, hard disks, magnetic tapes, optical disks, programmable read only memory, erasable programmable read only memory, electrically erasable programmable read only memory, flash memory, and the like.
- the memory 104 may be configured to store information, data, applications, instructions or the like for enabling the system 100 to carry out various functions in accordance with various example embodiments. Additionally or alternatively, the memory 104 may be configured to store instructions which when executed by the processor 102 causes the system to behave in a manner as described in various embodiments.
- the memory 104 includes a data fusion module 108 and/or other modules.
- the module 108 include routines, programs, objects, components, data structures, etc., which perform particular tasks or implement particular abstract data types.
- the other modules may include programs or coded instructions that supplement applications and functions of the system 100.
- the data fusion module 108 obtains a plurality of datasets associated with a topic from a data lake.
- each of the plurality of datasets include information (i.e., text or retailer description) corresponding to various attributes of the topic.
- the data fusion module 108 joins the plurality of datasets to obtain a joined dataset.
- the plurality of datasets are joined based on a type of join.
- the concept of data join is to merge relevant attributes from different datasets and create a candidate file for learning correlations among these datasets.
- the type of join includes an inner join, an outer join, a left join, and a right join.
- In the inner join common data from the datasets is kept.
- the outer join all the data from the datasets is kept.
- the left join common data from both datasets and data from a first dataset is kept.
- the right join common data from both datasets and data from a second dataset is kept.
- the data fusion module 108 provides keyword-based search over the datasets. When datasets are added, the data fusion module 108 automatically generates tags based on column headers and used for indexing files. In an example, users may be enabled to add tags and enter the tags as search keywords for retrieval later. In addition, the data fusion module 108 performs exploratory data analysis to get a better understanding data before Bayesian modelling can be done. The data fusion module 108 provides many visualizations for exploratory analysis as described below.
- the data fusion module 108 performs model learning on the datasets.
- the data fusion module 108 predicts distribution associated with a target attribute using Bayesian modeling.
- the data fusion module 108 enables users to choose multiple attributes from different datasets, and add them to an attribute-cart. After they select one variable as the target variable or attribute, they can request for automatic creation of the network.
- dependencies between attributes from different datasets may be discovered using Bayesian networks.
- a Bayesian network (BN) is a graphical structure that allows representation and reasoning about an uncertain domain. It is a representation of joint probability distribution (JPD) which consist of two components.
- the first component G is directed acyclic graph whose vertices correspond to random variables.
- the second component describes the conditional distribution for each variable given its parent nodes.
- a CPT of a node indicates the probability that the each value of a node can take given all combinations of values of its parent-nodes.
- X (X 1 , X 2 , ..., X N )
- the general form of joint probability distribution of the BN can be represented as in Equation 1, which encodes the BN property that each node is independent of other nodes, given its parents, where Pa(X i ) is the set of parents of X i .
- the data fusion module 108 selects a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset.
- the plurality of attributes and the target attribute may include discrete and continuous variables.
- the data fusion module 108 selects top-K features from the dataset based on the mutual information of all features with target variable.
- Mutual information between continuous-continuous, and continuous-discrete variables may be calculated using non-parametric entropy estimation toolbox (NPEET). This tool implements an approach to find mutual information estimators, which is based on entropy estimates from k-nearest neighbor distances.
- NPEET non-parametric entropy estimation toolbox
- the data fusion module 108 learns a minimum spanning tree (MST) based Bayesian structure (e.g., a MST 200 shown in FIG. 2 ) using the selected attributes and the target attribute (e.g., salary in FIG. 2 ).
- the data fusion module 108 learns the minimum spanning tree (MST) on the plurality of attributes and the target attribute using pairwise mutual information as a threshold.
- the data fusion module 108 learns a minimum spanning tree on feature graph, created by calculating pairwise mutual information between various features (i.e., variables or attributes), and dropping the edges that have this mutual information smaller than the threshold.
- the minimum spanning tree ensures learning sparse structures which helps in better estimation of parameters (especially in case of data having high cardinality variables) and faster inference.
- the data fusion module 108 initializes each edge in the minimum spanning tree to random direction. Moreover, the data fusion module 108 flips each edge direction to compute 2 ⁇ (k) directed graphs. As 'k' is a number of edges in the MST based structure, when the data fusion module 108 flips edge direction of each edge, 2 ⁇ (k) different trees or graphs are computed. Further, the data fusion module 108 calculates the cross entropy of each graph. Also, the data fusion module 108 selects a graph with least cross entropy as the minimum spanning tree based Bayesian structure.
- the data fusion module 108 learns conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure (i.e., parameters of each node).
- the data fusion module 108 discretizes the continuous variables by fixed size binning.
- the data fusion module 108 learns the conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure upon discretizing the continuous variables.
- the data fusion module 108 predicts the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- the data fusion module 108 uses SQL for querying the CPTs considering them as set of relational tables.
- the data fusion module 108 uses the Bayesian networks for prediction. Often attributes may need to be predicted for new datasets in which they do not exist at all. The data fusion module 108 may use the saved Bayesian network to predict the target variable for new datasets in which it may be missing using imputation: the expected value of the target variable is computed from the posterior distribution obtained after Bayesian inference and used as the predicted.
- the data fusion module 108 uses Bayesian networks to determine the missing data. Very often data values may be missing for certain attributes of constituent datasets in the data lake, reducing the utility of such datasets.
- the data fusion module 108 provides data completion feature using Bayesian imputation. Attributes that are part of a Bayesian network may be imputed in datasets where they are partially missing. For this, users are enabled to select a network based tile to be used for imputation as well as the dataset with missing values.
- the data fusion module 108 then generates a new dataset with complete data, included in the inverted-index, and made available for further visual analysis.
- the data fusion module 108 uses the MST, learned on the relevant feature subset, to predict the salary of each candidate in the test dataset using rest of the features in a network as evidence. Further, the data fusion module 108 uses exact inference accelerated by an SQL engine which internally performs query optimization which is analogous to poly-tree based exact inference to predict the salary.
- the system 100 provides a visual interface for model-based prediction using parallel coordinates.
- the user is enabled to select a network to be used for prediction via imputation and a dataset with the target variable missing.
- a horizontal parallel coordinates plot is used to differentiate it from the exploratory parallel co-ordinates visualization as well as to indicate a network structure which is usually drawn in a top-down order even though the edges have no directionality in this case.
- the value of the attribute to be imputed is 0 for all data points initially as shown in graph 300A (graph before imputation) of FIG. 3A .
- the data fusion module 108 uses the MST based Bayesian structure for probabilistic join. For example, data from disparate sources may not have a common join key however their fusion may be warranted for analytical reasoning. This is achieved by predicting global-product id for every local-product-id using an ensemble of Bayesian prediction and textual similarity.
- local attributes may be different from those used in the global dataset (i.e., these may include attributes not used at the global level). Even for similar attributes, local attributes use geography specific nomenclature, differing from global naming conventions. For example, in case of carbonated drinks, both global and local datasets may contains brand, flavour etc., of a drink, however, the actual values used may differ: e.g., 'Coke' vs 'Coca-cola', or 'Sweetened', vs 'Contains sugar'. Additionally, local attributes include 'retailer descriptions', which are fields with free form text describing the product. Such text often points clues towards the global attributes for the item.
- the data fusion module 108 uses two different models, a) Bayesian Model and b) Text Information Retrieval Model which uses local attributes and retailer description, respectively.
- the data fusion module 108 also calculate confidence of prediction in both models. Further, the data fusion module 108 do ensemble of these two models to get the better prediction accuracy.
- BM Bayesian Model
- the data fusion module 108 predicted two values (say g B and g T ) of g using local attributes (along with its confidence c B ) and retailer description, respectively. For an item I r , the data fusion module 108 chooses g B as the prediction of g if c B > t, else chooses g T as a prediction of g, where t is the threshold learned on validation set. Once global attribute of every item in a set I of local dataset is predicted, the data fusion module 108 joins local dataset and global dataset after group by using g i as a key in local datasets.
- the data fusion module 108 uses Bayesian networks to make inferences and for 'what-if' analysis.
- the data fusion module 108 provides a 'Linked Query View' for the same.
- a 'Linked View' in data visualization parlance refers to a view containing multiple charts such that interaction with any chart synchronously updates all.
- the data fusion module 108 uses a linked view to visualize conditional queries on attributes in the network. Once a network has been saved, it can be used to perform visual model inferencing using a 'Linked Query View'.
- the data fusion module 108 enables user to selects n attributes from the network to query and these are visualized in an n x n chart grid with attributes repeated horizontally and vertically.
- Charts along the diagonal show the probability distributions of the corresponding attribute as bar charts.
- scatter plots of the data with row and column attributes on the x and y axis of the plot, respectively, are shown. These provide a view of the data used to build the network and can be used to analyze pair-wise correlations between attributes.
- the data fusion module 108 executes a conditional query on the network using Bayesian inference.
- the conditional distributions of the other attributes are computed and the bar charts are updated accordingly.
- a 'Bayesian Student Advisor' is designed to provide recommendations using the Linked Query View.
- the original probability distributions are shown on the diagonal using bar charts.
- Salary is plotted on log10 scale.
- FIG. 4 is a flowchart illustrating a method for visual Bayesian data fusion, according to an embodiment of a present subject matter.
- the processor-implemented method 400 may be described in the general context of computer executable instructions.
- computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, functions, etc., that perform particular functions or implement particular abstract data types.
- the method 400 may also be practiced in a distributed computing environment where functions are performed by remote processing devices that are linked through a communication network.
- the order in which the method 400 is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method 400, or an alternative method.
- the method 400 can be implemented in any suitable hardware, software, firmware, or combination thereof.
- the method 400 depicted in the flow chart may be executed by a system, for example, the system 100 of FIG. 1 .
- a plurality of datasets associated with a topic are obtained from a data lake.
- each of the plurality of datasets include information (i.e., text or retailer description) corresponding to various attributes of the topic.
- the plurality of datasets are joined to obtain a joined dataset.
- the plurality of datasets are joined based on a type of join.
- the type of join includes an inner join, an outer join, a left join, and a right join.
- distribution associated with a target attribute is predicted using Bayesian modeling.
- a plurality of attributes (k) is selected based on mutual information with the target attribute in the joined dataset.
- the plurality of attributes and the target attribute may include discrete and continuous variables.
- a minimum spanning tree based Bayesian structure is learnt using the selected attributes and the target attribute.
- the minimum spanning tree is learnt on the plurality of attributes and the target attribute using pairwise mutual information as a threshold.
- each edge in the minimum spanning tree is initialized to random direction.
- each edge direction is flipped to compute 2 ⁇ (k) directed graphs.
- the cross entropy of each graph is calculated.
- a graph with least cross entropy is selected as the minimum spanning tree based Bayesian structure.
- conditional probabilistic tables are learnt at each node of the minimum spanning tree based Bayesian structure.
- the continuous variables are discretized by fixed size binning.
- the conditional probabilistic tables are then learnt at each node of the minimum spanning tree based Bayesian structure upon discretizing the continuous variables.
- the distribution associated with the target attribute is predicted by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- a confidence score for the prediction of the distribution associated with the target attribute is computed by querying the conditional probabilistic tables using ideal distribution and probabilistic distribution. Further, distribution associated with the target attribute is predicted using textual similarity. Furthermore, the distribution associated with the target attribute predicted using the textual similarity or the distribution associated with the target attribute predicted by querying the conditional probabilistic tables is selected based on the computed confidence score.
- non-transitory computer-readable storage means contain program-code means for implementation of one or more steps of the method, when the program runs on a server or mobile device or any suitable programmable device.
- the hardware device can be any kind of device which can be programmed including e.g. any kind of computer like a server or a personal computer, or the like, or any combination thereof.
- the device may also include means which could be e.g. hardware means like e.g. an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA), or a combination of hardware and software means, e.g.
- ASIC application-specific integrated circuit
- FPGA field-programmable gate array
- the means can include both hardware means and software means.
- the method embodiments described herein could be implemented in hardware and software.
- the device may also include software means.
- the embodiments may be implemented on different hardware devices, e.g. using a plurality of CPUs.
- the embodiments herein can comprise hardware and software elements.
- the embodiments that are implemented in software include but are not limited to, firmware, resident software, microcode, etc.
- the functions performed by various modules described herein may be implemented in other modules or combinations of other modules.
- a computer-usable or computer readable medium can be any apparatus that can comprise, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Probability & Statistics with Applications (AREA)
- Computing Systems (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Medical Informatics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Computational Mathematics (AREA)
- Algebra (AREA)
- Fuzzy Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Image Analysis (AREA)
Abstract
Description
- The present invention claims priority to Indian Provisional specification (Title: System and method for visual Bayesian data fusion) No.
, filed in India on March 10, 2016.201621008419 - The embodiments herein generally relate to data fusion and, more particularly, to system and method for visual Bayesian data fusion.
- The evolution from traditional business intelligence to big data analytics has witnessed the emergence of data lakes in which data is ingested in raw form rather than into traditional data warehouses. With the increasing availability of many more pieces of information or data about each entity of interest, e.g., a customer, often from diverse sources (social media, mobility, internet-of-things), fusing, visualizing and deriving insights from such data may pose a number of challenges. The challenges are due to disparate datasets which often lack a natural join key. Also, the datasets may describe measures at different levels of granularity, e.g., individual versus aggregate data, different datasets may be derived from physically distinct populations. Moreover, once data has been fused, queries are often an inefficient and inaccurate mechanism to derive insight from high-dimensional data.
- The following presents a simplified summary of some embodiments of the disclosure in order to provide a basic understanding of the embodiments. This summary is not an extensive overview of the embodiments. It is not intended to identify key/critical elements of the embodiments or to delineate the scope of the embodiments. Its sole purpose is to present some embodiments in a simplified form as a prelude to the more detailed description that is presented below.
- In view of the foregoing, an embodiment herein provides methods and systems for visual Bayesian data fusion are disclosed. In one aspect, a processor-implemented method includes steps of: obtaining a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic; joining the plurality of datasets to obtain a joined dataset; predicting distribution associated with a target attribute using Bayesian modeling by selecting a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset; learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute; learning conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; and predicting the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- In another aspect, a system for visual Bayesian data fusion is disclosed. The system includes one or more memories; and one or more hardware processors, the one or more memories coupled to the one or more hardware processors, wherein the one or more hardware processors are capable of executing programmed instructions stored in the one or more memories to: obtain a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic; join the plurality of datasets to obtain a joined dataset; predict distribution associated with a target attribute using Bayesian modeling by select a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset; learn a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute; learn conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; and predict the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- In yet another aspect, a non-transitory computer-readable medium having embodied thereon a computer program for executing a method for visual Bayesian data fusion is disclosed. The method includes steps of: obtaining a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic; joining the plurality of datasets to obtain a joined dataset; predicting distribution associated with a target attribute using Bayesian modeling by selecting a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset; learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute; learning conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; and predicting the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- It should be appreciated by those skilled in the art that any block diagram herein represents conceptual views of illustrative systems embodying the principles of the present subject matter. Similarly, it is appreciated that any flow charts, flow diagrams, state transition diagrams, pseudo code, and the like represent various processes which may be substantially represented in computer readable medium and so executed by a computing device or processor, whether or not such computing device or processor is explicitly shown.
- The detailed description is described with reference to the accompanying figures. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. The same numbers are used throughout the drawings to reference like features and modules.
-
FIG. 1 illustrates a system for visual Bayesian data fusion, according to an embodiment of a present subject matter; -
FIG. 2 illustrates a minimum spanning tree network learned on a feature subset, according to an embodiment of a present subject matter; -
FIGS. 3A and3B illustrate salary imputations for a dataset, according to an embodiment of a present subject matter; and -
FIG. 4 is a flowchart illustrating a method for visual Bayesian data fusion, according to an embodiment of a present subject matter. - It should be appreciated by those skilled in the art that any block diagrams herein represent conceptual views of illustrative systems and devices embodying the principles of the present subject matter. Similarly, it will be appreciated that any flow charts, flow diagrams, and the like represent various processes which may be substantially represented in computer readable medium and so executed by a computer or processor, whether or not such computer or processor is explicitly shown.
- The embodiments herein and the various features and advantageous details thereof are explained more fully with reference to the non-limiting embodiments that are illustrated in the accompanying drawings and detailed in the following description. The examples used herein are intended merely to facilitate an understanding of ways in which the embodiments herein may be practiced and to further enable those of skill in the art to practice the embodiments herein. Accordingly, the examples should not be construed as limiting the scope of the embodiments herein.
- The present technique describes about visual Bayesian data fusion. In this technique, attributes which are most relevant to predict a target attribute are learnt. Next, an efficiently executable Bayesian network is learnt on this feature subset (via an minimum spanning tree embedded in a graph derived from pair-wise mutual information values). The technique then uses exact inference to predict the target attribute.
- The methods and systems are not limited to the specific embodiments described herein. In addition, the method and system can be practiced independently and separately from other modules and methods described herein. Each device element/module and method can be used in combination with other elements/modules and other methods.
- The manner, in which the system and method for cheque image data masking, has been explained in details with respect to the
FIGS. 1 through 4 . While aspects of described methods and systems for visual Bayesian data fusion can be implemented in any number of different systems, utility environments, and/or configurations, the embodiments are described in the context of the following exemplary system(s). -
FIG. 1 illustrates a block diagram of asystem 100 for visual Bayesian data fusion, in accordance with an example embodiment. In an example embodiment, thesystem 100 may be embodied in, or is in direct communication with a computing device. Thesystem 100 includes or is otherwise in communication with one or more hardware processors such as processor(s) 102, one or more memories such as amemory 104, and a network interface unit such as anetwork interface unit 106. In an embodiment, theprocessor 102,memory 104, and thenetwork interface unit 106 may be coupled by a system bus such as a system bus or a similar mechanism. AlthoughFIG. 1 shows example components of thesystem 100, in other implementations, thesystem 100 may contain fewer components, additional components, different components, or differently arranged components than depicted inFIG. 1 . - The
processor 102 may include circuitry implementing, among others, audio and logic functions associated with the communication, and imaging, displaying, decoding and rendering functions. For example, theprocessor 102 may include, but are not limited to, one or more digital signal processors (DSPs), one or more microprocessor, one or more special-purpose computer chips, one or more field-programmable gate arrays (FPGAs), one or more application-specific integrated circuits (ASICs), one or more computer(s), various analog to digital converters, digital to analog converters, and/or other support circuits. Theprocessor 102 thus may also include the functionality to encode messages and/or data or information. Theprocessor 102 may include, among other things, a clock, an arithmetic logic unit (ALU) and logic gates configured to support operation of theprocessor 102. Further, theprocessor 102 may include functionality to execute one or more software programs, which may be stored in thememory 104 or otherwise accessible to theprocessor 102. - The functions of the various elements shown in the figure, including any functional blocks labeled as "processor(s)", may be provided through the use of dedicated hardware as well as hardware capable of executing software in association with appropriate software. When provided by a processor, the functions may be provided by a single dedicated processor, by a single shared processor, or by a plurality of individual processors, some of which may be shared. Moreover, explicit use of the term "processor" should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation DSP hardware, network processor, application specific integrated circuit (ASIC), FPGA, read only memory (ROM) for storing software, random access memory (RAM), and non-volatile storage. Other hardware, conventional, and/or custom, may also be included.
- The interface(s) 106 may include a variety of software and hardware interfaces, for example, interfaces for peripheral device(s), such as a keyboard, a mouse, an external memory, and a printer. The interface(s) 106 can facilitate multiple communications within a wide variety of networks and protocol types, including wired networks, for example, local area network (LAN), cable, etc., and wireless networks, such as Wireless LAN (WLAN), cellular, or satellite.
- The one or more memories such as a
memory 104, may store any number of pieces of information, and data, used by the system to implement the functions of the system. Thememory 104 may include for example, volatile memory and/or non-volatile memory. Examples of volatile memory may include, but are not limited to volatile random access memory. The non-volatile memory may additionally or alternatively comprise an electrically erasable programmable read only memory (EEPROM), flash memory, hard drive, or the like. Some examples of the volatile memory includes, but are not limited to, random access memory, dynamic random access memory, static random access memory, and the like. Some example of the non-volatile memory includes, but are not limited to, hard disks, magnetic tapes, optical disks, programmable read only memory, erasable programmable read only memory, electrically erasable programmable read only memory, flash memory, and the like. Thememory 104 may be configured to store information, data, applications, instructions or the like for enabling thesystem 100 to carry out various functions in accordance with various example embodiments. Additionally or alternatively, thememory 104 may be configured to store instructions which when executed by theprocessor 102 causes the system to behave in a manner as described in various embodiments. Thememory 104 includes a data fusion module 108 and/or other modules. The module 108 include routines, programs, objects, components, data structures, etc., which perform particular tasks or implement particular abstract data types. The other modules may include programs or coded instructions that supplement applications and functions of thesystem 100. - In operation, the data fusion module 108 obtains a plurality of datasets associated with a topic from a data lake. For example, each of the plurality of datasets include information (i.e., text or retailer description) corresponding to various attributes of the topic. Further, the data fusion module 108 joins the plurality of datasets to obtain a joined dataset. In an example, the plurality of datasets are joined based on a type of join. The concept of data join is to merge relevant attributes from different datasets and create a candidate file for learning correlations among these datasets. In this example, the type of join includes an inner join, an outer join, a left join, and a right join. In the inner join, common data from the datasets is kept. In the outer join, all the data from the datasets is kept. In the left join, common data from both datasets and data from a first dataset is kept. In the right join, common data from both datasets and data from a second dataset is kept.
- Furthermore, the data fusion module 108 provides keyword-based search over the datasets. When datasets are added, the data fusion module 108 automatically generates tags based on column headers and used for indexing files. In an example, users may be enabled to add tags and enter the tags as search keywords for retrieval later. In addition, the data fusion module 108 performs exploratory data analysis to get a better understanding data before Bayesian modelling can be done. The data fusion module 108 provides many visualizations for exploratory analysis as described below.
- Motion Charts: A multi-dimensional visualization which can visually represent up to 4 temporal data attributes using position, size and color of circles. Motion animation of the circles is used to depict changes in data over time.
- Parallel Coordinates: A multi-dimensional data visualization which allows a larger number of data attributes to be visualized together. Attributes are represented as multiple parallel vertical or horizontal axes and a data point is represented as a polyline connecting points on each attribute axis (last two axes visualize error between actual and predicted salary). The order of axes may be changed by dragging and attributes can be deleted or added to the plot.
- Bubble Map Charts: Plot bubbles or circles at geographical locations on a map with data attributes mapped to properties of the bubble such as size and color.
- Cartograms: Use maps to visualize data about regions such as countries and states. Color and rubber sheet distortions in area proportional to data values allow easy comparison of spatial data. The visualization designs further includes data tiles display icons for visualizations associated with them. In case multiple visualizations can be drawn for a single dataset, an icon for each is displayed and clicking the icon opens the selected visualization. All visualizations open in the 'compare view' page. A list of thumbnails is displayed on the left side of the page using which users can re-order visualizations vertically, close or open the thumbnails in a full screen mode.
- Furthermore in operation, the data fusion module 108 performs model learning on the datasets. In an example implementation, the data fusion module 108 predicts distribution associated with a target attribute using Bayesian modeling. For example, the data fusion module 108 enables users to choose multiple attributes from different datasets, and add them to an attribute-cart. After they select one variable as the target variable or attribute, they can request for automatic creation of the network. In this example, dependencies between attributes from different datasets may be discovered using Bayesian networks. A Bayesian network (BN) is a graphical structure that allows representation and reasoning about an uncertain domain. It is a representation of joint probability distribution (JPD) which consist of two components. The first component G is directed acyclic graph whose vertices correspond to random variables. The second component, the conditional probability table (CPT), describes the conditional distribution for each variable given its parent nodes. A CPT of a node indicates the probability that the each value of a node can take given all combinations of values of its parent-nodes. Considering a BN consisting of N random variables X = (X1, X2, ..., XN), the general form of joint probability distribution of the BN can be represented as in Equation 1, which encodes the BN property that each node is independent of other nodes, given its parents, where Pa(Xi) is the set of parents of Xi.
- Further, the data fusion module 108 selects a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset. The plurality of attributes and the target attribute may include discrete and continuous variables. In an embodiment, the data fusion module 108 selects top-K features from the dataset based on the mutual information of all features with target variable. Mutual information between continuous-continuous, and continuous-discrete variables may be calculated using non-parametric entropy estimation toolbox (NPEET). This tool implements an approach to find mutual information estimators, which is based on entropy estimates from k-nearest neighbor distances. For example, mutual information between x and y variables is calculated using the following equation:
- Furthermore, the data fusion module 108 learns a minimum spanning tree (MST) based Bayesian structure (e.g., a
MST 200 shown inFIG. 2 ) using the selected attributes and the target attribute (e.g., salary inFIG. 2 ). In an example embodiment, the data fusion module 108 learns the minimum spanning tree (MST) on the plurality of attributes and the target attribute using pairwise mutual information as a threshold. For example, the data fusion module 108 learns a minimum spanning tree on feature graph, created by calculating pairwise mutual information between various features (i.e., variables or attributes), and dropping the edges that have this mutual information smaller than the threshold. In this example, the minimum spanning tree ensures learning sparse structures which helps in better estimation of parameters (especially in case of data having high cardinality variables) and faster inference. - In addition, the data fusion module 108 initializes each edge in the minimum spanning tree to random direction. Moreover, the data fusion module 108 flips each edge direction to compute 2^(k) directed graphs. As 'k' is a number of edges in the MST based structure, when the data fusion module 108 flips edge direction of each edge, 2^(k) different trees or graphs are computed. Further, the data fusion module 108 calculates the cross entropy of each graph. Also, the data fusion module 108 selects a graph with least cross entropy as the minimum spanning tree based Bayesian structure.
- Furthermore, the data fusion module 108 learns conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure (i.e., parameters of each node). In an example, the data fusion module 108 discretizes the continuous variables by fixed size binning. The data fusion module 108 learns the conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure upon discretizing the continuous variables. Moreover, the data fusion module 108 predicts the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion. The data fusion module 108 uses SQL for querying the CPTs considering them as set of relational tables.
- In an example embodiment, the data fusion module 108 uses the Bayesian networks for prediction. Often attributes may need to be predicted for new datasets in which they do not exist at all. The data fusion module 108 may use the saved Bayesian network to predict the target variable for new datasets in which it may be missing using imputation: the expected value of the target variable is computed from the posterior distribution obtained after Bayesian inference and used as the predicted.
- In another example embodiment, the data fusion module 108 uses Bayesian networks to determine the missing data. Very often data values may be missing for certain attributes of constituent datasets in the data lake, reducing the utility of such datasets. The data fusion module 108 provides data completion feature using Bayesian imputation. Attributes that are part of a Bayesian network may be imputed in datasets where they are partially missing. For this, users are enabled to select a network based tile to be used for imputation as well as the dataset with missing values. The data fusion module 108 then generates a new dataset with complete data, included in the inverted-index, and made available for further visual analysis.
- For example, consider a challenge to predict salary for a set of candidates for whom it was not provided. The data fusion module 108 uses the MST, learned on the relevant feature subset, to predict the salary of each candidate in the test dataset using rest of the features in a network as evidence. Further, the data fusion module 108 uses exact inference accelerated by an SQL engine which internally performs query optimization which is analogous to poly-tree based exact inference to predict the salary.
- In some embodiments, the
system 100 provides a visual interface for model-based prediction using parallel coordinates. The user is enabled to select a network to be used for prediction via imputation and a dataset with the target variable missing. In this embodiment, a horizontal parallel coordinates plot is used to differentiate it from the exploratory parallel co-ordinates visualization as well as to indicate a network structure which is usually drawn in a top-down order even though the edges have no directionality in this case. The value of the attribute to be imputed is 0 for all data points initially as shown in graph 300A (graph before imputation) ofFIG. 3A . Clicking the 'Impute' button fires the data fusion module 108 at the backend and lines for the imputed values are moved to their position along the axis, as shown ingraph 300B (graph after imputation) ofFIG. 3B . A visualization of the predicted salary on test data created from of the training data in 70-30(%) ratio is shown inFIGs 3A and3B . The error in prediction can be visualized in 300B on the last two axes - actual salary and imputed salary. - In another example embodiment, the data fusion module 108 uses the MST based Bayesian structure for probabilistic join. For example, data from disparate sources may not have a common join key however their fusion may be warranted for analytical reasoning. This is achieved by predicting global-product id for every local-product-id using an ensemble of Bayesian prediction and textual similarity.
- Consider, a data lake consisting of real-life data of consumer products from a global 'information and measurement' company. Available datasets in the data lake are as follows:
- 1) Local dataset: It contains set of items I = {Ir : r =1, 2, ..., m}. For each item Ir ∈ I, local attributes, retailer descriptions, as well as measures such as sales figures are available.
- 2) Global dataset: It contains the global market share of each item, where items are described by global attributes.
- In this example, local attributes may be different from those used in the global dataset (i.e., these may include attributes not used at the global level). Even for similar attributes, local attributes use geography specific nomenclature, differing from global naming conventions. For example, in case of carbonated drinks, both global and local datasets may contains brand, flavour etc., of a drink, however, the actual values used may differ: e.g., 'Coke' vs 'Coca-cola', or 'Sweetened', vs 'Contains sugar'. Additionally, local attributes include 'retailer descriptions', which are fields with free form text describing the product. Such text often points clues towards the global attributes for the item.
- Consider a scenario where country wise sales vs global market share of each brand needs to be compared. The datasets cannot be compared as there is no natural join key between these two datasets. However, if value of global attribute g ∀ Ir∈ I can be predicted using local attributes (Bayesian model) and retailer description, the datasets can be compared. Thus, the data fusion module 108 make probabilistic prediction of g for items in local dataset. Further, the data fusion module 108 join the local dataset with the global dataset using g as a join key and call it as probabilistic join. Let g be the global attribute with n possible states say gi, where i = 1, 2, ..., n. In order to predict value of g ∀Ir ∈I, the data fusion module 108 uses two different models, a) Bayesian Model and b) Text Information Retrieval Model which uses local attributes and retailer description, respectively. The data fusion module 108 also calculate confidence of prediction in both models. Further, the data fusion module 108 do ensemble of these two models to get the better prediction accuracy.
- Bayesian Model (BM): In BM, the data fusion module 108 use only local attributes to predict global attributes for each item. For a global attribute g, the data fusion module 108 selects top K local attributes based on mutual information with g. Further, the data fusion module 108 learns minimum spanning tree based structure with global attribute g and selected top K local attributes. Furthermore, the data fusion module 108 calculates probability {pi : i= 1, ..., n} of each state gi of global attribute g, with local attributes as evidence in the MSTN. Finally, for every item, the data fusion module 108 choose the state gi which have maximum probability pi.
-
- For each item Ir, the data fusion module 108 predicted two values (say gB and gT) of g using local attributes (along with its confidence cB) and retailer description, respectively. For an item Ir, the data fusion module 108 chooses gB as the prediction of g if cB > t, else chooses gT as a prediction of g, where t is the threshold learned on validation set. Once global attribute of every item in a set I of local dataset is predicted, the data fusion module 108 joins local dataset and global dataset after group by using gi as a key in local datasets.
- In an example embodiment, the data fusion module 108 uses Bayesian networks to make inferences and for 'what-if' analysis. The data fusion module 108 provides a 'Linked Query View' for the same. A 'Linked View' in data visualization parlance refers to a view containing multiple charts such that interaction with any chart synchronously updates all. The data fusion module 108 uses a linked view to visualize conditional queries on attributes in the network. Once a network has been saved, it can be used to perform visual model inferencing using a 'Linked Query View'. The data fusion module 108 enables user to selects n attributes from the network to query and these are visualized in an n x n chart grid with attributes repeated horizontally and vertically. Charts along the diagonal, show the probability distributions of the corresponding attribute as bar charts. In the cells above the diagonal, scatter plots of the data with row and column attributes on the x and y axis of the plot, respectively, are shown. These provide a view of the data used to build the network and can be used to analyze pair-wise correlations between attributes.
- In order to query the network, users can select ranges for multiple attributes by clicking on appropriate bars in the bar charts. This puts a condition on the attribute to be in the range selected by the user. On hitting the query button, the data fusion module 108 executes a conditional query on the network using Bayesian inference. The conditional distributions of the other attributes are computed and the bar charts are updated accordingly. For example, a 'Bayesian Student Advisor' is designed to provide recommendations using the Linked Query View. The original probability distributions are shown on the diagonal using bar charts. Salary is plotted on log10 scale. Consider the case when a candidate is interested in getting a very high salary and wants to know the ideal profile for the same. It may be observed that there is a significant rise in the probability of English score, indicating that a candidate must have high English score to get a high salary. Additionally, it is found that although the distributions of logical test score and CGPA do not change much, probability of 12th percentage increases significantly for the higher range bins. Thus, for a very high salary English score and 12th percentage must be high. In this manner, a candidate may impose conditions on any number of the variables in the network and get answers to how his/her profile should change in order to meet the salary goal.
-
FIG. 4 is a flowchart illustrating a method for visual Bayesian data fusion, according to an embodiment of a present subject matter. The processor-implementedmethod 400 may be described in the general context of computer executable instructions. Generally, computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, functions, etc., that perform particular functions or implement particular abstract data types. Themethod 400 may also be practiced in a distributed computing environment where functions are performed by remote processing devices that are linked through a communication network. The order in which themethod 400 is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement themethod 400, or an alternative method. Furthermore, themethod 400 can be implemented in any suitable hardware, software, firmware, or combination thereof. In an embodiment, themethod 400 depicted in the flow chart may be executed by a system, for example, thesystem 100 ofFIG. 1 . - At
block 402, a plurality of datasets associated with a topic are obtained from a data lake. For example, each of the plurality of datasets include information (i.e., text or retailer description) corresponding to various attributes of the topic. Atblock 404, the plurality of datasets are joined to obtain a joined dataset. In an example, the plurality of datasets are joined based on a type of join. In this example, the type of join includes an inner join, an outer join, a left join, and a right join. Atblock 406, distribution associated with a target attribute is predicted using Bayesian modeling. In an embodiment, a plurality of attributes (k) is selected based on mutual information with the target attribute in the joined dataset. The plurality of attributes and the target attribute may include discrete and continuous variables. - Further, a minimum spanning tree based Bayesian structure is learnt using the selected attributes and the target attribute. In an example embodiment, the minimum spanning tree is learnt on the plurality of attributes and the target attribute using pairwise mutual information as a threshold. Further in this embodiment, each edge in the minimum spanning tree is initialized to random direction. Furthermore, each edge direction is flipped to compute 2^(k) directed graphs. In addition, the cross entropy of each graph is calculated. Also, a graph with least cross entropy is selected as the minimum spanning tree based Bayesian structure.
- Furthermore, conditional probabilistic tables are learnt at each node of the minimum spanning tree based Bayesian structure. In an example, the continuous variables are discretized by fixed size binning. The conditional probabilistic tables are then learnt at each node of the minimum spanning tree based Bayesian structure upon discretizing the continuous variables. Moreover, the distribution associated with the target attribute is predicted by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- In some embodiments, a confidence score for the prediction of the distribution associated with the target attribute is computed by querying the conditional probabilistic tables using ideal distribution and probabilistic distribution. Further, distribution associated with the target attribute is predicted using textual similarity. Furthermore, the distribution associated with the target attribute predicted using the textual similarity or the distribution associated with the target attribute predicted by querying the conditional probabilistic tables is selected based on the computed confidence score.
- The written description describes the subject matter herein to enable any person skilled in the art to make and use the embodiments. The scope of the subject matter embodiments is defined by the claims and may include other modifications that occur to those skilled in the art. Such other modifications are intended to be within the scope of the claims if they have similar elements that do not differ from the literal language of the claims or if they include equivalent elements with insubstantial differences from the literal language of the claims.
- It is, however to be understood that the scope of the protection is extended to such a program and in addition to a computer-readable means having a message therein; such non-transitory computer-readable storage means contain program-code means for implementation of one or more steps of the method, when the program runs on a server or mobile device or any suitable programmable device. The hardware device can be any kind of device which can be programmed including e.g. any kind of computer like a server or a personal computer, or the like, or any combination thereof. The device may also include means which could be e.g. hardware means like e.g. an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA), or a combination of hardware and software means, e.g. an ASIC and an FPGA, or at least one microprocessor and at least one memory with software modules located therein. Thus, the means can include both hardware means and software means. The method embodiments described herein could be implemented in hardware and software. The device may also include software means. Alternatively, the embodiments may be implemented on different hardware devices, e.g. using a plurality of CPUs.
- The embodiments herein can comprise hardware and software elements. The embodiments that are implemented in software include but are not limited to, firmware, resident software, microcode, etc. The functions performed by various modules described herein may be implemented in other modules or combinations of other modules. For the purposes of this description, a computer-usable or computer readable medium can be any apparatus that can comprise, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
- The foregoing description of the specific implementations and embodiments will so fully reveal the general nature of the implementations and embodiments herein that others can, by applying current knowledge, readily modify and/or adapt for various applications such specific embodiments without departing from the generic concept, and, therefore, such adaptations and modifications should and are intended to be comprehended within the meaning and range of equivalents of the disclosed embodiments. It is to be understood that the phraseology or terminology employed herein is for the purpose of description and not of limitation. Therefore, while the embodiments herein have been described in terms of preferred embodiments, those skilled in the art will recognize that the embodiments herein can be practiced with modification within the spirit and scope of the embodiments as described herein.
- The preceding description has been presented with reference to various embodiments. Persons having ordinary skill in the art and technology to which this application pertains will appreciate that alterations and changes in the described structures and methods of operation can be practiced without meaningfully departing from the principle, spirit and scope.
Claims (13)
- A processor-implemented method comprising:obtaining a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic;joining the plurality of datasets to obtain a joined dataset;predicting distribution associated with a target attribute using Bayesian modeling byselecting a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset;learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute;learning conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; andpredicting the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- The method according to claim 1, wherein the plurality of datasets are joined based on a type of join and wherein the type of join comprises an inner join, an outer join, a left join, and a right join.
- The method according to claim 1, wherein learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute comprises:learning the minimum spanning tree on the plurality of attributes and the target attribute using pairwise mutual information as a threshold;initializing each edge in the minimum spanning tree to random direction;fliping each edge direction to compute 2^(k) directed graphs;calculating the cross entropy of each graph; andselecting a graph with least cross entropy as the minimum spanning tree based Bayesian structure.
- The method according to claim 1, wherein the plurality of attributes and the target attribute comprise discrete and continuous variables.
- The method according to claim 4, wherein learning the conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure comprises:discretizing the continuous variables by fixed size binning; andlearning the conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure upon discretizing the continuous variables.
- The method according to claim 1, further comprising:computing a confidence score for the distribution associated with the target attribute predicted by querying the conditional probabilistic tables using ideal distribution and probabilistic distribution;predicting distribution associated with the target attribute using textual similarity; andselecting one of a) the distribution associated with the target attribute predicted using the textual similarity and b) the distribution associated with the target attribute predicted by querying the conditional probabilistic tables based on the computed confidence score.
- A system (100) comprising:one or more memories (104); andone or more hardware processors (102), the one or more memories (104) coupled to the one or more hardware processors (102), wherein the one or more hardware processors (102) are capable of executing programmed instructions stored in the one or more memories (104) to:obtain a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic;join the plurality of datasets to obtain a joined dataset;predict distribution associated with a target attribute using Bayesian modeling byselect a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset;learn a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute;learn conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; andpredict the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
- The system according to claim 7, wherein the plurality of datasets are joined based on a type of join and wherein the type of join comprises an inner join, an outer join, a left join, and a right join.
- The system according to claim 7, wherein one or more hardware processors are capable of executing programmed instructions to:learn the minimum spanning tree on the plurality of attributes and the target attribute using pairwise mutual information as a threshold;initialize each edge in the minimum spanning tree to random direction;flip each edge direction to compute 2^(k) directed graphs;calculate the cross entropy of each graph; andselect a graph with least cross entropy as the minimum spanning tree based Bayesian structure.
- The system according to claim 7, wherein the plurality of attributes and the target attribute comprise discrete and continuous variables.
- The system according to claim 10, wherein one or more hardware processors are capable of executing programmed instructions to:discretize the continuous variables by fixed size binning; andlearn the conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure upon discretizing the continuous variables.
- The system according to claim 7, wherein one or more hardware processors are further capable of executing programmed instructions to:compute a confidence score for the distribution associated with the target attribute predicted by querying the conditional probabilistic tables using ideal distribution and probabilistic distribution;predict distribution associated with the target attribute using textual similarity; andselect one of a) the distribution associated with the target attribute predicted using the textual similarity and b) the distribution associated with the target attribute predicted by querying the conditional probabilistic tables based on the computed confidence score.
- A non-transitory computer readable medium embodying a program executable in a computing device, said program comprising:a program code for obtaining a plurality of datasets associated with a topic from a data lake, wherein each of the plurality of datasets comprise information corresponding to various attributes of the topic;a program code for joining the plurality of datasets to obtain a joined dataset;a program code for predicting distribution associated with a target attribute using Bayesian modeling byselecting a plurality of attributes (k) based on mutual information with the target attribute in the joined dataset;learning a minimum spanning tree based Bayesian structure using the selected attributes and the target attribute;learning conditional probabilistic tables at each node of the minimum spanning tree based Bayesian structure; andpredicting the distribution associated with the target attribute by querying the conditional probabilistic tables, thereby facilitating visual Bayesian data fusion.
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| IN201621008419 | 2016-03-10 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP3217334A1 true EP3217334A1 (en) | 2017-09-13 |
| EP3217334B1 EP3217334B1 (en) | 2021-09-29 |
Family
ID=58277171
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP17160100.8A Active EP3217334B1 (en) | 2016-03-10 | 2017-03-09 | System and method for visual bayesian data fusion |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US10430417B2 (en) |
| EP (1) | EP3217334B1 (en) |
| JP (1) | JP6431945B2 (en) |
| AU (1) | AU2017201653B2 (en) |
| CA (1) | CA2960505C (en) |
| MX (1) | MX390124B (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110347688A (en) * | 2019-07-10 | 2019-10-18 | 星环信息科技(上海)有限公司 | Feature fusion, device, equipment and the storage medium of multiple information |
| CN110837868A (en) * | 2019-11-08 | 2020-02-25 | 奇瑞汽车股份有限公司 | Bayesian graph acquisition method and device, and storage medium |
| CN111221794A (en) * | 2020-02-17 | 2020-06-02 | 湖南工学院 | Multi-source data fusion method for wide area measurement and control system of distribution network |
Families Citing this family (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6532762B2 (en) * | 2015-06-02 | 2019-06-19 | 株式会社東芝 | INFORMATION GENERATION SYSTEM, APPARATUS, METHOD, AND PROGRAM |
| US10430417B2 (en) * | 2016-03-10 | 2019-10-01 | Tata Consultancy Services Limited | System and method for visual bayesian data fusion |
| US11250014B2 (en) | 2019-08-18 | 2022-02-15 | International Business Machines Corporation | Generating previews of possible join relationships |
| JP2021033895A (en) * | 2019-08-29 | 2021-03-01 | 株式会社豊田中央研究所 | Variable selection method, variable selection program, and variable selection system |
| CN110705132B (en) * | 2019-10-31 | 2023-04-28 | 哈尔滨工业大学 | Guidance control system performance fusion evaluation method based on multi-source heterogeneous data |
| CN112231313A (en) * | 2020-11-05 | 2021-01-15 | 河钢数字技术股份有限公司 | A method for multi-source environmental data fusion in steel mills |
| CN113111284B (en) * | 2021-04-12 | 2024-07-16 | 中国铁塔股份有限公司 | Classification information display method, device, electronic device and readable storage medium |
| CN113626482A (en) * | 2021-08-17 | 2021-11-09 | 北京深演智能科技股份有限公司 | Query method and device based on system fusion ID table |
| CN113807453B (en) * | 2021-09-24 | 2024-01-30 | 沈阳理工大学 | Abnormal behavior detection method based on weighted probability fusion parallel Bayesian network |
| CN114741510B (en) * | 2022-04-06 | 2025-01-21 | 中山大学 | A method for automatic fusion of heterogeneous data in data space based on unsupervised learning clustering algorithm |
| CN114896426B (en) * | 2022-07-14 | 2023-10-13 | 中国人民解放军国防科技大学 | A method for constructing cognitive maps of electronic targets |
| JP7260704B1 (en) * | 2022-08-29 | 2023-04-18 | 株式会社博報堂Dyホールディングス | Information processing system, computer program, and information processing method |
| US12094039B1 (en) * | 2022-11-01 | 2024-09-17 | Bentley Systems, Incorporated | User interface for visualizing high-dimensional datasets |
| CN116153450B (en) * | 2023-04-13 | 2023-06-27 | 合肥科颖医药科技有限公司 | Access content data comparison method and system based on intelligent analysis |
| CN117009921B (en) * | 2023-08-04 | 2024-02-23 | 振宁(无锡)智能科技有限公司 | Optimized data processing method and system of data fusion engine |
| CN117056826B (en) * | 2023-08-14 | 2025-12-16 | 江苏大学 | Metal recovery rate prediction method and system based on Bayesian theory |
| CN118395388B (en) * | 2024-06-27 | 2024-09-24 | 广东海洋大学 | ICDO-RBF multi-sensor data fusion method for agricultural greenhouse environment |
| CN120913881A (en) * | 2025-07-28 | 2025-11-07 | 深圳心语心言智能技术有限公司 | Data analysis method, system, terminal and medium based on multi-modal traditional Chinese medicine big language model |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050216496A1 (en) * | 2004-03-25 | 2005-09-29 | Chickering David M | Using tables to learn trees |
| US8447710B1 (en) * | 2010-08-02 | 2013-05-21 | Lockheed Martin Corporation | Method and system for reducing links in a Bayesian network |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060216496A2 (en) | 2003-11-13 | 2006-09-28 | Bernard Technologies, Inc. | Gas Generating Polymers |
| US8160975B2 (en) * | 2008-01-25 | 2012-04-17 | Mcafee, Inc. | Granular support vector machine with random granularity |
| CN102640154B (en) | 2009-07-30 | 2015-03-25 | 惠普开发有限公司 | Constructing a bayesian network based on received events associated with network entities |
| JP2011048435A (en) * | 2009-08-25 | 2011-03-10 | Nippon Telegr & Teleph Corp <Ntt> | Estimation logic construction support system, user behavior estimation device, user behavior estimation method and user behavior estimation program |
| US8478711B2 (en) * | 2011-02-18 | 2013-07-02 | Larus Technologies Corporation | System and method for data fusion with adaptive learning |
| US20140153443A1 (en) * | 2012-11-30 | 2014-06-05 | International Business Machines Corporation | Per-Address Spanning Tree Networks |
| US8949218B2 (en) * | 2012-12-26 | 2015-02-03 | Teradata Us, Inc. | Techniques for join processing on column partitioned tables |
| SG10201403293TA (en) * | 2014-06-16 | 2016-01-28 | Ats Group Ip Holdings Ltd | Fusion-based object-recognition |
| US20170004411A1 (en) * | 2015-07-04 | 2017-01-05 | Tata Consultancy Services Limited | Method and system for fusing business data for distributional queries |
| US10430417B2 (en) * | 2016-03-10 | 2019-10-01 | Tata Consultancy Services Limited | System and method for visual bayesian data fusion |
-
2017
- 2017-03-09 US US15/454,830 patent/US10430417B2/en active Active
- 2017-03-09 EP EP17160100.8A patent/EP3217334B1/en active Active
- 2017-03-09 CA CA2960505A patent/CA2960505C/en active Active
- 2017-03-10 AU AU2017201653A patent/AU2017201653B2/en active Active
- 2017-03-10 JP JP2017046609A patent/JP6431945B2/en active Active
- 2017-03-10 MX MX2017003188A patent/MX390124B/en unknown
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050216496A1 (en) * | 2004-03-25 | 2005-09-29 | Chickering David M | Using tables to learn trees |
| US8447710B1 (en) * | 2010-08-02 | 2013-05-21 | Lockheed Martin Corporation | Method and system for reducing links in a Bayesian network |
Non-Patent Citations (4)
| Title |
|---|
| AGARWAL PUNEET ET AL: "Approximate Incremental Big-Data Harmonization", 2013 IEEE INTERNATIONAL CONGRESS ON BIG DATA, IEEE, 27 June 2013 (2013-06-27), pages 118 - 125, XP032481274, DOI: 10.1109/BIGDATA.CONGRESS.2013.24 * |
| SINGH KARAMJIT ET AL: "Visual Bayesian fusion to navigate a data lake", 2016 19TH INTERNATIONAL CONFERENCE ON INFORMATION FUSION (FUSION), ISIF, 5 July 2016 (2016-07-05), pages 987 - 994, XP032935117 * |
| SURYA YADAV ET AL: "Business data fusion", 18TH INTERNATIONAL CONFERENCE ON INFORMATION FUSION, 6 July 2015 (2015-07-06), Piscataway, pages 1876 - 1885, XP055359001, ISBN: 978-0-9824438-6-6 * |
| WAI LAM ET AL: "LEARNING BAYESIAN BELIEF NETWORKS: AN APPROACH BASED ON THE MDL PRINCIPLE", COMPUTATIONAL INTELLIGENCE, vol. 10, no. 3, 1 August 1994 (1994-08-01), pages 269 - 293, XP055390778, ISSN: 0824-7935, DOI: 10.1111/j.1467-8640.1994.tb00166.x * |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110347688A (en) * | 2019-07-10 | 2019-10-18 | 星环信息科技(上海)有限公司 | Feature fusion, device, equipment and the storage medium of multiple information |
| CN110347688B (en) * | 2019-07-10 | 2020-09-11 | 星环信息科技(上海)有限公司 | Method, device and equipment for fusing characteristics of multi-element information and storage medium |
| CN110837868A (en) * | 2019-11-08 | 2020-02-25 | 奇瑞汽车股份有限公司 | Bayesian graph acquisition method and device, and storage medium |
| CN111221794A (en) * | 2020-02-17 | 2020-06-02 | 湖南工学院 | Multi-source data fusion method for wide area measurement and control system of distribution network |
Also Published As
| Publication number | Publication date |
|---|---|
| JP6431945B2 (en) | 2018-11-28 |
| BR102017004835A2 (en) | 2018-03-20 |
| MX390124B (en) | 2025-03-04 |
| AU2017201653B2 (en) | 2018-11-08 |
| JP2017199358A (en) | 2017-11-02 |
| CA2960505C (en) | 2018-12-11 |
| CA2960505A1 (en) | 2017-09-10 |
| MX2017003188A (en) | 2018-08-15 |
| US10430417B2 (en) | 2019-10-01 |
| AU2017201653A1 (en) | 2017-09-28 |
| US20170262506A1 (en) | 2017-09-14 |
| EP3217334B1 (en) | 2021-09-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3217334B1 (en) | System and method for visual bayesian data fusion | |
| Sillero et al. | Common mistakes in ecological niche models | |
| US11803763B2 (en) | Interactive semantic data exploration for error discovery | |
| Peterson et al. | Bayesian inference of multiple Gaussian graphical models | |
| Goodchild | Geographic information systems and science: today and tomorrow | |
| Lu et al. | Geographically weighted regression with a non-Euclidean distance metric: a case study using hedonic house price data | |
| US9123259B2 (en) | Discovering functional groups of an area | |
| Brenning | Spatial machine-learning model diagnostics: a model-agnostic distance-based approach | |
| Conn et al. | A hierarchical modeling framework for multiple observer transect surveys | |
| Zhou et al. | Bandwidth selection for nonparametric modal regression | |
| Huang et al. | Bayesian Conway–Maxwell–Poisson regression models for overdispersed and underdispersed counts | |
| Singh et al. | Visual bayesian fusion to navigate a data lake | |
| Balocchi et al. | Crime in Philadelphia: Bayesian clustering with particle optimization | |
| CN105339927A (en) | Inferring the location of users in online social media platforms using social network analysis | |
| Tjelmeland et al. | Exact and approximate recursive calculations for binary Markov random fields defined on graphs | |
| Yang et al. | Detecting road network errors from trajectory data with partial map matching and bidirectional recurrent neural network model | |
| Li et al. | Indoor mobility semantics annotation using coupled conditional Markov networks | |
| Cao et al. | A multinomial logistic mixed model for the prediction of categorical spatial data | |
| Heitz et al. | Correlation effect between transmitter and receiver azimuthal directions on the illumination function from a random rough surface | |
| Young et al. | A graphical comparison of screening designs using support recovery probabilities | |
| Kamary et al. | Weakly informative reparameterizations for location-scale mixtures | |
| Li et al. | An empirical study of statistical properties of variance partition coefficients for multi-level logistic regression models | |
| Blasch et al. | Visualization of graphical information fusion results | |
| Kim et al. | E2-BKI: Evidential Ellipsoidal Bayesian Kernel Inference for Uncertainty-Aware Gaussian Semantic Mapping | |
| Breivik et al. | Spatial Variation on Multiple Scales in Line Transect Data; the Case of Antarctic Fin Whales |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN PUBLISHED |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20180313 |
|
| RBV | Designated contracting states (corrected) |
Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20181029 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 16/2455 20190101ALI20210211BHEP Ipc: G06F 16/2458 20190101ALI20210211BHEP Ipc: G06N 20/00 20190101ALI20210211BHEP Ipc: G06F 16/25 20190101ALI20210211BHEP Ipc: G06N 7/00 20060101AFI20210211BHEP Ipc: G06F 16/26 20190101ALI20210211BHEP |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: GRANT OF PATENT IS INTENDED |
|
| INTG | Intention to grant announced |
Effective date: 20210408 |
|
| GRAS | Grant fee paid |
Free format text: ORIGINAL CODE: EPIDOSNIGR3 |
|
| GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE PATENT HAS BEEN GRANTED |
|
| AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| REG | Reference to a national code |
Ref country code: GB Ref legal event code: FG4D |
|
| REG | Reference to a national code |
Ref country code: CH Ref legal event code: EP Ref country code: AT Ref legal event code: REF Ref document number: 1434863 Country of ref document: AT Kind code of ref document: T Effective date: 20211015 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R096 Ref document number: 602017046638 Country of ref document: DE |
|
| REG | Reference to a national code |
Ref country code: IE Ref legal event code: FG4D |
|
| REG | Reference to a national code |
Ref country code: LT Ref legal event code: MG9D |
|
| REG | Reference to a national code |
Ref country code: NL Ref legal event code: FP |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: HR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: FI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: NO Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20211229 Ref country code: LT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: BG Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20211229 Ref country code: RS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: SE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| REG | Reference to a national code |
Ref country code: AT Ref legal event code: MK05 Ref document number: 1434863 Country of ref document: AT Kind code of ref document: T Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LV Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: AT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20220129 Ref country code: SK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: RO Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: PT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20220131 Ref country code: PL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: ES Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: EE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: CZ Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: AL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 602017046638 Country of ref document: DE |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: DK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
| 26N | No opposition filed |
Effective date: 20220630 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: MC Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| REG | Reference to a national code |
Ref country code: BE Ref legal event code: MM Effective date: 20220331 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20220309 Ref country code: IT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: IE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20220309 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: BE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20220331 |
|
| P01 | Opt-out of the competence of the unified patent court (upc) registered |
Effective date: 20230526 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: HU Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO Effective date: 20170309 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SM Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: MK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 Ref country code: CY Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: MT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20210929 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20210929 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: CH Payment date: 20250401 Year of fee payment: 9 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: TR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210929 |
|
| REG | Reference to a national code |
Ref country code: CH Ref legal event code: U11 Free format text: ST27 STATUS EVENT CODE: U-0-0-U10-U11 (AS PROVIDED BY THE NATIONAL OFFICE) Effective date: 20260401 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20260304 Year of fee payment: 10 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20260320 Year of fee payment: 10 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: NL Payment date: 20260323 Year of fee payment: 10 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20260323 Year of fee payment: 10 |
