Network


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

Hotspot


Dive into the research topics where Masashi Yamamuro is active.

Publication


Featured researches published by Masashi Yamamuro.


international conference on data engineering | 2007

Stream Monitoring under the Time Warping Distance

Yasushi Sakurai; Christos Faloutsos; Masashi Yamamuro

The goal of this paper is to monitor numerical streams, and to find subsequences that are similar to a given query sequence, under the DTW (dynamic time warping) distance. Applications include word spotting, sensor pattern matching, and monitoring of bio-medical signals (e.g., EKG, ECG), and monitoring of environmental (seismic and volcanic) signals. DTW is a very popular distance measure, permitting accelerations and decelerations, and it has been studied for finite, stored sequence sets. However, in many applications such as network analysis and sensor monitoring, massive amounts of data arrive continuously and it is infeasible to save all the historical data. We propose SPRING, a novel algorithm that can solve the problem. We provide a theoretical analysis and prove that SPRING does not sacrifice accuracy, while it requires constant space and time per time-tick. These are dramatic improvements over the naive method. Our experiments on real and realistic data illustrate that SPRING does indeed detect the qualifying subsequences correctly and that it can offer dramatic improvements in speed over the naive implementation.


mobile and ubiquitous multimedia | 2004

Fast watermark detection scheme for camera-equipped cellular phone

Takao Nakamura; Atsushi Katayama; Masashi Yamamuro; Noboru Sonehara

Digital watermarking technology would be very useful as part of a related service introduction system (RSIS); this system provides related information to content, and the function of watermark in RSIS is analogous to that of barcode, i.e., watermark binds content ID to analog content such as an image on printed material.In this paper, we focus on a camera-equipped cellular phone used as a terminal for RSIS, and propose a fast watermark detection scheme from a captured image. The proposed scheme consists of two processes, one is to correct geometric distortion of the captured image, and the other is to detect watermark information from the rectified image. We also propose a new watermarking algorithm which is robust against small geometric distortion and suitable for the proposed scheme. Moreover, we introduce a quantitative evaluation method for indicating detection reliability, which is indispensable for RSIS service.Finally, we show that the proposed scheme enables users to detect embedded information in approximately one second, even when implemented as a Java application on a cell phone with limited resources, and report experiments that confirm the proposed schemes efficiency.


mobile and ubiquitous multimedia | 2004

New high-speed frame detection method: Side Trace Algorithm (STA) for i-appli on cellular phones to detect watermarks

Atsushi Katayama; Takao Nakamura; Masashi Yamamuro; Noboru Sonehara

We developed a system that enables a camera-equipped cellular phone to read digital watermarks embedded in various media in real time, and that presents to the user a link to a Web page, video, or music associated with that watermark information. A picture captured by a camera is the result of applying a projective transformation combining rotation, scaling, and tilting to the original picture, The picture must be subjected to an inverse projective transformation prior to reading the watermark in order to return it to the same geometric form as the original picture. This inverse transformation requires transformation parameters, and the corners of the picture outline can be used as feature points for determining these parameters. In this paper, we propose a Side Trace Algorithm (STA) that reduces the processing time required to find corners of the picture less than 1/100 that when using the Hough transform and the conventional pattern matching, and present results of its implementation.


International Journal of Pattern Recognition and Artificial Intelligence | 2006

FAST WATERMARK DETECTION SCHEME FROM CAMERA-CAPTURED IMAGES ON MOBILE PHONES

Takao Nakamura; Atsushi Katayama; Masashi Yamamuro; Noboru Sonehara

Digital watermarking technology would be very useful as part of a related service introduction system (RSIS); which links physical objects in the real world, such as printed photographs, to those in the cyber world. In this paper, we focus on a camera-equipped mobile phone as an RSIS terminal, and propose a fast watermark detection scheme for the captured images. The proposed scheme consists of two processes; to correct geometric distortion of the captured image, and to detect watermark information from the corrected image. For our scheme, we also propose a fast quadrangle detection algorithm and a robust watermarking algorithm. Moreover, we introduce a quantitative evaluation method for determining the reliability of watermark detection, which is essential for RSIS services. Finally, we show that the proposed scheme enables users to detect embedded information far less than one second, even when implemented as a Java application on a mobile phone with limited resources, and our experiments confirm the efficiency of our scheme.


web information systems engineering | 2008

Locally Expandable Allocation of Folksonomy Tags in a Directed Acyclic Graph

Takeharu Eda; Masatoshi Yoshikawa; Masashi Yamamuro

We propose a new classification system based on an analysis of folksonomy data. To find valuable resources from current social bookmark services, users need to specify search terms or tags, or to discover people with similar interests. Our system uses semantic relationships extracted from the co-occurrences of folksonomy data using PLSI and allocates folksonomy tags in a directed acyclic graph. Compared to the hierarchical allocation method of a tree, our method guarantees the number of children nodes and increases the number of available paths to an objective node, enabling users to navigate the resources using tags.


knowledge discovery and data mining | 2008

SPIRAL: efficient and exact model identification for hidden Markov models

Yasuhiro Fujiwara; Yasushi Sakurai; Masashi Yamamuro

Hidden Markov models (HMMs) have received considerable attention in various communities (e.g, speech recognition, neurology and bioinformatic) since many applications that use HMM have emerged. The goal of this work is to identify efficiently and correctly the model in a given dataset that yields the state sequence with the highest likelihood with respect to the query sequence. We propose SPIRAL, a fast search method for HMM datasets. To reduce the search cost, SPIRAL efficiently prunes a significant number of search candidates by applying successive approximations when estimating likelihood. We perform several experiments to verify the effectiveness of SPIRAL. The results show that SPIRAL is more than 500 times faster than the naive method.


extending database technology | 2012

VAST-Tree: a vector-advanced and compressed structure for massive data tree traversal

Takeshi Yamamuro; Makoto Onizuka; Toshio Hitaka; Masashi Yamamuro

We propose a compact and efficient index structure for massive data sets. Several indexing techniques are widely-used and well-known such as binary trees and B+trees. Unfortunately, we find that these techniques suffer major two shortcomings when applied to massive sets; first, their indices are so large they could overflow regular main memory, and, second, they suffer from a variety of penalties (e.g., conditional branches, low cache hits, and TLB misses), which restricts the number of instructions executed per processor cycle. Our state-of-the-art index structure, called VAST-Tree, classifies branch nodes into multiple layers. It applies existing techniques such as cache-conscious, aligned, and branch-free structures to the top layers of branch nodes in trees. Next, it applies the adaptive compression technique to save space and harness data parallelism with SIMD instructions to the middle and bottom layers of branch nodes. Moreover, a processor-friendly compression technique is applied to leaf nodes. The end result is that trees are much more compact and traversal efficiency is high. We implement a prototype and show its resulting index size and performance as compared to binary trees, and the hardware-conscious technique called FAST which currently offers the highest performance. Compared to current alternatives, VAST-Tree compacts the branch nodes by more than 95%, and the overall index size by 47-84% given that there are 230 keys. With 228 keys, it has roughly 6.0-times and 1.24-times throughput and saves the memory consumption by more than 94.7% and 40.5% as compared to binary trees and FAST, respectively.


web age information management | 2000

ExSight: Highly Accurate Object Based Image Retrieval System Enhanced by Redundant Object Extraction

Kazuhiko Kushima; Hiroki Akama; Seiichi Konya; Masashi Yamamuro

This paper describes ExSight, a prototype system for content-based image retrieval that will provide image retrieval facilities based on the indexing of component objects. We present a database centric approach to image retrieval and other techniques necessary for successfully implementing ExSight. The essential point of this approach is automatic image data analysis, emphasizing automatic object extraction that implies redundancy. The database module of ExSight coordinates multiple space indices in order to obtain an overall ranking based on several different features. The experimental results reveal that object-based contents retrieval achieves a higher level of retrieval correctness than color-region based retrieval and the implemented multidimensional data access engine achieves real-time response.


conference on information and knowledge management | 2005

Processing XPath queries with XML summaries

Takeharu Eda; Makoto Onizuka; Masashi Yamamuro

Range labeling and structural joins are well-studied techniques for efficiently processing XPath queries. However, when XPath queries become long, many times of structural joins are required. To solve this problem, we developed a method to reduce the number of joins and nodes read from the disk using strong DataGuides. Our method can process single paths without any joins and twig patterns with joins amongst branching nodes and leaves in queries. Experimental results verified that our approach outperforms the best optimization technique for structural joins by factors of up to several hundreds of times.


information integration and web-based applications & services | 2011

Integrating multimedia data processing parts in cloud into folder programming environment

Hiroki Akama; Masashi Yamamuro; Takashi Menjo; Tetsuji Satoh

There are a variety of media processing parts such as Image-Magick, FFmpeg, and OpenCV. A mechanism is necessary that allows PC users to access easily these parts in a cloud. We propose Polder, a programming environment based on a simple processing principle that provides novices with an easy programming and execution environment. Data input is achieved through dragging and dropping data objects onto a folder. The input data object is processed by a program bound to the folder name and the resulting data object is stored in the same folder. Establishing a hierarchical folder structure chains the processes of the folders. Combined with a WebDAV network folder, Polder becomes a mashup environment for end users. In this paper, we evaluate and discuss Polder based on a user questionnaire administered after students test Polder to process images, videos, and voice files. Moreover, we discuss Polder based on the application development experience using Polder.

Collaboration


Dive into the Masashi Yamamuro's collaboration.

Top Co-Authors

Avatar

Makoto Onizuka

Nippon Telegraph and Telephone

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Noboru Sonehara

National Institute of Informatics

View shared research outputs
Top Co-Authors

Avatar

Yasuhiro Fujiwara

Nippon Telegraph and Telephone

View shared research outputs
Top Co-Authors

Avatar

Hiroyuki Uchiyama

Nippon Telegraph and Telephone

View shared research outputs
Top Co-Authors

Avatar

Naoko Kosugi

Nippon Telegraph and Telephone

View shared research outputs
Top Co-Authors

Avatar

Shuichi Nishioka

Nippon Telegraph and Telephone

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Takahiro Hamada

Nippon Telegraph and Telephone

View shared research outputs
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge