← Search

Sekitoshi Kanai

13 accepted papers

2025

Post-pre-training for Modality Alignment in Vision-Language Foundation Models

CVPR 2025poster

Contrastive language image pre-training (CLIP) is an essential component of building modern vision-language foundation models. While CLIP demonstrates remarkable zero-shot performance on downstream tasks, the multi-modal feature spaces still suffer from a modality gap, which is a gap between image a…

2024

Adaptive Random Feature Regularization on Fine-tuning Deep Neural Networks

CVPR 2024poster

While fine-tuning is a de facto standard method for training deep neural networks it still suffers from overfitting when using small target datasets. Previous methods improve fine-tuning performance by maintaining knowledge of the source datasets or introducing regularization terms such as contrasti…

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

Adversarial Finetuning with Latent Representation Constraint to Mitigate Accuracy-Robustness Tradeoff

ICCV 2023poster

This paper addresses the tradeoff between standard accuracy on clean examples and robustness against adversarial examples in deep neural networks (DNNs). Although adversarial training (AT) improves robustness, it degrades the standard accuracy, thus yielding the tradeoff. To mitigate this tradeoff…

Cited by 7PDFScholar
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
2023

Regularizing Neural Networks with Meta-Learning Generative Models

NeurIPS 2023poster

This paper investigates methods for improving generative data augmentation for deep learning. Generative data augmentation leverages the synthetic samples produced by generative models as an additional dataset for classification with small dataset settings. A key challenge of generative data augment…

Cited by 4SourcePDFScholar
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
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…