Mitsunori Ogihara

dblp:o/MitsunoriOgihara · also Mitsunori Ogiwara · DBLP profile ↗
← Back
38ranked-venue papers in the field
2as first author
4since 2021 · last 2023
0000-0002-5690-7854ORCID · verified

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 13Information Retrieval & Web Search · 12Database Systems & Data Management · 8Big Data, Cloud & Distributed Data Systems · 2Other / Interdisciplinary · 2 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 1
YearPublicationVenuePosition
2023 On Efficient Range-Summability of IID Random Variables in Two or Higher Dimensions
abstract
d-dimensional (for d > 1) efficient range-summability (dD-ERS) of random variables (RVs) is a fundamental algorithmic problem that has applications to two important families of database problems, namely, fast approximate wavelet tracking (FAWT) on data streams and approximately answering range-sum queries over a data cube. Whether there are efficient solutions to the dD-ERS problem, or to the latter database problem, have been two long-standing open problems. Both are solved in this work. Specifically, we propose a novel solution framework to dD-ERS on RVs that have Gaussian or Poisson distribution. Our dD-ERS solutions are the first ones that have polylogarithmic time complexities. Furthermore, we develop a novel k-wise independence theory that allows our dD-ERS solutions to have both high computational efficiencies and strong provable independence guarantees. Finally, we show that under a sufficient and likely necessary condition, certain existing solutions for 1D-ERS can be generalized to higher dimensions.
Jingfan Meng, Jun (Jim) Xu, Mitsunori Ogihara
ICDT4
2022 A Dyadic Simulation Approach to Efficient Range-Summability
abstract
Efficient range-summability (ERS) of a long list of random variables is a fundamental algorithmic problem that has applications to three important database applications, namely, data stream processing, space-efficient histogram maintenance (SEHM), and approximate nearest neighbor searches (ANNS). In this work, we propose a novel dyadic simulation framework and develop three novel ERS solutions, namely Gaussian-dyadic simulation tree (DST), Cauchy-DST and Random Walk-DST, using it. We also propose novel rejection sampling techniques to make these solutions computationally efficient. Furthermore, we develop a novel k-wise independence theory that allows our ERS solutions to have both high computational efficiencies and strong provable independence guarantees.
Jingfan Meng, Jun (Jim) Xu, Mitsunori Ogihara
ICDT4
2022 ONe Index for All Kernels (ONIAK): A Zero Re-Indexing LSH Solution to ANNS-ALT
abstract
In this work, we formulate and solve a new type of approximate nearest neighbor search (ANNS) problems called ANNS after linear transformation (ALT). In ANNS-ALT, we search for the vector (in a dataset) that, after being linearly transformed by a user-specified query matrix, is closest to a query vector. It is a very general mother problem in the sense that a wide range of baby ANNS problems that have important applications in databases and machine learning can be reduced to and solved as ANNS-ALT, or its dual that we call ANNS-ALTD. We propose a novel and computationally efficient solution, called ONe Index for All Kernels (ONIAK), to ANNS-ALT and all its baby problems when the data dimension d is not too large (say d ≤ 200). In ONIAK, a universal index is built, once and for all, for answering all future ANNS-ALT queries that can have distinct query matrices. We show by experiments that, when d is not too large, ONIAK has better query performance than linear scan on the mother problem (of ANNS-ALT), and has query performances comparable to those of the state-of-the-art solutions on the baby problems. However, the algorithmic technique behind this universal index approach suffers from a so-called dimension blowup problem that can make the indexing time prohibitively long for a large dataset. We propose a novel algorithmic technique, called fast GOE quadratic form (FGoeQF), that completely solves the (prohibitively long indexing time) fallout of the dimension blowup problem. We also propose a Johnson-Lindenstrauss transform (JLT) based ANNS-ALT (and ANNS-ALTD) solution that significantly outperforms any competitor when d is large.
Jingfan Meng, Jun (Jim) Xu, Mitsunori Ogihara
Proc. VLDB Endow.4
2021 MP-RW-LSH: An Efficient Multi-Probe LSH Solution to ANNS-L_1
abstract
Approximate Nearest Neighbor Search (ANNS) is a fundamental algorithmic problem, with numerous applications in many areas of computer science. Locality-Sensitive Hashing (LSH) is one of the most popular solution approaches for ANNS. A common shortcoming of many LSH schemes is that since they probe only a single bucket in a hash table, they need to use a large number of hash tables to achieve a high query accuracy. For ANNS- L 2 , a multi-probe scheme was proposed to overcome this drawback by strategically probing multiple buckets in a hash table. In this work, we propose MP-RW-LSH, the first and so far only multi-probe LSH solution to ANNS in L 1 distance, and show that it achieves a better tradeoff between scalability and query efficiency than all existing LSH-based solutions. We also explain why a state-of-the-art ANNS -L 1 solution called Cauchy projection LSH (CP-LSH) is fundamentally not suitable for multi-probe extension. Finally, as a use case, we construct, using MP-RW-LSH as the underlying "ANNS- L 1 engine", a new ANNS-E (E for edit distance) solution that beats the state of the art.
Jingfan Meng, Long Gong, Jun (Jim) Xu, Mitsunori Ogihara
Proc. VLDB Endow.5
2020 Effective Detection of Rare Anomalies from Massive Waveform Data Using Heterogeneous Clustering
abstract
Today's measurement instruments are capable of capturing and processing massive amount of waveform data. High sampling rate Analog to Digital Converters (ADCs) and low-cost storages make it relatively easy to collect "big measurement data" at massive scale. More and more measurement instrument users acquire tera-byte-scale waveform data which are essential for hard-to-find failure detection and prediction. However, conventional analysis techniques focus on small fragments of signals and largely lag behind today's test and measurement data assets' processing demands. Most of these techniques are inadequate for coping with the massive data volume and the complexities of the analysis tasks. A previous report by the authors introduced a heterogeneous waveform clustering framework to break the technical barriers. The present paper demonstrates the effectiveness of the proposed framework with real-world application examples at tera-byte data scale. The framework consists of the real-time tagging for pre-sorting incoming data, quick clustering for summarizing data overviews from long-duration recording, and detail clustering for deeper analyses. The tagging process is the critical performance link for satisfying the processing time and hardware constrains. We share theoretical analysis on the degree of freedom involved in the waveform and the tagging results. The data is pre-sorted into tag database with highly efficient retrieval characteristics, allowing the system to provide results quickly and flexibly. Three real-world waveform analysis examples are demonstrated, namely power line voltage, mechanical relay stick error, and Bluetooth device current consumption. Our framework allows efficient and robust exploration of complex signal signatures for detecting extremely rare anomalies. The detected anomaly patterns not only show straightforward engineering usages, but also demonstrate a predictive analysis power of related signal events.
Masaharu Goto, Kiyoshi Chikamatsu, Gang Ren 0004, Mitsunori Ogihara
IEEE BigData5
2020 Space- and Computationally-Efficient Set Reconciliation via Parity Bitmap Sketch (PBS)
abstract
Set reconciliation is a fundamental algorithmic problem that arises in many networking, system, and database applications. In this problem, two large sets A and B of objects (bitcoins, files, records, etc.) are stored respectively at two different network-connected hosts, which we name Alice and Bob respectively. Alice and Bob communicate with each other to learn A Δ B , the difference between A and B , and as a result the reconciled set A ∪ B. Current set reconciliation schemes are based on either invertible Bloom filters (IBF) or error-correction codes (ECC). The former has a low computational complexity of O(d) , where d is the cardinality of A Δ B , but has a high communication overhead that is several times larger than the theoretical minimum. The latter has a low communication overhead close to the theoretical minimum, but has a much higher computational complexity of O(d 2 ). In this work, we propose Parity Bitmap Sketch (PBS), an ECC-based set reconciliation scheme that gets the better of both worlds: PBS has both a low computational complexity of O(d) just like IBF-based solutions and a low communication overhead of roughly twice the theoretical minimum. A separate contribution of this work is a novel rigorous analytical framework that can be used for the precise calculation of various performance metrics and for the near-optimal parameter tuning of PBS.
Long Gong, Liang Liu 0013, Jun (Jim) Xu, Mitsunori Ogihara, Tong Yang 0003
Proc. VLDB Endow.5
2020 iDEC: Indexable Distance Estimating Codes for Approximate Nearest Neighbor Search
abstract
Approximate Nearest Neighbor (ANN) search is a fundamental algorithmic problem, with numerous applications in many areas of computer science. In this work, we propose indexable distance estimating codes (iDEC) , a new solution framework to ANN that extends and improves the locality sensitive hashing (LSH) framework in a fundamental and systematic way. Empirically, an iDEC-based solution has a low index space complexity of O ( n ) and can achieve a low average query time complexity of approximately O (log n ). We show that our iDEC-based solutions for ANN in Hamming and edit distances outperform the respective state-of-the-art LSH-based solutions for both in-memory and external-memory processing. We also show that our iDEC-based in-memory ANN-H solution is more scalable than all existing solutions. We also discover deep connections between Error-Estimating Codes (EEC), LSH, and iDEC.
Long Gong, Mitsunori Ogihara, Jun (Jim) Xu
Proc. VLDB Endow.3
2019 Scaling Up Heterogeneous Waveform Clustering for Long-Duration Monitoring Signal Acquisition, Analysis, and Interaction: Bridging Big Data Analytics with Measurement Instrument Usage Pattern
abstract
Modern oscilloscopes, digitizers and data loggers generate a large amount of waveform data for long-duration waveform capturing and analysis. The contrast of time scales of long-duration waveform capturing (e.g., hours or days in high sampling rate) and analysis (e.g., signal fragments of several microseconds) produces unique big data challenges. The proposed long-duration waveform clustering algorithms are designed for signal waveform analysis and user interaction for various “big-data” waveform analysis scenarios. To cope with the real-time processing demand and the hardware constraints of the target platforms, the proposed algorithm utilizes multiple layers of data pre-sorting, database query, and waveform similarity-based clustering for versatile speed-precision tradeoffs. We integrated the system as an intuitive big waveform data analytics framework which provides unprecedented performance and productivity to engineers and scientists. Experimental result shows superb speed and data volume capability.
Masaharu Goto, Gang Ren 0004, Mitsunori Ogihara
IEEE BigData4
2017 Multimodal Content Analysis for Effective Advertisements on YouTube
abstract
The recent advancement of web-scale digital advertising saw a paradigm shift from the conventional focus of digital advertisement distribution towards integrating digital processes and methodologies and forming a seamless workflow of advertisement design, production, distribution, and effectiveness monitoring. In this work, we implemented a computational framework for the predictive analysis of the content-based features extracted from advertisement video files and various effectiveness metrics to aid the design and production processes of commercial advertisements. Our proposed predictive analysis framework extracts multi-dimensional temporal patterns from the content of advertisement videos using multimedia signal processing and natural language processing tools. The pattern analysis part employs an architecture of cross modality feature learning where data streams from different feature dimensions are employed to train separate neural network models and then these models are fused together to learn a shared representation. Subsequently, a neural network model trained on this joint representation is utilized as a classifier for predicting advertisement effectiveness. Based on the predictive patterns identified between the content features and the effectiveness metrics of advertisements, we have elicited a useful set of auditory, visual and textual patterns that is strongly correlated with the proposed effectiveness metrics while can be readily implemented in the design and production processes of commercial advertisements. We validate our approach using subjective ratings from a dedicated user study, the text sentiment strength of online viewer comments, and a viewer opinion metric of the likes/views ratio of each advertisement from YouTube video-sharing website.
Nikhita Vedula, Wei Sun 0013, Hyunhwan Lee, Mitsunori Ogihara, Gang Ren 0004, Srinivasan Parthasarathy 0001
ICDM5
2012 Genre classification for million song dataset using confidence-based classifiers combination
abstract
We proposed a method to classify songs in the Million Song Dataset according to song genre. Since songs have several data types, we trained sub-classifiers by different types of data. These sub-classifiers are combined using both classifier authority and classification confidence for a particular instance. In the experiments, the combined classifier surpasses all of these sub-classifiers and the SVM classifier using concatenated vectors from all data types. Finally, the genre labels for the Million Song Dataset are provided.
Yajie Hu, Mitsunori Ogihara
SIGIR2
2012 Summarizing the differences from microblogs
abstract
With the rapid growth of social media websites, microblogging has become a popular way to spread instant news and events. Due to the dynamic and social nature of microblogs, extracting useful information from microblogs is more challenging than from the traditional news articles. In this paper we study the problem of summarizing the differences from microblogs. Given a collection of microblogs discussing an event/topic, we propose to generate a short summary delivering the differences among these microblogs, such as the different points of view for a news topic and the changes and evolution of an ongoing event.
Dingding Wang 0001, Mitsunori Ogihara, Tao Li 0001
SIGIR2
2010 WS-GraphMatching: a web service tool for graph matching
abstract
Some emerging applications deal with graph data and relie on graph matching and mining. The service-oriented graph matching and mining tool has been required. In this demo we present the web service tool WS-GraphMatching which supports the efficient and visualized matching of polytrees, series-parallel graphs, and arbitrary graphs with bounded feedback vertex set. Its embedded matching algorithms take in account the similarity of vertex-to-vertex and graph structures, allowing path contraction, vertex deletion, and vertex insertions. It provides one-to-one matching queries as well as queries in batch modes including one-to-many matching mode and many-to-many matching mode. It can be used for predicting unknown structured information, comparing and finding conserved patterns, and resolving ambiguous identification of vertices.
Qiong Cheng, Mitsunori Ogihara, Jinpeng Wei, Alex Zelikovsky
CIKM2
2010 Global iceberg detection over distributed data streams
abstract
In today's Internet applications or sensor networks we often encounter large amounts of data spread over many physically distributed nodes. The sheer volume of the data and bandwidth constraints make it impractical to send all the data to one central node for query processing. Finding distributed icebergs—elements that may have low frequency at individual nodes but high aggregate frequency—is a problem that arises commonly in practice. In this paper we present a novel algorithm with two notable properties. First, its accuracy guarantee and communication cost are independent of the way in which element counts (for both icebergs and non-icebergs) are split amongst the nodes. Second, it works even when each distributed data set is a stream (i.e., one pass data access only). Our algorithm builds upon sketches constructed for the estimation of the second frequency moment (F2) of data streams. The intuition of our idea is that when there are global icebergs in the union of these data streams the F2of the union becomes very large. This quantity can be estimated due to the summable nature of F2sketches. Our key innovation here is to establish tight theoretical guarantees of our algorithm, under certain reasonable assumptions, using an interesting combination of convex ordering theory and large deviation techniques.
Haiquan (Chuck) Zhao, Ashwin Lall, Mitsunori Ogihara, Jun (Jim) Xu
ICDE3
2009 Mining product reviews based on shallow dependency parsing
abstract
This paper presents a novel method for mining product reviews, where it mines reviews by identifying product features, expressions of opinions and relations between them. By taking advantage of the fact that most of product features are phrases, a concept of shallow dependency parsing is introduced, which extends traditional dependency parsing to phrase level. This concept is then implemented for extracting relation between product features and expressions of opinions. Experimental evaluations show that the mining task can benefit from shallow dependency parsing.
Qi Zhang 0001, Yuanbin Wu, Tao Li 0001, Mitsunori Ogihara, Xuanjing Huang 0001
SIGIR4
2008 Text categorization via generalized discriminant analysis
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara
Inf. Process. Manag.3
2007 Hierarchical document classification using automatically generated hierarchy
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara
J. Intell. Inf. Syst.3
2006 Integrating Features from Different Sources for Music Information Retrieval
abstract
Efficient and intelligent music information retrieval is a very important topic of the 21st century. With the ultimate goal of building personal music information retrieval systems, this paper studies the problem of identifying "similar" artists using both lyrics and acoustic data. In this paper, we present a clustering algorithm that integrates features from both sources to perform bimodal learning. The algorithm is tested on a data set consisting of 570 songs from 53 albums of 41 artists using artist similarity provided by All Music Guide. Experimental results show that the accuracy of artist similarity classifiers can be significantly improved and that artist similarity can be efficiently identified.
Tao Li 0001, Mitsunori Ogihara, Shenghuo Zhu
ICDM2
2006 Finding global icebergs over distributed data sets
abstract
Finding icebergs – items whose frequency of occurrence is above a certain threshold – is an important problem with a wide range of applications. Most of the existing work focuses on iceberg queries at a single node. However, in many real-life applications, data sets are distributed across a large number of nodes. Two naïve approaches might be considered. In the first, each node ships its entire data set to a central server, and the central server uses single-node algorithms to find icebergs. But it may incur prohibitive communication overhead. In the second, each node submits local icebergs, and the central server combines local icebergs to find global icebergs. But it may fail because in many important applications, globally frequent items may not be frequent at any node. In this work, we propose two novel schemes that provide accurate and efficient solutions to this problem: a sampling-based scheme and a counting-sketch-based scheme. In particular, the latter scheme incurs a communication cost at least an order of magnitude smaller than the naïve scheme of shipping all data, yet is able to achieve very high accuracy. Through rigorous theoretical and experimental analysis we establish the statistical properties of our proposed algorithms, including their accuracy bounds.
Qi Zhao 0006, Mitsunori Ogihara, Haixun Wang, Jun (Jim) Xu
PODS2
2006 Using discriminant analysis for multi-class classification: an experimental investigation
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara
Knowl. Inf. Syst.3
2005 Semisupervised learning from different information sources
Tao Li 0001, Mitsunori Ogihara
Knowl. Inf. Syst.2
2004 Semi-supervised learning for music artists style identification
abstract
No abstract available.
Tao Li 0001, Mitsunori Ogihara
CIKM2
2004 On combining multiple clusterings
abstract
Many problems can be reduced to the problem of combining multiple clusterings. In this paper, we first summarize different application scenarios of combining multiple clusterings and provide a new perspective of viewing the problem as a categorical clustering problem. We then show the connections between various consensus and clustering criteria and discuss the complexity results of the problem. Finally we propose a new method to determine the final clustering. Experiments on kinship terms and clustering popular music from heterogeneous feature sets show the effectiveness of combining multiple clusterings.
Tao Li 0001, Mitsunori Ogihara, Sheng Ma
CIKM2
2004 Document clustering via adaptive subspace iteration
abstract
Document clustering has long been an important problem in information retrieval. In this paper, we present a new clustering algorithm ASI1 , which uses explicitly modeling of the subspace structure associated with each cluster. ASI simultaneously performs data reduction and subspace identification via an iterative alternating optimization procedure. Motivated from the optimization procedure, we then provide a novel method to determine the number of clusters. We also discuss the connections of ASI with various existential clustering approaches. Finally, extensive experimental results on real data sets show the effectiveness of ASI algorithm.
Tao Li 0001, Sheng Ma, Mitsunori Ogihara
SIGIR3
2003 Efficient multi-way text categorization via generalized discriminant analysis
abstract
Text categorization is an important research area and has been receiving much attention due to the growth of the on-line information and of Internet. Automated text categorization is generally cast as a multi-class classification problem. Much of previous work focused on binary document classification problems. Support vector machines (SVMs) excel in binary classification, but the elegant theory behind large-margin hyperplane cannot be easily extended to multi-class text classification. In addition, the training time and scaling are also important concerns. On the other hand, other techniques naturally extensible to handle multi-class classification are generally not as accurate as SVM. This paper presents a simple and efficient solution to multi-class text categorization. Classification problems are first formulated as optimization via discriminant analysis. Text categorization is then cast as the problem of finding coordinate transformations that reflects the inherent similarity from the data. While most of the previous approaches decompose a multiclass classification problem into multiple independent binary classification tasks, the proposed approach enables direct multi-class classification. By using Generalized Singular Value Decomposition (GSVD), a coordinate transformation that reflects the inherent class structure indicated by the generalized singular values is identified. Extensive experiments demonstrate the efficiency and effectiveness of the proposed approach.
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara
CIKM3
2003 Using Discriminant Analysis for Multi-class Classification
abstract
Discriminant analysis is known to learn discriminative feature transformations. We study its use in multiclass classification problems. The performance is tested on a large collection of benchmark datasets.
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara
ICDM3
2003 A comparative study on content-based music genre classification
abstract
Content-based music genre classification is a fundamental component of music information retrieval systems and has been gaining importance and enjoying a growing amount of attention with the emergence of digital music on the Internet. Currently little work has been done on automatic music genre classification, and in addition, the reported classification accuracies are relatively low. This paper proposes a new feature extraction method for music genre classification, DWCHs. DWCHs stands for Daubechies Wavelet Coefficient Histograms. DWCHs capture the local and global information of music signals simultaneously by computing histograms on their Daubechies wavelet coefficients. Effectiveness of this new feature and of previously studied features are compared using various machine learning classification algorithms, including Support Vector Machines and Linear Discriminant Analysis. It is demonstrated that the use of DWCHs significantly improves the accuracy of music genre classification.
Tao Li 0001, Mitsunori Ogihara, Qi Li 0001
SIGIR2
2003 Topic hierarchy generation via linear discriminant projection
abstract
No abstract available.
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara
SIGIR3
2002 Estimating Joint Probabilities from Marginal Ones
Tao Li 0001, Shenghuo Zhu, Mitsunori Ogihara, Yinhe Cheng
DaWaK3
2002 CoFD : An Algorithm for Non-distance Based Clustering in High Dimensional Spaces
Shenghuo Zhu, Tao Li 0001, Mitsunori Ogihara
DaWaK3
2001 Parallel Data Mining for Association Rules on Shared-Memory Systems
Srinivasan Parthasarathy 0001, Mohammed J. Zaki, Mitsunori Ogihara, Wei Li 0015
Knowl. Inf. Syst.3
2000 Clustering Distributed Homogeneous Datasets
Srinivasan Parthasarathy 0001, Mitsunori Ogihara
PKDD2
1999 Incremental and Interactive Sequence Mining
abstract
The discovery of frequent sequences in temporal databases is an important data mining problem. Most current work assumes that the database is static, and a database update requires rediscovering all the patterns by scanning the entire old and new database. In this paper, we propose novel techniques for maintaining sequences in the presence of a) database updates, and b) user interaction (e.g. modifying mining parameters). This is a very challenging task, since such updates can invalidate existing sequences or introduce new ones. In both the above scenarios, we avoid re-executing the algorithm on the entire dataset, thereby reducing execution time. Experimental results confirm that our approach results in execution time improvements of up to several orders of magnitude in practice.
Srinivasan Parthasarathy 0001, Mohammed J. Zaki, Mitsunori Ogihara, Sandhya Dwarkadas
CIKM3
1999 Mining Features for Sequence Classification
abstract
Classification algorithms are difficult to apply to sequential examples because there is a vast number of potentially useful features for describing each example.Past work on feature selection has focused on searching the space of all subsets of features, which is intractable for large feature sets.We adapt sequence mining techniques to aEi as a preprocessor to select features for standard classification algorithms such as Naive Bayes and Winnow.Our experiments on three different datasets show that the features produced by our algorithm improve classification accuracy by lo-50%,
Neal Lesh, Mohammed J. Zaki, Mitsunori Ogihara
KDD3
1998 PlanMine: Sequence Mining for Plan Failures
Mohammed J. Zaki, Neal Lesh, Mitsunori Ogihara
KDD3
1997 New Algorithms for Fast Discovery of Association Rules
Mohammed J. Zaki, Srinivasan Parthasarathy 0001, Mitsunori Ogihara, Wei Li 0015
KDD3
1997 Parallel Algorithms for Discovery of Association Rules
Mohammed J. Zaki, Srinivasan Parthasarathy 0001, Mitsunori Ogihara, Wei Li 0015
Data Min. Knowl. Discov.3
1996 Functions Computable with Limited Access to NP
Mitsunori Ogihara
Inf. Process. Lett.1
1995 On Helping by Parity-Like Languages
abstract
It is shown for any prime power k, that the class of languages recognized by robust oracle Turing machines that are P-helped by MOD_kP coincides with the class MOD_kP.
Mitsunori Ogihara
Inf. Process. Lett.1