Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–50 of 75 results for author: Matsui, Y

.
  1. arXiv:2405.07122  [pdf, other

    cs.DS cs.CC

    PCF Learned Sort: a Learning Augmented Sort Algorithm with $O(n \log\log n)$ Expected Complexity

    Authors: Atsuki Sato, Yusuke Matsui

    Abstract: Sorting is one of the most fundamental algorithms in computer science. Recently, Learned Sorts, which use machine learning to improve sorting speed, have attracted attention. While existing studies show that Learned Sort is experimentally faster than classical sorting algorithms, they do not provide theoretical guarantees about its computational complexity. We propose PCF Learned Sort, a theoretic… ▽ More

    Submitted 11 May, 2024; originally announced May 2024.

  2. arXiv:2405.01039  [pdf, other

    cs.DM

    A first efficient algorithm for enumerating all the extreme points of a bisubmodular polyhedron

    Authors: Yasuko Matsui, Takeshi Naitoh, Ping Zhan

    Abstract: Efficiently enumerating all the extreme points of a polytope identified by a system of linear inequalities is a well-known challenge issue.We consider a special case and present an algorithm that enumerates all the extreme points of a bisubmodular polyhedron in $\mathcal{O}(n^4|V|)$ time and $\mathcal{O}(n^2)$ space complexity, where $ n$ is the dimension of underlying space and $V$ is the set of… ▽ More

    Submitted 3 July, 2024; v1 submitted 2 May, 2024; originally announced May 2024.

    Comments: 2 pages, 3 figures

    MSC Class: G.2.1

  3. arXiv:2404.16398  [pdf, other

    cs.CV

    Revisiting Relevance Feedback for CLIP-based Interactive Image Retrieval

    Authors: Ryoya Nara, Yu-Chieh Lin, Yuji Nozawa, Youyang Ng, Goh Itoh, Osamu Torii, Yusuke Matsui

    Abstract: Many image retrieval studies use metric learning to train an image encoder. However, metric learning cannot handle differences in users' preferences, and requires data to train an image encoder. To overcome these limitations, we revisit relevance feedback, a classic technique for interactive retrieval systems, and propose an interactive CLIP-based image retrieval system with relevance feedback. Ou… ▽ More

    Submitted 29 April, 2024; v1 submitted 25 April, 2024; originally announced April 2024.

    Comments: 20 pages, 8 sugures

  4. arXiv:2404.13993  [pdf, other

    cs.MM cs.CV

    Zero-Shot Character Identification and Speaker Prediction in Comics via Iterative Multimodal Fusion

    Authors: Yingxuan Li, Ryota Hinami, Kiyoharu Aizawa, Yusuke Matsui

    Abstract: Recognizing characters and predicting speakers of dialogue are critical for comic processing tasks, such as voice generation or translation. However, because characters vary by comic title, supervised learning approaches like training character classifiers which require specific annotations for each comic title are infeasible. This motivates us to propose a novel zero-shot approach, allowing machi… ▽ More

    Submitted 24 April, 2024; v1 submitted 22 April, 2024; originally announced April 2024.

  5. arXiv:2404.13710  [pdf, other

    cs.CV

    SVGEditBench: A Benchmark Dataset for Quantitative Assessment of LLM's SVG Editing Capabilities

    Authors: Kunato Nishina, Yusuke Matsui

    Abstract: Text-to-image models have shown progress in recent years. Along with this progress, generating vector graphics from text has also advanced. SVG is a popular format for vector graphics, and SVG represents a scene with XML text. Therefore, Large Language Models can directly process SVG code. Taking this into account, we focused on editing SVG with LLMs. For quantitative evaluation of LLMs' ability t… ▽ More

    Submitted 21 April, 2024; originally announced April 2024.

    Comments: Accepted to Workshop on Graphic Design Understanding and Generation (GDUG), a CVPR2024 workshop. Dataset: https://github.com/mti-lab/SVGEditBench

  6. arXiv:2403.19259  [pdf, other

    cs.CL

    J-CRe3: A Japanese Conversation Dataset for Real-world Reference Resolution

    Authors: Nobuhiro Ueda, Hideko Habe, Yoko Matsui, Akishige Yuguchi, Seiya Kawano, Yasutomo Kawanishi, Sadao Kurohashi, Koichiro Yoshino

    Abstract: Understanding expressions that refer to the physical world is crucial for such human-assisting systems in the real world, as robots that must perform actions that are expected by users. In real-world reference resolution, a system must ground the verbal information that appears in user interactions to the visual information observed in egocentric views. To this end, we propose a multimodal referen… ▽ More

    Submitted 28 March, 2024; originally announced March 2024.

    Comments: LREC-COLING 2024

  7. arXiv:2403.13652  [pdf, other

    cs.CV

    ZoDi: Zero-Shot Domain Adaptation with Diffusion-Based Image Transfer

    Authors: Hiroki Azuma, Yusuke Matsui, Atsuto Maki

    Abstract: Deep learning models achieve high accuracy in segmentation tasks among others, yet domain shift often degrades the models' performance, which can be critical in real-world scenarios where no target images are available. This paper proposes a zero-shot domain adaptation method based on diffusion models, called ZoDi, which is two-fold by the design: zero-shot image transfer and model adaptation. Fir… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

  8. arXiv:2402.04713  [pdf, other

    cs.IR cs.DB cs.LG

    Theoretical and Empirical Analysis of Adaptive Entry Point Selection for Graph-based Approximate Nearest Neighbor Search

    Authors: Yutaro Oguri, Yusuke Matsui

    Abstract: We present a theoretical and empirical analysis of the adaptive entry point selection for graph-based approximate nearest neighbor search (ANNS). We introduce novel concepts: $b\textit{-monotonic path}$ and $B\textit{-MSNET}$, which better capture an actual graph in practical algorithms than existing concepts like MSNET. We prove that adaptive entry point selection offers better performance upper… ▽ More

    Submitted 7 February, 2024; originally announced February 2024.

  9. arXiv:2312.10806  [pdf, other

    cs.CV

    Cross-Lingual Learning in Multilingual Scene Text Recognition

    Authors: Jeonghun Baek, Yusuke Matsui, Kiyoharu Aizawa

    Abstract: In this paper, we investigate cross-lingual learning (CLL) for multilingual scene text recognition (STR). CLL transfers knowledge from one language to another. We aim to find the condition that exploits knowledge from high-resource languages for improving performance in low-resource languages. To do so, we first examine if two general insights about CLL discussed in previous works are applied to m… ▽ More

    Submitted 17 December, 2023; originally announced December 2023.

    Comments: Accepted at ICASSP2024, 5 pages, 2 figures

  10. arXiv:2311.15994  [pdf, other

    cs.CV

    Adversarial Doodles: Interpretable and Human-drawable Attacks Provide Describable Insights

    Authors: Ryoya Nara, Yusuke Matsui

    Abstract: DNN-based image classification models are susceptible to adversarial attacks. Most previous adversarial attacks do not focus on the interpretability of the generated adversarial examples, and we cannot gain insights into the mechanism of the target classifier from the attacks. Therefore, we propose Adversarial Doodles, which have interpretable shapes. We optimize black bézier curves to fool the ta… ▽ More

    Submitted 27 November, 2023; v1 submitted 27 November, 2023; originally announced November 2023.

  11. arXiv:2310.20419  [pdf, other

    cs.IR

    Relative NN-Descent: A Fast Index Construction for Graph-Based Approximate Nearest Neighbor Search

    Authors: Naoki Ono, Yusuke Matsui

    Abstract: Approximate Nearest Neighbor Search (ANNS) is the task of finding the database vector that is closest to a given query vector. Graph-based ANNS is the family of methods with the best balance of accuracy and speed for million-scale datasets. However, graph-based methods have the disadvantage of long index construction time. Recently, many researchers have improved the tradeoff between accuracy and… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: Accepted by ACMMM 2023

  12. arXiv:2309.00472  [pdf, other

    cs.IR cs.CV cs.DB

    General and Practical Tuning Method for Off-the-Shelf Graph-Based Index: SISAP Indexing Challenge Report by Team UTokyo

    Authors: Yutaro Oguri, Yusuke Matsui

    Abstract: Despite the efficacy of graph-based algorithms for Approximate Nearest Neighbor (ANN) searches, the optimal tuning of such systems remains unclear. This study introduces a method to tune the performance of off-the-shelf graph-based indexes, focusing on the dimension of vectors, database size, and entry points of graph traversal. We utilize a black-box optimization algorithm to perform integrated t… ▽ More

    Submitted 1 September, 2023; originally announced September 2023.

    Comments: Accepted paper on 2nd place solution of SISAP 2023 Indexing Challenge Task A

  13. arXiv:2308.16426  [pdf, other

    cs.DS

    Enumerating minimal vertex covers and dominating sets with capacity and/or connectivity constraints

    Authors: Yasuaki Kobayashi, Kazuhiro Kurita, Yasuko Matsui, Hirotaka Ono

    Abstract: In this paper, we consider the problems of enumerating minimal vertex covers and minimal dominating sets with capacity and/or connectivity constraints. We develop polynomial-delay enumeration algorithms for these problems on bounded-degree graphs. For the case of minimal connected vertex cover, our algorithm runs in polynomial delay even on the class of $d$-claw free graphs, which extends the resu… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

    Comments: 13 pages

  14. arXiv:2306.17469  [pdf, other

    cs.CV

    Manga109Dialog: A Large-scale Dialogue Dataset for Comics Speaker Detection

    Authors: Yingxuan Li, Kiyoharu Aizawa, Yusuke Matsui

    Abstract: The expanding market for e-comics has spurred interest in the development of automated methods to analyze comics. For further understanding of comics, an automated approach is needed to link text in comics to characters speaking the words. Comics speaker detection research has practical applications, such as automatic character assignment for audiobooks, automatic translation according to characte… ▽ More

    Submitted 22 April, 2024; v1 submitted 30 June, 2023; originally announced June 2023.

    Comments: Accepted to ICME2024

  15. arXiv:2306.02846  [pdf, other

    cs.DS

    Fast Partitioned Learned Bloom Filter

    Authors: Atsuki Sato, Yusuke Matsui

    Abstract: A Bloom filter is a memory-efficient data structure for approximate membership queries used in numerous fields of computer science. Recently, learned Bloom filters that achieve better memory efficiency using machine learning models have attracted attention. One such filter, the partitioned learned Bloom filter (PLBF), achieves excellent memory efficiency. However, PLBF requires a $O(N^3k)$ time co… ▽ More

    Submitted 28 October, 2023; v1 submitted 5 June, 2023; originally announced June 2023.

    Comments: NeurIPS 2023

  16. arXiv:2304.04512  [pdf, other

    cs.CV

    Defense-Prefix for Preventing Typographic Attacks on CLIP

    Authors: Hiroki Azuma, Yusuke Matsui

    Abstract: Vision-language pre-training models (VLPs) have exhibited revolutionary improvements in various vision-language tasks. In VLP, some adversarial attacks fool a model into false or absurd classifications. Previous studies addressed these attacks by fine-tuning the model or changing its architecture. However, these methods risk losing the original model's performance and are difficult to apply to dow… ▽ More

    Submitted 6 September, 2023; v1 submitted 10 April, 2023; originally announced April 2023.

    Comments: ICCV2023 Workshop

  17. arXiv:2212.04931  [pdf, ps, other

    physics.class-ph hep-th math-ph

    Runge-Lenz Vector as a 3d Projection of SO(4) Moment Map in $\mathbb{R}^{4}\times\mathbb{R}^{4}$ Phase Space

    Authors: Hitoshi Ikemori, Shinsaku Kitakado, Yoshimitsu Matsui, Toshiro Sato

    Abstract: We show, using the methods of geometric algebra, that Runge-Lenz vector in the Kepler problem is a 3-dimensional projection of SO(4) moment map that acts on the phase space of 4-dimensional particle motion. Thus, RL vector is a consequence of geometric symmetry of $\mathbb{R}^4\times \mathbb{R}^4$ phase space.

    Submitted 1 June, 2023; v1 submitted 9 December, 2022; originally announced December 2022.

    Comments: Corrected typographical error. The final version is published in J. Phys. A

    Journal ref: J. Phys. A: Math. Theor. 56 225204 (2023)

  18. arXiv:2210.00920  [pdf, other

    cs.CV

    Unbiased Scene Graph Generation using Predicate Similarities

    Authors: Misaki Ohashi, Yusuke Matsui

    Abstract: Scene Graphs are widely applied in computer vision as a graphical representation of relationships between objects shown in images. However, these applications have not yet reached a practical stage of development owing to biased training caused by long-tailed predicate distributions. In recent years, many studies have tackled this problem. In contrast, relatively few works have considered predicat… ▽ More

    Submitted 3 October, 2022; originally announced October 2022.

  19. Pressure suppression of the excitonic insulator state in Ta2NiSe5 observed by optical conductivity

    Authors: H. Okamura, T. Mizokawa, K. Miki, Y. Matsui, N. Noguchi, N. Katayama, H. Sawa, M. Nohara, Y. Lu, H. Takagi, Y. Ikemoto, T. Moriwaki

    Abstract: The layered chalcogenide Ta2NiSe5 has recently attracted much interest as a strong candidate for the long sought excitonic insulator (EI). Since the physical properties of an EI are expected to depend sensitively on the external pressure, it is important to clarify the pressure evolution of microscopic electronic state in Ta2NiSe5. Here we report the optical conductivity [s(w)] of Ta2NiSe5 measure… ▽ More

    Submitted 25 August, 2022; originally announced August 2022.

    Comments: 8 pages, 7 figures, submitted

    Journal ref: Phys. Rev. B 107, 045141 (2023)

  20. arXiv:2207.04675  [pdf, other

    cs.CV

    COO: Comic Onomatopoeia Dataset for Recognizing Arbitrary or Truncated Texts

    Authors: Jeonghun Baek, Yusuke Matsui, Kiyoharu Aizawa

    Abstract: Recognizing irregular texts has been a challenging topic in text recognition. To encourage research on this topic, we provide a novel comic onomatopoeia dataset (COO), which consists of onomatopoeia texts in Japanese comics. COO has many arbitrary texts, such as extremely curved, partially shrunk texts, or arbitrarily placed texts. Furthermore, some texts are separated into several parts. Each par… ▽ More

    Submitted 11 July, 2022; originally announced July 2022.

    Comments: Accepted at ECCV 2022. 25 pages, 16 figures

  21. arXiv:2203.02505  [pdf, other

    cs.LG cs.CV cs.IR

    ARM 4-BIT PQ: SIMD-based Acceleration for Approximate Nearest Neighbor Search on ARM

    Authors: Yusuke Matsui, Yoshiki Imaizumi, Naoya Miyamoto, Naoki Yoshifuji

    Abstract: We accelerate the 4-bit product quantization (PQ) on the ARM architecture. Notably, the drastic performance of the conventional 4-bit PQ strongly relies on x64-specific SIMD register, such as AVX2; hence, we cannot yet achieve such good performance on ARM. To fill this gap, we first bundle two 128-bit registers as one 256-bit component. We then apply shuffle operations for each using the ARM-speci… ▽ More

    Submitted 3 March, 2022; originally announced March 2022.

    Comments: ICASSP 2022

  22. arXiv:2110.12204  [pdf, other

    cs.CV

    Cascading Feature Extraction for Fast Point Cloud Registration

    Authors: Yoichiro Hisadome, Yusuke Matsui

    Abstract: We propose a method for speeding up a 3D point cloud registration through a cascading feature extraction. The current approach with the highest accuracy is realized by iteratively executing feature extraction and registration using deep features. However, iterative feature extraction takes time. Our proposed method significantly reduces the computational cost using cascading shallow layers. Our id… ▽ More

    Submitted 23 October, 2021; originally announced October 2021.

    Comments: BMVC 2021

  23. arXiv:2103.04400  [pdf, other

    cs.CV

    What If We Only Use Real Datasets for Scene Text Recognition? Toward Scene Text Recognition With Fewer Labels

    Authors: Jeonghun Baek, Yusuke Matsui, Kiyoharu Aizawa

    Abstract: Scene text recognition (STR) task has a common practice: All state-of-the-art STR models are trained on large synthetic data. In contrast to this practice, training STR models only on fewer real labels (STR with fewer labels) is important when we have to train STR models without synthetic data: for handwritten or artistic texts that are difficult to generate synthetically and for languages other t… ▽ More

    Submitted 5 June, 2021; v1 submitted 7 March, 2021; originally announced March 2021.

    Comments: CVPR 2021

  24. arXiv:2012.14271  [pdf, other

    cs.CL

    Towards Fully Automated Manga Translation

    Authors: Ryota Hinami, Shonosuke Ishiwatari, Kazuhiko Yasuda, Yusuke Matsui

    Abstract: We tackle the problem of machine translation of manga, Japanese comics. Manga translation involves two important problems in machine translation: context-aware and multimodal translation. Since text and images are mixed up in an unstructured fashion in Manga, obtaining context from the image is essential for manga translation. However, it is still an open problem how to extract context from image… ▽ More

    Submitted 9 January, 2021; v1 submitted 28 December, 2020; originally announced December 2020.

    Comments: Accepted to AAAI 2021

  25. Mixing Angle of $\varXi_Q-\varXi_Q'$ in Heavy Quark Effective Therory

    Authors: Yoshimitsu Matsui

    Abstract: The Heavy Quark Effective Theory provides a systematic method to estimate a mixing angle of hadron states in a heavy quark, such as the charm quark (c) and the bottom quark (b). By using this method, the mixing angle of the baryons $\varXi_Q-\varXi_Q'$ can be estimated. It is found that the mixing angle between $\varXi_Q$ and $\varXi_Q'$ is given by $θ_b = 4.51^{\circ} \pm 0.79 ^{\circ}$ for… ▽ More

    Submitted 18 November, 2020; originally announced November 2020.

    Comments: 7 pages, no figures

  26. Building a Manga Dataset "Manga109" with Annotations for Multimedia Applications

    Authors: Kiyoharu Aizawa, Azuma Fujimoto, Atsushi Otsubo, Toru Ogawa, Yusuke Matsui, Koki Tsubota, Hikaru Ikuta

    Abstract: Manga, or comics, which are a type of multimodal artwork, have been left behind in the recent trend of deep learning applications because of the lack of a proper dataset. Hence, we built Manga109, a dataset consisting of a variety of 109 Japanese comic books (94 authors and 21,142 pages) and made it publicly available by obtaining author permissions for academic use. We carefully annotated the fra… ▽ More

    Submitted 12 May, 2020; v1 submitted 9 May, 2020; originally announced May 2020.

    Comments: 10 pages, 8 figures

    ACM Class: I.4

    Journal ref: IEEE MultiMedia 2020

  27. Gravitational wave spectrum from kinks on infinite cosmic superstrings with Y-junctions

    Authors: Yuka Matsui, Koichiro Horiguchi, Daisuke Nitta, Sachiko Kuroyanagi

    Abstract: We calculate the gravitational wave (GW) background spectra from kink propagation and kink-kink collisions on infinite cosmic superstrings. We take into account two characteristics of the cosmic superstring network: a small reconnection probability and Y-junctions. First, a small reconnection probability increases the number of infinite strings inside the horizon and enhances the kink production,… ▽ More

    Submitted 5 January, 2020; originally announced January 2020.

    Comments: 26 pages, 36 figures

  28. Gravitational wave background from kink-kink collisions on infinite cosmic strings

    Authors: Yuka Matsui, Sachiko Kuroyanagi

    Abstract: We calculate the power spectrum of the stochastic gravitational wave (GW) background expected from kink-kink collisions on infinite cosmic strings. Intersections in the cosmic string network continuously generate kinks, which emit GW bursts by their propagation on curved strings as well as by their collisions. First, we show that the GW background from kink-kink collisions is much larger than the… ▽ More

    Submitted 26 December, 2019; v1 submitted 25 February, 2019; originally announced February 2019.

    Comments: 7 pages, 7 figures

    Journal ref: Phys. Rev. D 100, 123515 (2019)

  29. arXiv:1811.10907  [pdf, other

    cs.CV cs.IR

    Efficient Image Retrieval via Decoupling Diffusion into Online and Offline Processing

    Authors: Fan Yang, Ryota Hinami, Yusuke Matsui, Steven Ly, Shin'ichi Satoh

    Abstract: Diffusion is commonly used as a ranking or re-ranking method in retrieval tasks to achieve higher retrieval performance, and has attracted lots of attention in recent years. A downside to diffusion is that it performs slowly in comparison to the naive k-NN search, which causes a non-trivial online computational cost on large datasets. To overcome this weakness, we propose a novel diffusion techniq… ▽ More

    Submitted 4 January, 2019; v1 submitted 27 November, 2018; originally announced November 2018.

    Comments: Accepted by AAAI 2019

  30. arXiv:1808.03969  [pdf, other

    cs.CV cs.IR cs.MM

    Reconfigurable Inverted Index

    Authors: Yusuke Matsui, Ryota Hinami, Shin'ichi Satoh

    Abstract: Existing approximate nearest neighbor search systems suffer from two fundamental problems that are of practical importance but have not received sufficient attention from the research community. First, although existing systems perform well for the whole database, it is difficult to run a search over a subset of the database. Second, there has been no discussion concerning the performance decremen… ▽ More

    Submitted 12 August, 2018; originally announced August 2018.

    Comments: ACMMM 2018 (oral). Code: https://github.com/matsui528/rii

  31. arXiv:1804.02555  [pdf, ps, other

    cs.CV cs.RO

    Drive Video Analysis for the Detection of Traffic Near-Miss Incidents

    Authors: Hirokatsu Kataoka, Teppei Suzuki, Shoko Oikawa, Yasuhiro Matsui, Yutaka Satoh

    Abstract: Because of their recent introduction, self-driving cars and advanced driver assistance system (ADAS) equipped vehicles have had little opportunity to learn, the dangerous traffic (including near-miss incident) scenarios that provide normal drivers with strong motivation to drive safely. Accordingly, as a means of providing learning depth, this paper presents a novel traffic database that contains… ▽ More

    Submitted 7 April, 2018; originally announced April 2018.

    Comments: Accepted to ICRA 2018

  32. arXiv:1803.08670  [pdf, ps, other

    cs.CV cs.MM

    Object Detection for Comics using Manga109 Annotations

    Authors: Toru Ogawa, Atsushi Otsubo, Rei Narita, Yusuke Matsui, Toshihiko Yamasaki, Kiyoharu Aizawa

    Abstract: With the growth of digitized comics, image understanding techniques are becoming important. In this paper, we focus on object detection, which is a fundamental task of image understanding. Although convolutional neural networks (CNN)-based methods archived good performance in object detection for naturalistic images, there are two problems in applying these methods to the comic object detection ta… ▽ More

    Submitted 26 March, 2018; v1 submitted 23 March, 2018; originally announced March 2018.

    Comments: http://www.manga109.org/en/

  33. arXiv:1803.08244  [pdf, other

    cs.CV

    Unsupervised Adversarial Learning of 3D Human Pose from 2D Joint Locations

    Authors: Yasunori Kudo, Keisuke Ogaki, Yusuke Matsui, Yuri Odagiri

    Abstract: The task of three-dimensional (3D) human pose estimation from a single image can be divided into two parts: (1) Two-dimensional (2D) human joint detection from the image and (2) estimating a 3D pose from the 2D joints. Herein, we focus on the second part, i.e., a 3D pose estimation from 2D joint locations. The problem with existing methods is that they require either (1) a 3D pose dataset or (2) 2… ▽ More

    Submitted 22 March, 2018; originally announced March 2018.

  34. Probing ultrafast spin-relaxation and precession dynamics in a cuprate Mott insulator with 7-fs optical pulses

    Authors: T. Miyamoto, Y. Matsui, T. Terashige, T. Morimoto, N. Sono, H. Yada, S. Ishihara, Y. Watanabe, S. Adachi, T. Ito, K. Oka, A. Sawa, H. Okamoto

    Abstract: A charge excitation in a two-dimensional Mott insulator is strongly coupled with the surrounding spins, which is observed as magnetic-polaron formations of doped carriers and a magnon sideband in the Mott-gap transition spectrum. However, the dynamics related to the spin sector are difficult to measure. Here, we show that pump-probe reflection spectroscopy with 7-fs laser pulses can detect the opt… ▽ More

    Submitted 12 March, 2018; originally announced March 2018.

    Comments: 20 pages including 4 figures (Supplementary materials: 11 pages including 4 figures)

    Journal ref: Nat. Commun. 9 (2018) 3948

  35. arXiv:1709.09106  [pdf, other

    cs.MM cs.CV

    Region-Based Image Retrieval Revisited

    Authors: Ryota Hinami, Yusuke Matsui, Shin'ichi Satoh

    Abstract: Region-based image retrieval (RBIR) technique is revisited. In early attempts at RBIR in the late 90s, researchers found many ways to specify region-based queries and spatial relationships; however, the way to characterize the regions, such as by using color histograms, were very poor at that time. Here, we revisit RBIR by incorporating semantic specification of objects and intuitive specification… ▽ More

    Submitted 26 September, 2017; originally announced September 2017.

    Comments: To appear in ACM Multimedia 2017 (Oral)

  36. arXiv:1709.03708  [pdf, other

    cs.CV cs.MM

    PQk-means: Billion-scale Clustering for Product-quantized Codes

    Authors: Yusuke Matsui, Keisuke Ogaki, Toshihiko Yamasaki, Kiyoharu Aizawa

    Abstract: Data clustering is a fundamental operation in data analysis. For handling large-scale data, the standard k-means clustering method is not only slow, but also memory-inefficient. We propose an efficient clustering method for billion-scale feature vectors, called PQk-means. By first compressing input vectors into short product-quantized (PQ) codes, PQk-means achieves fast and memory-efficient cluste… ▽ More

    Submitted 12 September, 2017; originally announced September 2017.

    Comments: To appear in ACMMM 2017

  37. arXiv:1704.06556  [pdf, other

    cs.CV

    PQTable: Non-exhaustive Fast Search for Product-quantized Codes using Hash Tables

    Authors: Yusuke Matsui, Toshihiko Yamasaki, Kiyoharu Aizawa

    Abstract: In this paper, we propose a product quantization table (PQTable); a fast search method for product-quantized codes via hash-tables. An identifier of each database vector is associated with the slot of a hash table by using its PQ-code as a key. For querying, an input vector is PQ-encoded and hashed, and the items associated with that code are then retrieved. The proposed PQTable produces the same… ▽ More

    Submitted 21 April, 2017; originally announced April 2017.

  38. Solar Coronal Jets: Observations, Theory, and Modeling

    Authors: N. E. Raouafi, S. Patsourakos, E. Pariat, P. R. Young, A. C. Sterling, A. Savcheva, M. Shimojo, F. Moreno-Insertis, C. R. DeVore, V. Archontis, T. Török, H. Mason, W. Curdt, K. Meyer, K. Dalmasse, Y. Matsui

    Abstract: Coronal jets represent important manifestations of ubiquitous solar transients, which may be the source of significant mass and energy input to the upper solar atmosphere and the solar wind. While the energy involved in a jet-like event is smaller than that of "nominal" solar flares and coronal mass ejections (CMEs), jets share many common properties with these phenomena, in particular, the explos… ▽ More

    Submitted 7 July, 2016; originally announced July 2016.

    Comments: 53 pages, 24 figures

    Journal ref: Space Science Reviews, 04 July 2016

  39. Improved calculation of the gravitational wave spectrum from kinks on infinite cosmic strings

    Authors: Yuka Matsui, Koichiro Horiguchi, Daisuke Nitta, Sachiko Kuroyanagi

    Abstract: Gravitational wave observations provide unique opportunities to search for cosmic strings. One of the strongest sources of gravitational waves is discontinuities of cosmic strings, called kinks, which are generated at points of intersection. Kinks on infinite strings are known to generate a gravitational wave background over a wide range of frequencies. In this paper, we calculate the spectrum of… ▽ More

    Submitted 8 November, 2016; v1 submitted 27 May, 2016; originally announced May 2016.

    Comments: 15pages, 7 figures, 2 tables, accepted for Journal of Cosmology and Astroparticle Physics

  40. Sketch-based Manga Retrieval using Manga109 Dataset

    Authors: Yusuke Matsui, Kota Ito, Yuji Aramaki, Toshihiko Yamasaki, Kiyoharu Aizawa

    Abstract: Manga (Japanese comics) are popular worldwide. However, current e-manga archives offer very limited search support, including keyword-based search by title or author, or tag-based categorization. To make the manga search experience more intuitive, efficient, and enjoyable, we propose a content-based manga retrieval system. First, we propose a manga-specific image-describing framework. It consists… ▽ More

    Submitted 14 October, 2015; originally announced October 2015.

    Comments: 13 pages

    Journal ref: Multimedia Tools and Applications, Volume 76, Issue 20, 2017

  41. arXiv:1504.04185  [pdf, ps, other

    math.AG

    Hyperbolic localization and Lefschetz fixed point formulas for higher-dimensional fixed point sets

    Authors: Yuichi Ike, Yutaka Matsui, Kiyoshi Takeuchi

    Abstract: We study Lefschetz fixed point formulas for constructible sheaves with higher-dimensional fixed point sets. Under fairly weak assumptions, we prove that the local contributions from them are expressed by some constructible functions associated to hyperbolic localizations. This gives an affirmative answer to a conjecture of Goresky-MacPherson in particular for smooth fixed point components. In the… ▽ More

    Submitted 24 May, 2015; v1 submitted 16 April, 2015; originally announced April 2015.

    Comments: 38 pages, revised. arXiv admin note: substantial text overlap with arXiv:0812.4480

    MSC Class: 14C17; 14C40; 32C38; 35A27; 37C25; 55N33

  42. arXiv:1504.01484  [pdf, ps, other

    hep-th

    Equivariance on Discrete Space and Yang-Mills-Higgs Model

    Authors: Hitoshi Ikemori, Shinsaku Kitakado, Yoshimitsu Matsui, Hideharu Otsu, Toshiro Sato

    Abstract: We introduce the basic equivariant quantity $Q$ in the gauge theory on the noncommutative descrete $Z_{2}$ space, which plays an important role for the equivariant dimensional reduction. If the gauge configuration of the ground state on the extra dimensional space is described by the equivariant $Q$, then the extra dimensional space is invisible. Especially, using the equivariance principle, we sh… ▽ More

    Submitted 2 February, 2016; v1 submitted 7 April, 2015; originally announced April 2015.

    Comments: Some discussion added

  43. Investigation of all niobium Nano-SQUIDs based on sub-micrometer cross-type Josephson junctions

    Authors: M. Schmelz, Y. Matsui, R. Stolz, V. Zakosarenko, T. Schönau, S. Anders, S. Linzen, H. Itozaki, H. -G. Meyer

    Abstract: We report on the development of highly sensitive SQUIDs featuring sub-micrometer loop dimensions. The integration of high quality and low capacitance SIS Nb/AlOx/Nb cross-type Josephson tunnel junctions results in white flux noise levels as low as 66 n$Φ_0$/Hz$^{ 1/2} $, well below state-of-the-art values of their Nb-based counterparts based on constriction type junctions. Estimation of the spin s… ▽ More

    Submitted 5 January, 2015; originally announced January 2015.

    Comments: 8 pages, 3 figures

    Journal ref: Supercond. Sci. Technol. 28, 015004 (2015)

  44. arXiv:1406.5339  [pdf, ps, other

    cond-mat.supr-con

    Coexistence of Antiferromagnetism and Superconductivity in Iron-Based Superconductors

    Authors: Yasunori Matsui, Takao Morinari, Takami Tohyama

    Abstract: We theoretically investigate the coexistence of antiferromagnetism and superconductivity in the iron-based superconductors by using the mean-field theory for two- and three-orbital models. We find that both the s_{+-}-wave and s_{++}-wave superconductivity can coexist with antiferromagnetism in the two models. On Dirac Fermi surfaces emerging in the antiferromagnetic phase, a superconducting-gap f… ▽ More

    Submitted 24 July, 2014; v1 submitted 20 June, 2014; originally announced June 2014.

    Comments: 5 pages, 5 figures, to appear in J. Phys. Soc. Jpn

    Journal ref: J. Phys. Soc. Jpn., 83, 094703 (2014)

  45. arXiv:1302.2319  [pdf, ps, other

    cond-mat.mtrl-sci

    Skyrmions with varying size and helicity in composition-spread helimagnetic alloys

    Authors: K. Shibata, X. Z. Yu, T. Hara, D. Morikawa, N. Kanazawa, K. Kimoto, S. Ishiwata, Y. Matsui, Y. Tokura

    Abstract: The chirality, i.e. left or right handedness, is an important notion in a broad range of science. In condensed matter, this occurs not only in molecular or crystal forms but also in magnetic structures. A magnetic skyrmion, a topologically-stable spin vortex structure, as observed in chiral-lattice helimagnets is one such example; the spin swirling direction (skyrmion helicity) should be closely r… ▽ More

    Submitted 10 February, 2013; originally announced February 2013.

    Comments: 15 pages, 4 figures, 1 table

    Journal ref: Nature Nanotech. 8 (2013) 723-728

  46. Multi-wavelength spectroscopic observation of EUV jet in AR 10960

    Authors: Y. Matsui, T. Yokoyama, N. Kitagawa, S. Imada

    Abstract: We have studied the relationship between the velocity and temperature of a solar EUV jet. The highly accelerated jet occurred in the active region NOAA 10960 on 2007 June 5. Multi-wavelength spectral observations with EIS/Hinode allow us to investigate Doppler velocities at the wide temperature range. We analyzed the three-dimensional angle of the jet from the stereoscopic analysis with STEREO. Us… ▽ More

    Submitted 5 September, 2012; originally announced September 2012.

    Comments: Accepted for publication in ApJ

  47. arXiv:1202.5077  [pdf, ps, other

    math.AG

    On the sizes of the Jordan blocks of monodromies at infinity

    Authors: Yutaka Matsui, Kiyoshi Takeuchi

    Abstract: We obtain general upper bounds of the sizes and the numbers of Jordan blocks for the eigenvalues $λ\not= 1$ in the monodromies at infinity of polynomial maps.

    Submitted 22 February, 2012; originally announced February 2012.

    Comments: 9 pages. Section 6 of the previous paper arXiv:0912.5144v11 became an independent paper

    MSC Class: 14F05; 32C38; 32S35; 32S40

  48. arXiv:1202.5076  [pdf, ps, other

    math.AG

    Motivic Milnor fibers and Jordan normal forms of Milnor monodromies

    Authors: Yutaka Matsui, Kiyoshi Takeuchi

    Abstract: By calculating the equivariant mixed Hodge numbers of motivic Milnor fibers introduced by Denef-Loeser, we obtain explicit formulas for the Jordan normal forms of Milnor monodromies. The numbers of the Jordan blocks will be described by the Newton polyhedron of the polynomial.

    Submitted 22 February, 2012; originally announced February 2012.

    Comments: 17 pages. Section 7 of the previous paper arXiv:0912.5144v11 became an independent paper

    MSC Class: 14E18; 14M25; 32C38; 32S35; 32S40

  49. arXiv:1009.5496  [pdf, ps, other

    cond-mat.supr-con cond-mat.str-el

    Electron correlation in FeSe superconductor studied by bulk-sensitive photoemission spectroscopy

    Authors: A. Yamasaki, Y. Matsui, S. Imada, K. Takase, H. Azuma, T. Muro, Y. Kato, A. Higashiya, A. Sekiyama, S. Suga, M. Yabashi, K. Tamasaku, T. Ishikawa, K. Terashima, H. Kobori, A. Sugimura, N. Umeyama, H. Sato, Y. Hara, N. Miyakawa, S. I. Ikeda

    Abstract: We have investigated the electronic structures of recently discovered superconductor FeSe by soft-x-ray and hard-x-ray photoemission spectroscopy with high bulk sensitivity. The large Fe 3d spectral weight is located in the vicinity of the Fermi level (EF), which is demonstrated to be a coherent quasi-particle peak. Compared with the results of the band structure calculation with local-density app… ▽ More

    Submitted 28 September, 2010; originally announced September 2010.

    Comments: 8 pages, 5 figures, 1 talble

    Journal ref: Phys. Rev. B 82, 184511 (2010)

  50. arXiv:0912.5144  [pdf, ps, other

    math.AG

    Monodromy at infinity of polynomial maps and Newton polyhedra (with Appendix by C. Sabbah)

    Authors: Yutaka Matsui, Kiyoshi Takeuchi

    Abstract: By introducing motivic Milnor fibers at infinity of polynomial maps, we propose some methods for the study of nilpotent parts of monodromies at infinity. The numbers of Jordan blocks in the monodromy at infinity will be described by the Newton polyhedron at infinity of the polynomial.

    Submitted 22 February, 2012; v1 submitted 28 December, 2009; originally announced December 2009.

    Comments: 43 pages, to appear in IMRN. Sections 6 and 7 of the previous version arXiv:0912.5144v11 were suggested to submit to another journals by the referee

    MSC Class: 14E18; 14M25; 32C38; 32S35; 32S40