← Search

Yasuhiro Fujiwara

19 accepted papers

2025

ACT: Knowledgeable Agents to Design and Perform Complex Tasks

ACL 2025long

Large language models enhance collaborative task execution in multi-agent systems. Current studies break complex task into manageable tasks, but agents lack understanding of the overall task and how others approach their tasks, hindering synergy and integration.We propose a method called knowledgeab…

Cited by 0SourcePDFScholar
2025

Importance-weighted Positive-unlabeled Learning for Distribution Shift Adaptation

AISTATS 2025oral

Positive and unlabeled (PU) learning is a fundamental task in many applications, which trains a binary classifier from only PU data. Existing PU learning methods typically assume that training and test distributions are identical. However, this assumption is often violated due to distribution shifts…

Cited by 0SourceScholar
2025

Positive-unlabeled AUC Maximization under Covariate Shift

ICML 2025poster

Maximizing the area under the receiver operating characteristic curve (AUC) is a standard approach to imbalanced binary classification tasks. Existing AUC maximization methods typically assume that training and test distributions are identical. However, this assumption is often violated due to {\it…

Cited by 1SourcePDFScholar
2025

Tensorized Attention for Understanding Multi-Object Relationships

AAAI 2025technical

Attention mechanisms have played a crucial role in the success of Transformer models, as seen in platforms like ChatGPT. However, since they compute attentions from relationships between only one or two object types, they fail to effectively capture multi-object relationships in real-world scenario…

Cited by 0SourcePDFScholar
2024

AUC Maximization under Positive Distribution Shift

NeurIPS 2024poster

Maximizing the area under the receiver operating characteristic curve (AUC) is a popular approach to imbalanced binary classification problems. Existing AUC maximization methods usually assume that training and test distributions are identical. However, this assumption is often violated in practice…

Cited by 0SourcePDFScholar
2024

Fast Iterative Hard Thresholding Methods with Pruning Gradient Computations

NeurIPS 2024poster

We accelerate the iterative hard thresholding (IHT) method, which finds \(k\) important elements from a parameter vector in a linear regression model. Although the plain IHT repeatedly updates the parameter vector during the optimization, computing gradients is the main bottleneck. Our method safely…

Cited by 0SourcePDFScholar
2024

Zero-Shot Task Adaptation with Relevant Feature Information

AAAI 2024technical

We propose a method to learn prediction models such as classifiers for unseen target tasks where labeled and unlabeled data are absent but a few relevant input features for solving the tasks are given. Although machine learning requires data for training, data are often difficult to collect in pract…

2023

Fast Regularized Discrete Optimal Transport with Group-Sparse Regularizers

AAAI 2023technical

Regularized discrete optimal transport (OT) is a powerful tool to measure the distance between two discrete distributions that have been constructed from data samples on two different domains. While it has a wide range of applications in machine learning, in some cases the sampled data from only one…

Cited by 2SourcePDFScholar
2023

Meta-learning for Robust Anomaly Detection

AISTATS 2023poster

We propose a meta-learning method to improve the anomaly detection performance on unseen target tasks that have only unlabeled data. Existing meta-learning methods for anomaly detection have shown remarkable performance but require labeled data in target tasks. Although they can treat unlabeled data…

2022

Few-shot Learning for Feature Selection with Hilbert-Schmidt Independence Criterion

NeurIPS 2022accept

We propose a few-shot learning method for feature selection that can select relevant features given a small number of labeled instances. Existing methods require many labeled instances for accurate feature selection. However, sufficient instances are often unavailable. We use labeled instances in mu…

Cited by 11SourcePDFScholar
2022

Nonparametric Relational Models with Superrectangulation

AISTATS 2022poster

This paper addresses the question, ”What is the smallest object that contains all rectangular partitions with n or fewer blocks?” and shows its application to relational data analysis using a new strategy we call super Bayes as an alternative to Bayesian nonparametric (BNP) methods. Conventionally,…

Cited by 3SourcePDFScholar
2021

Permuton-induced Chinese Restaurant Process

NeurIPS 2021poster

This paper proposes the permuton-induced Chinese restaurant process (PCRP), a stochastic process on rectangular partitioning of a matrix. This distribution is suitable for use as a prior distribution in Bayesian nonparametric relational model to find hidden clusters in matrices and network data. Our…

2020

Fast Deterministic CUR Matrix Decomposition with Accuracy Assurance

ICML 2020poster

The deterministic CUR matrix decomposition is a low-rank approximation method to analyze a data matrix. It has attracted considerable attention due to its high interpretability, which results from the fact that the decomposed matrices consist of subsets of the original columns and rows of the data m…

Cited by 14SourcePDFScholar
2019

Transfer Anomaly Detection by Inferring Latent Domain Representations

NeurIPS 2019poster

We propose a method to improve the anomaly detection performance on target domains by transferring knowledge on related domains. Although anomaly labels are valuable to learn anomaly detectors, they are difficult to obtain due to their rarity. To alleviate this problem, existing methods use anomalou…

Cited by 55SourcePDFScholar
2018

Sigsoftmax: Reanalysis of the Softmax Bottleneck

NeurIPS 2018poster

Softmax is an output activation function for modeling categorical probability distributions in many applications of deep learning. However, a recent study revealed that softmax can be a bottleneck of representational capacity of neural networks in language modeling (the softmax bottleneck). In this…