Search results for "ALGORITHM"

showing 10 items of 4887 documents

Identifying individuality and variability in team tactics by means of statistical shape analysis and multilayer perceptrons.

2012

Abstract Offensive and defensive systems of play represent important aspects of team sports. They include the players’ positions at certain situations during a match, i.e., when players have to be on specific positions on the court. Patterns of play emerge based on the formations of the players on the court. Recognition of these patterns is important to react adequately and to adjust own strategies to the opponent. Furthermore, the ability to apply variable patterns of play seems to be promising since they make it harder for the opponent to adjust. The purpose of this study is to identify different team tactical patterns in volleyball and to analyze differences in variability. Overall 120 s…

Competitive BehaviorOperations researchComputer scienceBiophysicsVideo RecordingExperimental and Cognitive PsychologyAthletic PerformanceYoung AdultOrder (exchange)OrientationWorld championshipComputer GraphicsImage Processing Computer-AssistedHumansOrthopedics and Sports MedicineCooperative BehaviorKinesthesisArtificial neural networkbusiness.industryStatistical shape analysisOffensiveGeneral MedicineAdversaryPerceptronBiomechanical PhenomenaVariable (computer science)VolleyballFemaleArtificial intelligenceNeural Networks ComputerbusinessAlgorithmsHuman movement science
researchProduct

Voxel-based General Voronoi Diagram for Complex Data with Application on Motion Planning

2020

One major challenge in Assembly Sequence Planning (ASP) for complex real-world CAD-scenarios is to find appropriate disassembly paths for all assembled parts. Such a path places demands on its length and clearance. In the past, it became apparent that planning the disassembly path based on the (approximate) General Voronoi Diagram (GVD) is a good approach to achieve these requirements. But for complex real-world data, every known solution for computing the GVD is either too slow or very memory consuming, even if only approximating the GVD.We present a new approach for computing the approximate GVD and demonstrate its practicability using a representative vehicle data set. We can calculate a…

Complex data typeComputer sciencePath (graph theory)0202 electrical engineering electronic engineering information engineeringGraph (abstract data type)Approximation algorithm020207 software engineering020201 artificial intelligence & image processing02 engineering and technologyMotion planningVoronoi diagramAlgorithm2020 IEEE International Conference on Robotics and Automation (ICRA)
researchProduct

On the inductive inference of recursive real-valued functions

1999

AbstractWe combine traditional studies of inductive inference and classical continuous mathematics to produce a study of learning real-valued functions. We consider two possible ways to model the learning by example of functions with domain and range the real numbers. The first approach considers functions as represented by computable analytic functions. The second considers arbitrary computable functions of recursive real numbers. In each case we find natural examples of learnable classes of functions and unlearnable classes of functions.

Complex-valued functionGeneral Computer ScienceReal analysisLearning theoryComputable numberInductive inference0102 computer and information sciences02 engineering and technology01 natural sciencesμ-recursive functionComputable analysisTheoretical Computer ScienceAlgebraμ operatorComputable functionReal-valued computationReal-valued function010201 computation theory & mathematics0202 electrical engineering electronic engineering information engineering020201 artificial intelligence & image processingAlgorithmComputer Science(all)MathematicsTheoretical Computer Science
researchProduct

Boolean Functions with a Low Polynomial Degree and Quantum Query Algorithms

2005

The complexity of quantum query algorithms computing Boolean functions is strongly related to the degree of the algebraic polynomial representing this Boolean function. There are two related difficult open problems. First, Boolean functions are sought for which the complexity of exact quantum query algorithms is essentially less than the complexity of deterministic query algorithms for the same function. Second, Boolean functions are sought for which the degree of the representing polynomial is essentially less than the complexity of deterministic query algorithms. We present in this paper new techniques to solve the second problem.

Complexity indexDiscrete mathematicsProduct termTheoretical computer scienceParity functionKarp–Lipton theoremBoolean circuitMaximum satisfiability problemBoolean expressionBoolean functionAlgorithmComputer Science::DatabasesMathematics
researchProduct

Counting by Statistics on Search Trees: Application to Constraint Satisfaction Problems

1997

In 1975, Knuth proposed a simple statistical method for investigating search trees. We use this technique for estimating the number of solutions of constraint satisfaction problem CSP and boolean satisfiability problem SAT instances. We show that, depending on domain reductions, tree-based estimates have a lower variance than estimates based on uniform sampling from the search space. Nevertheless, because the variance remains extremely high in the general case, a confidence interval cannot be derived, but a lower bound of the number of solutions. These results are confirmed by many experiments.

Complexity of constraint satisfactionBacktrackingConstraint graphArtificial IntelligenceStatisticsConstraint satisfaction dual problemHybrid algorithm (constraint satisfaction)Local consistencyComputer Vision and Pattern RecognitionConstraint satisfactionConstraint satisfaction problemMathematicsTheoretical Computer ScienceIntelligent Data Analysis
researchProduct

Virtual element method for computational homogenization of composite and heterogeneous materials

2020

Abstract In this study, a two-dimensional multi-region framework, based on the use of the Virtual Element Method (VEM), is developed for computational materials homogenization and applied to different classes of widely employed heterogeneous materials. The VEM has recently emerged as a powerful generalisation of the Finite Element Method capable of dealing with very general polygonal mesh elements, including non-convex or highly distorted elements. Such features are appealing for the treatment of problems whose analysis domains present complex or statistical morphological features, which would generally require careful and time-consuming mesh/data preparation and regularization. In this wor…

Composite materialComputer scienceComputational homogenizationComposite numberMicromechanics02 engineering and technology021001 nanoscience & nanotechnologyHomogenization (chemistry)Finite element methodData preparation020303 mechanical engineering & transportsPolycrystalline material0203 mechanical engineeringCeramics and CompositesVirtual element methodSettore ING-IND/04 - Costruzioni E Strutture Aerospaziali0210 nano-technologyMicromechanicAlgorithmCivil and Structural EngineeringComposite Structures
researchProduct

Comment on: A critical analysis of the internal logic in the Life-Space Assessment (LSA) composite score and suggested solutions

2016

Background:An individual’s ability to live independently is commonly measured in health research interested in identifying risk factors associated with disablement processes. In order to inform clinical practice, population research has attempted to identify the contraction of “lived-space” by using various survey instruments.Problem:Studies assessing habitual movements over the environment with the Life-Space Assessment (LSA) survey instrument should carefully consider how the LSA Composite Score (LSA-CS) is computed. Until now, no publication has carefully delineated the assumptions guiding the internal logic used in the computation of the LSA-CS.Core argument:Because the internal logic o…

Composite scoreLogicPopulation researchLife-Space AssessmentPhysical Therapy Sports Therapy and Rehabilitationcomputer.software_genre03 medical and health sciences0302 clinical medicineScoring algorithmActivities of Daily LivingHumans030212 general & internal medicineMobility LimitationInternal logicbusiness.industryRehabilitationGeriatric assessmentta3141ta3142Clinical PracticeLife spaceArtificial intelligenceSurvey instrumentbusinessPsychologycomputerSocial psychology030217 neurology & neurosurgeryNatural language processingClinical Rehabilitation
researchProduct

Linear-size suffix tries

2016

Suffix trees are highly regarded data structures for text indexing and string algorithms [MCreight 76, Weiner 73]. For any given string w of length n = | w | , a suffix tree for w takes O ( n ) nodes and links. It is often presented as a compacted version of a suffix trie for w, where the latter is the trie (or digital search tree) built on the suffixes of w. Here the compaction process replaces each maximal chain of unary nodes with a single arc. For this, the suffix tree requires that the labels of its arcs are substrings encoded as pointers to w (or equivalent information). On the contrary, the arcs of the suffix trie are labeled by single symbols but there can be Θ ( n 2 ) nodes and lin…

Compressed suffix arrayGeneral Computer ScienceSuffix tree[INFO.INFO-DS]Computer Science [cs]/Data Structures and Algorithms [cs.DS]Generalized suffix tree0102 computer and information sciences02 engineering and technologyData_CODINGANDINFORMATIONTHEORYText indexing01 natural sciencesY-fast trielaw.inventionLongest common substring problemTheoretical Computer ScienceCombinatoricsSuffix treelawFactor and suffix automata0202 electrical engineering electronic engineering information engineeringData_FILESArithmeticFactor and suffix automata; Pattern matching; Suffix tree; Text indexing; Theoretical Computer Science; Computer Science (all)Pattern matchingMathematicsSettore INF/01 - InformaticaX-fast trieComputer Science (all)LCP array010201 computation theory & mathematics020201 artificial intelligence & image processingFM-index
researchProduct

Table Compression

2016

Data Compression Techniques for massive tables are described. Related methodological results are also presented.

Compression and transmission of tableSettore INF/01 - InformaticaBig Data ManagementStorageCompressive estimates of entropyData Compression. Algorithms. Data structuresCompression of multidimensional data
researchProduct

A grid representation for distributed virtual environments

2004

Fast Internet connections and the widespread use of high performance graphic cards are making Distributed Virtual Environments (DVE) very common nowadays. The architecture and behavior of these systems are very similar to new grid computing applications where concepts such as sharing and high scalability are extremely exploited. However, there are several key issues in these systems that should still be improved in order to design a scalable and cost-effective DVE system. One of these key issues is the partitioning problem. This problem consists of efficiently assigning clients (3-D avatars) to the arbiters (servers) in the system. As an alternative to the ad-hoc heuristic proposed in the l…

Computació en núvolRealitat virtualbusiness.industryHeuristic (computer science)Computer scienceDistributed computingEvolutionary algorithmcomputer.software_genreGridInteractive programmingVirtual realityClient-server systemsGrid computingServerEmbedded systemScalabilityGrid computingSystems architecturePerformance evaluationHeuristicsbusinessOpen systemscomputerArquitectura client-servidor (Informàtica):Informàtica::Arquitectura de computadors [Àrees temàtiques de la UPC]
researchProduct