You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1$\begingroup$ I wouldn't expect that to hold for anything - after all, people use autoencoder latent spaces to have more meaningful similarity - for example, if you train a conv autoencoder on images, similar latent vectors correspond to semantically related images, as opposed to images similar in pixel space. $\endgroup$Jakub Bartczuk– Jakub Bartczuk2018-06-15 21:21:32 +00:00Commented Jun 15, 2018 at 21:21
- 2$\begingroup$ When you say "preserve (pairwise) distances", do you mean between all points of the input space, or just between the points of the training set? In other words, suppose I get a new input point $P$ (test point) which was not used at training time. Do you expect the autoencoder to learn a representation $Z$ such that the distance of $Z$ from any point in the reduced space, is the same distance as the distance of $P$ in the original space? $\endgroup$DeltaIV– DeltaIV2018-06-16 08:40:47 +00:00Commented Jun 16, 2018 at 8:40
- 1$\begingroup$ Or would you be content with an autoencoder which just learns representations of the training set which preserv the pairwise distances of the points in the training set? I.e., something like Multidimensional Scaling? $\endgroup$DeltaIV– DeltaIV2018-06-16 13:45:11 +00:00Commented Jun 16, 2018 at 13:45
- 1$\begingroup$ @DeltaIV The property I would like to see is that if a sample in the test set is close to a point in training/test set in the original space, it would be close in the reduced space as well. $\endgroup$Matt– Matt2018-06-18 06:14:05 +00:00Commented Jun 18, 2018 at 6:14
- $\begingroup$ Thank you very much. Please include this information in the body of the question: all important info should be there. Comments are meant to be temporary. $\endgroup$DeltaIV– DeltaIV2018-06-18 09:54:14 +00:00Commented Jun 18, 2018 at 9:54
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you