← Search

Yasutoshi Ida

11 accepted papers

2025

Meta-learning Task-specific Regularization Weights for Few-shot Linear Regression

AISTATS 2025poster

We propose a few-shot learning method for linear regression, which learns how to choose regularization weights from multiple tasks with different feature spaces, and uses the knowledge for unseen tasks. Linear regression is ubiquitous in a wide variety of fields. Although regularization weight tunin…

Cited by 0SourceScholar
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
2023

Fast Block Coordinate Descent for Non-Convex Group Regularizations

AISTATS 2023poster

Non-convex sparse regularizations with group structures are useful tools for selecting important feature groups. For optimization with these regularizations, block coordinate descent (BCD) is a standard solver that iteratively updates each parameter group. However, it suffers from high computation c…

Cited by 2SourcePDFScholar
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

Fast Saturating Gate for Learning Long Time Scales with Recurrent Neural Networks

AAAI 2023technical

Gate functions in recurrent models, such as an LSTM and GRU, play a central role in learning various time scales in modeling time series data by using a bounded activation function. However, it is difficult to train gates to capture extremely long time scales due to gradient vanishing of the bounded…

2023

One-vs-the-Rest Loss to Focus on Important Samples in Adversarial Training

ICML 2023poster

This paper proposes a new loss function for adversarial training. Since adversarial training has difficulties, e.g., necessity of high model capacity, focusing on important data points by weighting cross-entropy loss has attracted much attention. However, they are vulnerable to sophisticated attacks…

Cited by 12SourcePDFScholar
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

Meta-ticket: Finding optimal subnetworks for few-shot learning within randomly initialized neural networks

NeurIPS 2022accept

Few-shot learning for neural networks (NNs) is an important problem that aims to train NNs with a few data. The main challenge is how to avoid overfitting since over-parameterized NNs can easily overfit to such small dataset. Previous work (e.g. MAML by Finn et al. 2017) tackles this challenge by me…

2021

Pruning Randomly Initialized Neural Networks with Iterative Randomization

NeurIPS 2021spotlight

Pruning the weights of randomly initialized neural networks plays an important role in the context of lottery ticket hypothesis. Ramanujan et al. (2020) empirically showed that only pruning the weights can achieve remarkable performance instead of optimizing the weight values. However, to achieve th…

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