# Discriminative Neural Topic Models

**Authors:** Gaurav Pandey, Ambedkar Dukkipati

arXiv: 1701.06796 · 2017-03-01

## TL;DR

This paper introduces a neural network-based topic modeling method that efficiently learns from text and image data, supporting streaming and scalable processing without assuming specific feature distributions.

## Contribution

It presents a novel neural approach for joint text and image topic modeling that is online, flexible, and easily scalable on GPU hardware.

## Key findings

- Supports both text and image data for topic modeling
- Enables online and streaming data processing
- Easily scalable with GPU implementation

## Abstract

We propose a neural network based approach for learning topics from text and image datasets. The model makes no assumptions about the conditional distribution of the observed features given the latent topics. This allows us to perform topic modelling efficiently using sentences of documents and patches of images as observed features, rather than limiting ourselves to words. Moreover, the proposed approach is online, and hence can be used for streaming data. Furthermore, since the approach utilizes neural networks, it can be implemented on GPU with ease, and hence it is very scalable.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.06796/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1701.06796/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1701.06796/full.md

---
Source: https://tomesphere.com/paper/1701.06796