Zum Hauptinhalt springen

Showing 1–14 of 14 results for author: Shimbo, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.08174  [pdf, other

    cs.CL cs.AI

    Rethinking Loss Functions for Fact Verification

    Authors: Yuta Mukobara, Yutaro Shigeto, Masashi Shimbo

    Abstract: We explore loss functions for fact verification in the FEVER shared task. While the cross-entropy loss is a standard objective for training verdict predictors, it fails to capture the heterogeneity among the FEVER verdict classes. In this paper, we develop two task-specific objectives tailored to FEVER. Experimental results confirm that the proposed objective functions outperform the standard cros… ▽ More

    Submitted 12 March, 2024; originally announced March 2024.

    Comments: Accepted to EACL 2024 (short paper). The souce code is available at https://github.com/yuta-mukobara/RLF-KGAT

  2. Action Class Relation Detection and Classification Across Multiple Video Datasets

    Authors: Yuya Yoshikawa, Yutaro Shigeto, Masashi Shimbo, Akikazu Takeuchi

    Abstract: The Meta Video Dataset (MetaVD) provides annotated relations between action classes in major datasets for human action recognition in videos. Although these annotated relations enable dataset augmentation, it is only applicable to those covered by MetaVD. For an external dataset to enjoy the same benefit, the relations between its action classes and those in MetaVD need to be determined. To addres… ▽ More

    Submitted 14 August, 2023; originally announced August 2023.

    Comments: Accepted to Pattern Recognition Letters. 12 pages, 4 figures

    Journal ref: Pattern Recognition Letters 173 (2023) 93-100

  3. arXiv:2301.01569  [pdf, other

    cs.LG cs.CV

    Learning Decorrelated Representations Efficiently Using Fast Fourier Transform

    Authors: Yutaro Shigeto, Masashi Shimbo, Yuya Yoshikawa, Akikazu Takeuchi

    Abstract: Barlow Twins and VICReg are self-supervised representation learning models that use regularizers to decorrelate features. Although these models are as effective as conventional representation learning models, their training can be computationally demanding if the dimension d of the projected embeddings is high. As the regularizers are defined in terms of individual elements of a cross-correlation… ▽ More

    Submitted 1 June, 2023; v1 submitted 4 January, 2023; originally announced January 2023.

    Comments: Accepted for CVPR 2023

  4. arXiv:2111.00974  [pdf, ps, other

    cs.LG cs.CL cs.IR

    Transductive Data Augmentation with Relational Path Rule Mining for Knowledge Graph Embedding

    Authors: Yushi Hirose, Masashi Shimbo, Taro Watanabe

    Abstract: For knowledge graph completion, two major types of prediction models exist: one based on graph embeddings, and the other based on relation path rule induction. They have different advantages and disadvantages. To take advantage of both types, hybrid models have been proposed recently. One of the hybrid models, UniKER, alternately augments training data by relation path rules and trains an embeddin… ▽ More

    Submitted 1 November, 2021; originally announced November 2021.

    Comments: 8 pages, 0 figures, accepted by 2021 IEEE International Conference on Big Knowledge. The copyright of this paper has been transferred to the IEEE, please comply with the copyright of the IEEE

  5. arXiv:1912.02686  [pdf, ps, other

    cs.LG stat.ML

    Binarized Canonical Polyadic Decomposition for Knowledge Graph Completion

    Authors: Koki Kishimoto, Katsuhiko Hayashi, Genki Akai, Masashi Shimbo

    Abstract: Methods based on vector embeddings of knowledge graphs have been actively pursued as a promising approach to knowledge graph completion.However, embedding models generate storage-inefficient representations, particularly when the number of entities and relations, and the dimensionality of the real-valued embedding vectors are large. We present a binarized CANDECOMP/PARAFAC(CP) decomposition algori… ▽ More

    Submitted 4 December, 2019; originally announced December 2019.

    Comments: arXiv admin note: substantial text overlap with arXiv:1902.02970

  6. arXiv:1909.01567  [pdf, other

    cs.AI cs.CL

    A Non-commutative Bilinear Model for Answering Path Queries in Knowledge Graphs

    Authors: Katsuhiko Hayashi, Masashi Shimbo

    Abstract: Bilinear diagonal models for knowledge graph embedding (KGE), such as DistMult and ComplEx, balance expressiveness and computational efficiency by representing relations as diagonal matrices. Although they perform well in predicting atomic relations, composite relations (relation paths) cannot be modeled naturally by the product of relation matrices, as the product of diagonal matrices is commutat… ▽ More

    Submitted 4 September, 2019; originally announced September 2019.

    Comments: Accepted for EMNLP-IJCNLP 2019

  7. arXiv:1902.02970  [pdf, ps, other

    cs.LG cs.IR stat.ML

    Binarized Knowledge Graph Embeddings

    Authors: Koki Kishimoto, Katsuhiko Hayashi, Genki Akai, Masashi Shimbo, Kazunori Komatani

    Abstract: Tensor factorization has become an increasingly popular approach to knowledge graph completion(KGC), which is the task of automatically predicting missing facts in a knowledge graph. However, even with a simple model like CANDECOMP/PARAFAC(CP) tensor decomposition, KGC on existing knowledge graphs is impractical in resource-limited environments, as a large amount of memory is required to store par… ▽ More

    Submitted 8 February, 2019; originally announced February 2019.

  8. arXiv:1808.08361  [pdf, other

    cs.LG stat.ML

    Data-dependent Learning of Symmetric/Antisymmetric Relations for Knowledge Base Completion

    Authors: Hitoshi Manabe, Katsuhiko Hayashi, Masashi Shimbo

    Abstract: Embedding-based methods for knowledge base completion (KBC) learn representations of entities and relations in a vector space, along with the scoring function to estimate the likelihood of relations between entities. The learnable class of scoring functions is designed to be expressive enough to cover a variety of real-world relations, but this expressive comes at the cost of an increased number o… ▽ More

    Submitted 25 August, 2018; originally announced August 2018.

    Comments: In AAAI 2018

  9. arXiv:1806.03945  [pdf, ps, other

    cs.LG stat.ML

    A Fast and Easy Regression Technique for k-NN Classification Without Using Negative Pairs

    Authors: Yutaro Shigeto, Masashi Shimbo, Yuji Matsumoto

    Abstract: This paper proposes an inexpensive way to learn an effective dissimilarity function to be used for $k$-nearest neighbor ($k$-NN) classification. Unlike Mahalanobis metric learning methods that map both query (unlabeled) objects and labeled objects to new coordinates by a single transformation, our method learns a transformation of labeled objects to new points in the feature space whereas query ob… ▽ More

    Submitted 28 August, 2020; v1 submitted 11 June, 2018; originally announced June 2018.

    Comments: Earlier version of this paper appeared in PAKDD 2017. This version corrects an error in Eq. (6)

  10. Knowledge Transfer for Out-of-Knowledge-Base Entities: A Graph Neural Network Approach

    Authors: Takuo Hamaguchi, Hidekazu Oiwa, Masashi Shimbo, Yuji Matsumoto

    Abstract: Knowledge base completion (KBC) aims to predict missing information in a knowledge base.In this paper, we address the out-of-knowledge-base (OOKB) entity problem in KBC:how to answer queries concerning test entities not observed at training time. Existing embedding-based KBC models assume that all test entities are available at training time, making it unclear how to obtain embeddings for new enti… ▽ More

    Submitted 19 June, 2017; v1 submitted 18 June, 2017; originally announced June 2017.

    Comments: This paper has been accepted by IJCAI17

  11. arXiv:1702.06941  [pdf, other

    cs.LG

    An Algebraic Formalization of Forward and Forward-backward Algorithms

    Authors: Ai Azuma, Masashi Shimbo, Yuji Matsumoto

    Abstract: In this paper, we propose an algebraic formalization of the two important classes of dynamic programming algorithms called forward and forward-backward algorithms. They are generalized extensively in this study so that a wide range of other existing algorithms is subsumed. Forward algorithms generalized in this study subsume the ordinary forward algorithm on trellises for sequence labeling, the in… ▽ More

    Submitted 22 February, 2017; originally announced February 2017.

    Comments: 55 pages, in submission to JMLR

  12. arXiv:1702.05563  [pdf, other

    cs.LG

    On the Equivalence of Holographic and Complex Embeddings for Link Prediction

    Authors: Katsuhiko Hayashi, Masashi Shimbo

    Abstract: We show the equivalence of two state-of-the-art link prediction/knowledge graph completion methods: Nickel et al's holographic embedding and Trouillon et al.'s complex embedding. We first consider a spectral version of the holographic embedding, exploiting the frequency domain in the Fourier transform for efficient computation. The analysis of the resulting method reveals that it can be viewed as… ▽ More

    Submitted 22 September, 2017; v1 submitted 17 February, 2017; originally announced February 2017.

    Comments: This is a slightly modified version of the paper of the same title that appeared in ACL 2017

  13. arXiv:1507.00825  [pdf, other

    cs.LG stat.ML

    Ridge Regression, Hubness, and Zero-Shot Learning

    Authors: Yutaro Shigeto, Ikumi Suzuki, Kazuo Hara, Masashi Shimbo, Yuji Matsumoto

    Abstract: This paper discusses the effect of hubness in zero-shot learning, when ridge regression is used to find a mapping between the example space to the label space. Contrary to the existing approach, which attempts to find a mapping from the example space to the label space, we show that mapping labels into the example space is desirable to suppress the emergence of hubs in the subsequent nearest neigh… ▽ More

    Submitted 3 July, 2015; originally announced July 2015.

    Comments: To be presented at ECML/PKDD 2015

  14. arXiv:1301.0725  [pdf, other

    cs.LG stat.ML

    The Sum-over-Forests density index: identifying dense regions in a graph

    Authors: Mathieu Senelle, Silvia Garcia-Diez, Amin Mantrach, Masashi Shimbo, Marco Saerens, François Fouss

    Abstract: This work introduces a novel nonparametric density index defined on graphs, the Sum-over-Forests (SoF) density index. It is based on a clear and intuitive idea: high-density regions in a graph are characterized by the fact that they contain a large amount of low-cost trees with high outdegrees while low-density regions contain few ones. Therefore, a Boltzmann probability distribution on the counta… ▽ More

    Submitted 4 January, 2013; originally announced January 2013.