A Decision-Theoretic Rough Set Model

Total Page:16

File Type:pdf, Size:1020Kb

A Decision-Theoretic Rough Set Model A Decision-Theoretic Rough Set Model Yiyu Yao and Jingtao Yao Department of Computer Science University of Regina Regina, Saskatchewan, Canada S4S 0A2 fyyao,[email protected] Special Thanks to Professor G¨unther Ruhe and Dr. Jingzhou Li for providing this opportunity. 1 Introduction to Rough Sets ² Rough sets is a new mathematical theory for dealing with vagueness and uncertainty. ² The theory is different from, and complementary to, fuzzy sets. It is a generalization of standard set theory. ² The theory is a concrete model of granular computing (GrC). ² The theory has been successfully applied in many fields. For example, machine learning, data mining, data analy- sis, medicine, cognitive science, expert systems, and many more. 2 Introduction to Rough Sets ² Basic assumption: Objects are defined, represented, or characterized based on a finite number of attributes or properties. ² Implications: We cannot distinguish some objects. We can only observe, measure, or define a certain set of objects as a whole rather than many individuals. Only some subsets in the power set can be measured or defined. ² Type of uncertainty: The uncertainty comes from our in- ability to distinguish certain objects. 3 Introduction to Rough Sets ² Basic problem: How to represent undefinable subsets based on definable subsets? ² Solution: An undefinable subsets are approximately represented by two definable subsets, called lower and upper approxima- tions. 4 ² A motivating example: information table Object Height Hair Eyes Classification o1 short blond blue + o2 short blond brown - o3 tall red blue + o4 tall dark blue - o5 tall dark blue - o6 tall blond blue + o7 tall dark brown - o8 short blond brown - 5 Introduction to Rough Sets ² Objects are described by three attributes: Height, Hair, and Eyes. ² If only the attribute Height is used, we obtain a partition: ffo1; o2; o8g; fo3; o4; o5; o6; o7gg: Based on the Height, we cannot distinguish objects o1, o2 and o8. They represent the set of short people. ² If two attributes Height and Hair are used, we have the partition: ffo1; o2; o8g; fo3g; fo4; o5; o7g; fo6gg: 6 Introduction to Rough Sets ² For Height and Hair, the set of all definable subsets are: the empty set ;. the entire set U = fo1; : : : ; o8g. the union of some blocks in the partition ffo1; o2; o8g; fo3g; fo4; o5; o7g; fo6gg. For example, fo1; o2; o3; o8g is a definable set. ² The set + = fo1; o3; o6g is a undefinable subset. ² + can be approximated by two definable subsets from be- low and above: fo3g ⊆ fo1; o3; o6g ⊆ fo1; o2; o3; o6; o8g: 7 Significance of Rough Set Theory ² It provides a formal theory for dealing with a particular type of uncertainty induced by indistinguishability. ² It precisely defines the notion of what is definable and what is undefinable. ² It presents a philosophy of representing what is undefin- able (unknown) based on what is definable (known). 8 Rough Set Theory: Formal Development ² Let U be a finite set called universe. ² Let E be an equivalence relation on U, that is, E is re- flexive, symmetric and transitive. ² Let U=E be the partition induced by the equivalence re- lation. ² Let [x]E denote the equivalence class contain x. ² The pair apr = (U; E) is called an approximation space. ² Let Def(U) be the family of all definable subsets. 9 Rough Set Theory: Granule based definition For any subset X ⊆ U, a pair of lower and upper approxi- mations is defined by: [ apr(X) = f[x]E j [x]E ⊆ Xg; [ apr(X) = f[x]E j [x]E \ X 6= ;g: ² The lower approximation apr(X) is the union of equiva- lence classes that are subsets of X. ² The upper approximation apr(X) is the union of equiva- lence classes that have non-empty overlap with X. ² Granule based definition provides a model for granular computing. 10 Rough Set Theory: Element based definition For any subset X ⊆ U, a pair of lower and upper approxi- mations is defined by: apr(X) = fx j 8y 2 U[xEy =) y 2 X]g; apr(X) = fx j 9y 2 U[xEy ^ y 2 X]g: ² An element x belongs to the lower approximation apr(X) if all its equivalent elements belong to X. ² An element x belongs to the upper approximation apr(X) if at least one of its equivalent elements belongs to X. ² Element based definition relates rough set theory to modal logic. 11 Rough Set Theory: Sub-system based definition For any subset X ⊆ U, a pair of lower and upper approxi- mations is defined by: apr(X) = [fY j Y 2 Def(U) ^ Y ⊆ Xg; apr(X) = \fY j Y 2 Def(U) ^ X ⊆ Y g: ² The lower approximation apr(X) is the largest definable set contained in X. ² The upper approximation apr(X) is the smallest defin- able set containing X. ² It is related to topological space, closure systems, and other mathematical systems, as well as belief functions. 12 Rough Set Theory: Algebraic systems ² The pair of approximations can be viewed as a pair of dual unary set-theoretic operators called approximation operators. ² The system (2U ; :; apr; apr; \; [) is an extension of stan- dard set algebra (2U ; :; \; [) with two added unary oper- ators. It is called a rough set algebra. ² The rough set algebra is an example of Boolean algebras with added operators. 13 Rough Set Theory: Rough Classification ² Based on the lower and upper approximations, the uni- verse U can be divided into three disjoint regions, the posi- tive region POS(X), the negative region NEG(X), and the boundary region BND(X): POS(X) = apr(X); NEG(X) = U ¡ apr(X); BND(X) = apr(X) ¡ apr(X): ² The boundary region consists of objects that cannot be classified without uncertainty, due to our inability to dif- ferentiate some different objects. 14 Rough Classification: Another formulation ² For X ⊆ U, its rough membership function is defined by: j[x]E \ Xj ¹X(x) = = P (X j [x]E): j[x]Ej ² The three regions are then defined by: POS(X) = fx 2 U j ¹X(x) = 1g; NEG(X) = fx 2 U j ¹X(x) = 0g; BND(X) = fx 2 U j 0 < ¹X(x) < 1g: ² Obviously, they use extreme values of ¹X, i.e., 0 and 1. 15 Rough Classification: Observations ² All elements with non-zero and non-full membership val- ues will be classified into boundary region. ² The quantitative information given by the conditional prob- ability P (X j [x]E) is not taken into consideration. ² In practice, a not so rigid classification may be more useful. An object may be classified into the possible region if the conditional probability is sufficiently large. Likewise, an object may be classified into the negative region if the conditional probability is sufficiently small. 16 Decision-Theoretic Rough Sets: ² Basic question: How do we determine the threshold values for deciding the three regions? ² Answer: Use the Bayesian decision procedure. 17 Bayesian decision procedure ² Let Ω = fw1; : : : ; wsg be a finite set of s states. ² Let A = fa1; : : : ; amg be a finite set of m possible actions. ² Let P (wjjx) be the conditional probability of an object x being in state wj given that the object is described by x. ² Let ¸(aijwj) denote the loss, or cost, for taking action ai when the state is wj. 18 Bayesian decision procedure ² For an object with description x, suppose action ai is taken. ² Since P (wjjx) is the probability that the true state is wj given x, the expected loss associated with taking action ai is given by: Xs R(aijx) = ¸(aijwj)P (wjjx): j=1 The quantity R(aijx) is also called the conditional risk. ² Given description x, a decision rule is a function ¿(x) that specifies which action to take. 19 ² The overall risk is defined by: R = X R(¿(x)jx)P (x); x where the summation is over the set of all possible descrip- tions of objects. ² Bayesian decision procedure: For every x, compute the conditional risk R(aijx) for i = 1; : : : ; m and then select the action for which the conditional risk is minimum. If more than one action minimizes R(aijx), any tie-breaking rule can be used. 20 A Simple Example ² Set of states: s0 – the meeting will be over in less than 2 hours, s1 – the meeting will be more than 2 hours. ² P (s0) = 0:8;P (s1) = 0:2. ² Set of actions: a0 – put the car on meter (pay $2.00), a1 – put the car in the parking lot (pay $7.00). ² Loss function: ¸(a0 j s0) = u($2:00) = 2; ¸(a1 j s0) = u($7:00) = 10; ¸(a0 j s1) = u($2:00 + $15:00) = 60; ¸(a1 j s1) = u($7:00) = 10: 21 ² The expected cost of actions a0 and a1: R(a0) = ¸(a0 j s0)P (s0) + ¸(a0 j s1)P (s1) = 2 ¤ 0:8 + 60 ¤ 0:2 = 13:6; R(a1) = ¸(a1 j s0)P (s0) + ¸(a1 j s1)P (s1) = 10 ¤ 0:8 + 10 ¤ 0:2 = 10:0: ² Choose action a1. 22 Decision-Theoretic Rough Sets ² The set of states: Ω = fX; :Xg. ² The set of actions: A = fa1; a2; a3g, deciding POS(A), deciding NEG(A), and deciding BND(A), respectively. ² Description of x:[x]E. ² Conditional probability: P (X j [x]E) and P (:X j [x]E) = 1 ¡ P (X j [x]E). ² Loss function: ¸i1 = ¸(aijX), ¸i2 = ¸(aij:X), and i = 1; 2; 3. 23 ² expected loss R(aij[x]E) associated with taking the indi- vidual actions can be expressed as: R(a1j[x]E) = ¸11P (Xj[x]E) + ¸12P (:Xj[x]E); R(a2j[x]E) = ¸21P (Xj[x]E) + ¸22P (:Xj[x]E); R(a3j[x]E) = ¸31P (Xj[x]E) + ¸32P (:Xj[x]E): 24 ² The Bayesian decision procedure leads to the following minimum-risk decision rules: (P) If R(a1j[x]E) · R(a2j[x]E) and R(a1j[x]E) · R(a3j[x]E); decide POS(X); (N) If R(a2j[x]E) · R(a1j[x]E) and R(a2j[x]E) · R(a3j[x]E); decide NEG(X); (B) If R(a3j[x]E) · R(a1j[x]E) and R(a3j[x]E) · R(a2j[x]E); decide BND(X): ² Based on P (Aj[x]E) + P (:Aj[x]E) = 1, the decision rules can be simplified by using only the probabilities P (Xj[x]E).
Recommended publications
  • Rough Sets, Fuzzy Sets, Data Mining, and Granulär Computing
    Dominik Slezak JingTao Yao James F. Peters Wojciech Ziarko Xiaohua Hu (Eds.) Rough Sets, Fuzzy Sets, Data Mining, and Granulär Computing lOth International Conference, RSFDGrC 2005 Regina, Canada, August 31 - September 3, 2005 Proceedings, Part II £} Spriinge r Table of Contents - Part II Invited Papers Generalizing Rough Set Theory Through Dominance-Based Rough Set Approach Salvatore Greco, Benedetto Matarazzo, Roman Slowinski 1 Approximate Boolean Reasoning Approach to Rough Sets and Data Mining Hung Son Nguyen 12 Towards Human-Level Web Intelligence Ning Zhong 23 Rough Set Software Credibility Coefficients in ARES Rough Set Exploration System Roman Podraza, Mariusz Walkiewicz, Andrzej Dominik 29 DIXER - Distributed Executor for Rough Set Exploration System Jan G. Bazan, Ra,fal Latkowski, Marcin Szczuka 39 TZoSy: A Rough Knowledge Base System Robin Andersson, Aida Vitöria, Jan Maiuszynski, Jan Komorowski 48 Data Mining A Classification Model: Syntax and Semantics for Classification Anita Wasilewska, Ernestina Menasalvas 59 "Rule + Exception" Strategies for Knowledge Management and Discovery Yiyu Yao, Fei- Yue Wang, Jue Wang 69 Outlier Detection Using Rough Set Theory Feng Jiang, Yuefei Sui, Cungen Cao 79 Reverse Prediction Julia Johnson, Patrick Campeau 88 X Table of Contents - Part II Prediction Mining - An Approach to Mining Association Rules for Prediction Jitender Deogun, Liying Jiang 98 A Rough Set Based Model to Rank the Importance of Association Rules Jiye Li, Nick Cercone 109 Hybrid and Hierarchical Methods A Hierarchical Approach
    [Show full text]
  • A Survey of Software Packages Used for Rough Set Analysis
    Journal of Computer and Communications, 2016, 4, 10-18 Published Online July 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.49002 A Survey of Software Packages Used for Rough Set Analysis Zain Abbas1*, Aqil Burney1,2 1Department of Computer Science, University of Karachi, Karachi, Pakistan 2College of Computer Science and Information Systems, Institute of Business Management, Karachi, Pakistan Received 19 June 2016; accepted 18 July 2016; published 21 July 2016 Copyright © 2016 by authors and Scientific Research Publishing Inc. This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/ Abstract Soft computing is a combination of methods that complement each other when dealing with am- biguous real life decision systems. Rough Set Theory (RST) is a technique used in soft computing that enhances the idea of classical sets to deal with incomplete knowledge and provides a mechan- ism for concept approximation. It uses reducts to isolate key attributes affecting outcomes in deci- sion systems. The paper summarizes two algorithms for reduct calculation. Moreover, to automate the application of RST, different software packages are available. The paper provides a survey of packages that are most frequently used to perform data analysis based on Rough Sets. For benefit of researchers, a comparison of based on functionalities of those software is also provided. Keywords Rough Set Theory, Soft Computing, Reducts, Rosetta, Rough Sets, Decision Table, RSES, Rose2, WEKA 1. Introduction One common aspect among the fields of machine learning, decision analysis, data mining and pattern recogni- tion is that all of them deal with imprecise or incomplete knowledge.
    [Show full text]
  • A Comparative Study of Fuzzy Sets and Rough Sets, Information Sciences, Vol
    Yao, Y.Y., A comparative study of fuzzy sets and rough sets, Information Sciences, Vol. 109, No. 1-4, pp. 227-242, 1998. A Comparative Study of Fuzzy Sets and Rough Sets Y.Y. Yao 1 Department of Computer Science, Lakehead University Thunder Bay, Ontario, Canada P7B 5E1 E-mail: yyao@flash.lakeheadu.ca This paper reviews and compares theories of fuzzy sets and rough sets. Two approaches for the formulation of fuzzy sets are reviewed, one is based on many-valued logic and the other is based on modal logic. Two views of rough sets are presented, set-oriented view and operator-oriented view. Rough sets under set-oriented view are closely related to fuzzy sets, which leads to non-truth-functional fuzzy set operators. Both of them may be considered as deviations of classical set algebra. In contrast, rough sets under operator-oriented view are different from fuzzy sets, and may be regarded as an extension of classical set algebra. Key words: approximation operators, fuzzy sets, interval fuzzy sets, modal logic, many-valued logic, possible-world semantics, product systems, rough sets. 1 INTRODUCTION Theories of fuzzy sets and rough sets are generalizations of classical set theory for modeling vagueness and uncertainty [19,33]. A fundamental question con- cerning both theories is their connections and differences [20,35]. There have been many studies on this topic. While some authors argued that one the- ory is more general than the other [20,27], it is generally accepted that they are related but distinct and complementary theories [2,5,7,13,26].
    [Show full text]
  • Rough Set Based Maximum Relevance-Maximum Significance
    International Journal of Approximate Reasoning 52 (2011) 408–426 Contents lists available at ScienceDirect International Journal of Approximate Reasoning journal homepage:www.elsevier.com/locate/ijar Rough set based maximum relevance-maximum significance criterion and gene selection from microarray data ∗ Pradipta Maji , Sushmita Paul Machine Intelligence Unit, Indian Statistical Institute, 203, Barrackpore Trunk Road, Kolkata 700 108, India ARTICLE INFO ABSTRACT Article history: Among the large amount of genes presented in microarray gene expression data, only a small Received 26 May 2010 fraction of them is effective for performing a certain diagnostic test. In this regard, a new Revised 17 August 2010 feature selection algorithm is presented based on rough set theory. It selects a set of genes Accepted 24 September 2010 from microarray data by maximizing the relevance and significance of the selected genes. A Availableonline20October2010 theoretical analysis is presented to justify the use of both relevance and significance criteria Keywords: for selecting a reduced gene set with high predictive accuracy. The importance of rough Microarray analysis set theory for computing both relevance and significance of the genes is also established. Gene selection The performance of the proposed algorithm, along with a comparison with other related Rough sets methods, is studied using the predictive accuracy of K-nearest neighbor rule and support Feature selection vector machine on five cancer and two arthritis microarray data sets. Among seven data sets, Classification the proposed algorithm attains 100% predictive accuracy for three cancer and two arthritis data sets, while the rough set based two existing algorithms attain this accuracy only for one cancer data set.
    [Show full text]
  • A Framework for Intelligent Medical Diagnosis Using Rough Set with Formal Concept Analysis
    International Journal of Artificial Intelligence & Applications (IJAIA), Vol.2, No.2, April 2011 A FRAMEWORK FOR INTELLIGENT MEDICAL DIAGNOSIS USING ROUGH SET WITH FORMAL CONCEPT ANALYSIS B. K. Tripathy 1, D. P. Acharjya 1 and V. Cynthya 1 1School of Computing Science and Engineering, VIT University, Vellore, India [email protected], [email protected], [email protected] ABSTRACT Medical diagnosis process vary in the degree to which they attempt to deal with different complicating aspects of diagnosis such as relative importance of symptoms, varied symptom pattern and the relation between diseases them selves. Based on decision theory, in the past many mathematical models such as crisp set, probability distribution, fuzzy set, intuitionistic fuzzy set were developed to deal with complicating aspects of diagnosis. But, many such models are failed to include important aspects of the expert decisions. Therefore, an effort has been made to process inconsistencies in data being considered by Pawlak with the introduction of rough set theory. Though rough set has major advantages over the other methods, but it generates too many rules that create many difficulties while taking decisions. Therefore, it is essential to minimize the decision rules. In this paper, we use two processes such as pre process and post process to mine suitable rules and to explore the relationship among the attributes. In pre process we use rough set theory to mine suitable rules, whereas in post process we use formal concept analysis from these suitable rules to explore better knowledge and most important factors affecting the decision making. KEYWORDS Rough Sets, Formal Concept Analysis (FCA), Information Table, Indiscernibility & Decision Rules 1.
    [Show full text]
  • Mining Gene Expression Data Using Rough Set Theory
    Mining Gene Expression Data using Rough Set Theory S. Bulashevska, W. Dubitzky, R. Eils* Division “Intelligent Bioinformatics Systems” (H0900), German Cancer Research Center, 69120 Heidelberg, Germany *corresponding author: [email protected] Background: Classification of human tumors into distinguishable entities is traditionally based on clinical, pathohistological, immunohistochemical and cytogenetic data. This classification technique provides classes containing tumors that show similarities but differ strongly in important aspects, e.g. clinical course, treatment response, or survival. New techniques like cDNA microarrays have opened the way to a more accurate stratification of patients with respect to treatment response or survival prognosis, however, reports of correlation between clinical parameters and patient specific gene expression patterns have been extremely rare. One of the reasons is that the adaptation of machine learning approaches to pattern classification, rule induction and detection of internal dependencies within large scale gene expression data is still a formidable challenge for the computer science community. Method: Here we applied a technique based on rough set theory and Boolean reasoning [1,2] implemented into the Rosetta software tool. This technique has already been successfully used to extract descriptive and minimal ‘if-then’ rules for relating prognostic or diagnostic parameters with particular conditions. The basis of rough set theory is the indiscernibility relation describing the fact that some objects of the universe are not discerned in view of the information forming a concept. Rough set theory deals with the approximation of such sets of objects – the lower and upper approximations. The lower approximation consists of objects, which surely belong to the concept and the upper approximation contains objects which possibly belong to the concept.
    [Show full text]
  • A Rough Sets Approach to Gene Network Inference
    UPTEC X 04 023 ISSN 1401-2138 APR 2004 MARTIN EKLUND A rough sets approach to gene network inference Master’s degree project Molecular Biotechnology Programme Uppsala University School of Engineering UPTEC X 04 023 Date of issue 2004-04 Author Martin Eklund Title (English) A rough sets approach to gene network inference Title (Swedish) Abstract Using microarrays, it is possible to simultaneously measure the expression level of thousands of genes. A major challenge in computational biology is to uncover, from such measurements, gene/protein interactions and key biological features of cellular systems. In this work, I propose a new framework for discovering interactions between genes based on the rough set methodology. This framework relies on finding patterns in gene expression data that describe features of the underlying network. The patterns are used for generating association rules, which describe dependencies between genes. The dependencies can be graphically visualized in a network model. Keywords Gene Network, Rough Set, Microarray, Expression Data, Reverse Engineering Supervisors Jan Komorowski Linnaeus Centre for Bioinformatics, Uppsala University Scientific reviewer Mats Gustafsson Department of Engineering Sciences, Uppsala University Project name Sponsors Language Security English Classification ISSN 1401-2138 Supplementary bibliographical information Pages 50 Biology Education Centre Biomedical Center Husargatan 3 Uppsala Box 592 S-75124 Uppsala Tel +46 (0)18 4710000 Fax +46 (0)18 555217 A rough sets approach to gene network inference Martin Eklund Sammanfattning Då proteiner spelar en viktig roll i nästan alla biologiska processer syftar en central del av genomforskning till att försöka förstå regleringen av proteinsyntes. En vital del av regleringen är hur mycket en gen uttrycks, d.v.s.
    [Show full text]
  • Fuzzy Rough Sets: the Forgotten Step Martine De Cock, Chris Cornelis, and Etienne E
    IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 15, NO. 1, FEBRUARY 2007 121 Fuzzy Rough Sets: The Forgotten Step Martine De Cock, Chris Cornelis, and Etienne E. Kerre Abstract—Traditional rough set theory uses equivalence rela- After a public debate reflecting rivalry between rough set tions to compute lower and upper approximations of sets. The theory and the slightly older fuzzy set theory, many researchers corresponding equivalence classes either coincide or are disjoint. started working towards a hybrid theory (e.g., [11], [18], [20], This behaviour is lost when moving on to a fuzzy T-equivalence relation. However, none of the existing studies on fuzzy rough set [25], [26], [28], and [30]). In doing so, the central focus moved theory tries to exploit the fact that an element can belong to some from elements’ indistinguishability (objects are indistinguish- degree to several “soft similarity classes” at the same time. In able or not) to their similarity (objects are similar to a certain de- this paper we show that taking this truly fuzzy characteristic into gree), represented by a fuzzy relation . As a result, objects are account may lead to new and interesting definitions of lower and categorized into classes with “soft” boundaries based on their upper approximations. We explore two of them in detail and we investigate under which conditions they differ from the commonly similarity to one another; abrupt transitions between classes are used definitions. Finally we show the possible practical relevance replaced by gradual ones, allowing that an element can belong of the newly introduced approximations for query refinement. (to varying degrees) to more than one class.
    [Show full text]
  • Fuzzy Rough Sets: from Theory Into Practice
    Fuzzy Rough Sets: from Theory into Practice Chris Cornelis1, Martine De Cock1, Anna Maria Radzikowska2 1 Computational Web Intelligence Dept. of Applied Mathematics and Computer Science Ghent University, Krijgslaan 281 (S9), 9000 Gent, Belgium {Chris.Cornelis, Martine.DeCock}@UGent.be http://www.cwi.UGent.be 2 Faculty of Mathematics and Information Science Warsaw University of Technology, Plac Politechniki 1, 00-661 Warsaw, Poland [email protected] Abstract Fuzzy sets and rough sets address two important, and mutually orthogonal, char- acteristics of imperfect data and knowledge: while the former allow that objects belong to a set or relation to a given degree, the latter provide approximations of concepts in the presence of incomplete information. In this chapter, we demonstrate how these notions can be combined into a hybrid theory that is able to capture the best of different worlds. In particular, we review various alternatives for defin- ing lower and upper approximations of a fuzzy set under a fuzzy relation, and also explore their application in query refinement. 1 Introduction Fuzzy sets (Zadeh [35], 1965), as well as the slightly younger rough sets (Pawlak [23], 1982), have left an important mark on the way we represent and compute with imperfect information nowadays. Each of them has fostered a broad research community, and their impact has also been clearly felt at the application level. Although it was recognized early on that the associated theories are complementary rather than competitive, perceived similarities between both concepts and efforts to prove that one of them subsumes the other, have somewhat stalled progress towards shaping a hybrid theory that combines their mutual strengths.
    [Show full text]
  • "The Future of Rough Sets" PDF File
    The Future of Rough Sets In March 2019, we asked the members of the IRSS Advisory Board to write a short contribution (two to three pages) providing some directions for future research in rough set theory. We collected 13 contributions, covering the different facets and application fields of rough set theory. We provide here a list (in alphabetical order) of these contributions with a short summary, as a pointer to the entire collection. These contributions will also form the starting point of a round table which will be held at next International Joint Conference on Rough Sets (IJCRS19) in Debrecen, on June, 20th. CHAKRABORTY, M. “ROUGH SETS: LOOKING FORWARD” After providing an historical perspective of RST, Mihir Chakraborty lists five points that “RST as a mathematical theory” should address: axiomatic foundation; summarization of the algebraic approaches; topology of covering rough sets; modal logic and covering rough sets; a general theorization of granules. He also points out the need for a book on rough sets for beginners. GRECO, S.; MATARAZZO, B.; SLOWINSKI ,R. “DISTINGUISHING VAGUENESS FROM AMBIGUITY IN REASONING ABOUT ORDERED DATA THROUGH ROUGH SET APPROXIMATIONS” The contribution of Greco, Matarazzo, and Slowinski uses the (extension of) the rough sets technology to deal with the notion of vagueness and other related concepts considered in Artificial Intelligence. The proposal uses their Dominance-based rough sets theory to distinguish between concepts such as vagueness and ambiguity. Real data often exhibits one or both of these imperfections and the authors' approach allows to introduce methodologies to current techniques of data science to improve the qualities of derived conclusions.
    [Show full text]
  • Rough Set Theory in Decision Support Systems
    Rough Set Theory in Decision Support Systems Agnieszka Nowak - Brzezinska Advantages of Rough Set approach • It does not need any preliminary or additional information about data − like probability in statistics, grade of membership in the fuzzy set theory. • It provides efficient methods, algorithms and tools for finding hidden patterns in data. • It allows to reduce original data, i.e. to find minimal sets of data with the same knowledge as in the original data. • It allows to evaluate the significance of data. • It allows to generate in automatic way the sets of decision rules from data. • It is easy to understand. • It offers straightforward interpretation of obtained results. • It is suited for concurrent (parallel/distributed) processing. • It is easy internet access to the rich literature about the rough set theory, its extensions as well as interesting applications, e.g. http://www.rsds.wsiz.rzeszow.pl What is known about RS… • In computer science, a rough set, first described by a Polish computer scientist Zdzisław Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the lower and the upper approximation of the original set. • In the standard version of rough set theory (Pawlak 1991), the lower- and upper-approximation sets are crisp sets, but in other variations, the approximating sets may be fuzzy sets. Rough set theory • was developed by Zdzislaw Pawlak in the early 1980’s. Pioneering Publications: 1. Z. Pawlak, “Rough Sets”, International Journal of Computer and Information Sciences, Vol.11, 341-356 (1982). 2. Z.
    [Show full text]
  • Multi-Granulation Pythagorean Fuzzy Decision-Theoretic Rough Sets Based on Inclusion Measure and Their Application in Incomplete Multi-Source Information Systems
    Complex & Intelligent Systems https://doi.org/10.1007/s40747-018-0090-z ORIGINAL ARTICLE Multi-granulation Pythagorean fuzzy decision-theoretic rough sets based on inclusion measure and their application in incomplete multi-source information systems Prasenjit Mandal1 · A. S. Ranadive2 Received: 29 August 2018 / Accepted: 27 December 2018 © The Author(s) 2019 Abstract Multi-granulation rough sets (MGRSs) and decision-theoretic rough sets (DTRSs) are two important and popular generaliza- tions of classical rough sets. The combination of two generalized rough sets have been investigated by numerous researchers in different extensions of fuzzy settings such as interval-valued fuzzy sets (IVFSs), intuitionistic fuzzy sets (IFSs), bipolar-valued fuzzy sets (BVFSs), etc. Pythagorean fuzzy (PF) set is another extension of fuzzy set, which is more capable in comparison to IFS handle vagueness in real world. However, few studies have focused on the combination of the two rough sets in PF settings. In this study, we combine the two generalized rough sets in PF settings. First, we introduce a type of PF subset (of subset of the given universe) of the PF Set (of the given universe). Then we establish two basic models of multi-granulation PF DTRS (MG-PF-DTRS) of PF subset of the PF set based on PF inclusion measure within the framework of multi-granulation PF approximation space. One model is based on a combination of PF relations (PFRs) and the construction of approximations with respect to the combined PFR. By combining PFRs through intersection and union, respectively, we construct two models. The other model is based on the construction of approximations from PFRs and a combination of the approximations.
    [Show full text]