Network


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

Hotspot


Dive into the research topics where Naphtali Rishe is active.

Publication


Featured researches published by Naphtali Rishe.


international conference on data engineering | 2008

Keyword Search on Spatial Databases

I. De Felipe; Vagelis Hristidis; Naphtali Rishe

Many applications require finding objects closest to a specified location that contains a set of keywords. For example, online yellow pages allow users to specify an address and a set of keywords. In return, the user obtains a list of businesses whose description contains these keywords, ordered by their distance from the specified address. The problems of nearest neighbor search on spatial data and keyword search on text data have been extensively studied separately. However, to the best of our knowledge there is no efficient method to answer spatial keyword queries, that is, queries that specify both a location and a set of keywords. In this work, we present an efficient method to answer top-k spatial keyword queries. To do so, we introduce an indexing structure called IR2-Tree (Information Retrieval R-Tree) which combines an R-Tree with superimposed text signatures. We present algorithms that construct and maintain an IR2-Tree, and use it to answer top-k spatial keyword queries. Our algorithms are experimentally compared to current methods and are shown to have superior performance and excellent scalability.


statistical and scientific database management | 2009

Experiences on Processing Spatial Data with MapReduce

Ariel Cary; Zhengguo Sun; Vagelis Hristidis; Naphtali Rishe

The amount of information in spatial databases is growing as more data is made available. Spatial databases mainly store two types of data: raster data (satellite/aerial digital images), and vector data (points, lines, polygons). The complexity and nature of spatial databases makes them ideal for applying parallel processing. MapReduce is an emerging massively parallel computing model, proposed by Google. In this work, we present our experiences in applying the MapReduce model to solve two important spatial problems: (a) bulk-construction of R-Trees and (b) aerial image quality computation, which involve vector and raster data, respectively. We present our results on the scalability of MapReduce, and the effect of parallelism on the quality of the results. Our algorithms were executed on a Google&IBM cluster, which became available to us through an NSF-supported program. The cluster supports the Hadoop framework --- an open source implementation of MapReduce. Our results confirm the excellent scalability of the MapReduce framework in processing parallelizable problems.


Applied Psychophysiology and Biofeedback | 2002

Heart rate variability biofeedback as a method for assessing baroreflex function: A preliminary study of resonance in the cardiovascular system

Evgeny G. Vaschillo; Paul M. Lehrer; Naphtali Rishe; Mikhail Konstantinov

This study describes the use of a biofeedback method for the noninvasive study of baroreflex mechanisms. Five previously untrained healthy male participants learned to control oscillations in heart rate using biofeedback training to modify their heart rate variability at specific frequencies. They were instructed to match computer-generated sinusoidal oscillations with oscillations in heart rate at seven frequencies within the range of 0.01–0.14 Hz. All participants successfully produced high-amplitude target-frequency oscillations in both heart rate and blood pressure. Stable and predictable transfer functions between heart rate and blood pressure were obtained in all participants. The highest oscillation amplitudes were produced in the range of 0.055–0.11 Hz for heart rate and 0.02–0.055 Hz for blood pressure. Transfer functions were calculated among sinusoidal oscillations in the target stimuli, heart rate, blood pressure, and respiration for frequencies at which subjects received training. High and low target-frequency oscillation amplitudes at specific frequencies could be explained by resonance among various oscillatory processes in the cardiovascular system. The exact resonant frequencies differed among individuals. Changes in heart rate oscillations could not be completely explained by changes in breathing. The biofeedback method also allowed us to quantity characteristics of inertia, delay, and speed sensitivity in baroreflex system. We discuss the implications of these findings for using heart rate variability biofeedback as an aid in diagnosing various autonomic and cardiovascular system disorders and as a method for treating these disorders.


international acm sigir conference on research and development in information retrieval | 1997

Using semantic contents and WordNet in image retrieval

Y. Alp Aslandogan; Chuck Thier; Clement T. Yu; Jon Zou; Naphtali Rishe

Image retrievaf based on semantic contents involves extraction, modelling and indexing of content information. While extraction of abstract contents is a hard problem, it is only part of the bigger picture. In this paper we use knowledge about the semantic contents of images to improve retrieval effectiveness. In particular we use Word Net, an electronic Iexicaf system for query and database expansion. Our content model facilitates novel uses of WordNet. We also propose a new normalization formula, an object significance scheme and evaluate their effectiveness with real user experiments. We describe the experiment setup and provide quantitative evaluation of each technique.


statistical and scientific database management | 2010

Efficient and scalable method for processing top-k spatial Boolean queries

Ariel Cary; Ouri Wolfson; Naphtali Rishe

In this paper, we present a novel method to efficiently process top-k spatial queries with conjunctive Boolean constraints on textual content. Our method combines an R-tree with an inverted index by the inclusion of spatial references in posting lists. The result is a disk-resident, dual-index data structure that is used to proactively prune the search space. R-tree nodes are visited in best-first order. A node entry is placed in the priority queue if there exists at least one object that satisfies the Boolean condition in the subtree pointed by the entry; otherwise, the subtree is not further explored. We show via extensive experimentation with real spatial databases that our method has increased performance over alternate techniques while scaling to large number of objects.


international conference on management of data | 1993

An instant and accurate size estimation method for joins and selections in a retrieval-intensive environment

Wei Sun; Yibei Ling; Naphtali Rishe; Yi Deng

This paper proposes a novel strategy for estimating the size of the resulting relation after an equi-join and selection using a regression model. An approximating series representing the underlying data distribution and dependency is derived from the actual data. The proposed method provides an instant and accurate size estimation by performing an evaluation of the series, with no run-time overheads in page faults and space, and with negligible CPU overhead. In contrast, the popular sampling methods incur run-time overheads in page faults (for sampling), CPU time and space. These overheads of sampling methods increase the response time of processing a query. The results of a comprehensive experimental study are also reported, which demonstrate that the estimation accuracy by the proposed method is comparable with that of the sampling methods which are believed to provide the most accurate estimation. The proposed method seems ideal for retrieval-intensive database and information systems. Since the overheads involved in deriving the approximating series are fairly moderate, we believe that this method is also an extremely competent method when moderate or periodical updates are present.


international conference on database theory | 1999

Databases for Tracking Mobile Units in Real Time

Ouri Wolfson; Liqin Jiang; A. Prasad Sistla; Sam Chamberlain; Naphtali Rishe; Minglin Deng

In this paper we consider databases representing information about moving objects (e.g. vehicles), particularly their location. We address the problems of updating and querying such databases. Specifically, the update problem is to determine when the location of a moving object in the database (namely its database location) should be updated. We answer this question by proposing an information cost model that captures uncertainty, deviation, and communication. Then we analyze dead-reckoning policies, namely policies that update the database location whenever the distance between the actual location and the database location exceeds a given threshold, x. Dead-reckoning is the prevalent approach in military applications, and our cost model enables us to determine the threshold x. Then we consider the problem of processing range queries in the database, and we propose a probabilistic algorithm to solve the problem.


conference on information and knowledge management | 1999

Efficient and effective metasearch for a large number of text databases

Clement T. Yu; Weiyi Meng; King-Lup Liu; Wensheng Wu; Naphtali Rishe

Metasearch engines can be used to facilitate ordinary users for retrieving information from multiple local sources (text databases). In a metasearch engine, the contents of each local database is represented by a representative. Each user query is evaluated against the set of representatives of all databases in order to determine the appropriate databases to search. When the number of databases is very large, say in the order of tens of thousands or more, then a traditional metasearch engine may become inefficient as each query needs to be evaluated against too many database representatives. Furthermore, the storage requirement on the site containing the metasearch engine can be very large. In this paper, we propose to use a hierarchy of database representatives to improve the efficiency. We provide an algorithm to search the hierarchy. We show that the retrieval effectiveness of our algorithm is the same as that of evaluating the user query against all database representatives. We also show that our algorithm is efficient. In addition, we propose an alternative way of allocating representatives to sites so that the storage burden on the site containing the metasearch engine is much reduced.


IEEE Transactions on Knowledge and Data Engineering | 2002

A methodology to retrieve text documents from multiple databases

Clement T. Yu; King-Lup Liu; Weiyi Meng; Zonghuan Wu; Naphtali Rishe

This paper presents a methodology for finding the n most similar documents across multiple text databases for any given query and for any positive integer n. This methodology consists of two steps. First, the contents of databases are indicated approximately by database representatives. Databases are ranked using their representatives with respect to the given query. We provide a necessary and sufficient condition to rank the databases optimally. In order to satisfy this condition, we provide three estimation methods. One estimation method is intended for short queries; the other two are for all queries. Second, we provide an algorithm, OptDocRetrv, to retrieve documents from the databases according to their rank and in a particular way. We show that if the databases containing the n most similar documents for a given query are ranked ahead of other databases, our methodology will guarantee the retrieval of the n most similar documents for the query. When the number of databases is large, we propose to organize database representatives into a hierarchy and employ a best-search algorithm to search the hierarchy. It is shown that the effectiveness of the best-search algorithm is the same as that of evaluating the user query against all database representatives.


next generation information technologies and systems | 1999

Tracking Moving Objects Using Database Technology in DOMINO

Ouri Wolfson; A. Prasad Sistla; Bo Xu; Jutai Zhou; Sam Chamberlain; Yelena Yesha; Naphtali Rishe

Consider a database that represents information about moving objects and their location. For example, for a database representing the location of taxi-cabs a typical query may be: retrieve the free cabs that are currently within 1 mile of 33 N. Michigan Ave., Chicago (to pick-up a customer); or for a trucking company database a typical query may be: retrieve the trucks that are currently within 1 mile of truck ABT312 (which needs assistance); or for a database representing the current location of objects in a battlefield a typical query may be: retrieve the friendly helicopters that are in a given region, or, retrieve the friendly helicopters that are expected to enter the region within the next 10 minutes. The queries may originate from the moving objects, or from stationary users.We will refer to applications with the above characteristics as moving-objects-database (MOD) applications, and to queries as the ones mentioned above as MOD queries.

Collaboration


Dive into the Naphtali Rishe's collaboration.

Top Co-Authors

Avatar

Armando Barreto

Florida International University

View shared research outputs
Top Co-Authors

Avatar

Malek Adjouadi

Florida International University

View shared research outputs
Top Co-Authors

Avatar

Ouri Wolfson

University of Illinois at Chicago

View shared research outputs
Top Co-Authors

Avatar

Francisco R. Ortega

Florida International University

View shared research outputs
Top Co-Authors

Avatar

Clement T. Yu

University of Illinois at Chicago

View shared research outputs
Top Co-Authors

Avatar

Scott Graham

Florida International University

View shared research outputs
Top Co-Authors

Avatar

Shu-Ching Chen

Florida International University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge