← Search

Takeru Miyato

10 accepted papers

2025

Kuramoto Orientation Diffusion Models

NeurIPS 2025poster

Orientation-rich images, such as fingerprints and textures, often exhibit coherent angular directional patterns that are challenging to model using standard generative approaches based on isotropic Euclidean diffusion. Motivated by the role of phase synchronization in biological systems, we propose…

Cited by 0SourceScholar
2024

GTA: A Geometry-Aware Attention Mechanism for Multi-View Transformers

ICLR 2024poster

As transformers are equivariant to the permutation of input tokens, encoding the positional information of tokens is necessary for many tasks. However, since existing positional encoding schemes have been initially designed for NLP tasks, their suitability for vision tasks, which typically exhibit d…

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…

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…

2017

Adversarial Training Methods for Semi-Supervised Text Classification

ICLR 2017poster

Adversarial training provides a means of regularizing supervised learning algorithms while virtual adversarial training is able to extend supervised learning algorithms to the semi-supervised setting. However, both methods require making small perturbations to numerous entries of the input vector, w…

Cited by 1425SourcecodeScholar
2017

Learning Discrete Representations via Information Maximizing Self-Augmented Training

ICML 2017poster

Learning discrete representations of data is a central machine learning task because of the compactness of the representations and ease of interpretation. The task includes clustering and hash learning as special cases. Deep neural networks are promising to be used because they can model the non-lin…