Search results for " processing"
showing 10 items of 7549 documents
Optical implementation of micro-zoom arrays for parallel focusing in integral imaging.
2010
We report 3D integral imaging with an electronically tunable-focal-length lens for improved depth of field. The micro-zoom arrays are generated and implemented based on the concept of parallel apodization. To the best of our knowledge, this is the first report of parallel dynamic focusing in integral imaging based on the use of micro-zoom arrays.
3D integral imaging with optical processing
2008
Integral imaging (InI) systems are imaging devices that provide auto-stereoscopic images of 3D intensity objects. Since the birth of this new technology, InI systems have faced satisfactorily many of their initial drawbacks. Basically, two kind of procedures have been used: digital and optical procedures. The "3D Imaging and Display Group" at the University of Valencia, with the essential collaboration of Prof. Javidi, has centered its efforts in the 3D InI with optical processing. Among other achievements, our Group has proposed the annular amplitude modulation for enlargement of the depth of field, dynamic focusing for reduction of the facet-braiding effect, or the TRES and MATRES devices…
Indoor Scene Understanding using Non-Conventional Cameras
2020
Humans understand environments effortlessly, under a wide variety of conditions, by the virtue of visual perception. Computer vision for similar visual understanding is highly desirable, so that machines can perform complex tasks by interacting with the real world, to assist or entertain humans. In this regard, we are particularly interested in indoor environments, where humans spend nearly all their lifetime.This thesis specifically addresses the problems that arise during the quest of the hierarchical visual understanding of indoor scenes.On the side of sensing the wide 3D world, we propose to use non-conventional cameras, namely 360º imaging and 3D sensors. On the side of understanding, …
Control points deployment in an Intelligent Transportation System for monitoring inter-urban network roadway
2022
Abstract The constant evolution of transportation systems and traffic in developing countries is nowadays confronted with a problem of road safety and therefore of a high accident rate, especially in the context of inter-urban road transport. In this work, we propose a communication architecture for an Intelligent Transport System (ITS) to provide surveillance in an inter-urban transport network in the context of developing countries. We introduce two types of control points: Relay Control Points (RCP) and Treatment Control Points (TrCP). We also designed two multi-objective models for the deployment of these points. In order to ensure good coverage, to minimize the cost of installation and…
A KST-BASED SYSTEM FOR STUDENT TUTORING
2008
Abstract: A novel assessment procedure based on knowledge space theory (KST) is presented along with a complete implementation of an intelligent tutoring system. (ITS) that has been used to test our theoretical findings. The key idea is that correct assessment of the student knowledge is strictly related to the structure of the domain ontology. Suitable relationships between the concepts must be present to allow the creation of a reverse path from the "knowledge state" representing the student goal to the one that contains her actual knowledge about this topic. Knowledge space theory is a very good framework to guide the process of building the ontology used, by the artificial tutor The sys…
Acoustic rendering of particle-based simulation of liquids in motion
2009
In interaction and interface design, the representation of continuous processes often uses liquid metaphors, such as dripping or streaming. When an auditory display of such processes is required, an approach to sound-synthesis based on the physics of liquids in motion would be the most convincing, especially when real-time interaction is into play. In order to bridge the complexity of fluid-dynamic simulations with the needs of interactive sonification, we propose a multi-rate sound synthesis of liquid phenomena. Low-rate smoothed-particle hydrodynamics is used to model liquids in motion and to trigger sound-emitting events. Such events, such as solid-liquid collision, or bubble formation, …
Influence of interaction techniques o n VIMS in virtual environments : estimation and prediction
2014
Understanding oculo-vestibular dynamics during sensory rearrangement in the central nervous system plays an extremely important role in better understanding human perception, and improves the technology in many engineering fields. Besides, the sensory conflict that occurs between ocular, vestibular and proprioception during sensory rearrangement at certain occasions might adversely affect the user performance in a wide variety of domains including flight/car simulators, scale-one 3D systems, large-scale displays, serious games, and so on. Therefore, knowing the condition in which the sensory conflict happens has a great deal of importance. This study aims at understanding the nature of sens…
BUCC Shared Task: Cross-Language Document Similarity
2015
We summarise the organisation and results of the first shared task aimed at detecting the most similar texts in a large multilingual collection. The dataset of the shared was based on Wikipedia dumps with interlanguage links with further filtering to ensure comparability of the paired articles. The eleven system runs we received have been evaluated using the TREC evaluation metrics. 1 Task description Parallel corpora of original texts with their translations provide the basis for multilingual NLP applications since the beginning of the 1990s. Relative scarcity of such resources led to greater attention to comparable (=less parallel) resources to mine information about possible translations…
Rigotrio At Semeval-2017 Task 9: Combining Machine Learning And Grammar Engineering For Amr Parsing And Generation
2017
By addressing both text-to-AMR parsing and AMR-to-text generation, SemEval-2017 Task 9 established AMR as a powerful semantic interlingua. We strengthen the interlingual aspect of AMR by applying the multilingual Grammatical Framework (GF) for AMR-to-text generation. Our current rule-based GF approach completely covered only 12.3% of the test AMRs, therefore we combined it with state-of-the-art JAMR Generator to see if the combination increases or decreases the overall performance. The combined system achieved the automatic BLEU score of 18.82 and the human Trueskill score of 107.2, to be compared to the plain JAMR Generator results. As for AMR parsing, we added NER extensions to our SemEva…
AnyDSL: a partial evaluation framework for programming high-performance libraries
2023
This paper advocates programming high-performance code using partial evaluation. We present a clean-slate programming system with a simple, annotation-based, online partial evaluator that operates on a CPS-style intermediate representation. Our system exposes code generation for accelerators (vectorization/parallelization for CPUs and GPUs) via compiler-known higher-order functions that can be subjected to partial evaluation. This way, generic implementations can be instantiated with target-specific code at compile time. In our experimental evaluation we present three extensive case studies from image processing, ray tracing, and genome sequence alignment. We demonstrate that using partial …