Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geometric Graph Embedding #7

Open
yogeshhk opened this issue Jun 10, 2021 · 0 comments
Open

Geometric Graph Embedding #7

yogeshhk opened this issue Jun 10, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed RnD Need research

Comments

@yogeshhk
Copy link
Owner

yogeshhk commented Jun 10, 2021

Input 2D Graph to a completely different (nodes, edges, coordinates) output 1D graph but with morphological similarity.
Graphs can be single-loop-graph for now, multiloop ones later. Mask or negative weight on hidden edge.

Need to come up with a way to generate geometric-graph embedding that will convolute at nodes (having coordinates) around arcs (having geometry, say, a set of point coordinates), then pool them to form a meaningful representation.

3DPoseLite: Stick to Mesh, pose estimation, 2 encoder 1 decoder VAE method, need to reverse to make it dimensions reduction.

https://openaccess.thecvf.com/content/WACV2021/papers/Dani_3DPoseLite_A_Compact_3D_Pose_Estimation_Using_Node_Embeddings_WACV_2021_paper.pdf

Real crux would be how to formulate pooling to aggregate all incident curves info plus node coordinates info into a single number!!

@yogeshhk yogeshhk added enhancement New feature or request help wanted Extra attention is needed RnD Need research labels Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed RnD Need research
Projects
None yet
Development

No branches or pull requests

1 participant