paper-with-me

Papers

Learning Feature-to-Feature Translator by Alternating Back-Propagation for Generative Zero-Shot Learning

2019-04-22 · ICCV 2019 10 · Yizhe Zhu, Jianwen Xie, Bingchen Liu, Ahmed Elgammal

We investigate learning feature-to-feature translator networks by alternating back-propagation as a general-purpose solution to zero-shot learning (ZSL) problems. It is a generative model-based ZSL framework. In contrast to models based on generative adversarial networks (GAN) or variational autoencoders (VAE) that require auxiliary networks to assist the training, our model consists of a single conditional generator that maps class-level semantic features and Gaussian white noise vector accounting for instance-level latent factors to visual features, and is trained by maximum likelihood estimation. The training process is a simple yet effective alternating back-propagation process that iterates the following two steps: (i) the inferential back-propagation to infer the latent factors of each observed example, and (ii) the learning back-propagation to update the model parameters. We show that, with slight modifications, our model is capable of learning from incomplete visual features for ZSL. We conduct extensive comparisons with existing generative ZSL methods on five benchmarks, demonstrating the superiority of our method in not only ZSL performance but also convergence speed and computational cost. Specifically, our model outperforms the existing state-of-the-art methods by a remarkable margin up to 3.1% and 4.0% in ZSL and generalized ZSL settings, respectively.

📄 PDF Abstract BibTeX arXiv:1904.10056

Code (1)

EthanZhu90/ZSL_ABP 공식 구현 pytorch

Tasks

Zero-Shot Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Alternating Back-Propagation for Generator Network

2016-06-28 · Tian Han, Yang Lu, Song-Chun Zhu, Ying Nian Wu

This paper proposes an alternating back-propagation algorithm for learning the generator network model. The model is a non-linear generalization of factor analysis. In this model, the mapping from the continuous latent f…

Deep Spatio-temporal Manifold Network for Action Recognition

2017-05-09 · Ce Li, Chen Chen, Baochang Zhang, Qixiang Ye 외

Visual data such as videos are often sampled from complex manifold. We propose leveraging the manifold structure to constrain the deep action feature learning, thereby minimizing the intra-class variations in the feature…

Action RecognitionTemporal Action Localization

Learning Noise-Aware Encoder-Decoder from Noisy Labels by Alternating Back-Propagation for Saliency Detection

2020-07-23 · ECCV 2020 8 · Jing Zhang, Jianwen Xie, Nick Barnes

In this paper, we propose a noise-aware encoder-decoder framework to disentangle a clean saliency predictor from noisy training examples, where the noisy labels are generated by unsupervised handcrafted feature-based met…

DecoderSaliency Detection

Training Autoencoders by Alternating Minimization

2018-01-01 · ICLR 2018 1 · Sneha Kudugunta, Adepu Shankar, Surya Chavali, Vineeth Balasubramanian 외

We present DANTE, a novel method for training neural networks, in particular autoencoders, using the alternating minimization principle. DANTE provides a distinct perspective in lieu of traditional gradient-based backpro…

Traceback Translators Against Forgetting in Continual Fake Speech Detection

2026-07-14 · Enrico Gottardis, Mattia Tamiazzo, Simone Milani arxiv

Fake speech detectors are increasingly challenged by the development of new and more accurate generative models. To cope with this problem, continual learning techniques are nowadays widely considered feasible strategies…

Continual Learning