Search results for "methodologies"

showing 10 items of 2106 documents

Mining Interpretable Rules for Sentiment and Semantic Relation Analysis Using Tsetlin Machines

2020

Tsetlin Machines (TMs) are an interpretable pattern recognition approach that captures patterns with high discriminative power from data. Patterns are represented as conjunctive clauses in propositional logic, produced using bandit-learning in the form of Tsetlin Automata. In this work, we propose a TM-based approach to two common Natural Language Processing (NLP) tasks, viz. Sentiment Analysis and Semantic Relation Categorization. By performing frequent itemset mining on the patterns produced, we show that they follow existing expert-verified rule-sets or lexicons. Further, our comparison with other widely used machine learning techniques indicates that the TM approach helps maintain inter…

Computer sciencebusiness.industrySemantic analysis (machine learning)Sentiment analysiscomputer.software_genrePropositional calculusAutomatonComputingMethodologies_PATTERNRECOGNITIONDiscriminative modelCategorizationPattern recognition (psychology)Artificial intelligencebusinesscomputerNatural language processingInterpretability
researchProduct

Detection of TV commercials

2004

This paper presents a system that labels TV shots either as commercial or program shots. The system uses two observations: logo presence and shot duration. These observations are modeled using HMMs, and a Viterbi decoder is finally used for shot labeling. The system has been tested on several hours of real video, achieving more than 99% correct labeling.

Computer sciencebusiness.industrySpeech recognitionShot (filmmaking)ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISIONViterbi algorithmsymbols.namesakeComputingMethodologies_PATTERNRECOGNITIONViterbi decoderPattern recognition (psychology)symbolsComputer visionArtificial intelligenceHidden Markov modelbusinessDecoding methods2004 IEEE International Conference on Acoustics, Speech, and Signal Processing
researchProduct

MedAI: Transparency in Medical Image Segmentation

2021

MedAI: Transparency in Medical Image Segmentation is a challenge held for the first time at the Nordic AI Meet that focuses on medical image segmentation and transparency in machine learning (ML)-based systems. We propose three tasks to meet specific gastrointestinal image segmentation challenges collected from experts within the field, including two separate segmentation scenarios and one scenario on transparent ML systems. The latter emphasizes the need for explainable and interpretable ML algorithms. We provide a development dataset for the participants to train their ML models, tested on a concealed test dataset.

Computer sciencebusiness.industryTransparency (graphic)ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISIONSegmentationImage segmentationArtificial intelligenceMachine learningcomputer.software_genrebusinesscomputerField (computer science)Nordic Machine Intelligence
researchProduct

<title>Dynamic integration of multiple data mining techniques in a knowledge discovery management system</title>

1999

One of the most important directions in improvement of data mining and knowledge discovery, is the integration of multiple classification techniques of an ensemble of classifiers. An integration technique should be able to estimate and select the most appropriate component classifiers from the ensemble. We present two variations of an advanced dynamic integration technique with two distance metrics. The technique is one variation of the stacked generalization method, with an assumption that each of the component classifiers is the best one, inside a certain sub area of the entire domain area. Our technique includes two phases: the learning phase and the application phase. During the learnin…

Computer sciencebusiness.industryWeighted votingcomputer.software_genreMachine learningExpert systemMultiple dataMatrix (mathematics)Information extractionComputingMethodologies_PATTERNRECOGNITIONKnowledge extractionManagement systemData miningArtificial intelligencebusinesscomputerClassifier (UML)Data Mining and Knowledge Discovery: Theory, Tools, and Technology
researchProduct

Automatic identification of word translations from unrelated English and German corpora

1999

Algorithms for the alignment of words in translated texts are well established. However, only recently new approaches have been proposed to identify word translations from non-parallel or even unrelated texts. This task is more difficult, because most statistical clues useful in the processing of parallel texts cannot be applied to non-parallel texts. Whereas for parallel texts in some studies up to 99% of the word alignments have been shown to be correct, the accuracy for non-parallel texts has been around 30% up to now. The current study, which is based on the assumption that there is a correlation between the patterns of word co-occurrences in corpora of different languages, makes a sign…

Computer sciencebusiness.industrycomputer.software_genrelanguage.human_languageLinguisticsTask (project management)GermanBilingual lexiconIdentification (information)ComputingMethodologies_DOCUMENTANDTEXTPROCESSINGlanguageArtificial intelligencebusinesscomputerNatural language processingWord (computer architecture)Proceedings of the 37th annual meeting of the Association for Computational Linguistics on Computational Linguistics -
researchProduct

Robotic Platform for Automated Search and Rescue Missions of Humans

2013

We present a novel type of model incorporating a special remote life signals sensing optical system on top of a controllable robotic platform. The remote sensing system consists of a laser and a camera. By properly adapting our optics and by applying a proper image processing algorithm we can sense within the field of view, illuminated by the laser and imaged by the camera, the heartbeats and the blood pulse pressure of subjects (even several simultaneously). The task is to use the developed robotic system for search and rescue mission such as saving survivals from a fire.

Computer sciencebusiness.industrylcsh:ElectronicsComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISIONlcsh:TK7800-8360Image processingLaserlcsh:QA75.5-76.95Computer Science Applicationslaw.inventionTask (project management)Artificial IntelligencelawComputer visionlcsh:Electronic computers. Computer scienceArtificial intelligencebusinessSoftwareSearch and rescueInternational Journal of Advanced Robotic Systems
researchProduct

3D Scene Reconstruction Using Kinect

2014

The issue of the automatic reconstruction of 3D scenes has been addressed in several chapters over the last few years. Many of them describe techniques for processing stereo vision or range images captured by high quality range sensors. However, due to the high price of such input devices, most of the methods proposed in the literature are not suitable for real-world scenarios. This chapter proposes a method designed to reconstruct 3D scenes perceived by means of a cheap device, namely the Kinect sensor. The scene is efficiently represented as a composition of superquadric shapes so as to obtain a compact description of environment, however complex it may be. The approach proposed here is i…

Computer sciencebusiness.industrymedia_common.quotation_subjectComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISIONInput deviceCognitive architectureScene Reconstruction 3D Data KinectReal imageRange (mathematics)StereopsisComputer visionQuality (business)Artificial intelligencebusinessmedia_common
researchProduct

Indexing a sequence for mapping reads with a single mismatch

2014

Mapping reads against a genome sequence is an interesting and useful problem in computational molecular biology and bioinformatics. In this paper, we focus on the problem of indexing a sequence for mapping reads with a single mismatch. We first focus on a simpler problem where the length of the pattern is given beforehand during the data structure construction. This version of the problem is interesting in its own right in the context of the next generation sequencing. In the sequel, we show how to solve the more general problem. In both cases, our algorithm can construct an efficient data structure in time and space and can answer subsequent queries in time. Here, n is the length of the s…

Computer sciencegenome sequenceGeneral Mathematics[INFO.INFO-DS]Computer Science [cs]/Data Structures and Algorithms [cs.DS]General Physics and AstronomyContext (language use)algorithmscomputer.software_genrePattern matchingSequenceSearch engine indexingGeneral EngineeringWildcard characterArticlescomputer.file_formatConstruct (python library)Data structuremapping readspattern matchingComputingMethodologies_DOCUMENTANDTEXTPROCESSINGData mining[INFO.INFO-BI]Computer Science [cs]/Bioinformatics [q-bio.QM]Focus (optics)mismatchcomputerAlgorithmindexingPhilosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences
researchProduct

Optical See-Through Head-Mounted Displays With Short Focal Distance: Conditions for Mitigating Parallax-Related Registration Error

2020

Optical see-through (OST) augmented reality head-mounted displays are quickly emerging as a key asset in several application fields but their ability to profitably assist high precision activities in the peripersonal space is still sub-optimal due to the calibration procedure required to properly model the user's viewpoint through the see-through display. In this work, we demonstrate the beneficial impact, on the parallax-related AR misregistration, of the use of optical see-through displays whose optical engines collimate the computer-generated image at a depth close to the fixation point of the user in the peripersonal space. To estimate the projection parameters of the OST display for a …

Computer sciencelcsh:Mechanical engineering and machineryComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION01 natural sciencesCollimated lightlcsh:QA75.5-76.95Rendering (computer graphics)010309 opticsArtificial Intelligenceregistration0103 physical sciencesFocal lengthComputer visionlcsh:TJ1-1570Original Research010302 applied physicsRobotics and AIbusiness.industryoptical see-through displayscalibrationFixation pointaugmented realityComputer Science ApplicationsPhotogrammetryCardinal pointparallax related errorAugmented realityArtificial intelligencelcsh:Electronic computers. Computer scienceParallaxbusinessFrontiers in Robotics and AI
researchProduct

Evaluating Model-Driven Development Claims with Respect to Quality: A Family of Experiments

2021

[EN] Context: There is a lack of empirical evidence on the differences between model-driven development (MDD), where code is automatically derived from conceptual models, and traditional software development method, where code is manually written. In our previous work, we compared both methods in a baseline experiment concluding that quality of the software developed following MDD was significantly better only for more complex problems (with more function points). Quality was measured through test cases run on a functional system. Objective: This paper reports six replications of the baseline to study the impact of problem complexity on software quality in the context of MDD. Method: We con…

Computer sciencemedia_common.quotation_subjectContext (language use)Sample (statistics)02 engineering and technologySoftwareUnified Modeling LanguageStatisticsValidation0202 electrical engineering electronic engineering information engineeringAutomatic programmingQuality (business)Baseline (configuration management)computer.programming_languagemedia_commonModel driven developmentbusiness.industrySoftware development020207 software engineeringSoftware qualityFunction pointTest caseMethodologiesbusinesscomputerLENGUAJES Y SISTEMAS INFORMATICOSSoftware
researchProduct