← Search

Masanori Koyama

13 accepted papers

2026

C-Voting: Confidence-Based Test-Time Voting without Explicit Energy Functions

ICLR 2026poster

Neural network models with latent recurrent processing, where identical layers are recursively applied to the latent state, have gained attention as promising models for performing reasoning tasks. A strength of such models is that they enable test-time scaling, where the models can enhance their pe…

Cited by 0SourceScholar
2026

DiffusionBlocks: Block-wise Neural Network Training via Diffusion Interpretation

ICLR 2026poster

End-to-end backpropagation requires storing activations throughout all layers, creating memory bottlenecks that limit model scalability. Existing block-wise training methods offer means to alleviate this problem, but they rely on ad-hoc local objectives and remain largely unexplored beyond classific…

Cited by 0SourcecodeScholar
2025

Flow matching achieves almost minimax optimal convergence

ICLR 2025poster

Flow matching (FM) has gained significant attention as a simulation-free generative model. Unlike diffusion models, which are based on stochastic differential equations, FM employs a simpler approach by solving an ordinary differential equation with an initial condition from a normal distribution, t…

Cited by 3SourcePDFScholar
2025

Pairwise Optimal Transports for Training All-to-All Flow-Based Condition Transfer Model

NeurIPS 2025poster

In this paper, we propose a flow-based method for learning all-to-all transfer maps among conditional distributions that approximates pairwise optimal transport. The proposed method addresses the challenge of handling the case of continuous conditions, which often involve a large set of conditions w…

Cited by 0SourceScholar
2024

Neural Fourier Transform: A General Approach to Equivariant Representation Learning

ICLR 2024poster

Symmetry learning has proven to be an effective approach for extracting the hidden structure of data, with the concept of equivariance relation playing the central role. However, most of the current studies are built on architectural theory and corresponding assumptions on the form of data. We pro…

Cited by 5SourcePDFScholar
2022

Unsupervised Learning of Equivariant Structure from Sequences

NeurIPS 2022accept

In this study, we present \textit{meta-sequential prediction} (MSP), an unsupervised framework to learn the symmetry from the time sequence of length at least three. Our method leverages the stationary property~(e.g. constant velocity, constant acceleration) of the time sequence to learn the underl…

2020

Learning Structured Latent Factors from Dependent Data:A Generative Model Framework from Information-Theoretic Perspective

ICML 2020poster

Learning controllable and generalizable representation of multivariate data with desired structural properties remains a fundamental problem in machine learning. In this paper, we present a novel framework for learning generative models with various underlying structures in the latent space. Learnin…

Cited by 9SourcePDFScholar
2019

A Graph Theoretic Framework of Recomputation Algorithms for Memory-Efficient Backpropagation

NeurIPS 2019poster

Recomputation algorithms collectively refer to a family of methods that aims to reduce the memory consumption of the backpropagation by selectively discarding the intermediate results of the forward propagation and recomputing the discarded results as needed. In this paper, we will propose a novel…

2019

A Wrapped Normal Distribution on Hyperbolic Space for Gradient-Based Learning

ICML 2019oral

Hyperbolic space is a geometry that is known to be well-suited for representation learning of data with an underlying hierarchical structure. In this paper, we present a novel hyperbolic distribution called hyperbolic wrapped distribution, a wrapped normal distribution on hyperbolic space whose dens…

2019

Robustness to Adversarial Perturbations in Learning from Incomplete Data

NeurIPS 2019poster

What is the role of unlabeled data in an inference problem, when the presumed underlying distribution is adversarially perturbed? To provide a concrete answer to this question, this paper unifies two major learning frameworks: Semi-Supervised Learning (SSL) and Distributionally Robust Learning (DRL)…

Cited by 145SourcePDFScholar
2018

Spectral Normalization for Generative Adversarial Networks

ICLR 2018oral

One of the challenges in the study of generative adversarial networks is the instability of its training. In this paper, we propose a novel weight normalization technique called spectral normalization to stabilize the training of the discriminator. Our new normalization technique is computationally…