Is Ceres-Solver being used in the factor graph optimization?
18 ビュー (過去 30 日間)
古いコメントを表示
I noticed that the output of the optimize function https://www.mathworks.com/help/nav/ref/factorgraph.optimize.html is very similar to that of google's ceres. Is he the backbone for this function?
0 件のコメント
回答 (1 件)
Jasvin
2023 年 3 月 8 日
MathWorks' Factor Graph Toolbox is a proprietary software package, and the implementation details of its optimize function are not publicly disclosed. Therefore, it is not possible to say for certain whether Google's Ceres Solver is used as a backbone for this function.
However, it is worth noting that both the Factor Graph Toolbox and Ceres Solver are tools for solving optimization problems, particularly those involving graphical models. Graphical models are a way to represent complex probabilistic relationships between variables, and they often arise in machine learning, computer vision, and other fields.
Therefore, it is possible that the Factor Graph Toolbox and Ceres Solver share some underlying algorithms or techniques for solving optimization problems on graphical models, which could explain why their output appears similar. However, without access to the implementation details of the optimize function, it is difficult to say for sure.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Graph and Network Algorithms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!