Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Arkadiusz Wojna is active.

Publication


Featured researches published by Arkadiusz Wojna.


Lecture Notes in Computer Science | 2004

On the Evolution of Rough Set Exploration System

Jan G. Bazan; Marcin S. Szczuka; Arkadiusz Wojna; Marcin Wojnarski

We present the next version (ver. 2.1) of the Rough Set Ex- ploration System - a software tool featuring a library of methods and a graphical user interface supporting variety of rough-set-based and re- lated computations. Methods, features and abilities of the implemented software are discussed and illustrated with examples in data analysis and decision support.


Lecture Notes in Computer Science | 2005

Analogy-based reasoning in classifier construction

Arkadiusz Wojna

Analogy-based reasoning methods in machine learning make it possible to reason about properties of objects on the basis of similarities between objects. A specific similarity based method is the k nearest neighbors (k-nn) classification algorithm. In the k-nn algorithm, a decision about a new object x is inferred on the basis of a fixed number k of the objects most similar to x in a given set of examples. The primary contribution of the dissertation is the introduction of two new classification models based on the k-nn algorithm. The first model is a hybrid combination of the k-nn algorithm with rule induction. The proposed combination uses minimal consistent rules defined by local reducts of a set of examples. To make this combination possible the model of minimal consistent rules is generalized to a metric-dependent form. An effective polynomial algorithm implementing the classification model based on minimal consistent rules has been proposed by Bazan. We modify this algorithm in such a way that after addition of the modified algorithm to the k-nn algorithm the increase of the computation time is inconsiderable. For some tested classification problems the combined model was significantly more accurate than the classical k-nn classification algorithm. For many real-life problems it is impossible to induce relevant global mathematical models from available sets of examples. The second model proposed in the dissertation is a method for dealing with such sets based on locally induced metrics. This method adapts the notion of similarity to the properties of a given test object. It makes it possible to select the correct decision in specific fragments of the space of objects. The method with local metrics improved significantly the classification accuracy of methods with global models in the hardest tested problems. The important issues of quality and efficiency of the k-nn based methods are a similarity measure and the performance time in searching for the most similar objects in a given set of examples, respectively. In this dissertation both issues are studied in detail and some significant improvements are proposed for the similarity measures and for the search methods found in the literature.


Lecture Notes in Computer Science | 2006

Multimodal classification: case studies

Andrzej Skowron; Hui Wang; Arkadiusz Wojna; Jan G. Bazan

Data models that are induced in classifier construction often consist of multiple parts, each of which explains part of the data. Classification methods for such multi-part models are called multimodal classification methods. The model parts may overlap or have insufficient coverage. How to deal best with the problems of overlapping and insufficient coverage? In this paper we propose a hierarchical or layered approach to this problem. Rather than seeking a single model, we consider a series of models under gradually relaxing conditions, which form a hierarchical structure. To demonstrate the effectiveness of this approach we consider two classifiers that construct multi-part models – one based on the so-called lattice machine and the other one based on rough set rule induction, and we design hierarchical versions of the two classifiers. The two hierarchical classifiers are compared through experiments with their non-hierarchical counterparts, and also with a method that combines k-nearest neighbors classifier with rough set rule induction as a benchmark. The results of the experiments show that this hierarchical approach leads to improved multimodal classifiers.


european conference on machine learning | 2002

RIONA: A Classifier Combining Rule Induction and k-NN Method with Automated Selection of Optimal Neighbourhood

Grzegorz Góra; Arkadiusz Wojna

The article describes a method combining two widely-used empirical approaches: rule induction and instance-based learning. In our algorithm (RIONA) decision is predicted not on the basis of the whole support set of all rules matching a test case, but the support set restricted to a neighbourhood of a test case. The size of the optimal neighbourhood is automatically induced during the learning phase. The empirical study shows the interesting fact that it is enough to consider a small neighbourhood to preserve classification accuracy. The combination of k-NN and a rule-based algorithm results in a significant acceleration of the algorithm using all minimal rules. We study the significance of different components of the presented method and compare its accuracy to well-known methods.


granular computing | 2005

A hierarchical approach to multimodal classification

Andrzej Skowron; Hui Wang; Arkadiusz Wojna; Jan G. Bazan

Data models that are induced in classifier construction often consists of multiple parts, each of which explains part of the data. Classification methods for such models are called the multimodal classification methods. The model parts may overlap or have insufficient coverage. How to deal best with the problems of overlapping and insufficient coverage? In this paper we propose hierarchical or layered approach to this problem. Rather than seeking a single model, we consider a series of models under gradually relaxing conditions, which form a hierarchical structure. To demonstrate the effectiveness of this approach we implemented it in two classifiers that construct multi-part models: one based on the so-called lattice machine and the other one based on rough set rule induction. This leads to hierarchical versions of the classifiers. The classification performance of these two hierarchical classifiers is compared with C4.5, Support Vector Machine (SVM), rule based classifiers (with the optimisation of rule shortening) implemented in Rough Set Exploration System (RSES), and a method combining k-nn with rough set rule induction (RIONA in RSES). The results of the experiments show that this hierarchical approach leads to improved multimodal classifiers.


Lecture Notes in Computer Science | 2000

Constraint Based Incremental Learning of Classification Rules

Arkadiusz Wojna

We present a modification of a simple incremental procedure maintaining the set of all current reduct rules. It reduces searching to the part of the rule space limited by a dynamic monotonic constraint. E~ciency problems and their solutions for the class of coverage based constraints are discussed and an illustrative example is provided.


Fundamenta Informaticae | 2013

Two Database Related Interpretations of Rough Approximations: Data Organization and Query Execution

Dominik Ślęzak; Piotr Synak; Arkadiusz Wojna; Jakub Wroblewski

We present analytic data processing technology derived from the principles of rough sets and granular computing. We show how the idea of approximate computations on granulated data has evolved toward complete product supporting standard analytic database operations and their extensions. We refer to our previous works where our query execution algorithms were described in terms of iteratively computed rough approximations. We explain how to interpret our data organization methods in terms of classical rough set notions such as reducts and generalized decisions.


Lecture Notes in Computer Science | 2002

Local Attribute Value Grouping for Lazy Rule Induction

Grzegorz Góra; Arkadiusz Wojna

We present an extension of the lazy rule induction algorithm from [1]. We extended it to deal with real-value attributes and generalised its conditions for symbolic non-ordered attributes. The conditions for symbolic attributes are defined by means of a metric over attribute domain. We show that commonly used rules are a special case of the proposed rules with a specific metric. We also relate the proposed algorithm to the discretisation problem. We illustrate that lazy approach can omit the discretisation time complexity.


international syposium on methodologies for intelligent systems | 2011

Injecting domain knowledge into RDBMS: compression of alphanumeric data attributes

Marcin Kowalski; Dominik Ślęzak; Graham Toppin; Arkadiusz Wojna

We discuss the framework for applying knowledge about internal structure of data values to better handle alphanumeric attributes in one of the analytic RDBMS engines. It enables to improve data storage and access with no changes at the data schema level. We present the first results obtained within the proposed framework with respect to data compression ratios, as well as data (de)compression speeds.


Lecture Notes in Computer Science | 2004

K Nearest Neighbor Classification with Local Induction of the Simple Value Difference Metric

Andrzej Skowron; Arkadiusz Wojna

The classical k nearest neighbor (k-nn) classification assumes that a fixed global metric is defined and searching for nearest neighbors is always based on this global metric. In the paper we present a model with local induction of a metric. Any test object induces a local metric from the neighborhood of this object and selects k nearest neighbors according to this locally induced metric. To induce both the global and the local metric we use the weighted Simple Value Difference Metric (SVDM). The experimental results show that the proposed classification model with local induction of a metric reduces classification error up to several times in comparison to the classical k-nn method.

Collaboration


Dive into the Arkadiusz Wojna's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge