Giter VIP home page Giter VIP logo

Comments (5)

sukun1045 avatar sukun1045 commented on July 18, 2024

I am a little bit confused with your question. What do you mean by connecting the features with actions? We first forward propagate the sequence to the RNN encoder and use the last hidden state as the feature. I guess the dimensionality reduction you mentioned refers to the encoder of the autoencoder, right? we use the lower dimension feature as the final representation of the action. You can either use KNN classification to evaluate the representation or use T-SNE plot to visualize them.

from predict-cluster.

A7777-gp avatar A7777-gp commented on July 18, 2024

Thank you very much for your answer.I mainly have the following questions: 1. Sequences generate features of lower dimensions through the encoder of the autoencoder. How do you classify actions according to these features?2. Why do you want to view invariant transformation of data?

from predict-cluster.

A7777-gp avatar A7777-gp commented on July 18, 2024

Can this be applied in pose estimation? Or it can be applied in person re-identification?

from predict-cluster.

sukun1045 avatar sukun1045 commented on July 18, 2024

@A7777-gp 1. we use the simple K-nearest neighbor (k = 1) method to classify the actions because it won't require any new linear layer or weights. 2. The reason to do view-invariant transformation is to reduce the variance of different viewpoints and we find that is necessary for our unsupervised approach.

We haven't tried our approach to pose estimation or person re-identification problem and it is unclear how exactly to do that. However, the idea behind our work is quite general (using a regeneration task to extract useful latent features), we definitely encourage you to explore various problems.

Thank you

from predict-cluster.

A7777-gp avatar A7777-gp commented on July 18, 2024

谢谢哥,五一快乐!😀~

from predict-cluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.