Accepted: Rank skeleton #bone names with xgboost

  • Status: accepted

Context and Problem Statement

Improve automatic #bone selection

Describe the proposed option and how it helps to overcome the problem or limitation

Use xgboost to rank bones.

Describe how your proposal will work, with code, pseudo-code, mock-ups, or diagrams

  1. Investigate

Positive Consequences

  • We can guess the proper name.
  • Useful for the facial mapping problem?
  • Useful for the character generator slider recommendation problem?
  • Generate test data by moving the character
  • Inference requires only single pose inputs.

Negative Consequences

  • Starring at the abyss.

Option graveyard:

  • Option:

    • bpr from Quora
  • Rejection Reason:

    • Bpr from Quora is not used in production.
  • Option:

    • dlrm from facebook
  • Rejection Reason:

    • Too difficult to run
  • Option:

    • catboost
  • Rejection Reason:

    • Too difficult to run

If this enhancement will not be used often, can it be worked around with a few lines of script?

Not a few lines of code.

Is there a reason why this should be core and done by us?

We need this to make the quality of life of creators better.

References

  • https://github.com/BayesWitnesses/m2cgen
  • https://stackoverflow.com/questions/36071672/using-xgboost-in-c
  • https://github.com/facebookresearch/dlrm
  • https://medium.com/@marthawhite_81346/learning-with-the-criteo-tb-dataset-e3ec12d9d77e
  • https://www.kaggle.com/c/criteo-display-ad-challenge/data
  • Skeleton pool operator from neural blend shapes.
  • https://tailor.fandom.com/wiki/Types_of_measurement
  • https://knarkowicz.wordpress.com/2014/04/16/octahedron-normal-vector-encoding/
  • https://www.kaggle.com/egordm/deep-learning-recommendation-model-dlrm
    @article{li2021learning,
    author = {Li, Peizhuo and Aberman, Kfir and Hanocka, Rana and Liu, Libin and Sorkine-Hornung, Olga and Chen, Baoquan},
    title = {Learning Skeletal Articulations with Neural Blend Shapes},
    journal = {ACM Transactions on Graphics (TOG)},
    volume = {40},
    number = {4},
    pages = {1},
    year = {2021},
    publisher = {ACM}
    }

Derivative License

Copyright (c) 2020-2021 V-Sekai contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.